Conditionalize some test code for SIGRTMIN, SA_SIGINFO.
[glibc.git] / ChangeLog
blob10cdc67d216cf9f15604f9bd9f8be1b4de7d9d48
1 2015-03-04  Roland McGrath  <roland@hack.frob.com>
3         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
4         __xpg_sigpause.
5         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
6         * nptl/tst-signal6.c: Likewise.
7         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
8         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
10 2015-03-04  Roland McGrath  <roland@hack.frob.com>
12         * configure.ac (libc_cv_cxx_link_ok): New check.
13         Reset CXX to empty if it fails to link.
14         * configure: Regenerated.
15         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
16         bug-atexit3-lib only if $(CXX) is nonempty.
17         * nptl/Makefile (tests): Likewise for tst-cancel24.
18         (tests, tests-static): Likewise for tst-cancel24-static.
19         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
20         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
21         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
22         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
24 2015-03-04  Andreas Schwab  <schwab@suse.de>
26         [BZ #17631]
27         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
28         for non-GCC compilers.
29         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
30         Likewise.
32 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
34         [BZ #17776]
35         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
36         integer before bitwise and assembly operations.
37         (feclearexcept): Likewise.
38         * math/test-fenvinline.c: New file.
39         * math/Makefile: Add test-fenvinline test.
41 2015-03-03  Alan Modra  <amodra@gmail.com>
43         [BZ #16512]
44         * scripts/localplt.awk: Strip off symbol version.
45         * NEWS: Mention bug fix.
47 2015-03-02  Roland McGrath  <roland@hack.frob.com>
49         * sysdeps/pthread/timer_routines.c
50         (timer_free_list, thread_free_list, thread_active_list): Make static.
52 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
54         [BZ #17779]
55         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
56         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
57         Undefine.
58         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
59         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
60         Likewise.
61         * sysdeps/unix/sysv/linux/sh/kernel-features.h
62         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
63         Likewise.
65 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
67         [BZ #18036]
68         * posix/fnmatch_loop.c (END): Detect invalid pattern.
69         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
71 2015-03-02  Andreas Schwab  <schwab@suse.de>
73         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
74         variable name.
76 2015-03-02  Florian Weimer  <fweimer@redhat.com>
78         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
79         Return error status.
81 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
83         [BZ #15969]
84         * locale/findlocale.c (_nl_find_locale): Introduce const
85         version of loc_name and drop unsafe type casts.
87 2015-02-27  Roland McGrath  <roland@hack.frob.com>
89         * dlfcn/tststatic2.c (main): Converted to ...
90         (do_test): ... this.
91         (TEST_FUNCTION): New macro.
92         Include test-skeleton.c.
94 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
96         [BZ #17711]
97         * elf/Makefile (tests): Add vismain only if PIE is enabled.
98         (tests-pie): Add vismain.
99         (CFLAGS-vismain.c): New.
100         * elf/vismain.c: Add comments for PIE requirement.
102 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
104         [BZ #18046]
105         [BZ #18047]
106         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
107         0x1p-56L as threshold for just returning the argument.
108         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
109         0x1p-32L as threshold for just returning the argument.
110         * math/auto-libm-test-in: Add more tests of atanh.
111         * math/auto-libm-test-out: Regenerated.
112         * sysdeps/i386/fpu/libm-test-ulps: Update.
113         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
115 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
117         * string/bcopy.c (bcopy): Call memmove for performance.
119 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
121         * string/bzero.c (__bzero): Call memset for performance.
123 2015-02-27  John David Anglin  <dave.anglin@bell.net>
125         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
126         to 00100000.
128 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
130         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
132 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
134         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
135         (__kernel_standard): Use CSTR macro when setting exc.name.
136         * sysdeps/ieee754/Makefile [$(subdir) = math]
137         (CFLAGS-k_standard.c): Remove variable.
139         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
140         setting p and q from "else if" to "else".
141         (qzero): Likewise.
142         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
143         (qone): Likewise.
144         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
145         (qzerof): Likewise.
146         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
147         (qonef): Likewise.
148         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
149         (qzero): Likewise.
150         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
151         (qone): Likewise.
153         [BZ #18038]
154         [BZ #18039]
155         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
156         return pi/2 for arguments below 0x1p-113L.
157         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
158         return pi/2 for arguments below 0x1p-106L.
159         * math/auto-libm-test-in: Add more tests of acos.
160         * math/auto-libm-test-out: Regenerated.
162         [BZ #16351]
163         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
164         (MO): New macro.
165         (__ieee754_asin): Force underflow exception for results with small
166         absolute value.
167         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
168         (MO): New macro.
169         (__ieee754_asinf): Force underflow exception for results with
170         small absolute value.
171         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
172         (__ieee754_asin): Force underflow exception for results with small
173         absolute value.
174         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
175         (__ieee754_asinf): Force underflow exception for results with
176         small absolute value.
177         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
178         (__ieee754_asinl): Force underflow exception for results with
179         small absolute value.
180         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
181         (__ieee754_asinl): Force underflow exception for results with
182         small absolute value.
183         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
184         (__ieee754_asinl): Force underflow exception for results with
185         small absolute value.
186         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
187         Include <math.h>.
188         * math/auto-libm-test-in: Do not mark underflow exceptions as
189         possibly missing for bug 16351.
190         * math/auto-libm-test-out: Regenerated.
192         [BZ #18030]
193         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
194         of power of 2 down when low part has opposite sign.
195         * math/libm-test.inc (logb_test_data): Add more tests.
197 2015-02-26  Andreas Schwab  <schwab@suse.de>
199         [BZ #18032]
200         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
201         over collating symbol inside a bracket expression.  Minor cleanup.
202         * posix/tst-fnmatch3.c (do_test): Add test case.
204 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
206         [BZ #18029]
207         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
208         Adjust exponent of power of 2 down when low part has opposite
209         sign.
210         * math/libm-test.inc (ilogb_test_data): Add more tests.
212 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
214         [BZ #15969]
215         * locale/findlocale.c (_nl_find_locale): Fix constness error in
216         the previous change.
218         [BZ #15969]
219         * locale/findlocale.c (_nl_find_locale): Retry archive search
220         after alias expansion.
222 2015-02-25  Roland McGrath  <roland@hack.frob.com>
224         * iconv/tst-iconv3.c (main): Converted to ...
225         (do_test): ... this.
226         (TEST_FUNCTION): New macro.
227         Include test-skeleton.c.
229         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
230         (convert): Make function static.
231         (test_unalign): Likewise.  Add const to argument pointee types.
232         (main): Replace with static function do_test.
233         Print "Succeeded." only if RET is zero.
234         (TEST_FUNCTION): New macro.
235         Include test-skeleton.c.
237         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
238         returns a null pointer.
240 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
242         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
243         to __memcpy_ppc only for static builds.
245 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
247         [BZ #18020]
248         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
249         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
250         * math/auto-libm-test-in: Add more tests of asinh.
251         * math/auto-libm-test-out: Regenerated.
252         * sysdeps/i386/fpu/libm-test-ulps: Update.
253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
255 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
257         [BZ #15850]
258         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
259         and ip6_mtuinfo definitions here.
260         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
261         in this define too.  Update comment.
263 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
265         * elf/sprof.c (load_shobj): Tweak error message to match others.
267 2015-02-24  Kevin Easton  <kevin@guarana.org>
269         [BZ #16145] (partial fix)
270         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
271         to reduce lock contention.
273 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
275         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
276         (struct timex): Update time comment.
277         (ADJ_SETOFFSET): Define.
279 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
281         [BZ #18019]
282         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
283         2**56 not 2**28 as threshold for log (2x) formula.
284         * math/auto-libm-test-in: Add more tests of acosh.
285         * math/auto-libm-test-out: Regenerated.
286         * sysdeps/i386/fpu/libm-test-ulps: Update.
287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
289 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
291         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
292         parenthesis around the buf assignment.
293         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
295 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
297         [BZ #16783]
298         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
299         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
300         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
301         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
302         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
303         * math/libm-test.inc (scalb_test_data): Add more tests.
305 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
307         [BZ #17916]
308         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
309         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
311 2015-02-24  Eric Rannaud  <e@nanocritical.com>
313         [BZ #17523]
314         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
315         * io/bits/fcntl2.h (open): Use it.
316         (openat): Likewise.
317         * io/open.c (__libc_open): Likewise.
318         * io/open64.c (__libc_open64): Likewise.
319         * io/open64_2.c (__open64_2): Likewise.
320         * io/open_2.c (__open_2): Likewise.
321         * io/openat.c (__openat): Likewise.
322         * io/openat64.c (__openat64): Likewise.
323         * io/openat64_2.c (__openat64_2): Likewise.
324         * io/openat_2.c (__openat_2): Likewise.
325         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
326         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
327         * sysdeps/posix/open64.c (__libc_open64): Likewise.
328         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
329         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
330         (__open_nocancel): Likewise.
331         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
332         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
333         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
335 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
337         [BZ #14841]
338         * resolv/gethnamaddr.c (getanswer): Skip logging if
339         RES_USE_DNSSEC is set.
340         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
342 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
344         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
346 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
348         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
349         201304L, for Unicode 7.
351 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
353         [BZ #17836]
354         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
355         shared library.  Add gmon-start.os otherwise.
356         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
357         $(objpfx)gmon-start.os if builing shared library.
358         ($(objpfx)g$(static-start-installed-name)): Likewise.
360 2015-02-23  Andreas Schwab  <schwab@suse.de>
362         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
364 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
366         [BZ #17269]
367         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
368         (enlarge_userbuf): Likewise.
370 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
372         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
373         * math/atest-exp.c (TIMEOUT): Adjust to 200.
374         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
375         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
377 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
379         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
380         expression inside statement expression.
382 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
384         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
385         <sysdeps/nptl/lowlevellock.h> and remove macros and
386         functions that are now defined there.
387         (SYS_futex): Remove.
388         (lll_compare_and_swap): Remove.
389         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
391 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
393         [BZ #17999]
394         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
395         instead of scandirat.
396         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
397         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
398         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
399         __scandirat.
400         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
401         (__scandirat): Declare.  Use libc_hidden_proto.
402         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
403         Remove variable.
404         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
406 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
408         [BZ #15319]
409         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
410         (MO): New macro.
411         (__ieee754_atan2): For results with small absolute value, force
412         underflow exception and remove excess range and precision from
413         return value.
414         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
415         (MO): New macro.
416         (__ieee754_atan2f): For results with small absolute value, force
417         underflow exception and remove excess range and precision from
418         return value.
419         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
420         (MO): New macro.
421         (__atan): For results with small absolute value, force underflow
422         exception and remove excess range and precision from return value.
423         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
424         (MO): New macro.
425         (__atanf): For results with small absolute value, force underflow
426         exception and remove excess range and precision from return value.
427         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
428         <math.h>.
429         (__ieee754_atan2): Force underflow exception for results with
430         small absolute value.
431         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
432         <math_private.h>.
433         (atan): Force underflow exception for results with small absolute
434         value.
435         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
436         (__atanf): Force underflow exception for results with small
437         absolute value.
438         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
439         <math.h>.
440         (__atanl): Force underflow exception for results with small
441         absolute value.
442         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
443         (__atanl): Force underflow exception for results with small
444         absolute value.
445         * sysdeps/x86/fpu/bits/mathinline.h
446         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
447         (__ieee754_atan2): Only define inline for long double.
448         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
449         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
450         * math/auto-libm-test-in: Do not mark underflow exceptions as
451         possibly missing for bug 15319.  Add more tests of atan2.
452         * math/auto-libm-test-out: Regenerated.
453         * math/libm-test.inc (casin_test_data): Do not mark underflow
454         exceptions as possibly missing for bug 15319.
455         (casinh_test_data): Likewise.
456         * sysdeps/i386/fpu/libm-test-ulps: Update.
458 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
460         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
461         * sysdeps/mips/bits/endian.h: Fix comments.
463 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
465         [BZ #17996]
466         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
467         (hdestroy_r): Likewise.
468         (hsearch_r): Likewise.
469         (__hcreate_r): Declare and use libc_hidden_proto.
470         (__hdestroy_r): Likewise.
471         (__hsearch_r): Likewise.
472         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
473         (hcreate): Call __hcreate_r instead of hcreate_r.
474         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
475         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
476         as weak alias of __hcreate_r.
477         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
478         __hdestroy_r.
479         (hsearch_r): Rename to __hsearch_r and define as weak alias of
480         __hsearch_r.
481         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
482         Remove variable.
483         (test-xfail-XPG4/search.h/linknamespace): Likewise.
484         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
485         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
486         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
488 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
490         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
491         arena_lock into a single arena_get.
493 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
495         * dl-reloc.c: Inlucde libc-internal.h.
496         (_dl_try_allocate_static_tls): Call ALIGN_UP.
497         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
498         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
499         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
500         (grow_heap): Likewise.
501         * malloc/malloc.c: Include libc-internal.h.
502         (do_check_malloc): Call powerof2.
503         (sysmalloc): Use pagesize. Call ALIGN_UP.
504         (systrim): Use pagesize.
505         (mremap_chunk): Use pagesize. Call ALIGN_UP.
506         (__libc_valloc): Use pagesize.
507         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
509 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
511         [BZ #17991]
512         * include/sys/resource.h (__getrlimit64): Declare.  Use
513         libc_hidden_proto.
514         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
515         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
516         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
517         getrlimit64.
518         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
519         __getrlimit64.
520         [!getrlimit64] (getrlimit64): Define as weak alias of
521         __getrlimit64.  Use libc_hidden_weak.
522         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
523         using __getrlimit64 not __new_getrlimit64.
524         (__GI_getrlimit64): Likewise.
525         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
526         Likewise.
527         (__GI_getrlimit64): Likewise.
528         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
530         (getrlimit): Add __getrlimit64 alias.
531         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
532         Likewise.
533         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
534         Remove variable.
535         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
536         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
538 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
540         * libio/fileops.c: Add missing sys/mman.h
541         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
543 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
545         * manual/math.texi (Errors in Math Functions): Clarify goals
546         regarding inexact and underflow exceptions.
548 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
550         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
551         * sysdeps/mips/memset.S: Ditto.
553 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
555         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
557 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
559         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
560         (__v1longjmp): Remove versioned symbol.
561         (__v1siglongjmp): Remove alias and versioned symbol.
562         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
563         (__v2siglongjmp): Likewise.
565 2015-02-16  Torvald Riegel  <triegel@redhat.com>
567         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
569 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
571         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
573 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
575         [BZ #17987]
576         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
577         zero result does not depend on the sign resulting from
578         subtraction.
579         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
580         Likewise.
581         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
582         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
583         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
584         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
585         * math/libm-test.inc (remquo_test_data): Add more tests.
587 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
589         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
590         Problem reported by J William Piggott.
592 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
594         [BZ #17978]
595         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
596         products 4 * y and 2 * y where those would overflow.
597         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
598         Likewise.
599         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
600         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
601         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
602         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
603         * math/libm-test.inc (remquo_test_data): Add more tests.
605         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
607         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
608         [defined _COMPILING_NEWLIB].
609         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
610         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
612         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
613         [!defined __mips_isa_rev || __mips_isa_rev < 6].
615 2015-02-16  Torvald Riegel  <triegel@redhat.com>
617         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
618         acquired.
620 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
622         [BZ #17792]
623         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
624         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
625         HOST_STACK_END_ADDR): Likewise.
627 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
629         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
630         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
631         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
633 2015-02-13  Roland McGrath  <roland@hack.frob.com>
635         * sysdeps/generic/c++-types.data: New file.
636         * sysdeps/generic/ld.abilist: New file.
637         * sysdeps/generic/libBrokenLocale.abilist: New file.
638         * sysdeps/generic/libanl.abilist: New file.
639         * sysdeps/generic/libc.abilist: New file.
640         * sysdeps/generic/libcrypt.abilist: New file.
641         * sysdeps/generic/libdl.abilist: New file.
642         * sysdeps/generic/libm.abilist: New file.
643         * sysdeps/generic/libpthread.abilist: New file.
644         * sysdeps/generic/libresolv.abilist: New file.
645         * sysdeps/generic/librt.abilist: New file.
647 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
649         [BZ #17569]
650         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
651         Compute absolute value of x as modified by fmod, not original
652         value of x.
653         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
654         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
655         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
656         RUN_TEST_ffI_f1_mod8.
657         (remquo_test_data): Add more tests.
659 2015-02-13  Roland McGrath  <roland@hack.frob.com>
661         * sysdeps/init_array/pt-crti.S: New file.
663 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
665         [BZ #17967]
666         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
667         __builtin_fmaf instead of relying on contraction of a * b + c.
669 2015-02-12  J William Piggott  <elseifthen@gmx.com>
671         [BZ #17969]
672         * manual/time.texi: correct the zoneinfo path in the TZ Variable
673         node.
675 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
677         [BZ #17964]
678         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
679         __builtin_fma instead of relying on contraction of a * b + c.
681 2015-02-12  Roland McGrath  <roland@hack.frob.com>
683         * Makeconfig (ASFLAGS): Add -Werror=undef.
684         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
685         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
686         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
688         * Makeconfig (after-link): New variable.
689         (+link-pie, +link-pie-tests): Use it.
690         (+link-static, +link-static-tests): Likewise.
691         (+link, +link-tests): Likewise.
692         * Makerules (build-module, build-module-asneeded): Likewise.
693         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
694         Likewise.
695         * elf/Makefile ($(objpfx)ld.so): Likewise.
697 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
699         [BZ #17965]
700         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
701         both struct timeval and struct timespec.
703 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
705         [BZ #16560]
706         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
707         and redefine.
708         (__ieee754_exp2l): Do not multiply small fractional parts by
709         M_LN2l.
710         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
711         small argument.
712         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
713         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
714         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
715         * math/auto-libm-test-in: Add more tests of exp2.
716         * math/auto-libm-test-out: Regenerated.
718 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
720         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
721         unaligned path.
723 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
725         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
726         little endian.
728 2015-02-12  Andreas Schwab  <schwab@suse.de>
730         [BZ #15790]
731         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
732         Filter out elision flags from value returned in kind.
733         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
734         * nptl/tst-pthread-mutexattr.c: New file.
736 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
738         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
739         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
740         into gnu-gnu, and update comment to refer to abi-tags.
742 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
744         [BZ #15467]
745         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
746         (__sincos): Set errno to EDOM for infinite argument.
747         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
748         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
749         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
750         (__sincosl): Set errno to EDOM for infinite argument.
751         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
752         (__sincosl): Set errno to EDOM for infinite argument.
753         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
754         (__sincosl): Set errno to EDOM for infinite argument.
755         * math/libm-test.inc (sincos_test_data): Test errno setting.
757 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
759         * string/strxfrm_l.c: Remove #define STRCMP.
760         * string/strcoll_l.c: Remove #define STRLEN.
761         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
762         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
764 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
766         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
767         * sysdeps/mips/mips32/sfp-machine.h: ... here.
768         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
769         * sysdeps/mips/mips64/Makefile: ... here.
770         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
771         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
772         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
773         * sysdeps/mips/mips64/sfp-machine.h: ... here.
774         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
775         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
776         * sysdeps/mips/mips64/n64/Implies: Likewise.
778 2015-02-10  Roland McGrath  <roland@hack.frob.com>
780         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
781         <sys/time.h>, <string.h>, and <errno.h>.
782         (dest_offset, dest_address, value, zero): Remove unused variables.
783         (ldouble): Remove typedef.
784         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
785         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
786         1).  Fix code style.
787         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
788         (check): Function removed.
789         (CHECK): New macro.
790         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
791         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
792         Don't call set_sigaction_FP and remove_sigaction_FP here.
793         (ldouble_test): Just use 'long double' as macro argument, no need for
794         the 'ldouble' typedef.
795         (do_test): Set up SIGFPE handler at start, using plain signal rather
796         than sigaction.  Fix code style.
798 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
800         [BZ #17949]
801         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
802         jump label.
804 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
806         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
807         * sysdeps/powerpc/powerpc32/configure: Regenerated.
809         * sysdeps/powerpc/configure.ac: Remove file.
810         * sysdeps/powerpc/configure: Likewise.
812         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
813         [sysdep_routines]: Remove wordcopy-power6 object.
814         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
815         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
816         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
817         (__memmove_ppc32): Likewise.
818         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
819         file.
820         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
821         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
822         Remove preprocessor.
824         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
825         [sysdep_routines]: Remove wide chars objects.
826         [wcsmbs]: New rule for wide char objects.
828         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
829         Remove wordcopy-power6 obejct.
830         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
831         Use local call for wordcopy and memcpy symbols.
832         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
833         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
834         implementation for loader.
835         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
837         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
838         Remove wordcopy-power7 object.
839         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
840         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
841         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
842         (_wordcopy_fwd_dest_aligned): Likewise.
843         (_wordcopy_bwd_aligned): Likewise.
844         (_wordcopy_bwd_dest_aligned): Likewise.
846         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
847         Rewrite to call __memmove_ppc instead of include default
848         implementation.
850         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
851         Remove wide chars objects.
852         [wcsmbs]: New rule for wide char objects.
854 2015-02-09  Andreas Schwab  <schwab@suse.de>
856         [BZ #17912]
857         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
858         in terms of __O_DIRECTORY.
860 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
862         * time/getdate.c: Include <stdbool.h>.
863         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
864         call PTR_MANGLE.
865         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
866         PTR_DEMANGLE.
868 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
870         Add ersatz _Static_assert on older C hosts
871         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
872         pre-C11 C platform that is not known to support _Static_assert.
874 2015-02-07  Richard Braun  <rbraun@sceen.net>
876         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
877         sigstate.
878         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
880 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
882         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
883         priority against unexistent AIO_PRIO_DELTA_MAX.
884         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
885         instead of int.
886         * misc/fchflags.c (fchflags): Likewise.
887         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
888         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
889         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
890         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
891         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
892         Declare macros.
893         [__USE_MISC] (chflags, fchflags): Declare functions.
894         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
895         EINVAL when nfds is greater than FD_SETSIZE.
896         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
897         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
898         45.
899         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
900         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
901         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
902         MACH_RCV_TIMED_OUT.
903         * hurd/hurd/signal.h (_hurd_self_sigstate,
904         _hurd_critical_section_lock, _hurd_critical_section_unlock):
905         Explicit casts from void *.
906         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
907         * abi-tags: Rename gnu-gnu os into gnu.
909         [BZ #4719]
910         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
911         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
912         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
913         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
914         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
915         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
917         [BZ #17944]
918         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
919         duplicates ADDR->sun_path with sockaddr LEN limitation.
920         * sysdeps/mach/hurd/connect.c: Include <string.h>
921         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
922         * sysdeps/mach/hurd/sendmsg.c: Likewise.
923         * sysdeps/mach/hurd/sendto.c: Likewise.
924         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
925         implementing it by hand.
927 2015-02-06  Roland McGrath  <roland@hack.frob.com>
929         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
930         Use sfi_breg on ldr.
931         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
932         Likewise.
934         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
935         it's defined.
936         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
937         Test SIGSETXID only if it's defined.
939         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
941         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
942         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
944         * nptl/tst-align2.c: Moved ...
945         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
946         * nptl/Makefile (tests): Remove tst-align2.
947         * sysdeps/unix/sysv/linux/Makefile
948         [$(subdir) = nptl] (tests): Add tst-align-clone.
949         * nptl/tst-getpid1.c: Moved ...
950         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
951         * nptl/tst-getpid2.c: Moved ...
952         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
953         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
954         * sysdeps/unix/sysv/linux/Makefile
955         [$(subdir) = nptl] (tests): ... here.
956         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
957         * sysdeps/unix/sysv/linux/Makefile
958         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
960         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
961         Drop trailing \n from perror argument.  Use return rather than exit.
963         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
964         on [SA_SIGINFO].
965         * nptl/tst-cancel21.c (do_test): Likewise.
966         * debug/tst-backtrace6.c: Include <signal.h> first thing.
967         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
968         [!SA_SIGINFO]: Make it a stub test.
970         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
971         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
973         * posix/tst-getlogin.c: Move to ...
974         * login/tst-getlogin.c: ... here.
975         * posix/Makefile (tests): Move tst-getlogin to ...
976         * login/Makefile (tests): ... here.
978         * libio/tst-atime.c (do_test): Move local variables SV and E
979         inside [ST_NOATIME] conditional.
981         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
983         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
985         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
986         (wait_code): New function replaces macro.
987         Call nanosleep rather than syscall.
989         * nptl/pt-system.c: Rewritten.  Put everything under
990         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
991         Use IFUNC to redirect when possible.
993         * nptl/pt-longjmp.c: Rewritten.  Put everything under
994         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
995         Use IFUNC to redirect when possible.
997         * nptl/pt-fork.c: Rewritten.  Put everything under
998         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
999         Use IFUNC to redirect when possible.
1000         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1002         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1003         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1004         unconditionally nowadays.  This included the only reference to
1005         __vdso_clock_gettime that appears outside libc proper.
1006         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1007         Remove version set (containing only __vdso_clock_gettime).
1008         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1009         Add attribute_hidden.
1010         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1011         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1012         libc_hidden_data_def.
1013         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1014         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1016         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1017         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1018         setrpcent, and getrpcport to ...
1019         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1020         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1021         getrpcbynumber_r, and getrpcent_r to ...
1022         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1023         * inet/getrpcbyname.c: Moved ...
1024         * sunrpc/getrpcbyname.c: ... here.
1025         * inet/getrpcbyname_r.c: Moved ...
1026         * sunrpc/getrpcbyname_r.c: ... here.
1027         * inet/getrpcbynumber.c: Moved ...
1028         * sunrpc/getrpcbynumber.c: ... here.
1029         * inet/getrpcbynumber_r.c: Moved ...
1030         * sunrpc/getrpcbynumber_r.c: ... here.
1031         * inet/getrpcent.c: Moved ...
1032         * sunrpc/getrpcent.c: ... here.
1033         * inet/getrpcent_r.c: Moved ...
1034         * sunrpc/getrpcent_r.c: ... here.
1035         * inet/Makefile (routines): Move those to ...
1036         * sunrpc/Makefile (routines): ... here.
1037         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1038         the $(subdirs) list.
1039         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1040         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1041         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1042         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1044         * elf/Makefile (routines): Include $(all-dl-routines), not just
1045         $(dl-routines).
1046         (rtld-routines): Likewise.  Use = rather than :=.
1047         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1048         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1049         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1050         * sysdeps/arm/Makefile: Likewise.
1051         * sysdeps/i386/Makefile: Likewise.
1052         * sysdeps/x86_64/Makefile: Likewise.
1053         * sysdeps/hppa/Makefile [$(subdir) = elf]
1054         (sysdep_routines, sysdep-rtld-routines): Don't add
1055         $(sysdep-dl-routines) to these.
1056         * sysdeps/ia64/Makefile: Likewise.
1057         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1058         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1059         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1060         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1061         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1062         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1063         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1064         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1065         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1066         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1067         these; sysdep-dl-routines alone is enough.
1069 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1071         [BZ #17932]
1072         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1073         where multiplication results in zero and third argument is finite
1074         and nonzero.
1075         * math/auto-libm-test-in: Add more tests of fma.
1076         * math/auto-libm-test-out: Regenerated.
1078         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1079         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1080         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1081         (_FP_CMP_EQ): Likewise.
1082         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1084         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1085         extra argument CHECK_NAN.  Redefine as wrapper around
1086         _FP_EXTEND_CNAN.
1088 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1090         * version.h (RELEASE): Set to "stable".
1091         (VERSION): Set to "2.21"
1092         * include/features.h (__GLIBC_MINOR__): Set to 21.
1094         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1096 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1097             Paul Eggert  <eggert@cs.ucla.edu>
1099         [BZ #16618]
1100         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1101         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1102         size in bytes. Store needed elements in wpmax. Use needed size
1103         in bytes for extend_alloca.
1105 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1107         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1108         binutls 2.25, and texinfo 5.2.
1109         * INSTALL: Regenerate.
1110         * sysdeps/nios2/configure: Regenerate.
1111         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1112         * manual/contrib.texi: Update.
1113         * po/be.po: Update.
1114         * po/bg.po: Update.
1115         * po/ca.po: Update.
1116         * po/cs.po: Update.
1117         * po/da.po: Update.
1118         * po/de.po: Update.
1119         * po/el.po: Update.
1120         * po/eo.po: Update.
1121         * po/es.po: Update.
1122         * po/fi.po: Update.
1123         * po/fr.po: Update.
1124         * po/gl.po: Update.
1125         * po/hr.po: Update.
1126         * po/hu.po: Update.
1127         * po/ia.po: Update.
1128         * po/id.po: Update.
1129         * po/it.po: Update.
1130         * po/ja.po: Update.
1131         * po/ko.po: Update.
1132         * po/lt.po: Update.
1133         * po/nb.po: Update.
1134         * po/nl.po: Update.
1135         * po/pl.po: Update.
1136         * po/pt_BR.po: Update.
1137         * po/ru.po: Update.
1138         * po/rw.po: Update.
1139         * po/sk.po: Update.
1140         * po/sl.po: Update.
1141         * po/sv.po: Update.
1142         * po/tr.po: Update.
1143         * po/uk.po: Update.
1144         * po/vi.po: Update.
1145         * po/zh_CN.po: Update.
1146         * po/zh_TW.po: Update.
1148         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1149         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1150         * sysdeps/hppa/dl-irel.h: Remove #warning.
1151         * sysdeps/hppa/entry.h: Provide prototype for
1152         __canonicalize_funcptr_for_compare and cast argument.
1153         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1154         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1155         * sysdeps/hppa/sotruss-lib.c: New file.
1156         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1157         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1158         (atomic_compare_and_exchange_bool_acq): Likewise.
1159         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1160         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1162         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1163         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1164         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1166 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1168         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1169         called function in non-PIC case.
1171 2015-01-31  David S. Miller  <davem@davemloft.net>
1173         * sysdeps/sparc/sparc32/bits/atomic.h
1174         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1175         unlock not after it.
1176         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1177         volatile register usage warnings from the compiler.
1179         * sysdeps/sparc/nptl/sem_init.c: Delete.
1180         * sysdeps/sparc/nptl/sem_post.c: Delete.
1181         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1182         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1183         * sysdeps/sparc/sparc32/sem_init.c: New file.
1184         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1185         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1186         padding explicitly initialized.
1187         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1188         padding for in-semaphore spinlock.
1189         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1190         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1191         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1192         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1193         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1194         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1195         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1196         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1197         version.
1198         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1199         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1201 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1203         [BZ #17801]
1204         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1205         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1206         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1207         New.
1208         (index_AVX_Fast_Unaligned_Load): Likewise.
1209         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1210         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1211         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1212         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1213         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1214         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1215         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1216         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1217         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1219 2015-01-29  Andreas Schwab  <schwab@suse.de>
1221         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1223 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1225         [BZ #17892]
1226         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1228 2015-01-28  Martin Sebor  <msebor@redhat.com>
1230         * math/README.libm-test: Clarify. Add "How to read the test output."
1232 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1234         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1235         Define to 0.
1237 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1239         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1240         (__HAVE_64B_ATOMICS): Define to 0.
1242 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1244         [BZ #17885]
1245         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1246         value to set as new flag.
1248         [BZ #16576]
1249         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1250         and use _ARCH_PPCSQ instead.
1251         (__ieee754_sqrt): Likewise.
1252         (__ieee754_sqrtf): Likewise.
1253         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1254         _ARCH_PPCSQ is defined.
1255         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1256         fsqrt instruction.
1257         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1258         _ARCH_PPCSQ is defined.
1259         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1260         fsqrts instruction.
1261         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1263 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1265         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1266         bug (GCC BZ #64739).
1268 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1270         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1271         Mark _retval as used.
1272         (lll_futex_wake_unlock): Likewise.
1273         (lll_futex_timed_wait_requeue_pi): Likewise.
1275         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1276         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1277         register variables.
1279         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1280         libm_hidden_def.
1282         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1283         (__bswap_64): Mark as __always_inline.
1285 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1287         [BZ #15378]
1288         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1289         when none of the search directories exist.
1291 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1293         [BZ #17869]
1294         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1295         power8 in .machine directive.
1297         [BZ #17868]
1298         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1299         set dependency from opd value.
1301 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1303         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1304         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1305         architecture.
1307 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1309         [BZ #17870]
1310         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1311         with uint64_t.
1312         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1313         (uint64_t) 1.
1314         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1315         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1316         Replace 1UL with (uint64_t) 1.
1317         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1318         int with uint64_t.
1320 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1322         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1323         (if_freenameindex): Likewise.
1325         * resource/getrlimit64.c: Add missing libc_hidden_def.
1327 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1329         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1330         __label__.
1331         (_FP_FMA): Likewise.
1332         (_FP_TO_INT_ROUND): Likewise.
1333         (_FP_FROM_INT): Likewise.
1335 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1337         [BZ #16418]
1338         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1339         Make code racy and cancel safe.
1341 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1343         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1344         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1345         attribution.
1347         * pwd/tst-getpw.c: Rewrite.
1349         [BZ #17702]
1350         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1351         (modules-names): Add moddummy1 and moddummy2.
1352         ($(objpfx)tst-rec-dlopen): Define.
1353         * dlfcn/moddummy1.c: New file.
1354         * dlfcn/moddummy2.c: New file.
1355         * dlfcn/tst-rec-dlopen.c: New file.
1356         * elf/dl-cache.c (_dl_load_cache_lookup):
1357         Return char*. Copy result with alloca/strcpy/strdup.
1358         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1359         returns char*. Free cached. If not saving realname
1360         free cached.
1361         * elf/dl-open.c (dl_open_worker): Do not assert that
1362         _r_debug->r_state is RT_CONSISTENT.
1363         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1364         returns char*.
1366 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1367             Carlos O'Donell  <carlos@redhat.com>
1369         [BZ #12674]
1370         * nptl/sem_waitcommon.c: New file.
1371         * nptl/sem_wait.c: Include sem_waitcommon.c.
1372         (__sem_wait_cleanup, do_futex_wait): Remove.
1373         (__new_sem_wait): Adapt.
1374         (__new_sem_trywait): New function.
1375         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1376         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1377         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1378         (sem_timedwait): Adapt.
1379         * nptl/sem_post.c (__new_sem_post): Adapt.
1380         (futex_wake): New function.
1381         (__old_sem_post): Add release MO fence.
1382         * nptl/sem_open.c (sem_open): Adapt.
1383         * nptl/sem_init.c (__new_sem_init): Adapt.
1384         (futex_private_if_supported): New function.
1385         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1386         (__old_sem_getvalue): Add using previous code.
1387         * sysdeps/nptl/internaltypes.h: Adapt.
1388         * nptl/tst-sem13.c (do_test): Adapt.
1389         * nptl/tst-sem11.c (main): Adapt.
1390         * nptl/sem_trywait.c: Remove.
1391         * nptl/DESIGN-sem.txt: Remove.
1392         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1393         (gen-as-const-headers): Remove structsem.sym.
1394         * nptl/structsem.sym: Remove.
1395         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1396         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1397         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1398         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1399         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1400         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1401         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1402         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1403         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1404         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1405         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1406         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1407         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1408         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1409         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1410         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1411         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1412         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1413         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1414         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1415         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1416         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1418 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1420         * INSTALL: Regenerated.
1422         * po/libc.pot: Regenerated.
1424 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1425             Sandra Loosemore  <sandra@codesourcery.com>
1426             Andrew Jenner  <andrew@codesourcery.com>
1427             Joseph Myers  <joseph@codesourcery.com>
1428             Nathan Sidwell  <nathan@codesourcery.com>
1430         * NEWS: Mention new Nios II port.
1431         * sysdeps/nios2/Implies: New file.
1432         * sysdeps/nios2/Makefile: New file.
1433         * sysdeps/nios2/Subdirs: New file.
1434         * sysdeps/nios2/Versions: New file.
1435         * sysdeps/nios2/__longjmp.S: New file.
1436         * sysdeps/nios2/abort-instr.h: New file.
1437         * sysdeps/nios2/backtrace.c: New file.
1438         * sysdeps/nios2/bits/endian.h: New file.
1439         * sysdeps/nios2/bits/fenv.h: New file.
1440         * sysdeps/nios2/bits/link.h: New file.
1441         * sysdeps/nios2/bits/setjmp.h: New file.
1442         * sysdeps/nios2/bsd-_setjmp.S: New file.
1443         * sysdeps/nios2/bsd-setjmp.S: New file.
1444         * sysdeps/nios2/configure: New generated file.
1445         * sysdeps/nios2/configure.ac: New file.
1446         * sysdeps/nios2/crti.S: New file.
1447         * sysdeps/nios2/crtn.S: New file.
1448         * sysdeps/nios2/dl-init.c: New file.
1449         * sysdeps/nios2/dl-machine.h: New file.
1450         * sysdeps/nios2/dl-sysdep.h: New file.
1451         * sysdeps/nios2/dl-tls.h: New file.
1452         * sysdeps/nios2/dl-trampoline.S: New file.
1453         * sysdeps/nios2/gccframe.h: New file.
1454         * sysdeps/nios2/gmp-mparam.h: New file.
1455         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1456         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1457         * sysdeps/nios2/ldsodefs.h: New file.
1458         * sysdeps/nios2/libc-tls.c: New file.
1459         * sysdeps/nios2/libm-test-ulps: New file.
1460         * sysdeps/nios2/machine-gmon.h: New file.
1461         * sysdeps/nios2/math-tests.h: New file.
1462         * sysdeps/nios2/math_private.h: New file.
1463         * sysdeps/nios2/memusage.h: New file.
1464         * sysdeps/nios2/nptl/Makefile: New file.
1465         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1466         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1467         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1468         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1469         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1470         * sysdeps/nios2/nptl/tls.h: New file.
1471         * sysdeps/nios2/preconfigure: New file.
1472         * sysdeps/nios2/s_fma.c: New file.
1473         * sysdeps/nios2/s_fmaf.c: New file.
1474         * sysdeps/nios2/setjmp.S: New file.
1475         * sysdeps/nios2/sfp-machine.h: New file.
1476         * sysdeps/nios2/sotruss-lib.c: New file.
1477         * sysdeps/nios2/stackguard-macros.h: New file.
1478         * sysdeps/nios2/stackinfo.h: New file.
1479         * sysdeps/nios2/start.S: New file.
1480         * sysdeps/nios2/sysdep.h: New file.
1481         * sysdeps/nios2/tls-macros.h: New file.
1482         * sysdeps/nios2/tst-audit.h: New file.
1483         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1484         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1485         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1486         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1487         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1488         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1489         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1490         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1491         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1492         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1493         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1494         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1495         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1496         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1497         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1498         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1499         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1500         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1501         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1502         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1503         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1504         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1505         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1506         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1507         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1508         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1509         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1510         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1511         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1512         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1513         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1514         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1515         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1516         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1517         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1518         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1519         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1520         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1521         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1522         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1523         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1524         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1525         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1526         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1528 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1530         [BZ #17844]
1531         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1532         (getutent): Use weak_alias in non SHARED case
1533         and default_symbol_version in SHARED case.
1534         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1535         (getutent_r, pututline): Likewise.
1536         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1537         (getutid): Likewise.
1538         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1539         (getutid_r): Likewise.
1540         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1541         (getutline): Likewise.
1542         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1543         (getutline_r): Likewise.
1544         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1545         (updwtmp): Likewise.
1547 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1549         [BZ #17848]
1550         * sysdeps/s390/s390-32/memcmp.S
1551         (memcmp_g5): Rename to __memcmp_g5.
1552         * sysdeps/s390/s390-32/memcpy.S
1553         (memcpy_g5): Rename to __memcpy_g5.
1554         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1555         (memcpy_mvcle) Rename to __memcpy_mvcle.
1556         * sysdeps/s390/s390-32/memset.S
1557         (memset_g5): Rename to __memset_g5.
1558         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1559         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1560         and use prefixed functions.
1561         * sysdeps/s390/s390-32/multiarch/memcmp.S
1562         (memcmp_z196): Rename to __memcmp_z196.
1563         (memcmp_z10): Rename to __memcmp_z10.
1564         (memcmp): Set alias to __memcmp_g5.
1565         (bcmp): Set alias to __memcmp_g5.
1566         * sysdeps/s390/s390-32/multiarch/memcpy.S
1567         (memcpy_z196): Rename to __memcpy_z196.
1568         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1569         (memcpy_z10): Rename to __memcpy_z10.
1570         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1571         (memcpy): Set alias to __memcpy_g5.
1572         * sysdeps/s390/s390-32/multiarch/memset.S
1573         (memset_z196): Rename to __memset_z196.
1574         Jump to __memset_mvcle instead of memset_mvcle.
1575         (memset_z10): Rename to __memset_z10.
1576         Jump to __memset_mvcle instead of memset_mvcle.
1577         (memset_mvcle) Rename to __memset_mvcle.
1578         (memset): Set alias to __memset_g5.
1579         * sysdeps/s390/s390-64/memcmp.S
1580         (memcmp_z900): Rename to __memcmp_z900.
1581         * sysdeps/s390/s390-64/memcpy.S
1582         (memcpy_z900): Rename to __memcpy_z900.
1583         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1584         (memcpy_mvcle) Rename to __memcpy_mvcle.
1585         * sysdeps/s390/s390-64/memset.S
1586         (memset_z900): Rename to __memset_z900.
1587         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1588         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1589         and use prefixed functions.
1590         * sysdeps/s390/s390-64/multiarch/memcmp.S
1591         (memcmp_z196): Rename to __memcmp_z196.
1592         (memcmp_z10): Rename to __memcmp_z10.
1593         (memcmp): Set alias to __memcmp_z900.
1594         (bcmp): Set alias to __memcmp_z900.
1595         * sysdeps/s390/s390-64/multiarch/memcpy.S
1596         (memcpy_z196): Rename to __memcpy_z196.
1597         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1598         (memcpy_z10): Rename to __memcpy_z10.
1599         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1600         (memcpy): Set alias to __memcpy_z900.
1601         * sysdeps/s390/s390-64/multiarch/memset.S
1602         (memset_z196): Rename to __memset_z196.
1603         Jump to __memset_mvcle instead of memset_mvcle.
1604         (memset_z10): Rename to __memset_z10.
1605         Jump to __memset_mvcle instead of memset_mvcle.
1606         (memset_mvcle) Rename to __memset_mvcle.
1607         (memset): Set alias to __memset_z900.
1609 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1611         [BZ #17748]
1612         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1613         __fesetenv instead of fesetenv.
1615 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1617         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1618         macro.
1620 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1622         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1623         regression on LE.
1625         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1626         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1627         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1628         strncmp-power8 object.
1629         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1630         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1631         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1632         * NEWS: Update.
1634 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1635             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1637         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1638         trailing byte check.
1640 2015-01-13  David S. Miller  <davem@davemloft.net>
1642         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1644 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1646         * login/logout.c (logout): Use memset rather than bzero.
1647         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1648         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1649         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1650         (_gethtbyaddr): Likewise.
1651         * locale/programs/simple-hash.c (bcopy): Macro removed.
1653 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1655         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1656         Add strcmp-power8 object.
1657         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1658         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1659         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1660         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1661         __strcmp_power8 implementation.
1662         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1663         * NEWS: Update.
1665         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1666         Add strncpy-power8 and stpncpy-power8 objects.
1667         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1668         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1669         implementations.
1670         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1671         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1672         __stpncpy_power8 implementation.
1673         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1674         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1675         __strncpy_power8 implementation.
1676         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1677         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1678         * NEWS: Update.
1680         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1681         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1682         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1684         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1685         strncat-power8 object.
1686         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1687         __strcat_power8 implementation.
1688         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1689         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1690         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1691         optimized strcat for power8.
1693         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1694         strcpy-power8 and stpcpy-power8 objects.
1695         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1696         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1697         implementations.
1698         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1699         multiarch stpcpy implementation for POWER8.
1700         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1701         multiarch strcpy implementation for POWER8.
1702         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1703         __strcpy_power8 function.
1704         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1705         stpcpy for POWER8.
1706         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1707         strcpy for POWER8.
1708         * NEWS: Update.
1710 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1712         [BZ #16009]
1713         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1714         weights and rules. Use do_xfrm_cached if data fits in cache,
1715         do_xfrm otherwise.  Moved former main loop to...
1716         * (do_xfrm_cached): New function.
1717         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1718         find_idx, find_position and stack_push.
1719         * (find_idx): New function.
1720         * (find_position): Likewise.
1721         * localedata/sort-test.sh: Added test run for do_xfrm.
1722         * localedata/xfrm-test.c (main): Added command line option
1723         -nocache to run the test with strings that are too large for
1724         the STRXFRM cache.
1726 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1728         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1729         variable to lll_futex_wake call, not the value itself.
1731 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1733         [BZ #17803]
1734         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1735         twom64.  Adjust value to 0x1p-64L.
1736         (__scalblnl): Only return standard underflowing result for K <=
1737         -64 not K <= -63; adjust exponent for underflowing result by 64
1738         not 63.
1739         * math/libm-test.inc (scalbn_test_data): Add more tests.
1740         (scalbln_test_data): Likewise.
1742         [BZ #17834]
1743         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1744         0x1p63L.
1745         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1746         not HX.
1747         * math/libm-test.inc (scalbn_test_data): Add more tests.
1748         (scalbln_test_data): Likewise.
1750 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1751             Stefani Seibold  <stefani@seibold.net>
1753         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1754         (sysdep_routines): Add dl-vdso here, ...
1755         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1756         (sysdep_routines): ... not here.
1757         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1758         fallback when vDSO is not presented.
1759         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1760         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1761         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1762         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1763         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1764         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1765         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1766         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1767         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1768         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1769         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1770         fallback configurable symbol when vDSO is not available.
1771         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1772         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1773         be able to redefine fallback symbol when vDSO is not available.
1774         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1775         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1777 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1779         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1780         (TLS_INIT_TP): Add tm_capable initialization.
1781         (TLS_DEFINE_INIT_TP): Likewise.
1782         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1783         TCB.
1784         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1785         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1786         calculation.
1787         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1788         transactoion is lock elision is built and TCB tm_capable is set.
1789         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1790         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1791         (INTERNAL_SYSCALL_NCS): Likewise.
1792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1793         (INTERNAL_SYSCALL_NCS): Likewise.
1794         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1796         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1797         for powerpc.
1798         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1799         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1800         and remove it for 32 bits case.
1801         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1802         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1803         initialization.
1804         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1805         Disable lock elision with rdlocks if elision is not available.
1807         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1808         (sysdep_routines): Add lock elision objects.
1809         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1810         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1811         [pthread_mutex_t] (__elision): Add field.
1812         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1813         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1814         elision definitions for powerpc.
1815         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1816         implementation of lock elision for powerpc.
1817         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1818         implementation of timed lock elision for powerpc.
1819         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1820         implementation of trylock with lock elision for powerpc.
1821         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1822         implementaion of unlock for lock elision for powerpc.
1823         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1824         automatic enable lock elision for mutexes.
1825         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1826         transaction execution definitions for powerpc.
1827         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1828         definitions.
1829         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1830         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1831         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1832         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1833         * NEWS: Update.
1835 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1837         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1838         for #include of <shm-directory.h>.
1840 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1842         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1843         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1845 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1847         [BZ #17791]
1848         * NEWS: Mention bug fix.
1849         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1850         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1851         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1853 2015-01-09  Torvald Riegel <triegel@redhat.com>
1855         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1857 2015-01-09  Torvald Riegel <triegel@redhat.com>
1859         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1861 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1863         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1864         pointer and cast to uintptr_t.
1866 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1868         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1869         removed.
1870         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1872 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1874         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1875         of 0.
1877 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1879         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1880         <nptl/pthreadP.h> instead.
1881         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1883         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1884         already defined.
1885         [__SIGRTMIN] (init): Function removed.
1886         [__SIGRTMIN] (initialized): Variable removed.
1887         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1888         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1889         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1890         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1891         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1892         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1893         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1894         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1895         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1896         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1897         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1898         * sysdeps/nptl/allocrtsig.c: New file.
1899         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1900         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1901         * sysdeps/generic/testrtsig.h: File removed.
1903         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1904         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1906         * nptl/nptl-init.c (pthread_functions): Conditionalize
1907         .ptr__nptl_setxid initialization on [SIGSETXID].
1909         * sysdeps/nptl/sys/procfs.h: New file.
1910         * nptl_db/Makefile (headers): Add it.
1911         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1913         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1914         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1915         * nptl/pthread_attr_setaffinity.c: Include it.
1916         * nptl/pthread_setattr_default_np.c: Likewise.
1917         * nptl/check-cpuset.h: New file.
1919 2015-01-08  Richard Henderson  <rth@redhat.com>
1921         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1922         (CFLAGS-tst-execstack-prog.c): Likewise.
1923         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1925 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1926             Sandra Loosemore  <sandra@codesourcery.com>
1927             Andrew Jenner  <andrew@codesourcery.com>
1928             Joseph Myers  <joseph@codesourcery.com>
1929             Nathan Sidwell  <nathan@codesourcery.com>
1931         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1932         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1933         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1934         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1935         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1936         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1937         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1938         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1939         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1940         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1941         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1942         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1943         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1944         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1945         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1946         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1947         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1949 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1951         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1952         timespec struct member in syscall macro.
1953         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1954         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1955         first timeval struct member in syscall macro.
1956         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1958 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1960         [BZ #17748]
1961         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1962         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1963         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1964         __feupdateenv and define as weak alias of __feupdateenv.  Use
1965         libm_hidden_weak.
1966         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1967         libm_hidden_def.
1968         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1969         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1970         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1971         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1972         libm_hidden_def.
1973         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1974         __feupdateenv and define as weak alias of __feupdateenv.  Use
1975         libm_hidden_weak.
1976         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1977         libm_hidden_def.
1978         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1979         __feupdateenv and define as weak alias of __feupdateenv.  Use
1980         libm_hidden_weak.
1981         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1982         libm_hidden_def.
1983         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1984         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1985         (__feupdateenv): Likewise.
1986         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1987         __feupdateenv and define as weak alias of __feupdateenv.  Use
1988         libm_hidden_weak.
1989         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1990         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1991         libm_hidden_def.
1992         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1993         function.
1994         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1995         libm_hidden_def.
1996         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1997         __feupdateenv instead of feupdateenv.
1998         (default_libc_feupdateenv_test): Likewise.
1999         (libc_feresetround_ctx): Likewise.
2001 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2003         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2004         prototype.
2006 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2008         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2009         COLL_SYM in a couple of places to avoid uninitialized variable
2010         wanings on tilegx gcc 4.8.2.
2012 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2014         * sysdeps/aarch64/strcpy.S: New file.
2015         * sysdeps/aarch64/stpcpy.S: New file.
2016         * NEWS: Updated.
2018 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2020         * sysdeps/aarch64/strrchr.S: New file.
2021         * NEWS: Updated.
2023 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2025         [BZ #17658]
2026         * stdlib/setenv.c: Fix memory leak when setting large,
2027         duplicate string.
2029 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2031         [BZ #17273]
2032         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2033         and tabs from buffer before parsing fstab entry.
2034         * misc/tst-mntent.c (main): Add test for mount entry with
2035         trailing spaces and tabs.
2037 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2039         [BZ #17748]
2040         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2041         * math/fesetround.c (fesetround): Rename to __fesetround and
2042         define as weak alias of __fesetround.  Use libm_hidden_weak.
2043         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2044         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2045         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2046         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2047         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2048         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2049         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2050         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2051         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2052         __fesetround_inline.
2053         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2054         __fesetround_inline instead of __fesetround.
2055         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2056         __fesetround and define as weak alias of __fesetround.  Use
2057         libm_hidden_weak.  Call __fesetround_inline instead of
2058         __fesetround.
2059         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2060         __fesetround and define as weak alias of __fesetround.  Use
2061         libm_hidden_weak.
2062         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2063         Likewise.
2064         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2065         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2066         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2067         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2068         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2069         __fesetround and define as weak alias of __fesetround.  Use
2070         libm_hidden_weak.
2071         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2072         __fesetround instead of fesetround.
2073         (default_libc_feholdexcept_setround): Likewise.
2074         (libc_feholdsetround_ctx): Likewise.
2075         (libc_feholdsetround_noex_ctx): Likewise.
2077         [BZ #17748]
2078         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2079         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2080         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2081         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2082         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2083         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2084         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2085         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2086         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2087         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2088         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2089         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2090         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2091         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2092         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2093         libm_hidden_def.
2094         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2095         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2096         Likewise.
2097         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2098         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2099         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2100         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2101         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2102         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2103         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2104         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2105         __fesetenv instead of fesetenv.
2106         (libc_feresetround_noex_ctx): Likewise.
2107         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2108         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2109         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2110         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2111         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2112         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2113         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2114         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2115         (__feupdateenv): Likewise.
2116         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2117         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2118         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2119         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2121 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2123         [BZ #17806]
2124         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2125         addresses have been freed.
2127 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2129         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2130         and nservall.
2132 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2134         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2135         Clean up check_pf allocation pattern. addresses
2137 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2139         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2140         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2141         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2142         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2143         * nptl/pthread_join.c (pthread_join): Likewise.
2144         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2145         * sysdeps/posix/waitid.c (__waitid): Likewise.
2146         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2147         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2148         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2149         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2150         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2151         Likewise.
2152         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2153         (__libc_pread64): Likewise.
2154         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2155         (__libc_pwrite): Likewise.
2156         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2157         (__libc_pwrite64): Likewsie.
2158         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2159         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2160         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2161         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2162         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2163         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2164         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2166         Likewise.
2167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2168         (__libc_pread64): Likewise.
2169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2170         Likewise.
2171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2172         (__libc_pwrite64): Likewise.
2173         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2174         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2175         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2176         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2177         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2178         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2179         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2180         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2181         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2182         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2183         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2184         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2185         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2186         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2187         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2188         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2189         Likewise.
2191 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2193         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2194         (CFLAGS-test-double.c): Likewise.
2195         (CFLAGS-test-ldouble.c): Likewise.
2196         (CPPFLAGS-test-ifloat.c): Likewise.
2197         (CPPFLAGS-test-idouble.c): Likewise.
2198         (CPPFLAGS-test-ildoubl.c): Likewise.
2199         (CFLAGS-test-test-fenv.c): Remove variable.
2200         (CFLAGS-test-misc.c): Likewise.
2202 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2204         [BZ #17797]
2205         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2206         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2207         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2208         CLOCKS_PER_SEC == 1000000.
2209         * time/clocktest.c (main): Replace %ld with %jd and cast to
2210         intmax_t.
2212 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2214         * sysdeps/generic/unwind-resume.h: New file.
2215         * sysdeps/gnu/unwind-resume.c: Include it.
2216         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2217         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2218         argument list.
2219         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2220         global rather than static.
2221         (_Unwind_Resume): Update user.
2222         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2223         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2224         rather than static.  Add __attribute__ ((cold)).
2225         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2226         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2227         * sysdeps/arm/arm-unwind-resume.S: New file.
2228         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2229         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2230         * sysdeps/arm/Makefile [$(subdir) = csu]
2231         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2232         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2233         Add rt-arm-unwind-resume.
2234         [$(subdir) = nptl]
2235         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2236         Add pt-arm-unwind-resume.
2237         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2238         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2240 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2242         [BZ #17748]
2243         * include/fenv.h (__feholdexcept): Declare.  Use
2244         libm_hidden_proto.
2245         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2246         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2247         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2248         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2249         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2250         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2251         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2252         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2253         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2254         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2255         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2256         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2257         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2258         (feholdexcept): Likewise.
2259         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2260         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2261         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2262         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2263         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2264         __feholdexcept instead of feholdexcept.
2265         (default_libc_feholdexcept_setround): Likewise.
2267 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2269         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2270         to avoid using stl/str to align destination.
2272 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2274         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2276 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2278         [BZ #17796]
2279         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2280         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2281         Define as weak alias not strong alias.
2283 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2285         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2286         bltzal with addiupc.
2287         (RTLD_START): Ditto.
2289 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2291         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2292         for __vdso_* functions in declarations.
2293         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2294         definitions.
2295         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2296         INTERNAL_VSYSCALL): Use struct return types to check for error.
2298         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2299         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2300         function with cast from llround().
2301         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2302         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2303         Define.
2305 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2307         [BZ #17793]
2308         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2309         Define as weak alias not strong alias.
2311         [BZ #17635]
2312         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2313         ...
2314         * ctype/ctype-extn.c: ... here.
2315         (__isblank_l): Move to ...
2316         * ctype/ctype-c99_l.c: ... here.  New file.
2317         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2318         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2319         Remove variable.
2320         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2321         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2322         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2323         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2324         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2326         [BZ #17777]
2327         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2328         (posix_fadvise64): Define as weak alias not strong alias.
2329         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2330         (posix_fallocate64): Likewise.
2331         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2332         Remove variable.
2333         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2334         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2335         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2336         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2337         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2339 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2341         [BZ #16191]
2342         * NEWS: Mention bug fix.
2343         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2344         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2345         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2346         (HOST_STACK_END_ADDR): Likewise.
2348 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2350         [BZ #17748]
2351         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2352         * math/fegetround.c (fegetround): Rename to __fegetround and
2353         define as weak alias of __fegetround.  Use libm_hidden_weak.
2354         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2355         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2356         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2357         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2358         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2359         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2360         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2361         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2362         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2363         Undefine after rather than before function definition; use
2364         parentheses around function name in definition.
2365         (__fegetround): Also undefine macro after function definition.
2366         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2367         __fegetround and define as weak alias of __fegetround.  Use
2368         libm_hidden_weak.  Do not undefine as macro.
2369         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2370         Likewise.
2371         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2372         __fegetround and define as weak alias of __fegetround.  Use
2373         libm_hidden_weak.
2374         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2375         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2376         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2377         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2378         __fegetround and define as weak alias of __fegetround.  Use
2379         libm_hidden_weak.
2380         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2381         __fegetround instead of fegetround.
2383         [BZ #17782]
2384         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2385         Condition macro definition on [__USE_MISC].
2387         [BZ #17781]
2388         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2389         (struct sigaction): Change type of sa_flags field to int.
2391         [BZ #17780]
2392         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2393         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2394         __glibc_reserved0.
2396         * nptl/version.c (banner): Use single year in copyright notice.
2398         * NEWS: Update copyright dates.
2399         * catgets/gencat.c (print_version): Likewise.
2400         * csu/version.c (banner): Likewise.
2401         * debug/catchsegv.sh: Likewise.
2402         * debug/pcprofiledump.c (print_version): Likewise.
2403         * debug/xtrace.sh (do_version): Likewise.
2404         * elf/ldconfig.c (print_version): Likewise.
2405         * elf/ldd.bash.in: Likewise.
2406         * elf/pldd.c (print_version): Likewise.
2407         * elf/sotruss.sh: Likewise.
2408         * elf/sprof.c (print_version): Likewise.
2409         * iconv/iconv_prog.c (print_version): Likewise.
2410         * iconv/iconvconfig.c (print_version): Likewise.
2411         * locale/programs/locale.c (print_version): Likewise.
2412         * locale/programs/localedef.c (print_version): Likewise.
2413         * login/programs/pt_chown.c (print_version): Likewise.
2414         * malloc/memusage.sh (do_version): Likewise.
2415         * malloc/memusagestat.c (print_version): Likewise.
2416         * malloc/mtrace.pl: Likewise.
2417         * manual/libc.texinfo: Likewise.
2418         * nptl/version.c (banner): Likewise.
2419         * nscd/nscd.c (print_version): Likewise.
2420         * nss/getent.c (print_version): Likewise.
2421         * nss/makedb.c (print_version): Likewise.
2422         * posix/getconf.c (main): Likewise.
2423         * scripts/test-installation.pl: Likewise.
2424         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2426 2015-01-02  Will Newton  <will.newton@linaro.org>
2428         * sysdeps/arm/armv7/configure: Removed.
2429         * sysdeps/arm/armv7/configure.ac: Likewise.
2431 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2433         * All files with FSF copyright notices: Update copyright dates
2434         using scripts/update-copyrights.
2435         * intl/plural.c: Regenerated.
2436         * locale/programs/charmap-kw.h: Likewise.
2437         * locale/programs/locfile-kw.h: Likewise.
2439 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2441         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2443 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2445         [BZ #17748]
2446         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2447         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2448         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2449         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2450         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2451         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2452         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2453         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2454         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2455         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2456         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2457         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2458         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2459         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2460         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2461         libm_hidden_def.
2462         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2463         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2464         Likewise.
2465         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2466         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2467         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2468         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2469         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2470         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2471         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2472         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2473         __fegetenv instead of fegetenv.
2474         (libc_feholdsetround_noex_ctx): Likewise.
2476 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2478         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2479         (Elf_MIPS_ABIFlags_v0): New structure.
2480         (EF_MIPS_FP64): Define.
2481         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2482         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2483         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2484         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2485         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2486         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2487         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2488         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2489         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2490         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2491         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2492         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2493         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2494         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2495         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2496         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2497         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2498         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2499         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2500         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2501         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2502         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2503         field.
2504         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2505         EF_MIPS_FP64.
2506         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2507         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2508         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2509         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2510         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2511         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2512         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2513         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2514         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2515         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2516         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2517         record the current FP ABI extension.
2518         (mips-mode-switch): Define to show if kernel headers support mode
2519         switching.
2520         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2521         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2522         supported SYSV ABI version to 3.
2523         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2524         feature.
2526 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2527             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2529         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2530         path.
2531         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2533 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2535         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2536         __fegetround and redefine to call __fegetround.  Remove condition
2537         on [!__NO_MATH_INLINES].
2538         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2539         function.
2540         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2541         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2542         Remove macro.
2543         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2544         instead of <fenv_libc.h>.
2545         (__llrintl): Call fegetround instead of __fegetround.
2546         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2547         instead of <fenv_libc.h>.
2548         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2549         (__lrintl): Call fegetround instead of __fegetround.
2550         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2551         instead of <fenv_libc.h>.
2552         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2553         (__rintl): Call fegetround instead of __fegetround.
2555 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2557         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2558         arrays.
2560 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2562         [BZ #17775]
2563         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2564         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2565         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2567 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2569         * sysdeps/i386/tls-macros.h: Include <features.h>.
2570         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2571         (TLS_IE): Likewise.
2572         (TLS_LD): Likewise.
2573         (TLS_GD): Likewise.
2574         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2575         define for GCC >= 5.0.
2577 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2579         * math/test-fenv.c (test_single_exception, set_single_exc,
2580         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2581         feexcp_mask_test, feenable_test, fe_single_test): Add
2582         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2583         case where they are not used.
2584         * math/libm-test.inc: Likewise.
2585         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2586         unused in the absence of FP rounding/exception support.
2587         * stdio-common/tst-printf-round.c: Likewise.
2588         * stdlib/tst-strtod-round.c: Likewise.
2589         * stdlib/tst-strtod-underflow.c: Likewise.
2591 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2593         [BZ #17723]
2594         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2595         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2596         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2597         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2598         libm_hidden_weak.
2599         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2600         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2601         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2602         libm_hidden_def.
2603         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2604         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2605         libm_hidden_weak.
2606         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2607         Likewise.
2608         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2609         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2610         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2611         libm_hidden_weak.
2612         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2613         libm_hidden_def.
2614         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2615         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2616         (__feraiseexcept): Likewise.
2617         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2618         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2619         libm_hidden_weak.
2620         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2621         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2622         libm_hidden_def.
2623         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2624         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2625         Use libm_hidden_def.
2626         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2627         libm_hidden_def.
2628         (feraiseexcept): Define as weak not strong alias.  Use
2629         libm_hidden_weak.
2630         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2631         New inline function.  Factored out of ...
2632         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2633         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2634         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2635         feraiseexcept.
2636         * math/w_acos.c (__acos): Likewise.
2637         * math/w_asin.c (__asin): Likewise.
2638         * math/w_ilogb.c (__ilogb): Likewise.
2639         * math/w_j0.c (y0): Likewise.
2640         * math/w_j1.c (y1): Likewise.
2641         * math/w_jn.c (yn): Likewise.
2642         * math/w_log.c (__log): Likewise.
2643         * math/w_log10.c (__log10): Likewise.
2644         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2645         * sysdeps/aarch64/fpu/math_private.h
2646         (libc_feupdateenv_test_aarch64): Likewise.
2647         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2648         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2649         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2650         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2651         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2652         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2653         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2654         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2655         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2656         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2658 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2660         [BZ #17732]
2661         * io/test-utime.c (main): Replace %ld with %jd and cast to
2662         intmax_t.
2663         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2664         * nptl/tst-mutex5.c: Include <stdint.h>.
2665         (do_test): Replace %ld with %jd and cast to intmax_t.
2666         * posix/tst-regex.c (run_test): Likewise.
2667         (run_test_backwards): Likewise.
2668         * rt/tst-clock.c: Include <stdint.h>.
2669         (clock_test): Replace %ld with %jd and cast to intmax_t.
2670         * rt/tst-cpuclock1.c: Include <stdint.h>.
2671         (do_test): Replace %lu with %ju and cast to uintmax_t.
2672         * rt/tst-cpuclock2.c: Include <stdint.h>.
2673         (do_test): Replace %lu with %ju and cast to uintmax_t.
2674         * rt/tst-mqueue1.c: Include <stdint.h>.
2675         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2676         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2677         intmax_t.
2678         * rt/tst-mqueue4.c (do_test): Likewise.
2679         * rt/tst-timer4.c: Include <stdint.h>.
2680         (check_ts): Replace %ld with %jd and cast to intmax_t.
2681         (do_test): Likewise.
2682         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2683         and cast to intmax_t.
2684         * sysdeps/pthread/tst-timer.c (main): Likewise.
2685         * time/clocktest.c (main): Likewise.
2686         * time/tst-posixtz.c (do_test): Likewise.
2687         * timezone/tst-timezone.c (main): Likewise.
2689 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2690             H.J. Lu  <hongjiu.lu@intel.com>
2692         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2693         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2694         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2695         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2696         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2697         version if bit_Fast_Unaligned_Load is set.
2698         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2699         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2700         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2701         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2702         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2703         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2704         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2705         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2706         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2707         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2708         to 4.
2709         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2710         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2711         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2712         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2714 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2716         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2717         instead of #if to avoid a Wundef warning.
2718         * stdlib/tst-limits.c (do_test): Likewise.
2720         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2721         parallel other exception macros.
2722         (fegetenv): Convert from macro to extern inline so that it applies
2723         retroactively to inline functions already seen by the compiler.
2724         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2726         * posix/Makefile (before-compile): Use $(objpfx) for
2727         posix-conf-vars-def.h.
2729 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2731         * posix/getconf.c (main): Use size_t for type of I.
2732         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2733         NSPEC.
2735         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2736         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2737         * posix/posix-envs.def: Likewise.
2738         * sysdeps/posix/sysconf.c: Likewise.
2739         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2740         (specs): Remove array.
2741         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2742         array.
2744         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2745         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2746         (__sysconf): Use CONF_IS_* macros.
2748         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2749         ($(objpfx)posix-conf-vars-def.h): New target.
2750         * posix/posix-conf-vars.list: New file.
2751         * posix/posix-conf-vars.h: New file.
2752         * posix/confstr.c: Include posix-conf-vars.h.
2753         (confstr): Use CONF_IS_* macros.
2754         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2755         CONF_IS_* macros.
2756         * scripts/gen-posix-conf-vars.awk: New file.
2758 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2760         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2761         fegetround): Add no-op macros to avoid linknamespace issues.
2763         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2764         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2766         * sysdeps/unix/sysv/linux/tile/sysdep.h
2767         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2768         assembly-specific section to avoid a redefinition warning.
2770         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2771         long before casting to pointer to avoid a cast warning.
2773 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2775         * sysdeps/tile/tilegx/Implies: New file.
2777 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2779         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2781 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2783         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2785 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2787         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2788         not define.
2789         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2790         <kernel-features.h>.
2791         (__utimes) [__NR_utimes]: Make code unconditional.
2792         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2793         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2794         (__ASSUME_UTIMES): Do not undefine.
2795         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2796         (__ASSUME_UTIMES): Likewise.
2797         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2798         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2799         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2800         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2802 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2804         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2806 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2808         [BZ #17747]
2809         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2810         alias to weak alias for j0l, y0l.
2811         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2812         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2814         [BZ #17746]
2815         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2816         conversion.
2818 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2820         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2821         to zero if not already defined.
2823 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2825         [BZ #17724]
2826         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2827         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2828         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2829         (char *) casts added.
2830         * sysdeps/ieee754/k_standardf.c: New file.
2831         * sysdeps/ieee754/k_standardl.c: Likewise.
2832         * math/Makefile (libm-support): Remove k_standard.
2833         (libm-calls): Add k_standard.
2835 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2837         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2838         Optimize to avoid an unnecessary FPCR read.
2840 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2842         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2843         Optimize to reduce FPCR/FPSR accesses.
2845 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2847         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2848         Call libc_fetestexcept_aarch64.
2850 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2852         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2853         Call libc_fesetround_aarch64.
2855 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2857         [BZ #17733]
2858         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2859         (__bind): Do not define as weak alias.
2860         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2861         define.
2862         (__getsockname): Do not define as weak alias.
2864 2014-12-22  Will Newton  <will.newton@linaro.org>
2866         * manual/install.texi: Document that we require bison 2.7
2867         or above.
2868         * INSTALL: Regenerate.
2869         * configure.ac: Use AC_CHECK_PROG_VER instead of
2870         AC_PATH_PROG when checking for bison and check for
2871         version 2.7 or above.
2872         * configure: Regenerate.
2874 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2876         [BZ #17745]
2877         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2878         * sysdeps/tile/ffsll.c (ffsll): To here.
2880         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2882 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2884         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2885         if not defined.
2886         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2887         definition.
2888         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2889         hidden ___tls_get_addr.
2890         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2891         hidden __tls_get_addr.
2892         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2893         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2894         Likewise.
2896 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2898         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2899         _dl_init call.
2901 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2903         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2904         from "call _dl_init@PLT".
2905         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2907 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2909         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2910         guarantees.
2912 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2914         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2916 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2918         [BZ #17744]
2919         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2920         strnlen.
2922 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2924         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2925         of multu on MIPSr6.
2926         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2927         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2928         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2929         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2930         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2932 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2934         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2935         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2936         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2937         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2938         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2939         mips32r6/mips64r6.
2940         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2942 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2944         * string/strncat.c (STRNCAT): Simplify implementation.
2946 2014-12-19  David S. Miller  <davem@davemloft.net>
2948         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2949         access the quad as both a long double and as a series of 4 words.
2951         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2952         link_map->l_info array access.
2954 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2956         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2958         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2959         * math/atest-exp2.c (TIMEOUT): Likewise.
2960         * math/atest-sincos.c (TIMEOUT): Likewise.
2962 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2964         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2965         -Wno-error with -fno-builtin-lround.
2967 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2969         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2970         Contains futex constants and functions moved over from ...
2971         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2972         <lowlevellock-futex.h>.
2973         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2974         (lll_timedwait_tid): Add comments and parentheses around macro
2975         arguments.
2977 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2979         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2980         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2981         (__lll_private_flag): Remove.
2982         (lll_futex_wait): Likewise.
2983         (lll_futex_timed_wait): Likewise.
2984         (lll_futex_wake): Likewise.
2985         (lll_futex_requeue): Likewise.
2986         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2987         (__lll_timedwait_tid): Spell out argument names.
2988         (lll_timedwait_tid): Add comments and parentheses around macro
2989         arguments.
2990         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2991         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2993 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2995         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2996         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2997         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2998         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2999         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3000         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3001         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3002         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3003         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3004         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3005         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3006         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3007         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3008         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3009         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3010         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3011         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3012         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3013         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3015 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3017         * sysdeps/x86_64/x32/Makefile: New file.
3019 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3021         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3022         1L with (mp_limb_t) 1.
3024 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3026         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3027         * nptl/libc_pthread_init.c: ... here.
3028         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3029         * nptl/register-atfork.c: ... here.
3031         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3032         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3033         Use assert_perror to check its return value.
3034         (__gai_create_helper_thread): Likewise.
3036         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3038         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3040 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3042         [BZ #17725]
3043         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3044         __profil_counter.
3045         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3046         Likewise.
3047         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3048         Likewise.
3049         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3050         Likewise.
3051         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3052         (profil_counter): Likewise.
3053         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3054         (profil_counter): Likewise.
3055         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3056         Likewise.
3057         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3058         Likewise.
3059         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3060         (profil_counter): Likewise.
3061         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3062         Likewise.
3063         [!__profil_counter] (profil_counter): Define as weak alias of
3064         __profil_counter.
3065         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3066         (profil_counter): Rename to __profil_counter.
3067         [!__profil_counter] (profil_counter): Define as weak alias of
3068         __profil_counter.
3069         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3070         (profil_counter): Rename to __profil_counter.
3071         [!__profil_counter] (profil_counter): Define as weak alias of
3072         __profil_counter.
3073         * sysdeps/posix/profil.c: Update comment referring to
3074         profil_counter.
3075         (__profil): Use __profil_counter instead of profil_counter.
3076         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3077         __profil_counter.  Use __profil_counter_ushort and
3078         __profil_counter_uint in definitions.
3079         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3080         instead of profil_counter_uint and profil_counter_ushort.
3082         [BZ #17722]
3083         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3084         define as weak alias of __inet_makeaddr.
3085         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3086         as weak alias of __inet_addr.
3087         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3088         as weak alias of __inet_pton.  Use libc_hidden_weak.
3089         * include/arpa/inet.h (__inet_pton): Declare.  Use
3090         libc_hidden_proto.
3091         (inet_makeaddr): Don't use libc_hidden_proto.
3092         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3093         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3094         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3095         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3096         Remove variable.
3097         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3098         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3100 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3102         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3104 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3106         * stdio-common/bug-vfprintf-nargs.c (do_test):
3107         Cast value to intptr_t to avoid format warning
3108         for usage with PRIdPTR printing macro.
3110 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3112         * libio/tst-widetext.c (do_test):
3113         Use format type %td instead of %Zd for ptrdiff_t
3114         in order to avoid format warning.
3116 2014-12-17  Andreas Schwab  <schwab@suse.de>
3118         * nscd/mem.c (gc): Add size_t cast to match printf format.
3120 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3122         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3123         (init): Apply PTR_MANGLE to pointers before storing them.
3124         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3125         before using them.
3127 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3129         [BZ #17719]
3130         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3131         define as weak alias of __memrchr.
3132         (__memrchr): Do not define as strong alias of memrchr.
3133         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3134         Remove variable.
3135         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3136         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3137         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3139         [BZ #17717]
3140         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3141         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3142         (if_indextoname): Rename to __if_indextoname and define as weak
3143         alias of __if_indextoname.  Use libc_hidden_weak.
3144         (if_freenameindex): Rename to __if_freenameindex and define as
3145         weak alias of __if_freenameindex.
3146         (if_nameindex): Rename to __if_nameindex and define as weak alias
3147         of __if_nameindex.
3148         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3149         __if_nametoindex and define as weak alias of __if_nametoindex.
3150         Use libc_hidden_weak.
3151         (if_freenameindex): Rename to __if_freenameindex and define as
3152         weak alias of __if_freenameindex.
3153         (if_nameindex): Rename to __if_nameindex and define as weak alias
3154         of __if_nameindex.
3155         (if_indextoname): Rename to __if_indextoname and define as weak
3156         alias of __if_indextoname.  Use libc_hidden_weak.
3157         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3158         __if_nametoindex and define as weak alias of __if_nametoindex.
3159         Use libc_hidden_weak.
3160         (if_freenameindex): Rename to __if_freenameindex and define as
3161         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3162         (if_nameindex_netlink): Use __if_freenameindex instead of
3163         if_freenameindex.
3164         (if_nameindex): Rename to __if_nameindex and define as weak alias
3165         of __if_nameindex.  Use libc_hidden_weak.
3166         (if_indextoname): Rename to __if_indextoname and define as weak
3167         alias of __if_indextoname.  Use libc_hidden_weak.
3168         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3169         libc_hidden_proto.
3170         [!_ISOMAC] (__if_freenameindex): Likewise.
3171         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3172         if_nametoindex.
3173         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3174         variable.
3175         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3176         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3177         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3178         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3179         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3180         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3181         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3183         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3184         Remove variable.
3185         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3186         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3188 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3190         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3191         subscript above bounds'
3193         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3194         bounds.
3196 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3198         * libio/tst-fopenloc.c: Use test-skeleton.c.
3200         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3201         (entry): Rename to ITEM.
3202         (do_test, comp): Adjust.
3204         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3206 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3208         * string/tester.c: Include <libc-internal.h>.
3209         (test_memset): Ignore -Wmemset-transposed-args.
3211 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3213         * misc/tst-mntent2.c (do_test): Fix warning.
3215 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3217         * elf/tst-unique4lib.cc(a): Mark as used.
3219 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3221         [BZ #17630]
3222         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3223         names.
3225 2014-12-16  Allan McRae  <allan@archlinux.org>
3227         * stdio-common/Makefile (tests): Re-add bug26.
3229 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3231         [BZ #17657]
3232         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3233         static array.
3235 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3237         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3238         (__lll_lock_wait): Likewise.
3239         (__lll_timedlock_wait): Likewise.
3240         (__lll_timedwait_tid): Likewise.
3241         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3242         (__lll_robust_timedlock_wait): Likewise.
3243         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3244         (lll_cond_trylock): Likewise.
3245         (__lll_lock): Likewise.
3246         (__lll_robust_lock): Likewise.
3247         (__lll_cond_lock): Likewise.
3248         (lll_robust_cond_lock): Likewise.
3249         (__lll_timedlock): Likewise.
3250         (__lll_robust_timedlock): Likewise.
3251         (__lll_unlock): Likewise.
3252         (__lll_robust_unlock): Likewise.
3253         (lll_wait_tid): Likewise.
3254         (lll_timedwait_tid): Likewise.
3256 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3258         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3260 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3262         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3264 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3266         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3267         * stdio-common/tst-sprintf.c: Likewise.
3269 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3271         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3273 2014-12-15  Jeff Law  <law@redhat.com>
3275         [BZ #16617]
3276         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3277         on the heap.  (CVE-2012-3406)
3278         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3279         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3280         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3282 2014-12-15  Will Newton  <will.newton@linaro.org>
3284         * manual/install.texi: Bump required version of texinfo
3285         to 4.7 from 4.5.
3286         * INSTALL: Regenerated.
3287         * configure.ac: Check for makeinfo version 4.7 and above.
3288         * configure: Regenerated.
3290 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3292         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3293         PREFIX, string constant to insert between directory and name.
3294         * sysdeps/posix/shm_open.c: Update caller.
3295         * sysdeps/posix/shm_unlink.c: Likewise.
3296         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3297         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3298         (SEM_SHM_PREFIX): New macro.
3299         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3300         [$(have-thread-library) = no].
3301         * nptl/Makefile (libpthread-routines): Add shm-directory.
3302         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3303         * sysdeps/nptl/shm-directory.h: New file.
3304         * sysdeps/posix/shm-directory.c
3305         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3306         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3307         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3308         INTERNAL_SYSCALL.
3309         (__where_is_shmfs): Function removed.
3310         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3311         Variables removed.
3312         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3313         Use SHM_GET_NAME.
3314         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3316         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3317         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3318         unconditional for use inside libpthread.
3319         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3321 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3323         * nptl/pthread_getaffinity.c: New file.
3324         * nptl/pthread_setaffinity.c: New file.
3325         * nptl/pthread_getname.c: New file.
3326         * nptl/pthread_setname.c: New file.
3328         * nptl/pthread_create.c (START_THREAD_DEFN)
3329         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3331 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3332             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3334         * resolv/res_send.c (send_vc): Disable warning resplen may
3335         be used uninitialized.
3337 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3339         * nptl/tst-mutex6.c
3340         (ATTR_NULL): New define checks ATTR against NULL.
3341         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3342         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3344 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3346         [BZ #17581]
3347         * malloc/hooks.c
3348         (mem2mem_check): Revert my previous change.
3349         (malloc_check_get_size): Revert my previous change.
3350         (mem2chunk_check): Revert my previous change.
3352 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3354         * sysdeps/posix/shm-directory.c: New file.
3355         * sysdeps/posix/shm-directory.h: New file.
3356         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3357         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3358         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3359         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3360         Transmute EPERM to EACCES.
3361         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3362         from ...
3363         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3364         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3366 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3368         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3369         pointer and cast to uintptr_t.
3370         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3371         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3372         Add cast to avoid warning.
3373         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3375 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3377         * nptl/semaphore.h: Move to ...
3378         * sysdeps/pthread/semaphore.h: ... here.
3379         * Makefile (installed-headers): Change nptl/semaphore.h to
3380         sysdeps/pthread/semaphore.h.
3382 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3384         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3385         generated error format strings.
3387         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3388         -Wformat-extra-args warnings for scanf formats.
3389         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3390         test of zero-length format (duh).
3391         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3392         corner-case scanf format test.
3393         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3394         generated fprintf format string.
3395         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3396         corner-case sprintf format tests.
3397         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3398         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3399         -Wformat-extra-args warnings throughout.
3400         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3401         (CFLAGS-scanf4.c): Likewise.
3402         (CFLAGS-scanf7.c): Likewise.
3403         (CFLAGS-tst-sprintf.c): Likewise.
3404         (CFLAGS-tst-printf.c): Likewise.
3405         (CFLAGS-tst-printfsz.c): Likewise.
3407 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3409         * include/cpio.h: New file.
3410         * include/fmtmsg.h: Likewise.
3412         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3413         corresponding format argument to size_t.
3414         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3415         arguments.
3416         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3417         corresponding format argument to size_t.
3418         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3419         arguments.
3420         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3421         corresponding format argument to size_t.
3422         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3423         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3424         (CFLAGS-tst-mbswcs2.c): Likewise.
3425         (CFLAGS-tst-mbswcs3.c): Likewise.
3426         (CFLAGS-tst-mbswcs4.c): Likewise.
3427         (CFLAGS-tst-mbswcs5.c): Likewise.
3428         (CFLAGS-tst-trans.c): Likewise
3430 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3432         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3433         rather than assuming they won't contain any '%'s.
3435 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3437         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3438         inhibit_loop_to_libcall to avoid recursive calls.
3439         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3440         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3442 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3444         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3445         prototype.
3447 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3449         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3450         integer value instead of boolean.
3452 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3454         * malloc/malloc.c: Fix powerof2 check.
3456 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3458         * locale/programs/locfile.h (maybe_swap_uint32):
3459         Remove inline and add unused attribute.
3461 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3463         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3464         Truncating assembler expression to a .long expression.
3466 2014-12-11  Andreas Schwab  <schwab@suse.de>
3468         * elf/rtld.c (struct map_args): Constify str member.
3469         (do_preload): Constify fname argument.
3471 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3473         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3474         constants definition.
3476 2014-12-11  Andreas Schwab  <schwab@suse.de>
3478         [BZ #16657]
3479         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3480         FORCE_ELISION instead of DO_ELISION.
3481         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3482         Remove.
3483         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3484         Likewise.
3486         * iconvdata/gconv-modules: Remove duplicate entry.
3488 2014-12-11  Will Newton  <will.newton@linaro.org>
3490         Merge gettext 0.19.3 into intl/.
3492         This involves a number of cosmetic changes to comments
3493         and ANSI function definitions and prototypes throughout
3494         all the files. The gettext copyright header is used but
3495         with the date ranges taken from the glibc copy.
3497         * NEWS: Add gettext merge to 2.21.
3498         * intl/bindtextdom.c: Switch to gettext copyright.
3499         Use ANSI definitions and prototypes.
3500         Use gl_* locking primitives rather than __libc_* ones.
3501         Use __builtin_expect rather than __glibc_likely/unlikely.
3502         * intl/dcgettext.c: Switch to gettext copyright.
3503         Use ANSI definitions and prototypes.
3504         * intl/dcigettext.c: Switch to gettext copyright.
3505         Use ANSI definitions and prototypes.
3506         (INTDIV0_RAISES_SIGFPE): New define.
3507         Use gl_* locking primitives rather than __libc_* ones.
3508         Include eval-plural.h instead of plural-eval.c.
3509         Use __builtin_expect rather than __glibc_likely/unlikely.
3510         * intl/dcngettext.c: Switch to gettext copyright.
3511         Use ANSI definitions and prototypes.
3512         * intl/dgettext.c: Likewise.
3513         * intl/dngettext.c: Likewise.
3514         * intl/plural-eval.c: Renamed to...
3515         * intl/eval-plural.h: ...this.
3516         * intl/explodename.c: Switch to gettext copyright.
3517         Use ANSI definitions and prototypes.
3518         (_nl_explode_name): Use strchr instead of __rawmemchr.
3519         * intl/finddomain.c: Switch to gettext copyright.
3520         Use ANSI definitions and prototypes.
3521         Use gl_* locking primitives rather than __libc_* ones.
3522         (_nl_find_domain): Use malloc rather than alloca for
3523         allocation of temporary locale name.
3524         * intl/gettext.c: Switch to gettext copyright.
3525         Use ANSI definitions and prototypes.
3526         * intl/gettextP.h: Switch to gettext copyright.
3527         Use ANSI definitions and prototypes.
3528         Use gl_* locking primitives rather than __libc_* ones.
3529         * intl/gmo.h: Switch to gettext copyright.
3530         (struct sysdep_string): Move struct segment_pair outside of
3531         struct definition.
3532         * intl/hash-string.c: Use ANSI definitions and prototypes.
3533         * intl/hash-string.h: Switch to gettext copyright.
3534         Use ANSI definitions and prototypes.
3535         * intl/l10nflist.c: Switch to gettext copyright.
3536         Use ANSI definitions and prototypes.
3537         (_nl_normalize_codeset): Avoid integer overflow.
3538         * intl/loadinfo.h: Switch to gettext copyright.
3539         Use ANSI definitions and prototypes.
3540         (LIBINTL_DLL_EXPORTED): New define.
3541         (PATH_SEPARATOR): New define.
3542         * intl/loadmsgcat.c: Switch to gettext copyright.
3543         * intl/localealias.c: Switch to gettext copyright.
3544         Use ANSI definitions and prototypes.
3545         (_nl_expand_alias): Use PATH_SEPARATOR.
3546         * intl/ngettext.c: Switch to gettext copyright.
3547         Use ANSI definitions and prototypes.
3548         * intl/plural-exp.c: Likewise.
3549         * intl/plural-exp.h: Switch to gettext copyright.
3550         Use ANSI definitions and prototypes.
3551         (struct expression): Move definition of enum operator outside
3552         of struct definition.
3553         * intl/plural.c: Regenerate.
3554         * intl/plural.y: Switch to gettext copyright.
3555         Use ANSI definitions and prototypes.
3556         Port to bison 3.0.
3557         * intl/textdomain.c: Switch to gettext copyright.
3558         Use ANSI definitions and prototypes.
3559         Use gl_* locking primitives rather than __libc_* ones.
3561 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3563         * debug/warning-nop.c: Add used atrribute.
3565 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3567         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3569         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3570         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3571         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3573 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3574             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3576         [BZ #17634]
3577         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3578         Undefine after defining function.  Define as weak alias of
3579         __wcschr.  Use libc_hidden_weak.
3580         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3581         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3582         (libc_hidden_def): Also define __GI___wcschr alias.
3583         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3584         __wcschr and define as weak alias of __wcschr.
3585         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3586         __wcschr.
3587         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3588         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3589         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3590         libc_hidden_weak.  Do not use libc_hidden_def.
3591         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3592         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3593         __GI___wcschr alias.
3594         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3595         [IS_IN (libc)] (wcschr): Define as macro expanding to
3596         __redirect_wcschr.
3597         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3598         [IS_IN (libc)] (__wcschr_power6): Likewise.
3599         [IS_IN (libc)] (__wcschr_power7): Likewise.
3600         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3601         instead of wcschr.
3602         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3603         __libc_wcschr.
3604         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3605         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3606         __wcschr and define as weak alias of __wcschr.  Use
3607         libc_hidden_builtin_def.
3608         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3609         as weak alias of __wcschr.  Use libc_hidden_weak.
3610         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3611         wcschr.
3612         * time/era.c (_nl_init_era_entries): Likewise.
3613         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3614         variable.
3615         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3616         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3618 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3620         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3621         format for long int variable.
3623 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3625         [BZ #10672]
3626         * manual/search.texi: (Array Sort Function): Remove claim how to make
3627         qsort stable.
3629 2014-12-10  Andreas Schwab  <schwab@suse.de>
3631         [BZ #12847]
3632         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3633         user-controlled locks.
3635 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3637         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3638         register.
3640 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3642         * configure.ac (--disable-werror): New configure option.
3643         (enable_werror): New AC_SUBST.
3644         * configure: Regenerated.
3645         * config.make.in (enable-werror): New variable.
3646         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3647         -Wno-error=undef.
3648         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3649         * manual/install.texi (Configuring and compiling): Document
3650         --disable-werror.
3651         * INSTALL: Regenerated.
3652         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3653         (CFLAGS-tst-chk2.c): Likewise.
3654         (CFLAGS-tst-chk3.c): Likewise.
3655         (CFLAGS-tst-chk4.cc): Likewise.
3656         (CFLAGS-tst-chk5.cc): Likewise.
3657         (CFLAGS-tst-chk6.cc): Likewise.
3658         (CFLAGS-tst-lfschk1.c): Likewise.
3659         (CFLAGS-tst-lfschk2.c): Likewise.
3660         (CFLAGS-tst-lfschk3.c): Likewise.
3661         (CFLAGS-tst-lfschk4.cc): Likewise.
3662         (CFLAGS-tst-lfschk5.cc): Likewise.
3663         (CFLAGS-tst-lfschk6.cc): Likewise.
3665         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3666         (main): Disable -Wdeprecated-declarations around calls to
3667         register_printf_function.
3669         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3670         (do_test): Disable -Wdiv-by-zero around some calls to
3671         fwrite_unlocked and fread_unlocked.
3673         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3674         (DIAG_POP_NEEDS_COMMENT): Likewise.
3675         (_DIAG_STR1): Likewise.
3676         (_DIAG_STR): Likewise.
3677         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3678         * stdio-common/bug21.c: Include <libc-internal.h>.
3679         (do_test): Disable -Wformat around call to sscanf.
3680         * stdio-common/scanf14.c: Include <libc-internal.h>.
3681         (main): Disable -Wformat around some calls to scanf functions.
3683 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3685         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3687 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3689         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3690         stack variable alignment.
3692 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3694         [BZ #17682]
3695         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3696         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3697         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3698         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3699         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3700         __getrlimit instead of getrlimit.
3701         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3702         __gettimeofday instead of gettimeofday.
3703         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3704         Likewise.
3705         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3706         Likewise.
3707         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3708         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3709         Remove variable.
3710         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3711         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3713 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3715         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3716         for wide-character tests.
3718 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3720         * io/openat64.c: #include <libc-internal.h>
3721         (__openat64): Prototypify.  Use ignore_value on MODE.
3722         * io/openat.c: Likewise.
3723         * misc/reboot.c: #include <libc-internal.h>
3724         (reboot): Prototypify.  Use ignore_value on HOWTO.
3725         * misc/ptrace.c: #include <libc-internal.h>
3726         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3728 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3730         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3731         XPG4, UNIX98 and XOPEN2K.
3732         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3733         Remove variable.
3734         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3736 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3738         * libio/fileops.c: Use ISO C style for function definitions.
3739         * libio/iofopen.c: Likewise.
3740         * libio/wfileops.c: Likewise.
3742         [BZ #17653]
3743         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3744         offset on EOF.
3745         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3746         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3747         (fgets_func): Function pointer to fgets and fgetws.
3748         (do_ftell_test): Add test to verify ftell value after read
3749         EOF.
3750         (do_test): Set fgets_func.
3752         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3753         O_TRUNC flag for w and w+ modes.
3754         (do_rewind_test): Likewise.
3755         (do_ftell_test): Likewise.
3756         (do_write_test): Likewise.
3758         [BZ #17647]
3759         * libio/fileops.c (do_ftell): Seek only when there are
3760         unflushed writes.
3761         * libio/wfileops.c (do_ftell_wide): Likewise.
3762         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3763         test case.
3764         (do_one_test): Call it.
3766 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3768         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3769         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3770         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3771         Remove variable.
3772         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3773         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3774         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3776 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3778         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3779         Remove variable.
3780         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3782         [BZ #17668]
3783         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3784         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3785         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3786         __freeifaddrs.  Use libc_hidden_weak.
3787         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3788         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3789         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3790         __freeifaddrs.  Use libc_hidden_weak.
3791         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3792         __getifaddrs and define as weak alias of __getifaddrs.  Use
3793         libc_hidden_weak.
3794         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3795         __freeifaddrs.  Use libc_hidden_weak.
3796         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3797         Remove variable.
3798         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3799         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3801 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3803         [BZ #17601]
3804         * sysdeps/mips/start.S (__start): Use indirect jump to call
3805         __libc_start_main.
3807 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3809         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3811         * nptl/tst-mutex1.c: Include <stdbool.h>.
3812         [!ATTR] (ATTR_NULL): New macro.
3813         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3814         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3815         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3817         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3818         to char *.
3820         [BZ #17665]
3821         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3822         Change conditional to [__USE_MISC].
3824         [BZ #17664]
3825         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3826         fgets_unlocked.
3827         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3828         __fgets_unlocked.
3829         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3830         fgets_unlocked.
3831         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3832         Remove variable.
3833         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3834         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3835         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3836         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3837         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3838         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3839         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3840         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3841         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3843         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3845 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3847         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3848         Remove strpbrk objects.
3849         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3850         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3851         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3852         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3853         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3854         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3856         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3857         Remove strcspn objects.
3858         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3859         (__libc_ifunc_impl_list): Remove strcspn implementation.
3860         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3861         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3862         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3863         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3865         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3866         Remove strspn objetcs.
3867         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3868         (__libc_ifunc_impl_list): Remove strspn implementation.
3869         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3870         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3871         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3872         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3874 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3876         [BZ #17581]
3877         * malloc/hooks.c
3878         (mem2mem_check): Add a terminator to the chain of checking blocks.
3879         (malloc_check_get_size): Use it here.
3880         (mem2chunk_check): Ditto.
3882 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3884         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3885         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3887 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3889         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3891         * nptl/nptl-init.c: Include libc-internal.h.
3892         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3894         * elf/ldconfig.c (search_dir): Expand comment.
3896 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3898         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3899         variable.
3900         (linknamespace-symlist-stdlibs-tests): Likewise.
3901         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3902         instead of $(objpfx)symlist-stdlibs.
3903         (linknamespace-libs-isoc): New variable.
3904         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3905         (linknamespace-libs-ISO): New variable.
3906         (linknamespace-libs-ISO99): Likewise.
3907         (linknamespace-libs-ISO11): Likewise.
3908         (linknamespace-libs-XPG3): Likewise.
3909         (linknamespace-libs-XPG4): Likewise.
3910         (linknamespace-libs-POSIX): Likewise.
3911         (linknamespace-libs-UNIX98): Likewise.
3912         (linknamespace-libs-XOPEN2K): Likewise.
3913         (linknamespace-libs-POSIX2008): Likewise.
3914         (linknamespace-libs-XOPEN2K8): Likewise.
3915         ($(objpfx)symlist-stdlibs): Replace by
3916         $(linknamespace-symlist-stdlibs-tests).  Use
3917         $(linknamespace-libs-$*) as set of libraries.
3918         ($(linknamespace-header-tests)): Update dependencies.  Use
3919         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3920         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3921         * conform/linknamespace.pl: Remove comment about considering
3922         definitions of symbols from irrelevant libraries.
3924 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3926         [BZ #13862]
3927         * elf/dl-tls.c: Include <atomic.h>.
3928         (oom): Remove #ifdef SHARED/#endif.
3929         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3930         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3931         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3932         big enough.
3933         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3934         * nptl/Makefile (tests): Add tst-stack4.
3935         (modules-names): Add tst-stack4mod.
3936         ($(objpfx)tst-stack4): New.
3937         (tst-stack4mod.sos): Likewise.
3938         ($(objpfx)tst-stack4.out): Likewise.
3939         ($(tst-stack4mod.sos)): Likewise.
3940         (clean): Likewise.
3941         * nptl/tst-stack4.c: New file.
3942         * nptl/tst-stack4mod.c: Likewise.
3944 2014-11-27  J. Brown  <jb999@gmx.de>
3946         * sysdeps/x86/bits/string.h: Add recent CPUs.
3948 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3950         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3951         sigblock.
3953         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3954         feof.
3956         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3957         variable.
3959 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3961         * nscd/connections.c: Include libc-internal.h because of macro
3962         usage ignore_value.
3964 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3966         * string/bits/string3.h (__warn_memset_zero_len): Don't
3967         declare for gcc newer than 5.0.
3968         (memset): Don't test for zero-length __LEN for gcc newer than
3969         5.0.
3971 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3973         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3974         size_t for %zu format.
3976         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3977         difference, not %ju.
3979 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3981         * include/libc-internal.h (ignore_value): New macro.
3982         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3983         with ignore_value.
3985         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3986         definition.
3988         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3989         pthread_cleanup_push to void *.
3991         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3992         Undefine.
3994         [BZ #16619]
3995         [BZ #16740]
3996         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3997         instead of 1L << 52.
3999         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4000         * libio/bug-rewind2.c (do_test): Likewise.
4002         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4003         * debug/test-strcpy_chk-ifunc.c: Likewise.
4004         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4005         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4006         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4007         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4008         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4009         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4010         * Rules [$(multi-arch) = no] (tests): Do not filter out
4011         $(tests-ifunc).
4012         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4013         * debug/Makefile (tests-ifunc): Remove variable.
4014         (tests): Do not add $(tests-ifunc).
4015         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4016         (tests): Do not add $(tests-ifunc).
4017         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4018         [TEST_IFUNC]: Remove conditionals.
4019         * string/test-string.h (TEST_IFUNC): Remove macro.
4020         [TEST_IFUNC]: Remove conditionals.
4022         * string/test-strchr.c [!WIDE] (L): New macro.
4023         [WIDE] (L): Likewise.
4024         (check1): Use CHAR instead of char.  Use L on string and character
4025         constants.
4027 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4029         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4030         tests.
4031         * sysdeps/powerpc/bits/atomic.h
4032         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4033         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4034         (atomic_exchange_and_add_acq): Likewise.
4035         (atomic_exchange_and_add_rel): Likewise.
4036         * sysdeps/powerpc/powerpc32/bits/atomic.h
4037         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4038         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4039         * sysdeps/powerpc/powerpc64/bits/atomic.h
4040         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4041         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4043 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4045         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4046         Change synchronization of __sched_fifo_min_prio and
4047         __sched_fifo_max_prio.
4048         * nptl/pthread_mutexattr_getprioceiling.c
4049         (pthread_mutexattr_getprioceiling): Likewise.
4050         * nptl/pthread_mutexattr_setprioceiling.c
4051         (pthread_mutexattr_setprioceiling): Likewise.
4052         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4053         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4054         Likewise.
4056 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4058         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4059         void.
4061 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4063         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4064         third argument const.
4066 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4068         fnmatch: work around GCC compiler warning bug with uninit var
4069         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4070         This works around a bug with x86-64 GCC 4.9.2 and earlier
4071         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4072         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4073         used uninitialized in this function [-Wmaybe-uninitialized]".
4075 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4077         * posix/bug-regex31.c (main): Return RES not 0.
4079 2014-11-25  Anton Blanchard <anton@samba.org>
4081         * sysdeps/powerpc/bits/atomic.h
4082         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4084 2014-11-24  Sterling Augustine  <saugustine@google.com>
4086         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4088 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4090         [BZ #17608]
4091         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4093 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4095         [BZ #17633]
4096         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4097         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4098         variable.
4099         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4100         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4102 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4104         * string/strncpy.c (strncpy): Improve performance by using memset.
4106 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4108         * string/strcpy.c (strcpy):
4109         Improve performance by using strlen and memcpy.
4111 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4113         * string/strcoll_l.c (get_next_seq): __always_inline.
4114         * string/strcoll_l.c (do_compare): __always_inline.
4116 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4118         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4119         defined.
4120         * include/mqueue.h: Likewise.
4121         * include/stdlib.h: Likewise.
4123         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4124         (get_null_defines): Adjust.
4125         * sunrpc/Makefile: Adjust comment.
4126         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4127         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4128         (CFLAGS-interp.c): Likewise.
4129         (CFLAGS-ldconfig.c): Likewise.
4130         (CPPFLAGS-.os): Likewise.
4131         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4132         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4133         * extra-modules.mk (extra-modules.mk): Likewise.
4134         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4135         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4136         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4137         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4138         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4139         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4140         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4141         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4142         * iconvdata/Makefile (CPPFLAGS): Likewise.
4143         (cpp-srcs-left): Add libof for all iconvdata routines.
4144         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4145         * include/assert.h: Likewise.
4146         * include/ctype.h: Likewise.
4147         * include/errno.h: Likewise.
4148         * include/libc-symbols.h: Likewise.
4149         * include/math.h: Likewise.
4150         * include/netdb.h: Likewise.
4151         * include/resolv.h: Likewise.
4152         * include/stdio.h: Likewise.
4153         * include/stdlib.h: Likewise.
4154         * include/string.h: Likewise.
4155         * include/sys/stat.h: Likewise.
4156         * include/wctype.h: Likewise.
4157         * intl/l10nflist.c: Likewise.
4158         * libidn/idn-stub.c: Likewise.
4159         * libio/libioP.h: Likewise.
4160         * nptl/libc_multiple_threads.c: Likewise.
4161         * nptl/pthreadP.h: Likewise.
4162         * posix/regex_internal.h: Likewise.
4163         * resolv/res_hconf.c: Likewise.
4164         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4165         * sysdeps/arm/memmove.S: Likewise.
4166         * sysdeps/arm/sysdep.h: Likewise.
4167         * sysdeps/generic/_itoa.h: Likewise.
4168         * sysdeps/generic/symbol-hacks.h: Likewise.
4169         * sysdeps/gnu/errlist.awk: Likewise.
4170         * sysdeps/gnu/errlist.c: Likewise.
4171         * sysdeps/i386/i586/memcpy.S: Likewise.
4172         * sysdeps/i386/i586/memset.S: Likewise.
4173         * sysdeps/i386/i686/memcpy.S: Likewise.
4174         * sysdeps/i386/i686/memmove.S: Likewise.
4175         * sysdeps/i386/i686/mempcpy.S: Likewise.
4176         * sysdeps/i386/i686/memset.S: Likewise.
4177         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4178         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4179         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4180         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4181         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4182         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4183         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4184         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4185         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4186         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4187         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4188         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4189         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4190         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4191         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4192         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4193         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4194         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4195         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4196         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4197         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4198         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4199         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4200         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4201         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4202         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4203         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4204         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4205         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4206         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4207         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4208         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4209         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4210         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4211         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4212         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4213         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4214         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4215         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4216         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4217         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4218         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4219         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4220         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4221         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4222         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4223         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4224         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4225         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4226         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4227         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4228         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4229         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4230         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4231         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4232         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4233         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4234         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4235         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4236         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4237         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4238         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4239         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4240         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4241         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4242         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4243         * sysdeps/posix/closedir.c: Likewise.
4244         * sysdeps/posix/opendir.c: Likewise.
4245         * sysdeps/posix/readdir.c: Likewise.
4246         * sysdeps/posix/rewinddir.c: Likewise.
4247         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4248         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4249         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4250         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4251         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4252         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4253         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4254         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4255         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4256         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4257         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4258         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4259         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4260         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4261         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4262         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4263         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4264         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4265         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4266         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4267         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4268         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4269         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4270         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4271         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4272         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4273         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4274         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4275         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4276         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4277         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4278         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4279         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4280         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4281         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4282         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4283         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4284         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4285         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4286         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4287         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4288         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4289         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4290         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4291         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4292         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4293         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4294         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4295         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4296         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4297         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4298         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4299         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4300         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4301         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4302         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4303         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4304         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4305         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4306         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4307         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4308         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4309         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4310         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4311         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4312         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4313         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4314         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4315         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4316         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4317         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4318         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4319         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4320         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4321         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4322         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4323         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4324         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4325         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4326         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4327         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4328         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4329         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4330         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4331         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4332         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4333         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4334         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4335         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4336         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4337         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4338         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4339         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4340         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4341         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4342         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4343         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4344         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4345         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4346         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4347         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4348         * sysdeps/unix/alpha/sysdep.S: Likewise.
4349         * sysdeps/unix/alpha/sysdep.h: Likewise.
4350         * sysdeps/unix/make-syscalls.sh: Likewise.
4351         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4352         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4353         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4354         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4355         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4356         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4357         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4358         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4359         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4360         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4361         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4362         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4363         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4364         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4365         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4366         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4367         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4368         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4369         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4370         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4371         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4372         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4373         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4374         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4375         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4376         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4377         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4380         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4381         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4382         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4383         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4384         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4385         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4386         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4387         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4388         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4389         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4390         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4391         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4392         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4393         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4394         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4395         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4396         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4397         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4398         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4399         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4400         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4401         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4402         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4403         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4404         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4405         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4406         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4407         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4408         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4409         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4410         * sysdeps/x86_64/memcpy.S: Likewise.
4411         * sysdeps/x86_64/memmove.c: Likewise.
4412         * sysdeps/x86_64/memset.S: Likewise.
4413         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4414         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4415         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4416         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4417         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4418         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4419         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4420         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4421         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4422         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4423         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4424         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4425         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4426         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4427         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4428         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4429         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4430         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4431         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4432         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4433         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4434         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4435         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4436         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4437         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4438         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4439         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4440         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4441         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4442         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4443         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4444         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4445         * sysdeps/x86_64/strcmp.S: Likewise.
4447         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4449         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4450         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4451         * elf/rtld-Rules: Likewise.
4452         * elf/setup-vdso.h: Likewise.
4453         * include/assert.h: Likewise.
4454         * include/bits/stdlib-float.h: Likewise.
4455         * include/errno.h: Likewise.
4456         * include/sys/stat.h: Likewise.
4457         * include/unistd.h: Likewise.
4458         * sysdeps/aarch64/setjmp.S: Likewise.
4459         * sysdeps/alpha/setjmp.S: Likewise.
4460         * sysdeps/arm/__longjmp.S: Likewise.
4461         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4462         * sysdeps/arm/setjmp.S: Likewise.
4463         * sysdeps/arm/sysdep.h: Likewise.
4464         * sysdeps/generic/_itoa.h: Likewise.
4465         * sysdeps/generic/dl-sysdep.h: Likewise.
4466         * sysdeps/generic/ldsodefs.h: Likewise.
4467         * sysdeps/i386/dl-tls.h: Likewise.
4468         * sysdeps/i386/setjmp.S: Likewise.
4469         * sysdeps/m68k/setjmp.c: Likewise.
4470         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4471         * sysdeps/mach/hurd/opendir.c: Likewise.
4472         * sysdeps/posix/getcwd.c: Likewise.
4473         * sysdeps/posix/opendir.c: Likewise.
4474         * sysdeps/posix/profil.c: Likewise.
4475         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4476         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4477         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4478         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4479         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4480         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4481         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4482         * sysdeps/s390/dl-tls.h: Likewise.
4483         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4484         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4485         * sysdeps/sh/sh3/setjmp.S: Likewise.
4486         * sysdeps/sh/sh4/setjmp.S: Likewise.
4487         * sysdeps/unix/alpha/sysdep.h: Likewise.
4488         * sysdeps/unix/arm/sysdep.S: Likewise.
4489         * sysdeps/unix/i386/sysdep.S: Likewise.
4490         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4491         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4492         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4493         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4494         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4495         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4496         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4497         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4498         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4499         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4500         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4501         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4502         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4505         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4506         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4507         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4508         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4509         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4510         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4511         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4512         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4513         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4514         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4515         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4516         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4517         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4518         * sysdeps/x86_64/setjmp.S: Likewise.
4520         * include/math.h: Use IS_IN instead of IS_IN_libm.
4521         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4522         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4523         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4524         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4525         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4526         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4527         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4528         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4529         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4530         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4531         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4532         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4533         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4534         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4535         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4536         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4537         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4538         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4539         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4540         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4541         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4542         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4543         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4544         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4545         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4546         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4547         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4548         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4549         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4550         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4551         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4552         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4553         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4555         Likewise.
4556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4557         Likewise.
4558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4559         Likewise.
4560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4561         Likewise.
4562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4563         Likewise.
4564         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4565         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4566         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4567         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4568         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4569         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4570         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4571         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4572         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4573         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4574         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4575         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4576         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4577         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4578         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4579         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4580         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4581         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4582         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4583         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4584         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4585         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4586         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4587         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4588         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4589         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4590         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4592         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4593         * nptl/pthreadP.h: Likewise.
4594         * nptl_db/structs.def: Likewise.
4595         * sysdeps/arm/sysdep.h: Likewise.
4596         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4597         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4598         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4599         * sysdeps/unix/alpha/sysdep.h: Likewise.
4600         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4601         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4602         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4603         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4604         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4605         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4606         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4607         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4608         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4609         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4610         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4611         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4612         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4613         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4616         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4617         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4618         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4619         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4620         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4621         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4622         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4623         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4624         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4625         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4627         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4628         * nptl/pthreadP.h: Likewise.
4629         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4630         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4631         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4632         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4633         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4634         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4635         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4636         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4637         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4638         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4639         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4640         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4642         Likewise.
4643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4644         Likewise.
4645         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4646         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4647         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4648         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4649         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4650         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4651         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4652         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4654         * dlfcn/dladdr.c: Use IS_IN.
4655         * dlfcn/dladdr1.c: Likewise.
4656         * dlfcn/dlclose.c: Likewise.
4657         * dlfcn/dlerror.c: Likewise.
4658         * dlfcn/dlinfo.c: Likewise.
4659         * dlfcn/dlmopen.c: Likewise.
4660         * dlfcn/dlopen.c: Likewise.
4661         * dlfcn/dlsym.c: Likewise.
4662         * dlfcn/dlvsym.c: Likewise.
4664         * include/ifaddrs.h: Use IS_IN.
4665         * inet/check_pf.c: Likewise.
4666         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4667         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4669         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4670         IS_IN_ldconfig.
4671         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4672         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4674         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4675         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4676         IS_IN (libc).
4678         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4680         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4681         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4682         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4683         * include/libc-symbols.h (IS_IN_LIB): New macro.
4684         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4685         * include/netdb.h: Likewise.
4686         * include/stap-probe.h: Remove all uses of IN_LIB.
4688         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4689         instead of IN_MODULE.
4690         * include/libc-symbols.h (IN_MODULE): Define using
4691         MODULE_NAME.
4692         (PASTE_NAME, PASTE_NAME1): New macros.
4693         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4694         of IN_LIB.
4695         (STAP_PROBE_ASM): Likewise.
4697 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4699         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4700         __mach_init in dlopened libc.
4702 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4704         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4705         * sysdeps/arm/preconfigure: Regenerate.
4707 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4709         * nptl/pthread_create.c (__pthread_create_2_1): Set
4710         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4711         when copying values from IATTR into PD.
4713 2014-11-21  Will Newton  <will.newton@linaro.org>
4714             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4716         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4717         Refactor inline-asm.  Also add comment.
4719         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4720         ElfW macro instead of hardcoded Elf64 types.
4721         (la_aarch64_gnu_pltenter): Likewise.
4722         * sysdeps/aarch64/dl-machine.h
4723         (elf_machine_runtime_setup): Use ElfW(Addr).
4725         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4726         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4727         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4728         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4729         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4730         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4731         (R_AARCH64_TLS_DTPMOD): This.
4732         (R_AARCH64_TLS_DTPREL64): Rename to ...
4733         (R_AARCH64_TLS_DTPREL): This.
4734         (R_AARCH64_TLS_TPREL64): Rename to ...
4735         (R_AARCH64_TLS_TPREL): This.
4736         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4737         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4738         R_AARCH64_TLS_TPREL64.
4739         (elf_machine_rela): Likewise.
4741 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4743         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4744         by setting it to 0.  64b atomics are not supported currently.
4746 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4748         [BZ #16469]
4749         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4750         search domain names.
4752 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4754         [BZ #16469]
4755         * NEWS: Update.
4756         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4757         trailing dot.
4758         * posix/tst-getaddrinfo5.c: New.
4759         * posix/Makefile (tests): Add it.
4761 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4763         [BZ #14498]
4764         * NEWS: Fixed.
4765         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4766         after parsing line but before break_if_match.
4767         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4768         if there is a protocol mismatch.
4770 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4772         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4773         because the potential race is on the user-supplied stream.
4775 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4777         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4778         string literal if not passed a buffer.
4779         * manual/job.texi (ctermid): Update reasoning, note deviation
4780         from posix, suggest mtasurace when not passed a buffer, for
4781         future non-preliminary safety notes.
4783 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4785         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4786         of not passing it a buffer.
4787         Reported by Peng Haitao.
4789 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4791         * manual/Makefile ($(objpfx)stamp-summary): Require
4792         check-safety.sh to pass.
4793         * manual/check-safety.sh: Wish for verification that every
4794         @deftypefn and @deftypefun is followed by a @safety remark.
4796 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4798         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4800         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4801         PTHREAD_CANCEL_ASYNCHRONOUS.
4802         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4803         send SIGCANCEL.
4805         * nptl/default-sched.h: New file.
4806         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4807         * nptl/pthread_create.c: Include it.
4808         (__pthread_create_2_1): Use collect_default_sched instead of making
4809         Linux syscalls here directly.
4811 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4813         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4814         __pthread_once): Use C11 atomics.
4816 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4818         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4820 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4822         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4823         atomic_thread_fence_acquire, atomic_thread_fence_release,
4824         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4825         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4826         atomic_compare_exchange_weak_relaxed,
4827         atomic_compare_exchange_weak_acquire,
4828         atomic_compare_exchange_weak_release,
4829         atomic_exchange_acquire, atomic_exchange_release,
4830         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4831         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4832         atomic_fetch_and_acquire,
4833         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4835 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4837         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4838         USE_ATOMIC_COMPILER_BUILTINS): Define.
4839         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4840         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4841         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4842         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4843         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4844         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4845         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4846         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4847         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4848         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4849         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4850         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4851         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4852         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4853         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4854         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4855         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4856         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4857         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4858         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4859         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4860         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4861         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4862         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4863         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4864         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4865         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4866         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4867         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4868         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4869         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4870         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4871         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4872         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4873         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4874         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4875         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4876         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4877         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4878         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4880 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4882         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4883         the sched_priority value here.  It was already checked when the user
4884         called pthread_attr_setschedparam.
4886         * nptl/tst-bad-schedattr.c: New file.
4887         * nptl/Makefile (tests): Add it.
4889 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4890             Florian Weimer  <fweimer@redhat.com>
4891             Joseph Myers  <joseph@codesourcery.com>
4892             Adam Conrad  <adconrad@0c3.net>
4893             Andreas Schwab  <schwab@suse.de>
4894             Brooks  <bmoses@google.com>
4896         [BZ #17625]
4897         * wordexp-test.c (__dso_handle): Add prototype.
4898         (__register_atfork): Likewise.
4899         (__app_register_atfork): New function.
4900         (registered_forks): New global.
4901         (register_fork): New function.
4902         (test_case): Add 3 new tests for WRDE_CMDSUB.
4903         (main): Call __app_register_atfork.
4904         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4905         fork count is non-zero fail the test.
4906         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4907         is set.
4908         (parse_dollars): Remove check for WRDE_NOCMD.
4909         (parse_dquote): Likewise.
4911 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4913         * Makeconfig (built-modules): List non-library modules to be
4914         built.
4915         (module-cppflags): Include libc-modules.h for
4916         everything except shlib-versions.v.i.
4917         (CPPFLAGS): Use it.
4918         (before-compile): Add libc-modules.h.
4919         ($(common-objpfx)libc-modules.h,
4920         $(common-objpfx)libc-modules.stmp): New targets.
4921         (common-generated): Add libc-modules.h and libc-modules.stmp.
4922         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4923         * include/libc-symbols.h: Don't include libc-modules.h.
4924         * include/libc-modules.h: Remove file.
4925         * scripts/gen-libc-modules.awk: New script to generate
4926         libc-modules.h.
4927         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4928         Depend on libc-modules.stmp.
4930         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4932         * Makeconfig (in-module): Get value of libof set for the
4933         translation unit.
4934         (CPPFLAGS): Use $(in-module).
4935         * Makerules: Don't suffix routine names for nonlib.
4936         * include/libc-modules.h: New file.
4937         * include/libc-symbols.h: Include libc-modules.h
4938         (IS_IN): New macro to replace IS_IN_* macros.
4939         * elf/Makefile: Set libof-* for each routine.
4940         * elf/rtld-Rules: Likewise.
4941         * extra-modules.mk: Likewise.
4942         * iconv/Makefile: Likewise.
4943         * iconvdata/Makefile: Likewise.
4944         * locale/Makefile: Likewise.
4945         * malloc/Makefile: Likewise.
4946         * nss/Makefile: Likewise.
4947         * sysdeps/gnu/Makefile: Likewise.
4948         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4949         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4950         * sysdeps/s390/s390-64/Makefile: Likewise.
4951         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4952         CPPFLAGS for nscd instead of nonlib.
4954 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4956         * nptl/createthread.c: New file.
4958         * nptl/createthread.c: Moved ...
4959         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4961         * nptl/createthread.c: Add proper top-line comment.
4962         (do_clone): Folded into ...
4963         (create_thread): ... here.  Take new arguments STOPPED_START and
4964         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4965         increment __nptl_threads, do event-reporting logic, do
4966         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4967         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4968         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4969         just send SIGCANCEL.
4970         * nptl/pthread_create.c: Forward-declare create_thread before
4971         including createthread.c.
4972         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4973         declaration, and new macro START_THREAD_SELF to replace argument.
4974         Remove return statement.
4975         (report_thread_creation): New function.
4976         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4977         synchronization logic, and __nptl_nthreads increment here, around
4978         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4979         PD->parent_cancelhandling here, before create_thread.  When
4980         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4981         __deallocate_stack, and ENOMEM translation here.
4983 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4985         [BZ #17616]
4986         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4987         (mptwo): Rename to __mptwo.
4988         (__inv): Use __mptwo instead of mptwo.
4989         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4990         (mptwo): Rename to __mptwo.
4991         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4992         of mpone and __mptwo instead of mptwo.
4993         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4994         instead of mpone.
4995         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4996         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4997         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4998         of mpone and __mptwo instead of mptwo.
4999         (__mpranred): Use __mpone instead of mpone.
5000         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5001         variable.
5002         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5003         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5004         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5005         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5006         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5007         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5008         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5009         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5010         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5011         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5012         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5013         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5014         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5015         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5016         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5017         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5018         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5019         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5020         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5022 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5024         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5025         replace BSD Handler xref with BSD Signal Handling.
5027 2014-11-17  Richard Henderson  <rth@redhat.com>
5029         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5030         (_FP_PACK_RAW_2): Remove.
5031         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5032         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5033         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5034         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5035         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5036         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5037         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5038         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5039         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5040         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5041         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5042         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5043         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5044         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5045         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5046         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5048 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5050         * signal/signal.h [__USE_MISC]
5051         (struct sigvec): Remove type.
5052         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5053         (sigvec): Remove declaration.
5054         * sysdeps/posix/sigvec.c: Moved ...
5055         * signal/sigvec.c: ... here, replacing old file.
5056         (struct sigvec): New type, copied from old signal.h definition.
5057         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5058         (__sigvec): Convert definition to prototype.
5059         (sigvec): Replace weak_alias with compat_symbol.
5060         * signal/Versions (libc: GLIBC_2.21): New version set.
5061         * include/signal.h: Remove __sigvec declaration.
5062         * sysdeps/unix/bsd/sigvec.c: Remove file.
5063         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5064         * manual/signal.texi (BSD Handler): Remove subsection.
5065         Move siginterrupt up to ...
5066         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5067         (Blocking in BSD): Fold subsection into its parent.
5068         * NEWS: Mention sigvec removal.
5070 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5072         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5073         (DLA_FMS): Make definition conditional only on [__FMA4__].
5074         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5075         definition.
5077         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5078         Make definition conditional only on [PROF].
5079         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5080         definition.
5081         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5082         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5084         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5085         !__GNUC__].
5086         * include/signal.h (__sigpause): Move declaration above call to
5087         libc_hidden_proto.
5088         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5089         variable.
5090         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5091         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5093 2014-11-14  David S. Miller  <davem@davemloft.net>
5095         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5096         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5098 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5100         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5101         * configure: Regenerated.
5102         * manual/install.texi (Tools for Compilation): Document a
5103         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5104         compiler verified to work.
5105         * INSTALL: Regenerated.
5107         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5108         redeclare with asm name.
5109         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5110         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5111         including <string.h>.
5112         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5113         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5114         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5115         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5116         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5117         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5118         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5120 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5122         * stdlib/strtol.c (__strtol): Use prototype definition.
5124         [BZ #17594]
5125         * stdlib/strtol.c (SYM__): New macro.
5126         (SYM__1): Likewise.
5127         (__strtol): Likewise.
5128         (strtol): Rename to __strtol and define as weak alias of
5129         __strtol.  Use libc_hidden_weak.
5131 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5133         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5134         Use numbered labels in inline assembly.
5136 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5138         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5139         Add setjmp LIBC_PROBE.
5140         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5141         Likewise.
5142         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5143         Add longjmp, longjmp_target LIBC_PROBE.
5144         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5145         Likewise.
5147 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5149         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5150         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5151         to get rid of unused variable warning.
5153 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5155         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5156         Check for unwind_backtrace ==  NULL only in SHARED case.
5157         (__backchain_backtrace): Compile only in SHARED case.
5158         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5159         Likewise.
5160         (__backchain_backtrace): Declare as static.
5162 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5164         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5165         (__libc_multiple_threads_ptr): Variable moved ...
5166         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5168 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5170         * conform/GlibcConform.pm: New file.
5171         * conform/conformtest.pl: Use GlibcConform module.
5172         * conform/linknamespace.pl: New file.
5173         * conform/list-header-symbols.pl: Likewise.
5174         * conform/Makefile (linknamespace-symlists-base): New variable.
5175         (linknamespace-symlists-tests): Likewise.
5176         (linknamespace-header-base): Likewise.
5177         (linknamespace-header-tests): Likewise.
5178         (tests-special): Add new tests.
5179         ($(linknamespace-symlists-tests)): New rule.
5180         (linknamespace-libs): New variable.
5181         ($(objpfx)symlist-stdlibs): New rule.
5182         ($(linknamespace-header-tests)): Likewise.
5183         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5184         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5185         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5186         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5187         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5188         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5189         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5190         (test-xfail-ISO/math.h/linknamespace): Likewise.
5191         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5192         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5193         (test-xfail-ISO/time.h/linknamespace): Likewise.
5194         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5195         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5196         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5197         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5198         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5199         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5200         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5201         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5202         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5203         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5204         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5205         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5206         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5207         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5208         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5209         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5210         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5211         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5212         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5213         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5214         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5215         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5216         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5217         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5218         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5219         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5220         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5221         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5222         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5223         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5224         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5225         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5226         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5227         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5228         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5229         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5230         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5231         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5232         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5233         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5234         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5235         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5236         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5237         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5238         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5239         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5240         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5241         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5242         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5243         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5244         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5245         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5246         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5247         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5248         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5249         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5250         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5251         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5252         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5253         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5254         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5255         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5256         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5257         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5258         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5259         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5260         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5261         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5262         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5263         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5264         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5265         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5266         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5267         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5268         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5269         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5270         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5271         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5272         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5273         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5274         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5275         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5276         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5277         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5278         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5279         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5280         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5281         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5282         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5283         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5284         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5285         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5286         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5287         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5288         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5289         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5290         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5291         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5292         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5293         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5294         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5295         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5296         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5297         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5298         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5299         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5300         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5301         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5302         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5303         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5304         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5305         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5306         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5307         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5308         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5309         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5310         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5311         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5312         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5313         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5314         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5315         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5316         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5317         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5318         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5319         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5320         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5321         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5322         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5323         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5324         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5325         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5326         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5327         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5328         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5329         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5330         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5331         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5332         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5333         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5334         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5335         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5336         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5337         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5338         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5339         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5340         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5341         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5342         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5343         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5345         [BZ #17589]
5346         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5347         of fgets_unlocked.
5349         [BZ #17585]
5350         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5351         (memmem): Rename to __memmem and define as weak alias of
5352         __memmem.  Use libc_hidden_weak.
5353         (__memmem): Use libc_hidden_def.
5354         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5355         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5356         memmem.
5358         [BZ #17582]
5359         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5360         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5361         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5362         and define as weak alias of __fgets_unlocked.  Use
5363         libc_hidden_weak.
5364         (__fgets_unlocked): Use libc_hidden_def.
5365         * include/stdio.h (__fgets_unlocked): Declare.  Use
5366         libc_hidden_proto.
5367         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5368         __fgets_unlocked instead of fgets_unlocked.
5369         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5370         (GET_NPROCS_CONF_PARSER): Likewise.
5371         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5372         (GET_NPROCS_CONF_PARSER): Likewise.
5374         [BZ #17574]
5375         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5376         weak alias of __wmemset.  Use libc_hidden_weak.
5377         (__wmemset): Use libc_hidden_def.
5378         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5379         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5380         of wmemset.
5382         [BZ #17573]
5383         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5384         with asm name __mempcpy.
5385         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5387         [BZ #17572]
5388         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5389         and define as weak alias of __rawmemchr.
5390         (__rawmemchr): Do not define as strong alias of rawmemchr.
5392         [BZ #17571]
5393         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5394         alias of __qsort_r.
5395         (qsort): Call __qsort_r instead of qsort_r.
5396         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5397         (__qsort_r): Declare.  Call libc_hidden_proto.
5398         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5399         instead of qsort_r.
5400         * nscd/gai.c (__qsort_r): Define to qsort_r.
5401         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5402         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5403         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5405         [BZ #17570]
5406         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5407         define as weak alias of __malloc_info.
5409         [BZ #17584]
5410         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5411         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5412         (__rewinddir): Use libc_hidden_def.
5413         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5414         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5415         (__rewinddir): Use libc_hidden_def.
5416         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5417         weak alias of __rewinddir.  Don't use libc_hidden_def.
5418         (__rewinddir): Use libc_hidden_def.
5419         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5420         (__rewinddir): Use libc_hidden_proto.
5421         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5422         rewinddir.
5423         (__getcwd): Use __rewinddir instead of rewinddir.
5425         [BZ #17583]
5426         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5427         alias of __fileno.  Use libc_hidden_weak.
5428         (__fileno): Use libc_hidden_def.
5429         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5430         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5431         alias of __ftello.
5432         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5433         __ftello.
5434         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5435         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5436         libc_hidden_def.
5437         (fread_unlocked): Don't use libc_hidden_ver.
5438         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5439         and define as weak alias of __fread_unlocked.  Don't use
5440         libc_hidden_def.
5441         (__fread_unlocked): Use libc_hidden_def.
5442         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5443         (ftello): Don't use libc_hidden_proto.
5444         (__ftello): Declare.  Use libc_hidden_proto.
5445         (fread_unlocked): Don't use libc_hidden_proto.
5446         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5447         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5448         and __ftello instead of fileno, fread_unlocked and ftello.
5450 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5452         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5453         GOT12.
5454         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5455         Likewise.
5456         (_dl_start_user): Likewise.
5457         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5459 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5460             Siddhesh Poyarekar  <siddhesh@redhat.com>
5462         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5463         Move argv and envp down instead of moving argc up.
5464         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5466 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5468         [BZ #17506]
5469         * test-skeleton.c (main): Return successful if one of
5470         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5471         * string/tst-strcoll-overflow.c: Define expected status.
5473 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5475         [BZ #17475]
5476         * locale/iso-639.def: Define Bhili and Tulu language codes.
5478 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5480         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5482 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5484         [BZ #17555]
5485         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5487 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5489         * configure.ac: Updated check of minimal required version to
5490         2.22.
5491         * manual/install.texi (Tools for Compilation): Updated version
5492         number.
5493         * configure: Regenerated.
5494         * INSTALL: Likewise.
5496 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5498         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5499         __tls_get_addr.
5501 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5503         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5504         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5505         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5506         libc_hidden_weak.
5507         (waitpid): Define as alias of __waitpid.
5508         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5509         __waitpid.
5510         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5511         libc_hidden_weak.
5512         (waitpid): Define as alias of __waitpid.
5513         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5514         __libc_waitpid alias.
5515         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5516         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5517         Likewise.
5518         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5519         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5520         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5521         alias.
5522         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5523         __waitpid.
5524         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5525         libc_hidden_weak.
5526         (waitpid): Define as alias of __waitpid.
5528 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5530         * manual/llio.texi: Add comment that write safety has been
5531         fixed in Linux.
5533         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5534         (localplt-build-dso): Add elf/ld.so.
5535         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5536         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5537         and free for ld.so.
5538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5539         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5541         Likewise.
5542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5543         Likewise.
5544         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5545         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5546         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5547         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5548         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5549         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5550         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5551         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5552         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5553         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5554         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5556 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5558         [BZ #14132]
5559         * include/libc-symbols.h (INTUSE): Remove macro.
5560         (INTDEF): Likewise.
5561         (INTVARDEF): Likewise.
5562         (_INTVARDEF): Likewise.
5563         (INTDEF2): Likewise.
5564         (INTVARDEF2): Likewise.
5565         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5566         rtld_hidden_def instead of INTVARDEF.
5567         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5568         (_dl_starting_up_internal): Remove declaration.
5569         (_dl_starting_up): Use rtld_hidden_proto.
5570         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5571         declaration.
5572         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5573         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5574         _dl_starting_up.
5575         * elf/dl-writev.h (_dl_writev): Likewise.
5576         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5577         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5578         _dl_starting_up_internal.
5580 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5582         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5583         test-skeleton.c.
5585 2014-11-05  Will Newton  <will.newton@linaro.org>
5587         * benchtests/Makefile: (bench-malloc): Add malloc thread
5588         scalability benchmark.
5589         * benchtests/bench-malloc-threads.c: New file.
5591 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5593         * sysdeps/aarch64/strchrnul.S: New file.
5595 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5597         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5598         definition.
5599         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5600         Likwise.
5601         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5602         Likewise.
5603         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5604         Likewise.
5605         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5606         Likewise.
5607         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5608         Likewise.
5610 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5612         * catgets/test-gencat.c: Use test-skeleton.c.
5613         * catgets/tst-catgets.c: Likewise.
5614         * csu/tst-empty.c: Likewise.
5615         * elf/tst-audit2.c: Likewise.
5616         * elf/tst-global1.c: Likewise.
5617         * elf/tst-pathopt.c: Likewise.
5618         * elf/tst-piemod1.c: Likewise.
5619         * elf/tst-tls10.c: Likewise.
5620         * elf/tst-tls11.c: Likewise.
5621         * elf/tst-tls12.c: Likewise.
5622         * gnulib/tst-gcc.c: Likewise.
5623         * iconvdata/tst-e2big.c: Likewise.
5624         * iconvdata/tst-loading.c: Likewise.
5625         * iconv/tst-iconv1.c: Likewise.
5626         * iconv/tst-iconv2.c: Likewise.
5627         * inet/test-inet6_opt.c: Likewise.
5628         * inet/tst-gethnm.c: Likewise.
5629         * inet/tst-network.c: Likewise.
5630         * inet/tst-ntoa.c: Likewise.
5631         * intl/tst-codeset.c: Likewise.
5632         * intl/tst-gettext2.c: Likewise.
5633         * intl/tst-gettext3.c: Likewise.
5634         * intl/tst-ngettext.c: Likewise.
5635         * intl/tst-translit.c: Likewise.
5636         * io/test-stat.c: Likewise.
5637         * libio/test-fmemopen.c: Likewise.
5638         * libio/tst-freopen.c: Likewise.
5639         * libio/tst-sscanf.c: Likewise.
5640         * libio/tst-ungetwc1.c: Likewise.
5641         * libio/tst-ungetwc2.c: Likewise.
5642         * libio/tst-widetext.c: Likewise.
5643         * localedata/tst-ctype.c: Likewise.
5644         * localedata/tst-digits.c: Likewise.
5645         * localedata/tst-leaks.c: Likewise.
5646         * localedata/tst-mbswcs1.c: Likewise.
5647         * localedata/tst-mbswcs2.c: Likewise.
5648         * localedata/tst-mbswcs3.c: Likewise.
5649         * localedata/tst-mbswcs4.c: Likewise.
5650         * localedata/tst-mbswcs5.c: Likewise.
5651         * localedata/tst-setlocale.c: Likewise.
5652         * localedata/tst-trans.c: Likewise.
5653         * localedata/tst-wctype.c: Likewise.
5654         * localedata/tst-xlocale1.c: Likewise.
5655         * login/tst-grantpt.c: Likewise.
5656         * malloc/tst-calloc.c: Likewise.
5657         * malloc/tst-malloc.c: Likewise.
5658         * malloc/tst-mallocstate.c: Likewise.
5659         * malloc/tst-mcheck.c: Likewise.
5660         * malloc/tst-mtrace.c: Likewise.
5661         * malloc/tst-obstack.c: Likewise.
5662         * math/atest-exp2.c: Likewise.
5663         * math/atest-exp.c: Likewise.
5664         * math/atest-sincos.c: Likewise.
5665         * math/test-matherr.c: Likewise.
5666         * math/test-misc.c: Likewise.
5667         * math/test-powl.c: Likewise.
5668         * math/tst-definitions.c: Likewise.
5669         * misc/tst-dirname.c: Likewise.
5670         * misc/tst-efgcvt.c: Likewise.
5671         * misc/tst-fdset.c: Likewise.
5672         * misc/tst-hsearch.c: Likewise.
5673         * misc/tst-mntent2.c: Likewise.
5674         * nptl/tst-sem7.c: Likewise.
5675         * nptl/tst-sem8.c: Likewise.
5676         * nptl/tst-sem9.c: Likewise.
5677         * nss/test-netdb.c: Likewise.
5678         * posix/tst-fnmatch.c: Likewise.
5679         * posix/tst-getlogin.c: Likewise.
5680         * posix/tst-gnuglob.c: Likewise.
5681         * posix/tst-mmap.c: Likewise.
5682         * pwd/tst-getpw.c: Likewise.
5683         * resolv/tst-inet_ntop.c: Likewise.
5684         * rt/tst-timer.c: Likewise.
5685         * stdio-common/test-fseek.c: Likewise.
5686         * stdio-common/test-popen.c: Likewise.
5687         * stdio-common/test-vfprintf.c: Likewise.
5688         * stdio-common/tst-cookie.c: Likewise.
5689         * stdio-common/tst-fileno.c: Likewise.
5690         * stdio-common/tst-gets.c: Likewise.
5691         * stdio-common/tst-obprintf.c: Likewise.
5692         * stdio-common/tst-perror.c: Likewise.
5693         * stdio-common/tst-sprintf2.c: Likewise.
5694         * stdio-common/tst-sprintf3.c: Likewise.
5695         * stdio-common/tst-sprintf.c: Likewise.
5696         * stdio-common/tst-swprintf.c: Likewise.
5697         * stdio-common/tst-tmpnam.c: Likewise.
5698         * stdio-common/tst-unbputc.c: Likewise.
5699         * stdio-common/tst-wc-printf.c: Likewise.
5700         * stdlib/tst-environ.c: Likewise.
5701         * stdlib/tst-fmtmsg.c: Likewise.
5702         * stdlib/tst-limits.c: Likewise.
5703         * stdlib/tst-rand48-2.c: Likewise.
5704         * stdlib/tst-rand48.c: Likewise.
5705         * stdlib/tst-random2.c: Likewise.
5706         * stdlib/tst-random.c: Likewise.
5707         * stdlib/tst-strtol.c: Likewise.
5708         * stdlib/tst-strtoll.c: Likewise.
5709         * stdlib/tst-tls-atexit.c: Likewise.
5710         * stdlib/tst-xpg-basename.c: Likewise.
5711         * string/test-ffs.c: Likewise.
5712         * string/tst-bswap.c: Likewise.
5713         * string/tst-inlcall.c: Likewise.
5714         * string/tst-strtok.c: Likewise.
5715         * string/tst-strxfrm.c: Likewise.
5716         * sysdeps/x86_64/tst-audit10.c: Likewise.
5717         * sysdeps/x86_64/tst-audit3.c: Likewise.
5718         * sysdeps/x86_64/tst-audit4.c: Likewise.
5719         * sysdeps/x86_64/tst-audit5.c: Likewise.
5720         * time/tst-ftime_l.c: Likewise.
5721         * time/tst-getdate.c: Likewise.
5722         * time/tst-mktime3.c: Likewise.
5723         * time/tst-mktime.c: Likewise.
5724         * time/tst-posixtz.c: Likewise.
5725         * time/tst-strptime2.c: Likewise.
5726         * time/tst-strptime3.c: Likewise.
5727         * wcsmbs/tst-btowc.c: Likewise.
5728         * wcsmbs/tst-mbrtowc.c: Likewise.
5729         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5730         * wcsmbs/tst-wchar-h.c: Likewise.
5731         * wcsmbs/tst-wcpncpy.c: Likewise.
5732         * wcsmbs/tst-wcrtomb.c: Likewise.
5733         * wcsmbs/tst-wcsnlen.c: Likewise.
5734         * wcsmbs/tst-wcstof.c: Likewise.
5736 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5738         [BZ #14132]
5739         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5740         INTDEF.
5741         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5742         declaration.
5743         (_dl_mcount): Use rtld_hidden_proto.
5744         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5745         _dl_mcount.
5746         * elf/rtld.c (_rtld_global_ro): Likewise.
5748         [BZ #14132]
5749         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5750         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5751         of _dl_init_internal.
5752         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5753         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5754         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5755         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5756         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5757         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5758         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5759         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5760         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5761         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5762         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5763         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5764         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5765         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5766         * sysdeps/tile/dl-start.S (_start): Likewise.
5767         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5768         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5770         [BZ #14132]
5771         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5772         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5773         (rtld_progname): Make macro definition unconditional.
5774         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5775         INTDEF.
5776         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5777         (dl_main): Likewise.
5778         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5779         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5780         instead of _dl_argv_internal.
5781         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5782         __GI__dl_argv instead of INTUSE(_dl_argv).
5783         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5784         __GI__dl_argv instead of _dl_argv_internal.
5786         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5787         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5788         macro.
5789         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5790         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5791         New macro.
5792         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5793         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5794         macro.
5795         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5796         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5798 2014-11-04  Andreas Schwab  <schwab@suse.de>
5800         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5802 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5804         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5805         mtvsrd instruction in binary form.
5807 2014-11-03  Andreas Schwab  <schwab@suse.de>
5809         [BZ #17522]
5810         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5811         for less than MB_LEN_MAX use a local buffer of that size.
5812         * libio/tst-fputws.c: New file.
5813         * libio/Makefile (tests): Add tst-fputws.
5815 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5817         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5818         the size of the fpu_fr.fpu_dregs[] array.
5820 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5822         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5823         (__nanosleep): Do not define as alias.
5824         (nanosleep): Define as alias of __nanosleep.
5825         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5826         __libc_nanosleep name.
5828 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5830         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5831         install.texi in comment.
5833 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5835         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5836         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5837         ... add here and use lwsync or sync ...
5838         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5839         ... and add here using lwsync.
5841 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5843         * elf/dl-machine-reject-phdr.h: New file.
5844         * elf/dl-load.c: #include that.
5845         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5846         if that returned true.
5848 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5850         [BZ #17496]
5851         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5852         gen-as-const-headers chunk.  Add a big scare comment after the last
5853         safe place to touch before-compile.
5855 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5857         * manual/install.texi (Tools for Compilation): Update autoconf
5858         version requirements.
5859         * INSTALL: Regenerated.
5861         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5862         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5863         (__libc_pselect): Likewise.
5865         [BZ #14138]
5866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5871 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5873         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5874         correct barrier instruction.
5875         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5876         Likewise.
5877         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5878         Likewise.
5880 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5882         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5883         after defining inlines.  Instead, just use parens to defeat macro
5884         expansion of __isctype in its declaration.
5886 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5888         * include/sys/uio.h (__libc_readv): Remove declaration.
5889         (__libc_writev): Likewise.
5890         * misc/readv.c (__libc_readv): Rename to __readv.
5891         (__readv): Do not define as alias.
5892         (readv): Define as alias of __readv.
5893         * misc/writev.c (__libc_writev): Rename to __writev.
5894         (__writev): Do not define as alias.
5895         (writev): Define as alias of __writev.
5896         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5897         (__readv): Do not define as alias.
5898         (readv): Define unconditionally as alias of __readv.
5899         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5900         (__writev): Do not define as alias.
5901         (writev): Define unconditionally as alias of __writev.
5902         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5903         name.
5904         (writev): Do not define __libc_writev name.
5906 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5908         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5909         (convert_charseq): New function, broken out of ...
5910         (use_from_charmap): ... here.  Call it.
5911         (use_to_charmap): Use convert_charseq and free instead of duplicating
5912         its code with a variable-length stack struct.
5914 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5916         * include/fcntl.h (__libc_creat): Remove declaration.
5917         * io/creat.c (__libc_creat): Rename to creat.
5918         (creat): Do not define as alias.
5919         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5920         of creat instead of __libc_creat.
5921         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5922         to creat.
5923         (creat): Do not define as alias.
5924         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5925         __libc_creat.
5926         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5927         __libc_creat name.
5928         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5929         Likewise.
5931 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5933         * manual/llio.texi: Add comments discussing why write() may be
5934         considered MT-unsafe on Linux.
5936 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5938         * dl-load.c (local_strdup): Remove.
5939         (expand_dynamic_string_token): Use __strdup.
5940         (decompose_rpath): Likewise.
5941         (_dl_map_object): Likewise.
5943 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5945         [BZ #14132]
5946         * sysdeps/generic/unwind-dw2-fde.c
5947         (__register_frame_info_bases_internal): Do not declare.
5948         (__register_frame_info_table_bases_internal): Likewise.
5949         (__deregister_frame_info_bases_internal): Likewise.
5950         (__register_frame_info_bases): Declare and use hidden_proto before
5951         definition.  Use hidden_def instead of INTDEF.
5952         (__register_frame_info_table_bases): Likewise.
5953         (__deregister_frame_info_bases): Likewise.
5954         (__register_frame_info): Do not use INTUSE.
5955         (__register_frame): Likewise.
5956         (__register_frame_info_table): Likewise.
5957         (__register_frame_table): Likewise.
5958         (__deregister_frame_info): Likewise.
5959         (__deregister_frame): Likewise.
5961 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5963         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5964         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5965         not undefine.
5966         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5967         Likewise.
5968         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5969         Likewise.
5971 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5973         [BZ #14138]
5974         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5975         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5976         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5977         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5978         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5979         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5980         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5981         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5982         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5983         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5984         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5985         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5986         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5987         syscall.
5988         (setfsuid): Likewise.
5989         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5990         (setfsuid): Likewise.
5991         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5992         (setfsuid): Likewise.
5993         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5994         Likewise.
5995         (setfsuid): Likewise.
5996         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5997         (setfsuid): Likewise.
5998         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5999         Likewise.
6000         (setfsuid): Likewise.
6002 2014-10-27  Andreas Schwab  <schwab@suse.de>
6004         [BZ #17501]
6005         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6006         check for Slow_SSE4_2 feature bit.
6007         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6008         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6009         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6010         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6012 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6014         * configure.ac: Validate compiler version with a empirical test of
6015         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6016         $CC -v output.
6017         * configure: Regenerated.
6019         * inet/htons.c (htons): Prototypify.
6020         * inet/htonl.c (htonl): Likewise.
6022 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6024         * string/strncat.c (strncat): Improve performance by using strlen.
6026 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6028         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6030 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6032         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6033         Call libc_fetestexcept_aarch64.
6035 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6037         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6038         Call libc_feholdexcept_aarch64.
6040 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6042         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6043         Call get_rounding_mode.
6045 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6047         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6048         Simplify logic.
6050 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6052         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6053         Simplify logic.
6055 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6057         [BZ #14138]
6058         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6059         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6060         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6061         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6062         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6063         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6064         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6065         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6066         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6067         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6068         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6069         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6070         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6071         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6072         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6073         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6074         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6075         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6076         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6077         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6078         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6079         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6080         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6081         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6082         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6083         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6084         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6085         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6086         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6087         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6088         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6089         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6090         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6091         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6092         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6093         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6094         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6095         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6096         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6097         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6098         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6099         syscall.
6100         (geteuid): Likewise.
6101         (getgid): Likewise.
6102         (getuid): Likewise.
6103         (getresgid): Likewise.
6104         (getresuid): Likewise.
6105         (getgroups): Likewise.
6106         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6107         (geteuid): Likewise.
6108         (getgid): Likewise.
6109         (getuid): Likewise.
6110         (getresgid): Likewise.
6111         (getresuid): Likewise.
6112         (getgroups): Likewise.
6113         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6114         (geteuid): Likewise.
6115         (getgid): Likewise.
6116         (getuid): Likewise.
6117         (getresgid): Likewise.
6118         (getresuid): Likewise.
6119         (getgroups): Likewise.
6120         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6121         Likewise.
6122         (geteuid): Likewise.
6123         (getgid): Likewise.
6124         (getuid): Likewise.
6125         (getresgid): Likewise.
6126         (getresuid): Likewise.
6127         (getgroups): Likewise.
6128         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6129         (geteuid): Likewise.
6130         (getgid): Likewise.
6131         (getuid): Likewise.
6132         (getresgid): Likewise.
6133         (getresuid): Likewise.
6134         (getgroups): Likewise.
6135         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6136         Likewise.
6137         (geteuid): Likewise.
6138         (getgid): Likewise.
6139         (getuid): Likewise.
6140         (getgroups): Likewise.
6142         [BZ #14138]
6143         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6144         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6145         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6146         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6147         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6148         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6149         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6150         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6151         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6152         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6153         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6154         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6155         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6156         __chown.
6157         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6158         (lchown): Likewise.
6159         (fchown): Likewise.
6160         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6161         Likewise.
6162         (lchown): Likewise.
6163         (fchown): Likewise.
6164         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6165         (lchown): Likewise.
6166         (fchown): Likewise.
6167         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6168         Likewise.
6169         (lchown): Likewise.
6170         (fchown): Likewise.
6172 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6174         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6175         Simplify logic.
6177 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6179         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6180         Cleanup logic.
6182 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6184         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6185         Remove unused include.
6187 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6189         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6190         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6191         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6192         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6194 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6195             Helge Deller <deller@gmx.de>
6197         [BZ #17508]
6198         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6199         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6200         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6202 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6204         [BZ #14132]
6205         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6206         Remove macro definition.
6207         (__ashrdi3_v_glibc20): Likewise.
6208         (__lshrdi3_v_glibc20): Likewise.
6209         (__cmpdi2_v_glibc20): Likewise.
6210         (__ucmpdi2_v_glibc20): Likewise.
6211         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6212         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6213         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6214         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6215         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6216         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6218 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6220         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6221         old GNU extension [0] syntax.
6222         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6223         alloca rather than an array member with variable length.
6224         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6225         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6226         (parse_opt): ... here.  Likewise use alloca there.
6227         Validate the -i argument before checking for rootness.
6228         (send_shutdown): New function, broken out of ...
6229         (parse_opt): ... here.
6231 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6233         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6234         macro to get at the _rt_local_ro field.
6235         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6236         ([PIC] case) or _dl_hwcap ([!PIC] case).
6237         * sysdeps/arm/setjmp.S: Likewise.
6239         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6240         * sysdeps/arm/configure.ac: New check to define it.
6241         * sysdeps/arm/configure: Regenerated.
6242         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6243         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6244         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6245         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6246         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6247         Use move/movt pair instead of a load.
6248         (LDST_GLOBAL): Macro removed.
6249         (LDR_GLOBAL): New macro replaces it.
6250         (LDR_HIDDEN): New macro.
6251         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6252         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6254         * setjmp/tst-setjmp-static.c: New file.
6255         * setjmp/Makefile (tests): Add it.
6256         (tests-static): New variable.
6258 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6260         [BZ #17485]
6261         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6263 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6265         [BZ #14132]
6266         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6268 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6270         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6272 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6274         * io/fts.c (dirent_not_directory): New function.
6275         (fts_build): Call it.
6277 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6279         * nptl/version.c (__nptl_main): Use normal __write rather than
6280         INTERNAL_SYSCALL.
6281         (banner): Update copyright years.
6283         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6284         gettimeofday.
6285         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6286         * nptl/pthread_cond_timedwait.c: Likewise.
6287         * nptl/pthread_mutex_timedlock.c: Likewise.
6288         * nptl/sem_timedwait.c: Likewise.
6290         * sysdeps/nptl/bits/libc-lock.h
6291         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6292         (__libc_lock_init_recursive): Return void, not 0.
6293         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6294         (__libc_rwlock_init): Likewise.
6295         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6297 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6299         [BZ #15215]
6300         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6301         (__pthread_once_slow): ... here.
6302         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6303         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6305 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6307         [BZ #15215]
6308         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6309         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6310         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6311         * nptl/pthread_once.c (__pthread_once): Likewise.
6312         Update comments.
6314 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6316         [BZ #14138]
6317         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6318         name.
6319         (writev): Use __libc_writev as strong name.
6320         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6321         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6323 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6325         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6327         * sysdeps/i386/nptl/tls.h
6328         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6329         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6330         New macros.
6331         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6332         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6333         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6334         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6335         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6336         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6338         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6339         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6340         on [__NR_futex].
6341         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6342         broken out of ...
6343         (__pthread_mutex_init): ... here.  Call it.
6344         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6345         Conditionalize PI cases on [__NR_futex].
6346         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6347         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6348         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6350         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6351         conditional on [SIGSETXID].
6352         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6353         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6354         is defined.  Likewise for SIGSETXID.
6355         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6356         Conditionalize definitions on [SIGSETXID].
6357         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6358         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6359         unblocking on [SIGCANCEL].
6361         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6362         [__NR_set_robust_list].
6364 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6366         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6367         (do_compare): Likewise.
6369 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6371         [BZ #15884]
6372         * string/strcoll_l.c: Don't include stdio.h.
6373         (coll_seq): Remove members idxarr and rulearr.
6374         (get_next_seq_cached): Remove function.
6375         (get_next_seq): Likewise.
6376         (get_next_seq_nocache): Rename to get_next_seq.
6377         (do_compare): Remove function.
6378         (do_compare_nocache): Rename to do_compare.
6379         (STRCOLL): Remove weight and rules cache.
6381 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6383         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6384         * sysdeps/arm/sfp-machine.h: ... to here.
6385         * sysdeps/arm/Implies: Remove arm/soft-fp.
6387 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6389         * conform/data/sys/utsname.h-data (*_t): Allow.
6390         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6391         [POSIX] (WEXITED): Do not expect constant.
6392         [POSIX] (WSTOPPED): Likewise.
6393         [POSIX] (WNOHANG): Likewise.
6394         [POSIX] (WNOWAIT): Likewise.
6395         [POSIX] (siginfo_t): Do not expect type or elements.
6396         [POSIX] (pid_t): Do not expect type.
6397         [POSIX] (signal.h): Do not allow header.
6398         [POSIX] (sys/resource.h): Likewise.
6399         [POSIX] (si_*): Do not allow pattern.
6400         [POSIX] (W*): Likewise.
6401         [POSIX] (P_*): Likewise.
6402         [POSIX] (BUS_*): Likewise.
6403         [POSIX] (CLD_*): Likewise.
6404         [POSIX] (FPE_*): Likewise.
6405         [POSIX] (ILL_*): Likewise.
6406         [POSIX] (POLL_*): Likewise.
6407         [POSIX] (SEGV_*): Likewise.
6408         [POSIX] (SI_*): Likewise.
6409         [POSIX] (TRAP_*): Likewise.
6410         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6411         variable.
6413 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6415         [BZ #12926]
6416         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6417         infinite loop when __recvmsg returns 0.
6419 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6421         * CANCEL-FCT-WAIVE: Remove file.
6422         * CANCEL-FILE-WAIVE: Likewise.
6424         [BZ #14132]
6425         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6426         instead of INTVARDEF.
6427         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6428         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6429         rtld_hidden_data_def instead of INTVARDEF.
6430         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6431         * elf/dl-deps.c (expand_dst): Likewise.
6432         * elf/dl-load.c (_dl_dst_count): Likewise.
6433         (_dl_dst_substitute): Likewise.
6434         (decompose_rpath): Likewise.
6435         (_dl_init_paths): Likewise.
6436         (open_path): Likewise.
6437         (_dl_map_object): Likewise.
6438         * elf/rtld.c (dl_main): Likewise.
6439         (process_dl_audit): Likewise.
6440         (process_envvars): Likewise.
6441         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6442         Remove declaration.
6443         (__libc_enable_secure): Use rtld_hidden_proto.
6445 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6447         * elf/dl-load.c
6448         (add_path): New function broken out of _dl_rtld_di_serinfo.
6449         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6451 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6453         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6454         parentheses around macro arguments.
6455         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6456         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6457         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6458         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6459         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6460         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6461         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6462         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6463         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6464         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6465         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6466         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6467         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6468         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6469         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6470         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6471         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6472         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6473         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6474         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6475         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6476         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6477         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6478         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6479         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6480         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6481         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6482         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6483         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6484         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6485         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6486         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6487         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6488         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6489         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6490         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6491         Likewise.
6492         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6493         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6494         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6495         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6496         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6497         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6498         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6499         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6500         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6501         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6502         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6503         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6504         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6505         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6506         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6507         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6508         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6509         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6510         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6511         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6512         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6513         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6514         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6515         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6516         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6517         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6518         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6519         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6520         (_FP_FRAC_SRS_1): Likewise.
6521         (_FP_FRAC_CLZ_1): Likewise.
6522         (_FP_MUL_MEAT_1_imm): Likewise.
6523         (_FP_MUL_MEAT_1_wide): Likewise.
6524         (_FP_MUL_MEAT_1_hard): Likewise.
6525         (_FP_SQRT_MEAT_1): Likewise.
6526         (_FP_FRAC_ASSEMBLE_1): Likewise.
6527         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6528         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6529         (__FP_CLZ_2): Likewise.
6530         (_FP_MUL_MEAT_2_wide): Likewise.
6531         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6532         (_FP_MUL_MEAT_2_gmp): Likewise.
6533         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6534         (_FP_SQRT_MEAT_2): Likewise.
6535         (_FP_FRAC_ASSEMBLE_2): Likewise.
6536         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6537         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6538         (_FP_FRAC_CLZ_4): Likewise.
6539         (_FP_MUL_MEAT_4_wide): Likewise.
6540         (_FP_MUL_MEAT_4_gmp): Likewise.
6541         (_FP_SQRT_MEAT_4): Likewise.
6542         (_FP_FRAC_ASSEMBLE_4): Likewise.
6543         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6544         * soft-fp/op-common.h (_FP_CMP): Likewise.
6545         (_FP_CMP_EQ): Likewise.
6546         (_FP_CMP_UNORD): Likewise.
6547         (_FP_TO_INT): Likewise.
6548         (_FP_FROM_INT): Likewise.
6549         [!__FP_CLZ] (__FP_CLZ): Likewise.
6550         (_FP_DIV_HELP_imm): Likewise.
6551         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6552         Likewise.
6553         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6554         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6555         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6556         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6557         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6558         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6559         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6560         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6561         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6562         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6563         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6564         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6565         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6566         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6567         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6568         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6569         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6570         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6571         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6572         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6573         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6574         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6575         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6576         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6577         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6578         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6579         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6580         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6581         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6582         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6583         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6584         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6585         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6586         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6587         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6588         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6589         (FP_UNPACK_RAW_SP): Likewise.
6590         (FP_PACK_RAW_S): Likewise.
6591         (FP_PACK_RAW_SP): Likewise.
6592         (FP_UNPACK_S): Likewise.
6593         (FP_UNPACK_SP): Likewise.
6594         (FP_UNPACK_SEMIRAW_S): Likewise.
6595         (FP_UNPACK_SEMIRAW_SP): Likewise.
6596         (FP_PACK_S): Likewise.
6597         (FP_PACK_SP): Likewise.
6598         (FP_PACK_SEMIRAW_S): Likewise.
6599         (FP_PACK_SEMIRAW_SP): Likewise.
6600         (_FP_SQRT_MEAT_S): Likewise.
6601         (FP_CMP_S): Likewise.
6602         (FP_CMP_EQ_S): Likewise.
6603         (FP_CMP_UNORD_S): Likewise.
6604         (FP_TO_INT_S): Likewise.
6605         (FP_FROM_INT_S): Likewise.
6607         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6609         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6610         (FP_EX_INVALID_IMZ): Likewise.
6611         (FP_EX_INVALID_IMZ_FMA): Likewise.
6612         (FP_EX_INVALID_ISI): Likewise.
6613         (FP_EX_INVALID_ZDZ): Likewise.
6614         (FP_EX_INVALID_IDI): Likewise.
6615         (FP_EX_INVALID_SQRT): Likewise.
6616         (FP_EX_INVALID_CVI): Likewise.
6617         (FP_EX_INVALID_VC): Likewise.
6618         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6619         "invalid" exceptions.
6620         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6621         (_FP_ADD_INTERNAL): Likewise.
6622         (_FP_MUL): Likewise.
6623         (_FP_FMA): Likewise.
6624         (_FP_DIV): Likewise.
6625         (_FP_CMP_CHECK_NAN): Likewise.
6626         (_FP_SQRT): Likewise.
6627         (_FP_TO_INT): Likewise.
6628         (FP_EXTEND): Likewise.
6630 2014-10-09  Allan McRae  <allan@archlinux.org>
6632         * po/fr.po: Update French translation from translation project.
6634 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6636         [BZ #14132]
6637         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6638         of INTDEF.
6639         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6640         (__cxa_atexit): Use libc_hidden_proto.
6641         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6643         [BZ #14132]
6644         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6645         declaration.
6646         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6647         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6648         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6649         [!_ISOMAC] (__iswctype_internal): Likewise.
6650         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6651         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6652         alias.
6653         (fcntl): Remove __fcntl_internal alias.
6654         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6655         __connect_internal alias.
6656         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6657         Likewise.
6659         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6660         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6661         FP_DENORM_ZERO.
6662         (_FP_CHECK_FLUSH_ZERO): New macro.
6663         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6664         (_FP_CMP): Likewise.
6665         (_FP_CMP_EQ): Likewise.
6666         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6667         FP_DENORM_ZERO.
6668         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6669         (FP_TRUNC): Likewise.
6671         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6672         treated as invalid conversion, not as normal exponent.
6674         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6675         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6676         (_FP_CMP_EQ): Likewise.
6677         (_FP_CMP_UNORD): Likewise.
6678         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6679         (FP_CMP_EQ_D): Likewise.
6680         (FP_CMP_UNORD_D): Likewise.
6681         * soft-fp/extended.h (FP_CMP_E): Likewise.
6682         (FP_CMP_EQ_E): Likewise.
6683         (FP_CMP_UNORD_E): Likewise.
6684         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6685         (FP_CMP_EQ_Q): Likewise.
6686         (FP_CMP_UNORD_Q): Likewise.
6687         * soft-fp/single.h (FP_CMP_S): Likewise.
6688         (FP_CMP_EQ_S): Likewise.
6689         (FP_CMP_UNORD_S): Likewise.
6690         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6691         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6692         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6693         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6694         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6695         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6696         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6697         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6698         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6699         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6700         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6701         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6702         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6703         to FP_CMP_Q.
6704         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6705         FP_CMP_Q.
6706         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6707         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6708         FP_CMP_EQ_Q.
6709         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6710         FP_CMP_Q.
6711         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6712         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6713         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6714         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6715         FP_CMP_EQ_Q.
6716         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6717         FP_CMP_Q.
6718         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6719         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6720         FP_CMP_EQ_Q.
6721         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6722         FP_CMP_Q.
6723         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6724         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6725         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6726         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6727         FP_CMP_EQ_Q.
6729         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6730         a subnormal result, set the underflow exception if trapping on
6731         underflow is enabled.
6732         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6733         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6734         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6735         redefine to 0.
6736         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6737         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6738         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6739         * soft-fp/extendxftf2.c (__extendxftf2): Use
6740         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6742         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6743         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6744         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6745         FP_HANDLE_EXCEPTIONS.
6746         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6747         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6748         FP_HANDLE_EXCEPTIONS.
6749         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6750         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6751         FP_HANDLE_EXCEPTIONS.
6752         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6753         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6754         FP_HANDLE_EXCEPTIONS.
6756 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6758         [BZ #14132]
6759         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6760         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6761         use INTUSE.
6762         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6763         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6764         Remove alias.
6765         (__adjtimex): Define using libc_hidden_ver.
6766         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6767         Remove declaration.
6768         (ntp_gettime): Call __adjtimex directly.
6769         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6770         Remove declaration.
6771         (ntp_gettimex): Call __adjtimex directly.
6772         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6773         __adjtimex_internal alias.
6775 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6777         [BZ #17460]
6778         * nscd/nscd.c (more_help): Rewrite list of tables collection
6779         using xstrdup and asprintf.
6781         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6783 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6784             Roland McGrath  <roland@hack.frob.com>
6786         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6787         (do_lookup_unique): ... local function 'enter' here; update callers.
6789 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6791         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6792         compat_symbol calls on [SHARED].
6793         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6794         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6795         Remove.
6796         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6797         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6798         (oldsetrlimit): Remove.
6799         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6801         (lchown): New syscall entry.
6802         (oldsetrlimit): Remove.
6803         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6804         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6805         (oldsetrlimit): Remove.
6806         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6808         [BZ #14138]
6809         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6810         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6811         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6812         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6813         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6814         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6815         (fchown): Likewise.
6816         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6817         (fchown): Likewise.
6818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6819         Likewise.
6821 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6823         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6824         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6825         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6826         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6827         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6828         Likewise.
6829         (__old_sem_post): Likewise.
6831 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6833         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6834         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6835         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6836         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6837         Use INLINE_VSYSCALL macro.
6838         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6839         __vdso_clock_gettime.
6840         * sysdeps/unix/sysv/linux/tile/init-first.c
6841         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6842         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6843         __vdso_clock_gettime.
6845         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6846         to set up frame more cleanly.
6848         * sysdeps/tile/memcmp.c: New file.
6850         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6852         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6853         * sysdeps/tile/tilegx/strcasestr.c: New file.
6854         * sysdeps/tile/tilegx/strnlen.c: New file.
6855         * sysdeps/tile/tilegx/strstr.c: New file.
6857         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6859 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6861         * nptl/tst-setuid3.c: Write errors to stdout.
6863 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6865         * elf/dl-deps.c
6866         (preload): New functions broken out of _dl_map_object_deps.
6867         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6869 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6871         [BZ #14138]
6872         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6873         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6875 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6877         * sysdeps/mips/strcmp.S: New.
6879 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6881         [BZ #14138]
6882         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6883         (linkat): Likewise.
6884         (mkdirat): Likewise.
6885         (readlinkat): Likewise.
6886         (renameat): Likewise.
6887         (symlinkat): Likewise.
6888         (unlinkat): Likewise.
6889         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6890         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6891         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6892         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6893         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6894         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6895         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6897 2014-09-30  Will Newton  <will.newton@linaro.org>
6899         * math/math.h: Define long double math functions if
6900         _LIBC_TEST is defined.
6901         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6903         * localedata/Makefile: Move assignment to tests-special
6904         into an ifdef testing run-built-tests.
6905         * timezone/Makefile: Likewise.
6907 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6909         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6910         with $(BASH) not $(SHELL).
6912 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6913             Matthew LeGendre  <legendre1@llnl.gov>
6915         [BZ #17411]
6916         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6917         l_reloc_result.
6919 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6921         * stdio-common/printf_fp.c
6922         (hack_digit): New function, broken out of ...
6923         (__printf_fp): ... local function here.  Update call sites.
6924         hack_digit now takes an additional parameter that is a pointer
6925         to a struct of the referenced locals.  Those locals moved inside
6926         the struct and references updated.
6928 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6930         * aclocal.m4: Require autoconf 2.69.
6931         * configure: Regenerated.
6932         * sysdeps/aarch64/configure: Likewise.
6933         * sysdeps/alpha/configure: Likewise.
6934         * sysdeps/arm/armv7/configure: Likewise.
6935         * sysdeps/arm/configure: Likewise.
6936         * sysdeps/ia64/configure: Likewise.
6937         * sysdeps/mach/configure: Likewise.
6938         * sysdeps/mips/configure: Likewise.
6939         * sysdeps/s390/configure: Likewise.
6940         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6943         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6944         file.
6945         * sysdeps/ia64/configure.ac: Likewise.
6947 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6950         specify symbol version for ld.so.  Do not include entry for
6951         libpthread.
6952         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6953         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6954         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6956         [BZ #14171]
6957         * Makeconfig [$(build-shared) = yes]
6958         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6959         makefiles.
6960         [$(build-shared) = yes && $(soversions.mk-done) = t]
6961         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6962         [$(build-shared) = yes && $(soversions.mk-done) = t]
6963         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6964         to Makerules.
6965         [$(build-shared) = yes && $(soversions.mk-done) = t]
6966         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6967         here.
6968         [$(build-shared) = yes && $(soversions.mk-done) = t]
6969         (common-generated): Don't append gnu/lib-names.h and
6970         gnu/lib-names.stmp here.
6971         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6972         (lib-names-h-abi): New variable.
6973         [$(build-shared) = yes && $(soversions.mk-done) = t]
6974         (lib-names-stmp-abi): Likewise.
6975         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6976         abi-variants] (before-compile): Append
6977         $(common-objpfx)$(lib-names-h-abi).
6978         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6979         abi-variants] (common-generated): Append gnu/lib-names.h.
6980         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6981         abi-variants] (install-others-nosubdir): Depend on
6982         $(inst_includedir)/$(lib-names-h-abi).
6983         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6984         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6985         [$(build-shared) = yes && $(soversions.mk-done) = t]
6986         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6987         [$(build-shared) = yes && $(soversions.mk-done) = t]
6988         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6989         [$(build-shared) = yes && $(soversions.mk-done) = t]
6990         (common-generated): Append $(lib-names-h-abi) and
6991         $(lib-names-stmp-abi).
6992         * scripts/lib-names.awk: Do not handle multi being set.
6993         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6994         Remove variable.
6995         (abi-lp64_be-ld-soname): Likewise.
6996         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6997         Likewise.
6998         (abi-hard-ld-soname): Likewise.
6999         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7000         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7001         Remove variable.
7002         (abi-o32_hard-ld-soname): Likewise.
7003         (abi-o32_soft_2008-ld-soname): Likewise.
7004         (abi-o32_hard_2008-ld-soname): Likewise.
7005         (abi-n32_soft-ld-soname): Likewise.
7006         (abi-n32_hard-ld-soname): Likewise.
7007         (abi-n32_soft_2008-ld-soname): Likewise.
7008         (abi-n32_hard_2008-ld-soname): Likewise.
7009         (abi-n64_soft-ld-soname): Likewise.
7010         (abi-n64_hard-ld-soname): Likewise.
7011         (abi-n64_soft_2008-ld-soname): Likewise.
7012         (abi-n64_hard_2008-ld-soname): Likewise.
7013         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7014         Likewise.
7015         (abi-64-v2-ld-soname): Likewise.
7016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7017         ld.so entries.
7018         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7019         variable.
7020         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7021         entry.
7022         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7023         variable.
7024         (abi-64-ld-soname): Likewise.
7025         (abi-x32-ld-soname): Likewise.
7026         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7027         entry.
7028         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7030 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7032         [BZ #14138]
7033         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7034         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7035         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7036         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7037         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7038         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7039         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7040         syscall entry for GLIBC_2.2 symbol version.
7041         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7042         Likewise.
7043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7044         (setrlimit): Likewise.
7045         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7046         Likewise.
7048 2014-09-23  Will Newton  <will.newton@linaro.org>
7050         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7051         _LINUX_ARM_SYSDEP_H include guard too.
7052         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7053         define.
7055 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7057         * sysdeps/unix/sysv/linux/eventfd.c:
7058         Make first argument unsigned.
7059         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7060         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7062 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7064         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7065         * socket/sys/socket.h: Likewise
7066         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7068 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7070         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7072 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7074         * time/tst-ftime.c: New test.
7075         * time/Makefile (tests): Add tst-ftime.
7077 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7079         * soft-fp/extended.h: Fix comment formatting.
7080         * soft-fp/op-1.h: Likewise.
7081         * soft-fp/op-2.h: Likewise.
7082         * soft-fp/op-4.h: Likewise.
7083         * soft-fp/op-8.h: Likewise.
7084         * soft-fp/op-common.h: Likewise.
7085         * soft-fp/soft-fp.h: Likewise.
7087         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7089 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7091         [BZ #6652]
7092         * Makeconfig (soversions-default-setname): Remove variable.
7093         ($(common-objpfx)soversions.i): Don't pass default_setname to
7094         soversions.awk.
7095         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7096         oldest_abi to abi-versions.awk.
7097         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7098         * config.make.in (oldest-abi): Remove variable.
7099         * configure.ac (--enable-oldest-abi): Remove configure option.
7100         * configure: Regenerated.
7101         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7102         text.
7103         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7104         * scripts/soversions.awk: Do not handle default_setname variable.
7105         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7106         variable.
7107         * sysdeps/mach/hurd/configure: Regenerated.
7108         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7109         variable.
7110         * sysdeps/unix/sysv/linux/configure: Regenerated.
7112 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7114         * elf/Makefile (CFLAGS-interp.c): Remove.
7115         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7116         path string.
7117         * elf/interp.c: Include generated runtime-linker.h
7119         * Makerules (lib%.so): Don't include $(+interp) in
7120         prerequisites.
7121         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7122         * dlfcn/eval.c: Remove file.
7124         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7125         macros.
7127         [BZ #17266]
7128         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7129         4.2 and newer.
7131         [BZ #17370]
7132         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7134 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7135             Jakub Jelinek  <jakub@redhat.com>
7137         [BZ #17266]
7138         * libio/stdio.h: Check definition of __fortify_function
7139         instead of __extern_always_inline to include bits/stdio2.h.
7140         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7141         check if __extern_always_inline is defined.
7142         [__USE_MISC || __USE_XOPEN]: Likewise.
7143         [__USE_ISOC99] Likewise.
7144         * misc/sys/cdefs.h (__fortify_function): Define only if
7145         __extern_always_inline is defined.
7146         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7147         __extern_always_inline and __extern_inline only for g++-4.3
7148         and newer or a compatible gcc.
7150 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7152         [BZ #17371]
7153         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7154         last change to handle zero prefix length.
7156 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7158         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7159         _SC_REGEX_VERSION.
7161         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7162         _POSIX_RAW_SOCKETS.
7164 2014-09-13  Allan McRae  <allan@archlinux.org>
7166         * po/ru.po: Update Russian translation from translation project.
7168 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7170         * locale/programs/locale.c (show_locale_vars): Inline local function
7171         into its sole call site.  Clean up some style nits.
7172         (print_item): New function, broken out of ...
7173         (show_info): ... local function here.  Clean up style nits.
7175         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7176         out of ...
7177         (set_class_defaults): ... local function set_default here.
7178         Define set_default as a macro locally to pass constant parameters.
7179         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7180         rather than a shared local.
7182         * stdlib/rpmatch.c (try): New function, broken out of ...
7183         (rpmatch): ... local function here.  Also, prototypify definition.
7185 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7187         * scripts/soversions.awk: Do not handle configuration names.
7188         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7189         vendor and os variables to soversions.awk.
7190         * configure.ac: Do not modify gnu-* host_os.
7191         * configure: Regenerated
7192         * shlib-versions: Remove first column with configuration names.
7193         * nptl/shlib-versions: Likewise.
7194         * nptl_db/shlib-versions: Likewise.
7195         * sysdeps/hppa/shlib-versions: Likewise.
7196         * sysdeps/m68k/shlib-versions: Likewise.
7197         * sysdeps/mach/hurd/shlib-versions: Likewise.
7198         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7199         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7200         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7201         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7202         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7203         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7204         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7205         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7207         Likewise.
7208         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7209         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7210         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7211         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7212         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7213         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7214         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7215         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7218         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7220         Regenerated.
7221         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7223         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7225         * shlib-versions: Remove OS-specific entries.  Moved to files in
7226         sysdeps.
7227         * sysdeps/mach/hurd/shlib-versions: New file.
7228         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7230         * nptl/shlib-versions: Remove architecture-specific entries.
7231         Moved to files in sysdeps.
7232         * shlib-versions: Likewise.
7233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7234         file.
7235         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7236         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7237         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7238         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7240         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7241         (UDP_NO_CHECK6_RX): Likewise.
7243 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7245         * sysdeps/posix/sysconf.c (__sysconf): Spell
7246         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7248 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7250         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7251         loading.
7252         * iconv/Versions (__gconv_transliterate): Export for use from
7253         gconv modules.
7254         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7255         (struct __gconv_trans_data, __gconv_trans_fct,
7256         __gconv_trans_context_fct, __gconv_trans_query_fct,
7257         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7258         definitions.
7259         (struct __gconv_step_data): Remove __trans member.
7260         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7261         longer hidden.  Remove unused trans_data argument.
7262         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7263         (__gconv_translit_find): Remove declaration.
7264         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7265         prototype.
7266         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7267         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7268         trans_data argument.  Add hidden definition.
7269         (__gconv_translit_find): Remove.
7270         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7271         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7272         * iconv/skeleton.c: Remove transliteration initialization.
7273         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7274         __gconv_step_data initialization.
7275         * libio/iofwide.c (__libio_translit_): Remove.
7276         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7277         * wcsmbs/btowc.c (__btowc): Likewise.
7278         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7279         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7280         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7281         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7282         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7283         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7284         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7285         * wcsmbs/wctob.c (wctob): Likewise.
7287 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7289         [BZ #16194]
7290         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7291         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7292         register usage.
7293         * sysdeps/x86/Makefile: Adjust.
7295 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7296             Roland McGrath  <roland@hack.frob.com>
7298         * locale/weight.h: Add include guard.
7299         (findidx): Make static rather than auto; take new parameters
7300         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7301         * locale/weightwc.h: Likewise.
7302         * posix/fnmatch_loop.c
7303         (FCT): Change type of EXTRA from int32_t to wint_t.
7304         Don't include either header inside the function.
7305         Call FINDIDX rather than findidx, and pass new arguments.
7306         #undef FINDIDX at the end of the file.
7307         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7308         FINDIDX before including fnmatch_loop.c for the non-wide version.
7309         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7310         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7311         for the wide version.
7312         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7313         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7314         Pass new arguments to findidx.
7315         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7316         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7317         Don't #include it inside the function.  Pass new arguments to findidx.
7318         * posix/regex_internal.h
7319         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7320         (re_string_elem_size_at): Don't #include it inside the function.
7321         Pass new arguments to findidx.
7322         * string/strcoll_l.c: #include WEIGHT_H at top level.
7323         (get_next_seq): Don't #include it inside the function.
7324         Pass new arguments to findidx.
7325         (get_next_seq_nocache): Likewise.
7326         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7327         (STRXFRM): Don't #include it inside the function.
7328         Pass new arguments to findidx.
7330 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7332         [BZ #17344]
7333         * malloc/malloc.c (unlink): Turn asserts into a call to
7334         malloc_printerr.
7336 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7338         [BZ #17370]
7339         * libio/wfileops (do_ftell_wide): Free OUT.
7341 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7343         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7345 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7347         [BZ #17363]
7348         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7349         group if the current group is empty.
7351 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7353         * benchtests/bench-memset.c (test_main): Add more test from size
7354         from 32 to 512 bytes.
7355         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7356         Add POWER8 memset object.
7357         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7358         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7359         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7360         implementation.
7361         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7362         Likewise.
7363         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7364         multiarch POWER8 memset optimization.
7365         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7366         POWER8 memset optimization.
7368         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7369         Remove bzero multiarch objects.
7370         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7371         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7372         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7373         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7374         Remove define.
7375         [__bzero]: Redefine to specific name.
7376         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7377         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7378         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7379         define.
7380         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7381         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7383 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7385         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7386         warnings into errors.
7388         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7389         __cxa_thread_atexit_impl prototype.
7391 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7393         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7394         Fix capitalization of error message.
7396 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7398         * sysdeps/mips/preconfigure: Modify ABI tests.
7400 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7402         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7404 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7405             Carlos O'Donell  <carlos@systemhalted.org>
7407         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7408         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7409         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7410         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7411         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7412         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7413         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7414         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7415         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7416         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7417         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7418         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7419         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7420         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7421         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7422         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7423         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7424         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7425         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7426         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7427         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7428         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7429         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7430         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7431         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7432         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7433         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7434         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7435         Deconditionalize the code that was previously under [RESET_PID].
7436         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7437         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7438         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7439         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7440         include sysdep.h.
7442 2014-09-08  Allan McRae  <allan@archlinux.org>
7444         * version.h (RELEASE): Set to "development".
7445         (VERSION): Set to "2.20.90"
7447 2014-09-07  Allan McRae  <allan@archlinux.org
7449         * version.h (RELEASE): Set to "stable".
7450         (VERSION): Set to "2.20"
7451         * include/features.h (__GLIBC_MINOR__): Set to 20.
7453         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7454         Liebler.
7456         * po/ko.po: Update Korean translation from translation project.
7458 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7460         [BZ #17354]
7461         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7462         macro for handling signed relocations.
7464 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7466         [BZ #17325]
7467         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7468         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7469         assert.
7470         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7471         * iconvdata/ibm935.c (BODY): Likewise.
7472         * iconvdata/ibm937.c (BODY): Likewise.
7473         * iconvdata/ibm939.c (BODY): Likewise.
7474         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7475         assert.
7476         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7477         script.
7478         * iconvdata/run-iconv-test.sh: New test loop for checking for
7479         decoder crashers.
7481 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7483         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7484         libm_hidden_ver.
7486 2014-09-01  Allan McRae  <allan@archlinux.org>
7488         * po/eo.po: Update Esperanto translation from translation project.
7490         * po/ca.po: Update Catalan translation from translation project.
7492 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7494         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7495         __proc_dostop call.
7497 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7499         [BZ #17319]
7500         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7501         to call set_thread_area instead of hand written asm.
7502         (__NR_set_thread_area): Removed define.
7503         (TLS_FLAG_WRITABLE): Likewise.
7504         (__ASSUME_SET_THREAD_AREA): Remove check.
7505         (TLS_EBX_ARG): Remove define.
7506         (TLS_LOAD_EBX): Likewise.
7508 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7510         Simplify atomicity of socket creation in bind.
7512         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7513         looking up the name after linking the file.
7515 2014-08-27  Allan McRae  <allan@archlinux.org>
7517         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7519 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7521         [BZ #17187]
7522         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7523         trans_compare, open_translit, __gconv_translit_find):
7524         Remove module loading code.
7526 2014-08-26  Allan McRae  <allan@archlinux.org>
7528         * po/vi.po: Update Vietnamese translation from translation project.
7530         * po/uk.po: Update Ukrainian translation from translation project.
7532         * po/fr.po: Update French translation from translation project.
7534         * po/ru.po: Update Russian translation from translation project.
7536         * po/pl.po: Update Polish translation from translation project.
7538         * po/cs.po: Update Czech translation from translation project.
7540         * po/de.po: Update German translation from translation project.
7542         * po/bg.po: Update Bulgarian translation from translation project.
7544         * po/sv.po: Update Sweedish translation from translation project.
7546         * po/nl.po: Update Dutch translation from translation project.
7548         * po/es.po: Update Spanish translation from translation project.
7550 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7552         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7554         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7555         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7556         (CPPFLAGS-iconvconfig): Likewise.
7557         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7559         * include/libc-symbols.h: Remove unnecessary check for
7560         NOT_IN_libc.
7561         * nptl/pthreadP.h: Likewise.
7562         * sysdeps/aarch64/setjmp.S: Likewise.
7563         * sysdeps/alpha/setjmp.S: Likewise.
7564         * sysdeps/arm/sysdep.h: Likewise.
7565         * sysdeps/i386/setjmp.S: Likewise.
7566         * sysdeps/m68k/setjmp.c: Likewise.
7567         * sysdeps/posix/getcwd.c: Likewise.
7568         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7569         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7570         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7571         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7572         * sysdeps/sh/sh3/setjmp.S: Likewise.
7573         * sysdeps/sh/sh4/setjmp.S: Likewise.
7574         * sysdeps/unix/alpha/sysdep.h: Likewise.
7575         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7576         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7577         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7578         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7581         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7582         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7583         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7584         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7585         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7586         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7587         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7588         * sysdeps/x86_64/setjmp.S: Likewise.
7590 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7592         [BZ #17263]
7593         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7594         <stdint.h>.
7595         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7596         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7598 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7600         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7602         [BZ #17262]
7603         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7604         and __x86_64__ when disabling x87 inline functions.
7606 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7608         [BZ #17259]
7609         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7610         asm statement with __cpuid_count.
7612 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7614         * configure.ac: Change __ehdr_start code to dereference the struct.
7615         Run readelf on the output to look for relocations.
7616         * configure: Regenerated.
7618 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7620         [BZ #17261]
7621         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7622         value to 0.
7623         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7625 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7627         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7629 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7631         [BZ #16892]
7632         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7633         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7635 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7637         * malloc/malloc.c: Fix typo in comment.
7639 2014-08-09  Allan McRae  <allan@archlinux.org>
7641         * Regenerate libc.po.
7643 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7645         * intl/tst-gettext2.sh: Check every lang file for creation.
7647 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7649         * sysdeps/aarch64/fpu/math_private.h
7650         (libc_feholdsetround_noex_aarch64_ctx): New function.
7652 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7654         * sysdeps/arm/armv6/strcpy.S (strcpy):
7655         Fix performance issue in misaligned cases.
7657 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7659         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7660         Move definition from termios.h.
7661         (struct termio): Likewise.
7662         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7663         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7664         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7665         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7666         Likewise.
7667         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7668         Move definition to ioctl-types.h
7669         (struct termio): Likewise.
7670         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7671         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7672         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7673         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7674         Likewise.
7676 2014-08-05  Richard Henderson  <rth@redhat.com>
7678         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7679         exceptions.
7680         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7681         Add fraiseexcpt.
7682         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7683         Use __feraiseexcept.
7684         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7685         Protect libm symbols with IS_IN_libm.
7687         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7689 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7691         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7693 2014-08-04  Will Newton  <will.newton@linaro.org>
7695         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7696         file.
7698 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7700         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7701         variants for each function.
7703 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7705         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7706         appended ...
7707         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7708         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7709         appended ...
7710         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7711         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7712         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7713         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7714         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7715         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7716         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7717         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7718         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7719         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7720         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7721         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7722         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7723         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7724         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7725         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7726         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7727         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7728         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7729         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7730         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7731         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7732         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7733         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7734         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7735         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7736         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7737         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7738         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7739         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7740         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7741         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7742         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7743         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7744         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7745         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7746         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7747         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7748         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7749         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7750         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7751         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7752         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7753         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7754         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7755         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7756         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7757         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7758         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7759         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7760         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7761         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7762         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7763         Update #include.
7764         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7765         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7767 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7769         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7770         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7771         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7772         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7773         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7774         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7776 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7778         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7779         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7780         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7781         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7783 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7785         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7786         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7787         (__libc_vfork): Define function under this name.
7788         (__vfork): Define as an alias.
7789         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7790         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7792 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7794         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7795         that was previously under [RESET_PID].
7796         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7798 2014-08-04  Andreas Schwab  <schwab@suse.de>
7800         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7802 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7804         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7805         (main): Likewise.
7807 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7809         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7811 2014-08-01  Richard Henderon  <rth@redhat.com>
7813         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7814         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7815         typo in exact zero test.
7816         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7817         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7818         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7820 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7822         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7823         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7824         * sysdeps/arm/sysdep.h: ... here.
7825         [!__ASSEMBLER__]: Include <stdint.h>.
7827 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7829         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7830         (HAVE_WCTYPE_H): Likewise.
7831         (HAVE_ISWCTYPE): Likewise.
7832         (ENABLE_NLS): Likewise.
7833         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7834         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7836         * posix/regex_internal.c: Check if DEBUG is defined and is
7837         set.
7839         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7840         (HAVE_MBSRTOWCS): Likewise.
7841         * posix/fnmatch.c: Include string.h unconditionally.
7843 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7845         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7846         reversal.
7848 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7850         * sysdeps/generic/safe-fatal.h: New file.
7851         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7852         * nptl/forward.c: Include it.
7853         (__pthread_unwind): Use __safe_fatal as default action, rather
7854         than a bogus use of INTERNAL_SYSCALL that could never work.
7856         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7857         * configure.ac (libc_cv_builtin_trap): New test.
7858         * configure: Regenerated.
7859         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7860         (ABORT_INSTRUCTION): Define using __builtin_trap.
7862         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7863         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7864         * sysdeps/nptl/nptl-signals.h: New file.
7865         * nptl/pthreadP.h: Include <nptl-signals.h>.
7867 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7869         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7870         (ONE_DIRECTION): Define.
7871         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7872         (ONE_DIRECTION): Define.
7873         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7874         (ONE_DIRECTION): Define.
7876 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7878         * sysdeps/s390/Makefile: Delete file.
7879         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7880         * sysdeps/s390/__longjmp.c: Delete file.
7881         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7882         Remove fields __flags and __reserved.
7883         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7884         and add versioning.
7885         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7886         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7887         * sysdeps/s390/rtld-setjmp.S: Likewise.
7888         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7889         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7890         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7891         * sysdeps/s390/s390-32/setjmp.S: ... here.
7892         Add versioning.
7893         (__sigsetjmp): Remove setting __flags field.
7894         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7895         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7896         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7897         * sysdeps/s390/s390-64/setjmp.S: ... here.
7898         Add versioning.
7899         (__sigsetjmp): Remove setting __flags field.
7900         * sysdeps/s390/setjmp.S: Delete file.
7901         * sysdeps/s390/sigjmp.c: Likewise.
7902         * sysdeps/s390/v1-longjmp.c: Likewise.
7903         * sysdeps/s390/v1-setjmp.h: Likewise.
7904         * sysdeps/s390/v1-sigjmp.c: Likewise.
7905         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7906         Remove v1-longjmp_chk.
7907         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7908         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7909         Include debug/longjmp_chk.c and add versioning.
7910         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7911         Include nptl/pt-longjmp.c and add versioning.
7912         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7913         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7914         Include __longjmp.c.
7915         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7916         Move to ...
7917         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7918         (__getcontext): Remove setting __flags field.
7919         Add versioning.
7920         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7921         Don't restore upper high grps.
7922         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7923         Likewise.
7924         (__swapcontext): Remove setting uc_flags field.
7925         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7926         Delete file.
7927         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7928         Include __longjmp.c.
7929         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7930         Move to ...
7931         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7932         (__getcontext): Remove setting __flags field.
7933         Add versioning.
7934         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7935         (__swapcontext): Remove setting uc_flags field.
7936         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7937         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7938         Remove fields uc_high_gprs and __reserved.
7939         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7940         New file with reverted content.
7941         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7942         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7943         Regenerated.
7944         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7945         Regenerated.
7947 2014-07-31  Andreas Schwab  <schwab@suse.de>
7949         * config.h.in (HAVE_IFUNC): Define to 0.
7950         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7951         definedness.
7953 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7955         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7956         memmove-avx-unaligned, memcpy-avx-unaligned and
7957         mempcpy-avx-unaligned.
7958         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7959         Add tests for AVX memcpy functions.
7960         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7961         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7962         memcpy_chk.
7963         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7964         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7965         memmove_chk.
7966         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7967         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7968         mempcpy_chk.
7969         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7970         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7971         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7973 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7975         [BZ #17213]
7976         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7977         powerpc64le.
7979 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7981         [BZ #16839]
7982         * manual/llio.texi: Add section about open file description locks.
7983         * manual/examples/ofdlocks.c: Example of open file description
7984         lock usage.
7985         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7986         F_OFD_SETLK, and F_OFD_SETLKW.
7988 2014-07-23  Allan McRae  <allan@archlinux.org>
7990         * po/es.po: Update Spanish translation from translation project.
7992 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7994         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7996 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7998         [BZ #17078]
7999         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8000         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8001         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8003 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8005         [BZ #17088]
8006         * math/fesetenv.c (__fesetenv)
8007         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8008         * math/feupdateenv.c (__feupdateenv)
8009         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8011         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8012         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8013         (__ASSUME_SOCKETCALL): Do not define.
8015         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8016         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8017         (__ASSUME_SOCKETCALL): Do not define.
8018         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8019         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8020         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8021         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8022         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8023         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8024         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8025         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8027         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8028         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8029         (__ASSUME_SOCKETCALL): Do not define.
8030         (__ASSUME_IPC64): Define unconditionally.
8031         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8032         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8033         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8034         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8035         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8036         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8037         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8038         Likewise.
8040         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8041         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8042         (__ASSUME_SOCKETCALL): Do not define.
8043         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8044         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8045         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8046         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8047         (__ASSUME_REQUEUE_PI): Define unconditionally.
8048         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8049         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8050         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8051         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8052         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8053         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8055         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8056         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8057         (__ASSUME_SOCKETCALL): Do not define.
8058         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8059         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8060         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8061         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8062         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8063         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8065         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8066         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8067         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8068         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8069         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8070         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8071         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8072         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8073         (__ASSUME_GETCPU_SYSCALL): Likewise.
8075         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8076         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8077         cases for individual architectures.
8078         * sysdeps/gnu/configure: Regenerated.
8079         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8080         LIBC_SLIBDIR_RTLDDIR.
8081         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8082         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8083         LIBC_SLIBDIR_RTLDDIR.
8084         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8086         LIBC_SLIBDIR_RTLDDIR.
8087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8088         Regenerated.
8089         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8090         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8091         file.
8092         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8093         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8094         file.
8095         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8096         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8097         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8098         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8100         * sysdeps/aarch64/shlib-versions: Move to ...
8101         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8102         * sysdeps/alpha/shlib-versions: Move to ...
8103         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8104         * sysdeps/arm/shlib-versions: Move to ...
8105         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8106         * sysdeps/hppa/shlib-versions: Move all contents except for
8107         libgcc_s entry to ...
8108         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8109         entry from ...
8110         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8111         * sysdeps/ia64/shlib-versions: Move to ...
8112         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8113         entry from ...
8114         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8115         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8116         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8117         * sysdeps/microblaze/shlib-versions: Move to ...
8118         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8119         * sysdeps/mips/shlib-versions: Move to ...
8120         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8121         entry from ...
8122         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8123         * sysdeps/tile/shlib-versions: Move to ...
8124         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8125         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8126         from ...
8127         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8128         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8129         entry from ...
8130         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8132 2014-07-17  Will Newton  <will.newton@linaro.org>
8134         * sysdeps/arm/bits/atomic.h
8135         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8136         (__arch_compare_and_exchange_bool_16_int): Likewise.
8137         (__arch_compare_and_exchange_bool_64_int): Likewise.
8139         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8140         into an #else block.
8142 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8144         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8145         just Linux configurations.  Test empirically that the compiler sets
8146         __ARM_EABI__, rather than using the tuple to decide.
8147         * sysdeps/arm/preconfigure: Regenerated.
8148         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8149         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8150         contents appended ...
8151         * sysdeps/arm/configure.ac: ... here.
8152         * sysdeps/arm/configure: Regenerated.
8154 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8156         * nptl/pthread_kill.c: New file.
8157         * nptl/pthread_sigmask.c: New file.
8158         * nptl/pthread_sigqueue.c: New file.
8160         * sysdeps/nptl/lowlevellock.h: New file.
8161         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8162         * sysdeps/nptl/lowlevellock-futex.h: New file.
8164         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8165         Remove dead declarations.
8167 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8169         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8170         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8171         config-cflags-avx2.
8172         * sysdeps/x86_64/configure.ac: Likewise.
8173         * sysdeps/i386/configure: Regenerated.
8174         * sysdeps/x86_64/configure: Likewise.
8175         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8176         memset-avx2 only if config-cflags-avx2 is yes.
8177         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8178         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8179         defined.
8180         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8181         only if HAVE_AVX2_SUPPORT is defined.
8182         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8184 2014-07-14  Alan Modra  <amodra@gmail.com>
8186         [BZ #17153]
8187         * elf/elf.h (DT_PPC64_NUM): Correct value.
8188         * NEWS: Add to fixed bug list.
8190 2014-07-13  Jim Meyering  <meyering@fb.com>
8192         [BZ 17150]
8193         regex: don't deref NULL upon heap allocation failure
8194         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8195         failure in one more place.
8196         To trigger the segfault, configure grep -with-included-regex,
8197         build it, and run these commands:
8198         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8200 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8202         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8204 2014-07-11  Richard Henderson  <rth@redhat.com>
8206         * sysdeps/aarch64/libm-test-ulps: Update.
8208 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8210         [BZ #17135]
8211         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8212         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8213         (__nptl_setxid): Initialize error member.  Call
8214         __nptl_setxid_error.
8215         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8216         * nptl/descr.h (struct xid_command): Add error member.
8217         * nptl/tst-setuid3.c: New file.
8218         * nptl/Makefile (tests): Add it.
8220 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8222         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8223         New define.
8224         (__lll_trylock): Use __lll_base_trylock.
8225         (__lll_cond_trylock): Likewise.
8227 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8229         * nptl/pthread_create.c (start_thread): Use atomic_or and
8230         lll_futex_wake directly rather than lll_robust_dead.
8231         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8232         (lll_robust_dead): Macro removed.
8233         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8234         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8235         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8236         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8237         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8238         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8239         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8240         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8241         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8242         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8243         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8244         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8245         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8246         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8247         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8249         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8250         Use atomic_compare_and_exchange_val_acq directly rather than
8251         lll_robust_trylock.
8252         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8253         (__lll_robust_trylock, lll_robust_trylock): Removed.
8254         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8255         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8256         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8257         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8258         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8259         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8260         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8261         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8262         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8263         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8264         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8265         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8266         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8267         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8269 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8271         * manual/locale.texi (Locale Names): New section documenting
8272         locale name syntax.  Adjust menu and node chaining accordingly.
8273         (Choosing Locale): Reference Locale Names, Locale Categories.
8274         Mention setting LC_ALL=C.  Reflect that name syntax is now
8275         documented.
8276         (Locale Categories): New section title.  Reference Locale Names.
8277         LC_ALL is an environment variable, but not a category.
8278         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8279         description, now in Locale Name.  Reference that section.  Locale
8280         name syntax is now documented.
8282 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8284         [BZ #17137]
8285         * locale/findlocale.c (name_present, valid_locale_name): New
8286         functions.
8287         (_nl_find_locale): Use the loc_name variable to store name
8288         candidates.  Call name_present and valid_locale_name to check and
8289         validate locale names.  Return an error if the locale is invalid.
8291 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8293         * locale/setlocale.c (setlocale): Use strdup for allocating
8294         composite name copy.
8296 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8298         Sync up with gnulib.
8299         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8300         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8301         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8302         and _GL_ARG_NONNULL.
8303         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8304         [!_LIBC]: Include code for Windows and Cygwin.
8305         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8306         Include prototype for int strerror_r.
8307         [!_LIBC] (is_open): New function.
8308         (flush_stdout): New function.
8309         (print_errno_message): Use it.
8310         (error): Likewise.
8311         (error_at_line): Likewise.
8312         (error_tail) Add function attribute macros.  Use
8313         __builtin_expect.
8315         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8317         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8319         * io/ftw.c: Include sys/param.h unconditionally.
8321         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8323         [BZ #17125]
8324         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8325         libc_freeres_ptr.
8326         (freecache): New function to free CACHE on exit.
8328         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8329         initialization.
8331 2014-07-09  David S. Miller  <davem@davemloft.net>
8333         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8335         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8336         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8337         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8338         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8339         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8340         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8341         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8342         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8343         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8344         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8345         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8346         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8347         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8349 2014-07-09  Andreas Schwab  <schwab@suse.de>
8351         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8352         output.
8353         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8354         (do_test): Likewise.
8356         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8358 2014-07-09  Will Newton  <will.newton@linaro.org>
8360         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8361         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8362         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8363         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8364         * sysdeps/hppa/start.S (_start): Likewise.
8366 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8368         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8370         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8371         defined.
8373 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8375         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8376         after checking that it is non-NULL.
8378         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8380 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8382         * sysdeps/powerpc/memmove.c: Remove file.
8383         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8384         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8385         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8386         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8387         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8388         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8389         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8390         string memmove instead of removed powerpc one.
8392         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8393         [weak_alias]: Fix compiler warning due trailing data.
8394         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8395         [weak_alias]: Likewise.
8396         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8397         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8399         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8400         (__libc_ifunc_impl_list): Add memmove functions.
8402 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8404         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8405         Remove code.
8406         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8407         Likewise
8408         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8409         Likewise
8410         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8411         Likewise
8412         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8413         Likewise
8414         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8415         Likewise
8416         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8417         Likewise
8418         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8419         Likewise
8420         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8421         Likewise
8422         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8423         Likewise
8424         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8425         Likewise
8426         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8427         Likewise
8428         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8429         Likewise
8430         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8431         Likewise
8432         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8433         Likewise
8434         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8435         Likewise
8436         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8437         Likewise
8439 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8441         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8442         to avoid alignment traps in non-cacheable memory.
8443         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8445         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8446         multiarch objects.
8447         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8448         file: multiarch power7 memmove.
8449         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8450         multiarch default memmove.
8451         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8452         multiarch memove for powerpc32/power4.
8454         * string/bcopy.c: Use full path to include memmove.c.
8455         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8456         multiarch objects.
8457         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8458         bcopy for powerpc64.
8459         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8460         bcopy for powerpc64.
8461         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8462         and memmove implementations.
8463         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8464         optimized multiarch memmove for POWER7/powerpc64.
8465         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8466         default multiarch memmove for powerpc64.
8467         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8468         multiarch for powerpc64.
8469         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8470         for POWER7/powerpc64.
8471         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8472         memmove for POWER7/powerpc64.
8474         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8475         glibc default one.
8477         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8478         __ELF_NATIVE_CLASS equal to 64.
8480 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8482         * sysdeps/nptl/lowlevellock.h: File removed.
8484         * NEWS: NPTL is no longer an add-on!
8485         * nptl/internaltypes.h: Moved ...
8486         * sysdeps/nptl/internaltypes.h: ... here.
8487         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8488         * sysdeps/nptl/fork.c: Likewise.
8489         * sysdeps/nptl/gai_misc.h: Likewise.
8490         * sysdeps/nptl/librt-cancellation.c: Likewise.
8491         * sysdeps/nptl/jmp-unwind.c: Likewise.
8492         * sysdeps/nptl/setxid.h: Likewise.
8493         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8494         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8495         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8496         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8497         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8498         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8499         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8500         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8501         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8502         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8503         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8504         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8505         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8506         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8507         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8508         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8509         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8510         * nptl/Makeconfig: Moved ...
8511         * sysdeps/nptl/Makeconfig: ... here.
8512         * nptl/configure: File removed.
8513         * nptl/ANNOUNCE: File removed.
8514         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8515         * sysdeps/unix/sysv/linux/configure: Regenerated.
8517         * nptl/Makefile (routines): Add libc_pthread_init,
8518         libc_multiple_threads, register-atfork and unregister-atfork.
8519         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8520         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8521         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8522         pthread-pi-defines.sym, structsem.sym.
8523         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8524         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8525         [$(subdir) = nptl] (tests): Add tst-setgetname.
8526         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8527         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8528         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8529         [!LIBC_SIGACTION]: Remove aliases.
8530         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8531         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8532         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8533         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8534         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8535         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8536         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8537         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8538         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8539         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8540         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8541         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8542         __libc_allocate_rtsig_private.
8543         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8544         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8545         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8546         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8547         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8548         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8549         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8550         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8551         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8552         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8553         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8554         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8555         * nptl/internaltypes.h: ... here.
8556         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8557         * sysdeps/nptl/jmp-unwind.c: ... here.
8558         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8559         * nptl/libc-lowlevellock.c: ... here.
8560         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8561         * nptl/libc_multiple_threads.c: ... here.
8562         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8563         * nptl/libc_pthread_init.c: ... here.
8564         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8565         * nptl/lowlevelbarrier.sym: ... here.
8566         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8567         * nptl/lowlevelcond.sym: ... here.
8568         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8569         * nptl/lowlevellock.c: ... here.
8570         * nptl/lowlevellock.h: Moved ...
8571         * sysdeps/nptl/lowlevellock.h: ... here.
8572         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8573         * nptl/lowlevelrobustlock.c: ... here.
8574         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8575         * nptl/lowlevelrobustlock.sym: ... here.
8576         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8577         * nptl/lowlevelrwlock.sym: ... here.
8578         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8579         * nptl/pt-fork.c: ... here.
8580         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8581         * nptl/pthread-pi-defines.sym: ... here.
8582         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8583         * nptl/pthread_attr_getaffinity.c: ... here.
8584         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8585         * nptl/pthread_attr_setaffinity.c: ... here.
8586         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8587         * nptl/pthread_mutex_cond_lock.c: ... here.
8588         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8589         Update #include.
8590         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8591         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8592         * nptl/pthread_once.c: ... here, replacing old file.
8593         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8594         * nptl/pthread_yield.c: ... here.
8595         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8596         * nptl/register-atfork.c: ... here.
8597         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8598         * nptl/sem_post.c: ... here.
8599         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8600         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8601         * nptl/sem_timedwait.c: ... here.
8602         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8603         * nptl/sem_trywait.c: ... here.
8604         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8605         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8606         * nptl/sem_wait.c: ... here.
8607         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8608         * nptl/structsem.sym: ... here.
8609         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8610         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8611         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8612         * nptl/unregister-atfork.c: ... here.
8613         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8614         * nptl/unwindbuf.sym: ... here.
8615         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8616         * sysdeps/nptl/fork.c: ... here.
8617         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8618         * sysdeps/nptl/fork.h: ... here.
8619         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8620         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8621         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8622         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8623         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8624         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8625         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8626         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8627         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8628         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8629         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8630         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8631         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8632         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8633         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8634         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8635         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8636         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8637         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8638         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8639         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8640         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8641         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8642         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8643         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8644         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8645         * sysdeps/unix/sysv/linux/raise.c: ... here.
8646         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8647         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8648         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8649         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8650         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8651         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8652         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8653         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8654         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8655         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8656         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8657         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8658         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8659         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8660         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8662 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8664         * sysdeps/generic/memcopy.h: Add comment for
8665         MEMCPY_OK_FOR_FWD_MEMMOVE.
8667 2014-07-04  Will Newton  <will.newton@linaro.org>
8669         * string/memchr.c: Merge from gnulib.
8670         [_LIBC]: Remove conditionals.
8671         (__ptr_t): Remove define.
8672         (LONG_MAX_32_BITS): Likewise.
8673         (LONG_MAX): Likewise.
8674         (MEMCHR): Use ANSI prototype and optimize algorithm.
8676         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8678 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8680         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8681         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8683         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8684         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8685         in a bare environment with no <stdlib.h> installed.
8686         * sysdeps/nptl/configure: Regenerated.
8688         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8690         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8691         AC_EGREP_CPP for kernel header checks, so they only succeed if
8692         including <linux/version.h> actually works right.
8693         * sysdeps/unix/sysv/linux/configure: Regenerated.
8695         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8696         value so it's not diagnosed as unused.
8698         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8699         thing) with "ifeq ($(subdir),rt)".
8701 2014-07-03  Richard Henderson  <rth@redhat.com>
8703         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8704         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8705         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8707         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8708         (math_force_eval): New.
8710         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8711         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8713         * sysdeps/alpha/fpu/s_round.c: Remove file.
8714         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8716         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8717         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8718         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8719         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8720         (_dl_start, print_statistics): Likewise.
8721         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8722         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8724         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8725         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8726         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8727         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8728         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8729         (HP_SMALL_TIMING_AVAIL): Define.
8730         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8731         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8732         (HP_SMALL_TIMING_AVAIL): Define.
8733         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8734         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8736         * sysdeps/aarch64/hp-timing.h: New file.
8738         * sysdeps/generic/hp-timing.h: Remove dead comment.
8739         * sysdeps/generic/hp-timing-common.h: New file.
8740         * sysdeps/alpha/hp-timing.h: Include it.
8741         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8742         * sysdeps/i386/i686/hp-timing.h: Likewise.
8743         * sysdeps/ia64/hp-timing.h: Likewise.
8744         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8745         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8746         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8747         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8748         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8749         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8750         (hp_timing_t): New.
8752         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8753         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8754         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8755         * elf/rtld.c (_dl_start_final): Likewise.
8756         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8757         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8758         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8759         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8760         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8761         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8762         (HP_TIMING_DIFF_INIT): Remove.
8763         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8764         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8765         (HP_TIMING_DIFF_INIT): Remove.
8766         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8767         * sysdeps/i386/i686/hp-timing.c: Remove file.
8768         * sysdeps/x86_64/hp-timing.c: Remove file.
8769         * sysdeps/ia64/hp-timing.c: Remove file.
8770         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8771         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8772         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8773         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8775         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8776         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8777         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8778         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8779         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8780         (HP_TIMING_ACCUM): Remove.
8781         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8782         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8783         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8785         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8786         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8787         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8788         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8789         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8790         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8791         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8792         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8794         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8796 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8798         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8800 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8802         Sync up with gettext.
8803         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8804         [_MSC_VER]: Include malloc.h
8805         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8806         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8807         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8808         TEMP_FAILURE_RETRY.  Cast return of alloca.
8809         [!_LIBC] Call gl_rwlock_init.
8810         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8812 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8814         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8815         before checking its value.
8817 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8819         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8821         * debug/memcpy_chk.c: Don't include pagecopy.h.
8822         * debug/mempcpy_chk.c: Likewise.
8823         * string/memcpy.c: Likewise.
8824         * string/memmove.c: Likewise.
8825         * sysdeps/powerpc/memmove.c: Likewise.
8826         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8827         definition of PAGE_COPY_FWD_MAYBE here...
8828         * sysdeps/generic/pagecopy.h: ... from here.
8829         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8831 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8832             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8834         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8835         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8836         optimizations.
8837         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8838         (__libc_ifunc_impl_list): Likewise.
8839         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8840         multiarch strcat for PPC64.
8841         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8842         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8844 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8846         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8848 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8850         * intl/loadmsgcat.c: Remove declaration of
8851         get_sysdep_segment_value.
8852         (get_sysdep_segment_value): Use ISO C style.
8853         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8854         semicolon.  Fix typo and formatting in comment.
8855         (_nl_unload_domain): Use ISO C style.
8857         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8859 2014-07-02  Will Newton  <will.newton@linaro.org>
8861         * malloc/obstack.c: Merge from gnulib master.
8862         [HAVE_CONFIG_H]: Remove conditional code.
8863         [!_LIBC]: Include config.h.
8864         [!ELIDE_CODE]: Don't include inttypes.h, include
8865         stdint.h unconditionally.
8866         (print_and_abort): Mark as _Noreturn.
8867         (_obstack_allocated_p): Mark as __attribute_pure__.
8868         (obstack_free): Rename to __obstack_free.
8869         [!__attribute__]: Remove conditional code.
8870         * malloc/obstack.h: Merge from gnulib master.
8871         [__cplusplus]: Move conditional down.
8872         [!__attribute_pure__]: Define __attribute_pure__ here
8873         if it is not already defined.
8874         (_obstack_memory_used): Mark as __attribute_pure__.
8875         [!__obstack_free]: Define as obstack_free.
8876         [__GNUC__]: Remove check for ancient NeXT gcc.
8878 2014-07-02  Will Newton  <will.newton@linaro.org>
8879             Paul Eggert  <eggert@cs.ucla.edu>
8881         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8883 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8885         * resolv/gethnamaddr.c: Add comment warning that the file is
8886         not maintained.
8888 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8890         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8891         entries.
8893         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8894         entry for aio_cancel and aio_cancel64.
8895         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8896         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8897         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8898         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8899         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8900         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8901         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8902         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8903         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8904         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8905         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8906         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8907         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8909 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8911         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8912         * nptl/pthread_mutex_lock.c: Likewise.
8913         * nptl/pthread_mutex_timedlock.c: Likewise.
8914         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8916 2014-07-01  Richard henderson  <rth@redhat.com>
8918         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8919         (__isnan, __isnanl): Remove.
8920         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8922         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8924 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8926         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8928 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8930         * resolv/nss_dns/dns-host.c (getanswer_r)
8931         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8933 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8935         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8936         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8937         undefine.
8938         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8939         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8941 2014-07-01  Roland McGrath <roland@hack.frob.com>
8943         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8944         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8946         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8947         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8949         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8950         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8951         ... here.
8952         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8953         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8955         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8956         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8957         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8958         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8960         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8961         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8962         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8963         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8964         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8965         Moved ...
8966         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8967         ... here.
8968         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8969         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8970         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8971         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8972         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8973         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8974         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8975         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8976         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8977         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8978         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8979         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8980         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8981         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8982         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8983         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8984         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8985         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8986         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8987         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8988         ... here.
8989         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8990         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8991         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8992         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8993         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8994         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8995         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8996         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8998 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9000         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9001         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9002         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9003         Add sysdep.
9005 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9007         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9009 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9011         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9012         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9014         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9016         * sysdeps/arm/libm-test-ulps: Regenerated.
9018 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9019             Roland McGrath <roland@hack.frob.com>
9021         * test-skeleton.c (signal_handler): Kill the whole process group
9022         before killing the child individually.
9023         (main): Report any failure on `setpgid'.
9025 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9027         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9028         from _TLS_H to _ARM_NPTL_TLS_H.
9029         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9030         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9032 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9034         [BZ #16539]
9035         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9036         (__expm1l): Return argument unchanged when small but not
9037         subnormal.
9039         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9040         include macro name.
9041         (_FP_UNPACK_RAW_1_P): Likewise.
9042         (_FP_PACK_RAW_1): Likewise.
9043         (_FP_PACK_RAW_1_P): Likewise.
9044         (_FP_MUL_MEAT_1_wide): Likewise.
9045         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9046         (_FP_MUL_MEAT_1_hard): Likewise.
9047         (_FP_DIV_MEAT_1_imm): Likewise.
9048         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9049         (_FP_DIV_MEAT_1_udiv): Likewise.
9050         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9051         (_FP_UNPACK_RAW_2): Likewise.
9052         (_FP_UNPACK_RAW_2_P): Likewise.
9053         (_FP_PACK_RAW_2): Likewise.
9054         (_FP_PACK_RAW_2_P): Likewise.
9055         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9056         (_FP_MUL_MEAT_2_wide): Likewise.
9057         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9058         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9059         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9060         (_FP_MUL_MEAT_2_gmp): Likewise.
9061         (_FP_DIV_MEAT_2_udiv): Likewise.
9062         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9063         (_FP_FRAC_SRL_4): Likewise.
9064         (_FP_FRAC_SRST_4): Likewise.
9065         (_FP_FRAC_SRS_4): Likewise.
9066         (_FP_UNPACK_RAW_4): Likewise.
9067         (_FP_UNPACK_RAW_4_P): Likewise.
9068         (_FP_PACK_RAW_4): Likewise.
9069         (_FP_PACK_RAW_4_P): Likewise.
9070         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9071         (_FP_MUL_MEAT_4_wide): Likewise.
9072         (_FP_MUL_MEAT_4_gmp): Likewise.
9073         (umul_ppppmnnn): Likewise.
9074         (_FP_DIV_MEAT_4_udiv): Likewise.
9075         (__FP_FRAC_ADD_4): Likewise.
9076         (__FP_FRAC_SUB_3): Likewise.
9077         (__FP_FRAC_SUB_4): Likewise.
9078         (__FP_FRAC_DEC_3): Likewise.
9079         (__FP_FRAC_DEC_4): Likewise.
9080         (__FP_FRAC_ADDI_4): Likewise.
9081         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9082         (_FP_FRAC_SRL_8): Likewise.
9083         (_FP_FRAC_SRS_8): Likewise.
9085         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9086         include macro name.
9087         (FP_UNPACK_RAW_EP): Likewise.
9088         (FP_PACK_RAW_E): Likewise.
9089         (FP_PACK_RAW_EP): Likewise.
9090         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9091         (_FP_ISSIGNAN): Likewise.
9092         (_FP_ADD_INTERNAL): Likewise.
9093         (_FP_FMA): Likewise.
9094         (_FP_CMP): Likewise.
9095         (_FP_SQRT): Likewise.
9096         (_FP_TO_INT): Likewise.
9097         (_FP_FROM_INT): Likewise.
9098         (FP_EXTEND): Likewise.
9099         (_FP_DIV_MEAT_N_loop): Likewise.
9101 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9103         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9104         throughout.
9106 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9108         [BZ #17097]
9109         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9110         result with correct sign in case of exponents that produce
9111         overflow except for X very close to 1.
9113 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9115         mktime: merge #if/#ifdef usage from glibc
9116         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9117         as that works with both Glibc's and Gnulib's style.
9118         See thread starting at Siddhesh Poyarekar's bug report at:
9119         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9121 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9123         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9124         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9125         * sysdeps/tile/tilegx/memmove.c: Remove file.
9127 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9129         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9130         abi-name definition.
9131         * scripts/soversions.awk: Do not handle or generate ABI lines.
9132         * shlib-versions: Remove ABI entries.
9133         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9134         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9136 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9138         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9139         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9140         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9141         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9142         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9143         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9144         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9145         Moved ...
9146         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9147         ... here.
9148         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9149         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9150         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9151         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9152         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9153         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9154         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9155         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9156         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9157         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9158         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9159         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9160         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9161         Moved ...
9162         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9163         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9164         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9165         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9166         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9167         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9168         Moved ...
9169         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9170         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9171         Moved ...
9172         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9173         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9174         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9175         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9176         Moved ...
9177         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9178         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9179         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9180         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9181         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9182         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9183         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9184         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9185         Moved ...
9186         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9187         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9188         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9189         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9190         Moved ...
9191         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9192         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9193         Moved ...
9194         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9195         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9196         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9197         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9198         Moved ...
9199         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9200         ... here.
9201         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9202         Identical file removed.
9203         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9204         Moved ...
9205         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9207         Identical file removed.
9208         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9209         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9210         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9211         Moved ...
9212         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9213         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9214         Identical file removed.
9215         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9216         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9217         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9218         Identical file removed.
9219         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9220         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9221         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9222         Identical file removed.
9223         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9224         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9226         Identical file removed.
9227         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9228         Moved ...
9229         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9230         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9231         Identical file removed.
9232         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9233         Moved ...
9234         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9235         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9236         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9237         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9238         Identical file removed.
9239         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9240         Moved ...
9241         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9242         ... here.
9243         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9244         Identical file removed.
9245         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9246         Moved ...
9247         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9248         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9249         Identical file removed.
9250         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9251         Moved ...
9252         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9253         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9254         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9255         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9256         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9257         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9258         Moved ...
9259         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9260         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9261         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9263         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9264         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9265         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9266         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9267         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9269 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9271         [BZ #17092]
9272         * nscd/nscd.c (monitor_child): Return exit status of child
9273         instead of return value from wait syscall.
9275 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9277         * configure.ac (libc_commonpagesize): Remove variable.
9278         (libc_relro_required): Likewise.
9279         (libc_cv_z_relro): Remove configure test.
9280         * configure: Regenerated.
9281         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9282         variable.
9283         (libc_relro_required): Likewise.
9284         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9285         (libc_relro_required): Likewise.
9286         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9287         (libc_relro_required): Likewise.
9288         * sysdeps/arm/preconfigure: Regenerated.
9289         * sysdeps/ia64/preconfigure: Remove file.
9290         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9291         variable.
9292         (libc_relro_required): Likewise.
9294         [BZ #16561]
9295         [BZ #16562]
9296         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9297         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9298         recompute overflowing results in original rounding mode.
9299         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9300         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9301         recompute overflowing results in original rounding mode.
9302         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9303         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9304         recompute overflowing results in original rounding mode.
9305         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9306         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9307         recompute overflowing results in original rounding mode.
9308         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9309         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9310         recompute overflowing results in original rounding mode.
9311         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9312         (libc_feholdsetround_ctx): New macro.
9313         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9314         * sysdeps/i386/fpu/libm-test-ulps: Update.
9315         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9317 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9319         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9320         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9321         corresponding .cpsetup call.
9323 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9325         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9326         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9327         * sysdeps/arm/Makefile [$(subdir) = csu]
9328         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9329         (static-only-routines): Add aeabi_read_tp here.
9330         (shared-only-routines): Add libc-aeabi_read_tp here.
9331         (CFLAGS-libc-start.c): Add -fexceptions here.
9332         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9333         (sysdep_routines, static-only-routines, shared-only-routines):
9334         Don't add to these here.
9335         (CFLAGS-libc-start.c): Likewise.
9337         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9338         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9339         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9340         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9341         * sysdeps/arm/Makefile [$(subdir) = rt]
9342         (librt-sysdep_routines, librt-shared-only-routines):
9343         Append rt-aeabi_unwind_cpp_pr1 here.
9344         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9345         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9346         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9347         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9348         Append nptl-aeabi_unwind_cpp_pr1 here.
9349         (tests): Filter out tst-cleanupx4 here.
9350         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9351         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9352         Don't do those here.
9354 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9356         * scripts/list-sources.sh: Do not handle ports specially.
9358 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9360         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9361         * sysdeps/arm/feupdateenv.c: Likewise.
9363         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9365 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9367         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9368         trailing whitespace removed.
9369         * scripts/config.guess: Update to version 2014-03-23.
9370         * scripts/config.sub: Update to version 2014-05-01
9371         * scripts/install-sh: Update to version 2013-12-25.23.
9372         * scripts/move-if-change: Update from gnulib.
9374 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9376         * debug/memmove_chk.c: Remove pagecopy.h include.
9378 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9380         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9381         identical to gnulib mktime.
9383 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9385         * configure.ac: Do not test for machine being rs6000.  Do not test
9386         for powerpc*-*soft.
9387         * configure: Regenerated.
9389         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9390         test.
9391         * configure: Regenerated.
9392         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9393         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9394         Remove configure test.
9395         * sysdeps/arm/configure: Regenerated.
9396         * sysdeps/nptl/configure.ac: Do not check
9397         libc_cv_asm_cfi_directives.
9398         * sysdeps/nptl/configure: Regenerated.
9399         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9400         * sysdeps/x86_64/nptl/configure: Remove generated file.
9401         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9402         unconditional.
9403         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9405 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9407         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9408         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9409         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9410         it is defined.
9412         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9413         instead of whether it is defined.
9414         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9415         * sysdeps/hppa/dl-machine.h: Likewise.
9416         * sysdeps/ia64/dl-machine.h: Likewise.
9417         * sysdeps/m68k/dl-machine.h: Likewise.
9418         * sysdeps/microblaze/dl-machine.h: Likewise.
9419         * sysdeps/mips/dl-machine.: Likewise.
9420         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9421         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9422         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9423         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9424         * sysdeps/sh/dl-machine.h: Likewise.
9425         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9426         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9427         * sysdeps/tile/dl-machine.h: Likewise.
9428         * sysdeps/x86_64/dl-machine.h: Likewise.
9430         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9431         code.
9432         (verify_persistent_db): Likewise.
9434 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9436         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9437         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9438         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9439         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9441         Moved ...
9442         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9443         ... here.
9444         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9445         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9446         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9447         Identical file removed.
9448         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9449         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9450         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9451         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9452         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9453         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9454         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9455         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9456         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9457         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9458         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9459         Moved ...
9460         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9461         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9462         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9463         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9464         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9465         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9466         Moved ...
9467         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9468         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9469         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9470         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9471         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9472         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9473         Identical file removed.
9474         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9475         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9476         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9477         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9478         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9479         Moved ...
9480         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9481         ... here.
9482         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9483         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9485         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9487         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9489         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9490         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9491         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9492         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9493         Moved ...
9494         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9495         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9496         Moved ...
9497         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9498         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9499         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9500         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9501         Moved ...
9502         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9503         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9504         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9506         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9507         folded into ...
9508         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9509         * sysdeps/unix/sysv/linux/s390/Versions
9510         (libpthread: GLIBC_2.19): New version set.
9511         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9512         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9513         (librt: GLIBC_2.3.3): New version set.
9514         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9515         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9516         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9517         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9518         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9519         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9520         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9521         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9522         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9523         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9524         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9525         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9526         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9527         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9528         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9529         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9530         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9531         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9532         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9533         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9534         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9535         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9536         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9537         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9538         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9539         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9540         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9541         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9542         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9543         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9544         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9545         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9546         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9547         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9548         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9549         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9550         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9551         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9552         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9553         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9554         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9555         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9556         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9557         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9558         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9560         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9561         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9562         (__libc_vfork): Define the function under this name.
9563         [!NOT_IN_libc] (__vfork): Make this an alias.
9564         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9565         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9566         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9567         (__libc_vfork): Define the function under this name.
9568         [!NOT_IN_libc] (__vfork): Make this an alias.
9569         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9570         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9571         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9572         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9573         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9574         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9576         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9577         code that was previously under [RESET_PID].
9578         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9579         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9580         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9582         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9583         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9584         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9585         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9586         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9587         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9588         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9589         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9590         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9591         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9593         Moved ...
9594         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9595         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9596         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9597         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9598         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9599         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9600         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9601         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9602         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9603         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9604         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9605         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9606         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9607         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9608         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9609         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9610         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9611         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9612         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9613         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9614         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9615         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9616         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9617         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9618         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9619         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9620         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9621         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9622         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9624 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9626         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9627         that was previously under [RESET_PID].
9628         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9630 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9632         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9633         not undefine and redefine.
9634         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9635         [O_CLOEXEC]: Make code unconditional.
9636         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9637         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9638         <kernel-features.h>.
9639         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9640         conditional variable definition.
9641         (shm_open) [O_CLOEXEC]: Make code unconditional.
9642         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9643         code.
9645         * configure.ac (USE_REGPARMS): Don't define here.
9646         * configure: Regenerated.
9647         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9648         * sysdeps/i386/configure: Regenerated.
9650         * nptl/createthread.c: Don't include kernel-features.h.
9651         * nptl/pthread_cancel.c: Likewise.
9652         * nptl/pthread_condattr_setclock.c: Likewise.
9653         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9654         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9655         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9656         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9657         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9658         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9659         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9660         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9661         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9662         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9663         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9664         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9665         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9666         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9667         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9668         * nscd/gai.c: Likewise.
9669         * nss/nss_db/db-open.c: Likewise.
9670         * sysdeps/generic/ldsodefs.h: Likewise.
9671         * sysdeps/sh/nptl/tls.h: Likewise.
9672         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9673         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9674         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9675         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9676         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9677         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9678         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9679         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9680         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9681         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9682         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9683         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9684         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9685         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9686         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9687         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9688         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9689         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9690         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9691         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9692         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9693         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9694         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9695         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9696         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9697         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9698         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9699         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9700         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9701         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9702         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9703         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9704         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9705         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9706         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9707         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9708         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9709         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9710         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9711         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9712         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9713         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9714         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9715         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9716         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9717         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9718         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9719         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9720         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9721         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9722         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9723         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9724         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9725         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9726         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9727         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9728         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9729         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9752         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9753         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9754         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9755         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9756         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9757         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9758         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9759         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9760         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9761         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9762         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9763         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9764         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9765         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9766         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9767         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9768         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9769         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9770         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9771         * sysdeps/unix/sysv/linux/system.c: Likewise.
9772         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9773         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9774         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9775         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9776         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9777         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9778         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9780         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9781         * configure: Regenerated.
9782         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9784         * configure.ac (base_machine): Do not set specially for particular
9785         machines here.
9786         * configure: Regenerated.
9787         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9788         settings from configure.ac.
9789         * sysdeps/i386/preconfigure: New file.
9790         * sysdeps/s390/preconfigure: Likewise.
9791         * sysdeps/sh/preconfigure: Likewise.
9792         * sysdeps/sparc/preconfigure: Likewise.
9794 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9796         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9797         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9798         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9799         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9800         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9801         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9802         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9803         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9804         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9805         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9806         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9807         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9808         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9809         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9810         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9811         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9812         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9813         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9814         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9816         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9817         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9818         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9819         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9820         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9821         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9822         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9823         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9824         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9825         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9826         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9827         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9828         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9829         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9830         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9831         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9832         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9833         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9834         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9835         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9836         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9837         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9838         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9839         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9840         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9841         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9842         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9843         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9844         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9845         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9846         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9847         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9848         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9849         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9850         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9851         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9852         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9853         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9855         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9856         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9857         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9858         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9859         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9860         Moved ...
9861         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9862         ... here.
9863         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9864         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9865         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9866         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9867         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9868         Moved ...
9869         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9870         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9871         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9872         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9873         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9874         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9875         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9876         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9877         Moved ...
9878         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9879         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9880         Moved ...
9881         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9882         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9883         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9884         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9885         Moved ...
9886         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9887         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9888         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9889         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9890         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9891         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9892         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9894         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9895         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9896         Moved ...
9897         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9898         ... here.
9899         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9900         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9901         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9902         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9903         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9904         Moved ...
9905         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9906         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9907         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9908         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9909         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9910         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9911         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9912         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9913         Moved ...
9914         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9915         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9916         Moved ...
9917         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9918         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9919         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9920         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9921         Moved ...
9922         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9923         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9924         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9925         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9926         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9928 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9930         * timezone/checktab.awk: Update from tzcode 2014e.
9931         * timezone/private.h: Likewise.
9932         * timezone/tzfile.h: Likewise.
9933         * timezone/zdump.c: Likewise.
9934         * timezone/zic.c: Likewise.
9936         * sysdeps/unix/sysv/linux/kernel-features.h
9937         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9938         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9939         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9940         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9941         Remove conditional code.
9943 2014-06-25  Will Newton  <will.newton@linaro.org>
9945         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9946         (_dl_arm_cap_flags): Add HWCAP2 values.
9947         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9948         (_DL_HWCAP_COUNT): Increase to 37.
9949         (_DL_HWCAP_LAST): New define.
9950         (_DL_HWCAP2_LAST): New define.
9951         (_dl_procinfo): Add support for printing
9952         AT_HWCAP2 entries.
9953         (_dl_string_hwcap): Use _dl_hwcap_string.
9955 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9957         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9959 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9961         * README: Do not mention ports directory.
9963         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9964         Remove macro.
9965         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9966         <kernel-features.h>.
9967         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9968         conditional variable definition.
9969         (__futimes): Update comment.
9970         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9971         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9973         [BZ #16560]
9974         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9975         arguments close to 0.
9976         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9977         Likewise.
9978         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9979         Likewise.
9980         * math/auto-libm-test-in: Add more tests of exp10.
9981         * math/auto-libm-test-out: Regenerated.
9982         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9984         * sysdeps/unix/sysv/linux/kernel-features.h
9985         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9986         * sysdeps/unix/sysv/linux/readv.c: Do not include
9987         <kernel-features.h>.
9988         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9989         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9990         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9991         unconditional.
9992         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9993         conditional code.
9994         * sysdeps/unix/sysv/linux/writev.c: Do not include
9995         <kernel-features.h>.
9996         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9997         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9998         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9999         unconditional.
10000         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10001         conditional code.
10003 2014-06-25  Will Newton  <will.newton@linaro.org>
10005         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10006         comment changes throughout the file.  Remove checks
10007         for HAVE_*_H definitions that are not required.
10008         (__gen_tempname): Call abort if an unknown kind value is
10009         passed.
10011 2014-06-25  Andreas Schwab  <schwab@suse.de>
10013         [BZ #17086]
10014         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10015         scalbln, scalblnf, scalblnl in libc.
10017 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10019         [BZ #17086]
10020         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10021         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10022         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10024 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10026         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10027         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10028         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10029         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10030         Update #include.
10031         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10032         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10033         Update #include.
10034         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10035         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10036         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10037         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10038         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10039         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10040         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10041         * sysdeps/x86/bits/semaphore.h: ... here.
10042         * sysdeps/x86/nptl/elide.h: Moved ...
10043         * sysdeps/x86/elide.h: ... here.
10044         * sysdeps/x86_64/nptl/Implies: File removed.
10045         * sysdeps/i386/nptl/Implies: File removed.
10047 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10049         [BZ #16539]
10050         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10051         return the argument for normal arguments with exponent below -64.
10052         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10053         Likewise.
10054         * math/auto-libm-test-in: Add another test of expm1.
10055         * math/auto-libm-test-out: Regenerated.
10057         [BZ #16287]
10058         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10059         calling __erfcl for arguments at least 16.
10060         * math/auto-libm-test-in: Add more tests of erf.
10061         * math/auto-libm-test-out: Regenerated.
10063         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10064         individual architectures.
10065         * sysdeps/unix/sysv/linux/configure: Regenerated.
10066         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10067         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10068         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10069         (ldd_rewrite_script): Define variable.
10070         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10072         file.
10073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10074         generated file.
10075         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10076         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10077         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10078         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10079         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10080         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10081         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10082         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10084 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10086         [BZ #17084]
10087         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10088         Rename member __data.d to __data.__elision_data.
10090 2014-06-24  Wilco  <wdijkstr@arm.com>
10092         * NEWS: Add 16918 to fixed bug list.
10094 2014-06-24  Wilco  <wdijkstr@arm.com>
10096         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10098 2014-06-24  Wilco  <wdijkstr@arm.com>
10100         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10101         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10102         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10103         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10104         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10105         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10106         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10107         Use _FPU_MASK_RM.
10109 2014-06-24  Wilco  <wdijkstr@arm.com>
10111         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10113 2014-06-24  Wilco  <wdijkstr@arm.com>
10115         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10116         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10117         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10118         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10120 2014-06-24  Wilco  <wdijkstr@arm.com>
10122         [BZ #16918]
10123         * sysdeps/arm/feupdateenv.c (feupdateenv):
10124         Rewrite to reduce FPSCR accesses and fix return value.
10126 2014-06-24  Wilco  <wdijkstr@arm.com>
10128         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10129         Optimize to avoid unnecessary FPSCR writes.
10130         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10131         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10132         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10133         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10135 2014-06-24  Wilco  <wdijkstr@arm.com>
10137         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10138         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10139         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10140         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10141         Call libc_fetestexcept_vfp.
10142         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10143         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10144         __SOFTFP__ ifdef so that they can be built for softfp.
10146 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10148         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10149         argument type signed char.
10151         * Makerules (check-abi): Dump diff of symlist if the test
10152         fails.
10154 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10156         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10157         using abort.
10159         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10160         Remove unused variable ST.
10162 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10164         [BZ #16354]
10165         [BZ #17061]
10166         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10167         small arguments before calling __expm1.
10168         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10169         small arguments before calling __expm1f.
10170         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10171         small arguments before calling __expm1l.
10172         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10173         Likewise.
10174         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10175         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10176         spurious underflow for some cosh tests.
10177         * math/auto-libm-test-out: Regenerated.
10178         * sysdeps/i386/fpu/libm-test-ulps: Update.
10180         [BZ #17050]
10181         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10182         (__ieee754_y1): Set errno if return value overflows.
10183         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10184         (__ieee754_y1f): Set errno if return value overflows.
10185         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10186         (__ieee754_y1l): Set errno if return value overflows.
10187         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10188         (__ieee754_y1l): Set errno if return value overflows.
10189         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10190         * math/auto-libm-test-out: Regenerated.
10192         * math/gen-auto-libm-tests.c: Document use of
10193         ignore-zero-inf-sign.
10194         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10195         (input_flags): Add ignore-zero-inf-sign.
10196         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10197         * math/gen-libm-test.pl (generate_testfile): Handle
10198         ignore-zero-inf-sign.
10199         * math/auto-libm-test-in: Mark some cpow tests with
10200         ignore-zero-inf-sign and some with xfail-rounding.
10201         * math/auto-libm-test-out: Regenerated.
10202         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10203         * sysdeps/i386/fpu/libm-test-ulps: Update.
10204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10206         [BZ #16315]
10207         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10208         overflowing or underflowing operations take place with sign of
10209         result.
10210         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10211         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10212         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10213         (__ieee754_pow): Recompute overflowing and underflowing results in
10214         original rounding mode.
10215         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10216         (__powl_helper): Allow negative argument X and scale negated value
10217         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10218         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10219         overflowing or underflowing operations take place with sign of
10220         result.
10221         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10222         Include <math.h>.
10223         * math/auto-libm-test-in: Add more tests of pow.
10224         * math/auto-libm-test-out: Regenerated.
10225         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10226         (pow_tonearest_test_data): Remove.
10227         (pow_test_tonearest): Likewise.
10228         (pow_towardzero_test_data): Likewise.
10229         (pow_test_towardzero): Likewise.
10230         (pow_downward_test_data): Likewise.
10231         (pow_test_downward): Likewise.
10232         (pow_upward_test_data): Likewise.
10233         (pow_test_upward): Likewise.
10234         (main): Don't call removed functions.
10235         * sysdeps/i386/fpu/libm-test-ulps: Update.
10236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10238 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10241         Moved ...
10242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10244         Moved ...
10245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10247         Moved ...
10248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10250         Moved ...
10251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10253         File removed.
10254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10255         File removed.
10256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10257         File removed.
10258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10259         File removed.
10260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10261         File removed.
10262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10263         File removed.
10264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10265         File removed.
10266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10267         File removed.
10268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10269         File removed.
10270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10271         File removed.
10272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10273         File removed.
10274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10275         File removed.
10276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10277         Moved ...
10278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10280         Moved ...
10281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10282         ... here.
10283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10284         Moved ...
10285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10287         Moved ...
10288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10290         Moved ...
10291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10293         Moved ...
10294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10296         Moved ...
10297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10299         Moved ...
10300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10302         Moved ...
10303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10306         ... here.
10307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10308         Moved ...
10309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10311         Moved ...
10312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10313         ... here.
10314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10315         Moved ...
10316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10317         ... here.
10318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10319         Moved ...
10320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10321         ... here.
10322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10323         Moved ...
10324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10326         Moved ...
10327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10331         Moved ...
10332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10333         ... here.
10334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10335         Moved ...
10336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10337         ... here.
10338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10339         Moved ...
10340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10342         Moved ...
10343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10345         Moved ...
10346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10348         Moved ...
10349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10351         Moved ...
10352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10353         ... here.
10354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10355         Moved ...
10356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10358         Moved ...
10359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10361         Moved ...
10362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10364         Moved ...
10365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10369         Moved ...
10370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10372         Moved ...
10373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10375         Moved ...
10376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10377         ... here.
10378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10379         Moved ...
10380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10381         ... here.
10382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10383         Moved ...
10384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10385         ... here.
10386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10387         Moved ...
10388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10390         Moved ...
10391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10393         Moved ...
10394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10396         Moved ...
10397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10398         ... here.
10399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10400         Moved ...
10401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10402         ... here.
10403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10404         Moved ...
10405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10406         ... here.
10407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10408         Moved ...
10409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10411         Moved ...
10412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10414 2014-06-23  Will Newton  <will.newton@linaro.org>
10415             Wilco  <wdijkstr@arm.com>
10417         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10418         implementation.  Include get-rounding-mode.h.
10419         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10420         [!libc_feholdsetround_noex_ctx]: Define
10421         libc_feholdsetround_noex_ctx.
10422         [!libc_feholdsetround_noexf_ctx]: Define
10423         libc_feholdsetround_noexf_ctx.
10424         [!libc_feholdsetround_noexl_ctx]: Define
10425         libc_feholdsetround_noexl_ctx.
10426         (libc_feholdsetround_ctx): New function.
10427         (libc_feresetround_ctx): New function.
10428         (libc_feholdsetround_noex_ctx): New function.
10429         (libc_feresetround_noex_ctx): New function.
10431 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10433         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10434         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10435         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10436         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10437         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10438         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10440         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10441         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10442         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10443         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10444         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10445         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10446         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10447         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10448         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10449         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10450         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10451         Moved ...
10452         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10453         ... here.
10454         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10455         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10456         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10457         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10458         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10459         Moved ...
10460         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10461         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10462         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10463         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10464         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10465         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10466         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10467         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10468         Moved ...
10469         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10470         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10471         Moved ...
10472         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10473         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10474         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10475         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10476         Moved ...
10477         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10478         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10479         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10480         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10481         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10482         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10483         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10484         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10485         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10487         Moved ...
10488         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10489         ... here.
10490         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10491         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10492         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10497         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10498         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10499         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10500         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10501         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10503         Moved ...
10504         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10505         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10506         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10507         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10508         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10509         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10510         Moved ...
10511         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10512         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10513         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10514         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10515         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10517         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10518         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10519         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10520         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10521         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10522         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10523         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10524         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10525         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10526         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10527         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10528         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10529         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10530         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10531         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10532         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10533         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10534         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10535         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10536         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10538         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10539         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10540         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10541         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10542         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10543         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10544         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10546 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10548         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10549         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10550         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10551         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10552         (IPV6_PMTUDISC_INTERFACE): Likewise.
10553         (IPV6_PMTUDISC_OMIT): Likewise.
10555 2014-06-23  Andreas Schwab  <schwab@suse.de>
10557         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10558         Remove unused errout label.
10560 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10562         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10563         macro: hardware supports Vector Crypto instructions.
10565 2014-06-23  Will Newton  <will.newton@linaro.org>
10567         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10568         rather than __builtin_expect.
10570         * elf/dl-lookup.c (undefined_msg): Remove variable.
10571         (_dl_lookup_symbol_x): Replace undefined_msg with string
10572         literal.
10574         * elf/dl-lookup.c (do_lookup_unique): New function.
10575         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10576         to a separate function.
10578 2014-06-23  Andreas Schwab  <schwab@suse.de>
10580         [BZ #17079]
10581         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10582         before reading the next line.
10584 2014-06-23  Will Newton  <will.newton@linaro.org>
10586         * test-skeleton.c (signal_handler): Use printf and %m
10587         rather than perror.  Use printf rather than fprintf to
10588         stderr.  Use puts rather than fputs to stderr.
10589         (main): Likewise.
10591 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10593         * nscd/nscd.c (thread_info_t): Remove typedef.
10594         (thread_info): Remove variable.
10596 2014-06-21  Allan McRae  <allan@archlinux.org>
10598         * NEWS: Mention CVE-2014-4043.
10600 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10602         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10603         * nptl/smp.h: ... here.
10605         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10607         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10608         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10609         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10610         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10612         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10613         * nptl/stack-aliasing.h: New file.
10614         * sysdeps/i386/i686/stack-aliasing.h: New file.
10615         * sysdeps/i386/i686/nptl/Makefile: File removed.
10616         * sysdeps/x86_64/stack-aliasing.h: New file.
10617         * sysdeps/x86_64/nptl/Makefile
10618         (CFLAGS-pthread_create.c): Variable removed.
10620         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10621         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10622         old file.
10623         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10624         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10625         old file.
10627 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10629         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10630         (__ASSUME_SIGFRAME_V2): Remove macro.
10631         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10632         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10633         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10634         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10635         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10636         Declare as function.  Remove conditional macro definitions.
10637         (__default_rt_sa_restorer): Likewise.
10638         (__default_sa_restorer_v1): Remove declaration.
10639         (__default_sa_restorer_v2): Likewise.
10640         (__default_rt_sa_restorer_v1): Likewise.
10641         (__default_rt_sa_restorer_v2): Likewise.
10642         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10643         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10644         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10646 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10648         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10649         (libpthread-routines): Add sysdep.
10650         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10651         * sysdeps/unix/sysv/linux/sparc/Versions
10652         (libpthread: GLIBC_2.3.3): New version set.
10653         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10654         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10655         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10656         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10657         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10658         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10659         Moved ...
10660         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10661         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10662         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10663         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10664         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10665         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10666         * sysdeps/sparc/nptl/sem_init.c: ... here.
10667         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10668         * sysdeps/sparc/nptl/sem_post.c: ... here.
10669         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10670         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10671         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10672         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10673         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10674         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10675         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10676         (libpthread-routines): Add cpu_relax.
10677         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10678         File removed.
10679         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10680         (librt: GLIBC_2.3.3): New version set.
10681         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10682         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10683         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10684         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10685         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10686         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10687         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10688         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10689         Moved ...
10690         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10691         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10692         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10693         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10694         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10695         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10696         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10697         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10698         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10699         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10700         Moved ...
10701         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10702         Update #include.
10703         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10704         Moved ...
10705         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10706         Update #include.
10707         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10708         Moved ...
10709         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10710         Update #include.
10711         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10712         Moved ...
10713         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10714         Update #include.
10715         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10716         Moved ...
10717         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10718         Update #include.
10719         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10720         Moved ...
10721         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10722         Update #include.
10723         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10724         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10725         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10726         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10727         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10728         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10729         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10730         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10731         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10732         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10733         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10734         Moved ...
10735         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10736         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10737         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10738         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10739         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10741 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10743         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10744         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10745         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10746         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10747         * nscd/nscd.c: Likewise.
10748         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10749         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10750         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10751         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10753         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10754         <kernel-features.h>.
10755         (init_mq_netlink): Remove conditional have_sock_cloexec
10756         definitions.  Remove code conditional on have_sock_cloexec < 0.
10757         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10758         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10759         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10760         <kernel-features.h>.
10761         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10762         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10764 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10766         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10767         Add tests for memset_chk and memset.
10769         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10770         with AVX2_Usable.
10772 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10774         [BZ #16046]
10775         * elf/tst-dl-iter-static.c: New file.
10776         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10778         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10779         error.
10781 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10783         * sysdeps/unix/sysv/linux/kernel-features.h
10784         (__ASSUME_F_GETOWN_EX): Remove macro.
10785         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10786         <kernel-features.h>.
10787         (miss_F_GETOWN_EX): Remove variable or macro.
10788         (do_fcntl): Do not check miss_F_GETOWN_EX.
10789         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10791         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10792         Remove macro.
10793         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10794         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10795         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10797         * sysdeps/unix/sysv/linux/kernel-features.h
10798         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10799         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10800         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10801         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10803 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10805         [BZ #17075]
10806         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10807         Fix calculation of the symbol's value.
10808         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10809         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10810         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10811         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10812         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10813         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10814         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10815         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10816         (modules-names): Add `tst-armtlsdescmod',
10817         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10818         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10819         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10820         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10821         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10822         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10823         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10824         ($(objpfx)tst-armtlsdescloc): New dependency.
10825         ($(objpfx)tst-armtlsdescextnow): Likewise.
10826         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10827         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10828         TLS scheme support.
10829         * sysdeps/arm/configure: Regenerate.
10831 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10833         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10834         (__atfct_seterrno_2): Likewise.
10835         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10836         <kernel-features.h>.
10837         (__ASSUME_ATFCTS): Do not undefine and redefine.
10838         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10839         (__have_atfcts): Remove conditional definition.
10840         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10841         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10842         unreachable if [__ASSUME_ATFCTS].
10843         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10844         not undefine and redefine.
10845         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10846         <kernel-features.h>.
10847         (faccessat) [__NR_faccessat]: Make code unconditional.
10848         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10849         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10850         <kernel-features.h>.
10851         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10852         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10853         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10854         <kernel-features.h>.
10855         (fchownat) [__NR_fchownat]: Make code unconditional.
10856         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10857         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10858         <kernel-features.h>.
10859         (futimesat) [__NR_futimesat]: Make code unconditional.
10860         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10861         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10862         <kernel-features.h>.
10863         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10864         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10865         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10866         <kernel-features.h>.
10867         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10868         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10869         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10870         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10871         <kernel-features.h>.
10872         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10873         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10874         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10875         <kernel-features.h>.
10876         (linkat) [__NR_linkat]: Make code unconditional.
10877         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10878         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10879         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10880         <kernel-features.h>.
10881         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10882         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10883         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10884         <kernel-features.h>.
10885         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10886         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10887         * sysdeps/unix/sysv/linux/openat.c: Do not include
10888         <kernel-features.h>.
10889         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10890         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10891         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10892         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10893         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10894         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10895         <kernel-features.h>.
10896         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10897         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10898         result of INLINE_SYSCALL directly, not via int variable.
10899         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10900         <kernel-features.h>.
10901         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10902         (renameat) [__NR_renameat]: Make code unconditional.
10903         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10904         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10905         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10906         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10907         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10908         (__ASSUME_ATFCTS): Do not undefine and redefine.
10909         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10910         <kernel-features.h>.
10911         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10912         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10913         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10914         <kernel-features.h>.
10915         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10916         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10917         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10918         (__ASSUME_ATFCTS): Do not undefine and redefine.
10919         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10920         <kernel-features.h>.
10921         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10922         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10923         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10924         <kernel-features.h>.
10925         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10926         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10928 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10930         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10932 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10934         [BZ #17069]
10935         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10936         constructed tree before returning error.
10937         * posix/bug-regexp36.c: Expand test case.
10939 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10941         [BZ #6803]
10942         * math/libm-test.inc (scalbln_test_date):
10943         Add errno expectations.
10944         * math/w_scalblnf.c: New File.
10945         Add wrapper which checks for setting errno to ERANGE.
10946         Add weak_alias for corresponding scalbln function.
10947         * math/w_scalbln.c: Likewise.
10948         * math/w_scalblnl.c: Likewise.
10949         * math/Makefile (libm-calls): Add w_scalbln.
10950         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10951         Remove weak_alias for corresponding scalbln function.
10952         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10953         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10954         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10955         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10956         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10957         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10958         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10959         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10960         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10961         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10962         Remove long_double_symbol for scalblnl function in libm, libc.
10963         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10964         Add wrapper which checks for setting errno to ERANGE.
10965         Add long_double_symbol for scalblnl function in libm, libc.
10966         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10967         Remove long_double_symbol for scalblnl in libm.
10968         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10969         Add wrapper which checks for setting errno to ERANGE.
10970         Add long_double_symbol for scalblnl function in libm.
10971         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10972         Do not use wrapper because of own implementation.
10974 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10976         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10977         3 bytes for __pad1 for x32.
10978         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10980 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10981             H.J. Lu  <hongjiu.lu@intel.com>
10983         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10984         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10985         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10986         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10987         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10989 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10991         [BZ #17069]
10992         * posix/regcomp.c (parse_expression): Deallocate partially
10993         constructed tree before returning error.
10994         * posix/Makefile.c (tests): Add bug-regex36.
10995         (generated): Add bug-regex36.mtrace.
10996         (tests-special): Add $(objpfx)bug-regex36-mem.out
10997         (bug-regex36-ENV): New variable.
10998         ($(objpfx)bug-regex36-mem.out): New rule.
10999         * posix/bug-regex36.c: New file.
11001 2014-06-19  Will Newton  <will.newton@linaro.org>
11003         * malloc/malloc.c (systrim): If extra is zero then return
11004         early.
11006 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11008         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11010 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11012         * sysdeps/aarch64/strchr.S: New file.
11014 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11016         [BZ #17022]
11017         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11018         from arguments -2 or below.
11019         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11020         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11022 2014-06-18  Andreas Schwab  <schwab@suse.de>
11024         [BZ #17062]
11025         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11026         of a bracket expr not to run off the end of the string.
11027         * posix/Makefile (tests): Add tst-fnmatch3.
11028         * posix/tst-fnmatch3.c: New file.
11030 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11032         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11033         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11034         [$(cross-compiling) = no]: Likewise.
11035         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11036         [$(cross-compiling) = no]: Likewise.
11038 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11040         [BZ #17031]
11041         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11042         double, adjusted for any remainder from the high double.
11043         * math/libm-test.inc (nearbyint): Add tests.
11044         (rint): Likewise.
11046 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11048         * nptl/sysdeps/powerpc/Makefile: Moved ...
11049         * sysdeps/powerpc/nptl/Makefile: ... here.
11050         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11051         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11052         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11053         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11054         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11055         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11056         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11057         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11058         * nptl/sysdeps/powerpc/tls.h: Moved ...
11059         * sysdeps/powerpc/nptl/tls.h: ... here.
11061 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11063         [BZ #16681]
11064         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11065         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11066         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11067         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11068         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11069         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11070         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11071         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11072         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11074 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11076         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11078 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11080         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11081         defined operator.
11083         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11084         $TIMEOUTFACTOR.
11086 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11088         [BZ #17058]
11089         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11090         non-executed part of the test.
11092 2014-06-16  Andreas Schwab  <schwab@suse.de>
11094         * string/bits/string2.h (strdup, strndup): Update feature guard.
11096 2014-06-14  David S. Miller  <davem@davemloft.net>
11098         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11100 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11102         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11103         that was previously under [RESET_PID].
11104         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11106         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11107         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11108         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11109         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11110         (__libc_vfork): New strong alias.
11111         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11113 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11115         * sysdeps/generic/elide.h: New file.
11117 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11119         * Makefile (installed-headers): Adjust path of pthread.h header.
11121 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11123         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11124         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11125         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11126         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11128         * nptl/sysdeps/s390/Makefile: Moved ...
11129         * sysdeps/s390/nptl/Makefile: ... here.
11130         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11131         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11132         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11133         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11134         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11135         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11136         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11137         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11138         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11139         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11140         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11141         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11142         * nptl/sysdeps/s390/tls.h: Moved ...
11143         * sysdeps/s390/nptl/tls.h: ... here.
11145         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11146         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11148 2014-06-13  David S. Miller  <davem@davemloft.net>
11150         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11151         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11152         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11153         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11154         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11155         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11156         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11157         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11158         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11159         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11160         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11161         Remove RESET_PID cpp guards.
11162         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11163         Remove RESET_PID cpp guards.
11164         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11166 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11168         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11169         __sp to uintptr_t.
11171 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11173         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11174         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11175         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11176         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11177         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11178         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11179         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11180         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11181         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11182         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11183         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11184         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11185         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11186         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11187         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11188         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11189         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11190         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11191         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11192         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11194         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11195         (pthread_rwlock_rdlock): Add elision.
11196         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11197         (pthread_rwlock_wrlock): Add elision.
11198         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11199         (pthread_rwlock_trywrlock): Add elision.
11200         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11201         (pthread_rwlock_tryrdlock): Add elision.
11202         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11203         (pthread_rwlock_tryrdlock): Add elision unlock.
11204         * nptl/sysdeps/pthread/pthread.h:
11205         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11206         (PTHREAD_RWLOCK_INITIALIZER,
11207         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11208         Handle new elision field.
11209         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11210         * sysdeps/arm/nptl/bits/pthreadtypes.h
11211         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11212         * sysdeps/sh/nptl/bits/pthreadtypes.h
11213         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11214         * sysdeps/tile/nptl/bits/pthreadtypes.h
11215         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11216         * sysdeps/a/nptl/bits/pthreadtypes.h
11217         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11218         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11219         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11220         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11221         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11222         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11223         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11224         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11225         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11226         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11227         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11228         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11229         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11230         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11231         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11232         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11233         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11234         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11235         (elision_init): Set try_xbegin to zero when no RTM.
11236         * sysdeps/x86/nptl/bits/pthreadtypes.h
11237         (pthread_rwlock_t): Change __pad1 to __rwelision.
11238         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11240 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11242         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11243         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11244         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11245         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11247 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11249         [BZ #16996]
11250         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11251         that the cached result has been set before returning it.
11253 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11255         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11256         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11257         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11258         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11259         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11260         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11262         * nptl/sysdeps/sparc/Makefile: Moved ...
11263         * sysdeps/sparc/nptl/Makefile: ... here.
11264         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11265         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11266         * nptl/sysdeps/sparc/tls.h: Moved ...
11267         * sysdeps/sparc/nptl/tls.h: ... here.
11268         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11269         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11270         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11271         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11272         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11273         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11274         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11275         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11276         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11277         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11278         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11279         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11280         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11281         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11282         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11283         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11284         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11285         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11286         Update #include.
11287         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11288         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11289         Update #include.
11290         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11291         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11292         Update #include.
11293         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11294         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11295         Update #include.
11297         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11299         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11300         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11302         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11303         (struct list_links): Type removed.
11304         (struct thread_node, struct timer_node): Replace struct list_links
11305         with struct list_head.
11306         (list_unlink_ip): Likewise.
11307         * sysdeps/pthread/timer_routines.c
11308         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11309         (list_append, list_insbefore): Likewise.
11310         (list_init): Function removed.
11311         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11312         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11313         * sysdeps/pthread/Makefile: ... here, new file.
11315         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11316         * sysdeps/nptl/Implies: ... here.
11317         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11318         * nptl/sysdeps/pthread/list.h: Moved ...
11319         * include/list.h: ... here.
11320         * nptl/sysdeps/pthread/createthread.c: Moved ...
11321         * nptl/createthread.c: ... here.
11322         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11323         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11324         * nptl/pt-longjmp.c: ... here.
11325         * nptl/sysdeps/pthread/Makefile: Moved ...
11326         * sysdeps/nptl/Makefile: ... here.
11327         * nptl/sysdeps/pthread/Subdirs: Moved ...
11328         * sysdeps/nptl/Subdirs: ... here.
11329         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11330         * sysdeps/nptl/aio_misc.h: ... here.
11331         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11332         * sysdeps/nptl/bits/libc-lock.h: ... here.
11333         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11334         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11335         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11336         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11337         * nptl/sysdeps/pthread/configure: Moved ...
11338         * sysdeps/nptl/configure: ... here.
11339         * nptl/sysdeps/pthread/configure.ac: Moved ...
11340         * sysdeps/nptl/configure.ac: ... here.
11341         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11342         * sysdeps/nptl/gai_misc.h: ... here.
11343         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11344         * sysdeps/nptl/librt-cancellation.c: ... here.
11345         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11346         * sysdeps/nptl/malloc-machine.h: ... here.
11347         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11348         * sysdeps/nptl/pthread-functions.h: ... here.
11349         * nptl/sysdeps/pthread/pthread.h: Moved ...
11350         * sysdeps/nptl/pthread.h: ... here.
11351         * nptl/sysdeps/pthread/setxid.h: Moved ...
11352         * sysdeps/nptl/setxid.h: ... here.
11353         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11354         * sysdeps/nptl/sigfillset.c: ... here.
11355         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11356         * sysdeps/nptl/tcb-offsets.h: ... here.
11357         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11358         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11359         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11360         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11361         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11362         * sysdeps/pthread/allocalim.h: ... here.
11363         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11364         * sysdeps/pthread/bits/sigthread.h: ... here.
11365         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11366         * sysdeps/pthread/flockfile.c: ... here.
11367         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11368         * sysdeps/pthread/ftrylockfile.c: ... here.
11369         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11370         * sysdeps/pthread/funlockfile.c: ... here.
11371         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11372         * sysdeps/pthread/posix-timer.h: ... here.
11373         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11374         * sysdeps/pthread/timer_create.c: ... here.
11375         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11376         * sysdeps/pthread/timer_delete.c: ... here.
11377         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11378         * sysdeps/pthread/timer_getoverr.c: ... here.
11379         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11380         * sysdeps/pthread/timer_gettime.c: ... here.
11381         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11382         * sysdeps/pthread/timer_routines.c: ... here.
11383         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11384         * sysdeps/pthread/timer_settime.c: ... here.
11385         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11386         * sysdeps/pthread/tst-timer.c: ... here.
11387         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11388         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11390         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11391         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11393         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11394         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11395         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11396         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11397         Update #include target.
11398         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11399         * sysdeps/i386/i686/nptl/Makefile: ... here.
11400         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11401         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11402         Update #include target.
11403         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11404         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11405         * nptl/sysdeps/i386/Makefile: Moved ...
11406         * sysdeps/i386/nptl/Makefile: ... here.
11407         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11408         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11409         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11410         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11411         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11412         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11413         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11414         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11415         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11416         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11417         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11418         * nptl/sysdeps/i386/tls.h: Moved ...
11419         * sysdeps/i386/nptl/tls.h: ... here.
11421         * sysdeps/sh/Makefile [$(subdir) = csu]
11422         (gen-as-const-headers): Add tcb-offsets.sym.
11423         * nptl/sysdeps/sh/Makefile: File removed.
11424         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11425         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11426         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11427         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11428         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11429         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11430         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11431         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11432         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11433         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11434         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11435         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11436         * nptl/sysdeps/sh/tls.h: Moved ...
11437         * sysdeps/sh/nptl/tls.h: ... here.
11438         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11439         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11440         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11441         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11442         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11443         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11444         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11445         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11446         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11447         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11448         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11449         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11450         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11451         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11452         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11453         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11454         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11455         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11456         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11457         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11458         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11459         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11460         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11461         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11462         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11463         Moved ...
11464         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11465         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11466         Moved ...
11467         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11468         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11469         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11470         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11471         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11472         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11473         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11474         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11475         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11476         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11477         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11478         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11479         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11480         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11481         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11482         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11483         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11484         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11485         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11487 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11489         * posix/spawn_faction_addopen.c: Include string.h.
11491 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11493         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11494         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11495         * nptl/sysdeps/x86_64/Makefile: Moved ...
11496         * sysdeps/x86_64/nptl/Makefile: ... here.
11497         * nptl/sysdeps/x86_64/configure: Moved ...
11498         * sysdeps/x86_64/nptl/configure: ... here.
11499         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11500         * sysdeps/x86_64/nptl/configure.ac: ... here.
11501         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11502         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11503         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11504         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11505         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11506         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11507         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11508         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11509         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11510         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11511         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11512         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11513         * nptl/sysdeps/x86_64/tls.h: Moved ...
11514         * sysdeps/x86_64/nptl/tls.h: ... here.
11515         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11516         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11517         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11518         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11520         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11522 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11526 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11528         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11529         type.
11530         [POSIX] (off_t): Likewise.
11531         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11532         [POSIX] (S_ISBLK): Require macro.
11533         [POSIX] (S_ISCHR): Likewise.
11534         [POSIX] (S_ISDIR): Likewise.
11535         [POSIX] (S_ISFIFO): Likewise.
11536         [POSIX] (S_ISREG): Likewise.
11537         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11538         optional-macro.
11539         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11540         type.
11541         [POSIX] (time_t): Likewise.
11542         [POSIX] (timer_t): Likewise.
11544 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11546         [BZ #17048]
11547         * posix/spawn_int.h (struct __spawn_action): Make the path string
11548         non-const to support deallocation.
11549         * posix/spawn_faction_addopen.c
11550         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11551         * posix/spawn_faction_destroy.c
11552         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11553         path in all spawn_do_open actions.
11554         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11555         posix_spawn_file_actions_addopen.
11557 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11559         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11560         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11561         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11562         conditional code always true.
11563         (__libc_vfork): New alias.
11565 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11567         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11568         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11570         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11572         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11573         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11575         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11576         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11578         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11579         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11581 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11583         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11584         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11585         multiarch strcmp for PPC64.
11586         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11587         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11588         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11589         multiarch optimizations.
11590         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11591         (__libc_ifunc_impl_list): Likewise.
11593 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11595         * benchtests/scripts/validate_benchout.py: New script.
11596         * benchtests/Makefile (bench-func): Call it.
11597         * benchtests/scripts/benchout.schema.json: New file.
11599 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11601         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11602         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11603         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11604         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11605         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11606         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11607         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11608         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11609         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11610         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11611         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11612         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11613         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11614         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11615         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11616         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11618         Moved ...
11619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11620         ... here.
11621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11622         Moved ...
11623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11624         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11625         Moved ...
11626         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11627         ... here.
11628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11629         Moved ...
11630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11631         ... here.
11632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11633         Moved ...
11634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11635         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11636         Moved ...
11637         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11638         ... here.
11639         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11640         Moved ...
11641         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11642         ... here.
11643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11644         Moved ...
11645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11646         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11647         Moved ...
11648         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11649         ... here.
11650         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11651         Moved ...
11652         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11653         ... here.
11654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11655         Moved ...
11656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11657         ... here.
11658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11659         Moved ...
11660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11662         Moved ...
11663         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11664         ... here.
11665         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11666         Moved ...
11667         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11668         ... here.
11669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11670         Moved ...
11671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11672         ... here.
11673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11674         Moved ...
11675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11676         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11677         Moved ...
11678         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11679         ... here.
11680         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11681         Moved ...
11682         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11683         ... here.
11684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11685         Moved ...
11686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11687         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11688         Moved ...
11689         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11690         ... here.
11691         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11692         Moved ...
11693         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11694         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11695         Moved ...
11696         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11698         Moved ...
11699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11700         ... here.
11701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11702         Moved ...
11703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11704         ... here.
11705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11706         Moved ...
11707         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11708         ... here.
11709         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11710         Moved ...
11711         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11713         Moved ...
11714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11715         ... here.
11716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11717         Moved ...
11718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11719         ... here.
11720         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11721         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11722         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11723         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11724         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11725         Moved ...
11726         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11727         ... here.
11728         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11729         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11730         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11731         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11732         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11733         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11734         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11735         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11736         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11737         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11738         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11739         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11740         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11741         Moved ...
11742         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11743         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11744         Moved ...
11745         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11746         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11747         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11748         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11749         Moved ...
11750         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11751         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11752         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11753         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11754         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11755         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11756         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11758 2014-06-10  Wilco  <wdijkstr@arm.com>
11760         * math/test-fenv-return.c: New file.
11761         * math/Makefile: Add new test test-fenv-return.
11763 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11765         [BZ #17042]
11766         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11767         when x - 1 is zero.
11768         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11769         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11770         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11771         0.0L for an argument of 1.0L.
11772         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11773         Likewise.
11774         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11775         value when x - 1 is zero.
11776         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11777         * sysdeps/i386/fpu/libm-test-ulps: Update.
11778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11780 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11782         [BZ #15119]
11783         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11785 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11787         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11788         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11790 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11792         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11793         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11795         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11796         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11798         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11799         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11801         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11802         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11804         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11805         if not already defined.
11806         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11807         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11808         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11809         (TLS_INIT_TP): Use it.
11810         (TLS_DEFINE_INIT_TP): New macro.
11811         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11813 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11815         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11816         constant.
11817         [POSIX] (IXANY): Likewise.
11818         [POSIX] (OLCUC): Likewise.
11819         [POSIX || POSIX2008] (CBAUD): Do not allow.
11820         [POSIX || POSIX2008] (DEFECHO): Likewise.
11821         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11822         [POSIX || POSIX2008] (ECHOKE): Likewise.
11823         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11824         [POSIX || POSIX2008] (EXTA): Likewise.
11825         [POSIX || POSIX2008] (EXTB): Likewise.
11826         [POSIX || POSIX2008] (FLUSHO): Likewise.
11827         [POSIX || POSIX2008] (LOBLK): Likewise.
11828         [POSIX || POSIX2008] (PENDIN): Likewise.
11829         [POSIX || POSIX2008] (SWTCH): Likewise.
11830         [POSIX || POSIX2008] (VDISCARD): Likewise.
11831         [POSIX || POSIX2008] (VDSUSP): Likewise.
11832         [POSIX || POSIX2008] (VLNEXT): Likewise.
11833         [POSIX || POSIX2008] (VREPRINT): Likewise.
11834         [POSIX || POSIX2008] (VSTATUS): Likewise.
11835         [POSIX || POSIX2008] (VWERASE): Likewise.
11836         (B*): Change to B[0123456789]*.
11837         * conform/data/time.h-data [POSIX || UNIX98]
11838         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11839         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11840         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11841         [POSIX] (tm_*): Do not allow.
11843 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11845         * Makefile (install): Don't set LANGUAGE.
11846         * Makefile.in (install): Likewise.
11847         * assert/Makefile (test-assert-ENV): Remove variable.
11848         (test-assert-perr-ENV): Likewise.
11849         * elf/Makefile (neededtest4-ENV): Likewise.
11850         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11851         [$(cross-compiling) = no]: Don't set LANGUAGE.
11852         * io/ftwtest-sh (LANG): Remove variable.
11853         * libio/Makefile (tst-widetext-ENV): Likewise.
11854         * manual/install.texi (Running make install): Don't refer to
11855         environment settings for make install.
11856         * INSTALL: Regenerated.
11857         * nptl/tst-tls6.sh: Don't set LANG.
11858         * posix/globtest.sh (LANG): Remove variable.
11859         * string/Makefile (tester-ENV): Likewise.
11860         (inl-tester-ENV): Likewise.
11861         (noinl-tester-ENV): Likewise.
11862         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11863         [$(cross-compiling) = no]: Don't set LANGUAGE.
11864         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11865         without explicit environment settings.
11867 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11869         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11870         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11871         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11872         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11874 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11876         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11877         other files in the crypt directory.
11878         * crypt/crypt.c: Remove duplicate includes.
11879         * crypt/crypt-entry.c: Likewise.
11880         * crypt/crypt_util.c: Likewise.
11882 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11884         * Makeconfig (run-program-env): New variable.
11885         (run-program-prefix-before-env): Likewise.
11886         (run-program-prefix-after-env): Likewise.
11887         (run-program-prefix): Define in terms of new variables.
11888         (built-program-cmd-before-env): New variable.
11889         (built-program-cmd-after-env): Likewise.
11890         (built-program-cmd): Define in terms of new variables.
11891         (test-program-prefix-before-env): New variable.
11892         (test-program-prefix-after-env): Likewise.
11893         (test-program-prefix): Define in terms of new variables.
11894         (test-program-cmd-before-env): New variable.
11895         (test-program-cmd-after-env): Likewise.
11896         (test-program-cmd): Define in terms of new variables.
11897         * Rules (make-test-out): Use $(run-program-env).
11898         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11899         (help): Do not mention environment variables.  Mention
11900         --timeoutfactor option.
11901         (timeoutfactor): New variable.
11902         (blacklist_exports): Remove function.
11903         (exports): Remove variable.
11904         (command): Do not include ${exports}.
11905         * manual/install.texi (Configuring and compiling): Do not mention
11906         test wrappers preserving environment variables.  Mention that last
11907         assignment to a variable must take precedence.
11908         * INSTALL: Regenerated.
11909         * benchtests/Makefile (run-bench): Use $(run-program-env).
11910         * catgets/Makefile ($(objpfx)test1.cat): Use
11911         $(built-program-cmd-before-env), $(run-program-env) and
11912         $(built-program-cmd-after-env).
11913         ($(objpfx)test2.cat): Do not specify environment variables
11914         explicitly.
11915         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11916         $(run-program-env) and $(built-program-cmd-after-env).
11917         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11918         $(run-program-env) and $(test-program-cmd-after-env).
11919         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11920         explicitly.
11921         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11922         run_program_env and test_program_cmd_after_env arguments.
11923         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11924         * elf/tst-pathopt.sh: Use run_program_env argument.
11925         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11926         $(test-wrapper-env) and $(run-program-env).
11927         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11928         run_program_env arguments.
11929         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11930         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11931         $(test-program-prefix-before-env), $(run-program-env) and
11932         $(test-program-prefix-after-env).
11933         ($(objpfx)tst-gettext2.out): Likewise.
11934         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11935         run_program_env and test_program_prefix_after_env arguments.
11936         * intl/tst-gettext2.sh: Likewise.
11937         * intl/tst-gettext4.sh: Do not set environment variables
11938         explicitly.
11939         * intl/tst-gettext6.sh: Likewise.
11940         * intl/tst-translit.sh: Likewise.
11941         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11942         $(test-program-prefix-before-env), $(run-program-env) and
11943         $(test-program-prefix-after-env).
11944         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11945         run_program_env and test_program_prefix_after_env arguments.
11946         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11947         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11948         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11949         explicitly with each use of ${test_wrapper_env}.
11950         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11951         $(test-program-prefix-before-env), $(run-program-env) and
11952         $(test-program-prefix-after-env).
11953         * posix/tst-getconf.sh: Do not set environment variables
11954         explicitly.
11955         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11956         run_program_env and test_program_prefix_after_env arguments.
11957         * stdio-common/tst-printf.sh: Do not set environment variables
11958         explicitly.
11959         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11960         $(test-program-prefix-before-env), $(run-program-env) and
11961         $(test-program-prefix-after-env).
11962         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11963         run_program_env and test_program_prefix_after_env arguments.
11964         Split $test calls into $test_pre and $test.
11965         * timezone/Makefile (build-testdata): Use
11966         $(built-program-cmd-before-env), $(run-program-env) and
11967         $(built-program-cmd-after-env).
11969 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11971         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11972         strlen for non SHARED builds.
11974 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11976         * nptl/allocatestack.c (check_list): Inlined function...
11977         (__reclaim_stacks): ... here.
11979 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11981         [BZ #15698]
11982         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11983         memory overrun.
11985 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11987         * Rules (make-test-out): Include
11988         LOCPATH=$(common-objpfx)localedata in default environment.
11989         * debug/Makefile (tst-chk1-ENV): Remove variable.
11990         (tst-chk2-ENV): Likewise.
11991         (tst-chk3-ENV): Likewise.
11992         (tst-chk4-ENV): Likewise.
11993         (tst-chk5-ENV): Likewise.
11994         (tst-chk6-ENV): Likewise.
11995         (tst-lfschk1-ENV): Likewise.
11996         (tst-lfschk2-ENV): Likewise.
11997         (tst-lfschk3-ENV): Likewise.
11998         (tst-lfschk4-ENV): Likewise.
11999         (tst-lfschk5-ENV): Likewise.
12000         (tst-lfschk6-ENV): Likewise.
12001         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12002         (tst-iconv7-ENV): Likewise.
12003         * intl/Makefile (LOCPATH-ENV): Likewise.
12004         (tst-codeset-ENV): Likewise.
12005         (tst-gettext3-ENV): Likewise.
12006         (tst-gettext5-ENV): Likewise.
12007         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12008         (tst-fopenloc-ENV): Likewise.
12009         (tst-fgetws-ENV): Remove variable.
12010         (tst-ungetwc1-ENV): Likewise.
12011         (tst-ungetwc2-ENV): Likewise.
12012         (bug-ungetwc2-ENV): Likewise.
12013         (tst-swscanf-ENV): Likewise.
12014         (bug-ftell-ENV): Likewise.
12015         (tst-fgetwc-ENV): Likewise.
12016         (tst-fseek-ENV): Likewise.
12017         (tst-ftell-partial-wide-ENV): Likewise.
12018         (tst-ftell-active-handler-ENV): Likewise.
12019         (tst-ftell-append-ENV): Likewise.
12020         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12021         (tst-regexloc-ENV): Likewise.
12022         (bug-regex1-ENV): Likewise.
12023         (tst-regex-ENV): Likewise.
12024         (tst-regex2-ENV): Likewise.
12025         (bug-regex5-ENV): Likewise.
12026         (bug-regex6-ENV): Likewise.
12027         (bug-regex17-ENV): Likewise.
12028         (bug-regex18-ENV): Likewise.
12029         (bug-regex19-ENV): Likewise.
12030         (bug-regex20-ENV): Likewise.
12031         (bug-regex22-ENV): Likewise.
12032         (bug-regex23-ENV): Likewise.
12033         (bug-regex25-ENV): Likewise.
12034         (bug-regex26-ENV): Likewise.
12035         (bug-regex30-ENV): Likewise.
12036         (bug-regex32-ENV): Likewise.
12037         (bug-regex33-ENV): Likewise.
12038         (bug-regex34-ENV): Likewise.
12039         (bug-regex35-ENV): Likewise.
12040         (tst-rxspencer-ENV): Likewise.
12041         (tst-rxspencer-no-utf8-ENV): Likewise.
12042         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12043         (tst-sscanf-ENV): Likewise.
12044         (tst-swprintf-ENV): Likewise.
12045         (tst-swscanf-ENV): Likewise.
12046         (test-vfprintf-ENV): Likewise.
12047         (scanf13-ENV): Likewise.
12048         (bug14-ENV): Likewise.
12049         (tst-grouping-ENV): Likewise.
12050         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12051         (tst-strtod3-ENV): Likewise.
12052         (tst-strtod4-ENV): Likewise.
12053         (tst-strtod5-ENV): Likewise.
12054         (testmb2-ENV): Likewise./
12055         * string/Makefile (tst-strxfrm-ENV): Likewise.
12056         (tst-strxfrm2-ENV): Likewise.
12057         (bug-strcoll1-ENV): Likewise.
12058         (test-strcasecmp-ENV): Likewise.
12059         (test-strncasecmp-ENV): Likewise.
12060         * time/Makefile (tst-strptime-ENV): Likewise.
12061         (tst-ftime_l-ENV): Likewise.
12062         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12063         (tst-mbrtowc-ENV): Likewise.
12064         (tst-wcrtomb-ENV): Likewise.
12065         (tst-mbrtowc2-ENV): Likewise.
12066         (tst-c16c32-1-ENV): Likewise.
12067         (tst-mbsnrtowcs-ENV): Likewise.
12069 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12071         * manual/resource.texi (How to get information about the memory
12072         subsystem?): Fix typo.
12073         Reported by Peon de la Parra Ivan <peon@keba.com>
12075 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12077         [BZ #16882]
12078         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12079         (pthread_spin_lock): Branch out of spin loop to proper location.
12080         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12081         (pthread_spin_lock): Likewise.
12083         * nptl/tst-spin4.c: New test.
12084         * nptl/Makefile (tests): Add tst-spin4.
12086 2014-06-03  Andreas Schwab  <schwab@suse.de>
12088         [BZ #15946]
12089         * resolv/res_send.c (send_dg): Reload file descriptor after
12090         calling reopen.
12092 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12094         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12096 2014-06-03  Richard Henderson  <rth@redhat.com>
12098         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12099         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12100         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12101         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12102         in the SAVE_PID block.
12103         (__libc_vfork): New alias.
12104         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12106         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12107         child in registers, not on the stack.  Remove RESET_PID conditionals.
12108         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12110 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12112         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12114 2014-06-03  Wilco  <wdijkstr@arm.com>
12116         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12117         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12118         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12119         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12120         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12121         Likewise.
12123 2014-06-03  Wilco  <wdijkstr@arm.com>
12125         * sysdeps/aarch64/fpu/math_private.h
12126         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12127         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12128         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12129         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12130         Fix declarations.
12132 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12134         * crypt/crypt-private.h: Include ufc-crypt.h.
12135         (__b64_from_24bit): Declare extern.
12136         * crypt/crypt_util.c(__b64_from_24bit): New function.
12137         (b64t): New static const variable.
12138         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12139         (b64t): Remove variable.
12140         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12141         * crypt/sha256-crypt.c: Include crypt-private.h.
12142         (b64t): Remove variable.
12143         (__sha256_crypt_r): Remove b64_from_24bit and replace
12144         with __b64_from_24bit.
12145         * crypt/sha512-crypt.c: Likewise.
12147 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12149         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12150         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12151         Label the code __libc_vfork rather than __vfork.
12152         [!NOT_IN_libc] (vfork): Define as weak alias.
12153         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12154         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12155         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12157 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12159         * malloc/malloc.c (malloc_info): Fix format specifier for
12160         n_mmaps.
12162 2014-06-02  Wilco  <wdijkstr@arm.com>
12164         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12165         FPCR write.
12167 2014-06-02  Wilco  <wdijkstr@arm.com>
12169         [BZ #17009]
12170         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12171         Rewrite to reduce FPCR/FPSR accesses.
12173 2014-06-01  David S. Miller  <davem@davemloft.net>
12175         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12177 2014-05-31  David S. Miller  <davem@davemloft.net>
12179         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12180         to occur in round to nearest mode when |x| >= 2.0
12182 2014-05-30  Richard Henderson  <rth@twiddle.net>
12184         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12185         (PSEUDO_RET_NOERRNO): Remove.
12186         (ret): Don't redefine.
12187         (ret_NOERRNO): Define in terms of ret.
12188         (ret_ERRVAL): Likewise.
12190         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12191         use of PSEUDO_RET; perform the error check directly.
12193 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12195         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12196         with __int128_t.
12198 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12200         * malloc/malloc (malloc_info): Fix formatting.
12202 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12203             Roland McGrath  <roland@hack.frob.com>
12205         * malloc/malloc (malloc_info): Also print mmapped statistics.
12207 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12209         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12210         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12212 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12214         * malloc/malloc.c (malloc_info): Inline mi_arena.
12216 2014-05-29  Richard Henderson  <rth@twiddle.net>
12218         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12219         Remove comma before expanding ASM_ARGS_##nr.
12220         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12221         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12222         of ASM_ARGS_##nr.
12223         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12224         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12225         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12226         (ASM_ARGS_1): Add leading comma.
12228         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12229         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12230         to __errno_location.
12231         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12232         Remove the expected plt for __errno_location.
12234         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12235         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12236         call to __read_tp.
12238         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12239         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12240         it and break it down.
12241         (DOCARGS_0, DOCARGS_1): Do nothing.
12242         (DOCARGS_2): Update to store into the new stack frame.
12243         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12244         (UNDOCARGS_1): Update to restore from the new stack frame.
12245         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12246         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12248         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12249         (SINGLE_THREAD_P): New parameter for result regno.
12250         (PSEUDO): Update to match; use cbz instead of beq.
12252         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12253         Use ENTRY to define the _nocancel entry point.  Share the syscall
12254         and syscall error check paths with the cancel path.
12255         (PSEUDO_END): New.
12257         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12258         whitespace; tabs before and after asm mnemonics.
12260 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12262         [BZ #15132]
12263         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12264         Call fstat64 or stat64 internally, depending on arguments passed.
12265         Replace stat buffer argument with file descriptor argument.
12266         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12267         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12268         Pass fd to __internal_statvfs instead of calling fstat64.
12269         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12270         Pass fd to __internal_statvfs64 instead of calling fstat64.
12271         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12272         Pass -1 to __internal_statvfs instead of calling stat64.
12273         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12274         Pass -1 to __internal_statvfs64 instead of calling stat64.
12276 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12278         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12279         that was previously under [RESET_PID].
12280         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12282         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12283         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12285 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12287         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12289         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12290         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12292 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12294         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12296 2014-05-27  Andreas Schwab  <schwab@suse.de>
12298         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12299         TLS_INIT_TP macro.
12300         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12301         * elf/rtld.c (init_tls, dl_main): Likewise.
12302         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12303         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12304         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12305         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12306         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12307         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12308         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12309         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12310         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12311         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12312         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12313         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12314         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12315         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12316         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12317         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12318         * sysdeps/generic/tls.h: Update description.
12320 2014-05-27  Will Newton  <will.newton@linaro.org>
12322         [BZ #16990]
12323         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12324         and restore r2 rather than just restoring.
12326 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12328         [BZ #16724]
12329         * libio/tst-ftell-append.c: New test case.
12330         * libio/Makefile (tests): Add test case.
12331         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12332         append mode.
12333         * libio/wfileops.c (do_ftell_wide): Likewise.
12335 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12337         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12339         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12340         ...
12341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12343         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12344         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12345         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12346         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12347         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12348         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12349         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12350         Moved ...
12351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12352         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12353         Moved ...
12354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12355         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12356         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12357         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12358         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12359         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12360         ...
12361         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12362         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12363         Moved ...
12364         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12365         here.
12366         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12367         ...
12368         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12369         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12370         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12372         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12373         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12374         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12375         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12377         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12378         merge into ...
12379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12380         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12381         ...
12382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12383         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12384         ...
12385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12386         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12387         Moved ...
12388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12389         here.
12390         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12391         Moved ...
12392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12393         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12394         Moved ...
12395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12398         conditional [RESET_PID].
12399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12400         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12401         removed.
12402         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12403         removed.
12405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12406         <tcb-offsets.h>.
12407         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12408         (__libc_vfork): New strong alias.
12409         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12410         removed.
12411         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12412         Removed.
12414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12415         <tcb-offsets.h>.
12416         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12417         (__libc_vfork): New strong alias.
12418         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12419         removed.
12420         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12421         removed.
12423 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12425         * malloc/malloc.c (mi_arena): New function.
12426         (malloc_info): Remove nested function mi_arena. Call non-nosted
12427         function mi_arena.
12429 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12431         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12432         by insrwi.
12433         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12434         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12435         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12436         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12437         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12438         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12439         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12441 2014-05-26  Andreas Schwab  <schwab@suse.de>
12443         [BZ #16984]
12444         * locale/programs/repertoire.c (repertoire_read): Add slash
12445         between I18NPATH element and file name.
12446         * locale/programs/locfile.c (locfile_read): Likewise.
12448 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12450         * nptl/pthread_mutexattr_settype.c
12451         (__pthread_mutexattr_settype):
12452         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12454 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12456         * nptl/tst-mutex5 (do_test):
12457         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12459 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12461         * benchtests/README: Document 'init' directive.
12462         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12463         BENCH_INIT.
12464         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12465         (parse_file): Recognize 'init' directive.
12467 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12469         [BZ #16796]
12470         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12471         alignment of struct pthread.
12473 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12475         [BZ #16878]
12476         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12477         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12478         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12479         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12481 2014-05-25  Richard Henderson  <rth@twiddle.net>
12483         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12484         (SINGLE_THREAD_P_PIC): Remove.
12485         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12486         (SINGLE_THREAD_P_PIC): Remove.
12488         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12489         branch to syscall error ...
12490         (PSEUDO): ... here.
12491         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12492         from __local_syscall_error to .Lsyscall_error.
12493         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12494         (SYSCALL_ERROR): Update label name.
12496         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12497         Do not use DOARGS/UNDOARGS.
12498         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12499         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12500         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12501         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12502         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12504         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12505         block comment.
12507         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12508         define if !NOT_IN_libc.
12509         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12510         define with non-default symbol versions.
12512 2014-05-23  Richard Henderson  <rth@twiddle.net>
12514         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12515         (vfork, __vfork): Define via compat_symbol.
12517         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12518         [!HAVE_IFUNC] (vfork_compat): Remove.
12519         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12521 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12523         [BZ #16978]
12524         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12525         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12526         variable.
12528 2014-05-23  Richard Henderson  <rth@twiddle.net>
12530         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12531         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12532         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12533         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12535         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12536         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12537         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12538         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12539         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12540         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12541         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12542         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12543         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12544         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12545         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12546         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12547         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12548         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12549         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12550         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12551         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12552         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12553         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12554         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12555         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12556         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12557         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12558         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12559         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12560         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12561         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12562         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12563         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12564         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12565         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12566         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12567         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12568         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12569         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12570         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12571         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12572         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12573         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12574         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12575         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12576         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12577         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12578         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12579         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12580         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12581         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12582         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12583         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12584         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12585         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12586         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12587         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12588         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12589         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12590         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12592         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12593         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12594         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12595         before exiting on error.
12596         (__libc_vfork): New strong alias.
12597         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12598         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12600         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12601         that was previously under [RESET_PID].
12602         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12604         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12606 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12608         [BZ #16977]
12609         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12610         value when x - 1 is zero.
12611         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12612         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12613         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12614         0.0L for an argument of 1.0L.
12615         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12616         Likewise.
12617         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12618         value when x - 1 is zero.
12619         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12620         * sysdeps/i386/fpu/libm-test-ulps: Update.
12621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12623 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12625         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12626         alphasort and versionsort.
12628 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12630         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12631         macro.
12632         [copysignf]: Likewise.
12634 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12636         * crypt/md5-crypt.c: Fix formatting.
12638 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12640         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12641         (b64_from_24bit): New function.
12643 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12645         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12646         libc_hidden_builtin_def to ifunc.
12647         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12648         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12650 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12652         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12653         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12655 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12657         * nscd/Depend (linuxthreads): Remove.
12658         (nptl): Add.
12659         * resolv/Depend (linuxthreads): Remove.
12660         * rt/Depend (linuxthreads): Remove.
12662         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12663         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12664         $(common-objpfx)elf/.
12665         (link-libc-before-gnulib): Likewise.
12666         (elfobjdir): Remove variable.
12667         * Makefile (install): Use $(elf-objpfx) instead of
12668         $(common-objpfx)elf/.
12669         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12670         $(elfobjdir)/.
12671         (link-libc-deps): Likewise.
12672         ($(common-objpfx)libc.so): Likewise.
12673         ($(common-objpfx)linkobj/libc.so): Likewise.
12674         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12675         instead of $(common-objpfx)elf/.
12676         (symbolic-link-list): Likewise.
12677         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12678         [$(cross-compiling) = no]: Likewise.
12679         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12680         $(elfobjdir)/.
12681         (static-gnulib-arch): Likewise.
12682         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12683         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12684         $(common-objpfx)elf/.
12686 2014-05-21  Richard Henderson  <rth@redhat.com>
12688         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12689         (SINGLE_THREAD_P): Use the correct width load.  Fold
12690         into the ldr offset.
12692         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12693         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12695 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12697         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12698         (libgcc_s_resume): Use __attribute_used__.
12699         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12700         Likewise.
12702 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12704         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12705         optimization when used with float constants.
12707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12709 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12711         [BZ #16915]
12712         * locale/nl_langinfo_l.c: Make direct reference to every
12713         _nl_current_CATEGORY symbol.
12714         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12715         (tests-static): Add tst-langinfo-static.
12716         (tests-special): Add tst-langinfo-static.out.
12717         ($(objpfx)tst-langinfo.out): Redirect output.
12718         ($(objpfx)tst-langinfo-static.out): New.
12719         * localedata/tst-langinfo.sh: Send output to stdout.
12720         * localedata/tst-langinfo-static.c: New file.
12722         [BZ #16965]
12723         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12724         when the shift amount is modulo the limb size.
12726 2014-05-20  Richard Henderson  <rth@redhat.com>
12728         [BZ #16967]
12729         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12730         Change type of sa_flags from unsigned int to int.
12732         [BZ #16966]
12733         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12735         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12737 2014-05-20  Will Newton  <will.newton@linaro.org>
12739         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12740         Test the return value of the system call in the nocancel case.
12742 2014-05-20  Will Newton  <will.newton@linaro.org>
12743             Yvan Roux  <yvan.roux@linaro.org>
12745         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12746         #include of asm/ptrace.h.
12747         (PTRACE_GET_THREAD_AREA): Remove #undef.
12748         (PTRACE_GETHBPREGS): Likewise.
12749         (PTRACE_SETHBPREGS): Likewise.
12750         (struct user_regs_struct): New structure.
12751         (struct user_fpsimd_struct): New structure.
12752         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12753         #include of asm/ptrace.h and second #include of sys/user.h.
12754         (PTRACE_GET_THREAD_AREA): Remove #undef.
12755         (PTRACE_GETHBPREGS): Likewise.
12756         (PTRACE_SETHBPREGS): Likewise.
12757         (ELF_NGREG): Use new struct user_regs_struct.
12758         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12760 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12762         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12763         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12765 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12767         [BZ #16958]
12768         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12769         membar to avoid block loads/stores to overlap previous stores.
12771 2014-05-17  Richard Henderson  <rth@redhat.com>
12773         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12774         Create the __##syscall_name##_nocancel entry point.
12775         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12776         Remove; let the sysdep-cancel.h code create it.
12778 2014-05-17  David S. Miller  <davem@davemloft.net>
12780         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12781         Protect with __USE_GNU.
12782         (TIOCSET_TEMPT): Likewise.
12783         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12784         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12785         these are already provided in bits/ioctl-types.h
12787 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12789         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12790         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12792         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12793         Use wait4 regardless of [__NR_waitpid].
12795 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12797         PR libgcc/60166
12798         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12799         (_FP_NANSIGN_Q): Set the quiet bit.
12801 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12803         * benchtests/Makefile
12804         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12805         not $(common-objpfx)math/libm.so.
12806         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12807         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12808         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12809         $(common-objpfx)dlfcn/libdl.so.
12810         ($(objpfx)tst-audit8): Depend on $(libm), not
12811         $(common-objpfx)math/libm.so.
12812         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12813         not $(common-objpfx)dlfcn/libdl.so.
12814         * math/Makefile
12815         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12816         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12817         [$(build-shared) = yes].
12818         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12819         $(common-objpfx)nptl/libpthread.so.
12820         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12821         $(common-objpfx)math/libm.so$(libm.so-version) or
12822         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12823         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12824         $(common-objpfx)dlfcn/libdl.so.
12825         * setjmp/Makefile (link-libm): Remove variable.
12826         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12827         * stdio-common/Makefile (link-libm): Remove variable.
12828         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12829         * stdlib/Makefile (link-libm): Remove variable.
12830         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12831         ($(objpfx)tst-strtod-round): Likewise.
12832         ($(objpfx)tst-tininess): Likewise.
12833         ($(objpfx)tst-strtod-underflow): Likewise.
12834         ($(objpfx)tst-strtod6): Likewise.
12835         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12836         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12837         $(common-objpfx)dlfcn/libdl.so.
12839 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12841         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12842         BSD terminal modes definitions.
12844 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12846         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12847         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12849         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12850         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12851         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12852         Don't do #include_next.
12853         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12854         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12855         Don't do #include_next.
12856         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12857         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12858         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12859         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12861 2014-05-16  Allan McRae  <allan@archlinux.org>
12863         * po/sv.po: Update Swedish translation from translation project.
12865         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12866         in sed expression.
12868 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12870         [BZ #16917]
12871         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12872         errno if the TIOCGPTN ioctl fails with an error different than
12873         EINVAL.
12874         * login/tst-ptsname.c: New file.
12875         * login/Makefile (tests): Add tst-ptsname.
12877         [BZ #16943]
12878         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12879         and prlimit64.
12881 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12883         [BZ #16849]
12884         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12885         herrno to return EAI_AGAIN.
12887 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12889         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12890         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12891         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12892         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12893         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12894         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12895         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12896         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12897         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12898         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12899         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12900         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12901         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12902         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12903         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12904         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12905         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12906         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12907         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12908         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12909         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12910         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12911         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12912         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12913         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12914         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12915         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12916         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12917         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12918         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12919         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12920         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12921         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12922         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12923         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12924         Moved ...
12925         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12926         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12927         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12928         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12929         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12930         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12931         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12932         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12933         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12934         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12935         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12936         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12937         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12938         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12939         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12940         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12941         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12942         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12943         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12944         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12945         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12946         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12947         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12948         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12949         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12950         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12951         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12952         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12953         Moved ...
12954         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12955         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12956         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12957         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12958         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12959         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12960         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12961         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12962         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12963         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12964         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12965         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12966         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12967         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12968         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12969         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12970         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12971         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12972         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12973         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12974         Moved ...
12975         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12976         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12977         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12979         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12980         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12981         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12982         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12983         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12984         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12985         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12986         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12987         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12988         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12989         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12990         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12991         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12992         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12993         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12994         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12995         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12996         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12997         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12998         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12999         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13000         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13001         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13002         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13003         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13004         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13005         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13006         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13007         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13008         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13009         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13011         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13012         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13014         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13015         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13016         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13017         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13018         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13019         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13020         Moved ...
13021         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13022         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13023         Moved ...
13024         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13025         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13026         Moved ...
13027         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13028         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13029         Moved ...
13030         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13031         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13032         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13033         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13034         Moved ...
13035         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13036         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13037         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13038         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13039         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13040         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13041         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13042         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13043         Moved ...
13044         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13045         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13046         Moved ...
13047         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13048         ... here.
13049         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13050         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13051         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13052         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13053         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13054         Moved ...
13055         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13056         ... here.
13057         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13058         Moved ...
13059         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13060         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13061         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13062         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13063         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13064         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13065         Moved ...
13066         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13067         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13068         Moved ...
13069         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13070         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13071         Moved ...
13072         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13073         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13074         Moved ...
13075         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13076         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13077         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13078         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13079         Moved ...
13080         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13081         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13082         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13083         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13084         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13085         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13086         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13087         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13088         Moved ...
13089         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13090         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13091         Moved ...
13092         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13093         ... here.
13094         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13095         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13096         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13097         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13098         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13099         Moved ...
13100         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13101         ... here.
13102         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13103         Moved ...
13104         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13105         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13106         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13107         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13108         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13109         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13110         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13111         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13112         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13113         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13114         Moved ...
13115         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13116         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13117         Moved ...
13118         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13119         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13120         Moved ...
13121         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13122         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13123         Moved ...
13124         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13125         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13126         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13127         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13128         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13129         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13130         Moved ...
13131         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13132         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13133         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13134         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13135         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13136         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13137         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13138         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13139         Moved ...
13140         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13141         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13142         Moved ...
13143         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13144         ... here.
13145         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13146         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13147         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13148         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13149         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13150         Moved ...
13151         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13152         ... here.
13153         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13154         Moved ...
13155         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13156         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13157         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13158         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13159         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13160         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13161         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13162         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13163         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13164         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13165         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13167         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13168         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13170         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13171         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13173         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13174         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13175         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13176         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13177         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13178         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13179         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13180         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13181         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13182         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13183         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13184         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13185         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13186         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13187         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13188         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13189         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13190         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13191         Moved ...
13192         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13193         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13194         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13195         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13196         Moved ...
13197         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13198         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13199         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13200         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13201         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13202         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13203         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13204         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13205         Moved ...
13206         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13207         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13208         Moved ...
13209         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13210         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13211         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13212         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13213         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13214         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13215         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13216         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13217         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13218         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13219         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13220         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13221         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13222         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13223         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13224         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13225         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13227         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13228         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13229         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13230         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13231         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13233         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13234         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13235         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13236         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13237         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13238         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13239         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13240         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13241         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13242         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13244         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13245         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13247         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13248         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13249         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13250         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13251         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13252         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13253         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13254         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13255         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13256         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13257         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13258         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13259         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13260         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13261         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13262         Update #include.
13263         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13264         Likewise.
13265         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13266         Likewise.
13267         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13268         Likewise.
13269         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13270         Likewise.
13271         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13272         Likewise.
13273         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13274         Likewise.
13275         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13276         Likewise.
13277         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13278         Likewise.
13279         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13280         Likewise.
13281         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13282         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13283         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13284         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13285         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13286         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13287         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13288         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13289         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13290         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13291         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13292         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13293         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13294         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13295         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13297         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13298         that was previously under [RESET_PID].
13299         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13300         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13301         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13303         * sysdeps/i386/nptl/Implies: New file.
13304         * sysdeps/x86_64/nptl/Implies: New file.
13305         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13306         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13307         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13308         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13310         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13311         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13312         (__libc_vfork): New strong alias.
13313         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13314         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13316         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13317         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13318         (__libc_vfork): New strong alias.
13319         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13320         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13322         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13323         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13324         (__libc_vfork): New strong alias.
13325         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13326         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13327         * nptl/pt-vfork.c: New file.
13328         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13329         (libpthread: GLIBC_2.20): New version set (empty).
13331 2014-05-14  Will Newton  <will.newton@linaro.org>
13333         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13334         rather than #if.
13336 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13338         [BZ #16564]
13339         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13340         arguments with exponent 65 or above.
13341         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13342         arguments 0x1p113L or above.
13343         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13344         to arguments 0x1p107L or above.
13345         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13346         positive arguments with exponent 65 or above.
13347         * math/auto-libm-test-in: Add more tests of log1p.
13348         * math/auto-libm-test-out: Regenerated.
13350         [BZ #16928]
13351         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13352         non-finite arguments is +0.
13353         * math/s_cacosf.c (__cacosf): Likewise.
13354         * math/s_cacosl.c (__cacosl): Likewise.
13355         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13356         * sysdeps/i386/fpu/libm-test-ulps: Update.
13357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13359         [BZ #16927]
13360         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13361         value.
13362         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13363         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13364         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13365         for explicit high bit of mantissa when testing for argument equal
13366         to 1.
13367         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13368         * sysdeps/i386/fpu/libm-test-ulps: Update.
13369         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13371         [BZ #16516]
13372         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13373         (__erf): Scale by 16 instead of 8 in potentially underflowing
13374         case.  Ensure exception if result actually underflows.
13375         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13376         (__erff): Scale by 16 instead of 8 in potentially underflowing
13377         case.  Ensure exception if result actually underflows.
13378         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13379         (efx8): Remove variable.
13380         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13381         case.  Ensure exception if result actually underflows.
13382         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13383         (efx8): Remove variable.
13384         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13385         case.  Ensure exception if result actually underflows.
13386         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13387         (efx8): Remove variable.
13388         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13389         case.  Ensure exception if result actually underflows.
13390         * math/auto-libm-test-in: Add more tests of erf.
13391         * math/auto-libm-test-out: Regenerated.
13393 2014-05-14  Andreas Schwab  <schwab@suse.de>
13395         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13396         Remove code conditionalized on USE___THREAD.
13398         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13399         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13400         not definedness.
13402 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13404         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13405         Define unconditionally.
13406         (__ASSUME_O_CLOEXEC): Likewise.
13407         (__ASSUME_SOCK_CLOEXEC): Likewise.
13408         (__ASSUME_IN_NONBLOCK): Likewise.
13409         (__ASSUME_PIPE2): Likewise.
13410         (__ASSUME_EVENTFD2): Likewise.
13411         (__ASSUME_SIGNALFD4): Likewise.
13412         (__ASSUME_DUP3): Likewise.
13413         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13414         (__ASSUME_DUP3): Do not define.
13415         (__ASSUME_EVENTFD2): Likewise.
13416         (__ASSUME_IN_NONBLOCK): Likewise.
13417         (__ASSUME_O_CLOEXEC): Likewise.
13418         (__ASSUME_PIPE2): Likewise.
13419         (__ASSUME_SIGNALFD4): Likewise.
13420         (__ASSUME_SOCK_CLOEXEC): Likewise.
13421         (__ASSUME_UTIMES): Undefine.
13422         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13423         (__ASSUME_UTIMES): Do not define.
13424         (__ASSUME_O_CLOEXEC): Likewise.
13425         (__ASSUME_SOCK_CLOEXEC): Likewise.
13426         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13427         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13428         0x020621].
13429         (__ASSUME_PIPE2): Likewise.
13430         (__ASSUME_EVENTFD2): Likewise.
13431         (__ASSUME_SIGNALFD4): Likewise.
13432         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13433         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13434         Do not define.
13435         (__ASSUME_EVENTFD2): Likewise.
13436         (__ASSUME_SIGNALFD4): Likewise.
13437         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13438         (__ASSUME_32BITUIDS): Likewise.
13439         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13440         (__ASSUME_IPC64): Likewise.
13441         (__ASSUME_ST_INO_64_BIT): Likewise.
13442         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13443         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13444         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13445         (__ASSUME_UTIMES): Do not define.
13446         (__ASSUME_PSELECT): Likewise.
13447         (__ASSUME_PPOLL): Likewise.
13448         (__ASSUME_O_CLOEXEC): Likewise.
13449         (__ASSUME_SOCK_CLOEXEC): Likewise.
13450         (__ASSUME_IN_NONBLOCK): Likewise.
13451         (__ASSUME_PIPE2): Likewise.
13452         (__ASSUME_EVENTFD2): Likewise.
13453         (__ASSUME_SIGNALFD4): Likewise.
13454         (__ASSUME_DUP3): Likewise.
13455         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13456         (__ASSUME_UTIMES): Likewise.
13457         (__ASSUME_O_CLOEXEC): Likewise.
13458         (__ASSUME_SOCK_CLOEXEC): Likewise.
13459         (__ASSUME_IN_NONBLOCK): Likewise.
13460         (__ASSUME_PIPE2): Likewise.
13461         (__ASSUME_EVENTFD2): Likewise.
13462         (__ASSUME_SIGNALFD4): Likewise.
13463         (__ASSUME_DUP3): Likewise.
13464         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13465         (__ASSUME_UTIMES): Likewise.
13466         (__ASSUME_O_CLOEXEC): Likewise.
13467         (__ASSUME_SOCK_CLOEXEC): Likewise.
13468         (__ASSUME_IN_NONBLOCK): Likewise.
13469         (__ASSUME_PIPE2): Likewise.
13470         (__ASSUME_EVENTFD2): Likewise.
13471         (__ASSUME_SIGNALFD4): Likewise.
13472         (__ASSUME_DUP3): Likewise.
13473         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13474         Likewise.
13475         (__ASSUME_UTIMES): Likewise.
13476         (__ASSUME_EVENTFD2): Likewise.
13477         (__ASSUME_SIGNALFD4): Likewise.
13478         * sysdeps/unix/sysv/linux/tile/kernel-features.h
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         (__ASSUME_UTIMES): Undefine.
13488         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13489         feclearexcept.  Remove symbol versioning code.
13490         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13491         symbol versioning code.
13492         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13493         symbol versioning code.
13494         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13495         feupdateenv.  Remove symbol versioning code.
13496         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13497         fegetexceptflag.  Remove symbol versioning code.
13498         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13499         fesetexceptflag.  Remove symbol versioning code.
13500         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13501         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13502         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13503         (__posix_fadvise64_l32): Remove prototype.
13504         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13505         code.
13507 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13509         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13510         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13511         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13512         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13514 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13516         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13517         current working directory
13519 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13521         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13522         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13523         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13524         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13525         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13526         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13527         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13528         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13529         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13530         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13531         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13532         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13533         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13534         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13535         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13536         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13537         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13538         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13539         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13540         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13541         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13542         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13543         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13544         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13545         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13546         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13547         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13548         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13549         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13550         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13551         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13552         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13553         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13554         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13555         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13556         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13557         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13558         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13559         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13560         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13561         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13562         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13564         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13565         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13567         * sysdeps/unix/sysv/linux/arm/Makefile
13568         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13569         Add rt-aeabi_unwind_cpp_pr1.
13570         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13571         Add nptl-aeabi_unwind_cpp_pr1.
13572         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13573         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13574         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13575         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13576         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13577         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13579         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13580         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13581         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13582         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13584         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13585         Deconditionalize the code that was previously under [RESET_PID].
13586         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13588         * sysdeps/generic/exit-thread.h: New file.
13589         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13590         * include/unistd.h (__exit_thread): Remove declaration.
13591         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13592         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13593         * csu/libc-start.c: Include <exit-thread.h>.
13594         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13595         * nptl/pthread_create.c: Include <exit-thread.h>.
13596         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13597         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13598         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13599         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13600         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13601         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13602         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13603         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13604         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13605         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13606         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13607         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13608         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13609         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13610         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13611         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13612         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13614 2014-05-13  Andreas Schwab  <schwab@suse.de>
13616         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13618 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13620         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13621         (__ASSUME_UTIMES): Do not condition on kernel version.
13622         (__ASSUME_PSELECT): Define unconditionally.
13623         (__ASSUME_PPOLL): Likewise.
13624         (__ASSUME_ATFCTS): Likewise.
13625         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13626         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13627         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13628         (__ASSUME_UTIMENSAT): Define unconditionally.
13629         (__ASSUME_PRIVATE_FUTEX): Likewise.
13630         (__ASSUME_FALLOCATE): Likewise.
13631         (__ASSUME_O_CLOEXEC): Likewise.
13632         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13633         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13634         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13635         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13636         (__ASSUME_IN_NONBLOCK): Likewise.
13637         (__ASSUME_PIPE2): Likewise.
13638         (__ASSUME_EVENTFD2): Likewise.
13639         (__ASSUME_SIGNALFD4): Likewise.
13640         (__ASSUME_DUP3): Likewise.
13641         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13642         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13643         (__ASSUME_AT_RANDOM): Likewise.
13644         (__ASSUME_PREADV): Likewise.
13645         (__ASSUME_PWRITEV): Likewise.
13646         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13647         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13648         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13649         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13650         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13651         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13652         (__ASSUME_O_CLOEXEC): Define unconditionally.
13653         (__ASSUME_PSELECT): Do not undefine conditionally.
13654         (__ASSUME_PPOLL): Likewise.
13655         (__ASSUME_ATFCTS): Likewise.
13656         (__ASSUME_SET_ROBUST_LIST): Likewise.
13657         (__ASSUME_UTIMENSAT): Likewise.
13658         (__ASSUME_FDATASYNC): Define unconditionally.
13659         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13660         (__ASSUME_SIGFRAME_V2): Likewise.
13661         )__ASSUME_EVENTFD2): Likewise.
13662         (__ASSUME_SIGNALFD4): Likewise.
13663         (__ASSUME_PSELECT): Do not undefine conditionally.
13664         (__ASSUME_PPOLL): Likewise.
13665         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13666         (__ASSUME_PSELECT): Define unconditionally.
13667         (__ASSUME_PPOLL): Likewise.
13668         (__ASSUME_O_CLOEXEC): Likewise.
13669         (__ASSUME_SOCK_CLOEXEC): Likewise.
13670         (__ASSUME_IN_NONBLOCK): Likewise.
13671         (__ASSUME_PIPE2): Likewise.
13672         (__ASSUME_EVENTFD2): Likewise.
13673         (__ASSUME_SIGNALFD4): Likewise.
13674         (__ASSUME_DUP3): Likewise.
13675         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13676         (__ASSUME_O_CLOEXEC): Likewise.
13677         (__ASSUME_SOCK_CLOEXEC): Likewise.
13678         (__ASSUME_IN_NONBLOCK): Likewise.
13679         (__ASSUME_PIPE2): Likewise.
13680         (__ASSUME_EVENTFD2): Likewise.
13681         (__ASSUME_SIGNALFD4): Likewise.
13682         (__ASSUME_DUP3): Likewise.
13683         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13684         (__ASSUME_EVENTFD2): Likewise.
13685         (__ASSUME_SIGNALFD4): Likewise.
13686         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13688 2014-05-12  Andreas Schwab  <schwab@suse.de>
13690         [BZ #16932]
13691         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13692         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13693         than maximum RPC packet size.
13694         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13695         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13696         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13697         (_nss_nis_getservbyport_r): Likewise.
13699 2014-05-12  Will Newton  <will.newton@linaro.org>
13701         * malloc/Makefile (tests): Add tst-mallopt.
13702         * malloc/tst-mallopt.c: New file.
13704 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13706         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13707         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13709 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13711         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13712         (tst-tlsmod6.so): Likewise.
13714 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13716         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13718 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13720         [BZ #16064]
13721         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13722         and <dl-procinfo.h>.
13723         (__fegetenv): Save SSE state in envp->__eip if supported.
13724         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13725         envp->__eip if supported.
13726         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13727         and <dl-procinfo.h>.
13728         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13729         __data_offset and __data_selector in environment to 0.  Set SSE
13730         state if supported.
13731         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13732         test-fenv-sse.
13733         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13734         -mfpmath=sse.
13735         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13737 2014-05-09  Will Newton  <will.newton@linaro.org>
13739         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13740         and libc_relro_required for ARM.
13741         * sysdeps/arm/preconfigure: Regenerate.
13743 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13744             Stefan Liebler  <stli@linux.vnet.ibm.com>
13746         * config.make.in (enable-lock-elision): New Makefile variable.
13747         * configure.ac: Likewise.
13748         * configure: Regenerate.
13749         * sysdeps/s390/configure.ac:
13750         Add check for gcc transactions support.
13751         * sysdeps/s390/configure: Regenerate.
13752         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13753         Build elision files if enabled.
13754         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13755         Add lock elision support for s390.
13756         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13757         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13758         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13759         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13760         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13761         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13762         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13763         Likewise.
13764         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13765         Likewise.
13766         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13767         Likewise.
13768         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13769         Likewise.
13770         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13771         (__lll_timedlock_elision, __lll_lock_elision)
13772         (__lll_unlock_elision, __lll_trylock_elision)
13773         (lll_timedlock_elision, lll_lock_elision)
13774         (lll_unlock_elision, lll_trylock_elision): Add.
13775         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13776         (pthread_mutex_t): Add lock elision support for s390.
13778 2014-05-14  Wilco  <wdijkstr@arm.com>
13780         * sysdeps/arm/fclrexcpt.c: Cleanup.
13781         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13782         * sysdeps/arm/feenablxcpt.c: Cleanup.
13783         * sysdeps/arm/fegetenv.c: Cleanup.
13784         * sysdeps/arm/fegetexcept.c: Cleanup.
13785         * sysdeps/arm/fegetround.c: Cleanup.
13786         * sysdeps/arm/feholdexcpt.c: Cleanup.
13787         * sysdeps/arm/fesetenv.c: Cleanup.
13788         * sysdeps/arm/fesetround.c: Cleanup.
13789         * sysdeps/arm/feupdateenv.c: Cleanup.
13790         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13791         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13792         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13793         * sysdeps/arm/ftestexcept.c: Cleanup.
13794         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13795         * sysdeps/arm/setfpucw.c: Cleanup.
13797 2014-05-09  Will Newton  <will.newton@linaro.org>
13799         * sysdeps/arm/armv7/strcmp.S: New file.
13800         * NEWS: Mention addition of ARMv7 optimized strcmp.
13802 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13804         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13805         look for %.ac rather than %.in.
13807         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13808         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13809         * sysdeps/mach/hurd/configure: Regenerated.
13810         * sysdeps/unix/sysv/linux/configure: Regenerated.
13812         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13814 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13816         [BZ# 16922]
13817         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13818         (LONG_SUB): Ditto.
13819         (PTR_SUB): Ditto.
13821 2014-05-07  Andreas Schwab  <schwab@suse.de>
13823         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13824         when skipping over non-matching result from nscd.
13826 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13828         [BZ #16876]
13829         * nptl/sockperf.c (client): Check socket return value.
13831         [BZ #16877]
13832         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13833         nscd security class.
13835 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13837         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13838         * sysdeps/arm/unwind.h: ... here.
13840 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13842         [BZ# 16916]
13843         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13844         Define.
13846 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13848         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13849         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13850         multiarch strncpy for PPC64.
13851         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13852         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13853         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13854         multiarch optimizations.
13855         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13856         (__libc_ifunc_impl_list): Likewise.
13857         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13858         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13859         multiarch stpncpy for PPC64.
13860         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13861         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13863 2014-05-06  Andreas Schwab  <schwab@suse.de>
13865         [BZ #16912]
13866         * gmon/mcount.c (_MCOUNT_DECL): Use
13867         atomic_compare_and_exchange_bool_acq instead of
13868         catomic_compare_and_exchange_bool_acq.
13870 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13872         * elf/Makefile (others, install-bin): Remove pldd.
13873         (pldd-modules): Variable removed.
13874         ($(objpfx)pldd): Target removed.
13875         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13876         (others, install-bin): Append pldd here.
13877         ($(objpfx)pldd): New target.
13879         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13880         to 0, so the first #if test emitted later doesn't see it undefined.
13881         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13882         * sysdeps/gnu/errlist.c: Regenerated.
13884 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13886         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13887         [libc_hidden_builtin_def]: Define to empty value.
13888         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13889         [libc_hidden_builtin_def]: Likewise.
13890         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13891         [libc_hidden_builtin_def]: Likewise.
13892         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13893         [libc_hidden_builtin_def]: Likewise.
13894         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13895         __redirect_memcpy and define ifunc as default hidden symbol.
13896         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13897         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13899 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13901         * locale/iso-4217.def: Reintroduce XDR currency.
13903 2014-05-04  Allan McRae  <allan@archlinux.org>
13905         * po/eo.po: Update Esperanto translation from translation project.
13907 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13909         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13910         and FEATURE_INDEX_MAX to 1.
13911         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13913 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13915         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13916         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13917         * iconvdata/big5.c (ONE_DIRECTION): Define.
13918         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13919         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13920         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13921         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13922         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13923         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13924         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13925         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13926         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13927         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13928         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13929         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13930         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13931         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13932         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13933         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13934         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13935         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13936         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13937         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13938         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13939         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13940         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13941         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13942         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13943         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13944         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13945         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13946         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13947         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13948         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13949         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13950         * iconvdata/johab.c (ONE_DIRECTION): Define.
13951         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13952         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13953         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13954         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13955         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13956         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13957         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13958         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13959         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13960         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13962 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13964         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13965         (_IO_JUMPS_OFFSET): Define to 0.
13967         * nptl/sysdeps/pthread/bits/libc-lock.h
13968         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13969         (__libc_lock_define_initialized_recursive): Always define using
13970         initializer.  Modern compilers treat uninitialized (implicit zero) and
13971         explicit zero initializers the same (i.e. put the datum in bss).
13973 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13975         * nscd/nscd-client.h: Include <string.h>.
13977 2014-05-01  David S. Miller  <davem@davemloft.net>
13979         [BZ #16885]
13980         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13981         multiple zero bytes exist at the end of a string.
13982         Reported by Aurelien Jarno <aurelien@aurel32.net>
13984         * string/test-strcmp.c (check): Add explicit test for situations where
13985         there are multiple zero bytes after the first.
13987 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13989         [BZ #16890]
13990         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13991         when compiling wprintf.
13992         * stdio-common/tstdiomisc.c (t3): New function.
13993         (main): Call it.
13995 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13997         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13998         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13999         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14000         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14002 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14004         * stdlib/longlong.h: Updated from GCC.
14006 2014-05-01  Will Newton  <will.newton@linaro.org>
14007             Bernard Ogden  <bernie.ogden@linaro.org>
14009         * NEWS: Update fixed bug list.
14011         [BZ #15119]
14012         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14014 2014-04-30  David S. Miller  <davem@davemloft.net>
14016         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14017         (libc_feholdexcept_setround_sparc_ctx): New function.
14018         (libc_fesetenv_sparc_ctx): Likewise.
14019         (libc_feupdateenv_sparc_ctx): Likewise.
14020         (libc_feholdsetround_sparc_ctx): Likewise.
14021         (libc_feholdexcept_setround_ctx): Define.
14022         (libc_feholdexcept_setroundf_ctx): Likewise.
14023         (libc_feholdexcept_setroundl_ctx): Likewise.
14024         (libc_fesetenv_ctx): Likewise.
14025         (libc_fesetenvf_ctx): Likewise.
14026         (libc_fesetenvl_ctx): Likewise.
14027         (libc_feupdateenv_ctx): Likewise.
14028         (libc_feupdateenvf_ctx): Likewise.
14029         (libc_feupdateenvl_ctx): Likewise.
14030         (libc_feresetround_ctx): Likewise.
14031         (libc_feresetroundf_ctx): Likewise.
14032         (libc_feresetroundl_ctx): Likewise.
14033         (libc_feholdsetround_ctx): Likewise.
14034         (libc_feholdsetroundf_ctx): Likewise.
14035         (libc_feholdsetroundl_ctx): Likewise.
14037         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14038         with __USE_GNU instead of XOPEN cpp guards.
14040         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14041         0.
14043         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14044         with XOPEN cpp guards.
14046 2014-04-30  Julian Brown  <julian@codesourcery.com>
14048         [BZ #16888]
14049         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14050         handling.
14052 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14054         [BZ #9894]
14055         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14056         Change to 2.6.32.
14057         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14058         * sysdeps/unix/sysv/linux/configure: Regenerated.
14059         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14060         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14061         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14062         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14063         * README: Update reference to required Linux kernel version.
14064         * manual/install.texi (Linux): Update reference to required Linux
14065         kernel headers version.
14066         * INSTALL: Regenerated.
14068         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14069         header inclusion.
14070         [POSIX] (limits.h): Likewise.
14071         [POSIX] (math.h): Likewise.
14072         [POSIX] (sys/wait.h): Likewise.
14073         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14074         function.
14075         [POSIX] (stddef.h): Do not allow header inclusion.
14077 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14079         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14081 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14083         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14084         Return immediately after lll_futex_wake.
14086 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14088         [BZ #16791]
14089         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14090         structure.
14091         (datahead_init_pos): Call datahead_init_common early.
14092         (datahead_init_neg): Likewise.
14094         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14095         datahead_init_neg): New functions.
14096         * nscd/aicache.c (addhstaiX): Use them.
14097         * nscd/grpcache.c (cache_addgr): Likewise.
14098         * nscd/hstcache.c (cache_addhst): Likewise.
14099         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14100         * nscd/netgroupcache.c (do_notfound): Likewise.
14101         (addgetnetgrentX): Likewise.
14102         (addinnetgrX): Likewise.
14103         * nscd/pwdcache.c (cache_addpw): Likewise.
14104         * nscd/servicescache.c (cache_addserv): Likewise.
14106 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14107             Atsushi Onoe  <atsushi@onoe.org>
14109         [BZ #14308]
14110         [BZ #12994]
14111         [BZ #13651]
14112         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14113         one response is valid.
14114         * resolv/res_send.c (send_dg): Check for validity of other
14115         response if the current response is a referral.
14117 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14119         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14121 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14123         [BZ #16823]
14124         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14125         Always divide by positive zero when computing -Inf result.
14126         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14127         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14129 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14131         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14132         FPSCR if value do not change.
14133         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14134         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14135         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14136         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14137         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14138         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14139         function.
14141 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14143         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14144         * sysdeps/unix/sysv/linux/hppa: Move directory from
14145         ports/systeps/unix/sysv/linux/hppa.
14146         * README: Update listing for hppa-*-linux-gnu.
14148 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14150         [BZ #16754]
14151         * manual/stdio.texi (Hook functions): Fix types of stream hook
14152         functions.
14153         [BZ #16854]
14154         * socket/sys/socket.h: Fix typo in comment.
14156 2014-04-28  Wilco  <wdijkstr@arm.com>
14158         * sysdeps/arm/fenv_private.h: New file.
14159         * sysdeps/arm/math_private.h: New file.
14160         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14162 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14164         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14165         with __int128_t.
14166         (La_x86_64_retval): Likewise.
14168 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14170         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14171         fpsr if value didn't change.
14172         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14173         to fpcr if value didn't change.
14174         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14175         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14176         fpsr or fpcr if value didn't change.
14177         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14178         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14179         fpcr if value didn't change.
14180         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14181         to fpsr if value didn't change.
14183 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14185         * nptl/tst-sem3.c: Use test-skeleton.c
14186         (main): Rename to do_test.  Use return instead of
14187         exit.
14188         * nptl/tst-sem4.c: Use test-skeleton.c
14189         (main): Rename to do_test.
14191 2014-04-22  David S. Miller  <davem@davemloft.net>
14193         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14194         (struct sigaction): New struct member __glibc_reserved0, change
14195         type of sa_flags to int.
14197 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14199         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14200         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14202 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14204         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14205         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14207 2014-04-22  Will Newton  <will.newton@linaro.org>
14208             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14210         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14211         (__longjmp): Add longjmp and longjmp_target SystemTap
14212         probes.
14213         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14214         (__sigsetjmp): Add setjmp SystemTap probe.
14216 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14218         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14219         match manual order.
14221 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14223         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14225         * sysdeps/powerpc/fpu/fenv_private.h
14226         (libc_feholdexcept_setroundl_ctx): Define to
14227         libc_feholdexcept_setround_ppc_ctx.
14228         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14229         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14230         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14231         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14233 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14235         * sysdeps/aarch64/math-tests.h: New file.
14237 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14239         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14240         New.
14241         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14242         Check and set bit_AVX2_Usable.
14243         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14244         macro.
14245         (bit_AVX2): Likewise.
14246         (index_AVX2_Usable): Likewise.
14247         (CPUID_AVX2): Likewise.
14248         (HAS_AVX2): Likewise.
14250 2014-04-17  Will Newton  <will.newton@linaro.org>
14252         * manual/setjmp.texi (System V contexts): Add note that
14253         calling setcontext on a context created by a call to a
14254         signal handler is undefined.  Update text to note that
14255         setcontext from a signal handler is possible but not
14256         recommended.
14258         [BZ #16629]
14259         * stdlib/tst-setcontext.c: Include signal.h.
14260         (main): Check that the signal stack before and
14261         after swapcontext is the same.
14263         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14264         Re-implement to restore registers in user code and avoid
14265         rt_sigreturn system call.
14267 2014-04-17  Wilco  <wdijkstr@arm.com>
14269         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14270         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14271         * math/test-fenv.c: Skip exception trap tests on targets which only
14272         support non-stop mode.
14274 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14275             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14277         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14278         (libc_feholdsetround_aarch64_ctx)
14279         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14280         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14281         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14282         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14283         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14284         (libc_feresetround_noexl_ctx): Define.
14286 2014-04-16  Richard Henderson  <rth@redhat.com>
14288         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14290         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14291         unwind tables.
14293         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14294         const from the non-libc, non-ldso copy.
14296         * sysdeps/alpha/libm-test-ulps: Regenerate.
14298 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14299             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14301         * sysdeps/aarch64/fpu/math_private.h: New file.
14303 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14305         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14307 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14309         [BZ #16275]
14310         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14311         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14312         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14313         Intel MPX bound registers before _dl_profile_fixup.
14314         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14315         registers after _dl_profile_fixup.  Save and restore bound
14316         registers bnd0/bnd1 when calling _dl_call_pltexit.
14317         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14318         (LR_BND_OFFSET): Likewise.
14319         (LRV_BND0_OFFSET): Likewise.
14320         (LRV_BND1_OFFSET): Likewise.
14322 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14324         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14325         to...
14326         * sysdeps/mach/hurd/i386/tls.h: ... here.
14327         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14328         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14329         fields.
14331 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14333         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14335 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14337         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14339 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14341         [BZ #14770]
14342         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14343         * sysdeps/s390/configure: Regenerate.
14345         [BZ #16824]
14346         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14347         Set round-to-nearest internally to reduce error accumulation.
14349 2014-04-16  Alan Modra  <amodra@gmail.com>
14351         [BZ #16740]
14352         [BZ #16619]
14353         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14354         * math/libm-test.inc (frexp_test_data): Add tests.
14355         * NEWS: Update fixed bug list.
14357 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14359         * benchtests/Makefile: Depend on libraries in build directory.
14360         (bench-math): Separate out math tests.
14361         (bench-pthread): Separate out pthread tests.
14362         (bench): Include math and pthread tests.
14364 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14366         [BZ #16831]
14367         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14368         _dl_debug_initialize.
14370         * configure.ac: Remove SELinux header check.
14371         * configure: Regenerate.
14372         * nscd/selinux.c (perms): Array of const char* to permission names.
14373         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14374         default policy. Call string_to_security_class and string_to_av_perm to
14375         translate strings. Enforce default policy and call avs_has_perm with
14376         results of translated strings.
14378 2014-04-13  David S. Miller  <davem@davemloft.net>
14380         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14382 2014-04-12  Allan McRae  <allan@archlinux.org>
14384         [BZ #16838]
14385         * manual/string.texi (Collation Functions): Fix qsort argument
14386         order in example.
14387         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14389 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14391         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14392         Make the test a no-op if there are no exceptions defined.
14394 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14396         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14397         enable-hardcoded-path-in-tests
14399 2014-04-11  Will Newton  <will.newton@linaro.org>
14401         * benchtests/Makefile (extra-objs): Add json-lib.o.
14402         (bench-func): Tidy up JSON output.
14403         * benchtests/bench-skeleton.c: Include json-lib.h.
14404         (main): Use JSON library functions to do output of
14405         benchmark results.
14406         * benchtests/bench-timing-type.c (main): Output the
14407         timing type simply, leaving formatting to the user.
14408         * benchtests/json-lib.c: New file.
14409         * benchtests/json-lib.h: Likewise.
14411 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14413         [BZ #15215]
14414         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14415         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14416         memory barriers.  Add comments.
14417         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14418         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14419         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14420         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14421         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14422         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14424 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14426         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14427         * sysdeps/s390/s390-64/configure.ac: ... this ...
14428         * sysdeps/s390/configure.ac: ... to here.
14429         * sysdeps/s390/s390-32/configure: Delete file.
14430         * sysdeps/s390/s390-64/configure: Delete file.
14431         * sysdeps/s390/configure: Regenerate.
14433 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14435         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14437 2014-04-11  Will Newton  <will.newton@linaro.org>
14439         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14440         to zero if it is not defined elsewhere.  (mtrim): Test
14441         the value of MALLOC_DEBUG with #if rather than #ifdef.
14443 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14445         * benchtests/pthread_once-inputs: New file.
14446         * benchtests/pthread_once-source.c: New file.
14447         * benchtests/README: Update documentation.
14449 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14450             H.J. Lu  <hongjiu.lu@intel.com>
14452         [BZ #16275]
14453         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14454         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14455         * sysdeps/x86_64/configure: Regenerated.
14456         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14457         macro.
14458         (REGISTER_SAVE_RAX): Likewise.
14459         (REGISTER_SAVE_RCX): Likewise.
14460         (REGISTER_SAVE_RDX): Likewise.
14461         (REGISTER_SAVE_RSI): Likewise.
14462         (REGISTER_SAVE_RDI): Likewise.
14463         (REGISTER_SAVE_R8): Likewise.
14464         (REGISTER_SAVE_R9): Likewise.
14465         (REGISTER_SAVE_BND0): Likewise.
14466         (REGISTER_SAVE_BND1): Likewise.
14467         (REGISTER_SAVE_BND2): Likewise.
14468         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14469         bound registers when calling _dl_fixup.
14471 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14473         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14474         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14475         of its definition.
14476         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14477         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14478         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14479         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14480         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14481         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14482         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14484 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14486         [BZ #15514]
14487         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14488         pathconf(_PC_NAME_MAX).
14490 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14492         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14493         Remove macro usage.
14494         (__PTHREAD_SPINS): Move definition to ...
14495         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14496         (__PTHREAD_SPINS): ... here.
14497         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14498         (__PTHREAD_SPIN): Likewise.
14499         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14500         (__PTHREAD_SPIN): Likewise.
14501         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14502         (__PTHREAD_SPIN): Likewise.
14503         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14504         (__PTHREAD_SPIN): Likewise.
14505         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14506         (__PTHREAD_SPIN): Likewise.
14507         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14508         (__PTHREAD_SPIN): Likewise.
14509         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14510         (__PTHREAD_SPIN): Likewise.
14511         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14512         (__PTHREAD_SPIN): Likewise.
14513         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14514         (__PTHREAD_SPIN): Likewise.
14515         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14516         (__PTHREAD_SPIN): Likewise.
14517         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14518         (__PTHREAD_SPIN): Likewise.
14519         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14520         (__PTHREAD_SPIN): Likewise.
14522         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14523         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14524         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14525         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14526         imply folder.
14527         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14528         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14529         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14530         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14531         correct imply path.
14532         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14533         strlen symbol for non multi-arch builds.
14534         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14535         missing hidden_def and weak_alias.
14537 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14539         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14541 2014-04-07  Will Newton  <will.newton@linaro.org>
14543         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14544         and contents.  [!_LIBC] Remove #ifndef and contents.
14545         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14546         * string/memccpy.c (__memccpy): Use ANSI prototype.
14547         * string/memfrob.c (memfrob): Likewise.
14548         * string/strcoll.c (STRCOLL): Likewise.
14549         * string/strlen.c (strlen): Likewise.
14550         * string/strtok.c (STRTOK): Likewise.
14551         * string/strcat.c: Remove unused #include of memcopy.h.
14552         (strcat): Use ANSI prototype.
14553         * string/strchr.c: Remove unused #include of memcopy.h.
14554         (strchr): Use ANSI prototype.
14555         * string/strcmp.c: Remove unused #include of memcopy.h.
14556         (strcmp): Use ANSI prototype.
14557         * string/strcpy.c: Remove unused #include of memcopy.h.
14558         (strcpy): Use ANSI prototype.
14560 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14562         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14563         * config.make.in (config-extra-cppflags): Set it from
14564         libc_extra_cppflags.
14565         * configure.ac (libc_extra_cflags): Make it accumulate over
14566         configure fragments.
14567         (libc_extra_cppflags): New flag.
14568         * configure. Regenerate.
14569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14570         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14571         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14574         [BZ #16815]
14575         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14576         result for FE_DOWNWARD rounding mode.
14577         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14578         Likewise.
14579         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14581 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14583         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14584         in function argument name.
14586 2014-04-03  David Svoboda  <svoboda@cert.org>
14588         [BZ #5666]
14589         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14590         explicitly.
14592 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14594         * elf/dl-unmap-segments.h: New file.
14595         * sysdeps/generic/ldsodefs.h
14596         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14597         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14598         * elf/dl-fptr.c: Likewise.
14599         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14600         * sysdeps/aarch64/tlsdesc.c: Likewise.
14601         * sysdeps/arm/tlsdesc.c: Likewise.
14602         * sysdeps/i386/tlsdesc.c: Likewise.
14603         * sysdeps/tile/dl-runtime.c: Likewise.
14604         * sysdeps/x86_64/tlsdesc.c: Likewise.
14605         * elf/dl-load.h: New file.
14606         * elf/dl-load.c: Include it.
14607         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14608         Macros moved to dl-load.h.
14609         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14610         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14611         Use _dl_unmap_segments in place of __munmap.
14612         Break out segment-mapping loop into ...
14613         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14615 2014-04-03  Will Newton  <will.newton@linaro.org>
14617         * elf/dl-lookup.c (do_lookup_x): Remove comment
14618         referring to nested function and move variable
14619         declarations down to before first use.
14621 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14623         [BZ #16799]
14624         [BZ #16800]
14625         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14626         with 0 numerator.
14627         * math/s_catanf.c (__catanf): Likewise.
14628         * math/s_catanh.c (__catanh): Likewise.
14629         * math/s_catanhf.c (__catanhf): Likewise.
14630         * math/s_catanhl.c (__catanhl): Likewise.
14631         * math/s_catanl.c (__catanl): Likewise.
14632         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14633         by positive zero when computing -Inf result.
14634         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14635         (catanh_test): Likewise.
14636         * sysdeps/i386/fpu/libm-test-ulps: Update.
14637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14639         [BZ #16789]
14640         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14641         instead of using underflowing value in computing result.
14642         * math/s_clog10.c (__clog10): Likewise.
14643         * math/s_clog10f.c (__clog10f): Likewise.
14644         * math/s_clog10l.c (__clog10l): Likewise.
14645         * math/s_clogf.c (__clogf): Likewise.
14646         * math/s_clogl.c (__clogl): Likewise.
14647         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14648         (clog10_test): Likewise.
14649         * sysdeps/i386/fpu/libm-test-ulps: Update.
14650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14652 2014-04-02  Alan Modra  <amodra@gmail.com>
14654         [BZ #16739]
14655         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14656         output when value is near a power of two.  Use int64_t for lx and
14657         remove casts.  Use decimal rather than hex exponent constants.
14658         Don't use long double multiplication when double will suffice.
14659         * math/libm-test.inc (nextafter_test_data): Add tests.
14660         * NEWS: Add 16739 and 16786 to bug list.
14662         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14664         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14666 2014-04-01  Will Newton  <will.newton@linaro.org>
14668         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14669         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14671 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14673         [BZ #13347]
14674         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14675         * nptl/tst-setuid2.c: New file.
14676         * nptl/Makefile (xtests): Add tst-setuid2.
14678 2014-04-01  Alan Modra  <amodra@gmail.com>
14680         [BZ #16786]
14681         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14683 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14685         [BZ #6803]
14686         [BZ #6804]
14687         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14688         set errno as appropriate.
14689         * math/w_scalbf.c (__scalbf): Likewise.
14690         * math/w_scalbl.c (__scalbl): Likewise.
14691         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14692         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14693         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14694         Add more NaN tests.
14696         [BZ #16349]
14697         * math/w_atan2.c: Include <errno.h>.
14698         (__atan2): Set errno for result underflowing to zero.
14699         * math/w_atan2f.c: Include <errno.h>.
14700         (__atan2f): Set errno for result underflowing to zero.
14701         * math/w_atan2l.c: Include <errno.h>.
14702         (__atan2l): Set errno for result underflowing to zero.
14703         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14704         tests.
14705         * math/auto-libm-test-out: Regenerated.
14707 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14709         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14710         Encode instruction correctly in little endian.
14711         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14712         Likewise.
14713         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14714         Likewise.
14715         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14716         Likewise.
14717         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14718         Likewise.
14720 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14722         [BZ #9894]
14723         * sysdeps/unix/sysv/linux/kernel-features.h
14724         [__sparc__ && !__arch64__ && !__sparc_v9__]
14725         (__ASSUME_SET_ROBUST_LIST): Do not define.
14726         [__sparc__ && !__arch64__ && !__sparc_v9__]
14727         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14728         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14729         Likewise.
14730         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14731         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14732         (__ASSUME_REQUEUE_PI): Likewise.
14733         (__ASSUME_SET_ROBUST_LIST): Likewise.
14734         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14735         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14736         Undefine.
14737         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14738         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14739         Likewise.
14740         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14741         Likewise.
14742         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14743         Likewise.
14744         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14745         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14746         Undefine.
14747         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14748         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14749         Likewise.
14751         [BZ #16648]
14752         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14753         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14754         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14756 2014-03-31  Will Newton  <will.newton@linaro.org>
14758         * benchtests/Makefile (bench): Add ffs and ffsll to list
14759         of tests.
14760         * benchtests/ffs-inputs: New file.
14761         * benchtests/ffsll-inputs: Likewise.
14763 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14765         [BZ #16770]
14766         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14767         too large before casting to int.
14768         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14769         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14770         * math/libm-test.inc (scalb_test_data): Add more tests.
14772 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14774         * benchtests/Makefile (DETAILED_OPT): New make option.
14775         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14776         set.
14777         * benchtests/bench-skeleton.c: Include stdbool.h.
14778         (main): Store and print timings per input.
14779         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14780         member to each argument value.
14781         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14782         (_print_arg_data): Initialize per-input timing to 0.
14784         * benchtests/Makefile (timing-type): New binary.
14785         (bench-clean): Also remove bench-timing-type.
14786         (bench): New target for timing-type.
14787         (bench-func): Print output in JSON format.
14788         * benchtests/bench-skeleton.c (main): Print output in JSON
14789         format.
14790         * benchtests/bench-timing-type.c: New file.
14791         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14792         (TIMING_PRINT_STATS): Remove.
14793         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14794         name separately.
14796         * benchtests/bench-modf.c: Remove.
14797         * benchtests/modf-inputs: New inputs file.
14799 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14801         [BZ #16362]
14802         * math/s_clog10.c (M_PI_LOG10E): New macro.
14803         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14804         imaginary parts are 0.
14805         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14806         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14807         imaginary parts are 0.
14808         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14809         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14810         imaginary parts are 0.
14811         * math/libm-test.inc (clog10_test_data): Update expected results
14812         for when real and imaginary parts are 0.
14814 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14816         * elf/dl-load.c: Finish conversion of __builtin_expect into
14817         __glibc_{un}likely.
14819 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14821         [BZ #16348]
14822         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14823         1+x for argument with exponent below -67.
14824         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14825         Likewise.
14826         * math/auto-libm-test-in: Add more tests of exp.
14827         * math/auto-libm-test-out: Regenerated.
14829 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14831         [BZ #16759]
14832         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14833         (nscd_getnetgrent): Use it.
14835         [BZ #16760]
14836         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14837         of stpcpy.
14839 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14841         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14842         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14843         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14844         (lll_robust_unlock): Remove out of line section. Use cfi
14845         intrinsics.
14846         (LLL_STUB_UNWIND_INFO*): Remove.
14847         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14848         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14849         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14850         (lll_robust_unlock): Remove out of line section. Use cfi
14851         intrinsics.
14852         (LLL_STUB_UNWIND_INFO*): Remove.
14854 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14856         [BZ #16758]
14857         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14858         blank values.
14860 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14862         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14864 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14866         [BZ #16198]
14867         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14868         fnstenv.
14869         * math/test-fenv-preserve.c: New file.
14870         * math/Makefile (tests): Add test-fenv-preserve.
14872 2014-03-26  Will Newton <will.newton@linaro.org>
14874         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14876 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14878         * scripts/versionlist.awk: Partition the version sets and emit all
14879         GLIBC_* (sorted) before all others (sorted).
14881 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14883         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14884         GLIBC_2.2.5 version.
14886 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14888         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14889         calls.
14891         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14892         previous change.
14894         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14896 2014-03-25  Andreas Schwab  <schwab@suse.de>
14898         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14899         label to be used after in6ailist is initialized.
14901 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14903         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14904         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14906 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14908         [BZ #16357]
14909         [BZ #16599]
14910         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14911         min_plus_half.
14912         (fp_formats): Update initializers.
14913         (init_fp_formats): Initialize new field.
14914         (output_for_one_input_case): Allow underflow for results up to
14915         min_plus_half.
14916         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14917         * math/auto-libm-test-in: Don't mark some underflows from asin and
14918         atanh as spurious.
14919         * math/auto-libm-test-out: Regenerated.
14920         * sysdeps/i386/fpu/libm-test-ulps: Update.
14921         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14923 2014-03-25  Andreas Schwab  <schwab@suse.de>
14925         * libio/Makefile (tst-ftell-partial-wide-ENV)
14926         (tst-ftell-active-handler-ENV): Define.
14928 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14930         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14932 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14934         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14936 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14938         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14939         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14940         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14942 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14944         [BZ #16634]
14945         * elf/dl-load.c (open_verify): Add mode parameter.
14946         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14947         (open_path): Change from boolean 'secure' to complete flag 'mode'
14948         (_dl_map_object): Adjust.
14949         * elf/Makefile (tests): Add tst-dlopen-aout.
14950         * elf/tst-dlopen-aout.c: New test.
14952 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14954         [BZ #16714]
14955         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14956         (struct stat): Rename member pad0 to __glibc_reserved0.
14958         [BZ #16712]
14959         * sysdeps/s390/s390-32/bits/wordsize.h
14960         (__WORDSIZE32_SIZE_ULONG): New define.
14961         * sysdeps/s390/s390-64/bits/wordsize.h
14962         (__WORDSIZE32_SIZE_ULONG): Likewise.
14963         * sysdeps/generic/stdint.h (SIZE_MAX):
14964         Define as UL if __WORDSIZE32_SIZE_ULONG.
14966         [BZ #16713]
14967         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14968         (__glibc_reserved0): New variable.
14969         (sa_flags): Change type to int.
14971         * posix/Makefile (before-compile): Use += before-compile instead
14972         of a :=.
14974         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14975         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14977 2014-03-20  Andreas Schwab  <schwab@suse.de>
14979         [BZ #16743]
14980         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14981         non-matching result from nscd.
14983 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14985         * scripts/bench.py: Moved to ...
14986         * benchtests/scripts/bench.py: ... here.
14987         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14989 2014-03-24  Andreas Schwab  <schwab@suse.de>
14991         [BZ #16002]
14992         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14993         alloca_account and account alloca use for struct in6ailist.
14995 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14997         [BZ #16284]
14998         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14999         rounding mode to recompute results that overflow to infinity or
15000         underflow to zero.
15001         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15002         bug 16284.
15003         * math/auto-libm-test-out: Regenerated.
15004         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15005         (ccosh_test): Likewise.
15006         (csin_test_data): Use plus_oflow.
15007         (csin_test): Use ALL_RM_TEST.
15008         (csinh_test_data): Use plus_oflow.
15009         (csinh_test): Use ALL_RM_TEST.
15010         * sysdeps/i386/fpu/libm-test-ulps: Update.
15011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15013 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15015         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15016         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15017         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15019         [BZ #16731]
15020         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15021         when x - 1 is zero.
15022         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15023         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15024         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15025         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15026         argument is 1.
15027         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15028         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15029         zero.
15030         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15031         * sysdeps/i386/fpu/libm-test-ulps: Update.
15032         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15034 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15036         * scripts/bench.pl: Remove file.
15037         * scripts/bench.py: New benchmark script.
15038         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15039         * benchtests/README: Mention python dependency.
15040         * scripts/pylintrc: New file.
15041         * scripts/pylint: New file.
15043         * bits/mathdef.h: Use #ifdef instead of #if.
15044         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15045         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15046         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15047         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15048         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15049         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15051 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15052             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15054         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15055         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15056         and strpbrk-ppc64 objects.
15057         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15058         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15059         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15060         multiarch strpbrk for POWER7.
15061         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15062         multiarch strpbrk for PPC64.
15063         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15064         ifunc selector.
15065         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15066         strpbrk for POWER7.
15068 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15070         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15071         (atan_test): Likewise.
15072         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15073         (atanh_test): Use ALL_RM_TEST.
15074         (atan2_test_data): Likewise.
15075         (cabs_test): Likewise.
15076         (cacosh_test): Likewise.
15077         (carg_test): Likewise.
15078         (casin_test): Likewise.
15079         (casinh_test): Likewise.
15080         (cbrt_test): Likewise.
15081         (csqrt_test): Likewise.
15082         (erf_test): Likewise.
15083         (erfc_test): Likewise.
15084         (pow10_test): Likewise.
15085         (exp2_test): Likewise.
15086         (hypot_test): Likewise.
15087         (j0_test): Likewise.
15088         (j1_test): Likewise.
15089         (lgamma_test): Likewise.
15090         (gamma_test): Likewise.
15091         (sincos_test): Likewise.
15092         (tanh_test): Likewise.
15093         (y0_test): Likewise.
15094         (y1_test): Likewise.
15095         * sysdeps/i386/fpu/libm-test-ulps: Update.
15096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15098 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15100         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15101         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15102         and strcspn-ppc64 objects.
15103         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15104         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15105         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15106         multiarch strcspn for POWER7.
15107         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15108         multiarch strcspn for PPC64.
15109         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15110         ifunc selector.
15111         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15112         strcspn for POWER7.
15114 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15116         * math/gen-libm-test.pl (generate_testfile): Expect only function
15117         name as argument to AUTO_TESTS_* and pass results for all rounding
15118         modes to parse_args.
15119         (parse_auto_input): Separate inputs of automatic tests from
15120         outputs before storing in %auto_tests.
15121         * math/libm-test.inc (acos_test_data): Update call to
15122         AUTO_TESTS_f_f.
15123         (acos_test): Use ALL_RM_TEST.
15124         (acos_tonearest_test_data): Remove.
15125         (acos_test_tonearest): Likewise.
15126         (acos_towardzero_test_data): Likewise.
15127         (acos_test_towardzero): Likewise.
15128         (acos_downward_test_data): Likewise.
15129         (acos_test_downward): Likewise.
15130         (acos_upward_test_data): Likewise.
15131         (acos_test_upward): Likewise.
15132         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15133         (asin_test_data): Likewise.
15134         (asin_test): Use ALL_RM_TEST.
15135         (asin_tonearest_test_data): Remove.
15136         (asin_test_tonearest): Likewise.
15137         (asin_towardzero_test_data): Likewise.
15138         (asin_test_towardzero): Likewise.
15139         (asin_downward_test_data): Likewise.
15140         (asin_test_downward): Likewise.
15141         (asin_upward_test_data): Likewise.
15142         (asin_test_upward): Likewise.
15143         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15144         (atan_test_data): Likewise.
15145         (atanh_test_data): Likewise.
15146         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15147         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15148         (carg_test_data): Likewise.
15149         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15150         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15151         (ccosh_test_data): Likewise.
15152         (cexp_test_data): Likewise.
15153         (clog_test_data): Likewise.
15154         (clog10_test_data): Likewise.
15155         (cos_test_data): Update call to AUTO_TESTS_f_f.
15156         (cos_test): Use ALL_RM_TEST.
15157         (cos_tonearest_test_data): Remove.
15158         (cos_test_tonearest): Likewise.
15159         (cos_towardzero_test_data): Likewise.
15160         (cos_test_towardzero): Likewise.
15161         (cos_downward_test_data): Likewise.
15162         (cos_test_downward): Likewise.
15163         (cos_upward_test_data): Likewise.
15164         (cos_test_upward): Likewise.
15165         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15166         (cosh_test): Use ALL_RM_TEST.
15167         (cosh_tonearest_test_data): Remove.
15168         (cosh_test_tonearest): Likewise.
15169         (cosh_towardzero_test_data): Likewise.
15170         (cosh_test_towardzero): Likewise.
15171         (cosh_downward_test_data): Likewise.
15172         (cosh_test_downward): Likewise.
15173         (cosh_upward_test_data): Likewise.
15174         (cosh_test_upward): Likewise.
15175         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15176         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15177         (ctan_test_data): Likewise.
15178         (ctan_test): Use ALL_RM_TEST.
15179         (ctan_tonearest_test_data): Remove.
15180         (ctan_test_tonearest): Likewise.
15181         (ctan_towardzero_test_data): Likewise.
15182         (ctan_test_towardzero): Likewise.
15183         (ctan_downward_test_data): Likewise.
15184         (ctan_test_downward): Likewise.
15185         (ctan_upward_test_data): Likewise.
15186         (ctan_test_upward): Likewise.
15187         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15188         (ctanh_test): Use ALL_RM_TEST.
15189         (ctanh_tonearest_test_data): Remove.
15190         (ctanh_test_tonearest): Likewise.
15191         (ctanh_towardzero_test_data): Likewise.
15192         (ctanh_test_towardzero): Likewise.
15193         (ctanh_downward_test_data): Likewise.
15194         (ctanh_test_downward): Likewise.
15195         (ctanh_upward_test_data): Likewise.
15196         (ctanh_test_upward): Likewise.
15197         (erf_test_data): Update call to AUTO_TESTS_f_f.
15198         (erfc_test_data): Likewise.
15199         (exp_test_data): Likewise.
15200         (exp_test): Use ALL_RM_TEST.
15201         (exp_tonearest_test_data): Remove.
15202         (exp_test_tonearest): Likewise.
15203         (exp_towardzero_test_data): Likewise.
15204         (exp_test_towardzero): Likewise.
15205         (exp_downward_test_data): Likewise.
15206         (exp_test_downward): Likewise.
15207         (exp_upward_test_data): Likewise.
15208         (exp_test_upward): Likewise.
15209         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15210         (exp10_test): Use ALL_RM_TEST.
15211         (exp10_tonearest_test_data): Remove.
15212         (exp10_test_tonearest): Likewise.
15213         (exp10_towardzero_test_data): Likewise.
15214         (exp10_test_towardzero): Likewise.
15215         (exp10_downward_test_data): Likewise.
15216         (exp10_test_downward): Likewise.
15217         (exp10_upward_test_data): Likewise.
15218         (exp10_test_upward): Likewise.
15219         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15220         (expm1_test_data): Likewise.
15221         (expm1_test): Use ALL_RM_TEST.
15222         (expm1_tonearest_test_data): Remove.
15223         (expm1_test_tonearest): Likewise.
15224         (expm1_towardzero_test_data): Likewise.
15225         (expm1_test_towardzero): Likewise.
15226         (expm1_downward_test_data): Likewise.
15227         (expm1_test_downward): Likewise.
15228         (expm1_upward_test_data): Likewise.
15229         (expm1_test_upward): Likewise.
15230         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15231         (fma_test): Use ALL_RM_TEST.
15232         (fma_towardzero_test_data): Remove.
15233         (fma_test_towardzero): Likewise.
15234         (fma_downward_test_data): Likewise.
15235         (fma_test_downward): Likewise.
15236         (fma_upward_test_data): Likewise.
15237         (fma_test_upward): Likewise.
15238         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15239         (j0_test_data): Update call to AUTO_TESTS_f_f.
15240         (j1_test_data): Likewise.
15241         (jn_test_data): Update call to AUTO_TESTS_if_f.
15242         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15243         (log_test_data): Update call to AUTO_TESTS_f_f.
15244         (log10_test_data): Likewise.
15245         (log1p_test_data): Likewise.
15246         (log2_test_data): Likewise.
15247         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15248         (pow_tonearest_test_data): Likewise.
15249         (sin_test_data): Update call to AUTO_TESTS_f_f.
15250         (sin_test): Use ALL_RM_TEST.
15251         (sin_tonearest_test_data): Remove.
15252         (sin_test_tonearest): Likewise.
15253         (sin_towardzero_test_data): Likewise.
15254         (sin_test_towardzero): Likewise.
15255         (sin_downward_test_data): Likewise.
15256         (sin_test_downward): Likewise.
15257         (sin_upward_test_data): Likewise.
15258         (sin_test_upward): Likewise.
15259         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15260         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15261         (sinh_test): Use ALL_RM_TEST.
15262         (sinh_tonearest_test_data): Remove.
15263         (sinh_test_tonearest): Likewise.
15264         (sinh_towardzero_test_data): Likewise.
15265         (sinh_test_towardzero): Likewise.
15266         (sinh_downward_test_data): Likewise.
15267         (sinh_test_downward): Likewise.
15268         (sinh_upward_test_data): Likewise.
15269         (sinh_test_upward): Likewise.
15270         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15271         (sqrt_test): Use ALL_RM_TEST.
15272         (sqrt_tonearest_test_data): Remove.
15273         (sqrt_test_tonearest): Likewise.
15274         (sqrt_towardzero_test_data): Likewise.
15275         (sqrt_test_towardzero): Likewise.
15276         (sqrt_downward_test_data): Likewise.
15277         (sqrt_test_downward): Likewise.
15278         (sqrt_upward_test_data): Likewise.
15279         (sqrt_test_upward): Likewise.
15280         (tan_test_data): Update call to AUTO_TESTS_f_f.
15281         (tan_test): Use ALL_RM_TEST.
15282         (tan_tonearest_test_data): Remove.
15283         (tan_test_tonearest): Likewise.
15284         (tan_towardzero_test_data): Likewise.
15285         (tan_test_towardzero): Likewise.
15286         (tan_downward_test_data): Likewise.
15287         (tan_test_downward): Likewise.
15288         (tan_upward_test_data): Likewise.
15289         (tan_test_upward): Likewise.
15290         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15291         (tgamma_test_data): Likewise.
15292         (y0_test_data): Likewise.
15293         (y1_test_data): Likewise.
15294         (yn_test_data): Update call to AUTO_TESTS_if_f.
15295         (main): Do not call removed functions.
15297 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15299         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15300         (ldexp_test_data): Remove.
15301         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15302         scalbn_test_data.
15303         (scalb_test): Use ALL_RM_TEST.
15305 2014-03-19  Andreas Schwab  <schwab@suse.de>
15307         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15309 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15311         [BZ #16649]
15312         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15313         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15314         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15315         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15316         (__ASSUME_PREADV): Undefine.
15317         (__ASSUME_PWRITEV): Likewise.
15319 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15321         * bits/mman-linux.h: Add comment about non-Linux use.
15322         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15323         bits/mman-linux.h resting place.
15325         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15326         * bits/mman-linux.h: ... here.
15328 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15330         * conform/conformtest.pl: Add standard definition when calling C
15331         preprocessor on data files.
15332         (checknamespace): Remove unused variable.
15334 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15336         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15337         minus_oflow, plus_uflow and minus_uflow in expected results.
15338         * math/libm-test.inc (scalbn_test_data): Add more tests of
15339         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15340         minus_uflow.
15341         (scalbn_test): Use ALL_RM_TEST.
15342         (scalbln_test_data): Add more tests of negative arguments.  Use
15343         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15344         (scalbln_test): Use ALL_RM_TEST.
15346 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15348         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15350 2014-03-18  Will Newton  <will.newton@linaro.org>
15352         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15353         inaccurate comment.
15355 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15357         * Makerules [!subdir] (check-abi): Exit with error status if a
15358         test failed.
15360 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15362         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15363         for rint.  Include results for all rounding modes.
15364         (nearbyint_test): Use ALL_RM_TEST.
15365         (rint_test_data): Include all tests used for nearbyint.
15367 2014-03-17  Will Newton  <will.newton@linaro.org>
15369         * nptl/sysdeps/pthread/pthread.h: Revert previous
15370         change.
15372         * sysdeps/generic/ldsodefs.h: Revert previous
15373         change.
15375         * libio/genops.c: Revert previous change.
15376         * libio/libioP.h: Likewise.
15377         * stdio-common/vfprintf.c: Likewise.
15379         * sysdeps/generic/math_private.h: Revert previous
15380         change.
15382         * sysdeps/generic/math_private.h: Check whether
15383         HAVE_RM_CTX is defined with #ifdef rather
15384         than #if.
15386         * argp/argp-fmtstream.h: Check whether
15387         __STRICT_ANSI__ is defined with #ifdef rather
15388         than #if.
15389         * argp/argp.h: Likewise.
15391         * libio/genops.c: Check whether
15392         _IO_JUMPS_OFFSET is defined with #ifdef rather
15393         than #if.
15394         * libio/libioP.h: Likewise.
15395         * stdio-common/vfprintf.c: Likewise.
15397         * sysdeps/generic/ldsodefs.h: Check whether
15398         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15399         than #if.
15401         * nptl/sysdeps/pthread/pthread.h: Check
15402         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15403         its value.
15405 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15407         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15408         setting O_APPEND.
15409         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15410         test case.
15412         [BZ #16680]
15413         * libio/fileops.c (_IO_file_open): Seek to end of file but
15414         don't cache the offset.
15415         (get_file_offset): Remove function.
15416         (do_ftell): Use cached offset when available.
15417         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15418         don't cache the offset.
15419         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15420         case.
15421         (do_one_test): Call it.
15422         (do_ftell_test): Fix up expected old offset for a+ mode.
15423         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15424         available.
15426         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15427         up test status with function return status.
15428         (do_write_test): Likewise.
15429         (do_append_test): Likewise.
15431         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15432         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15433         Remove.
15435 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15437         * math/gen-libm-test.pl (parse_args): Handle results specified for
15438         each rounding mode separately.
15439         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15440         tests and results from lrint_tonearest_test_data,
15441         lrint_towardzero_test_data, lrint_downward_test_data and
15442         lrint_upward_test_data.
15443         (lrint_test): Use ALL_RM_TEST.
15444         (lrint_tonearest_test_data): Remove.
15445         (lrint_test_tonearest): Likewise.
15446         (lrint_towardzero_test_data): Likewise.
15447         (lrint_test_towardzero): Likewise.
15448         (lrint_downward_test_data): Likewise.
15449         (lrint_test_downward): Likewise.
15450         (lrint_upward_test_data): Likewise.
15451         (lrint_test_upward): Likewise.
15452         (llrint_test_data): Merge in per-rounding-mode tests and results
15453         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15454         llrint_downward_test_data and llrint_upward_test_data.
15455         (llrint_test): Use ALL_RM_TEST.
15456         (llrint_tonearest_test_data): Remove.
15457         (llrint_test_tonearest): Likewise.
15458         (llrint_towardzero_test_data): Likewise.
15459         (llrint_test_towardzero): Likewise.
15460         (llrint_downward_test_data): Likewise.
15461         (llrint_test_downward): Likewise.
15462         (llrint_upward_test_data): Likewise.
15463         (llrint_test_upward): Likewise.
15464         (rint_test_data): Merge in per-rounding-mode tests and results
15465         from rint_tonearest_test_data, rint_towardzero_test_data,
15466         rint_downward_test_data and rint_upward_test_data.  Add
15467         per-rounding-mode results for tests not in those arrays.
15468         (rint_test): Use ALL_RM_TEST.
15469         (rint_tonearest_test_data): Remove.
15470         (rint_test_tonearest): Likewise.
15471         (rint_towardzero_test_data): Likewise.
15472         (rint_test_towardzero): Likewise.
15473         (rint_downward_test_data): Likewise.
15474         (rint_test_downward): Likewise.
15475         (rint_upward_test_data): Likewise.
15476         (rint_test_upward): Likewise.
15477         (main): Don't call removed functions.
15479 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15481         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15482         "Compiled on ..." crapola.  It is anti-useful.
15484 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15486         * scripts/evaluate-test.sh: Handle fourth argument to determine
15487         whether test run should stop on failure.
15488         * Makeconfig (stop-on-test-failure): New variable.
15489         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15490         $(stop-on-test-failure).
15491         * Makefile (tests): Give a summary of results from testing and
15492         exit with failure status if they include an ERROR or FAIL.
15493         (xtests): Likewise.
15494         * manual/install.texi (Configuring and compiling): Mention
15495         stop-on-test-failure=y.
15496         * INSTALL: Regenerated.
15498 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15500         * scripts/versionlist.awk: New file.
15501         * Makerules [$(build-shared) = yes]
15502         (postclean-generated): Add Versions.def, not Versions.def.v and
15503         Versions.def.v.i.
15504         ($(common-objpfx)Versions.def.v.i): Target removed.
15505         ($(common-objpfx)Versions.def): New target.
15506         ($(common-objpfx)Versions.all): Depend on that rather that
15507         $(common-objpfx)Versions.def.v.
15508         * Versions.def: File removed.
15510         * Makeconfig (+gccwarn): Add -Wundef.
15511         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15512         a dl-sysdep.h breaking its contract.
15513         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15514         * include/stackinfo.h: New file.
15515         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15516         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15517         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15518         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15519         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15520         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15521         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15522         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15523         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15524         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15525         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15526         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15527         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15528         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15529         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15531 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15533         [BZ #16707]
15534         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15535         implementation.
15536         * math/libm-test.inc (round_test_data): Add more tests.
15538         [BZ #16706]
15539         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15540         implementation.
15541         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15543         [BZ #16701]
15544         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15545         implementation.
15546         * math/libm-test.inc (ceil_test_data): Add more tests.
15548         * math/libm-test.inc (trunc_test_data): Add more tests related to
15549         BZ#16414.
15551 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15553         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15554         with #if rather than #ifdef.
15555         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15557 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15559         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15560         first.  Disable AVX-512 GCC support if assembler doesn't support
15561         it.
15562         * sysdeps/x86_64/configure: Regenerated.
15564 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15566         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15567         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15568         (__old_pthread_attr_setstack): Likewise.
15569         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15570         [!_STACK_GROWS_DOWN]: Likewise.
15572 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15574         * config.make.in (have-bash2): Delete.
15575         * configure.ac (libc_cv_have_bash2): Delete.
15576         * configure: Regenerate.
15577         * elf/Makefile (common-ldd-rewrite): Rename to ...
15578         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15579         (sh-ldd-rewrite): Delete.
15580         (bash-ldd-rewrite): Delete.
15581         (have-bash2): Delete checks.
15582         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15583         ldd-rewrite.
15585         * config.make.in (have-ksh): Delete.
15586         (KSH): Delete.
15587         * configure.ac (libc_cv_have_ksh): Delete.
15588         * configure: Regenerate.
15590         * elf/Makefile: Delete $(have-ksh) check.
15591         ($(objpfx)sotruss): Change KSH to BASH.
15592         * elf/sotruss.ksh: Rename to ...
15593         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15594         function style to match POSIX.  Drop ksh vim mode setting.
15596         * manual/time.texi (Specifying the Time Zone with TZ): Change
15597         Tuesday to Thursday.
15599         * debug/tst-longjmp_chk2.c: Update header comment.
15600         (stackoverflow_handler): Add comment.  Call assert on pass value.
15602 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15604         [BZ #16194]
15605         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15606         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15607         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15608         (La_x86_64_vector): Add zmm.
15609         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15610         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15611         ($(objpfx)tst-audit10): New target.
15612         ($(objpfx)tst-audit10.out): Likewise.
15613         (tst-audit10-ENV): New.
15614         (AVX512-CFLAGS): Likewise.
15615         (CFLAGS-tst-audit10.c): Likewise.
15616         (CFLAGS-tst-auditmod10a.c): Likewise.
15617         (CFLAGS-tst-auditmod10b.c): Likewise.
15618         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15619         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15620         * sysdeps/x86_64/configure: Regenerated.
15621         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15622         AVX-512 zmm register support.
15623         (_dl_x86_64_save_sse): Likewise.
15624         (_dl_x86_64_restore_sse): Likewise.
15625         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15626         size vector registers.
15627         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15628         (ZMM_SIZE): Likewise.
15629         * sysdeps/x86_64/tst-audit10.c: New file.
15630         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15631         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15633 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15635         * configure.ac (HAVE_EHDR_START): New check.
15636         * configure: Regenerated.
15637         * config.h.in (HAVE_EHDR_START): New #undef.
15638         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15639         assuming the lowest-addressed segment maps the start of the file.
15641 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15643         * INSTALL: Regenerated.
15645 2014-03-13  Will Newton  <will.newton@linaro.org>
15647         * manual/setjmp.texi (System V contexts): Improve
15648         clarity and grammar of documentation.
15650 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15652         [BZ #16381]
15653         * elf/Makefile (tests): Add tst-pie2.
15654         (tests-pie): Add tst-pie2.
15655         * elf/tst-pie2.c: New file.
15656         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15657         for ET_EXEC.
15658         * elf/rtld.c (map_doit): Load executable as lt_executable.
15659         (dl_main): Likewise.
15661 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15663         [BZ #16642]
15664         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15665         (__ASSUME_PSELECT): Undefine.
15667 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15669         [BZ #16689]
15670         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15671         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15672         static build.
15673         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15674         selector for static builds.
15676 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15678         [BZ #16695]
15679         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15680         key in the buffer.
15682 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15684         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15685         IFUNC selector for static builds.
15687 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15689         * sysdeps/mips/math_private.h [__mips_hard_float]
15690         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15691         libc_feresetround_mips_ctx.
15692         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15693         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15694         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15696         [BZ #16677]
15697         * math/s_nextafter.c (__nextafter): Do not return value from
15698         overflowing computation.
15699         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15700         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15701         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15702         Likewise.
15703         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15704         Likewise.
15705         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15706         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15708 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15710         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15711         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15712         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15713         the new mov targetting sp.
15715 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15717         [BZ #16683]
15718         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15719         Define it for static builds as well.
15720         (NO_BZERO_IMPL): Likewise.
15722 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15724         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15725         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15726         multiarch strspn for PPC64.
15727         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15728         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15729         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15730         (__libc_ifunc_impl_list): Likewise.
15731         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15732         multiarch optimizations
15733         * string/strspn.c (strspn): Using macro to redefine symbol name.
15735 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15736             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15738         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15739         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15740         multiarch strncat for PPC64.
15741         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15742         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15743         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15744         (__libc_ifunc_impl_list): Likewise.
15745         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15746         multiarch optimizations
15748 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15750         [BZ #16639]
15751         * nscd/nscd.service: Make service type forking.
15753 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15755         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15756         sign in non default rounding modes.
15757         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15759 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15761         * math/libm-test.inc (ALL_RM_TEST): New macro.
15762         (ceil_test): Use ALL_RM_TEST.
15763         (cimag_test): Likewise.
15764         (conj_test): Likewise.
15765         (copysign_test): Likewise.
15766         (cproj_test): Likewise.
15767         (creal_test): Likewise.
15768         (fabs_test): Likewise.
15769         (floor_test): Likewise.
15770         (fmax_test): Likewise.
15771         (fmin_test): Likewise.
15772         (fmod_test): Likewise.
15773         (fpclassify_test): Likewise.
15774         (frexp_test): Likewise.
15775         (ilogb_test): Likewise.
15776         (isfinite_test): Likewise.
15777         (finite_test): Likewise.
15778         (isgreater_test): Likewise.
15779         (isgreaterequal_test): Likewise.
15780         (isinf_test): Likewise.
15781         (isless_test): Likewise.
15782         (islessequal_test): Likewise.
15783         (islessgreater_test): Likewise.
15784         (isnan_test): Likewise.
15785         (isnormal_test): Likewise.
15786         (issignaling_test): Likewise.
15787         (isunordered_test): Likewise.
15788         (logb_test): Likewise.
15789         (logb_downward_test_data): Remove.
15790         (logb_test_downward): Likewise.
15791         (lround_test): Use ALL_RM_TEST.
15792         (llround_test): Likewise.
15793         (modf_test): Likewise.
15794         (nexttoward_test): Likewise.
15795         (remainder_test): Likewise.
15796         (drem_test): Likewise.
15797         (remainder_tonearest_test_data): Likewise.
15798         (remainder_test_tonearest): Likewise.
15799         (drem_test_tonearest): Likewise.
15800         (remainder_towardzero_test_data): Likewise.
15801         (remainder_test_towardzero): Likewise.
15802         (drem_test_towardzero): Likewise.
15803         (remainder_downward_test_data): Likewise.
15804         (remainder_test_downward): Likewise.
15805         (drem_test_downward): Likewise.
15806         (remainder_upward_test_data): Likewise.
15807         (remainder_test_upward): Likewise.
15808         (drem_test_upward): Likewise.
15809         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15810         (round_test): Use ALL_RM_TEST.
15811         (signbit_test): Likewise.
15812         (trunc_test): Likewise.
15813         (significand_test): Likewise.
15814         (main): Don't call removed functions.
15816 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15818         [BZ #16674]
15819         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15820         || __USE_XOPEN2K8].
15821         (ILL_ILLOPN): Likewise.
15822         (ILL_ILLADR): Likewise.
15823         (ILL_ILLTRP): Likewise.
15824         (ILL_PRVOPC): Likewise.
15825         (ILL_PRVREG): Likewise.
15826         (ILL_COPROC): Likewise.
15827         (ILL_BADSTK): Likewise.
15828         (FPE_INTDIV): Likewise.
15829         (FPE_INTOVF): Likewise.
15830         (FPE_FLTDIV): Likewise.
15831         (FPE_FLTOVF): Likewise.
15832         (FPE_FLTUND): Likewise.
15833         (FPE_FLTRES): Likewise.
15834         (FPE_FLTINV): Likewise.
15835         (FPE_FLTSUB): Likewise.
15836         (SEGV_MAPERR): Likewise.
15837         (SEGV_ACCERR): Likewise.
15838         (BUS_ADRALN): Likewise.
15839         (BUS_ADRERR): Likewise.
15840         (BUS_OBJERR): Likewise.
15841         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15842         (TRAP_TRACE): Likewise.
15843         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15844         __USE_XOPEN2K8].
15845         (CLD_KILLED): Likewise.
15846         (CLD_DUMPED): Likewise.
15847         (CLD_TRAPPED): Likewise.
15848         (CLD_STOPPED): Likewise.
15849         (CLD_CONTINUED): Likewise.
15850         (POLL_IN): Likewise.
15851         (POLL_OUT): Likewise.
15852         (POLL_MSG): Likewise.
15853         (POLL_ERR): Likewise.
15854         (POLL_PRI): Likewise.
15855         (POLL_HUP): Likewise.
15856         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15857         Likewise.
15858         (ILL_ILLOPN): Likewise.
15859         (ILL_ILLADR): Likewise.
15860         (ILL_ILLTRP): Likewise.
15861         (ILL_PRVOPC): Likewise.
15862         (ILL_PRVREG): Likewise.
15863         (ILL_COPROC): Likewise.
15864         (ILL_BADSTK): Likewise.
15865         (FPE_INTDIV): Likewise.
15866         (FPE_INTOVF): Likewise.
15867         (FPE_FLTDIV): Likewise.
15868         (FPE_FLTOVF): Likewise.
15869         (FPE_FLTUND): Likewise.
15870         (FPE_FLTRES): Likewise.
15871         (FPE_FLTINV): Likewise.
15872         (FPE_FLTSUB): Likewise.
15873         (SEGV_MAPERR): Likewise.
15874         (SEGV_ACCERR): Likewise.
15875         (BUS_ADRALN): Likewise.
15876         (BUS_ADRERR): Likewise.
15877         (BUS_OBJERR): Likewise.
15878         (BUS_MCEERR_AR): Likewise.
15879         (BUS_MCEERR_AO): Likewise.
15880         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15881         (TRAP_TRACE): Likewise.
15882         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15883         __USE_XOPEN2K8].
15884         (CLD_KILLED): Likewise.
15885         (CLD_DUMPED): Likewise.
15886         (CLD_TRAPPED): Likewise.
15887         (CLD_STOPPED): Likewise.
15888         (CLD_CONTINUED): Likewise.
15889         (POLL_IN): Likewise.
15890         (POLL_OUT): Likewise.
15891         (POLL_MSG): Likewise.
15892         (POLL_ERR): Likewise.
15893         (POLL_PRI): Likewise.
15894         (POLL_HUP): Likewise.
15895         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15896         (ILL_ILLOPN): Likewise.
15897         (ILL_ILLADR): Likewise.
15898         (ILL_ILLTRP): Likewise.
15899         (ILL_PRVOPC): Likewise.
15900         (ILL_PRVREG): Likewise.
15901         (ILL_COPROC): Likewise.
15902         (ILL_BADSTK): Likewise.
15903         (FPE_INTDIV): Likewise.
15904         (FPE_INTOVF): Likewise.
15905         (FPE_FLTDIV): Likewise.
15906         (FPE_FLTOVF): Likewise.
15907         (FPE_FLTUND): Likewise.
15908         (FPE_FLTRES): Likewise.
15909         (FPE_FLTINV): Likewise.
15910         (FPE_FLTSUB): Likewise.
15911         (SEGV_MAPERR): Likewise.
15912         (SEGV_ACCERR): Likewise.
15913         (BUS_ADRALN): Likewise.
15914         (BUS_ADRERR): Likewise.
15915         (BUS_OBJERR): Likewise.
15916         (BUS_MCEERR_AR): Likewise.
15917         (BUS_MCEERR_AO): Likewise.
15918         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15919         (TRAP_TRACE): Likewise.
15920         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15921         __USE_XOPEN2K8].
15922         (CLD_KILLED): Likewise.
15923         (CLD_DUMPED): Likewise.
15924         (CLD_TRAPPED): Likewise.
15925         (CLD_STOPPED): Likewise.
15926         (CLD_CONTINUED): Likewise.
15927         (POLL_IN): Likewise.
15928         (POLL_OUT): Likewise.
15929         (POLL_MSG): Likewise.
15930         (POLL_ERR): Likewise.
15931         (POLL_PRI): Likewise.
15932         (POLL_HUP): Likewise.
15933         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15934         Likewise.
15935         (ILL_ILLOPN): Likewise.
15936         (ILL_ILLADR): Likewise.
15937         (ILL_ILLTRP): Likewise.
15938         (ILL_PRVOPC): Likewise.
15939         (ILL_PRVREG): Likewise.
15940         (ILL_COPROC): Likewise.
15941         (ILL_BADSTK): Likewise.
15942         (ILL_BADIADDR): Likewise.
15943         (ILL_BREAK): Likewise.
15944         (FPE_INTDIV): Likewise.
15945         (FPE_INTOVF): Likewise.
15946         (FPE_FLTDIV): Likewise.
15947         (FPE_FLTOVF): Likewise.
15948         (FPE_FLTUND): Likewise.
15949         (FPE_FLTRES): Likewise.
15950         (FPE_FLTINV): Likewise.
15951         (FPE_FLTSUB): Likewise.
15952         (FPE_DECOVF): Likewise.
15953         (FPE_DECDIV): Likewise.
15954         (FPE_DECERR): Likewise.
15955         (FPE_INVASC): Likewise.
15956         (FPE_INVDEC): Likewise.
15957         (SEGV_MAPERR): Likewise.
15958         (SEGV_ACCERR): Likewise.
15959         (SEGV_PSTKOVF): Likewise.
15960         (BUS_ADRALN): Likewise.
15961         (BUS_ADRERR): Likewise.
15962         (BUS_OBJERR): Likewise.
15963         (BUS_MCEERR_AR): Likewise.
15964         (BUS_MCEERR_AO): Likewise.
15965         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15966         (TRAP_TRACE): Likewise.
15967         (TRAP_BRANCH): Likewise.
15968         (TRAP_HWBKPT): Likewise.
15969         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15970         __USE_XOPEN2K8].
15971         (CLD_KILLED): Likewise.
15972         (CLD_DUMPED): Likewise.
15973         (CLD_TRAPPED): Likewise.
15974         (CLD_STOPPED): Likewise.
15975         (CLD_CONTINUED): Likewise.
15976         (POLL_IN): Likewise.
15977         (POLL_OUT): Likewise.
15978         (POLL_MSG): Likewise.
15979         (POLL_ERR): Likewise.
15980         (POLL_PRI): Likewise.
15981         (POLL_HUP): Likewise.
15982         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15983         (ILL_ILLOPN): Likewise.
15984         (ILL_ILLADR): Likewise.
15985         (ILL_ILLTRP): Likewise.
15986         (ILL_PRVOPC): Likewise.
15987         (ILL_PRVREG): Likewise.
15988         (ILL_COPROC): Likewise.
15989         (ILL_BADSTK): Likewise.
15990         (FPE_INTDIV): Likewise.
15991         (FPE_INTOVF): Likewise.
15992         (FPE_FLTDIV): Likewise.
15993         (FPE_FLTOVF): Likewise.
15994         (FPE_FLTUND): Likewise.
15995         (FPE_FLTRES): Likewise.
15996         (FPE_FLTINV): Likewise.
15997         (FPE_FLTSUB): Likewise.
15998         (SEGV_MAPERR): Likewise.
15999         (SEGV_ACCERR): Likewise.
16000         (BUS_ADRALN): Likewise.
16001         (BUS_ADRERR): Likewise.
16002         (BUS_OBJERR): Likewise.
16003         (BUS_MCEERR_AR): Likewise.
16004         (BUS_MCEERR_AO): Likewise.
16005         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16006         (TRAP_TRACE): Likewise.
16007         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16008         __USE_XOPEN2K8].
16009         (CLD_KILLED): Likewise.
16010         (CLD_DUMPED): Likewise.
16011         (CLD_TRAPPED): Likewise.
16012         (CLD_STOPPED): Likewise.
16013         (CLD_CONTINUED): Likewise.
16014         (POLL_IN): Likewise.
16015         (POLL_OUT): Likewise.
16016         (POLL_MSG): Likewise.
16017         (POLL_ERR): Likewise.
16018         (POLL_PRI): Likewise.
16019         (POLL_HUP): Likewise.
16020         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16021         (ILL_ILLOPN): Likewise.
16022         (ILL_ILLADR): Likewise.
16023         (ILL_ILLTRP): Likewise.
16024         (ILL_PRVOPC): Likewise.
16025         (ILL_PRVREG): Likewise.
16026         (ILL_COPROC): Likewise.
16027         (ILL_BADSTK): Likewise.
16028         (FPE_INTDIV): Likewise.
16029         (FPE_INTOVF): Likewise.
16030         (FPE_FLTDIV): Likewise.
16031         (FPE_FLTOVF): Likewise.
16032         (FPE_FLTUND): Likewise.
16033         (FPE_FLTRES): Likewise.
16034         (FPE_FLTINV): Likewise.
16035         (FPE_FLTSUB): Likewise.
16036         (SEGV_MAPERR): Likewise.
16037         (SEGV_ACCERR): Likewise.
16038         (BUS_ADRALN): Likewise.
16039         (BUS_ADRERR): Likewise.
16040         (BUS_OBJERR): Likewise.
16041         (BUS_MCEERR_AR): Likewise.
16042         (BUS_MCEERR_AO): Likewise.
16043         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16044         (TRAP_TRACE): Likewise.
16045         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16046         __USE_XOPEN2K8].
16047         (CLD_KILLED): Likewise.
16048         (CLD_DUMPED): Likewise.
16049         (CLD_TRAPPED): Likewise.
16050         (CLD_STOPPED): Likewise.
16051         (CLD_CONTINUED): Likewise.
16052         (POLL_IN): Likewise.
16053         (POLL_OUT): Likewise.
16054         (POLL_MSG): Likewise.
16055         (POLL_ERR): Likewise.
16056         (POLL_PRI): Likewise.
16057         (POLL_HUP): Likewise.
16058         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16059         (ILL_ILLOPN): Likewise.
16060         (ILL_ILLADR): Likewise.
16061         (ILL_ILLTRP): Likewise.
16062         (ILL_PRVOPC): Likewise.
16063         (ILL_PRVREG): Likewise.
16064         (ILL_COPROC): Likewise.
16065         (ILL_BADSTK): Likewise.
16066         (FPE_INTDIV): Likewise.
16067         (FPE_INTOVF): Likewise.
16068         (FPE_FLTDIV): Likewise.
16069         (FPE_FLTOVF): Likewise.
16070         (FPE_FLTUND): Likewise.
16071         (FPE_FLTRES): Likewise.
16072         (FPE_FLTINV): Likewise.
16073         (FPE_FLTSUB): Likewise.
16074         (SEGV_MAPERR): Likewise.
16075         (SEGV_ACCERR): Likewise.
16076         (BUS_ADRALN): Likewise.
16077         (BUS_ADRERR): Likewise.
16078         (BUS_OBJERR): Likewise.
16079         (BUS_MCEERR_AR): Likewise.
16080         (BUS_MCEERR_AO): Likewise.
16081         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16082         (TRAP_TRACE): Likewise.
16083         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16084         __USE_XOPEN2K8].
16085         (CLD_KILLED): Likewise.
16086         (CLD_DUMPED): Likewise.
16087         (CLD_TRAPPED): Likewise.
16088         (CLD_STOPPED): Likewise.
16089         (CLD_CONTINUED): Likewise.
16090         (POLL_IN): Likewise.
16091         (POLL_OUT): Likewise.
16092         (POLL_MSG): Likewise.
16093         (POLL_ERR): Likewise.
16094         (POLL_PRI): Likewise.
16095         (POLL_HUP): Likewise.
16096         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16097         (ILL_ILLOPN): Likewise.
16098         (ILL_ILLADR): Likewise.
16099         (ILL_ILLTRP): Likewise.
16100         (ILL_PRVOPC): Likewise.
16101         (ILL_PRVREG): Likewise.
16102         (ILL_COPROC): Likewise.
16103         (ILL_BADSTK): Likewise.
16104         (ILL_DBLFLT): Likewise.
16105         (ILL_HARDWALL): Likewise.
16106         (FPE_INTDIV): Likewise.
16107         (FPE_INTOVF): Likewise.
16108         (FPE_FLTDIV): Likewise.
16109         (FPE_FLTOVF): Likewise.
16110         (FPE_FLTUND): Likewise.
16111         (FPE_FLTRES): Likewise.
16112         (FPE_FLTINV): Likewise.
16113         (FPE_FLTSUB): Likewise.
16114         (SEGV_MAPERR): Likewise.
16115         (SEGV_ACCERR): Likewise.
16116         (BUS_ADRALN): Likewise.
16117         (BUS_ADRERR): Likewise.
16118         (BUS_OBJERR): Likewise.
16119         (BUS_MCEERR_AR): Likewise.
16120         (BUS_MCEERR_AO): Likewise.
16121         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16122         (TRAP_TRACE): Likewise.
16123         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16124         __USE_XOPEN2K8].
16125         (CLD_KILLED): Likewise.
16126         (CLD_DUMPED): Likewise.
16127         (CLD_TRAPPED): Likewise.
16128         (CLD_STOPPED): Likewise.
16129         (CLD_CONTINUED): Likewise.
16130         (POLL_IN): Likewise.
16131         (POLL_OUT): Likewise.
16132         (POLL_MSG): Likewise.
16133         (POLL_ERR): Likewise.
16134         (POLL_PRI): Likewise.
16135         (POLL_HUP): Likewise.
16136         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16137         (ILL_ILLOPN): Likewise.
16138         (ILL_ILLADR): Likewise.
16139         (ILL_ILLTRP): Likewise.
16140         (ILL_PRVOPC): Likewise.
16141         (ILL_PRVREG): Likewise.
16142         (ILL_COPROC): Likewise.
16143         (ILL_BADSTK): Likewise.
16144         (FPE_INTDIV): Likewise.
16145         (FPE_INTOVF): Likewise.
16146         (FPE_FLTDIV): Likewise.
16147         (FPE_FLTOVF): Likewise.
16148         (FPE_FLTUND): Likewise.
16149         (FPE_FLTRES): Likewise.
16150         (FPE_FLTINV): Likewise.
16151         (FPE_FLTSUB): Likewise.
16152         (SEGV_MAPERR): Likewise.
16153         (SEGV_ACCERR): Likewise.
16154         (BUS_ADRALN): Likewise.
16155         (BUS_ADRERR): Likewise.
16156         (BUS_OBJERR): Likewise.
16157         (BUS_MCEERR_AR): Likewise.
16158         (BUS_MCEERR_AO): Likewise.
16159         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16160         (TRAP_TRACE): Likewise.
16161         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16162         __USE_XOPEN2K8].
16163         (CLD_KILLED): Likewise.
16164         (CLD_DUMPED): Likewise.
16165         (CLD_TRAPPED): Likewise.
16166         (CLD_STOPPED): Likewise.
16167         (CLD_CONTINUED): Likewise.
16168         (POLL_IN): Likewise.
16169         (POLL_OUT): Likewise.
16170         (POLL_MSG): Likewise.
16171         (POLL_ERR): Likewise.
16172         (POLL_PRI): Likewise.
16173         (POLL_HUP): Likewise.
16174         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16175         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16177         [BZ #16670]
16178         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16179         before #include of <time.h>.
16180         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16181         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16182         (test-xfail-UNIX98/sched.h/conform): Likewise.
16184 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16186         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16187         error absence of trapping exception support.
16188         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16190 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16192         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16193         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16194         * timezone/Makefile (testdata): Move definition above include of
16195         Rules.
16196         (test-zones): New variable.
16197         (tests-special): Add zone files.
16198         (build-testdata): Use $(evaluate-test).
16200         * elf/Makefile (tests-special): Rename tests to end with .out.
16201         ($(objpfx)noload-mem): Likewise.
16202         ($(objpfx)tst-leaks1-mem): Likewise.
16203         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16204         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16205         $(objpfx)test-iconvconfig.out.
16206         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16207         set -e inside subshell and redirect output to file.
16208         * iconvdata/Makefile (generated): Rename tests to end with .out.
16209         Correct type.
16210         (tests-special): Rename tests to end with .out.
16211         ($(objpfx)mtrace-tst-loading): Likewise.
16212         * intl/Makefile (generated): Likewise.
16213         (tests-special): Likewise.
16214         ($(objpfx)mtrace-tst-gettext): Likewise.
16215         * misc/Makefile (generated): Likewise.
16216         (tests-special): Likewise.
16217         ($(objpfx)tst-error1-mem): Likewise.
16218         * nptl/Makefile (tests-special): Likewise.
16219         ($(objpfx)tst-stack3-mem): Likewise.
16220         (generated): Likewise.
16221         * posix/Makefile (generated): Likewise.
16222         (tests-special): Likewise.
16223         (xtests-special): Likewise.
16224         ($(objpfx)tst-fnmatch-mem): Likewise.
16225         ($(objpfx)bug-regex2-mem): Likewise.
16226         ($(objpfx)bug-regex14-mem): Likewise.
16227         ($(objpfx)bug-regex21-mem): Likewise.
16228         ($(objpfx)bug-regex31-mem): Likewise.
16229         ($(objpfx)tst-vfork3-mem): Likewise.
16230         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16231         ($(objpfx)tst-pcre-mem): Likewise.
16232         ($(objpfx)tst-boost-mem): Likewise.
16233         ($(objpfx)bug-ga2-mem): Likewise.
16234         ($(objpfx)bug-glob2-mem): Likewise.
16235         * resolv/Makefile (generate): Likewise.
16236         (tests-special): Likewise.
16237         (xtests-special): Likewise.
16238         (generated): Likewise.
16239         ($(objpfx)mtrace-tst-leaks): Likewise.
16240         ($(objpfx)mtrace-tst-leaks2): Likewise.
16242         * scripts/merge-test-results.sh: New file.
16243         * Makefile (tests-special-notdir): New variable.
16244         (tests): Run merge-test-results.sh.
16245         (xtests): Likewise.
16246         * Rules (tests-special-notdir): New variable.
16247         (xtests-special-notdir): Likewise.
16248         (tests): Run merge-test-results.sh
16249         (xtests): Likewise.
16251         * Makeconfig (test-xfail-name): New variable.
16252         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16253         compute variable name for expected failures.
16254         * conform/Makefile (conformtest-headers-data): New variable.
16255         (conformtest-standards): Likewise.
16256         (conformtest-headers-ISO): Likewise.
16257         (conformtest-headers-ISO99): Likewise.
16258         (conformtest-headers-ISO11): Likewise.
16259         (conformtest-headers-POSIX): Likewise.
16260         (conformtest-headers-XPG3): Likewise.
16261         (conformtest-headers-XPG4): Likewise.
16262         (conformtest-headers-UNIX98): Likewise.
16263         (conformtest-headers-XOPEN2K): Likewise.
16264         (conformtest-headers-POSIX2008): Likewise.
16265         (conformtest-headers-XOPEN2K8): Likewise.
16266         (conformtest-header-list-base): Likewise.
16267         (conformtest-header-list-tests): Likewise.
16268         (conformtest-header-base): Likewise.
16269         (conformtest-header-tests): Likewise.
16270         (tests-special): Add $(conformtest-header-list-tests).  If
16271         [$(fast-check) && !$(cross-compiling)], add
16272         $(conformtest-header-tests) instead of
16273         $(objpfx)run-conformtest.out.
16274         (generated): Add $(conformtest-header-list-base).  If
16275         [$(fast-check) && !$(cross-compiling)], add
16276         $(conformtest-header-base).  Remove previous setting.
16277         ($(conformtest-header-list-tests)): New target.
16278         (test-xfail-run-conformtest): Remove variable.
16279         ($(objpfx)run-conformtest.out): Remove target.
16280         (test-xfail-ISO11/complex.h/conform): New variable.
16281         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16282         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16283         (test-xfail-XPG3/varargs.h/conform): Likewise.
16284         (test-xfail-XPG4/varargs.h/conform): Likewise.
16285         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16286         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16287         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16288         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16289         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16290         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16291         (test-xfail-XPG3/ftw.h/conform): Likewise.
16292         (test-xfail-XPG3/grp.h/conform): Likewise.
16293         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16294         (test-xfail-XPG3/limits.h/conform): Likewise.
16295         (test-xfail-XPG3/pwd.h/conform): Likewise.
16296         (test-xfail-XPG3/search.h/conform): Likewise.
16297         (test-xfail-XPG3/signal.h/conform): Likewise.
16298         (test-xfail-XPG3/stdio.h/conform): Likewise.
16299         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16300         (test-xfail-XPG3/string.h/conform): Likewise.
16301         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16302         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16303         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16304         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16305         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16306         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16307         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16308         (test-xfail-XPG3/termios.h/conform): Likewise.
16309         (test-xfail-XPG3/time.h/conform): Likewise.
16310         (test-xfail-XPG3/unistd.h/conform): Likewise.
16311         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16312         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16313         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16314         (test-xfail-XPG4/netdb.h/conform): Likewise.
16315         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16316         (test-xfail-XPG4/signal.h/conform): Likewise.
16317         (test-xfail-XPG4/stdio.h/conform): Likewise.
16318         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16319         (test-xfail-XPG4/stropts.h/conform): Likewise.
16320         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16321         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16322         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16323         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16324         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16325         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16326         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16327         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16328         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16329         (test-xfail-XPG4/termios.h/conform): Likewise.
16330         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16331         (test-xfail-XPG4/unistd.h/conform): Likewise.
16332         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16333         (test-xfail-POSIX/sched.h/conform): Likewise.
16334         (test-xfail-POSIX/signal.h/conform): Likewise.
16335         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16336         (test-xfail-POSIX/tar.h/conform): Likewise.
16337         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16338         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16339         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16340         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16341         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16342         (test-xfail-UNIX98/sched.h/conform): Likewise.
16343         (test-xfail-UNIX98/signal.h/conform): Likewise.
16344         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16345         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16346         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16347         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16348         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16349         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16350         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16351         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16352         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16353         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16354         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16355         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16356         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16357         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16358         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16359         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16360         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16361         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16362         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16363         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16364         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16365         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16366         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16367         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16368         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16369         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16370         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16371         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16372         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16373         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16374         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16375         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16376         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16377         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16378         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16379         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16380         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16381         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16382         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16383         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16384         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16385         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16386         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16387         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16388         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16389         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16390         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16391         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16392         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16393         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16394         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16395         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16396         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16397         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16398         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16399         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16400         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16401         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16402         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16403         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16404         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16405         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16406         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16407         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16408         (conformtest-cc-flags): Likewise.
16409         ($(conformtest-header-tests): New target.
16410         * conform/check-header-lists.sh: New file.
16411         * conform/run-conformtest.sh: Remove.
16413         * conform/conformtest.pl: Allow ' and \ in values given for
16414         constants.
16415         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16416         inclusion.
16417         [POSIX] (sys/types.h): Likewise.
16418         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16419         inclusion.
16420         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16421         inclusion.
16422         * conform/data/signal.h-data (SIGIO): Remove expectation.
16423         [XPG3] (SIGBUS): Do not expect.
16424         [POSIX || XPG3] (SIGPOLL): Likewise.
16425         [POSIX || XPG3] (SIGPROF): Likewise.
16426         [POSIX || XPG3] (SIGSYS): Likewise.
16427         [XPG3] (SIGTRAP): Likewise.
16428         [POSIX || XPG3] (SIGURG): Likewise.
16429         [POSIX || XPG3] (SIGVTALRM): Likewise.
16430         [POSIX || XPG3] (SIGXCPU): Likewise.
16431         [POSIX || XPG3] (SIGXFSZ): Likewise.
16432         [POSIX] (SA_SIGINFO): Expect.
16433         [XPG3] (siginfo_t): Do not expect type or contents.
16434         [POSIX] (si_pid): Do not expect element.
16435         [POSIX] (si_uid): Likewise.
16436         [POSIX] (si_addr): Likewise.
16437         [POSIX] (si_status): Likewise.
16438         [POSIX] (si_band): Likewise.
16439         [XPG4] (si_value): Likewise.
16440         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16441         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16442         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16443         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16444         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16445         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16446         [POSIX || XPG3] (ILL_COPROC): Likewise.
16447         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16448         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16449         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16450         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16451         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16452         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16453         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16454         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16455         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16456         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16457         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16458         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16459         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16460         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16461         [POSIX || XPG3] (CLD_EXITED): Likewise.
16462         [POSIX || XPG3] (CLD_KILLED): Likewise.
16463         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16464         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16465         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16466         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16467         [POSIX || XPG3] (POLL_IN): Likewise.
16468         [POSIX || XPG3] (POLL_OUT): Likewise.
16469         [POSIX || XPG3] (POLL_MSG): Likewise.
16470         [POSIX || XPG3] (POLL_ERR): Likewise.
16471         [POSIX || XPG3] (POLL_PRI): Likewise.
16472         [POSIX || XPG3] (POLL_HUP): Likewise.
16473         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16474         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16475         (SIG*): Do not allow.
16476         [XPG3] (si_*): Likewise.
16477         [XPG3] (SI_*): Likewise.
16478         [XPG3 || XPG4] (sigev_*): Likewise.
16479         [XPG3 || XPG4] (SIGEV_*): Likewise.
16480         [XPG3 || XPG4] (sival_*): Likewise.
16481         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16482         [POSIX || XPG3] (BUS_*): Likewise.
16483         [POSIX || XPG3] (CLD_*): Likewise.
16484         [POSIX || XPG3] (FPE_*): Likewise.
16485         [POSIX || XPG3] (ILL_*): Likewise.
16486         [POSIX || XPG3] (POLL_*): Likewise.
16487         [POSIX || XPG3] (SEGV_*): Likewise.
16488         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16489         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16490         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16491         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16492         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16493         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16494         Specify type and value.
16495         (TVERSLEN): Likewise.
16496         (REGTYPE): Likewise.
16497         (AREGTYPE): Likewise.
16498         (LNKTYPE): Likewise.
16499         (SYMTYPE): Likewise.
16500         (CHRTYPE): Likewise.
16501         (BLKTYPE): Likewise.
16502         (DIRTYPE): Likewise.
16503         (FIFOTYPE): Likewise.
16504         (CONTTYPE): Likewise.
16505         (TSUID): Likewise.
16506         (TSGID): Likewise.
16507         (TSVTX): Likewise.
16508         (TUREAD): Likewise.
16509         (TUWRITE): Likewise.
16510         (TUEXEC): Likewise.
16511         (TGREAD): Likewise.
16512         (TGWRITE): Likewise.
16513         (TGEXEC): Likewise.
16514         (TOREAD): Likewise.
16515         (TOWRITE): Likewise.
16516         (TOEXEC): Likewise.
16517         [POSIX] (TSVTX): Expect constant.
16519 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16521         * Makefile (tests): Change dependencies to ....
16522         (tests-special): ... additions to this variable.
16523         (tests): Depend on $(tests-special).
16524         * Makerules (check-abi-list): New variable.
16525         (check-abi): Depend on $(check-abi-list).
16526         [$(subdir) = elf] (tests-special): Add
16527         $(objpfx)check-abi-libc.out.
16528         [$(build-shared) = yes && subdir] (tests-special): Add
16529         $(check-abi-list).
16530         [$(build-shared) = yes && subdir] (tests): Do not depend on
16531         check-abi.
16532         * Rules (tests): Depend on $(tests-special).
16533         (xtests): Depend on $(xtests-special).
16534         * catgets/Makefile (tests): Change dependencies to ....
16535         (tests-special): ... additions to this variable.
16536         * conform/Makefile (tests): Change dependencies to ....
16537         (tests-special): ... additions to this variable.
16538         * elf/Makefile (tests): Change dependencies to ....
16539         (tests-special): ... additions to this variable.
16540         * grp/Makefile (tests): Change dependencies to ....
16541         (tests-special): ... additions to this variable.
16542         * iconv/Makefile (xtests): Change dependencies to ....
16543         (xtests-special): ... additions to this variable.
16544         * iconvdata/Makefile (tests): Change dependencies to ....
16545         (tests-special): ... additions to this variable.
16546         * intl/Makefile (tests): Change dependencies to ....
16547         (tests-special): ... additions to this variable.  Also add
16548         $(objpfx)tst-gettext.out.
16549         * io/Makefile (tests): Change dependencies to ....
16550         (tests-special): ... additions to this variable.
16551         * libio/Makefile (tests): Change dependencies to ....
16552         (tests-special): ... additions to this variable.
16553         * malloc/Makefile (tests): Change dependencies to ....
16554         (tests-special): ... additions to this variable.
16555         * misc/Makefile (tests): Change dependencies to ....
16556         (tests-special): ... additions to this variable.
16557         * nptl/Makefile (tests): Change dependencies to ....
16558         (tests-special): ... additions to this variable.
16559         * nptl_db/Makefile (tests): Change dependencies to ....
16560         (tests-special): ... additions to this variable.
16561         * posix/Makefile (tests): Change dependencies to ....
16562         (tests-special): ... additions to this variable.
16563         (xtests): Change dependencies to ....
16564         (xtests-special): ... additions to this variable.
16565         * resolv/Makefile (tests): Change dependencies to ....
16566         (tests-special): ... additions to this variable.
16567         (xtests): Change dependencies to ....
16568         (xtests-special): ... additions to this variable.
16569         * stdio-common/Makefile (tests): Change dependencies to ....
16570         (tests-special): ... additions to this variable.
16571         (do-tst-unbputc): Remove target.
16572         (do-tst-printf): Likewise.
16573         * stdlib/Makefile (tests): Change dependencies to ....
16574         (tests-special): ... additions to this variable.
16575         * string/Makefile (tests): Change dependencies to ....
16576         (tests-special): ... additions to this variable.
16577         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16578         (tests-special): ... additions to this variable.
16580         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16581         whole file.
16582         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16583         whole file.
16584         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16585         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16587         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16588         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16589         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16590         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16591         * conform/data/libgen.h-data [XPG3]: Likewise.
16592         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16593         * conform/data/ndbm.h-data [XPG3]: Likewise.
16594         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16595         * conform/data/netdb.h-data [XPG3]: Likewise.
16596         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16597         * conform/data/poll.h-data [XPG3]: Likewise.
16598         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16599         * conform/data/strings.h-data [XPG3]: Likewise.
16600         * conform/data/stropts.h-data [XPG3]: Likewise.
16601         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16602         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16603         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16604         Likewise.
16605         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16606         * conform/data/sys/time.h-data [XPG3]: Likewise.
16607         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16608         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16609         * conform/data/sys/un.h-data [XPG3]: Likewise.
16610         * conform/data/syslog.h-data [XPG3]: Likewise.
16611         * conform/data/ucontext.h-data [XPG3]: Likewise.
16612         * conform/data/utmpx.h-data [XPG3]: Likewise.
16613         * conform/data/varargs.h-data [UNIX98]: Enable file.
16615         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16617         * math/libm-test.inc (struct test_f_f_data): Move expected results
16618         into structure for each rounding mode.
16619         (struct test_ff_f_data): Likewise.
16620         (struct test_ff_f_data_nexttoward): Likewise.
16621         (struct test_fi_f_data): Likewise.
16622         (struct test_fl_f_data): Likewise.
16623         (struct test_if_f_data): Likewise.
16624         (struct test_fff_f_data): Likewise.
16625         (struct test_c_f_data): Likewise.
16626         (struct test_f_f1_data): Likewise.
16627         (struct test_fF_f1_data): Likewise.
16628         (struct test_ffI_f1_data): Likewise.
16629         (struct test_c_c_data): Likewise.
16630         (struct test_cc_c_data): Likewise.
16631         (struct test_f_i_data): Likewise.
16632         (struct test_ff_i_data): Likewise.
16633         (struct test_f_l_data): Likewise.
16634         (struct test_f_L_data): Likewise.
16635         (struct test_fFF_11_data): Likewise.
16636         (RM_): New macro.
16637         (RM_FE_DOWNWARD): Likewise.
16638         (RM_FE_TONEAREST): Likewise.
16639         (RM_FE_TOWARDZERO): Likewise.
16640         (RM_FE_UPWARD): Likewise.
16641         (RUN_TEST_LOOP_f_f): Update references to expected results.
16642         (RUN_TEST_LOOP_2_f): Likewise.
16643         (RUN_TEST_LOOP_fff_f): Likewise.
16644         (RUN_TEST_LOOP_c_f): Likewise.
16645         (RUN_TEST_LOOP_f_f1): Likewise.
16646         (RUN_TEST_LOOP_fF_f1): Likewise.
16647         (RUN_TEST_LOOP_fI_f1): Likewise.
16648         (RUN_TEST_LOOP_ffI_f1): Likewise.
16649         (RUN_TEST_LOOP_c_c): Likewise.
16650         (RUN_TEST_LOOP_cc_c): Likewise.
16651         (RUN_TEST_LOOP_f_i): Likewise.
16652         (RUN_TEST_LOOP_f_i_tg): Likewise.
16653         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16654         (RUN_TEST_LOOP_f_b): Likewise.
16655         (RUN_TEST_LOOP_f_b_tg): Likewise.
16656         (RUN_TEST_LOOP_f_l): Likewise.
16657         (RUN_TEST_LOOP_f_L): Likewise.
16658         (RUN_TEST_LOOP_fFF_11): Likewise.
16659         * math/gen-libm-test.pl (parse_args): Output four copies of
16660         expected results for each test.
16662         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16663         (__ASSUME_UTIMES): Remove.
16664         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16665         (__ASSUME_UTIMES): Likewise.
16667         * math/gen-auto-libm-tests.c: Update comment on output format.
16668         (output_for_one_input_case): Generate before-rounding and
16669         after-rounding information as conditions on output flags not
16670         floating-point format.
16671         * math/auto-libm-test-out: Regenerated.
16672         * math/gen-libm-test.pl (cond_value): New function.
16673         (or_cond_value): Use cond_value.
16674         (generate_testfile): Handle conditional exceptions.
16676 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16678         * math/libm-test.inc (max_valid_error): New variable.
16679         (init_max_error): Take new argument specifying whether function
16680         results are exactly determined.  Set max_valid_error and bound
16681         other variables for errors based on this argument.
16682         (set_max_error): Do not record results above max_valid_error.
16683         (check_float_internal): Only accept errors of up to 0.5ulps if
16684         also at most max_valid_error.
16685         (START): Take new argument EXACT and pass it to init_max_error.
16686         (acos_test): Update call to START.
16687         (acos_test_tonearest): Likewise.
16688         (acos_test_towardzero): Likewise.
16689         (acos_test_downward): Likewise.
16690         (acos_test_upward): Likewise.
16691         (acosh_test): Likewise.
16692         (asin_test): Likewise.
16693         (asin_test_tonearest): Likewise.
16694         (asin_test_towardzero): Likewise.
16695         (asin_test_downward): Likewise.
16696         (asin_test_upward): Likewise.
16697         (asinh_test): Likewise.
16698         (atan_test): Likewise.
16699         (atanh_test): Likewise.
16700         (atan2_test): Likewise.
16701         (cabs_test): Likewise.
16702         (cacos_test): Likewise.
16703         (cacosh_test): Likewise.
16704         (carg_test): Likewise.
16705         (casin_test): Likewise.
16706         (casinh_test): Likewise.
16707         (catan_test): Likewise.
16708         (catanh_test): Likewise.
16709         (cbrt_test): Likewise.
16710         (ccos_test): Likewise.
16711         (ccosh_test): Likewise.
16712         (ceil_test): Likewise.
16713         (cexp_test): Likewise.
16714         (cimag_test): Likewise.
16715         (clog_test): Likewise.
16716         (clog10_test): Likewise.
16717         (conj_test): Likewise.
16718         (copysign_test): Likewise.
16719         (cos_test): Likewise.
16720         (cos_test_tonearest): Likewise.
16721         (cos_test_towardzero): Likewise.
16722         (cos_test_downward): Likewise.
16723         (cos_test_upward): Likewise.
16724         (cosh_test): Likewise.
16725         (cosh_test_tonearest): Likewise.
16726         (cosh_test_towardzero): Likewise.
16727         (cosh_test_downward): Likewise.
16728         (cosh_test_upward): Likewise.
16729         (cpow_test): Likewise.
16730         (cproj_test): Likewise.
16731         (creal_test): Likewise.
16732         (csin_test): Likewise.
16733         (csinh_test): Likewise.
16734         (csqrt_test): Likewise.
16735         (ctan_test): Likewise.
16736         (ctan_test_tonearest): Likewise.
16737         (ctan_test_towardzero): Likewise.
16738         (ctan_test_downward): Likewise.
16739         (ctan_test_upward): Likewise.
16740         (ctanh_test): Likewise.
16741         (ctanh_test_tonearest): Likewise.
16742         (ctanh_test_towardzero): Likewise.
16743         (ctanh_test_downward): Likewise.
16744         (ctanh_test_upward): Likewise.
16745         (erf_test): Likewise.
16746         (erfc_test): Likewise.
16747         (exp_test): Likewise.
16748         (exp_test_tonearest): Likewise.
16749         (exp_test_towardzero): Likewise.
16750         (exp_test_downward): Likewise.
16751         (exp_test_upward): Likewise.
16752         (exp10_test): Likewise.
16753         (exp10_test_tonearest): Likewise.
16754         (exp10_test_towardzero): Likewise.
16755         (exp10_test_downward): Likewise.
16756         (exp10_test_upward): Likewise.
16757         (pow10_test): Likewise.
16758         (exp2_test): Likewise.
16759         (expm1_test): Likewise.
16760         (expm1_test_tonearest): Likewise.
16761         (expm1_test_towardzero): Likewise.
16762         (expm1_test_downward): Likewise.
16763         (expm1_test_upward): Likewise.
16764         (fabs_test): Likewise.
16765         (fdim_test): Likewise.
16766         (floor_test): Likewise.
16767         (fma_test): Likewise.
16768         (fma_test_towardzero): Likewise.
16769         (fma_test_downward): Likewise.
16770         (fma_test_upward): Likewise.
16771         (fmax_test): Likewise.
16772         (fmin_test): Likewise.
16773         (fmod_test): Likewise.
16774         (fpclassify_test): Likewise.
16775         (frexp_test): Likewise.
16776         (hypot_test): Likewise.
16777         (ilogb_test): Likewise.
16778         (isfinite_test): Likewise.
16779         (finite_test): Likewise.
16780         (isgreater_test): Likewise.
16781         (isgreaterequal_test): Likewise.
16782         (isinf_test): Likewise.
16783         (isless_test): Likewise.
16784         (islessequal_test): Likewise.
16785         (islessgreater_test): Likewise.
16786         (isnan_test): Likewise.
16787         (isnormal_test): Likewise.
16788         (issignaling_test): Likewise.
16789         (isunordered_test): Likewise.
16790         (j0_test): Likewise.
16791         (j1_test): Likewise.
16792         (jn_test): Likewise.
16793         (ldexp_test): Likewise.
16794         (lgamma_test): Likewise.
16795         (gamma_test): Likewise.
16796         (lrint_test): Likewise.
16797         (lrint_test_tonearest): Likewise.
16798         (lrint_test_towardzero): Likewise.
16799         (lrint_test_downward): Likewise.
16800         (lrint_test_upward): Likewise.
16801         (llrint_test): Likewise.
16802         (llrint_test_tonearest): Likewise.
16803         (llrint_test_towardzero): Likewise.
16804         (llrint_test_downward): Likewise.
16805         (llrint_test_upward): Likewise.
16806         (log_test): Likewise.
16807         (log10_test): Likewise.
16808         (log1p_test): Likewise.
16809         (log2_test): Likewise.
16810         (logb_test): Likewise.
16811         (logb_test_downward): Likewise.
16812         (lround_test): Likewise.
16813         (llround_test): Likewise.
16814         (modf_test): Likewise.
16815         (nearbyint_test): Likewise.
16816         (nextafter_test): Likewise.
16817         (nexttoward_test): Likewise.
16818         (pow_test): Likewise.
16819         (pow_test_tonearest): Likewise.
16820         (pow_test_towardzero): Likewise.
16821         (pow_test_downward): Likewise.
16822         (pow_test_upward): Likewise.
16823         (remainder_test): Likewise.
16824         (drem_test): Likewise.
16825         (remainder_test_tonearest): Likewise.
16826         (drem_test_tonearest): Likewise.
16827         (remainder_test_towardzero): Likewise.
16828         (drem_test_towardzero): Likewise.
16829         (remainder_test_downward): Likewise.
16830         (drem_test_downward): Likewise.
16831         (remainder_test_upward): Likewise.
16832         (drem_test_upward): Likewise.
16833         (remquo_test): Likewise.
16834         (rint_test): Likewise.
16835         (rint_test_tonearest): Likewise.
16836         (rint_test_towardzero): Likewise.
16837         (rint_test_downward): Likewise.
16838         (rint_test_upward): Likewise.
16839         (round_test): Likewise.
16840         (scalb_test): Likewise.
16841         (scalbn_test): Likewise.
16842         (scalbln_test): Likewise.
16843         (signbit_test): Likewise.
16844         (sin_test): Likewise.
16845         (sin_test_tonearest): Likewise.
16846         (sin_test_towardzero): Likewise.
16847         (sin_test_downward): Likewise.
16848         (sin_test_upward): Likewise.
16849         (sincos_test): Likewise.
16850         (sinh_test): Likewise.
16851         (sinh_test_tonearest): Likewise.
16852         (sinh_test_towardzero): Likewise.
16853         (sinh_test_downward): Likewise.
16854         (sinh_test_upward): Likewise.
16855         (sqrt_test): Likewise.
16856         (sqrt_test_tonearest): Likewise.
16857         (sqrt_test_towardzero): Likewise.
16858         (sqrt_test_downward): Likewise.
16859         (sqrt_test_upward): Likewise.
16860         (tan_test): Likewise.
16861         (tan_test_tonearest): Likewise.
16862         (tan_test_towardzero): Likewise.
16863         (tan_test_downward): Likewise.
16864         (tan_test_upward): Likewise.
16865         (tanh_test): Likewise.
16866         (tgamma_test): Likewise.
16867         (trunc_test): Likewise.
16868         (y0_test): Likewise.
16869         (y1_test): Likewise.
16870         (yn_test): Likewise.
16871         (significand_test): Likewise.
16873         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16874         individual tests in comment.
16875         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16876         (prev_max_error): New variable.
16877         (prev_real_max_error): Likewise.
16878         (prev_imag_max_error): Likewise.
16879         (compare_ulp_data): Don't refer to test names in comment.
16880         (find_test_ulps): Remove function.
16881         (find_function_ulps): Likewise.
16882         (find_complex_function_ulps): Likewise.
16883         (init_max_error): Take function name as argument.  Look up ulps
16884         for that function.
16885         (print_ulps): Remove function.
16886         (print_max_error): Use prev_max_error instead of calling
16887         find_function_ulps.
16888         (print_complex_max_error): Use prev_real_max_error and
16889         prev_imag_max_error instead of calling find_complex_function_ulps.
16890         (check_float_internal): Take max_ulp parameter instead of calling
16891         find_test_ulps.  Don't call print_ulps.
16892         (check_float): Update call to check_float_internal.
16893         (check_complex): Update calls to check_float_internal.
16894         (START): Pass argument to init_max_error.
16895         * math/gen-libm-test.pl (%results): Don't include "kind"
16896         information.
16897         (parse_ulps): Don't handle ulps of individual tests.
16898         (print_ulps_file): Likewise.
16899         (output_ulps): Likewise.
16900         * math/README.libm-test: Update.
16901         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16902         individual tests.
16903         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16904         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16905         * sysdeps/arm/libm-test-ulps: Likewise.
16906         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16907         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16908         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16909         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16910         * sysdeps/microblaze/libm-test-ulps: Likewise.
16911         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16912         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16913         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16914         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16915         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16916         * sysdeps/sh/libm-test-ulps: Likewise.
16917         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16918         * sysdeps/tile/libm-test-ulps: Likewise.
16919         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16921 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16923         * math/libm-test.inc (print_complex_max_error): Check separately
16924         whether real and imaginary errors are within allowed range and
16925         pass 0 to print_complex_function_ulps instead of value within
16926         allowed range.
16928 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16930         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16931         formatting.
16932         (get_handles_fopen): Likewise.
16933         (do_write_test): Likewise.
16935         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16937         * libio/fileops.c (do_ftell): Use cached offset when
16938         available.
16939         * libio/iofwide.c (do_ftell_wide): Likewise.
16940         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16941         _IO_file_attach.
16942         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16944         [BZ #16532]
16945         * libio/libioP.h (get_file_offset): New function.
16946         * libio/fileops.c (get_file_offset): Likewise.
16947         (do_ftell): Likewise.
16948         (_IO_new_file_seekoff): Split out ftell logic.
16949         * libio/wfileops.c (do_ftell_wide): Likewise.
16950         (_IO_wfile_seekoff): Split out ftell logic.
16951         * libio/tst-ftell-active-handler.c: New test case.
16952         * libio/Makefile (tests): Add it.
16954 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16956         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16957         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16959 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16961         [BZ #16639]
16962         * nscd/connections.c (nscd_init): Call do_exit.
16963         (start_threads): Call do_exit and notify_parent.
16964         (begin_drop_privileges): Call do_exit.
16965         (finish_drop_privileges): Likewise.
16966         * nscd/selinux.c (preserve_capabilities): Likewise.
16967         (install_real_capabilities): Likewise.
16968         (nscd_selinux_enabled): Likewise.
16969         (avc_create_thread): Likewise.
16970         (avc_alloc_lock): Likewise.
16971         (nscd_avc_init): Likewise.
16972         * nscd/nscd.c (parent_fd): New static variable.
16973         (main): Create a pipe between parent and child processes.
16974         Skip closing parent_fd.
16975         (monitor_child): New function.
16976         (do_exit): Likewise.
16977         (notify_parent): Likewise.
16978         * nscd/nscd.h (notify_parent): Likewise.
16979         (do_exit): Likewise.
16981 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16983         * malloc/malloc.c (__libc_calloc): Revert last change.
16985 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16987         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16989 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16991         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16992         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16993         implementation.
16994         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16995         (__libc_ifunc_impl_list): Likewise.
16996         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16997         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16998         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16999         * string/strrchr.c: Define STRRCHR.
17001 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17003         * benchtest/bench-strtok.c (simple_strtok): Delete.
17004         (strtok_string): Use as benchmark.
17005         * string/strtok (STRTOK): New macro.
17007 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17009         * manual/threads.texi: Add header and standard comments to all
17010         functions.
17012         * elf/dl-lookup.c (check_match): New function.
17013         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17014         (do_lookup_x): Remove nested function check_match. Use non-nested
17015         function check_match.
17017 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17019         * csu/Makefile (generated, before-compile): Use += rather than =.
17020         * catgets/Makefile (generated, generated-dirs): Likewise.
17021         * debug/Makefile (generated): Likewise.
17022         * dlfcn/Makefile (generated): Likewise.
17023         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17024         * iconvdata/Makefile (before-compile, generated): Likewise.
17025         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17026         * libio/Makefile (generated): Likewise.
17027         * malloc/Makefile (generated): Likewise.
17028         * manual/Makefile (generated, generated-dirs): Likewise.
17029         * misc/Makefile (generated): Likewise.
17030         * posix/Makefile (generated): Likewise.
17031         * resolv/Makefile (generated): Likewise.
17032         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17033         * timezone/Makefile (generated, generated-dirs): Likewise.
17035         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17037 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17039         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17040         power8 implementation.
17041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17042         file: POWER8 llround ifunc implementation.
17043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17044         (__lllround): Add POWER8 implementation.
17045         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17046         POWER8 llround implementation.
17048         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17049         power8 implementation.
17050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17051         file: POWER8 llrint ifunc implementation.
17052         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17053         Add POWER8 implementation.
17054         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17055         POWER8 llrint implementation.
17057         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17058         power8 implementation.
17059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17060         file: POWER8 finite ifunc implementation.
17061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17062         Add POWER8 implementation.
17063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17064         Likewise.
17065         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17066         POWER8 finite implementation.
17067         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17069         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17070         power8 implementation.
17071         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17072         file: POWER8 isinf ifunc implementation.
17073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17074         POWER8 implementation.
17075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17076         Likewise.
17077         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17078         isinf implementation.
17079         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17081         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17082         (INIT_ARCH): Add hwcap2 initialization.
17083         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17084         power8 implementation.
17085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17086         file: POWER8 isnan ifunc implementation.
17087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17088         POWER8 implementation.
17089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17090         Likewise.
17091         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17092         isnan implementation.
17093         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17095 2014-02-27  Joey Ye  <joey.ye@arm.com>
17097         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17098         (_FP_NANFRAC_Q): Set to zero.
17100 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17102         [BZ #16623]
17103         * math/auto-libm-test-in: New test inputs.
17104         * math/auto-libm-test-out: Regenerate.
17105         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17106         and DA.
17107         (__cos): Likewise.
17108         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17110 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17112         * scripts/evaluate-test.sh: Take new argument indicating whether
17113         failure is expected.
17114         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17115         indicating whether failure is expected.
17116         * conform/Makefile (test-xfail-run-conformtest): New variable.
17117         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17118         level.
17119         * posix/Makefile (test-xfail-annexc): New variable.
17120         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17122 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17124         * argp/Makefile: Include Makeconfig immediately after defining
17125         subdir.
17126         * assert/Makefile: Likewise.
17127         * benchtests/Makefile: Likewise.
17128         * catgets/Makefile: Likewise.
17129         * conform/Makefile: Likewise.
17130         * crypt/Makefile: Likewise.
17131         * csu/Makefile: Likewise.
17132         (all): Remove target.
17133         * ctype/Makefile: Include Makeconfig immediately after defining
17134         subdir.
17135         * debug/Makefile: Likewise.
17136         * dirent/Makefile: Likewise.
17137         * dlfcn/Makefile: Likewise.
17138         * gmon/Makefile: Likewise.
17139         * gnulib/Makefile: Likewise.
17140         * grp/Makefile: Likewise.
17141         * gshadow/Makefile: Likewise.
17142         * hesiod/Makefile: Likewise.
17143         * hurd/Makefile: Likewise.
17144         (all): Remove target.
17145         * iconvdata/Makefile: Include Makeconfig immediately after
17146         defining subdir.
17147         * inet/Makefile: Likewise.
17148         * intl/Makefile: Likewise.
17149         * io/Makefile: Likewise.
17150         * libio/Makefile: Likewise.
17151         (all): Remove target.
17152         * locale/Makefile: Include Makeconfig immediately after defining
17153         subdir.
17154         * login/Makefile: Likewise.
17155         * mach/Makefile: Likewise.
17156         (all): Remove target.
17157         * malloc/Makefile: Include Makeconfig immediately after defining
17158         subdir.
17159         (all): Remove target.
17160         * manual/Makefile: Include Makeconfig immediately after defining
17161         subdir.
17162         * math/Makefile: Likewise.
17163         * misc/Makefile: Likewise.
17164         * nis/Makefile: Likewise.
17165         * nss/Makefile: Likewise.
17166         * po/Makefile: Likewise.
17167         (all): Remove target.
17168         * posix/Makefile: Include Makeconfig immediately after defining
17169         subdir.
17170         * pwd/Makefile: Likewise.
17171         * resolv/Makefile: Likewise.
17172         * resource/Makefile: Likewise.
17173         * rt/Makefile: Likewise.
17174         * setjmp/Makefile: Likewise.
17175         * shadow/Makefile: Likewise.
17176         * signal/Makefile: Likewise.
17177         * socket/Makefile: Likewise.
17178         * soft-fp/Makefile: Likewise.
17179         * stdio-common/Makefile: Likewise.
17180         * stdlib/Makefile: Likewise.
17181         * streams/Makefile: Likewise.
17182         * string/Makefile: Likewise.
17183         * sunrpc/Makefile: Likewise.
17184         (all): Remove target.
17185         * sysvipc/Makefile: Include Makeconfig immediately after defining
17186         subdir.
17187         * termios/Makefile: Likewise.
17188         * time/Makefile: Likewise.
17189         * timezone/Makefile: Likewise.
17190         (all): Remove target.
17191         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17192         subdir.
17193         * wctype/Makefile: Likewise.
17195 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17197         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17198         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17199         (libc_feholdexcept_setround_mips): Ditto.
17200         (libc_feholdsetround): New.
17201         (libc_feholdsetroundf): New.
17202         (libc_feholdsetroundl): New.
17203         (libc_feupdateenv_test_mips): New.
17204         (libc_feupdateenv_test): New.
17205         (libc_feupdateenv_testf): New.
17206         (libc_feupdateenv_testl): New.
17207         (libc_feresetround): New.
17208         (libc_feresetroundf): New.
17209         (libc_feresetroundl): New.
17210         (libc_fetestexcept_mips): New.
17211         (libc_fetestexcept): New.
17212         (libc_fetestexceptf): New.
17213         (libc_fetestexceptl): New.
17214         (HAVE_RM_CTX): New.
17215         (libc_feholdexcept_setround_mips_ctx): New.
17216         (libc_feholdexcept_setround_ctx): New.
17217         (libc_feholdexcept_setroundf_ctx): New.
17218         (libc_feholdexcept_setroundl_ctx): New.
17219         (libc_fesetenv_mips_ctx): New.
17220         (libc_fesetenv_ctx): New.
17221         (libc_fesetenv_ctxf): New.
17222         (libc_fesetenv_ctxl): New.
17223         (libc_feupdateenv_mips_ctx): New.
17224         (libc_feupdateenv_ctx): New.
17225         (libc_feupdateenvf_ctx): New.
17226         (libc_feupdateenvl_ctx): New.
17227         (libc_feholdsetround_mips_ctx): New.
17228         (libc_feholdsetround_ctx): New.
17229         (libc_feholdsetroundf_ctx): New.
17230         (libc_feholdsetroundl_ctx): New.
17231         (libc_feresetround_mips_ctx): New.
17232         (libc_feresetround_ctx): New.
17233         (libc_feresetroundf_ctx): New.
17234         (libc_feresetroundl_ctx): New.
17236 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17238         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17240         * manual/ipc.texi: New file.
17241         * manual/Makefile (chapters): Add ipc.
17242         * manual/job.texi: Add "Inter-Process Communication" to next.
17243         * manual/process.texi: Add "Inter-Process Communication" to prev.
17245 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17247         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17249 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17251         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17253         * manual/arith.texi: Fix spaces after sentences.
17254         * manual/charset.texi: Likewise.
17255         * manual/errno.texi: Likewise.
17256         * manual/install.texi: Likewise.
17257         * manual/llio.texi: Likewise.
17258         * manual/locale.texi: Likewise.
17259         * manual/maint.texi: Likewise.
17260         * manual/math.texi: Likewise.
17261         * manual/memory.texi: Likewise.
17262         * manual/message.texi: Likewise.
17263         * manual/probes.texi: Likewise.
17264         * manual/resource.texi: Likewise.
17265         * manual/signal.texi: Likewise.
17266         * manual/socket.texi: Likewise.
17267         * manual/stdio.texi: Likewise.
17268         * manual/string.texi: Likewise.
17269         * manual/time.texi: Likewise.
17270         * manual/users.texi: Likewise.
17272 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17274         [BZ #16632]
17275         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17276         _DEFAULT_SOURCE is defined.
17278 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17279             Carlos O'Donell  <carlos@redhat.com>
17281         [BZ #16613]
17282         * elf/dl-tls.c (_dl_count_modids): New function.
17283         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17284         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17285         audit library and increment generation counter.
17286         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17287         * elf/tst-audit9.c: New file.
17288         * elf/tst-auditmod9a.c: New file.
17289         * elf/tst-auditmod9b.c: New file.
17290         * elf/Makefile: Add rules to build and run tst-audit9.
17292 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17294         [BZ #15347]
17295         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17297 2014-02-25  Will Newton  <will.newton@linaro.org>
17299         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17300         (__longjmp): Restore sp and lr before restoring callee
17301         saved registers.  Add longjmp and longjmp_target
17302         SystemTap probe point.
17303         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17304         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17305         Define to zero to match jmpbuf layout.
17306         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17307         (__sigsetjmp): Save sp and lr before saving callee
17308         saved registers.  Add setjmp SystemTap probe point.
17310 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17312         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17314 2014-02-24  Andreas Schwab  <schwab@suse.de>
17316         [BZ #15804]
17317         * elf/pldd.c (wait_for_ptrace_stop): New function.
17318         (main): Call it after attaching.
17320 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17322         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17323         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17324         Versions files is now verboten.
17325         * hurd/Versions (libc: GLIBC_2.0):
17326         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17327         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17328         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17329         * mach/Versions: Likewise.
17331         * csu/Versions: Remove unused %include.
17332         * resolv/Versions: Likewise.
17334 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17336         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17337         ($(objpfx)check-local-headers.out): Likewise.
17338         ($(objpfx)begin-end-check.out): Likewise.
17339         * Makerules (check-abi-%.out): Likewise.
17340         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17341         ($(objpfx)test2.cat): Likewise.
17342         ($(objpfx)de/libc.cat): Likewise.
17343         ($(objpfx)test-gencat.out): Likewise.
17344         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17345         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17346         ($(objpfx)noload-mem): Likewise.
17347         ($(objpfx)tst-pathopt.out): Likewise.
17348         ($(objpfx)tst-rtld-load-self.out): Likewise.
17349         ($(objpfx)tst-array1-cmp.out): Likewise.
17350         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17351         ($(objpfx)tst-array2-cmp.out): Likewise.
17352         ($(objpfx)tst-array3-cmp.out): Likewise.
17353         ($(objpfx)tst-array4-cmp.out): Likewise.
17354         ($(objpfx)tst-array5-cmp.out): Likewise.
17355         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17356         ($(objpfx)check-textrel.out): Likewise.
17357         ($(objpfx)check-execstack.out): Likewise.
17358         ($(objpfx)check-localplt.out): Likewise.
17359         ($(objpfx)order2-cmp.out): Likewise.
17360         ($(objpfx)tst-leaks1-mem): Likewise.
17361         ($(objpfx)tst-leaks1-static-mem): Likewise.
17362         ($(objpfx)tst-initorder-cmp.out): Likewise.
17363         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17364         ($(objpfx)tst-unused-dep.out): Likewise.
17365         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17366         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17367         * iconv/Makefile (test-iconvconfig): Likewise.
17368         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17369         ($(objpfx)iconv-test.out): Likewise.
17370         ($(objpfx)tst-tables.out): Likewise.
17371         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17372         ($(objpfx)tst-gettext.out): Likewise.
17373         ($(objpfx)tst-translit.out): Likewise.
17374         ($(objpfx)tst-gettext2.out): Likewise.
17375         ($(objpfx)tst-gettext4.out): Likewise.
17376         ($(objpfx)tst-gettext6.out): Likewise.
17377         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17378         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17379         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17380         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17381         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17382         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17383         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17384         ($(objpfx)wordexp-tst.out): Likewise.
17385         ($(objpfx)annexc.out): Likewise.
17386         ($(objpfx)tst-fnmatch-mem): Likewise.
17387         ($(objpfx)bug-regex2-mem): Likewise.
17388         ($(objpfx)bug-regex14-mem): Likewise.
17389         ($(objpfx)bug-regex21-mem): Likewise.
17390         ($(objpfx)bug-regex31-mem): Likewise.
17391         ($(objpfx)tst-vfork3-mem): Likewise.
17392         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17393         ($(objpfx)tst-pcre-mem): Likewise.
17394         ($(objpfx)tst-boost-mem): Likewise.
17395         ($(objpfx)tst-getconf.out): Likewise.
17396         ($(objpfx)bug-ga2-mem): Likewise.
17397         ($(objpfx)bug-glob2-mem): Likewise.
17398         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17399         ($(objpfx)mtrace-tst-leaks2): Likewise.
17400         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17401         ($(objpfx)tst-printf.out): Likewise.
17402         ($(objpfx)tst-setvbuf1.out): Likewise.
17403         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17404         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17405         ($(objpfx)tst-fmtmsg.out): Likewise.
17406         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17407         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17409         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17410         * bits/sigaction.h [__USE_MISC]: Likewise.
17411         * bits/waitstatus.h: Update #endif comments.
17412         * ctype/ctype.h: Likewise.
17413         * dirent/dirent.h: Likewise.
17414         [__USE_MISC]: Remove redundant conditionals.
17415         * grp/grp.h: Update #endif comments.
17416         [__USE_GNU]: Remove redundant conditionals.
17417         [__USE_MISC]: Likewise.
17418         * inet/netinet/in.h [__USE_GNU]: Likewise.
17419         * io/sys/stat.h [__USE_MISC]: Likewise.
17420         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17421         * libio/bits/stdio.h: Update #endif comments.
17422         [__USE_MISC]: Remove redundant conditionals.
17423         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17424         * libio/stdio.h: Update #endif comments.
17425         [__USE_MISC]: Remove redundant conditionals.
17426         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17427         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17428         * math/math.h: Update #else and #endif comments.
17429         [__USE_MISC]: Remove redundant conditionals.
17430         * misc/sys/uio.h: Update #endif comments.
17431         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17432         * posix/glob.h [__USE_MISC]: Likewise.
17433         * posix/sys/types.h: Update #endif comments.
17434         [__USE_MISC]: Remove redundant conditionals.
17435         * posix/sys/wait.h: Update #endif comments.
17436         [__USE_MISC]: Remove redundant conditionals.
17437         * posix/unistd.h: Update #endif comments.
17438         [__USE_MISC]: Remove redundant conditionals.
17439         * pwd/pwd.h [__USE_GNU]: Likewise.
17440         [__USE_MISC]: Likewise.
17441         * resolv/netdb.h [__USE_GNU]: Likewise.
17442         * signal/signal.h: Update #endif comments.
17443         [__USE_MISC]: Remove redundant conditionals.
17444         * stdlib/stdlib.h: Update #else and #endif comments.
17445         [__USE_MISC]: Remove redundant conditionals.
17446         [__USE_GNU]: Likewise.
17447         * string/bits/string2.h [__USE_MISC]: Likewise.
17448         * string/string.h: Update #endif comments.
17449         [__USE_MISC]: Remove redundant conditionals.
17450         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17451         Likewise.
17452         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17453         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17454         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17455         Likewise.
17456         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17457         Likewise.
17458         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17459         comments.
17460         [__USE_MISC]: Remove redundant conditionals.
17461         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17462         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17463         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17464         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17465         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17466         Likewise.
17467         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17468         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17469         Likewise.
17470         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17471         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17472         Likewise.
17473         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17474         Likewise.
17475         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17476         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17477         Likewise.
17478         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17479         Likewise.
17480         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17481         * sysdeps/x86/bits/string.h: Update #endif comments.
17482         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17483         conditionals.
17484         * time/sys/time.h: Update #endif comments.
17485         * time/time.h: Likewise.
17486         [__USE_MISC]: Remove redundant conditionals.
17488 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17490         [BZ #16600]
17491         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17493 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17495         * Versions.def (librt): Add GLIBC_2.17.
17497 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17499         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17500         synonym for _SYS_AUXV_H to allow direct inclusion.
17501         * sysdeps/sparc/bits/hwcap.h: Likewise.
17502         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17503         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17504         * sysdeps/sparc/sysdep.h: Likewise.
17506 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17508         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17510 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17512         * benchtests/bench-strrchr.c: Print length instead of position.
17514 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17516         [BZ #16611]
17517         * sysdeps/unix/sysv/linux/kernel-features.h
17518         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17519         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17520         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17521         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17522         Likewise.
17523         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17524         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17525         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17526         (__ASSUME_SENDMMSG): Define instead of using previous
17527         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17528         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17529         (__ASSUME_SENDMMSG_SYSCALL): Define.
17530         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17531         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17532         Likewise.
17533         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17534         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17535         Likewise.
17536         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17537         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17538         Likewise.
17539         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17540         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17541         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17542         [__ASSUME_SENDMMSG]: Change conditionals to
17543         [__ASSUME_SENDMMSG_SOCKETCALL].
17544         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17545         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17546         Define.
17547         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17548         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17549         Likewise.
17550         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17551         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17552         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17553         [!__ASSUME_SENDMMSG]: Change conditional to
17554         [!__ASSUME_SENDMMSG_SOCKETCALL].
17555         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17556         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17557         Define.
17559         [BZ #16610]
17560         * sysdeps/unix/sysv/linux/kernel-features.h
17561         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17562         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17563         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17564         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17565         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17566         [__i386__ || __sparc__]
17567         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17568         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17569         (__ASSUME_RECVMMSG): Define instead of using previous
17570         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17571         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17572         (__ASSUME_RECVMMSG_SYSCALL): Define.
17573         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17574         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17575         Likewise.
17576         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17577         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17578         Likewise.
17579         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17580         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17581         Likewise.
17582         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17583         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17584         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17585         [__ASSUME_RECVMMSG]: Change condition to
17586         [__ASSUME_RECVMMSG_SOCKETCALL].
17587         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17588         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17589         Define.
17590         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17591         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17592         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17593         Likewise.
17594         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17595         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17596         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17597         [!__ASSUME_RECVMMSG]: Change condition to
17598         [!__ASSUME_RECVMMSG_SOCKETCALL].
17599         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17600         (__ASSUME_RECVMMSG_SYSCALL): Define.
17602         [BZ #16609]
17603         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17604         __powerpc__ || __s390__ || __sh__ || __sparc__]
17605         (__ASSUME_SOCKETCALL): Define.
17606         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17607         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17608         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17609         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17610         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17611         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17612         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17613         (__ASSUME_ACCEPT4): Define instead of using previous
17614         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17615         __powerpc__ || __sparc__ || __s390__)] condition.
17616         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17617         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17618         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17619         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17620         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17621         [!__ASSUME_ACCEPT4]: Change condition to
17622         [!__ASSUME_ACCEPT4_SOCKETCALL].
17623         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17624         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17625         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17626         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17627         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17628         __ASSUME_ACCEPT4_SYSCALL.
17629         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17630         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17631         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17632         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17633         __ASSUME_ACCEPT4_SYSCALL.
17634         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17635         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17636         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17637         [__ASSUME_ACCEPT4]: Change condition to
17638         [__ASSUME_ACCEPT4_SOCKETCALL].
17639         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17640         (__ASSUME_SOCKETCALL): Define.
17641         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17642         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17643         (__ASSUME_SOCKETCALL): Define.
17644         (__ASSUME_ACCEPT4): Remove.
17645         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17646         Define.
17647         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17648         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17649         Likewise.
17650         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17651         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17653         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17654         macro.
17655         (HWCAP_ARM_LPAE): Likewise.
17656         (HWCAP_ARM_EVTSTRM): Likewise.
17657         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17658         Add vpfd32, lpae and evtstrm.
17659         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17660         Increase to 22.
17662 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17664         * math/auto-libm-test-in: Add tests of clog10.
17665         * math/auto-libm-test-out: Regenerated.
17666         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17667         * sysdeps/i386/fpu/libm-test-ulps: Update.
17668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17670 2014-02-18  Andreas Schwab  <schwab@suse.de>
17672         [BZ #16574]
17673         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17674         Store non-zero if the second buffer was newly allocated.
17675         (send_dg): Likewise.
17676         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17677         to send_vc and send_dg.
17678         (res_nsend): Pass NULL for ansp2_malloced.
17679         * resolv/res_query.c (__libc_res_nquery): Add parameter
17680         answerp2_malloced and pass it down to __libc_res_nsend.
17681         (res_nquery): Pass additional NULL to __libc_res_nquery.
17682         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17683         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17684         second answer buffer if answerp2_malloced was set.
17685         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17686         (__libc_res_nquerydomain): Add parameter
17687         answerp2_malloced and pass it down to __libc_res_nquery.
17688         (res_nquerydomain): Pass additional NULL to
17689         __libc_res_nquerydomain.
17690         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17691         additional NULL to __libc_res_nsend and __libc_res_nquery.
17692         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17693         additional NULL to __libc_res_nsearch.
17694         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17695         parameter of __libc_res_nsearch to check for separately allocated
17696         second buffer.
17697         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17698         __libc_res_nquery.
17699         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17700         additional NULL to __libc_res_nquery.
17701         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17702         __libc_res_nsearch.
17703         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17704         * include/resolv.h: Update prototypes of __libc_res_nquery,
17705         __libc_res_nsearch, __libc_res_nsend.
17707 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17709         * math/auto-libm-test-in: Add tests of fma.
17710         * math/auto-libm-test-out: Regenerated.
17711         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17712         (fma_towardzero_test_data): Likewise.
17713         (fma_downward_test_data): Likewise.
17714         (fma_upward_test_data): Likewise.
17715         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17716         mpc_mode.
17717         (rounding_modes): Add values for new field.
17718         (func_calc_method): Add value mpfr_fff_f.
17719         (func_calc_desc): Add mpfr_fff_f union field.
17720         (test_function): Add field exact_args.
17721         (FUNC): Add macro argument EXACT_ARGS.
17722         (FUNC_mpfr_f_f): Update call to FUNC.
17723         (FUNC_mpfr_f_f): Likewise.
17724         (FUNC_mpfr_ff_f): Likewise.
17725         (FUNC_mpfr_if_f): Likewise.
17726         (FUNC_mpc_c_f): Likewise.
17727         (FUNC_mpc_c_c): Likewise.
17728         (test_functions): Add fma.  Update calls to FUNC.
17729         (handle_input_arg): Add argument exact_args.
17730         (add_test): Update call to handle_input_arg.
17731         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17732         (output_for_one_input_case): Update call to calc_generic_results.
17733         Recalculate exact zero results in each rounding mode.
17735         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17736         non-negative before setting low bit.
17737         * math/auto-libm-test-in: Mark one asin test possibly having
17738         spurious underflow.
17739         * math/auto-libm-test-out: Regenerated.
17740         * sysdeps/i386/fpu/libm-test-ulps: Update.
17741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17743 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17745         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17746         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17747         ports/sysdeps/unix/sysv/linux/microblaze.
17748         * README: Add missing listing for microblaze*-*-linux-gnu.
17750 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17752         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17753         duplicate code
17755 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17757         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17758         * sysdeps/unix/sysv/linux/ia64: Move directory from
17759         ports/sysdeps/unix/sysv/linux/ia64.
17760         * README: Update listing for ia64-*-linux-gnu.
17762 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17763             Joseph Myers  <joseph@codesourcery.com>
17765         * Makeconfig (test-name): New variable.
17766         (evaluate-test): Likewise.
17767         * Makerules (do-test-clean): Remove .test-result files.
17768         (common-mostlyclean): Likewise.
17769         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17770         * scripts/evaluate-test.sh: New file.
17772 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17774         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17775         separate $(objpfx)tst-fopenloc-cmp.out and
17776         $(objpfx)tst-fopenloc-mem.out targets.
17777         (tests): Update dependencies.
17778         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17779         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17780         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17781         (tst-rxspencer-no-utf8-ARGS): New variable.
17782         (tst-rxspencer-no-utf8-ENV): Likewise.
17783         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17784         instead of $(objpfx)tst-rxspencer-mem.
17785         ($(objpfx)tst-rxspencer-mem): Change target to
17786         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17787         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17788         * posix/tst-rxspencer-no-utf8.c: New file.
17790         * elf/Makefile ($(objpfx)order.out): Remove rule.
17791         [$(run-built-tests) = yes] (tests): Depend on
17792         $(objpfx)order-cmp.out.
17793         ($(objpfx)order-cmp.out): New rule.
17794         [$(run-built-tests) = yes] (tests): Depend on
17795         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17796         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17797         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17798         $(objpfx)tst-array5-static-cmp.out.
17799         ($(objpfx)tst-array1.out): Remove rule.
17800         ($(objpfx)tst-array1-cmp.out): New rule.
17801         ($(objpfx)tst-array1-static.out): Remove rule.
17802         ($(objpfx)tst-array1-static-cmp.out): New rule.
17803         ($(objpfx)tst-array2.out): Remove rule.
17804         ($(objpfx)tst-array2-cmp.out): New rule.
17805         ($(objpfx)tst-array3.out): Remove rule.
17806         ($(objpfx)tst-array3-cmp.out): New rule.
17807         ($(objpfx)tst-array4.out): Remove rule.
17808         ($(objpfx)tst-array4-cmp.out): New rule.
17809         ($(objpfx)tst-array5.out): Remove rule.
17810         ($(objpfx)tst-array5-cmp.out): New rule.
17811         ($(objpfx)tst-array5-static.out): Remove rule.
17812         ($(objpfx)tst-array5-static-cmp.out): New rule.
17813         [$(run-built-tests) = yes] (tests): Depend on
17814         $(objpfx)order2-cmp.out.
17815         ($(objpfx)order2.out): Remove rule.
17816         ($(objpfx)order2-cmp.out): New rule.
17817         ($(objpfx)tst-initorder.out): Remove rule.
17818         [$(run-built-tests) = yes] (tests): Depend on
17819         $(objpfx)tst-initorder-cmp.out.
17820         ($(objpfx)tst-initorder-cmp.out): New rule.
17821         ($(objpfx)tst-initorder2.out): Remove rule.
17822         [$(run-built-tests) = yes] (tests): Depend on
17823         $(objpfx)tst-initorder2-cmp.out.
17824         ($(objpfx)tst-initorder2-cmp.out): New rule.
17825         [$(run-built-tests) = yes] (tests): Depend on
17826         $(objpfx)tst-unused-dep-cmp.out.
17827         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17828         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17829         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17830         on $(objpfx)tst-setvbuf1-cmp.out.
17831         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17832         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17833         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17834         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17835         ($(objpfx)tst-svc.out): Remove rule.
17836         ($(objpfx)tst-svc-cmp.out): New rule.
17838 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17840         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17841         * ctype/ctype.h [__USE_MISC]: Likewise.
17842         * dirent/dirent.h [__USE_MISC]: Likewise.
17843         * grp/grp.h [__USE_MISC]: Likewise.
17844         * io/fcntl.h [__USE_MISC]: Likewise.
17845         * io/sys/stat.h [__USE_MISC]: Likewise.
17846         * libio/stdio.h [__USE_MISC]: Likewise.
17847         * posix/unistd.h [__USE_MISC]: Likewise.
17848         * pwd/pwd.h [__USE_MISC]: Likewise.
17849         * stdlib.h [__USE_MISC]: Likewise.
17850         * string/bits/string2.h [__USE_MISC]: Likewise.
17851         * string/string.h [__USE_MISC]: Likewise.
17852         * time/time.h [__USE_MISC]: Likewise.
17854 2014-02-13  Andreas Schwab  <schwab@suse.de>
17856         [BZ #16574]
17857         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17858         second answer buffer if it was separately allocated.
17860 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17862         * sysdeps/mips/math-tests.h: Include <features.h>.
17863         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17864         (ROUNDING_TESTS_long_double): Do not define.
17865         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17866         (EXCEPTION_TESTS_long_double): Likewise.
17867         * sysdeps/mips/mips64/libm-test-ulps: Update.
17869         * include/features.h (__USE_BSD): Remove macro definitions.
17870         (__USE_SVID): Likewise.
17871         (_BSD_SOURCE): Likewise.
17872         (_SVID_SOURCE): Likewise.
17873         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17874         from definition of _DEFAULT_SOURCE.
17875         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17876         [_DEFAULT_SOURCE].
17877         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17878         * bits/mman.h [__USE_BSD]: Likewise.
17879         * bits/termios.h [__USE_BSD]: Likewise.
17880         * bits/waitstatus.h [__USE_BSD]: Likewise.
17881         * ctype/ctype.h [__USE_SVID]: Likewise.
17882         * dirent/dirent.h [__USE_BSD]: Likewise.
17883         * grp/grp.h [__USE_SVID]: Likewise.
17884         [__USE_BSD]: Likewise.
17885         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17886         * io/fcntl.h [__USE_BSD]: Likewise.
17887         * io/ftw.h [__USE_BSD]: Likewise.
17888         * io/sys/stat.h [__USE_BSD]: Likewise.
17889         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17890         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17891         * libio/stdio.h [__USE_SVID]: Likewise.
17892         [__USE_BSD]: Likewise.
17893         * math/math.h [__USE_SVID]: Likewise.
17894         [__USE_BSD]: Likewise.
17895         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17896         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17897         * misc/search.h [__USE_SVID]: Likewise.
17898         * misc/sys/mman.h [__USE_BSD]: Likewise.
17899         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17900         * misc/sys/uio.h [__USE_BSD]: Likewise.
17901         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17902         * posix/glob.h [__USE_BSD]: Likewise.
17903         * posix/regex.h [__USE_BSD]: Likewise.
17904         * posix/sys/types.h [__USE_BSD]: Likewise.
17905         [__USE_SVID]: Likewise.
17906         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17907         * posix/sys/wait.h [__USE_BSD]: Likewise.
17908         [__USE_SVID]: Likewise.
17909         * posix/unistd.h [__USE_BSD]: Likewise.
17910         [__USE_SVID]: Likewise.
17911         * pwd/pwd.h [__USE_SVID]: Likewise.
17912         * resolv/netdb.h [__USE_BSD]: Likewise.
17913         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17914         * signal/signal.h [__USE_BSD]: Likewise.
17915         [__USE_SVID]: Likewise.
17916         * socket/sys/socket.h [__USE_BSD]: Likewise.
17917         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17918         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17919         [__USE_SVID]: Likewise.
17920         * string/bits/string2.h [__USE_BSD]: Likewise.
17921         [__USE_SVID]: Likewise.
17922         * string/bits/string3.h [__USE_BSD]: Likewise.
17923         * string/endian.h [__USE_BSD]: Likewise.
17924         * string/string.h [__USE_SVID]: Likewise.
17925         [__USE_BSD]: Likewise.
17926         * string/strings.h [__USE_BSD]: Likewise.
17927         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17928         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17929         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17930         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17931         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17932         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17933         Likewise.
17934         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17935         Likewise.
17936         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17937         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17938         Likewise.
17939         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17940         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17941         Likewise.
17942         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17943         Likewise.
17944         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17945         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17946         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17947         Likewise.
17948         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17949         Likewise.
17950         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17951         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17952         * termios/termios.h [__USE_BSD]: Likewise.
17953         * time/sys/time.h [__USE_BSD]: Likewise.
17954         * time/time.h [__USE_BSD]: Likewise.
17955         [__USE_SVID]: Likewise.
17957         * Makefile (subdir_targets): Remove subdir_lint.out.
17959         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17960         (do-tst-printf): Likewise.
17961         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17962         $(objpfx)tst-printf.out.
17964         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17966         * Makerules (check-abi-%): Change target to
17967         $(objpfx)check-abi-%.out.
17968         (check-abi target): Update dependencies.
17969         (check-abi-pattern variable): Redirect output of diff to $@.
17970         (check-abi variable): Likewise.
17971         * elf/Makefile (check-abi): Update dependencies.
17973         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17974         unused.
17975         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17976         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17977         subnormal range.
17978         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17979         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17980         value has largest subnormal exponent.
17981         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17982         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17983         * sysdeps/aarch64/soft-fp/sfp-machine.h
17984         (_FP_TININESS_AFTER_ROUNDING): New macro.
17985         * sysdeps/alpha/soft-fp/sfp-machine.h
17986         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17987         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17988         Likewise.
17989         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17990         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17991         * sysdeps/mips/soft-fp/sfp-machine.h
17992         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17993         * sysdeps/powerpc/soft-fp/sfp-machine.h
17994         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17995         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17996         Likewise.
17997         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17998         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17999         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18000         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18001         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18002         Likewise.
18004 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18006         [BZ #16545]
18007         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18008         model 1.
18010 2014-02-12  Richard Henderson  <rth@redhat.com>
18012         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18013         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18014         * sysdeps/unix/sysv/linux/alpha: Move directory from
18015         ports/sysdeps/unix/sysv/linux/alpha.
18016         * README: Update listing for alpha-*-linux-gnu.
18018 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18020         * include/features.h: Update comment documenting feature test
18021         macros.
18022         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18023         _DEFAULT_SOURCE.
18024         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18025         (_SVID_SOURCE): Likewise.
18026         (_DEFAULT_SOURCE): Update description of default features.
18027         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18028         with _GNU_SOURCE.
18029         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18030         (S_ISVTX): Likewise.
18031         * manual/math.texi (Mathematical Constants): Likewise.
18032         * manual/signal.texi (Interrupted Primitives): Likewise.
18033         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18034         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18035         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18036         Don't refer to _SVID_SOURCE in warning text.
18038         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18040         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18041         already defined.
18042         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18043         * sysdeps/mips/dl-lookup.c: Remove.
18044         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18046 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18048         [BZ #16447]
18049         * math/auto-libm-test-in: Add testcase for expl.
18050         * math/auto-libm-test-out: Regenerate.
18051         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18052         calculation of unsafe.
18053         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18055 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18057         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18058         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18059         ports/sysdeps/unix/sysv/linux/aarch64.
18060         * README: Update listing for aarch64*-*-linux-gnu.
18062 2014-02-11  Will Newton  <will.newton@linaro.org>
18064         * manual/probes.texi (Mathematical Function Probes): Use
18065         "triggered" instead of "hit".
18067         * manual/probes.texi (Internal Probes): Add documentation
18068         of setjmp, longjmp and longjmp_target probes.
18070         * include/stap-probe.h: Add comment about probe argument
18071         format.
18073         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18074         definition.  (tr_where, tr_freehook, tr_mallochook,
18075         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18077 2014-02-11  David S. Miller  <davem@davemloft.net>
18079         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18080         processing int_tests.
18082 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18084         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18085         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18086         * sysdeps/unix/sysv/linux/mips: Move directory from
18087         ports/sysdeps/unix/sysv/linux/mips.
18088         * README: Update listing for mips-*-linux-gnu and
18089         mips64-*-linux-gnu.
18091 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18093         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18094         * sysdeps/unix/sysv/linux/m68k: Move directory from
18095         ports/sysdeps/unix/sysv/linux/m68k.
18096         * README: Update listing for m68k-*-linux-gnu.
18098 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18100         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18101         * sysdeps/unix/sysv/linux/generic: Move directory from
18102         ports/sysdeps/unix/sysv/linux/generic.
18103         * sysdeps/unix/sysv/linux/tile: Move directory from
18104         ports/sysdeps/unix/sysv/linux/tile.
18105         * README: Update listing for tile*-*-linux-gnu.
18107 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18109         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18110         __builtin_expect.
18111         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18112         * catgets/open_catalog.c (__open_catalog): Likewise.
18113         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18114         * debug/confstr_chk.c: Likewise.
18115         * debug/fread_chk.c (__fread_chk): Likewise.
18116         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18117         * debug/getgroups_chk.c: Likewise.
18118         * debug/mbsnrtowcs_chk.c: Likewise.
18119         * debug/mbsrtowcs_chk.c: Likewise.
18120         * debug/mbstowcs_chk.c: Likewise.
18121         * debug/memcpy_chk.c: Likewise.
18122         * debug/memmove_chk.c: Likewise.
18123         * debug/mempcpy_chk.c: Likewise.
18124         * debug/memset_chk.c: Likewise.
18125         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18126         * debug/strcat_chk.c (__strcat_chk): Likewise.
18127         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18128         * debug/strncat_chk.c (__strncat_chk): Likewise.
18129         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18130         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18131         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18132         * debug/wcpncpy_chk.c: Likewise.
18133         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18134         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18135         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18136         * debug/wcsncpy_chk.c: Likewise.
18137         * debug/wcsnrtombs_chk.c: Likewise.
18138         * debug/wcsrtombs_chk.c: Likewise.
18139         * debug/wcstombs_chk.c: Likewise.
18140         * debug/wmemcpy_chk.c: Likewise.
18141         * debug/wmemmove_chk.c: Likewise.
18142         * debug/wmempcpy_chk.c: Likewise.
18143         * debug/wmemset_chk.c: Likewise.
18144         * dirent/scandirat.c (SCANDIRAT): Likewise.
18145         * dlfcn/dladdr1.c (dladdr1): Likewise.
18146         * dlfcn/dladdr.c (dladdr): Likewise.
18147         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18148         * dlfcn/dlerror.c (__dlerror): Likewise.
18149         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18150         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18151         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18152         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18153         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18154         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18155         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18156         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18157         Likewise.
18158         * elf/dl-conflict.c: Likewise.
18159         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18160         * elf/dl-dst.h: Likewise.
18161         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18162         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18163         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18164         * elf/dl-init.c (call_init, _dl_init): Likewise.
18165         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18166         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18167         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18168         Likewise.
18169         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18170         Likewise.
18171         * elf/dl-minimal.c (__libc_memalign): Likewise.
18172         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18173         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18174         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18175         * elf/dl-sym.c (do_sym): Likewise.
18176         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18177         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18178         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18179         * elf/dl-writev.h (_dl_writev): Likewise.
18180         * elf/ldconfig.c (search_dir): Likewise.
18181         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18182         (dl_main): Likewise.
18183         * elf/setup-vdso.h (setup_vdso): Likewise.
18184         * grp/compat-initgroups.c (compat_call): Likewise.
18185         * grp/fgetgrent.c (fgetgrent): Likewise.
18186         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18187         * grp/putgrent.c (putgrent): Likewise.
18188         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18189         Likewise.
18190         * hurd/hurdinit.c: Likewise.
18191         * iconvdata/8bit-gap.c (struct): Likewise.
18192         * iconvdata/ansi_x3.110.c : Likewise.
18193         * iconvdata/big5.c : Likewise.
18194         * iconvdata/big5hkscs.c : Likewise.
18195         * iconvdata/cp1255.c: Likewise.
18196         * iconvdata/cp1258.c : Likewise.
18197         * iconvdata/cp932.c : Likewise.
18198         * iconvdata/euc-cn.c: Likewise.
18199         * iconvdata/euc-jisx0213.c : Likewise.
18200         * iconvdata/euc-jp.c: Likewise.
18201         * iconvdata/euc-jp-ms.c : Likewise.
18202         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18203         * iconvdata/gb18030.c : Likewise.
18204         * iconvdata/gbbig5.c (const): Likewise.
18205         * iconvdata/gbgbk.c: Likewise.
18206         * iconvdata/gbk.c : Likewise.
18207         * iconvdata/ibm1364.c : Likewise.
18208         * iconvdata/ibm930.c : Likewise.
18209         * iconvdata/ibm932.c: Likewise.
18210         * iconvdata/ibm933.c : Likewise.
18211         * iconvdata/ibm935.c : Likewise.
18212         * iconvdata/ibm937.c : Likewise.
18213         * iconvdata/ibm939.c : Likewise.
18214         * iconvdata/ibm943.c: Likewise.
18215         * iconvdata/iso_11548-1.c: Likewise.
18216         * iconvdata/iso-2022-cn.c : Likewise.
18217         * iconvdata/iso-2022-cn-ext.c : Likewise.
18218         * iconvdata/iso-2022-jp-3.c: Likewise.
18219         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18220         * iconvdata/iso-2022-kr.c : Likewise.
18221         * iconvdata/iso646.c (gconv_end): Likewise.
18222         * iconvdata/iso_6937-2.c : Likewise.
18223         * iconvdata/iso_6937.c : Likewise.
18224         * iconvdata/iso8859-1.c: Likewise.
18225         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18226         * iconvdata/shift_jisx0213.c : Likewise.
18227         * iconvdata/sjis.c : Likewise.
18228         * iconvdata/t.61.c : Likewise.
18229         * iconvdata/tcvn5712-1.c : Likewise.
18230         * iconvdata/tscii.c: Likewise.
18231         * iconvdata/uhc.c : Likewise.
18232         * iconvdata/unicode.c (gconv_end): Likewise.
18233         * iconvdata/utf-16.c (gconv_end): Likewise.
18234         * iconvdata/utf-32.c (gconv_end): Likewise.
18235         * iconvdata/utf-7.c (base64): Likewise.
18236         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18237         * iconv/gconv_close.c (__gconv_close): Likewise.
18238         * iconv/gconv_open.c (__gconv_open): Likewise.
18239         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18240         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18241         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18242         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18243         (ucs4le_internal_loop_single): Likewise.
18244         * iconv/iconv.c (iconv): Likewise.
18245         * iconv/iconv_close.c: Likewise.
18246         * iconv/loop.c (SINGLE): Likewise.
18247         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18248         * include/atomic.h: Likewise.
18249         * inet/inet6_option.c (option_alloc): Likewise.
18250         * intl/bindtextdom.c (set_binding_values): Likewise.
18251         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18252         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18253         * intl/localealias.c (read_alias_file): Likewise.
18254         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18255         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18256         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18257         * libio/fmemopen.c (fmemopen): Likewise.
18258         * libio/iofgets.c (_IO_fgets): Likewise.
18259         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18260         * libio/iofgetws.c (fgetws): Likewise.
18261         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18262         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18263         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18264         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18265         * locale/findlocale.c (_nl_find_locale): Likewise.
18266         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18267         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18268         Likewise.
18269         * locale/setlocale.c (setlocale): Likewise.
18270         * login/programs/pt_chown.c (main): Likewise.
18271         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18272         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18273         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18274         (mmap, mmap64, mremap, munmap): Likewise.
18275         * math/e_exp2l.c: Likewise.
18276         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18277         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18278         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18279         * math/s_catan.c (__catan): Likewise.
18280         * math/s_catanf.c (__catanf): Likewise.
18281         * math/s_catanh.c (__catanh): Likewise.
18282         * math/s_catanhf.c (__catanhf): Likewise.
18283         * math/s_catanhl.c (__catanhl): Likewise.
18284         * math/s_catanl.c (__catanl): Likewise.
18285         * math/s_ccosh.c (__ccosh): Likewise.
18286         * math/s_ccoshf.c (__ccoshf): Likewise.
18287         * math/s_ccoshl.c (__ccoshl): Likewise.
18288         * math/s_cexp.c (__cexp): Likewise.
18289         * math/s_cexpf.c (__cexpf): Likewise.
18290         * math/s_cexpl.c (__cexpl): Likewise.
18291         * math/s_clog10.c (__clog10): Likewise.
18292         * math/s_clog10f.c (__clog10f): Likewise.
18293         * math/s_clog10l.c (__clog10l): Likewise.
18294         * math/s_clog.c (__clog): Likewise.
18295         * math/s_clogf.c (__clogf): Likewise.
18296         * math/s_clogl.c (__clogl): Likewise.
18297         * math/s_csin.c (__csin): Likewise.
18298         * math/s_csinf.c (__csinf): Likewise.
18299         * math/s_csinh.c (__csinh): Likewise.
18300         * math/s_csinhf.c (__csinhf): Likewise.
18301         * math/s_csinhl.c (__csinhl): Likewise.
18302         * math/s_csinl.c (__csinl): Likewise.
18303         * math/s_csqrt.c (__csqrt): Likewise.
18304         * math/s_csqrtf.c (__csqrtf): Likewise.
18305         * math/s_csqrtl.c (__csqrtl): Likewise.
18306         * math/s_ctan.c (__ctan): Likewise.
18307         * math/s_ctanf.c (__ctanf): Likewise.
18308         * math/s_ctanh.c (__ctanh): Likewise.
18309         * math/s_ctanhf.c (__ctanhf): Likewise.
18310         * math/s_ctanhl.c (__ctanhl): Likewise.
18311         * math/s_ctanl.c (__ctanl): Likewise.
18312         * math/w_pow.c: Likewise.
18313         * math/w_powf.c: Likewise.
18314         * math/w_powl.c: Likewise.
18315         * math/w_scalb.c (sysv_scalb): Likewise.
18316         * math/w_scalbf.c (sysv_scalbf): Likewise.
18317         * math/w_scalbl.c (sysv_scalbl): Likewise.
18318         * misc/error.c (error_tail): Likewise.
18319         * misc/pselect.c (__pselect): Likewise.
18320         * nis/nis_callback.c (__nis_create_callback): Likewise.
18321         * nis/nis_call.c (__nisfind_server): Likewise.
18322         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18323         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18324         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18325         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18326         * nis/nis_lookup.c (nis_lookup): Likewise.
18327         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18328         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18329         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18330         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18331         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18332         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18333         * nis/nss_compat/compat-initgroups.c (add_group)
18334         (internal_getgrent_r): Likewise.
18335         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18336         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18337         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18338         (internal_getspnam_r): Likewise.
18339         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18340         (_nss_nis_getaliasbyname_r): Likewise.
18341         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18342         (_nss_nis_getntohost_r): Likewise.
18343         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18344         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18345         (_nss_nis_getgrgid_r): Likewise.
18346         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18347         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18348         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18349         (_nss_nis_gethostbyname4_r): Likewise.
18350         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18351         (initgroups_netid): Likewise.
18352         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18353         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18354         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18355         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18356         (_nss_nis_getprotobynumber_r): Likewise.
18357         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18358         (_nss_nis_getsecretkey): Likewise.
18359         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18360         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18361         (_nss_nis_getpwuid_r): Likewise.
18362         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18363         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18364         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18365         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18366         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18367         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18368         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18369         Likewise.
18370         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18371         (_nss_nisplus_getntohost_r): Likewise.
18372         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18373         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18374         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18375         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18376         Likewise.
18377         * nis/nss_nisplus/nisplus-initgroups.c
18378         (_nss_nisplus_initgroups_dyn): Likewise.
18379         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18380         (_nss_nisplus_getnetbyaddr_r): Likewise.
18381         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18382         (_nss_nisplus_getprotobynumber_r): Likewise.
18383         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18384         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18385         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18386         Likewise.
18387         * nis/nss_nisplus/nisplus-service.c
18388         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18389         (_nss_nisplus_getservbyport_r): Likewise.
18390         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18391         (_nss_nisplus_getspnam_r): Likewise.
18392         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18393         Likewise.
18394         * nscd/aicache.c (addhstaiX): Likewise.
18395         * nscd/cache.c (cache_search, prune_cache): Likewise.
18396         * nscd/connections.c (register_traced_file, send_ro_fd)
18397         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18398         (main_loop_epoll): Likewise.
18399         * nscd/grpcache.c (addgrbyX): Likewise.
18400         * nscd/hstcache.c (addhstbyX): Likewise.
18401         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18402         * nscd/mem.c (gc, mempool_alloc): Likewise.
18403         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18404         (addinnetgrX): Likewise.
18405         * nscd/nscd-client.h (__nscd_acquire_maplock)
18406         (__nscd_drop_map_ref): Likewise.
18407         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18408         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18409         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18410         Likewise.
18411         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18412         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18413         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18414         (__nscd_get_map_ref): Likewise.
18415         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18416         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18417         Likewise.
18418         * nscd/pwdcache.c (addpwbyX): Likewise.
18419         * nscd/selinux.c (preserve_capabilities): Likewise.
18420         * nscd/servicescache.c (addservbyX): Likewise.
18421         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18422         * posix/fnmatch.c (fnmatch): Likewise.
18423         * posix/getopt.c (_getopt_internal_r): Likewise.
18424         * posix/glob.c (glob, glob_in_dir): Likewise.
18425         * posix/wordexp.c (exec_comm_child): Likewise.
18426         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18427         (getanswer_r, gaih_getanswer_slice): Likewise.
18428         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18429         * resolv/res_init.c: Likewise.
18430         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18431         * resolv/res_query.c (__libc_res_nquery): Likewise.
18432         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18433         Likewise.
18434         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18435         * stdio-common/perror.c (perror): Likewise.
18436         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18437         * stdio-common/tmpnam.c (tmpnam): Likewise.
18438         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18439         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18440         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18441         Likewise.
18442         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18443         * stdlib/putenv.c (putenv): Likewise.
18444         * stdlib/setenv.c (__add_to_environ): Likewise.
18445         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18446         * stdlib/strtol_l.c (INTERNAL): Likewise.
18447         * string/memmem.c (memmem): Likewise.
18448         * string/strerror.c (strerror): Likewise.
18449         * string/strnlen.c (__strnlen): Likewise.
18450         * string/test-memmem.c (simple_memmem): Likewise.
18451         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18452         * sunrpc/pm_getport.c (__get_socket): Likewise.
18453         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18454         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18455         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18456         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18457         Likewise.
18458         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18459         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18460         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18461         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18462         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18463         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18464         Likewise.
18465         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18466         Likewise.
18467         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18468         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18469         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18470         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18471         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18472         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18473         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18474         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18475         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18476         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18477         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18478         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18479         Likewise.
18480         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18481         Likewise.
18482         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18483         Likewise.
18484         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18485         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18486         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18487         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18488         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18489         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18490         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18491         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18492         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18493         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18494         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18495         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18496         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18497         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18498         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18499         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18500         Likewise.
18501         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18502         Likewise.
18503         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18504         Likewise.
18505         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18506         Likewise.
18507         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18508         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18509         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18510         Likewise.
18511         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18512         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18513         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18514         * sysdeps/posix/sleep.c: Likewise.
18515         * sysdeps/posix/tempname.c: Likewise.
18516         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18517         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18518         Likewise.
18519         * sysdeps/powerpc/powerpc32/dl-machine.h
18520         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18521         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18522         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18523         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18524         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18525         Likewise.
18526         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18527         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18528         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18529         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18530         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18531         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18532         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18533         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18534         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18535         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18536         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18537         (elf_machine_lazy_rel): Likewise.
18538         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18539         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18540         (elf_machine_lazy_rel): Likewise.
18541         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18542         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18543         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18544         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18545         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18546         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18547         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18548         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18549         Likewise.
18550         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18551         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18552         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18553         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18554         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18555         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18556         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18557         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18558         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18559         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18560         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18561         Likewise.
18562         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18563         (__posix_fallocate64_l64): Likewise.
18564         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18565         (posix_fallocate): Likewise.
18566         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18567         Likewise.
18568         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18569         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18570         (getifaddrs_internal): Likewise.
18571         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18572         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18573         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18574         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18575         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18576         (__posix_fallocate64_l64): Likewise.
18577         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18578         Likewise.
18579         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18580         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18581         (__get_clockfreq): Likewise.
18582         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18583         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18584         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18585         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18586         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18587         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18588         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18589         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18590         Likewise.
18591         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18592         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18593         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18594         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18595         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18596         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18597         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18598         Likewise.
18599         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18600         (posix_fallocate): Likewise.
18601         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18602         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18603         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18604         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18605         (elf_machine_rela, elf_machine_rela_relative)
18606         (elf_machine_lazy_rel): Likewise.
18607         * time/asctime.c (asctime_internal): Likewise.
18608         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18609         * time/tzset.c (__tzset_parse_tz): Likewise.
18610         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18611         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18612         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18613         * wcsmbs/wcsmbsload.h: Likewise.
18615         [BZ #15894]
18616         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18618         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18619         (arena_get2): Remove THREAD_STATS conditionals.
18620         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18621         (__malloc_stats, int): Likewise.
18623 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18625         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18626         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18628         * manual/setjmp.texi: Fix typos/grammar errors.
18630         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18631         Only return early when n is <= 0.  Delete unused return statement.
18633         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18634         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18635         * debug/tst-longjmp_chk3.c: New file.
18637         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18638         (test_main): Replace code with set_fortify_handler call.
18639         * debug/test-strcpy_chk.c: Likewise.
18640         * debug/tst-chk1.c: Likewise.
18641         * debug/tst-longjmp_chk.c: Likewise.
18642         * test-skeleton.c: Include fcntl.h & paths.h
18643         (set_fortify_handler): Define.
18645         * debug/tst-longjmp_chk.c: Add header comment and include
18646         ../test-skeleton.c.
18647         (do_test): Mark static.
18648         (TEST_FUNCTION): Define.
18650         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18651         (IP_PMTUDISC_INTERFACE): Likewise.
18652         (IP_MULTICAST_IF): Likewise.
18653         (IP_MULTICAST_TTL): Likewise.
18654         (IP_MULTICAST_LOOP): Likewise.
18655         (IP_ADD_MEMBERSHIP): Likewise.
18656         (IP_DROP_MEMBERSHIP): Likewise.
18657         (IP_UNBLOCK_SOURCE): Likewise.
18658         (IP_BLOCK_SOURCE): Likewise.
18659         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18660         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18661         (IP_MSFILTER): Likewise.
18662         (MCAST_JOIN_GROUP): Likewise.
18663         (MCAST_BLOCK_SOURCE): Likewise.
18664         (MCAST_UNBLOCK_SOURCE): Likewise.
18665         (MCAST_LEAVE_GROUP): Likewise.
18666         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18667         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18668         (MCAST_MSFILTER): Likewise.
18669         (IP_MULTICAST_ALL): Likewise.
18670         (IP_UNICAST_IF): Likewise.
18672         * timezone/Makefile: Delete $(have-ksh) check.
18673         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18674         * timezone/tzselect.ksh: Add +x mode bits.
18676         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18677         (ANON_INODE_FS_MAGIC): Likewise.
18678         (BDEVFS_MAGIC): Likewise.
18679         (BINFMTFS_MAGIC): Likewise.
18680         (BTRFS_TEST_MAGIC): Likewise.
18681         (CRAMFS_MAGIC_WEND): Likewise.
18682         (DEBUGFS_MAGIC): Likewise.
18683         (ECRYPTFS_SUPER_MAGIC): Likewise.
18684         (EXT3_SUPER_MAGIC): Likewise.
18685         (EXT4_SUPER_MAGIC): Likewise.
18686         (FUTEXFS_SUPER_MAGIC): Likewise.
18687         (HOSTFS_SUPER_MAGIC): Likewise.
18688         (HUGETLBFS_MAGIC): Likewise.
18689         (MINIX3_SUPER_MAGIC): Likewise.
18690         (MTD_INODE_FS_MAGIC): Likewise.
18691         (NILFS_SUPER_MAGIC): Likewise.
18692         (OPENPROM_SUPER_MAGIC): Likewise.
18693         (PIPEFS_MAGIC): Likewise.
18694         (PSTOREFS_MAGIC): Likewise.
18695         (QNX6_SUPER_MAGIC): Likewise.
18696         (RAMFS_MAGIC): Likewise.
18697         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18698         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18699         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18700         (SECURITYFS_MAGIC): Likewise.
18701         (SELINUX_MAGIC): Likewise.
18702         (SMACK_MAGIC): Likewise.
18703         (SOCKFS_MAGIC): Likewise.
18704         (SQUASHFS_MAGIC): Likewise.
18705         (STACK_END_MAGIC): Likewise.
18706         (TMPFS_MAGIC): Likewise.
18707         (USBDEVICE_SUPER_MAGIC): Likewise.
18708         (V9FS_MAGIC): Likewise.
18709         (XENFS_SUPER_MAGIC): Likewise.
18710         (CRAMFS_MAGIC): Fix typo in comment.
18711         (EXT2_SUPER_MAGIC): Update comment.
18712         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18714 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18716         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18717         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18718         * sysdeps/unix/sysv/linux/arm: Move directory from
18719         ports/sysdeps/unix/sysv/linux/arm.
18720         * README: Update listing for arm-*-linux-gnueabi.
18722         * README: Remove mention of am33.
18724 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18726         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18727         than the comma operator, to avoid "rhs of comma has no effect"
18728         compiler warnings.
18729         (__sigfillset, __sigandset, __sigorset): Likewise.
18730         * include/signal.h (__sigemptyset): Likewise.
18731         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18733 2014-02-07  Allan McRae  <allan@archlinux.org>
18735         * version.h (RELEASE): Set to "development".
18736         (VERSION): Set to "2.19.90"
18737         * NEWS: Add 2.20 section.
18739 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18741         [BZ #16529]
18742         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18744 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18746         * manual/contrib.texi: Update entry for Carlos O'Donell,
18747         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18749 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18751         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18753         * sysdeps/unix/sysv/linux/kernel-features.h
18754         [__LINUX_KERNEL_VERSION >= 0x020621]
18755         (__ASSUME_PROC_PID_TASK_COMM): Define.
18757 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18759         [BZ #16398]
18760         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18761         conversion when destination buffer does not have enough space.
18762         * libio/tst-ftell-partial-wide.c: New test case.
18763         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18765         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18766         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18767         Leonard and Allan McRae.
18769 2014-02-04  David S. Miller  <davem@davemloft.net>
18771         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18772         32-bit.
18774 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18777         New file
18778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18779         New file
18780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18781         New file.
18782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18783         New file.
18784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18785         New file.
18786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18787         New file.
18788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18789         New file.
18790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18791         New file.
18792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18793         New file.
18794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18795         New file.
18796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18797         New file.
18798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18799         New file.
18800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18801         New file.
18803 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18805         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18806         * shlib-versions: Likewise.
18808 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18809             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18811         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18812         (abilist-pattern): New variable, set to %-le.abilist.
18814         * Makerules (abilist-pattern): New variable.
18815         (vpath): Use $(abilist-pattern) in place of %.abilist.
18816         (check-abi-% pattern rule): Likewise.
18817         (check-abi, update-abi): Likewise.
18819 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18821         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18823 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18825         * manual/startup.texi: Add next, previous, and top entries for
18826         the `Program Arguments' and `Environment Variables' nodes.
18828 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18830         * manual/macros.texi: Add comments before MTASC-safety macros.
18832         * manual/users.texi: Document MTASC-safety properties.
18834         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18835         (pthread_getspecific, pthread_setspecific): Format with
18836         @deftypefun, and add @safety note.
18837         * manual/signal.texi: Move comments that analyze the above
18838         functions to their home place.
18840 2014-02-03  Allan McRae  <allan@archlinux.org>
18842         * po/sl.po: Update Slovenian translation from translation project.
18844 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18846         * manual/time.texi (timegm): Add missing blank after @c.
18847         Reported by Joseph Myers <joseph@codesourcery.com>.
18849 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18851         * manual/check-safety.sh: New.
18852         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18854         * manual/terminal.texi: Document MTASC-safety properties.
18856         * manual/filesys.texi: Document MTASC-safety properties.
18858         * manual/errno.texi: Document MTASC-safety properties.
18860         * manual/intro.texi: Document safety identifiers and
18861         conditionals.
18863         * manual/string.texi (wcstok): Fix prototype.
18864         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18866         * manual/time.texi: Document MTASC-safety properties.
18868         * manual/string.texi: Document MTASC-safety properties.
18870         * manual/threads.texi: Document MTASC-safety properties.
18872         * manual/stdio.texi: Document MTASC-safety properties.
18874         * manual/syslog.texi: Document MTASC-safety properties.
18876         * manual/sysinfo.texi: Document MTASC-safety properties.
18878         * manual/startup.texi: Document MTASC-safety properties.
18880         * manual/socket.texi: Document MTASC-safety properties.
18882         * manual/signal.texi: Document MTASC-safety properties.
18884 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18886         * manual/setjmp.texi: Document MTASC-safety properties.
18888         * manual/search.texi: Document MTASC-safety properties.
18890         * manual/resource.texi: Document MTASC-safety properties.
18892         * manual/process.texi: Document MTASC-safety properties.
18894         * manual/platform.texi: Document MTASC-safety properties.
18896         * manual/pipe.texi: Document MTASC-safety properties.
18898         * manual/pattern.texi: Document MTASC-safety properties.
18900         * manual/message.texi: Document MTASC-safety properties.
18902         [BZ #12751]
18903         * manual/memory.texi: Document MTASC-safety properties.
18905         * manual/math.texi: Document MTASC-safety properties.
18907         * manual/locale.texi: Document MTASC-safety properties.
18909         * manual/llio.texi: Document MTASC-safety properties.
18911         * manual/libdl.texi: New.
18913         * manual/lang.texi: Document MTASC-safety properties.
18915         * manual/job.texi: Document MTASC-safety properties.
18917         * manual/getopt.texi: Document MTASC-safety properties.
18919         * manual/ctype.texi: Document MTASC-safety properties.
18921 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18923         [BZ #16046]
18924         * csu/libc-tls.c (static_map): Remove variable.
18925         (__libc_setup_tls): Use main executable's link map for TLS data.
18926         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18927         casing for LM_ID_BASE and GL(dl_nns).
18928         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18929         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18930         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18931         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18932         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18933         member.
18934         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18935         l_phnum members.
18937 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18939         * manual/debug.texi: Document MTASC-safety properties.
18941 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18943         [BZ #16510]
18944         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18945         of __x86_64__ when disabling x87 inline functions.
18947 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18949         * manual/charset.texi: Document MTASC-safety properties.
18951         * manual/crypt.texi: Document MTASC-safety properties.
18953         * manual/conf.texi: Document MTASC-safety properties.
18955         * manual/arith.texi: Document MTASC-safety properties.
18957         * manual/argp.texi: Document MTASC-safety properties.
18959         * manual/macros.texi: Introduce macros to document multi
18960         thread, asynchronous signal and asynchronous cancellation
18961         safety properties.
18962         * manual/intro.texi: Introduce the properties themselves.
18964 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18966         * sysdeps/sh/sh4/Makefile: New file.
18968 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18970         * math/gen-libm-test.pl ($srcdir): New variable.
18971         ($auto_input): Use it.
18973 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18975         [BZ #16506]
18976         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18977         access beyond array bounds when parsing netgroups file.
18979         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18980         the old buffer before realloc.
18982 2014-01-27  Allan McRae  <allan@archlinux.org>
18984         * po/fr.po: Update French translation from translation project.
18986 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18988         * sysdeps/sh/libm-test-ulps: Regenerate.
18990 2014-01-24  David S. Miller  <davem@davemloft.net>
18992         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18994 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18996         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18997         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18999 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19001         [BZ #16474]
19002         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19003         string pointers after reallocation.
19005 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19007         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19008         __SH4A__ instead of __SH_FPU_ANY__.
19010 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19012         * sysdeps/sh/fpu_control.h: New file.
19013         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19014         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19015         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19016         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19017         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19018         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19019         * sysdeps/sh/sys/ucontext.h: Remove.
19020         * sysdeps/sh/sys: Remove directory.
19022 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19024         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19025         s390/sys/ucontext.h.
19026         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19027         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19029 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19031         [BZ #15605]
19032         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19034 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19036         [BZ#16431]
19037         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19038         Adjust the vDSO correctly for internal calls.
19039         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19041 2014-01-20  Allan McRae  <allan@archlinux.org>
19043         * po/ca.po: Update Catalan translation from translation project.
19045 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19047         * sysdeps/s390/sotruss-lib.c: New file.
19049 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19051         [BZ#16430]
19052         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19053         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19054         local calls issues by not having a PLT stub required for IFUNC calls.
19055         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19057 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19059         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19060         * math/test-fpucw-static.c: Likewise.
19062 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19064         [BZ #16453]
19065         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19067 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19069         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19070         implementation for powerpc.
19072 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19074         [BZ #14782]
19075         * sysdeps/posix/system.c (__libc_system): Do not enable
19076         asynchronous cancellation.
19078 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19080         [BZ #16427]
19081         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19082         handling only for numbers special also in the IEEE case.
19084 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19086         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19088 2014-01-11  Allan McRae  <allan@archlinux.org>
19090         * po/bg.po: Update Bulgarian translation from translation project.
19092         * po/de.po: Update German translation from translation project.
19094 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19096         * sysdeps/generic/gcc-compat.h: New file.
19098 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19100         * benchtests/asin-inputs: Correct slow inputs.
19101         * benchtests/acos-inputs: Likewise.
19103 2014-01-10  Allan McRae  <allan@archlinux.org>
19105         * po:sv.po: Update Swedish translation from translation project.
19107         * po/vi.po: Update Vietnamese translation from translation project.
19109         * po/eo.po: Update Esperanto translation from translation project.
19111         * po/cs.po: Update Czech translation from translation project.
19113         * po/nl.po: Update Dutch translation from translation project.
19115         * po/pl.po: Update Polish translation from translation project.
19117         * po/ru.po: Update Russian translation from translation project.
19119         * po/uk.po: Update Ukrainian translation from translation project.
19121 2014-01-08  Brooks Moses  <bmoses@google.com>
19123         * elf/dl-load.c: Fix comment typo.
19125 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19127         * po/header.pot: Rename to...
19128         * po/pot.header: ... this.
19129         * po/Makefile: Use pot.header.
19131 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19132             Maxim Kuvyrkov  <maxim@kugelworks.com>
19134         [BZ #16394]
19135         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19136         SRC and DEST against LEN.
19138 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19140         [BZ #16414]
19141         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19142         implementation.
19143         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19145 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19149 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19151         [BZ #16408]
19152         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19153         for large positive arguments.
19155 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19157         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19159         * math/auto-libm-test-in: Mark various tests with
19160         xfail-rounding:ldbl-128ibm.
19161         * math/auto-libm-test-out: Regenerated.
19163         [BZ #16407]
19164         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19165         Increase overflow threshold.
19167 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19169         [BZ #14286]
19170         * stdio-common/vfprintf.c: Check for integer overflow.
19172 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19174         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19175         the first argument and return value of __tls_get_addr_internal.
19177 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19179         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19180         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19182 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19184         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19185         * sysdeps/s390/rtld-global-offsets.sym: New file.
19186         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19187         GLIBC_2.19 symbol.
19188         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19189         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19190         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19191         ... this.
19192         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19193         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19194         ... this.
19195         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19196         Regenerate.
19197         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19198         Regenerate.
19199         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19200         halfs of GPRs for high_gprs contexts.
19201         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19202         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19203         field.
19204         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19205         uc_flags field.
19206         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19207         64 bit versions:
19208         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19209         for high GPRs (uc_high_gprs) and for future extensions
19210         (__reserved).
19211         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19212         for future extensions (__reserved).
19213         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19214         64 bit versions:
19215         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19216         SC_HIGHGPRS offset definition.
19217         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19218         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19220         * Versions.def: Add GLIBC_2.19 for libpthread.
19221         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19222         siglongjmp for libpthread with GLIBC_2.19 symver.
19223         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19224         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19225         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19226         * sysdeps/s390/__longjmp.c: New file.
19227         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19228         * sysdeps/s390/longjmp.c: New file.
19229         * sysdeps/s390/setjmp.S: New file.
19230         * sysdeps/s390/sigjmp.S: New file.
19231         * sysdeps/s390/v1-longjmp.c: New file.
19232         * sysdeps/s390/v1-setjmp.h: New file.
19233         * sysdeps/s390/v1-sigjmp.c: New file.
19234         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19235         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19236         GLIBC_2.19 version.
19237         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19238         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19239         versioned symbols for ____longjmp_chk.
19240         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19241         Likewise.
19242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19243         Regenerate.
19244         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19245         Regenerate.
19246         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19247         Regenerate.
19248         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19249         Regenerate.
19250         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19251         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19252         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19253         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19254         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19255         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19256         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19257         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19258         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19259         * sysdeps/s390/rtld-__longjmp.c: New file.
19260         * sysdeps/s390/rtld-setjmp.S: New file.
19262 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19264         [BZ #16400]
19265         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19266         Return -__logl (x) for small positive arguments without evaluating
19267         a polynomial.
19269 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19271         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19272         Rename to ...
19273         (__ptrace_peeksiginfo_args): ... this.
19274         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19275         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19276         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19278 2014-01-06  Allan McRae  <allan@archlinux.org>
19280         * inet/netinet/in.h: Fix typo in comment.
19282 2014-01-05  Andreas Jaeger  <aj@suse.de>
19284         * sysdeps/i386/fpu/libm-test-ulps: Update.
19286 2014-01-05  Allan McRae  <allan@archlinux.org>
19288         * po/libc.pot: Regenerated.
19290         * malloc/memusagestat.c: Fix gettext call formatting.
19292 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19294         * nscd/nscd.c: Improve usage() output.
19296 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19298         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19299         * sysdeps/unix/sysv/linux/configure: Regenerated.
19300         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19301         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19303 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19305         [BZ #16390]
19306         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19307         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19309 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19311         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19312         extra tokens at end of #undef directive.
19313         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19314         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19315         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19317 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19319         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19321         * math/auto-libm-test-in: Mark various tests with
19322         xfail-rounding:ldbl-128ibm.
19323         * math/auto-libm-test-out: Regenerated.
19325 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19327         [BZ #16386]
19328         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19329         numbers with subnormal high part when calculating exponent.
19331         [BZ #16385]
19332         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19333         fabs.
19335         [BZ #16384]
19336         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19337         M_LN2l.
19338         (__ieee754_acoshl): Use __log1pl not __log1p.
19340 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19342         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19343         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19344         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19345         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19346         (reused_arena, arena_get2): Convert to GNU style.
19347         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19348         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19349         (memalign_check, __malloc_set_state): Likewise.
19350         * malloc/mallocbug.c (main): Likewise.
19351         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19352         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19353         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19354         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19355         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19356         (__posix_memalign, malloc_info): Likewise.
19357         * malloc/malloc.h: Likewise.
19358         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19359         (mallochook, memalignhook, reallochook, mabort): Likewise.
19360         * malloc/mcheck.h: Likewise.
19361         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19362         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19363         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19364         * malloc/morecore.c (__default_morecore): Likewise.
19365         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19366         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19367         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19368         (print_and_abort): Likewise.
19369         * malloc/obstack.h: Likewise.
19370         * malloc/set-freeres.c (__libc_freeres): Likewise.
19371         * malloc/tst-mallocstate.c (main): Likewise.
19372         * malloc/tst-mtrace.c (main): Likewise.
19373         * malloc/tst-realloc.c (do_test): Likewise.
19375 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19377         [BZ #16366]
19378         * nscd/netgroupcache.c (do_notfound): New function.
19379         (addgetnetgrentX): Use it.
19381         [BZ # 16365]
19382         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19383         NSS_STATUS_NOTFOUND.
19385 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19387         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19390 2014-01-01  Allan McRae  <allan@archlinux.org>
19392         * scripts/update-copyrights: Update configure input file suffix.
19394         * NEWS: Update copyright year.
19395         * catgets/gencat.c: Likewise.
19396         * csu/version.c: Likewise.
19397         * debug/catchsegv.sh: Likewise.
19398         * debug/pcprofiledump.c: Likewise.
19399         * debug/xtrace.sh: Likewise.
19400         * elf/ldconfig.c: Likewise.
19401         * elf/ldd.bash.in: Likewise.
19402         * elf/pldd.c: Likewise.
19403         * elf/sotruss.ksh: Likewise.
19404         * elf/sprof.c: Likewise.
19405         * iconv/iconv_prog.c: Likewise.
19406         * iconv/iconvconfig.c: Likewise.
19407         * locale/programs/locale.c: Likewise.
19408         * locale/programs/localedef.c: Likewise.
19409         * login/programs/pt_chown.c: Likewise.
19410         * malloc/memusage.sh: Likewise.
19411         * malloc/memusagestat.c: Likewise.
19412         * malloc/mtrace.pl: Likewise.
19413         * manual/libc.texinfo: Likewise.
19414         * nscd/nscd.c: Likewise.
19415         * nss/getent.c: Likewise.
19416         * nss/makedb.c: Likewise.
19417         * posix/getconf.c: Likewise.
19418         * scripts/test-installation.pl: Likewise.
19420         * All files with FSF copyright notices: Update copyright dates
19421         using scripts/update-copyrights.
19422         * intl/plural.c: Regenerated.
19423         * locale/programs/charmap-kw.h: Likewise.
19424         * locale/programs/locfile-kw.h: Likewise.
19426 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19428         * sysdeps/unix/sysv/linux/configure: Regenerated.
19429         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19430         the linux/fanotify.h header.
19431         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19432         HAVE_LINUX_FANOTIFY_H is defined.
19434 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19436         * benchtests/cos-inputs: New inputs.
19437         * benchtests/sin-inputs: Likewise.
19439         * benchtests/atan-inputs: New inputs. Fix name of multiple
19440         precision fallback inputs.
19442         * benchtests/atanh-inputs: New inputs.
19443         * benchtests/tanh-inputs: Likewise.
19445         * benchtests/acosh-inputs: New inputs.
19446         * benchtests/asinh-inputs: Likewise.
19448         * benchtests/cosh-inputs: New inputs.
19449         * benchtests/sinh-inputs: Likewise.
19451         * benchtests/acos-inputs: Add more inputs.
19452         * benchtests/asin-inputs: Likewise.
19454 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19456         [BZ #16375]
19457         * manual/arith.texi: Fix spelling.
19458         * manual/charset.texi: Likewise.
19459         * manual/errno.texi: Likewise.
19460         * manual/filesys.texi: Likewise.
19461         * manual/lang.texi: Likewise.
19462         * manual/llio.texi: Likewise.
19463         * manual/locale.texi: Likewise.
19464         * manual/message.texi: Likewise.
19465         * manual/resource.texi: Likewise.
19466         * manual/search.texi: Likewise.
19467         * manual/setjmp.texi: Likewise.
19468         * manual/stdio.texi: Likewise.
19469         * manual/string.texi: Likewise.
19470         * manual/sysinfo.texi: Likewise.
19471         * manual/time.texi: Likewise.
19473 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19475         * po/sl.po: New file.
19477 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19479         * .gitignore: Add core/.gdbinit/.gdb_history.
19481 2013-12-27  Allan McRae  <allan@archlinux.org>
19483         [BZ #16369]
19484         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19485         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19487 2013-12-24  Brooks Moses  <bmoses@google.com>
19489         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19490         all compilers that claim C++98 compliance, not just GCC.
19491         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19492         Likewise.
19494 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19496         * NEWS: Restore accidentally deleted bug-fix entries.
19498 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19499             Ondřej Bílka  <neleai@seznam.cz>
19501         [BZ #15073]
19502         * malloc/malloc.c (_int_free): Perform sanity check only if we
19503         have_lock.
19505 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19507         [BZ #12986]
19508         * manual/stdio.texi (String Input Conversions): Clarify that character
19509         classes are not supported.
19511 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19515 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19517         [BZ #16337]
19518         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19519         Calculate results for small negative arguments directly rather
19520         than using reflection formula with special underflow handling.
19522         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19523         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19524         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19525         (fchflags): Likewise.
19526         (revoke): Likewise.
19527         (setlogin): Likewise.
19528         (sigaltstack): Likewise.
19529         (wait4): Likewise.
19530         (sigblock): Remove.
19531         (sigsetmask): Likewise.
19532         (wait3): Likewise.
19533         (waitpid): Likewise.
19534         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19535         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19536         file.
19537         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19538         * sysdeps/unix/bsd/Makefile: ... here.
19539         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19540         * sysdeps/unix/bsd/Versions: ... here.
19541         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19542         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19543         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19544         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19545         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19546         * sysdeps/unix/bsd/sigblock.c: ... here.
19547         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19548         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19549         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19550         * sysdeps/unix/bsd/sigvec.c: ... here.
19551         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19552         * sysdeps/unix/bsd/tcdrain.c: ... here.
19553         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19554         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19555         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19556         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19557         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19558         * sysdeps/unix/bsd/wait.c: ... here.
19559         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19560         * sysdeps/unix/bsd/wait3.c: ... here.
19561         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19562         * sysdeps/unix/bsd/waitpid.c: ... here.
19564 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19566         [BZ #16356]
19567         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19568         round-to-nearest for [!USE_AS_EXPM1L].
19569         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19570         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19571         more tests of exp and exp10.  Expect some exp10 tests to miss
19572         exceptions or fail in directed rounding modes.
19573         * math/auto-libm-test-out: Regenerated.
19574         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19575         (exp10_test_tonearest): New function.
19576         (exp10_towardzero_test_data): New array.
19577         (exp10_test_towardzero): New function.
19578         (exp10_downward_test_data): New array.
19579         (exp10_test_downward): New function.
19580         (exp10_upward_test_data): New array.
19581         (exp10_test_upward): New function.
19582         (main): Call the new functions.
19583         * sysdeps/i386/fpu/libm-test-ulps: Update.
19584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19586 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19588         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19589         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19590         * math/auto-libm-test-out: Regenerated.
19591         * math/libm-test.inc (acosh_test_data): Add more tests.
19592         (atanh_test_data): Likewise.
19593         (ceil_test_data): Likewise.
19594         (copysign_test_data): Likewise.
19595         * sysdeps/i386/fpu/libm-test-ulps: Update.
19596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19598         * timezone/checktab.awk: Update from tzcode 2013i.
19599         * timezone/private.h: Likewise.
19600         * timezone/scheck.c: Likewise.
19601         * timezone/tzfile.h: Likewise.
19602         * timezone/tzselect.ksh: Likewise.
19603         * timezone/zdump.c: Likewise.
19604         * timezone/zic.c: Likewise.
19606         * math/auto-libm-test-in: Add tests of cpow.
19607         * math/auto-libm-test-out: Regenerated.
19608         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19609         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19610         mpc_cc_c.
19611         (func_calc_desc): Add mpc_cc_c union field.
19612         (test_functions): Add cpow.
19613         (special_fill_2pi): New function.
19614         (special_real_inputs): Add 2pi.
19615         (calc_generic_results): Handle mpc_cc_c.
19616         * sysdeps/i386/fpu/libm-test-ulps: Update.
19617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19619         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19620         csqrt, ctan and ctanh.
19621         * math/auto-libm-test-out: Regenerated.
19622         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19623         (TEST_COND_x86): Likewise.
19624         (ccos_test_data): Use AUTO_TESTS_c_c.
19625         (ccosh_test_data): Likewise.
19626         (cexp_test_data): Likewise.
19627         (clog_test_data): Likewise.
19628         (csqrt_test_data): Likewise.
19629         (ctan_test_data): Likewise.
19630         (ctan_tonearest_test_data): Likewise.
19631         (ctan_towardzero_test_data): Likewise.
19632         (ctan_downward_test_data): Likewise.
19633         (ctan_upward_test_data): Likewise.
19634         (ctanh_test_data): Likewise.
19635         (ctanh_tonearest_test_data): Likewise.
19636         (ctanh_towardzero_test_data): Likewise.
19637         (ctanh_downward_test_data): Likewise.
19638         (ctanh_upward_test_data): Likewise.
19639         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19640         mpc_c_c.
19641         (func_calc_desc): Add mpc_c_c union field.
19642         (FUNC_mpc_c_c): New macro.
19643         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19644         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19645         ctanh.
19646         (special_fill_min_subnorm_p120): New function.
19647         (special_real_inputs): Add min_subnorm_p120.
19648         (calc_generic_results): Handle mpc_c_c.
19649         * sysdeps/i386/fpu/libm-test-ulps: Update.
19650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19652 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19654         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19655         (do_sin_slow): New functions.
19656         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19657         (cslow2, csloww1, csloww2): Use the new functions.
19659         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19660         Use M to change sign of result instead of X.  Assume X is
19661         positive.
19662         (csloww1): Likewise.
19663         (__sin): Adjust.
19664         (__cos): Adjust.
19666         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19667         arguments A and DA.
19668         (__sin): Adjust.
19669         (__cos): Likewise.
19671         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19672         (__cos): Likewise.
19673         (sloww1): Don't adjust sign of DX.
19674         (csloww1): Likewise.
19675         (sloww2): Use X directly and don't adjust sign of DX.
19676         (csloww2): Likewise.
19678 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19680         * math/auto-libm-test-in: Add tests of cabs and carg.
19681         * math/auto-libm-test-out: Regenerated.
19682         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19683         (carg_test_data): Likewise.
19684         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19685         mpc_c_f.
19686         (func_calc_desc): Add mpc_c_f union field.
19687         (test_functions): Add cabs and carg.
19688         (calc_generic_results): Handle mpc_c_f.
19690         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19691         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19692         as a macro and a compat symbol.
19693         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19694         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19695         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19696         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19697         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19698         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19699         not use .hidden.
19700         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19701         Likewise.
19702         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19703         Likewise.
19704         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19705         Likewise.
19706         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19707         Likewise.
19708         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19709         Likewise.
19710         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19711         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19712         from GLIBC_2.3.2.
19714 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19718 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19720         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19721         trailing whitespace removed.
19722         * scripts/config.guess: Update to version 2013-11-29.
19723         * scripts/config.sub: Update to version 2013-10-01.
19725         * math/auto-libm-test-in: Add tests of sincos.
19726         * math/auto-libm-test-out: Regenerated.
19727         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19728         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19729         mpfr_f_11.
19730         (func_calc_desc): Add mpfr_f_11 union field.
19731         (test_functions): Add sincos.
19732         (calc_generic_results): Handle mpfr_f_11.
19733         * sysdeps/i386/fpu/libm-test-ulps: Update.
19734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19736 2013-12-19  Andreas Schwab  <schwab@suse.de>
19738         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19739         CALL_MCOUNT.
19740         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19741         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19742         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19744 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19746         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19747         * sysdeps/i386/fpu/libm-test-ulps: Update.
19748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19750         [BZ #16293]
19751         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19752         round-to-nearest mode when using frndint.
19753         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19754         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19755         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19756         Likewise.
19757         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19758         sinh test to fail.
19759         * math/auto-libm-test-out: Regenerated.
19760         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19761         (TEST_COND_x86): Likewise.
19762         (expm1_tonearest_test_data): New array.
19763         (expm1_test_tonearest): New function.
19764         (expm1_towardzero_test_data): New array.
19765         (expm1_test_towardzero): New function.
19766         (expm1_downward_test_data): New array.
19767         (expm1_test_downward): New function.
19768         (expm1_upward_test_data): New array.
19769         (expm1_test_upward): New function.
19770         (main): Run the new test functions.
19771         * sysdeps/i386/fpu/libm-test-ulps: Update.
19772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19774         * include/features.h: Update comment documenting feature test
19775         macros.  Mention _DEFAULT_SOURCE in comment.
19776         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19777         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19778         _BSD_SOURCE and _SVID_SOURCE.
19779         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19780         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19781         !_SVID_SOURCE]: Likewise.
19782         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19783         (__USE_POSIX_IMPLICITLY): Define.
19784         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19785         (_POSIX_SOURCE): Undefine and redefine.
19786         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19787         (_POSIX_C_SOURCE): Likewise.
19788         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19789         (Feature Test Macros): Update documentation of default features.
19791 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19793         * benchtests/Makefile: Add bench-strtok.
19794         * benchtests/bench-strtok.c: New file: strtok benchtest.
19796 2013-12-19  Allan McRae  <allan@archlinux.org>
19798         * manual/install.texi: Suppress menu for plain text output.
19799         * INSTALL: Regenerated.
19801 2013-12-18  Brooks Moses  <bmoses@google.com>
19803         [BZ #15846]
19804         * misc/getauxval.c: Include errno.h.
19805         (__getauxval): Set errno to ENOENT if the requested type is not
19806         found.
19807         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19808         don't declare with __attribute_const__.
19809         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19810         * manual/startup.texi: Document that getauxval sets errno.
19812 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19814         * math/auto-libm-test-in: Add tests of jn and yn.
19815         * math/auto-libm-test-out: Regenerated.
19816         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19817         (yn_test_data): Likewise.
19818         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19819         mpfr_if_f.
19820         (func_calc_desc): Add mpfr_if_f union field.
19821         (FUNC_mpfr_if_f): New macro.
19822         (test_functions): Add jn and yn.
19823         (calc_generic_results): Assert type of second input for
19824         mpfr_ff_f.  Handle mpfr_if_f.
19825         (output_for_one_input_case): Disable all checking for arguments
19826         fitting floating-point types in case of an integer argument.
19827         * sysdeps/i386/fpu/libm-test-ulps: Update.
19828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19831         Don't expect fegetround reference in libm.so.
19833 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19835         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19836         $(config-cflags-nofma).
19838 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19840         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19841         * math/auto-libm-test-out: Regenerated.
19843         [BZ #16338]
19844         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19845         to determine exponent and adjust argument to have exponent of -1.
19846         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19847         log2.
19848         * math/auto-libm-test-out: Regenerated.
19849         * sysdeps/i386/fpu/libm-test-ulps: Update.
19850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19852 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19854         * manual/probes.texi: Remove cases when per-thread arenas are
19855         disabled.
19857 2013-12-18  Andreas Schwab  <schwab@suse.de>
19859         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19860         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19861         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19862         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19863         * sysdeps/i386/i686/multiarch/Makefile: Update.
19864         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19866 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19868         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19869         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19871 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19873         [BZ #15968]
19874         Support TZ transition times < 00:00:00.
19875         This is needed for version-3 tz-format files; it supports time
19876         stamps past 2037 for America/Godthab (the only entry in the tz
19877         database for which this change is relevant).
19878         * manual/time.texi (TZ Variable): Document transition times
19879         from -167:59:59 through -00:00:01.
19880         * time/tzset.c (tz_rule): Time of day is now signed.
19881         (__tzset_parse_tz): Parse negative time of day.
19883         Document TZ transition times >= 25:00:00.
19884         * manual/time.texi (TZ Variable): Document transition times from
19885         25:00:00 through 167:59:59.  These are already supported, and this
19886         support will help with version-3 tz-format files.
19888         * manual/time.texi (TZ Variable): Modernize North America example
19889         to reflect current (i.e., 2007-and-later) daylight saving rules.
19891         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19893 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19895         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19896         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19897         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19898         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19899         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19900         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19901         * sysdeps/unix/bsd/clock.c: Likewise.
19902         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19903         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19904         * sysdeps/unix/bsd/init-posix.c: Likewise.
19905         * sysdeps/unix/bsd/poll.c: Likewise.
19906         * sysdeps/unix/bsd/ptsname.c: Likewise.
19907         * sysdeps/unix/bsd/seekdir.c: Likewise.
19908         * sysdeps/unix/bsd/setegid.c: Likewise.
19909         * sysdeps/unix/bsd/seteuid.c: Likewise.
19910         * sysdeps/unix/bsd/setgid.c: Likewise.
19911         * sysdeps/unix/bsd/setrgid.c: Likewise.
19912         * sysdeps/unix/bsd/setruid.c: Likewise.
19913         * sysdeps/unix/bsd/setsid.c: Likewise.
19914         * sysdeps/unix/bsd/setuid.c: Likewise.
19915         * sysdeps/unix/bsd/sigaction.c: Likewise.
19916         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19917         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19918         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19919         * sysdeps/unix/bsd/telldir.c: Likewise.
19920         * sysdeps/unix/bsd/times.c: Likewise.
19921         * sysdeps/unix/bsd/usleep.c: Likewise.
19923         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19924         ($(objpfx)libbsd-compat.a): Remove rule.
19926         * include/features.h (__FAVOR_BSD): Do not define.
19927         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19928         features conflicting with POSIX.
19929         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19930         (_BSD_SOURCE): Remove description of not being a subset of other
19931         feature test macros.
19932         * manual/job.texi (getpgrp): Do not document BSD version.
19933         (getpgid): Do not document by reference to BSD getpgrp.
19934         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19935         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19936         * signal/signal.h [__FAVOR_BSD]: Likewise.
19937         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19938         instead of making contents conditional on [__FAVOR_BSD].
19939         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19941 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19943         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19945 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19947         [BZ #16314]
19948         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19949         values below 2**-450, not 2**-500.
19950         * math/auto-libm-test-in: Don't allow spurious underflow from
19951         hypot.
19952         * math/auto-libm-test-out: Regenerated.
19954         [BZ #16316]
19955         [BZ #16330]
19956         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19957         values of ha and hb and sort them after adjusting subnormal
19958         arguments.
19959         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19960         Likewise.
19961         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19962         values of ea and eb and sort them after adjusting subnormal
19963         arguments.
19964         * math/auto-libm-test-in: Do not expect some hypot tests of
19965         subnormals to fail.  Add more hypot tests.
19966         * math/auto-libm-test-out: Regenerated.
19968 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19970         [BZ #13304]
19971         * sysdeps/sh/s_fma.c: New file.
19972         * sysdeps/sh/s_fmaf.c: New file.
19973         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19974         version.
19975         * sysdeps/sh/Implies: Add sh/soft-fp.
19977 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19979         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19980         level of indirection to members `objname', `errstring', `malloced'.
19981         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19982         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19983         it as the __longjmp argument (just pass 1 instead).
19984         (_dl_catch_error): Initialize C with argument pointers and address of
19985         volatile local ERRCODE rather than copying values out of C at return.
19987 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19989         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19990         * math/auto-libm-test-out: Regenerated.
19991         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19992         (hypot_test_data): Likewise.
19993         (pow_test_data): Likewise.
19994         (pow_tonearest_test_data): Likewise.
19995         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19996         mpfr_ff_f.
19997         (func_calc_desc): Add mpfr_ff_f union field.
19998         (FUNC_mpfr_ff_f): New macro.
19999         (test_functions): Add atan2, hypot and pow.
20000         (special_fill_min): New function.
20001         (special_fill_minus_min): Likewise.
20002         (special_fill_min_subnorm): Likewise.
20003         (special_fill_minus_min_subnorm): Likewise.
20004         (special_real_inputs): Add min, -min, min_subnorm and
20005         -min_subnorm.
20006         (calc_generic_results): Handle mpfr_ff_f.
20007         * sysdeps/i386/fpu/libm-test-ulps: Update.
20008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20010 2013-12-16  Will Newton  <will.newton@linaro.org>
20012         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20013         (Aligned Memory Blocks): Add documentation for aligned_alloc
20014         and suggest it as an alternative to posix_memalign.
20015         (Hooks for Malloc): Document __memalign_hook is also called
20016         for aligned_alloc.  (Summary of Malloc): Add summary for
20017         aligned alloc.  Document __memalign_hook is also called
20018         for aligned_alloc.
20020 2013-12-16  Will Newton  <will.newton@linaro.org>
20022         * manual/memory.texi (Malloc Examples): Clarify default
20023         alignment documentation.  Suggest posix_memalign rather
20024         than memalign or valloc.
20025         (Aligned Memory Blocks): Remove suggestion to use memalign
20026         or valloc.  Remove obsolete comment about BSD.
20027         Document memalign errno values and mark the function obsolete.
20028         Document posix_memalign returned error codes.  Mark valloc
20029         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20030         called for posix_memalign and valloc.
20031         (Summary of Malloc): Add posix_memalign to function summary.
20032         __memalign_hook is also called for posix_memalign and valloc.
20034 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20036         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20037         TAYLOR_SIN.
20038         (__sin): Adjust.
20039         (__cos): Likewise.
20040         (sloww): Use mynumber union.  Expand ternary operator into
20041         if-else statements.
20042         (cslow): use mynumber union.
20044 2013-12-16  Allan McRae  <allan@archlinux.org>
20046         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20047         * configure: Regenerated.
20049         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20051         [BZ #14120]
20052         * configure.ac: Added --enable-maintainer-mode. Check for
20053         autoconf when enabled.
20054         * configure: Regenerated.
20056         * nscd/nscd.service: New file.
20057         * nscd/nscd.tmpfiles: New file.
20059 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20061         [BZ #12100]
20062         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20063         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20064         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20065         (strstr): Add __strstr_sse2_unaligned ifunc.
20066         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20067         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20068         (strcasestr): Remove __strcasestr_sse42 ifunc.
20069         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20070         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20071         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20073 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20075         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20076         * sysdeps/sh/bits/fenv.h: ... here.
20077         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20079 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20081         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20083         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20084         hypotf multiarch implementations.
20085         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20086         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20087         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20088         multiarch hypot for PPC64.
20089         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20090         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20091         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20092         multiarch hypotf for PPC64.
20094         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20095         modff multiarch implementations.
20096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20099         multiarch modf for PPC64.
20100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20103         multiarch modff for PPC64.
20105         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20106         and logl multiarch implementations.
20107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20110         multiarch logb for PPC64.
20111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20114         multiarch logb for PPC64.
20115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20118         multiarch logb for PPC64.
20120         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20121         isinff multiarch implementation.
20122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20123         file.
20124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20126         multiarch isinf for PPC64.
20127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20128         file.
20129         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20130         multiarch isinff for PPC64.
20132         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20133         finitef multiarch implementation.
20134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20135         file.
20136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20138         multiarch finite for PPC64.
20139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20140         file.
20141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20142         multiarch finitef for PPC64.
20144         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20145         lrint multiarch implementation.
20146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20147         file.
20148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20150         multiarch llrint for PPC64.
20151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20152         multiarch lrint for PPC64.
20154         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20155         copysignf multiarch implementation.
20156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20157         file.
20158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20159         file.
20160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20161         multiarch copysign for PPC64.
20162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20163         multiarch copysignf for PPC64.
20165         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20166         multiarch implementation.
20167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20168         file.
20169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20170         file.
20171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20172         file.
20173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20174         file.
20175         multiarch llround for PPC64.
20176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20177         multiarch trunc for PPC64.
20178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20179         multiarch truncf for PPC64.
20181         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20182         multiarch implementation.
20183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20184         file.
20185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20186         file.
20187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20188         file.
20189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20190         file.
20191         multiarch llround for PPC64.
20192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20193         multiarch round for PPC64.
20194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20195         multiarch roundf for PPC64.
20197         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20198         multiarch implementation.
20199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20200         file.
20201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20202         file.
20203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20204         file.
20205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20206         file.
20207         multiarch llround for PPC64.
20208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20209         multiarch floor for PPC64.
20210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20211         multiarch floorf for PPC64.
20213         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20214         multiarch implementation.
20215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20216         file.
20217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20218         file.
20219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20220         file.
20221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20222         file.
20223         multiarch llround for PPC64.
20224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20225         multiarch ceil for PPC64.
20226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20227         multiarch ceilf for PPC64.
20229         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20230         multiarch implementation.
20231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20232         file.
20233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20234         file.
20235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20236         file.
20237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20238         multiarch llround for PPC64.
20239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20240         multiarch lround for PPC64.
20242         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20243         multiarch implementation.
20244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20247         file.
20248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20251         multiarch isnan for PPC64.
20252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20253         multiarch isnanf for PPC64.
20255         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20256         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20257         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20258         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20259         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20262         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20263         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20264         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20265         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20267         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20268         multiarch implementations.
20269         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20270         (__libc_ifunc_impl_list): Likewise.
20271         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20272         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20273         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20274         multiarch stpcpy for PPC64.
20276         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20277         multiarch implementations.
20278         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20279         (__libc_ifunc_impl_list): Likewise.
20280         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20281         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20282         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20283         multiarch strcpy for PPC64.
20285         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20286         redefine function name.
20287         (_wordcopy_fwd_dest_aligned): Likewise.
20288         (_wordcopy_bwd_aligned): Likewise.
20289         (_wordcopy_bwd_dest_aligned): Likewise.
20290         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20291         multiarch implementations.
20292         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20293         (__libc_ifunc_impl_list): Likewise.
20294         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20295         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20296         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20297         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20298         multiarch wcscpy for PPC64.
20300         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20301         multiarch implementations.
20302         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20303         (__libc_ifunc_impl_list): Likewise.
20304         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20305         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20306         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20307         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20308         multiarch wcscpy for PPC64.
20310         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20311         multiarch implementations.
20312         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20313         (__libc_ifunc_impl_list): Likewise.
20314         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20315         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20316         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20317         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20318         multiarch wcsrchr for PPC64.
20320         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20321         multiarch implementations.
20322         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20323         (__libc_ifunc_impl_list): Likewise.
20324         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20325         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20326         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20327         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20328         multiarch wcschr for PPC64.
20330         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20331         multiarch implementations.
20332         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20333         (__libc_ifunc_impl_list): Likewise.
20334         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20335         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20336         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20337         multiarch strchrnul for PPC64.
20339         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20340         implementations.
20341         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20342         (__libc_ifunc_impl_list): Likewise.
20343         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20344         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20345         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20346         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20347         strchr for PPC64.
20349         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20350         implementations.
20351         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20352         (__libc_ifunc_impl_list): Likewise.
20353         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20354         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20355         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20356         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20357         strncmp for PPC64.
20359         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20360         multiarch implementations.
20361         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20362         (__libc_ifunc_impl_list): Likewise.
20363         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20364         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20365         strncasecmp for PPC64.
20366         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20367         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20368         multiarch strncasecmp_l for PPC64.
20370         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20371         multiarch implementations.
20372         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20373         (__libc_ifunc_impl_list): Likewise.
20374         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20375         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20376         multiarch strcasecmp for PPC64.
20377         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20378         file.
20379         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20380         multiarch strcasecmp_l for PPC64.
20382         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20383         implementations.
20384         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20385         (__libc_ifunc_impl_list): Likewise.
20386         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20387         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20388         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20389         strnlen for PPC64.
20391         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20392         implementations.
20393         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20394         (__libc_ifunc_impl_list): Likewise.
20395         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20396         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20397         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20398         strlen for PPC64.
20400         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20401         implementations.
20402         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20403         (__libc_ifunc_impl_list): Likewise.
20404         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20405         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20406         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20407         rawmemrchr for PPC64.
20409         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20410         implementation.
20411         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20412         (__libc_ifunc_impl_list): Likewise.
20413         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20414         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20415         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20416         memrchr for PPC64.
20418         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20419         implementation.
20420         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20421         (__libc_ifunc_impl_list): Likewise.
20422         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20423         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20424         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20425         memchr for PPC64.
20427         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20428         implementation.
20429         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20430         (__libc_ifunc_impl_list): Likewise.
20431         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20432         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20433         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20434         mempcpy for PPC64.
20436         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20437         avoid cretion of __bzero symbol.
20438         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20439         Likewise.
20440         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20441         Likewise.
20442         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20443         Likewise.
20444         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20445         multiarch implementations.
20446         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20447         (__libc_ifunc_impl_list): Likewise.
20448         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20449         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20450         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20451         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20452         bzero for PPC32.
20453         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20454         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20455         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20456         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20457         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20458         memset for PPC64.
20459         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20461         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20462         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20463         implementations.
20464         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20465         (__libc_ifunc_impl_list): Likewise.
20466         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20467         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20468         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20469         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20470         memcmp for PPC64.
20472         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20473         multiarch for POWER/PPC64.
20474         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20475         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20476         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20477         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20478         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20479         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20480         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20481         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20482         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20483         memcpy for PPC64.
20485         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20486         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20487         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20488         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20489         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20490         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20491         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20492         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20493         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20494         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20495         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20496         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20497         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20498         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20499         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20508 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20510         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20512 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20514         * benchtests/Makefile (bench): Add exp2 and log2.
20515         (LDLIBS-bench-exp2): Add -lm.
20516         (LDLIBS-bench-log2): Likewise.
20517         * benchtests/exp2-inputs: New inputs file.
20518         * benchtests/log2-inputs: New inputs file.
20519         * benchtests/log-inputs: Add new inputs.
20520         * benchtests/tan-inputs: Likewise.
20522 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20524         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20525         definition...
20526         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20527         (csloww2): ... from here.
20529         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20530         instead of structures.
20531         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20532         (POLYNOMIAL): Likewise.
20533         (TAYLOR_SLOW): Likewise.
20534         (__sin): Likewise.
20535         (__cos): Likewise.
20536         (slow1): Likewise.
20537         (slow2): Likewise.
20538         (sloww): Likewise.
20539         (sloww1); Likewise.
20540         (sloww2): Likewise.
20541         (bsloww1): Likewise.
20542         (bsloww2): Likewise.
20543         (cslow2): Likewise.
20544         (csloww): Likewise.
20545         (csloww1): Likewise.
20546         (csloww2): Likewise.
20548 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20550         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20551         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20552         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20553         * malloc/hooks.c (realloc_check): Likewise.
20555         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20556         * malloc/arena.c: Remove PER_THREAD conditional.
20557         [!PER_THREAD]: Remove code.
20558         (ptmalloc_unlock_all2): Likewise.
20559         (ptmalloc_init): Likewise.
20560         (_int_new_arena): Likewise.
20561         (arena_get2): Likewise.
20562         * malloc/hooks.c (__malloc_get_state): Likewise.
20563         (__malloc_set_state): Likewise.
20564         * malloc/malloc.c: Likewise.
20565         (struct malloc_state): Likewise.
20566         (struct malloc_par): Likewise.
20567         (__libc_realloc): Likewise.
20568         (__libc_mallopt): Likewise.
20570 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20572         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20574 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20576         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20577         macro to a function.  Check for zero perturb_byte.
20578         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20580         * malloc/malloc.c: (force_reg): Remove.
20581         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20582         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20583         force_reg by atomic_forced_read.
20584         * malloc/arena.c (ptmalloc_init): Likewise.
20585         * malloc/hooks.c (top_check): Likewise.
20587 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20589         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20591 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20593         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20595 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20597         * math/auto-libm-test-in: Add tests of lgamma.
20598         * math/auto-libm-test-out: Regenerated.
20599         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20600         (M_LOG_2_SQRT_PIl): Likewise.
20601         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20602         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20603         mpfr_f_f1.
20604         (func_calc_desc): Add mpfr_f_f1 union field.
20605         (ARGS1): New macro.
20606         (ARGS2): Likewise.
20607         (ARGS3): Likewise.
20608         (ARGS4): Likewise.
20609         (RET1): Likewise.
20610         (RET2): Likewise.
20611         (CALC): Likewise.
20612         (FUNC): Likewise.
20613         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20614         (test_functions): Add lgamma.
20615         (calc_generic_results): Handle mpfr_f_f1.
20616         * sysdeps/i386/fpu/libm-test-ulps: Update.
20617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20619 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20621         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20622         __mpn_add_n for PowerPC64/POWER7.
20623         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20624         __mpn_sub_n for PowerPC64/POWER7.
20626         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20627         __mpn_addmul_1 for PowerPC64.
20628         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20629         __mpn_submul_1 for PowerPC64.
20630         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20631         for PowerPC64.
20632         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20633         for PowerPC64.
20635 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20637         [BZ #15089]
20638         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20640 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20642         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20644         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20645         add multiarch folders.
20646         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20647         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20648         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20649         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20650         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20651         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20652         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20653         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20654         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20655         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20656         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20665         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20667         New file.
20668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20669         New file.
20670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20671         multiarch __ieee754_hypot for PowerPC32.
20672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20673         New file.
20674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20675         New file.
20676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20677         multiarch __ieee754_hypotf for PowerPC32.
20679         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20680         long_double_symbol only if __logbl is defined.
20681         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20682         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20683         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20684         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20685         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20686         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20687         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20688         path for implementation.
20689         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20690         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20692         logb, and logbl multiarch implementations for PowerPC32.
20693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20694         file.
20695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20696         file.
20697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20698         multiarch logb for PowerPC32.
20699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20700         file.
20701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20702         file.
20703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20704         multiarch logbf for PowerPC32.
20705         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20707         file.
20708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20709         multiarch logbl implementation for PowerPC32.
20711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20712         and modff multiarch implementations.
20713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20714         New file.
20715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20716         New file.
20717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20718         multiarch modf for PowerPC32.
20719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20720         New file.
20721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20722         New file.
20723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20724         multiarch modff for PowerPC32.
20726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20727         and lrintf multiarch implementations.
20728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20729         New file.
20730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20731         New file.
20732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20733         multiarch lrint for PowerPC32.
20734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20735         file: multiarch lrintf for PowerPC32.
20737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20738         and lroundf multiarch implementations.
20739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20740         New file.
20741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20742         New file.
20743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20744         New file.
20745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20746         multiarch lround for PowerPC32.
20747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20748         file: multiarch lroundf for PowerPC32.
20750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20751         copysign and copysignf multiarch implementations.
20752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20753         New file.
20754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20755         New file.
20756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20757         file: multiarch copysign for PowerPC32.
20758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20759         file: multiarch copysignf for PowerPC32.
20761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20762         and truncf multiarch implementations.
20763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20764         New file.
20765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20766         file.
20767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20768         multiarch trunc for PowerPC32.
20769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20770         New file.
20771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20772         New file.
20773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20774         multiarch truncf for PowerPC32.
20776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20777         and roundf multiarch implementations.
20778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20779         New file.
20780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20781         file.
20782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20783         multiarch round for PowerPC32.
20784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20785         New file.
20786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20787         New file.
20788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20789         multiarch roundf for PowerPC32.
20791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20792         and floorf multiarch implementations.
20793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20794         New file.
20795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20796         file.
20797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20798         multiarch floor for PowerPC32.
20799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20800         New file.
20801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20802         New file.
20803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20804         multiarch floorf for PowerPC32.
20806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20807         and ceilf multiarch implementations.
20808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20809         New file.
20810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20811         file.
20812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20813         multiarch ceil for PowerPC32.
20814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20815         New file.
20816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20817         file.
20818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20819         multiarch ceilf for PowerPC32.
20821         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20822         is defined.
20823         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20824         FINITEF is defined.
20825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20826         and finitef multiarch implementations.
20827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20828         New file.
20829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20830         file.
20831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20832         multiarch finite for PowerPC32.
20833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20834         New file.
20835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20836         file: multiarch finitef for PowerPC32.
20838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20839         and isinff multiarch implementations.
20840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20841         file.
20842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20843         file.
20844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20845         multiarch isinf for PowerPC32.
20846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20847         New file.
20848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20849         multiarch isinff for PowerPC32.
20851         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20852         alias when __isnan is defined.
20853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20854         and isnanf multiarch implementations.
20855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20856         file.
20857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20858         file.
20859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20860         file.
20861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20862         file.
20863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20864         multiarch isnan for PowerPC32.
20865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20866         New file.
20867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20868         New file.
20869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20870         multiarch isnanf for PowerPC32.
20872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20873         and sqrtf multiarch implementations.
20874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20875         file.
20876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20877         file.
20878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20879         multiarch sqrt for PowerPC32.
20880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20881         file.
20882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20883         file.
20884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20885         multiarch sqrtf for PowerPC32.
20887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20888         and llroundf multiarch implementations.
20889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20890         New file.
20891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20892         New file.
20893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20894         New file.
20895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20896         file: multiarch llround for PowerPC32.
20897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20898         file: multiarch llroundf for PowerPC32.
20900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20901         multiarch PowerPC32 fpu implementations.
20902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20903         New file.
20904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20905         New file.
20906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20907         multiarch llrint for PowerPC32.
20908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20909         New file.
20910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20911         New file.
20912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20913         file.
20915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20917         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20918         file.
20919         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20920         file.
20921         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20922         file.
20923         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20924         multiarch wordcopy for PPC32.
20925         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20926         wordcopy objects.
20927         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20928         (__libc_ifunc_impl_list): Likewise.
20929         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20930         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20931         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20932         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20933         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20934         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20936         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20937         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20938         file.
20939         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20940         file.
20941         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20942         file.
20943         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20944         multiarch wcscpy for PPC32.
20945         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20946         multiarch objects.
20947         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20948         (__libc_ifunc_impl_list): Likewise.
20949         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20950         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20951         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20952         sysdeps/powerpc/power6/wcscpy.c.
20954         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20955         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20956         file.
20957         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20958         file.
20959         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20960         file.
20961         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20962         multiarch wcsrchr for PPC32.
20963         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20964         multiarch objects.
20965         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20966         (__libc_ifunc_impl_list): Likewise.
20967         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20968         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20969         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20970         sysdeps/powerpc/power6/wcsrchr.c.
20972         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20973         file.
20974         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20975         file.
20976         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20977         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20978         multiarch wcschr for PPc32.
20979         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20980         multiarch objects.
20981         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20982         (__libc_ifunc_impl_list): Likewise.
20983         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20984         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20985         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20986         sysdeps/powerpc/power6/wcschr.c.
20988         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20989         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20990         file.
20991         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20992         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20993         file: multiarch strchr for PPC32.
20994         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20995         multiarch objects.
20996         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20997         (__libc_ifunc_impl_list): Likewise.
20999         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21000         name.
21001         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21002         file.
21003         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21004         file.
21005         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21006         multiarch strchrnul for PPC32.
21007         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21008         multiarch objects.
21009         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21010         (__libc_ifunc_impl_list): Likewise.
21012         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21013         file.
21014         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21015         multiarch strncasecmp for PPC32.
21016         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21017         file.
21018         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21019         multiarch strncasecmp_l for PPC32.
21020         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21021         strncasecmp multiarch objects.
21022         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21023         (__libc_ifunc_impl_list): Likewise.
21025         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21026         file.
21027         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21028         multiarch strncasecmp for PPC32.
21029         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21030         New file.
21031         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21032         multiarch strcasecmp_l for PPC32.
21033         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21034         multiarch objects.
21035         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21036         (__libc_ifunc_impl_list): Likewise.
21038         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21039         file.
21040         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21041         file.
21042         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21043         multiarch strncmp for PPC32.
21044         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21045         multiarch objects.
21046         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21047         (__libc_ifunc_impl_list): Likewise.
21049         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21050         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21051         file.
21052         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21053         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21054         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21055         multiarch objects.
21056         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21057         (__libc_ifunc_impl_list): Likewise.
21059         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21060         file.
21061         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21062         file.
21063         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21064         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21065         multiarch objects.
21066         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21067         (__libc_ifunc_impl_list): Likewise.
21069         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21070         file.
21071         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21072         file.
21073         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21074         multiarch rawmemchr for PPC32.
21075         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21076         multiarch objects.
21077         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21078         (__libc_ifunc_impl_list): Likewise.
21080         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21081         file.
21082         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21083         file.
21084         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21085         file: memrchr multiarch for PPC32.
21086         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21087         multiarch objects.
21088         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21089         (__libc_ifunc_impl_list): Likewise.
21091         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21092         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21093         file.
21094         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21095         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21096         multiarch memchr for PPC32.
21097         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21098         multiarch objects.
21099         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21100         (__libc_ifunc_impl_list): Likewise.
21102         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21103         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21104         file.
21105         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21106         file.
21107         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21108         file: multiarch mempcpy for PPC32.
21109         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21110         multiarch objects.
21111         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21112         (__libc_ifunc_impl_list): Likewise.
21114         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21115         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21116         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21117         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21118         multiarch bzero for PPC32.
21119         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21120         file.
21121         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21122         file.
21123         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21124         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21125         file: multiarch memset for PPC32.
21126         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21127         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21128         memset multiarch objects.
21129         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21130         (__libc_ifunc_impl_list): Likewise.
21132         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21133         file.
21134         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21135         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21136         memcmp for PPC32.
21137         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21138         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21139         multiarch objects.
21140         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21141         (__libc_ifunc_impl_list): Likewise.
21143         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21144         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21145         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21146         file.
21147         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21148         file.
21149         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21150         file.
21151         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21152         multiarch memcpy for PPC32.
21153         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21154         multiarch objects.
21155         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21156         (__libc_ifunc_impl_list): Likewise.
21158         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21159         support multiarch for POWER/PPC32.
21160         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21161         Likewise.
21162         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21164         Implies file to make multiarch folder appers before the fpu and
21165         default folder for power4 configuration.
21167 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21169         * scripts/bench.pl: Append volatile keyword to type.
21171 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21173         * sysdeps/sh/sotruss-lib.c: New file.
21174         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21176 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21180 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21182         [BZ #6810]
21183         * math/w_tgamma.c: Include <errno.h>.
21184         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21185         * math/w_tgammaf.c: Include <errno.h>.
21186         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21187         * math/w_tgammal.c: Include <errno.h>.
21188         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21189         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21190         underflow.  Add more tgamma tests.
21191         * math/auto-libm-test-out: Regenerated.
21192         * sysdeps/i386/fpu/libm-test-ulps: Update.
21193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21195         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21196         sin, sinh, tan, tanh, tgamma, y0 and y1.
21197         * math/auto-libm-test-out: Regenerated.
21198         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21199         (TEST_COND_x86): Likewise.
21200         (M_E2l): Remove macro.
21201         (M_E3l): Likewise.
21202         (M_2_SQRT_PIl): Likewise.
21203         (M_SQRT_PIl): Likewise.
21204         (M_1_DIV_El): Likewise.
21205         (log_test_data): Use AUTO_TESTS_f_f.
21206         (log10_test_data): Likewise.
21207         (log1p_test_data): Likewise.
21208         (log2_test_data): Likewise.
21209         (sin_test_data): Likewise.
21210         (sin_tonearest_test_data): Likewise.
21211         (sin_towardzero_test_data): Likewise.
21212         (sin_downward_test_data): Likewise.
21213         (sin_upward_test_data): Likewise.
21214         (sinh_test_data): Likewise.
21215         (sinh_tonearest_test_data): Likewise.
21216         (sinh_towardzero_test_data): Likewise.
21217         (sinh_downward_test_data): Likewise.
21218         (sinh_upward_test_data): Likewise.
21219         (tan_test_data): Likewise.
21220         (tan_tonearest_test_data): Likewise.
21221         (tan_towardzero_test_data): Likewise.
21222         (tan_downward_test_data): Likewise.
21223         (tan_upward_test_data): Likewise.
21224         (tanh_test_data): Likewise.
21225         (tgamma_test_data): Likewise.
21226         (y0_test_data): Likewise.
21227         (y1_test_data): Likewise.
21228         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21229         (special_real_inputs): Add pi/4.
21230         * sysdeps/i386/fpu/libm-test-ulps: Update.
21231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21233 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21235         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21236         "longjmp_target" static probes.
21237         (__longjmp): Rename to __longjmp_symbol.
21238         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21239         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21240         on which longjmp to generate.
21241         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21242         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21243         probe.
21244         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21245         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21246         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21247         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21248         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21249         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21251         __longjmp_symbol based on which __longjmp to generate.
21252         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21253         probe.
21254         (setjmp): Rename to setjmp_symbol.
21255         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21256         (_setjmp): Rename to _setjmp_symbol.
21257         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21258         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21259         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21260         which setjmp to generate.
21261         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21262         "longjmp_target" static probes.
21264 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21266         * benchtests/README: Add note about output arguments.
21267         * benchtests/bench-sincos.c: Remove file.
21268         * benchtests/sincos-inputs: New file.
21269         * scripts/bench.pl: Identify output arguments and define
21270         static variables for them.
21272         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21274         [BZ #15941]
21275         * Makefile (INSTALL): Add install-plain.texi as the primary
21276         dependency.
21277         * manual/install-plain.texi: New file.
21278         * manual/install.texi: Include node directive only for
21279         non-plaintext output.
21281 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21283         * stdlib/longlong.h: Update from GCC.
21285         [BZ #6807]
21286         [BZ #15901]
21287         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21288         * math/w_j0f.c (y0f): Likewise.
21289         * math/w_j0l.c (__y0l): Likewise.
21290         * math/w_j1.c (y1): Likewise.
21291         * math/w_j1f.c (y1f): Likewise.
21292         * math/w_j1l.c (__y1l): Likewise
21293         * math/w_jn.c (yn): Likewise.
21294         * math/w_jnf.c (ynf): Likewise.
21295         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21296         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21297         value for Bessel function domain errors outside _SVID_ mode.
21298         Adjust sign of return value for yn (negative integer, 0).
21299         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21300         by zero in return for negative x and set sign appropriately for
21301         negative n.
21302         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21303         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21304         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21305         expectations in error cases.
21306         (y1_test_data): Likewise.
21307         (yn_test_data): Likewise.
21308         * sysdeps/i386/fpu/libm-test-ulps: Update.
21309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21311 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21313         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21314         "64" to "64-v1".  Add "64-v2".
21315         (abi-64-options): Rename to ...
21316         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21317         (abi-64-condition): Rename to ...
21318         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21319         (abi-64-ld-soname): Rename to ...
21320         (abi-64-v1-ld-soname): ... this.
21321         (abi-64-v2-options): Define.
21322         (abi-64-v2-condition): Likewise.
21323         (abi-64-v2-ld-soname): Likewise.
21324         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21325         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21330 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21331             Alan Modra  <amodra@gmail.com>
21333         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21334         New versions for use with the ELFv2 ABI.
21335         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21336         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21337         declaration.
21338         (struct La_ppc64v2_retval): Likewise.
21339         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21340         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21341         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21342         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21343         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21344         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21345         Do not save or restore CR.
21346         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21347         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21348         return values for ELFv2 ABI.  Fix location of FPR return registers.
21349         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21350         updated values for _CALL_ELF == 2.
21351         (La_regs, La_retval, int_retval): Likewise.
21353 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21355         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21356         (FRAME_MIN_SIZE_PARM): Likewise.
21357         (FRAME_BACKCHAIN): Likewise.
21358         (FRAME_CR_SAVE): Likewise.
21359         (FRAME_LR_SAVE): Likewise.
21360         (FRAME_TOC_SAVE): Likewise.
21361         (FRAME_PARM_SAVE): Likewise.
21362         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21363         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21364         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21365         (call_mcount_parm_offset): New macro.
21366         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21367         (PROF): Use symbolic stack frame offsets.
21368         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21369         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21370         Redefine in terms of FRAME_MIN_SIZE.
21371         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21372         (_dl_profile_resolve): Likewise.  Update comment.
21373         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21374         symbols stack frame offsets.
21375         (__sigsetjmp): Likewise.
21376         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21377         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21378         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21379         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21382         (FRAME_BACKCHAIN): Remove.
21383         (FRAME_CR_SAVE): Likewise.
21384         (FRAME_LR_SAVE): Likewise.
21385         (FRAME_COMPILER_DW): Likewise.
21386         (FRAME_LINKER_DW): Likewise.
21387         (FRAME_TOC_SAVE): Likewise.
21388         (FRAME_PARM_SAVE): Likewise.
21389         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21390         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21391         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21393         (CHECK_SP): Use symbolic stack frame offsets.
21394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21395         zone" instead of caller's parameter save area for temp storage.
21396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21397         Likewise.  Also, use symbolic stack frame offsets.
21398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21399         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21400         our own stack frame instead of the caller's.
21401         (__socket): Use symbolic stack frame offsets.
21403 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21404             Alan Modra  <amodra@gmail.com>
21406         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21407         Define.
21408         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21409         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21410         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21411         New function.
21412         (elf_machine_fixup_plt): Call it.
21413         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21414         reloc arguments.
21415         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21416         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21417         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21418         r2 before calling target.
21420 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21421             Alan Modra  <amodra@gmail.com>
21423         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21424         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21425         versions of macros to support ELFv2 ABI.
21426         (LOCALENTRY): New macro.
21427         (ENTRY, EALIGN): Use it.
21428         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21429         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21430         fall through into ENTRY entry point.
21431         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21432         Only define if _CALL_ELF != 2.
21434         (elf_machine_matches_host): Verify ABI version matches.
21435         (RTLD_START): Use LOCALENTRY.
21436         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21437         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21438         (PLT_ENTRY_WORDS): New macro.
21439         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21440         (elf_machine_runtime_setup): Support ELFv2 ABI.
21441         (elf_machine_fixup_plt): Likewise.
21442         (elf_machine_plt_conflict): Likewise.
21443         (resolve_ifunc): Likewise.
21444         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21445         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21446         Likewise.
21447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21448         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21450         (makecontext): Support ELFv2 ABI.
21451         * elf/elf.h (EF_PPC64_ABI): Define.
21453 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21455         * sysdeps/powerpc/powerpc64/sysdep.h
21456         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21457         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21458         (ENTRY) [ASSEMBLER]: ... but instead here ...
21459         (EALIGN) [ASSEMBLER]: ... and here.
21460         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21461         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21462         (ENTRY_2) [!ASSEMBLER]: Use it.
21463         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21464         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21465         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21466         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21467         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21469         Use PPC64_LOAD_FUNCPTR.
21471         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21473 2013-12-04  Alan Modra  <amodra@gmail.com>
21475         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21476         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21477         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21478         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21480         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21481         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21482         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21483         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21484         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21485         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21487 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21490         (__makecontext): Fix incorrect CFI when backtracing out of
21491         context created via makecontext.
21492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21493         (__setcontext): Fix incorrect CFI during switch to new context.
21494         (__novec_setcontext): Likewise.
21496 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21498         [BZ #4772]
21499         * time/strptime_l.c (__strptime_internal): Allow modifiers
21500         in strptime.
21501         * time/tst-strptime.c (day_tests): Add testcase.
21503 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21505         * scripts/bench.pl: Skip over blank lines.
21507 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21509         [BZ #926]
21510         * manual/time.texi (Calendar Time): Clarify what timezone functions
21511         use.
21513 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21515         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21517 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21519         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21520         implementation.
21521         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21522         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21523         * debug/memset_chk.c (__memset_chk): Likewise.
21524         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21525         * debug/strncpy_chk.c: Likewise.
21527 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21529         [BZ #15268]
21530         [BZ #15425]
21531         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21532         (__ieee754_exp): For possibly underflowing results, check size of
21533         result and force underflow exception if required.
21534         * math/auto-libm-test-in: Add more tests of exp.
21535         * math/auto-libm-test-out: Regenerated.
21536         * sysdeps/i386/fpu/libm-test-ulps: Update.
21537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21539         [BZ #16283]
21540         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21541         * math/w_exp2f.c (__exp2f): Likewise.
21542         * math/w_exp2l.c (__exp2l): Likewise.
21543         * math/auto-libm-test-in: Do not allow missing errno on exp2
21544         underflow.
21545         * math/auto-libm-test-out: Regenerated.
21547 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21549         [BZ #16274]
21550         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21551         handle filename validation.
21552         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21553         (do_open): Delete.
21555 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21557         [BZ #6786]
21558         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21559         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21560         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21561         <float.h>.
21562         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21563         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21564         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21565         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21566         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21567         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21568         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21569         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21570         Add more erfc tests.
21571         * math/auto-libm-test-out: Regenerated.
21572         * sysdeps/i386/fpu/libm-test-ulps: Update.
21573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21575         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21576         exp2, expm1, j0 and j1.
21577         * math/auto-libm-test-out: Regenerated.
21578         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21579         (erfc_test_data): Likewise.
21580         (exp_test_data): Likewise.
21581         (exp_tonearest_test_data): Likewise.
21582         (exp_towardzero_test_data): Likewise.
21583         (exp_downward_test_data): Likewise.
21584         (exp_upward_test_data): Likewise.
21585         (exp10_test_data): Likewise.
21586         (exp2_test_data): Likewise.
21587         (expm1_test_data): Likewise.
21588         (j0_test_data): Likewise.
21589         (j1_test_data): Likewise.
21590         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21591         (input_flag_type): Add flag_xfail_rounding.
21592         (input_flags): Add xfail-rounding.
21593         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21594         (output_for_one_input_case): Handle flag_xfail_rounding.
21595         * sysdeps/i386/fpu/libm-test-ulps: Update.
21596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21598 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21600         [BZ #16289]
21601         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21602         division by 0.
21604 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21606         [BZ #16195]
21607         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21608         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21609         (STAP_PROBE0): New macro.
21610         (STAP_PROBE1): Likewise.
21611         (STAP_PROBE2): Likewise.
21612         (STAP_PROBE3): Likewise.
21613         (STAP_PROBE4): Likewise.
21615 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21617         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21619 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21621         * benchtests/Makefile (bench): Add sqrt.
21622         (LDLIBS-bench-sqrt): New.
21623         * benchtests/sqrt-input: New.
21625 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21627         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21628         (GAIH_EAI): Likewise.
21629         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21630         (gaih_inet): Likewise.
21631         (getaddrinfo): Don't use GAIH_EAI.
21633         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21634         (struct gaih): Remove definition.
21636 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21638         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21639         Use HERRNOP directly.
21641 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21643         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21645 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21647         * math/gen-auto-libm-tests.c (test_functions): Add more
21648         single-argument functions.
21649         (special_fill_pi_2): New function.
21650         (special_fill_minus_pi_2): Likewise.
21651         (special_fill_pi_6): Likewise.
21652         (special_fill_minus_pi_6): Likewise.
21653         (special_fill_pi_3): Likewise.
21654         (special_fill_2pi_3): Likewise.
21655         (special_fill_e): Likewise.
21656         (special_fill_1_e): Likewise.
21657         (special_fill_e_minus_1): Likewise.
21658         (special_real_inputs): Add more special inputs.
21659         (output_for_one_input_case): Do not require ERANGE on underflow to
21660         zero if round-to-nearest result does not underflow to zero, unless
21661         exact results required.
21662         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21663         atan, atanh, cbrt, cos and cosh.
21664         * math/auto-libm-test-out: Regenerated.
21665         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21666         (acos_tonearest_test_data): Likewise.
21667         (acos_towardzero_test_data): Likewise.
21668         (acos_downward_test_data): Likewise.
21669         (acos_upward_test_data): Likewise.
21670         (acosh_test_data): Likewise.
21671         (asin_test_data): Likewise.
21672         (asin_tonearest_test_data): Likewise.
21673         (asin_towardzero_test_data): Likewise.
21674         (asin_upward_test_data): Likewise.
21675         (asinh_test_data): Likewise.
21676         (atan_test_data): Likewise.
21677         (atanh_test_data): Likewise.
21678         (cbrt_test_data): Likewise.
21679         (cos_test_data): Likewise.
21680         (cos_tonearest_test_data): Likewise.
21681         (cos_towardzero_test_data): Likewise.
21682         (cos_downward_test_data): Likewise.
21683         (cos_upward_test_data): Likewise.
21684         (cosh_test_data): Likewise.
21685         (cosh_tonearest_test_data): Likewise.
21686         (cosh_towardzero_test_data): Likewise.
21687         (cosh_downward_test_data): Likewise.
21688         (cosh_upward_test_data): Likewise.
21689         * sysdeps/i386/fpu/libm-test-ulps: Update.
21690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21692 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21694         [BZ #6787]
21695         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21696         * math/w_exp10f.c (__exp10f): Likewise.
21697         * math/w_exp10l.c (__exp10l): Likewise.
21698         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21699         errno settings in existing tests.
21701         [BZ #14032]
21702         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21703         precision control set to double precision.
21704         * sysdeps/i386/fpu/w_sqrt.c: New file.
21705         * math/auto-libm-test-in: Add more tests.
21706         * math/auto-libm-test-out: Update.
21708         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21709         (sqrt_test_tonearest): New function.
21710         (sqrt_towardzero_test_data): New variable.
21711         (sqrt_test_towardzero): New function.
21712         (sqrt_downward_test_data): New variable.
21713         (sqrt_test_downward): New function.
21714         (sqrt_upward_test_data): New variable.
21715         (sqrt_test_upward): New function.
21716         (main): Call the new functions.
21718         * math/gen-auto-libm-tests.c: New file.
21719         * math/auto-libm-test-in: Likewise.
21720         * math/auto-libm-test-out: New generated file.
21721         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21722         variables.
21723         (%beautify): Add generated representations of zero.
21724         (top level): Set $auto_input and call parse_auto_input.
21725         (beautify): Remove trailing "f" from hex float constants.
21726         (parse_args): Handle XFAIL_TEST.
21727         (convert_condition): New function.
21728         (or_value): Likewise.
21729         (or_cond_value): Likewise.
21730         (generate_testfile): Handle AUTO_TESTS_* lines.
21731         (parse_auto_input): New function.
21732         * math/libm-test.inc (XFAIL_TEST): New macro.
21733         (ERRNO_UNCHANGED): Update value.
21734         (ERRNO_EDOM): Likewise.
21735         (ERRNO_ERANGE): Likewise.
21736         (IGNORE_RESULT): Likewise.
21737         (TEST_COND_flt_32): New macro.
21738         (TEST_COND_dbl_64): Likewise.
21739         (TEST_COND_ldbl_96_intel): Likewise.
21740         (TEST_COND_ldbl_96_m68k): Likewise.
21741         (TEST_COND_ldbl_128): Likewise.
21742         (TEST_COND_ldbl_128ibm): Likewise.
21743         (TEST_COND_long32): Likewise.
21744         (TEST_COND_long64): Likewise.
21745         (TEST_COND_before_rounding): Likewise.
21746         (TEST_COND_after_rounding): Likewise.
21747         (enable_test): Handle XFAIL_TEST flag.
21748         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21749         with finite results.
21750         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21751         auto-libm-test-out.
21753 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21754             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21756         [BZ #16214]
21757         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21758         __tls_get_addr_internal instead of __tls_get_offset in order to
21759         avoid GOT pointer dependency.  Make rtld export
21760         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21761         __tls_get_addr since we are a __tls_get_offset platform.
21762         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21763         GOT pointer being set up before.
21764         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21766 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21768         * manual/math.texi (Errors in Math Functions): Document accuracy
21769         goals.
21771         [BZ #15004]
21772         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21773         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21774         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21775         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21776         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21777         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21778         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21779         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21780         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21781         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21782         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21783         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21784         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21785         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21786         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21787         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21789         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21790         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21791         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21792         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21793         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21794         Likewise.
21795         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21796         Likewise.
21797         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21798         Likewise.
21799         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21800         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21801         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21802         atomic-feupdateenv and flt-rounds.
21803         * sysdeps/powerpc/nofpu/Versions (libc): Add
21804         __atomic_feholdexcept, __atomic_feclearexcept,
21805         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21806         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21807         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21808         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21809         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21810         here.
21811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21812         Update.
21814         * manual/arith.texi (FP Exceptions): Document that exceptions may
21815         not be raised when matherr is used.
21816         (Math Error Reporting): Document overflow in directed rounding
21817         modes.  Document that errno may not be set when finite values are
21818         returned on overflow.  Document intent to set errno on underflow
21819         only for underflow to zero.
21821         [BZ #16271]
21822         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21823         round-to-nearest then adjust result for other rounding modes.
21824         * include/fenv.h (fegetround): Use libm_hidden_proto.
21825         * math/fegetround.c (fegetround): Use libm_hidden_def.
21826         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21827         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21828         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21829         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21830         Likewise.
21831         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21832         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21833         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21834         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21836 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21838         [BZ #16077]
21839         * nss/Versions (libnss_files): Add
21840         _nss_files_gethostbyname3_r.
21841         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21842         New function.
21843         (HOST_DB_LOOKUP): Remove macro.
21844         (_nss_files_gethostbyname_r): Implement function without the
21845         HOST_DB_LOOKUP macro.
21846         (_nss_files_gethostbyname2_r): Likewise.
21848 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21850         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21852 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21854         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21855         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21856         warning.
21858 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21860         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21861         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21862         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21863         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21864         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21865         __fe_nomask_env_priv and attribute_hidden.
21866         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21867         (libc_feupdateenv_test_ppc): Likewise.
21868         (libc_feresetround_ppc): Likewise.
21869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21870         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21871         compat_symbol macro.
21872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21873         (__fe_nomask_env): Likewise.
21874         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21876 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21878         * string/Makefile: Remove ifunc tests.
21879         * string/test-string.h: Define TEST_IFUNC.
21880         * string/test-bcopy-ifunc.c: Remove.
21881         * string/test-bzero-ifunc.c: Likewise.
21882         * string/test-memccpy-ifunc.c: Likewise.
21883         * string/test-memchr-ifunc.c: Likewise.
21884         * string/test-memcmp-ifunc.c: Likewise.
21885         * string/test-memcpy-ifunc.c: Likewise.
21886         * string/test-memmem-ifunc.c: Likewise.
21887         * string/test-memmove-ifunc.c: Likewise.
21888         * string/test-mempcpy-ifunc.c: Likewise.
21889         * string/test-memrchr-ifunc.c: Likewise.
21890         * string/test-memset-ifunc.c: Likewise.
21891         * string/test-rawmemchr-ifunc.c: Likewise.
21892         * string/test-stpcpy-ifunc.c: Likewise.
21893         * string/test-stpncpy-ifunc.c: Likewise.
21894         * string/test-strcasecmp-ifunc.c: Likewise.
21895         * string/test-strcasestr-ifunc.c: Likewise.
21896         * string/test-strcat-ifunc.c: Likewise.
21897         * string/test-strchr-ifunc.c: Likewise.
21898         * string/test-strchrnul-ifunc.c: Likewise.
21899         * string/test-strcmp-ifunc.c: Likewise.
21900         * string/test-strcpy-ifunc.c: Likewise.
21901         * string/test-strcspn-ifunc.c: Likewise.
21902         * string/test-strlen-ifunc.c: Likewise.
21903         * string/test-strncasecmp-ifunc.c: Likewise.
21904         * string/test-strncat-ifunc.c: Likewise.
21905         * string/test-strncmp-ifunc.c: Likewise.
21906         * string/test-strncpy-ifunc.c: Likewise.
21907         * string/test-strnlen-ifunc.c: Likewise.
21908         * string/test-strpbrk-ifunc.c: Likewise.
21909         * string/test-strrchr-ifunc.c: Likewise.
21910         * string/test-strspn-ifunc.c: Likewise.
21911         * string/test-strstr-ifunc.c: Likewise.
21913 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21915         * benchtests/Makefile: Remove ifunc tests.
21916         * benchtests/bench-string.h: Define TEST_IFUNC.
21917         * benchtests/bench-bcopy-ifunc.c: Remove.
21918         * benchtests/bench-bzero-ifunc.c: Likewise.
21919         * benchtests/bench-memccpy-ifunc.c: Likewise.
21920         * benchtests/bench-memchr-ifunc.c: Likewise.
21921         * benchtests/bench-memcmp-ifunc.c: Likewise.
21922         * benchtests/bench-memcpy-ifunc.c: Likewise.
21923         * benchtests/bench-memmem-ifunc.c: Likewise.
21924         * benchtests/bench-memmove-ifunc.c: Likewise.
21925         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21926         * benchtests/bench-memrchr-ifunc.c: Likewise.
21927         * benchtests/bench-memset-ifunc.c: Likewise.
21928         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21929         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21930         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21931         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21932         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21933         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21934         * benchtests/bench-strcat-ifunc.c: Likewise.
21935         * benchtests/bench-strchr-ifunc.c: Likewise.
21936         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21937         * benchtests/bench-strcmp-ifunc.c: Likewise.
21938         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21939         * benchtests/bench-strcpy-ifunc.c: Likewise.
21940         * benchtests/bench-strcspn-ifunc.c: Likewise.
21941         * benchtests/bench-strlen-ifunc.c: Likewise.
21942         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21943         * benchtests/bench-strncat-ifunc.c: Likewise.
21944         * benchtests/bench-strncmp-ifunc.c: Likewise.
21945         * benchtests/bench-strncpy-ifunc.c: Likewise.
21946         * benchtests/bench-strnlen-ifunc.c: Likewise.
21947         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21948         * benchtests/bench-strrchr-ifunc.c: Likewise.
21949         * benchtests/bench-strsep-ifunc.c: Likewise.
21950         * benchtests/bench-strspn-ifunc.c: Likewise.
21951         * benchtests/bench-strstr-ifunc.c: Likewise.
21953 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21955         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21957 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21959         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21960         * rt/aio.h: Likewise.
21961         * sysdeps/gnu/bits/utmp.h: Likewise.
21962         * sysdeps/gnu/bits/utmpx.h: Likewise.
21963         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21964         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21965         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21966         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21967         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21968         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21969         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21970         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21971         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21972         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21973         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21974         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21975         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21977         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21978         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21979         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21980         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21981         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21982         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21983         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21984         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21985         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21986         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21987         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21988         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21989         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21990         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21991         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21992         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21993         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21994         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21995         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21996         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21997         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21998         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21999         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22000         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22001         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22002         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22003         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22004         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22006 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22008         [BZ #16245]
22009         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22010         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22012 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22014         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22015         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22016         Likewise.
22018 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22020         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22021         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22022         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22023         (__fesetround): Remove define.
22024         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22025         rounding and exceptions handling.
22026         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22027         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22028         (__fe_nomask_env): Likewise.
22029         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22030         __fegetround instead of fegetround.
22031         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22032         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22034 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22036         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22037         it's there.
22039         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22041 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22043         [BZ #11157]
22044         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22045         (encrypt_r): Likewise.
22046         * malloc/obstack.h (obstack_free): Likewise.
22047         * posix/unistd.h (encrypt): Likewise.
22049 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22051         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22052         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22053         DL_CALL_DT_FINI() that call the functions directly.
22054         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22055         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22056         * elf/dl-fini.c: Likewise.
22058 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22060         * malloc/hooks.c (memalign_check): Add alignment rounding.
22061         * malloc/malloc.c (_mid_memalign): New function.
22062         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22063         Implement by calling _mid_memalign.
22064         * manual/probes.texi (Memory Allocation Probes): Remove
22065         memory_valloc_retry and memory_pvalloc_retry.
22067 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22069         * locale/programs/locarchive.c (open_archive): Add const
22070         qualifier to ARCHIVEFNAME and copy default fname to
22071         DEFAULT_FNAME.
22073         [BZ #15601]
22074         * libio/tst-widetext.input: Rename Oriya to Odia.
22075         * locale/iso-639.def: Likewise.
22077         * manual/probes.texi (Mathematical Function Probes): Add
22078         documentation for sin, cos, asin and acos probes.
22079         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22080         (__sin32): Add slowasin probe.
22081         (__cos32): Add slowacos probe.
22082         (__mpsin): Add slowsin probe.
22083         (__mpcos): Add slowcos probe.
22085 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22087         [BZ #15483]
22088         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22089         thread-local __sim_exceptions_thread and global
22090         __sim_exceptions_global.
22091         (__sim_disabled_exceptions): Change to thread-local
22092         __sim_disabled_exceptions_thread and global
22093         __sim_disabled_exceptions_global.
22094         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22095         and global __sim_round_mode_global.
22096         (__simulate_exceptions): Use thread-local floating-point state and
22097         set global state from it as needed.
22098         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22099         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22100         __sim_round_mode_thread.
22101         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22102         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22103         and global __sim_exceptions_global.
22104         (__sim_disabled_exceptions): Change to thread-local
22105         __sim_disabled_exceptions_thread and global
22106         __sim_disabled_exceptions_global.
22107         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22108         and global __sim_round_mode_global.
22109         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22110         (SIM_SET_GLOBAL): Likewise.
22111         * sysdeps/powerpc/soft-fp/sfp-machine.h
22112         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22113         __sim_round_mode_thread.
22114         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22115         __sim_disabled_exceptions_thread.
22116         (__sim_exceptions): Change to __sim_exceptions_thread.
22117         (__sim_disabled_exceptions): Change to
22118         __sim_disabled_exceptions_thread.
22119         (__sim_round_mode): Change to __sim_round_mode_thread.
22120         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22121         thread-local floating-point state and set global state from it as
22122         needed.
22123         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22124         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22125         (__sim_disabled_exceptions): Remove extern declaration.
22126         (feenableexcept): Use thread-local floating-point state and set
22127         global state from it as needed.
22128         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22129         extern declaration.
22130         (__sim_disabled_exceptions): Likewise.
22131         (__sim_round_mode): Likewise.
22132         (__fegetenv): Use thread-local floating-point state.
22133         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22134         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22135         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22136         floating-point state and set global state from it as needed.
22137         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22138         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22139         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22140         Likewise.
22141         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22142         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22143         Likewise.
22144         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22145         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22146         Use __sim_round_mode_thread.
22147         * math/test-fenv-tls.c: New file.
22148         * math/Makefile (tests): Add test-fenv-tls.
22149         ($(objpfx)test-fenv-tls): Depend on
22150         $(common-objpfx)nptl/libpthread.so.
22152 2013-11-19  Andreas Schwab  <schwab@suse.de>
22154         * locale/programs/locale.c (show_info): Decode wordarray elements.
22155         * locale/categories.def (LC_MONETARY): Add element for
22156         _NL_MONETARY_CRNCYSTR.
22157         * locale/C-monetary.c (conversion_rate): New variable.
22158         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22159         element.
22161 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22163         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22164         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22166 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22168         * elf/Makefile (tst-auxv): New test.
22169         * elf/tst-auxv.c: New
22170         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22172 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22174         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22175         (hidden_proto): Caller changed.
22176         (hidden_tls_proto): New macro.
22177         (libc_hidden_tls_proto): Likewise.
22178         (rtld_hidden_tls_proto): Likewise.
22179         (libm_hidden_tls_proto): Likewise.
22180         (libresolv_hidden_tls_proto): Likewise.
22181         (librt_hidden_tls_proto): Likewise.
22182         (libdl_hidden_tls_proto): Likewise.
22183         (libnss_files_hidden_tls_proto): Likewise.
22184         (libnsl_hidden_tls_proto): Likewise.
22185         (libnss_nisplus_hidden_tls_proto): Likewise.
22186         (libutil_hidden_tls_proto): Likewise.
22188 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22190         [BZ #10253]
22191         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22192         (decompose_rpath): Defer expansion to fillin_rpath.
22193         (_dl_init_paths): Pass linkmap to fillin_rpath.
22195 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22197         * benchtests/Makefile: Add strsep.
22198         * benchtests/bench-strsep.c: New file: strsep benchtest.
22199         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22201 2013-11-18  Andreas Schwab  <schwab@suse.de>
22203         * locale/programs/locale.c (show_info) [case byte]: Check for
22204         '\377' instead of '\177'.
22205         * locale/C-monetary.c (not_available): Always use "\377".
22206         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22207         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22208         detect unavailable sign_posn locale elements.
22209         * locale/localeconv.c (__localeconv): For grouping and
22210         mon_grouping handle "\177" and "\377" like no grouping.
22211         (INT_ELEM): New macro.  Use it to set all numeric members.
22212         * locale/programs/ld-monetary.c (monetary_read)
22213         <tok_mon_grouping>: Normalize single -1 to the empty string.
22214         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22215         Likewise.
22217 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22219         [BZ #16055]
22220         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22221         when we match (nil).
22222         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22224 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22226         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22227         (NO_TEST_INLINE): Update value.
22228         (ERRNO_UNCHANGED): Likewise.
22229         (ERRNO_EDOM): Likewise.
22230         (ERRNO_ERANGE): Likewise.
22231         (IGNORE_RESULT): Likewise.
22232         (check_float_internal): Check signs of NaN results if
22233         TEST_NAN_SIGN used.
22234         (check_complex): Pass TEST_NAN_SIGN flag through to second
22235         check_float_internal call.
22236         (copysign_test_data): Add tests with quiet NaNs as second
22237         argument.  Use TEST_NAN_SIGN.
22238         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22239         TEST_NAN_SIGN.
22240         (signbit_test_data): Add tests of quiet NaN argument.
22241         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22243         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22244         $ignore_result.
22245         (parse_args): Handle function results specified as IGNORE.
22246         * math/libm-test.inc (IGNORE_RESULT): New macro.
22247         (check_float_internal): Do not check numerical result if flag
22248         IGNORE_RESULT set.
22249         (check_complex): Pass through IGNORE_RESULT to second
22250         check_float_internal call.
22251         (check_int): Do not check numerical result if flag IGNORE_RESULT
22252         set.
22253         (check_long): Likewise.
22254         (check_bool): Likewise.
22255         (check_longlong): Likewise.
22256         (lrint_test_data): Add tests of infinite and NaN arguments.
22257         (lrint_tonearest_test_data): Likewise.
22258         (lrint_towardzero_test_data): Likewise.
22259         (lrint_downward_test_data): Likewise.
22260         (lrint_upward_test_data): Likewise.
22261         (llrint_test_data): Likewise.
22262         (llrint_tonearest_test_data): Likewise.
22263         (llrint_towardzero_test_data): Likewise.
22264         (llrint_downward_test_data): Likewise.
22265         (llrint_upward_test_data): Likewise.
22266         (lround_test_data): Likewise.
22267         (llround_test_data): Likewise.
22269         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22270         (ERRNO_UNCHANGED): Update value.
22271         (ERRNO_EDOM): Likewise.
22272         (ERRNO_ERANGE): Likewise.
22273         (NO_TEST_INLINE_FLOAT): New macro.
22274         (NO_TEST_INLINE_DOUBLE): Likewise.
22275         (enable_test): New function.
22276         (RUN_TEST_f_f): Check enable_test before running test.
22277         (RUN_TEST_2_f): Likewise.
22278         (RUN_TEST_fff_f): Likewise.
22279         (RUN_TEST_c_f): Likewise.
22280         (RUN_TEST_f_f1): Likewise.
22281         (RUN_TEST_fF_f1): Likewise.
22282         (RUN_TEST_fI_f1): Likewise.
22283         (RUN_TEST_ffI_f1): Likewise.
22284         (RUN_TEST_c_c): Likewise.
22285         (RUN_TEST_cc_c): Likewise.
22286         (RUN_TEST_f_i): Likewise.
22287         (RUN_TEST_f_i_tg): Likewise.
22288         (RUN_TEST_ff_i_tg): Likewise.
22289         (RUN_TEST_f_b): Likewise.
22290         (RUN_TEST_f_b_tg): Likewise.
22291         (RUN_TEST_f_l): Likewise.
22292         (RUN_TEST_f_L): Likewise.
22293         (RUN_TEST_fFF_11): Likewise.
22294         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22295         conditionals.
22296         (cosh_test_data): Likewise.
22297         (exp_test_data): Likewise.
22298         (expm1_test_data): Likewise.
22299         (hypot_test_data): Likewise.
22300         (pow_test_data): Likewise.
22301         (sinh_test_data): Likewise.
22302         (tanh_test_data): Likewise.
22303         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22304         flags argument.
22306         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22307         tests with quiet NaN input and output.
22308         (acosh_test_data): Likewise.
22309         (asin_test_data): Likewise.
22310         (asinh_test_data): Likewise.
22311         (atan_test_data): Likewise.
22312         (atanh_test_data): Likewise.
22313         (atan2_test_data): Likewise.
22314         (cbrt_test_data): Likewise.
22315         (cos_test_data): Likewise.
22316         (cosh_test_data): Likewise.
22317         (erf_test_data): Likewise.
22318         (erfc_test_data): Likewise.
22319         (exp_test_data): Likewise.
22320         (exp10_test_data): Likewise.
22321         (exp2_test_data): Likewise.
22322         (expm1_test_data): Likewise.
22323         (hypot_test_data): Likewise.
22324         (j0_test_data): Likewise.
22325         (j1_test_data): Likewise.
22326         (jn_test_data): Likewise.
22327         (lgamma_test_data): Likewise.
22328         (log_test_data): Likewise.
22329         (log10_test_data): Likewise.
22330         (log1p_test_data): Likewise.
22331         (log2_test_data): Likewise.
22332         (pow_test_data): Likewise.
22333         (scalb_test_data): Likewise.
22334         (sin_test_data): Likewise.
22335         (sincos_test_data): Likewise.
22336         (sinh_test_data): Likewise.
22337         (tan_test_data): Likewise.
22338         (tanh_test_data): Likewise.
22339         (tgamma_test_data): Likewise.
22340         (y0_test_data): Likewise.
22341         (y1_test_data): Likewise.
22342         (yn_test_data): Likewise.
22344         [BZ #16167]
22345         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22346         argument being NaN and avoid computations with second argument in
22347         that case.
22348         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22349         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22350         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22352 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22354         * locale/iso-639.def: Add Chitwani Tharu (the).
22356 2013-11-14  Andreas Schwab  <schwab@suse.de>
22358         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22359         word instead of empty string.
22361 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22364         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22366         (__fe_nomask_env): Likewise.
22368 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22370         * benchtests/bench-timing.h: Include time.h.
22372 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22374         [BZ #15997]
22375         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22376         to 3.4.0 for x32.
22377         * sysdeps/unix/sysv/linux/configure: Regenerated.
22379 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22381         [BZ #16151]
22382         * stdlib/strtod_l.c (round_and_return): Do not consider
22383         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22384         exponent one less than half the least subnormal exponent.
22385         * stdlib/test-strtod-round-data: Add more tests.
22386         * stdlib/tst-strtod-round.c (tests): Regenerated.
22388 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22390         [BZ #14143]
22391         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22392         (__fe_mask_env): Likewise.
22393         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22394         libm_hidden_proto and add function prototype.
22395         (__fe_mask_env): Add function prototype.
22396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22397         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22399         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22401         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22403 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22405         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22406         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22408 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22410         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22411         of htab_find_slot().
22413 2013-11-11  David S. Miller  <davem@davemloft.net>
22415         [BZ #16150]
22416         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22417         symbol in the non-vis3 case in static builds.
22418         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22419         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22420         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22421         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22423 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22425         [BZ #387]
22426         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22427         it is empty.
22429 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22431         * benchtests/Makefile: Add bench-strtod.
22432         * benchtests/bench-strtod.c: New file: strtod benchtest
22434 2013-11-11  Andreas Schwab  <schwab@suse.de>
22436         [BZ #16153]
22437         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22438         terminating NUL in key length.
22440 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22442         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22443         Add artificial ODP entry for vDSO symbol for PPC64.
22444         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22445         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22447 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22449         [BZ #15374]
22450         * nss/getent.c (services_keys): Recognize services starting with digit.
22452 2013-11-06  David S. Miller  <davem@davemloft.net>
22454         [BZ #15985]
22455         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22456         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22458 2013-11-06  Will Newton  <will.newton@linaro.org>
22460         * manual/memory.texi (Malloc Examples): Remove register
22461         keyword from examples.
22463 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22465         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22467 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22469         [BZ #6981]
22470         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22471         depending on [__GCC_IEC_559 > 0].
22472         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22473         depending on [__GCC_IEC_559_COMPLEX > 0].
22475 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22477         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22478         to iso-639.def.
22480 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22482         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22484 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22486         [BZ #16112]
22487         * malloc/malloc (malloc_info): Do not handle first bin as
22488         special case.
22490 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22492         * locale/iso-639.def: Add Central Nahuatl (nhn).
22494 2013-11-01  Bruno Haible  <bruno@clisp.org>
22496         [BZ #7003]
22497         * manual/math.texi (BSD Random): Specify range upper bound as
22498         in POSIX.
22500 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22502         * locale/iso-639.def: Add Meadow Mari (mhr).
22504 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22506         [BZ #14752], [BZ #15763]
22507         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22508         Validate name.
22509         * rt/tst_shm.c: Add test for escaping directory.
22511 2013-10-31  Andreas Schwab  <schwab@suse.de>
22513         [BZ #15917]
22514         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22515         followed by 'x' as part of digit sequence.
22516         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22518 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22520         [BZ #16037]
22521         * configure.ac: allow GNU Make 4.0 and greater.
22522         * configure: Regenerated.
22524 2013-10-30  Will Newton  <will.newton@linaro.org>
22526         [BZ #16038]
22527         * malloc/hooks.c (memalign_check): Limit alignment to the
22528         maximum representable power of two.
22529         * malloc/malloc.c (__libc_memalign): Likewise.
22530         * malloc/tst-memalign.c (do_test): Add test for very
22531         large alignment values.
22532         * malloc/tst-posix_memalign.c (do_test): Likewise.
22534 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22536         [BZ #11087]
22537         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22538         (munmap_chunk): Likewise.
22539         (mremap_chunk): Likewise.
22541 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22543         [BZ #15799]
22544         * stdlib/div.c (div): Remove obsolete code.
22545         * stdlib/ldiv.c (ldiv): Likewise.
22546         * stdlib/lldiv.c (lldiv): Likewise.
22548 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22550         [BZ #16071]
22551         * nss/nss_files/files-XXX.c (get_contents_ret): New
22552         enumerator.
22553         (get_contents): New function.
22554         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22556 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22558         * configure.in: Moved to ...
22559         * configure.ac: ... here. Change reference to configure.in
22560         to configure.ac.
22561         * sysdeps/arm/preconfigure.ac: ... here.
22562         configure.in to configure.ac.
22563         * sysdeps/gnu/configure.in: Moved to ...
22564         * sysdeps/gnu/configure.ac: ... here.
22565         * sysdeps/i386/configure.in: Moved to ...
22566         * sysdeps/i386/configure.ac: ... here.
22567         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22568         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22569         * sysdeps/mach/configure.in: Moved to ...
22570         * sysdeps/mach/configure.ac: ... here.
22571         * sysdeps/mach/hurd/configure.in: Moved to ...
22572         * sysdeps/mach/hurd/configure.ac: ... here.
22573         * sysdeps/powerpc/configure.in: Moved to ...
22574         * sysdeps/powerpc/configure.ac: ... here.
22575         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22576         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22577         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22578         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22579         * sysdeps/s390/s390-32/configure.in: Moved to ...
22580         * sysdeps/s390/s390-32/configure.ac: ... here.
22581         * sysdeps/s390/s390-64/configure.in: Moved to ...
22582         * sysdeps/s390/s390-64/configure.ac: ... here.
22583         * sysdeps/sh/configure.in: Moved to ...
22584         * sysdeps/sh/configure.ac: ... here.
22585         * sysdeps/sparc/configure.in: Moved to ...
22586         * sysdeps/sparc/configure.ac: ... here.
22587         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22588         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22589         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22590         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22591         * sysdeps/x86_64/configure.in: Moved to ...
22592         * sysdeps/x86_64/configure.ac: ... here.
22593         * sysdeps/x86_64/preconfigure.in: Moved to ...
22594         * sysdeps/x86_64/preconfigure.ac: ... here.
22595         * aclocal.m4: Change reference to configure.in to configure.ac.
22596         * config.h.in: Likewise.
22597         * manual/install.texi: Likewise.
22598         * manual/maint.texi: Likewise.
22599         * Makefile: Likewise.
22600         * malloc/Makefile: Likewise.
22601         * nscd/Makefile: Likewise.
22602         * Makeconfig: Change reference to configure.in and
22603         preconfigure.in to configure.ac and preconfigure.ac
22604         respectively.
22605         * INSTALL: Regenerated.
22606         * configure: Likewise.
22607         * sysdeps/gnu/configure: Likewise.
22608         * sysdeps/i386/configure: Likewise.
22609         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22610         * sysdeps/mach/configure: Likewise.
22611         * sysdeps/mach/hurd/configure: Likewise.
22612         * sysdeps/powerpc/configure: Likewise.
22613         * sysdeps/powerpc/powerpc32/configure: Likewise.
22614         * sysdeps/powerpc/powerpc64/configure: Likewise.
22615         * sysdeps/s390/s390-32/configure: Likewise.
22616         * sysdeps/s390/s390-64/configure: Likewise.
22617         * sysdeps/sh/configure: Likewise.
22618         * sysdeps/sparc/configure: Likewise.
22619         * sysdeps/unix/sysv/linux/configure: Likewise.
22620         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22621         * sysdeps/x86_64/configure: Likewise.
22622         * sysdeps/x86_64/preconfigure: Likewise.
22624 2013-10-29  Andreas Schwab  <schwab@suse.de>
22626         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22628 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22630         * benchtests/pow-inputs: Add new inputs.
22632         * benchtests/exp-inputs: Add new inputs.
22634         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22635         conditional check for return value.
22636         (__cos32): Likewise.
22638 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22640         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22641         to provide a boost for large inputs with word alignment.
22642         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22643         implementation based on optimized PPC64 strcpy.
22644         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22645         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22646         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22647         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22649 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22651         [BZ #2801]
22652         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22654 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22656         [BZ #14876]
22657         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22658         * time/tst-strptime.c (day_tests): Add testcase.
22660 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22662         [BZ #14029]
22663         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22665 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22667         [BZ #16074]
22668         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22669         MAP_FAILED on error.
22671 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22673         [BZ #16072]
22674         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22675         heap for large requests.
22677 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22679         [BZ #9954]
22680         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22681         result if the result has no associated interface.
22682         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22683         interface for all 127.X.Y.Z addresses.
22685 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22687         * locale/iso-639.def: Add Ligurian (lij)
22689 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22691         [BZ #15825]
22692         * sunrpc/rpc_main.c: Document rpcgen -5.
22694 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22696         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22698 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22700         [BZ #10278]
22701         * posix/glob.c: Match only directories when trailing slash is present.
22702         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22703         (main): Add testcase.
22705 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22707         [BZ #15670]
22708         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22710 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22712         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22713         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22714         AUTH_DES and cindex for FIPS 140-2.
22715         (DES Encryption): Add cindex FIPS 46-3.
22717         * locale/locarchive.h (struct locarhandle): Add fname.
22718         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22719         if an optional argument was specified to --list-archive,
22720         otherwise NULL.
22721         * locale/programs/locarchive.c (show_archive_content): Take new
22722         argument fname and pass it via ah.fname to open_archive.
22723         * locale/programs/localedef.h: Update decl.
22724         (open_archive): If AH->fname is non-null, open that file
22725         rather than the default file name, and don't ignore ENOENT.
22726         (create_archive): Set AH.fname to NULL.
22727         (delete_locales_from_archive): Likewise.
22728         (add_locales_to_archive): Likewise.
22729         * locale/programs/locfile.c (write_all_categories): Likewise.
22731 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22732             Aldy Hernandez  <aldyh@redhat.com>
22734         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22735         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22736         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22737         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22738         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22739         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22740         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22741         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22742         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22743         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22744         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22745         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22746         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22747         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22748         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22749         Likewise.
22750         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22751         Likewise.
22752         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22753         Likewise.
22754         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22755         Likewise.
22756         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22757         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22758         Likewise.
22759         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22760         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22761         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22762         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22763         Likewise.
22764         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22765         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22766         * sysdeps/powerpc/preconfigure: Likewise.
22767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22768         Likewise.
22769         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22770         Replace contents of file by #include of <fenv_libc.h>.
22771         * sysdeps/powerpc/soft-fp/sfp-machine.h
22772         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22773         and <sys/prctl.h>.
22774         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22775         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22776         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22777         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22778         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22779         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22780         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22781         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22782         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22783         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22784         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22785         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22787         Allow copysignl PLT reference to be missing.
22789 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22790             Joseph Myers  <joseph@codesourcery.com
22792         [BZ #15948]
22793         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22794         single character.
22795         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22797 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22799         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22800         * elf/tst-tls1.c: Likewise.
22801         * elf/tst-tls10.h: Likewise.
22802         * elf/tst-tls14.c: Likewise.
22803         * elf/tst-tls2.c: Likewise.
22804         * elf/tst-tls3.c: Likewise.
22805         * elf/tst-tls4.c: Likewise.
22806         * elf/tst-tls5.c: Likewise.
22807         * elf/tst-tls6.c: Likewise.
22808         * elf/tst-tls7.c: Likewise.
22809         * elf/tst-tls8.c: Likewise.
22810         * elf/tst-tls9.c: Likewise.
22811         * elf/tst-tlsmod1.c: Likewise.
22812         * elf/tst-tlsmod13.c: Likewise.
22813         * elf/tst-tlsmod13a.c: Likewise.
22814         * elf/tst-tlsmod14a.c: Likewise.
22815         * elf/tst-tlsmod16a.c: Likewise.
22816         * elf/tst-tlsmod16b.c: Likewise.
22817         * elf/tst-tlsmod2.c: Likewise.
22818         * elf/tst-tlsmod3.c: Likewise.
22819         * elf/tst-tlsmod4.c: Likewise.
22820         * elf/tst-tlsmod5.c: Likewise.
22821         * elf/tst-tlsmod6.c: Likewise.
22823 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22825         [BZ #12486]
22826         * malloc/malloc.c: remove checks for statistics.
22828 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22830         [BZ #15277]
22831         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22832         * inet/tst-network.c: Add testcase.
22834 2013-10-17  Andreas Schwab  <schwab@suse.de>
22836         [BZ #15218]
22837         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22838         to determine canonical name.
22840 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22842         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22843         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22844         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22845         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22846         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22847         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22848         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22849         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22850         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22851         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22852         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22853         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22854         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22855         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22856         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22857         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22858         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22859         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22860         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22861         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22862         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22863         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22864         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22865         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22866         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22867         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22868         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22869         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22870         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22871         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22872         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22873         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22874         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22875         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22876         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22877         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22878         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22879         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22880         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22881         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22882         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22883         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22884         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22885         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22886         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22887         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22888         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22889         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22890         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22891         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22892         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22893         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22894         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22895         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22896         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22897         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22898         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22899         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22901 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22903         [BZ #16041]
22904         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22905         make result into a quiet NaN.
22907 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22909         * soft-fp/adddf3.c: Fix horizontal whitespace.
22910         * soft-fp/addsf3.c: Likewise.
22911         * soft-fp/addtf3.c: Likewise.
22912         * soft-fp/divdf3.c: Likewise.
22913         * soft-fp/divsf3.c: Likewise.
22914         * soft-fp/divtf3.c: Likewise.
22915         * soft-fp/double.h: Likewise.
22916         * soft-fp/eqdf2.c: Likewise.
22917         * soft-fp/eqsf2.c: Likewise.
22918         * soft-fp/eqtf2.c: Likewise.
22919         * soft-fp/extenddftf2.c: Likewise.
22920         * soft-fp/extended.h: Likewise.
22921         * soft-fp/extendsfdf2.c: Likewise.
22922         * soft-fp/extendsftf2.c: Likewise.
22923         * soft-fp/extendxftf2.c: Likewise.
22924         * soft-fp/fixdfdi.c: Likewise.
22925         * soft-fp/fixdfsi.c: Likewise.
22926         * soft-fp/fixdfti.c: Likewise.
22927         * soft-fp/fixsfdi.c: Likewise.
22928         * soft-fp/fixsfsi.c: Likewise.
22929         * soft-fp/fixsfti.c: Likewise.
22930         * soft-fp/fixtfdi.c: Likewise.
22931         * soft-fp/fixtfsi.c: Likewise.
22932         * soft-fp/fixtfti.c: Likewise.
22933         * soft-fp/fixunsdfdi.c: Likewise.
22934         * soft-fp/fixunsdfsi.c: Likewise.
22935         * soft-fp/fixunsdfti.c: Likewise.
22936         * soft-fp/fixunssfdi.c: Likewise.
22937         * soft-fp/fixunssfsi.c: Likewise.
22938         * soft-fp/fixunssfti.c: Likewise.
22939         * soft-fp/fixunstfdi.c: Likewise.
22940         * soft-fp/fixunstfsi.c: Likewise.
22941         * soft-fp/fixunstfti.c: Likewise.
22942         * soft-fp/floatdidf.c: Likewise.
22943         * soft-fp/floatdisf.c: Likewise.
22944         * soft-fp/floatditf.c: Likewise.
22945         * soft-fp/floatsidf.c: Likewise.
22946         * soft-fp/floatsisf.c: Likewise.
22947         * soft-fp/floatsitf.c: Likewise.
22948         * soft-fp/floattidf.c: Likewise.
22949         * soft-fp/floattisf.c: Likewise.
22950         * soft-fp/floattitf.c: Likewise.
22951         * soft-fp/floatundidf.c: Likewise.
22952         * soft-fp/floatundisf.c: Likewise.
22953         * soft-fp/floatunditf.c: Likewise.
22954         * soft-fp/floatunsidf.c: Likewise.
22955         * soft-fp/floatunsisf.c: Likewise.
22956         * soft-fp/floatunsitf.c: Likewise.
22957         * soft-fp/floatuntidf.c: Likewise.
22958         * soft-fp/floatuntisf.c: Likewise.
22959         * soft-fp/floatuntitf.c: Likewise.
22960         * soft-fp/fmadf4.c: Likewise.
22961         * soft-fp/fmasf4.c: Likewise.
22962         * soft-fp/fmatf4.c: Likewise.
22963         * soft-fp/gedf2.c: Likewise.
22964         * soft-fp/gesf2.c: Likewise.
22965         * soft-fp/getf2.c: Likewise.
22966         * soft-fp/ledf2.c: Likewise.
22967         * soft-fp/lesf2.c: Likewise.
22968         * soft-fp/letf2.c: Likewise.
22969         * soft-fp/muldf3.c: Likewise.
22970         * soft-fp/mulsf3.c: Likewise.
22971         * soft-fp/multf3.c: Likewise.
22972         * soft-fp/negdf2.c: Likewise.
22973         * soft-fp/negsf2.c: Likewise.
22974         * soft-fp/negtf2.c: Likewise.
22975         * soft-fp/op-1.h: Likewise.
22976         * soft-fp/op-2.h: Likewise.
22977         * soft-fp/op-4.h: Likewise.
22978         * soft-fp/op-8.h: Likewise.
22979         * soft-fp/op-common.h: Likewise.
22980         * soft-fp/quad.h: Likewise.
22981         * soft-fp/single.h: Likewise.
22982         * soft-fp/soft-fp.h: Likewise.
22983         * soft-fp/sqrtdf2.c: Likewise.
22984         * soft-fp/sqrtsf2.c: Likewise.
22985         * soft-fp/sqrttf2.c: Likewise.
22986         * soft-fp/subdf3.c: Likewise.
22987         * soft-fp/subsf3.c: Likewise.
22988         * soft-fp/subtf3.c: Likewise.
22989         * soft-fp/truncdfsf2.c: Likewise.
22990         * soft-fp/trunctfdf2.c: Likewise.
22991         * soft-fp/trunctfsf2.c: Likewise.
22992         * soft-fp/trunctfxf2.c: Likewise.
22993         * soft-fp/unorddf2.c: Likewise.
22994         * soft-fp/unordsf2.c: Likewise.
22995         * soft-fp/unordtf2.c: Likewise.
22997 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22999         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23000         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23002 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23004         * elf/dl-libc.c: Clear initfini list after freeing.
23006 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23008         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23009         * soft-fp/addsf3.c: Likewise.
23010         * soft-fp/addtf3.c: Likewise.
23011         * soft-fp/divdf3.c: Likewise.
23012         * soft-fp/divsf3.c: Likewise.
23013         * soft-fp/divtf3.c: Likewise.
23014         * soft-fp/double.h: Likewise.
23015         * soft-fp/eqdf2.c: Likewise.
23016         * soft-fp/eqsf2.c: Likewise.
23017         * soft-fp/eqtf2.c: Likewise.
23018         * soft-fp/extenddftf2.c: Likewise.
23019         * soft-fp/extended.h: Likewise.
23020         * soft-fp/extendsfdf2.c: Likewise.
23021         * soft-fp/extendsftf2.c: Likewise.
23022         * soft-fp/extendxftf2.c: Likewise.
23023         * soft-fp/fixdfdi.c: Likewise.
23024         * soft-fp/fixdfsi.c: Likewise.
23025         * soft-fp/fixdfti.c: Likewise.
23026         * soft-fp/fixsfdi.c: Likewise.
23027         * soft-fp/fixsfsi.c: Likewise.
23028         * soft-fp/fixsfti.c: Likewise.
23029         * soft-fp/fixtfdi.c: Likewise.
23030         * soft-fp/fixtfsi.c: Likewise.
23031         * soft-fp/fixtfti.c: Likewise.
23032         * soft-fp/fixunsdfdi.c: Likewise.
23033         * soft-fp/fixunsdfsi.c: Likewise.
23034         * soft-fp/fixunsdfti.c: Likewise.
23035         * soft-fp/fixunssfdi.c: Likewise.
23036         * soft-fp/fixunssfsi.c: Likewise.
23037         * soft-fp/fixunssfti.c: Likewise.
23038         * soft-fp/fixunstfdi.c: Likewise.
23039         * soft-fp/fixunstfsi.c: Likewise.
23040         * soft-fp/fixunstfti.c: Likewise.
23041         * soft-fp/floatdidf.c: Likewise.
23042         * soft-fp/floatdisf.c: Likewise.
23043         * soft-fp/floatditf.c: Likewise.
23044         * soft-fp/floatsidf.c: Likewise.
23045         * soft-fp/floatsisf.c: Likewise.
23046         * soft-fp/floatsitf.c: Likewise.
23047         * soft-fp/floattidf.c: Likewise.
23048         * soft-fp/floattisf.c: Likewise.
23049         * soft-fp/floattitf.c: Likewise.
23050         * soft-fp/floatundidf.c: Likewise.
23051         * soft-fp/floatundisf.c: Likewise.
23052         * soft-fp/floatunsidf.c: Likewise.
23053         * soft-fp/floatunsisf.c: Likewise.
23054         * soft-fp/floatuntidf.c: Likewise.
23055         * soft-fp/floatuntisf.c: Likewise.
23056         * soft-fp/floatuntitf.c: Likewise.
23057         * soft-fp/fmadf4.c: Likewise.
23058         * soft-fp/fmasf4.c: Likewise.
23059         * soft-fp/fmatf4.c: Likewise.
23060         * soft-fp/gedf2.c: Likewise.
23061         * soft-fp/gesf2.c: Likewise.
23062         * soft-fp/getf2.c: Likewise.
23063         * soft-fp/ledf2.c: Likewise.
23064         * soft-fp/lesf2.c: Likewise.
23065         * soft-fp/letf2.c: Likewise.
23066         * soft-fp/muldf3.c: Likewise.
23067         * soft-fp/mulsf3.c: Likewise.
23068         * soft-fp/multf3.c: Likewise.
23069         * soft-fp/negdf2.c: Likewise.
23070         * soft-fp/negsf2.c: Likewise.
23071         * soft-fp/negtf2.c: Likewise.
23072         * soft-fp/op-1.h: Likewise.
23073         * soft-fp/op-2.h: Likewise.
23074         * soft-fp/op-4.h: Likewise.
23075         * soft-fp/op-8.h: Likewise.
23076         * soft-fp/op-common.h: Likewise.
23077         * soft-fp/quad.h: Likewise.
23078         * soft-fp/single.h: Likewise.
23079         * soft-fp/soft-fp.h: Likewise.
23080         * soft-fp/sqrtdf2.c: Likewise.
23081         * soft-fp/sqrtsf2.c: Likewise.
23082         * soft-fp/sqrttf2.c: Likewise.
23083         * soft-fp/subdf3.c: Likewise.
23084         * soft-fp/subsf3.c: Likewise.
23085         * soft-fp/subtf3.c: Likewise.
23086         * soft-fp/truncdfsf2.c: Likewise.
23087         * soft-fp/trunctfdf2.c: Likewise.
23088         * soft-fp/trunctfsf2.c: Likewise.
23089         * soft-fp/trunctfxf2.c: Likewise.
23090         * soft-fp/unorddf2.c: Likewise.
23091         * soft-fp/unordsf2.c: Likewise.
23092         * soft-fp/unordtf2.c: Likewise.
23094 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23096         [BZ #15672]
23097         * misc/error.c (error_tail): Fix possible buffer overflow.
23099 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23101         [BZ #13028]
23102         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23103         address.
23105 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23107         [BZ #832]
23108         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23109         testing pipefail option.
23111 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23113         * soft-fp/double.h: Indent preprocessor directives inside #if.
23114         * soft-fp/extended.h: Likewise.
23115         * soft-fp/op-2.h: Likewise.
23116         * soft-fp/op-4.h: Likewise.
23117         * soft-fp/op-common.h: Likewise.
23118         * soft-fp/quad.h: Likewise.
23119         * soft-fp/single.h: Likewise.
23120         * soft-fp/soft-fp.h: Likewise.
23122 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23124         * iconv/iconv_prog.c: Fix typos.
23125         * stdio-common/psiginfo-data.h: Likewise.
23127 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23129         [BZ #15764]
23130         * locale/setlocale.c: Fix typo.
23132 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23134         [BZ #16036]
23135         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23136         signaling NaN arguments.
23137         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23138         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23140         [BZ #14910]
23141         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23142         unordered operands.
23143         * soft-fp/gesf2.c (__gesf2): Likewise.
23144         * soft-fp/getf2.c (__getf2): Likewise.
23145         * soft-fp/ledf2.c (__ledf2): Likewise.
23146         * soft-fp/lesf2.c (__lesf2): Likewise.
23147         * soft-fp/letf2.c (__letf2): Likewise.
23149         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23150         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23151         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23152         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23153         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23154         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23155         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23156         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23157         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23158         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23159         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23160         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23161         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23162         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23163         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23164         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23165         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23166         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23167         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23168         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23169         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23170         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23171         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23172         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23173         * soft-fp/floattidf.c (__floattidf): Likewise.
23174         * soft-fp/floattisf.c (__floattisf): Likewise.
23175         * soft-fp/floattitf.c (__floattitf): Likewise.
23176         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23177         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23178         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23179         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23180         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23181         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23182         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23183         * soft-fp/gesf2.c (__gesf2): Likewise.
23184         * soft-fp/getf2.c (__getf2): Likewise.
23185         * soft-fp/ledf2.c (__ledf2): Likewise.
23186         * soft-fp/lesf2.c (__lesf2): Likewise.
23187         * soft-fp/letf2.c (__letf2): Likewise.
23189         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23190         Undefine and redefine.
23191         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23192         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23193         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23194         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23195         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23196         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23197         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23198         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23199         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23200         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23201         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23202         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23203         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23204         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23205         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23207         [BZ #16032]
23208         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23209         without decrementing exponent if mantissa >= that for the
23210         denominator, not >.
23211         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23212         denominator, not >.  Decrement exponent in < case instead of
23213         incrementing in >= case.
23214         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23215         without decrementing exponent if mantissa >= that for the
23216         denominator, not >.
23218         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23219         computing saturated result for unsigned overflow.
23221 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23222             Jeff Law  <law@redhat.com>
23224         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23225         (atan2Mp): Add systemtap probe marker.
23226         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23227         (__ieee754_log): Add systemtap probe marker.
23228         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23229         (atanMp): Add systemtap probe marker.
23230         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23231         (tanMp): Add systemtap probe marker.
23232         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23233         (__slowexp): Add systemtap probe marker.
23234         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23235         (__slowpow): Add systemtap probe marker.
23236         * manual/probes.texi: Document probes.
23238 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23240         [BZ #15362]
23241         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23242         written.
23243         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23244         written.
23245         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23246         written to buffer but not flushed.
23247         * libio/iofwrite_u.c:  Likewise.
23248         * libio/iopadn.c:  Return bytes returned even if EOF was
23249         encountered.
23250         * libio/iowpadn.c:  Likewise.
23251         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23252         if _IO_padn does not write the whole buffer.
23253         [!COMPILE_WPRINTF] (PAD): Likewise.
23255 2013-10-10  David S. Miller  <davem@davemloft.net>
23257         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23258         directory block.
23260 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23262         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23263         instead of FSF address.
23264         * soft-fp/fixdfti.c: Likewise.
23265         * soft-fp/fixsfti.c: Likewise.
23266         * soft-fp/fixtfti.c: Likewise.
23267         * soft-fp/fixunsdfti.c: Likewise.
23268         * soft-fp/fixunssfti.c: Likewise.
23269         * soft-fp/fixunstfti.c: Likewise.
23270         * soft-fp/floattidf.c: Likewise.
23271         * soft-fp/floattisf.c: Likewise.
23272         * soft-fp/floattitf.c: Likewise.
23273         * soft-fp/floatuntidf.c: Likewise.
23274         * soft-fp/floatuntisf.c: Likewise.
23275         * soft-fp/floatuntitf.c: Likewise.
23276         * soft-fp/trunctfxf2.c: Likewise.
23278         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23279         * soft-fp/fixdfti.c: Likewise.
23280         * soft-fp/fixsfti.c: Likewise.
23281         * soft-fp/fixtfti.c: Likewise.
23282         * soft-fp/fixunsdfti.c: Likewise.
23283         * soft-fp/fixunssfti.c: Likewise.
23284         * soft-fp/fixunstfti.c: Likewise.
23285         * soft-fp/floattidf.c: Likewise.
23286         * soft-fp/floattisf.c: Likewise.
23287         * soft-fp/floattitf.c: Likewise.
23288         * soft-fp/floatuntidf.c: Likewise.
23289         * soft-fp/floatuntisf.c: Likewise.
23290         * soft-fp/floatuntitf.c: Likewise.
23291         * soft-fp/trunctfxf2.c: Likewise.
23293 2013-10-10  David S. Miller  <davem@davemloft.net>
23295         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23297 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23299         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23300         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23301         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23302         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23303         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23304         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23305         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23307         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23308         for NaNs before doing comparisons on argument.
23309         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23310         Likewise.
23312 2013-10-10  Will Newton  <will.newton@linaro.org>
23314         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23315         passed to _int_memalign does not overflow.
23317 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23319         * scripts/bench.pl: Add include-sources directive.
23320         * benchtests/README: Update documentation.
23322 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23324         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23325         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23326         instead of FP_INIT_ROUNDMODE.
23327         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23328         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23330         [BZ #16034]
23331         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23332         copy class of input value.
23333         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23334         not handle exceptions.
23335         * soft-fp/negsf2.c (__negsf2): Likewise.
23336         * soft-fp/negtf2.c (__negtf2): Likewise.
23337         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23339 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23341         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23342         semicolon.  From Linux kernel.
23344 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23346         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23348 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23350         [BZ #156]
23351         * manual/socket.texi: Added statement about buffer
23352         for gethostbyname2_r.
23354 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23356         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23357         Use .p2align directive instead, throughout.
23358         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23359         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23360         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23361         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23362         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23363         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23364         * sysdeps/x86_64/strchr.S: Likewise.
23365         * sysdeps/x86_64/strrchr.S: Likewise.
23367 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23369         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23371         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23373         * sysdeps/generic/math_private.h (__mpsin1): Remove
23374         declaration.
23375         (__mpcos1): Likewise.
23376         (__mpsin): New argument __range_reduce.
23377         (__mpcos): Likewise.
23378         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23379         (slow): Use __mpsin and __mpcos.
23380         (slow1): Likewise.
23381         (slow2): Likewise.
23382         (sloww): Likewise.
23383         (sloww1): Likewise.
23384         (sloww2): Likewise.
23385         (bsloww): Likewise.
23386         (bsloww1): Likewise.
23387         (bsloww2): Likewise.
23388         (cslow2): Likewise.
23389         (csloww): Likewise.
23390         (csloww1): Likewise.
23391         (csloww2): Likewise.
23392         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23393         range_reduce.  Merge in __mpsin1.
23394         (__mpcos): Likewise.
23395         (__mpsin1): Remove.
23396         (__mpcos1): Likewise.
23398 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23400         * locale/loadlocale.c (_nl_intern_locale_data): Use
23401         LOCFILE_ALIGNED_P.
23402         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23403         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23404         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23405         obstack data is appropriately aligned.
23406         (obstack_int32_grow_fast): Likewise.
23407         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23408         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23409         (add_locale_uint32_array): Likewise.
23411 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23413         * benchtests/Makefile: Remove ARGLIST and RET variables.
23414         ($(objpfx)bench-%.c): Pass only function name to the script.
23415         * benchtests/README: Update documentation.
23416         * benchtests/acos-inputs: Add new directives.
23417         * benchtests/acosh-inputs: Likewise.
23418         * benchtests/asin-inputs: Likewise.
23419         * benchtests/asinh-inputs: Likewise.
23420         * benchtests/atan-inputs: Likewise.
23421         * benchtests/atanh-inputs: Likewise.
23422         * benchtests/cos-inputs: Likewise.
23423         * benchtests/cosh-inputs: Likewise.
23424         * benchtests/exp-inputs: Likewise.
23425         * benchtests/log-inputs: Likewise.
23426         * benchtests/pow-inputs: Likewise.
23427         * benchtests/rint-inputs: Likewise.
23428         * benchtests/sin-inputs: Likewise.
23429         * benchtests/sinh-inputs: Likewise.
23430         * benchtests/tan-inputs: Likewise.
23431         * benchtests/tanh-inputs: Likewise.
23432         * scripts/bench.pl: Add support for new directives.
23434 2013-10-07  Alan Modra  <amodra@gmail.com>
23436         * README: Fix careless merge.
23438 2013-10-05  Alan Modra  <amodra@gmail.com>
23440         * NEWS: Mention powerpc64le support and bugs fixed.
23441         * README: Both big-endian and little-endian powerpc64 supported.
23443 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23445         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23446         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23447         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23448         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23450 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23452         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23453         match prototype.
23455 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23457         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23458         Move -mhard-float appending from
23459         ports/sysdeps/powerpc/powerpc32/Makefile.
23460         [$(with-fp) = yes] (ASFLAGS): Likewise.
23461         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23462         * sysdeps/powerpc/nofpu: Move directory from
23463         ports/sysdeps/powerpc/nofpu.
23464         * sysdeps/powerpc/soft-fp: Move directory from
23465         ports/sysdeps/powerpc/soft-fp.
23466         * sysdeps/powerpc/powerpc32/405: Move directory from
23467         ports/sysdeps/powerpc/powerpc32/405.
23468         * sysdeps/powerpc/powerpc32/440: Move directory from
23469         ports/sysdeps/powerpc/powerpc32/440.
23470         * sysdeps/powerpc/powerpc32/464: Move directory from
23471         ports/sysdeps/powerpc/powerpc32/464.
23472         * sysdeps/powerpc/powerpc32/476: Move directory from
23473         ports/sysdeps/powerpc/powerpc32/476.
23474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23475         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23477         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23479         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23481         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23483         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23484         * README: Update for powerpc-*-linux-gnu software floating point
23485         support in libc.
23487         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23488         case to powerpc/powerpc32*.
23489         * sysdeps/unix/sysv/linux/configure: Regenerated.
23491         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23492         (_FPU_MASK_OM): Define as 0x04.
23493         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23494         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23495         0x00c10080.
23496         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23497         0x0000003c.
23498         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23501         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23502         getcontext_e500.
23503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23504         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23505         setcontext_e500.
23506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23507         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23508         and setcontext_e500.
23510 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23512         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23514 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23516         * manual/threads.texi (Default Thread Attributes): Fix typo.
23518 2013-10-04  Will Newton  <will.newton@linaro.org>
23520         * malloc/Makefile: Add tst-memalign.
23521         * malloc/tst-memalign.c: New file.
23523         * malloc/tst-posix_memalign.c: Add comments.
23524         (do_test): Add comments and call free on all potentially
23525         allocated pointers. Add space after cast.
23527         * malloc/tst-pvalloc.c: Add comments.
23528         (do_test): Add comments and call free on all potentially
23529         allocated pointers. Remove duplicate check for NULL pointer.
23530         Add space after cast.
23532         * malloc/tst-valloc.c: Add comments.
23533         (do_test): Add comments and call free on all potentially
23534         allocated pointers. Remove duplicate check for NULL pointer.
23535         Add space after cast.
23537 2013-10-04  Alan Modra  <amodra@gmail.com>
23539         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23540         Use stdint types in rather than __attribute__((mode())).
23541         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23543 2013-10-04  Alan Modra  <amodra@gmail.com>
23545         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23546         Correct handling of unaligned relocs for little-endian.
23547         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23549 2013-10-04  Alan Modra  <amodra@gmail.com>
23551         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23552         * configure: Regenerate.
23553         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23554         * shlib-versions: Likewise.
23556 2013-10-04  Alan Modra  <amodra@gmail.com>
23558         * string/tester.c (test_memrchr): Increment reported test cycle.
23560 2013-10-04  Alan Modra  <amodra@gmail.com>
23562         * string/test-memcpy.c (do_one_test): When reporting errors, print
23563         string address and don't overrun end of string.
23565 2013-10-04  Alan Modra  <amodra@gmail.com>
23567         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23568         insrdi.  Make better use of reg selection to speed exit slightly.
23569         Schedule entry path a little better.  Remove useless "are we done"
23570         checks on entry to main loop.  Handle wrapping around zero address.
23571         Correct main loop count.  Handle single left-over word from main
23572         loop inline rather than by using loop_small.  Remove extra word
23573         case in loop_small caused by wrong loop count.  Add little-endian
23574         support.
23575         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23576         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23577         cache hint.
23578         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23579         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23580         support.  Avoid rlwimi.
23581         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23583 2013-10-04  Alan Modra  <amodra@gmail.com>
23585         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23586         insrdi.  Formatting.
23587         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23588         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23589         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23590         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23591         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23592         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23594 2013-10-04  Alan Modra  <amodra@gmail.com>
23596         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23597         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23598         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23599         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23600         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23601         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23602         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23603         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23604         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23605         use of regs.  Use power7 mtocrf.  Tidy function tails.
23607 2013-10-04  Alan Modra  <amodra@gmail.com>
23609         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23610         Formatting.  Consistently use rXXX register defines or rN defines.
23611         Use early exit labels that avoid restoring unused non-volatile regs.
23612         Make cr field use more consistent with rWORDn compares.  Rename
23613         regs used as shift registers for unaligned loop, using rN defines
23614         for short lifetime/multiple use regs.
23615         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23616         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23617         addi 1,1,64 to pop stack frame.  Simplify return value code.
23618         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23620 2013-10-04  Alan Modra  <amodra@gmail.com>
23622         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23623         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23624         rather than rlwimi.
23625         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23626         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23627         little-endian support.  Correct typos.
23628         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23629         rather than rlwimi.
23630         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23631         in loop and entry code to keep "and." results.
23632         (strchr): Add little-endian support.  Comment.  Move cntlzd
23633         earlier in tail.
23634         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23636 2013-10-04  Alan Modra  <amodra@gmail.com>
23638         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23639         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23640         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23641         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23643 2013-10-04  Alan Modra  <amodra@gmail.com>
23645         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23646         (rTMP): Define as r11.
23647         (strcmp): Add little-endian support.  Optimise tail.
23648         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23649         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23650         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23651         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23652         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23653         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23654         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23656 2013-10-04  Alan Modra  <amodra@gmail.com>
23658         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23659         little-endian support.  Remove unnecessary "are we done" tests.
23660         Handle "s" wrapping around zero and extremely large "size".
23661         Correct main loop count.  Handle single left-over word from main
23662         loop inline rather than by using small_loop.  Correct comments.
23663         Delete "zero" tail, use "end_max" instead.
23664         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23666 2013-10-04  Alan Modra  <amodra@gmail.com>
23668         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23669         support.  Don't branch over align.
23670         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23671         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23672         support.  Rearrange tmp reg use to suit.  Comment.
23673         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23675 2013-10-04  Alan Modra  <amodra@gmail.com>
23677         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23679 2013-10-04  Alan Modra  <amodra@gmail.com>
23681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23682         conditional form of branch and link when obtaining pc.
23683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23685 2013-10-04  Alan Modra  <amodra@gmail.com>
23687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23688         HIWORD/LOWORD.
23689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23692 2013-10-04  Alan Modra  <amodra@gmail.com>
23694         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23695         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23696         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23697         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23698         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23699         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23700         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23701         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23702         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23703         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23705 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23706             Alistair Popple <alistair@ozlabs.au.ibm.com>
23707             Alan Modra <amodra@gmail.com>
23709         [BZ #15723]
23710         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23711         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23712         _dl_hwcap access for little-endian.
23713         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23714         destroy vmx regs when saving unaligned.
23715         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23716         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23717         destroy vmx regs when saving unaligned.
23719 2013-10-04  Alan Modra  <amodra@gmail.com>
23721         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23722         Don't use a union to pack hi/low value.
23724 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23726         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23727         for little-endian.
23728         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23729         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23730         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23731         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23732         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23734 2013-10-04  Alan Modra  <amodra@gmail.com>
23736         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23737         constants to usual value for .cst8 section, and remove redundant
23738         high address load.
23739         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23740         constant for 0x1p52.  Load little-endian words of double from
23741         correct stack offsets.
23743 2013-10-04  Alan Modra  <amodra@gmail.com>
23745         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23746         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23747         words of double from correct stack offsets.
23748         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23749         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23750         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23751         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23752         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23753         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23754         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23755         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23756         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23757         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23758         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23759         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23760         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23761         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23762         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23763         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23764         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23766 2013-10-04  Alan Modra  <amodra@gmail.com>
23768         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23769         64-bit int/double union.
23770         (_FPU_SETCW): Likewise.
23771         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23772         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23774 2013-10-04  Alan Modra  <amodra@gmail.com>
23776         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23777         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23779 2013-10-04  Alan Modra  <amodra@gmail.com>
23781         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23782         use vector int constants.
23783         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23785 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23787         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23788         array with long long.
23789         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23790         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23791         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23792         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23793         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23794         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23795         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23796         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23797         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23798         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23799         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23800         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23801         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23803 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23805         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23806         (__signbit): Likewise.  Correct for little-endian.
23807         (__signbitl): Call __signbit.
23808         (lrint): Correct for little-endian.
23809         (lrintf): Call lrint.
23811 2013-10-04  Alan Modra  <amodra@gmail.com>
23813         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23814         union 32-bit int array member with 64-bit int array.
23815         (t515, tm256): Double rather than long double.
23816         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23818 2013-10-04  Alan Modra  <amodra@gmail.com>
23820         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23821         Delete.
23822         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23823         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23824         version of math_ldbl.h.
23826 2013-10-04  Alan Modra  <amodra@gmail.com>
23828         [BZ #15734], [BZ #15735]
23829         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23830         all uses of ieee875 long double macros and unions.  Simplify test
23831         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23832         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23833         normalize after ldbl_extract_mantissa, and don't add hidden bit
23834         already handled.  Don't treat low word of ieee854 mantissa like
23835         low word of IBM long double and mask off bit when testing for
23836         zero.
23837         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23838         all uses of ieee875 long double macros and unions.  Simplify tests
23839         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23840         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23841         two1022, instead use their values.  Recognise that tests for large
23842         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23843         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23844         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23845         test for 0.0L and nan.  Correct negation.
23846         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23847         ieee875 long double macros and unions.  Correct output for large
23848         magnitude x.  Correct absolute value calculation.
23849         (__erfcl): Likewise.
23850         * math/libm-test.inc: Add tests for errors discovered in IBM long
23851         double versions of fmodl, remainderl, erfl and erfcl.
23853 2013-10-04  Alan Modra  <amodra@gmail.com>
23855         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23856         all uses of ieee854 long double macros and unions.  Simplify tests
23857         for long doubles that are fully specified by the high double.
23858         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23859         Likewise.
23860         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23861         Remove dead code too.
23862         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23863         (__ieee754_ynl): Likewise.
23864         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23865         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23866         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23867         Remove dead code too.
23868         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23869         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23870         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23871         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23872         Simplify.
23873         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23874         Simplify.
23875         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23876         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23877         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23878         Comment on variable precision.
23879         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23880         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23881         Likewise.
23882         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23883         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23884         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23885         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23886         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23888 2013-10-04  Alan Modra  <amodra@gmail.com>
23890         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23891         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23892         all uses of ieee854 long double macros and unions.
23893         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23894         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23895         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23896         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23897         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23898         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23899         Likewise.
23900         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23901         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23902         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23903         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23904         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23905         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23906         Simplify sign and nan test too.
23907         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23908         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23909         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23910         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23911         Likewise.
23912         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23913         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23914         Likewise.
23915         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23916         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23917         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23918         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23919         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23920         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23922 2013-10-04  Alan Modra  <amodra@gmail.com>
23924         * stdio-common/printf_size.c (__printf_size): Don't use
23925         union ieee854_long_double in fpnum union.
23926         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23927         signbit macro to retrieve sign from long double.
23928         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23929         retrieve sign from long double.
23930         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23931         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23932         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23933         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23934         * math/test-misc.c (main): Don't use union ieee854_long_double.
23936 2013-10-04  Alan Modra  <amodra@gmail.com>
23938         [BZ #15680]
23939         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23940         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23941         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23942         calculation.  Remove unnecessary test for denormal exponent.
23943         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23944         Correct handling of denormals.  Avoid undefined shift behaviour.
23945         Correct normalisation of low mantissa when low double is denormal.
23946         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23947         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23948         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23949         Correct normalisation of low mantissa.  Test for overflow of high
23950         mantissa and normalise.
23951         (ldbl_nearbyint): Use more readable constant for two52.
23952         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23953         (__mpn_construct_long_double): Fix test for overflow of high
23954         mantissa and correct normalisation.  Avoid undefined shift.
23956 2013-10-04  Alan Modra  <amodra@gmail.com>
23958         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23959         (union ibm_extended_long_double): Define as an array of ieee754_double.
23960         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23961         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23962         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23963         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23964         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23965         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23966         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23967         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23968         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23969         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23970         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23972 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23974         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23975         page size instead of calling getpagesize.
23977         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23978         (LOCFILE_ALIGN_MASK): Likewise.
23979         (LOCFILE_ALIGN_UP): Likewise.
23980         (LOCFILE_ALIGNED_P): Likewise.
23981         * locale/programs/ld-collate.c (collate_output): Use the new
23982         macros instead of __alignof__ (int32_t).
23983         * locale/weight.h (findidx): Likewise.
23985 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23987         [BZ #431]
23988         * manual/string.texi: Fix strncat and wcsncat.
23990 2013-10-03  Brooks Moses  <bmoses@google.com>
23992         [BZ #15915]
23993         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23994         * Makerules: ...here, and adjust associated comments.
23996 2013-10-02  Will Newton  <will.newton@linaro.org>
23998         * malloc/Makefile: Add tst-pvalloc.
23999         * malloc/tst-pvalloc.c: New file.
24001 2013-10-02  Will Newton  <will.newton@linaro.org>
24003         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24004         improve test coverage.
24006 2013-10-02  Will Newton  <will.newton@linaro.org>
24008         * malloc/Makefile: Add tst-posix_memalign.
24009         * malloc/tst-posix_memalign.c: New file.
24011 2013-10-01  Eric Blake  <eblake@redhat.com>
24013         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24014         Use __THROWNL rather than __THROW on static functions.
24016 2013-09-30  Petr Machata  <pmachata@redhat.com>
24018         * elf/elf.h (R_AARCH64_ABS16): New macro.
24019         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24020         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24021         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24022         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24023         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24024         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24025         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24026         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24027         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24028         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24029         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24030         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24031         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24032         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24033         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24034         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24035         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24036         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24037         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24038         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24039         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24040         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24041         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24042         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24043         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24044         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24045         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24046         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24047         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24048         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24049         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24050         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24051         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24052         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24053         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24054         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24055         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24056         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24057         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24058         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24059         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24060         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24061         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24062         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24063         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24064         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24065         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24066         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24067         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24068         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24069         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24070         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24071         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24072         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24073         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24074         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24075         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24076         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24077         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24078         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24079         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24080         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24081         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24082         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24083         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24084         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24085         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24086         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24087         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24088         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24089         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24090         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24091         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24092         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24093         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24094         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24095         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24096         (R_AARCH64_TLSDESC_LDR): Likewise.
24097         (R_AARCH64_TLSDESC_ADD): Likewise.
24098         (R_AARCH64_TLSDESC_CALL): Likewise.
24100 2013-09-30  Andreas Schwab  <schwab@suse.de>
24102         [BZ #15048]
24103         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24104         the nss database lookup.
24105         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24106         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24108 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24110         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24112 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24114         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24115         ${Bash-specific parameter/pattern/string} parameter expansion.
24116         * sysdeps/unix/make-syscalls.sh: Likewise.
24118 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24120         * sysdeps/sh/stackguard-macros.h: New file.
24122 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24124         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24125         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24126         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24127         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24128         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24129         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24131 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24133         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24134         Fix thread ID register.
24136 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24138         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24139         [POSIX || UNIX98]: Require rather than permitting all symbols from
24140         <time.h>.
24141         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24142         element of struct sched_param.
24143         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24144         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24145         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24146         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24147         constant.
24149 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24151         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24152         argument calculation.
24154 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24156         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24157         Expect macro.
24158         [POSIX] (pthread_attr_t): Do not require type.
24159         [POSIX] (pthread_cond_t): Likewise.
24160         [POSIX] (pthread_condattr_t): Likewise.
24161         [POSIX] (pthread_key_t): Likewise.
24162         [POSIX] (pthread_mutex_t): Likewise.
24163         [POSIX] (pthread_mutexattr_t): Likewise.
24164         [POSIX] (pthread_once_t): Likewise.
24165         [POSIX] (pthread_t): Likewise.
24166         [POSIX-based standards] (pthread_atfork): Expect function.
24168 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24169             Richard Sandiford  <richard@codesourcery.com>
24171         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24172         (swap_endianness_p): New extern variable.
24173         (set_big_endian): New inline function.
24174         (maybe_swap_uint32): Likewise.
24175         (maybe_swap_uint32_array): Likewise.
24176         (maybe_swap_uint32_obstack): Likewise.
24177         * locale/programs/locfile.c: Include <stdbool.h>.
24178         (swap_endianness_p): New variable.
24179         (add_locale_uint32): Call maybe_swap_uint32.
24180         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24181         (write_locale_data): Call maybe_swap_uint32_array.
24182         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24183         maybe_swap_uint32.
24184         (obstack_int32_grow_fast): Likewise.
24185         (output_weightwc): Call maybe_swap_uint32_obstack.
24186         (collate_output): Likewise.
24187         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24188         (OPT_LITTLE_ENDIAN): Likewise.
24189         (options): Add --little-endian and --big-endian options.
24190         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24191         * locale/programs/locarchive.c: Include "locfile.h".
24192         (GET): New macro.
24193         (SET): Likewise.
24194         (INC): Likewise.
24195         (create_archive): Use the new macros to access fields of
24196         structures directly mapped from or written to locale archives.
24197         (oldlocrecentcmp): Likewise.
24198         (enlarge_archive): Likewise.
24199         (insert_name): Likewise.
24200         (add_alias): Likewise.
24201         (add_locale): Likewise.
24202         (delete_locales_from_archive): Likewise.
24203         (show_archive_content): Likewise.
24204         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24205         locale data.
24207 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24209         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24210         http://www.gnu.org/doc/freemanuals.texi.
24211         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24213 2013-09-24  Will Newton  <will.newton@linaro.org>
24215         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24216         macro.
24218 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24220         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24221         unsigned char.
24223 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24225         * manual/threads.texi (POSIX Threads): Fix a typo.
24227 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24229         [BZ #14547]
24230         * string/tst-strcoll-overflow.c: New test case.
24231         * string/Makefile (xtests): Add tst-strcoll-overflow.
24232         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24233         cache if string sizes may cause integer overflow.
24235         [BZ #14547]
24236         * string/strcoll_l.c (coll_seq): New members rule, idx,
24237         save_idx and back_us.
24238         (get_next_seq_nocache): New function.
24239         (do_compare_nocache): New function.
24240         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24241         when malloc fails.
24243 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24245         [BZ #15754]
24246         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24247         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24248         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24250         [BZ #15754]
24251         * elf/Makefile (tests): Add tst-ptrguard1.
24252         (tests-static): Add tst-ptrguard1-static.
24253         (tst-ptrguard1-ARGS): Define.
24254         (tst-ptrguard1-static-ARGS): Define.
24255         * elf/tst-ptrguard1.c: New file.
24256         * elf/tst-ptrguard1-static.c: New file.
24257         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24258         * sysdeps/i386/stackguard-macros.h: Likewise.
24259         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24260         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24261         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24262         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24263         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24264         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24266 2013-09-23  Hector Marco  <hecmargi@upv.es>
24267             Ismael Ripoll  <iripoll@disca.upv.es>
24268             Carlos O'Donell  <carlos@redhat.com>
24270         [BZ #15754]
24271         * sysdeps/generic/stackguard-macros.h: Define
24272         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24273         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24274         Define __pointer_chk_guard_local.
24275         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24276         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24278 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24280         [BZ #15859]
24281         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24283 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24285         * include/string.h (__ffs): Declare as hidden.
24286         * string/ffs.c (__ffs): Define as hidden.
24287         * sysdeps/i386/ffs.c (__ffs): Likewise.
24288         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24289         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24290         * sysdeps/s390/ffs.c (__ffs): Likewise.
24291         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24293 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24295         * NEWS: Mention malloc probes.
24297         * malloc/arena.c (new_heap): New memory_heap_new probe.
24298         (grow_heap): New memory_heap_more probe.
24299         (shrink_heap): New memory_heap_less probe.
24300         (heap_trim): New memory_heap_free probe.
24301         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24302         (systrim): New memory_sbrk_less probe.
24303         * manual/probes.texi: Document them.
24305         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24306         * manual/probes.texi: Document it.
24308         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24309         (__libc_realloc): Add memory_realloc_retry probe.
24310         (__libc_memalign): Add memory_memalign_retry probe.
24311         (__libc_valloc): Add memory_valloc_retry probe.
24312         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24313         (__libc_calloc): Add memory_calloc_retry probe.
24314         * manual/probes.texi: Document them.
24316         * malloc/arena.c (get_free_list): Add probe
24317         memory_arena_reuse_free_list.
24318         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24319         and memory_arena_reuse.
24320         (arena_get2) [!PER_THREAD]: Likewise.
24321         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24322         memory_arena_reuse_realloc.
24323         * manual/probes.texi: Document them.
24325         * malloc/malloc.c (__libc_free): Add
24326         memory_mallopt_free_dyn_thresholds probe.
24327         (__libc_mallopt): Add multiple memory_mallopt probes.
24328         * manual/probes.texi: Document them.
24330         * malloc/malloc.c: Include stap-probe.h.
24331         (__libc_mallopt): Add memory_mallopt probe.
24332         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24333         * manual/probes.texi: New.
24334         * manual/Makefile (chapters): Add probes.
24335         * manual/threads.texi: Set next node.
24337 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24339         [BZ #15963, #13985]
24340         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24341         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24342         Add `Chinese' to `nan' entry name.
24344 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24346         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24347         (POLYNOMIAL): Likewise.
24348         (TAYLOR_SINCOS): Likewise.
24349         (TAYLOR_SLOW): Likewise.
24350         (__sin): Use TAYLOR_SINCOS.
24351         (__cos): Likewise.
24352         (slow): Use TAYLOR_SLOW.
24353         (sloww): Likewise.
24354         (bsloww): Likewise.
24355         (csloww): Likewise.
24357 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24359         * stdlib/strtod_l.c: Fix buffer overrun.
24361 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24363         * benchtests/Makefile (bench): Add sincos.
24364         * benchtests/bench-sincos.c: New file.
24366         * math/libm-test.inc (cos_test_data): New test inputs.
24367         (sin_test_data): Likewise.
24369         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24370         macro.
24371         (__sin): Use it.
24372         (__cos): Likewise.
24373         (slow1): Likewise.
24374         (slow2): Likewise.
24375         (sloww1): Likewise.
24376         (sloww2): Likewise.
24377         (bsloww1): Likewise.
24378         (bsloww2): Likewise.
24379         (cslow2): Likewise.
24380         (csloww1): Likewise.
24381         (csloww2): Likewise.
24383         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24384         function.
24385         (__sin): Use it.
24386         (__cos): Likewise.
24388         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24389         gotos.
24390         (__cos): Likewise.
24392 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24394         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24395         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24396         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24397         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24398         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24399         * elf/cache.c (print_entry): Handle the new cache flags.
24401 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24402             Aldy Hernandez  <aldyh@redhat.com>
24404         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24405         Change condition to [_SOFT_FLOAT].
24406         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24407         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24408         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24409         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24410         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24411         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24412         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24413         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24414         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24415         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24416         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24417         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24418         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24419         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24420         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24421         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24422         declaration.
24424 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24426         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24427         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24428         (__longjmp): Use LOAD_GP to load saved GPRs.
24429         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24430         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24431         (__sigsetjmp): Use SAVE_GP to save GPRs.
24433         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24434         Do not append -msoft-float.
24435         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24437 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24439         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24441 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24443         [BZ #15966]
24444         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24445         (_FPU_GETCW): Use initial "__" on variable and field names but not
24446         on macro parameter name.
24447         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24448         parentheses around reference to macro parameter.
24450 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24452         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24453         prototype.
24454         (ctype_startup): Use uint32_t in cast and sizeof for
24455         ctype->charnames.
24457 2013-09-11  Jia Liu  <proljc@gmail.com>
24459         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24460         __daddr_t_defined.
24461         [__FreeBSD__]: Likewise.
24463 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24465         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24466         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24467         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24468         (strchr): Remove __strchr_sse42 ifunc selection.
24469         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24470         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24472 2013-09-11  Will Newton  <will.newton@linaro.org>
24474         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24475         parameter to RES. Remove hardcoded 1000 value.
24476         * benchtests/bench-skeleton.c (main): Pass RES parameter
24477         to TIMING_INIT and multiply result by 1000.
24479 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24481         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24483 2013-09-11  Andreas Schwab  <schwab@suse.de>
24485         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24486         if not defined.
24487         (O_TMPFILE) [__USE_GNU]: Define.
24488         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24489         Define.
24491 2013-09-11  Will Newton  <will.newton@linaro.org>
24493         [BZ #15857]
24494         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24495         does not overflow.
24497 2013-09-11  Will Newton  <will.newton@linaro.org>
24499         [BZ #15856]
24500         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24501         does not overflow.
24503 2013-09-11  Will Newton  <will.newton@linaro.org>
24505         [BZ #15855]
24506         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24507         does not overflow.
24509 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24511         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24512         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24513         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24514         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24515         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24517 2013-09-10  Allan McRae  <allan@archlinux.org>
24519         [BZ #15748]
24520         * manual/arith.texi (Parsing of Floats): Clarify
24521         cross-reference.
24523         [BZ #15849]
24524         * manual/install.texi (Running make install): Mention
24525         --enable-pt-chown.
24526         * INSTALL: Regenerated.
24528 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24530         * csu/init-first.c (_init): Remove the !SHARED condition around
24531         FPU control word initialization.
24532         * elf/dl-support.c (_dl_fpu_control): New variable.
24533         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24534         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24535         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24536         * math/test-fpucw-static.c: New file.
24537         * math/test-fpucw-ieee.c: New file.
24538         * math/test-fpucw-ieee-static.c: New file.
24539         * math/Makefile (tests): Add `test-fpucw-ieee' and
24540         `$(tests-static)'.
24541         (tests-static): New variable.
24542         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24543         dependency to...
24544         [($(build-shared),yes)]
24545         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24546         ... this.
24547         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24548         New dependency.
24550 2013-09-09  Allan McRae  <allan@archlinux.org>
24552         [BZ #15939]
24553         * manual/string.texi (Collation Functions): Fix typo in
24554         strcoll example.
24555         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24557         [BZ #15893]
24558         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24560         [BZ #15892]
24561         * libio/memstream.c (open_memstream): Fix memory leak.
24562         * libio/wmemstream.c (open_wmemstream): Likewise.
24564         [BZ #15895]
24565         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24567 2013-09-09  Will Newton  <will.newton@linaro.org>
24569         * malloc/Makefile: Add tst-realloc to tests.
24570         * malloc/tst-realloc.c: New file.
24572 2013-09-09  Allan McRae  <allan@archlinux.org>
24574         [BZ #15844]
24575         * COPYING: Update from GNU website to fix FSF address.
24576         * COPYING.LIB: Likewise.
24578 2013-09-06  David S. Miller  <davem@davemloft.net>
24580         * po/zh_TW.po: Update Chinese (traditional) translation from
24581         translation project.
24583 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24584             Joseph Myers  <joseph@codesourcery.com>
24586         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24587         "localeinfo.h".
24588         (obstack_chunk_alloc): New macro.
24589         (obstack_chunk_free): Likewise.
24590         (record_offset): New function.
24591         (init_locale_data): Likewise.
24592         (align_locale_data): Likewise.
24593         (add_locale_empty): Likewise.
24594         (add_locale_raw_data): Likewise.
24595         (add_locale_raw_obstack): Likewise.
24596         (add_locale_string): Likewise.
24597         (add_locale_wstring): Likewise.
24598         (add_locale_uint32): Likewise.
24599         (add_locale_uint32_array): Likewise.
24600         (add_locale_char): Likewise.
24601         (start_locale_structure): Likewise.
24602         (end_locale_structure): Likewise.
24603         (start_locale_prelude): Likewise.
24604         (end_locale_prelude): Likewise.
24605         (write_locale_data): Take locale_file structure rather than an
24606         iovec.
24607         * locale/programs/locfile.h: Include "obstack.h".
24608         (struct locale_file): Change to store locale file contents instead
24609         of header.
24610         (init_locale_data): New prototype.
24611         (align_locale_data): Likewise.
24612         (add_locale_empty): Likewise.
24613         (add_locale_raw_data): Likewise.
24614         (add_locale_raw_obstack): Likewise.
24615         (add_locale_string): Likewise.
24616         (add_locale_wstring): Likewise.
24617         (add_locale_uint32): Likewise.
24618         (add_locale_uint32_array): Likewise.
24619         (add_locale_char): Likewise.
24620         (start_locale_structure): Likewise.
24621         (end_locale_structure): Likewise.
24622         (start_locale_prelude): Likewise.
24623         (end_locale_prelude): Likewise.
24624         (write_locale_data): Update prototype.
24625         * locale/programs/3level.h (struct TABLE): Remove result field.
24626         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24627         Use new locale_file interface.
24628         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24629         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24630         * locale/programs/ld-address.c (address_output): Use new
24631         locale_file interface.
24632         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24633         NO_ADD_LOCALE.
24634         (collate_finish): Don't call collseq_table_finalize.
24635         (collate_output): Use new locale_file interface.
24636         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24637         in file.
24638         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24639         (TABLE): Move defines earlier in file.
24640         (ELEMENT): Likewise.
24641         (DEFAULT): Likewise.
24642         (wctrans_table_add): Move macro and inline function earlier in
24643         file.
24644         (struct wctype_table): Move type earlier in file.
24645         (add_locale_wctype_table): New static prototype.
24646         (struct locale_ctype_t): Use logical types instead of struct iovec
24647         pointers for members.
24648         (ctype_output): Use new locale_file interface.
24649         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24650         new locale_file interface.
24651         (allocate_arrays): Update for use of new locale_file interface.
24652         * locale/programs/ld-identification.c (identification_output): Use
24653         new locale_file interface.
24654         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24655         * locale/programs/ld-messages.c (messages_output): Likewise.
24656         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24657         * locale/programs/ld-name.c (name_output): Likewise.
24658         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24659         * locale/programs/ld-paper.c (paper_output): Likewise.
24660         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24661         * locale/programs/ld-time.c (time_output): Likewise.
24663 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24665         * benchtests/Makefile: Add memrchr benchmark.
24666         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24667         benchmark as memrchr.
24668         * benchtests/bench-memrchr-ifunc.c: New file.
24669         * benchtests/bench-memrchr.c: New file.
24671 2013-09-06   Will Newton  <will.newton@linaro.org>
24673         * benchtests/Makefile (string-bench): Add memcpy.
24675 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24676             Cong Wang  <amwang@redhat.com>
24678         [BZ #15850]
24679         * sysdeps/unix/sysv/linux/bits/in.h
24680         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24681         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24682         before __USE_KERNEL_IPV6_DEFS uses.
24683         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24684         IPPROTO_BEETPH.
24685         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24686         sockaddr_in6, or ipv6_mreq.
24688 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24690         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24691         memory access for final bytes in some large inputs.
24692         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24694 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24696         * string/test-memrchr.c: New file.
24697         * string/test-memrchr-ifunc.c: New file.
24698         * string/Makefile: Add new memrchr testcase.
24700 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24702         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24703         fanotify_init returns EPERM.
24705 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24707         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24708         errors.
24709         (top level): Treat second token from macro or constant entries for
24710         allowed headers as allowed.
24711         * include/complex.h: Condition internal declarations on
24712         [!_ISOMAC].
24713         * include/fenv.h: Condition include of <stdbool.h> and internal
24714         declarations on [!_ISOMAC].
24716 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24718         [BZ #15923]
24719         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24721 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24723         * configure.in (--enable-versioning): Remove configure option.
24724         (libc_cv_asm_symver_directive): Remove configure test.
24725         (libc_cv_ld_version_script_option): Likewise.
24726         (VERSIONING): Remove variable and AC_SUBST.
24727         (DO_VERSIONING): Remove AC_DEFINE.
24728         * configure: Regenerated.
24729         * config.h.in (DO_VERSIONING): Remove macro.
24730         * Makerules [$(versioning) = yes]: Change conditionals to
24731         [$(build-shared) = yes].
24732         * config.make.in (versioning): Remove variable.
24733         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24734         [$(build-shared) = yes].
24735         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24736         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24737         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24738         [$(build-shared) = yes].
24739         * extra-lib.mk [$(versioning) = yes]: Likewise.
24740         * hurd/Makefile [$(versioning) = yes]: Likewise.
24741         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24742         [SHARED].
24743         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24744         [SHARED].
24745         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24746         [SHARED && !NO_HIDDEN].
24747         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24748         [SHARED].
24749         [SHARED && DO_VERSIONING]: Likewise..
24750         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24751         [$(build-shared) = yes].
24752         * manual/install.texi (--disable-versioning): Remove
24753         documentation.
24754         * INSTALL: Regenerated.
24755         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24756         to [SHARED].
24757         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24758         [$(build-shared) = yes].
24759         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24760         * sysdeps/i386/i686/multiarch/strstr-c.c
24761         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24762         [SHARED && !NO_HIDDEN].
24763         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24764         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24765         * sysdeps/powerpc/powerpc32/dl-machine.c
24766         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24767         * sysdeps/powerpc/powerpc32/sysdep.h
24768         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24769         to [SHARED && PIC && !NO_HIDDEN].
24770         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24771         conditional to [SHARED].
24773 2013-09-04   Will Newton  <will.newton@linaro.org>
24775         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24776         * benchtests/bench-string.h: Include bench-timing.h instead
24777         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24778         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24779         call to HP_TIMING_DIFF_INIT.
24780         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24781         instead of hp-timing.h macros.
24782         * benchtests/bench-memchr.c: Likewise.
24783         * benchtests/bench-memcmp.c: Likewise.
24784         * benchtests/bench-memcpy.c: Likewise.
24785         * benchtests/bench-memmem.c: Likewise.
24786         * benchtests/bench-memmove.c: Likewise.
24787         * benchtests/bench-memset.c: Likewise.
24788         * benchtests/bench-rawmemchr.c: Likewise.
24789         * benchtests/bench-strcasecmp.c: Likewise.
24790         * benchtests/bench-strcasestr.c: Likewise.
24791         * benchtests/bench-strcat.c: Likewise.
24792         * benchtests/bench-strchr.c: Likewise.
24793         * benchtests/bench-strcmp.c: Likewise.
24794         * benchtests/bench-strcpy.c: Likewise.
24795         * benchtests/bench-strcpy_chk.c: Likewise.
24796         * benchtests/bench-strlen.c: Likewise.
24797         * benchtests/bench-strncasecmp.c: Likewise.
24798         * benchtests/bench-strncat.c: Likewise.
24799         * benchtests/bench-strncmp.c: Likewise.
24800         * benchtests/bench-strncpy.c: Likewise.
24801         * benchtests/bench-strnlen.c: Likewise.
24802         * benchtests/bench-strpbrk.c: Likewise.
24803         * benchtests/bench-strrchr.c: Likewise.
24804         * benchtests/bench-strspn.c: Likewise.
24805         * benchtests/bench-strstr.c: Likewise.
24807 2013-09-04  Will Newton  <will.newton@linaro.org>
24809         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24811 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24813         [BZ #15427]
24814         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24815         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24816         * math/libm-test.inc (lgamma_test_data): Add more tests.
24817         * sysdeps/i386/fpu/libm-test-ulps: Update.
24818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24820 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24822         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24823         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24824         Add ifunc.
24825         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24826         Add strcmp-sse2-unaligned
24827         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24829 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24831         * Versions.def (libc): Add GLIBC_2.19.
24833 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24835         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24836         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24838 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24840         [BZ #14155]
24841         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24842         intermediate calculations in recurrence.
24843         (__ieee754_ynf): Likewise.
24844         * math/libm-test.inc (jn_test_data): Do not allow spurious
24845         underflow exception.  Add more tests.
24846         (yn_test_data): Add more tests.
24847         * sysdeps/i386/fpu/libm-test-ulps: Update.
24848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24850 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24852         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24854 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24856         * csu/init-first.c: Fix then/than typos.
24857         * locale/programs/ld-collate.c: Likewise.
24858         * locale/programs/linereader.h: Likewise.
24859         * manual/charset.texi: Likewise.
24860         * manual/filesys.texi: Likewise.
24861         * manual/stdio.texi: Likewise.
24862         * manual/string.texi: Likewise.
24863         * stdlib/fmtmsg.c: Likewise.
24864         * sysdeps/i386/stpncpy.S: Likewise.
24865         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24866         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24867         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24868         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24870 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24872         * elf/dl-open.c: Fix typos.
24873         * iconvdata/gbbig5.c: Likewise.
24874         * iconvdata/iso-2022-jp.c: Likewise.
24875         * iconv/gconv_int.h: Likewise.
24876         * iconv/loop.c: Likewise.
24877         * nis/rpcsvc/nis.h: Likewise.
24878         * resolv/ns_name.c: Likewise.
24879         * stdio-common/vfscanf.c: Likewise.
24880         * streams/stropts.h: Likewise.
24881         * sunrpc/rpc_thread.c: Likewise.
24882         * sysdeps/i386/strpbrk.S: Likewise.
24883         * sysdeps/ieee754/k_standard.c: Likewise.
24884         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24885         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24886         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24887         * sysdeps/mach/hurd/profil.c: Likewise.
24888         * sysdeps/s390/dl-procinfo.h: Likewise.
24889         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24890         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24891         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24892         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24893         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24895 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24897         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24898         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24900 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24902         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24903         aix specific files.
24904         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24905         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24906         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24907         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24908         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24909         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24910         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24911         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24913 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24914             Roland McGrath  <roland@hack.frob.com>
24916         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24917         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24919 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24921         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24922         __executable_start symbol instead of _start.
24924 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24926         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24927         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24928         Move macros to...
24929         * sysdeps/gnu/ldsodefs.h: ... this new file.
24931         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24932         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24933         instead of ELFOSABI_LINUX.
24935         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24936         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24937         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24938         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24939         Likewise.
24940         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24941         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24942         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24943         Likewise.
24944         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24945         (ibm_extended_long_double): Add ieee_nan member.
24946         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24947         (do_test): New function.
24949         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24950         TEST_TRUNC.
24951         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24952         functions, renamed from truncdfsf_test, trunctfsf_test,
24953         trunctfdf_test.
24954         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24955         functions.
24956         (do_test): Run all these.
24958 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24960         * argp/argp-help.c: Fix typos.
24961         * argp/argp-parse.c: Likewise.
24962         * debug/backtracesyms.c: Likewise.
24963         * elf/elf.h: Likewise.
24964         * malloc/malloc.c: Likewise.
24965         * nis/nis_print.c: Likewise.
24966         * resolv/res_comp.c: Likewise.
24967         * stdlib/stdlib.h: Likewise.
24968         * sunrpc/clnt_tcp.c: Likewise.
24969         * sunrpc/clnt_udp.c: Likewise.
24970         * sunrpc/clnt_unix.c: Likewise.
24971         * sysdeps/unix/bsd/ptsname.c: Likewise.
24972         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24973         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24975         Likewise.
24976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24977         Likewise.
24978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24979         Likewise.
24980         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24982 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24984         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24985         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24987 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24989         [BZ #15897]
24990         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24991         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24992         ($(objpfx)bug-dl-leaf): New rule.
24993         ($(objpfx)bug-dl-leaf.so): Likewise.
24994         ($(objpfx)bug-dl-leaf.out): Likewise.
24995         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24996         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24997         * dlfcn/bug-dl-leaf.c: New test.
24998         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24999         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25000         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25001         (dlclose): Likewise.
25002         (dlmopen): Likewise.
25004 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25006         * include/netdb.h [!_ISOMAC]:
25007         Don't include <tls.h>.
25008         (h_errno, __libc_h_errno): Move declaration and macros out of
25009         [_LIBC_REENTRANT].
25011         * include/resolv.h [_RESOLV_H_]:
25012         Don't include <tls.h>.
25013         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25014         * resolv/res_libc.c: Don't include <tls.h>.
25015         (_res): Use __attribute__ ((nocommon)) in place of
25016         __attribute__ ((section (".bss"))).
25018         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25019         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25021         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25023         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25024         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25026         * resolv/res_mkquery.c: Include <sys/time.h>.
25028         * inet/ifreq.c: Moved to ...
25029         * sysdeps/unix/ifreq.c: ... here.
25030         * inet/ifreq.c: New file, true stub version.
25032         * socket/sa_len.c: New file.
25033         * socket/Makefile (aux): Add it.
25034         * sysdeps/unix/sysv/linux/Makefile
25035         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25036         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25037         and #include <socket/sa_len.c>.
25038         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25039         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25041         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25042         * bits/socket.h: ... here.
25044         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25045         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25046         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25048 2013-08-27  Andreas Schwab  <schwab@suse.de>
25050         [BZ #15736]
25051         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25052         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25053         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25054         * string/test-strcasecmp.c (test_main): Run tests in several
25055         locales.
25056         * string/test-strncasecmp.c (test_main): Likewise.
25058         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25059         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25060         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25061         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25062         (__strncasecmp_ssse3) [PIC]: Likewise.
25064 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25066         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25068         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25069         instead of explicitly declaring xdecrypt.
25070         * nis/nss_nis/nis-publickey.c: Likewise.
25072 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25074         [BZ #15890]
25075         * nscd/aicache.c: Include res_hconf.h.
25076         (addhstaiX): Initialize res_hconf.
25078 2013-08-26  Andreas Schwab  <schwab@suse.de>
25080         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25081         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25083 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25085         * nscd/aicache.c (addhstaiX): Fix indentation.
25087 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25089         * configure.ac: Quote $build_pt_chown test.
25090         * configure: Regenerated.
25092 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25094         [BZ #15532]
25095         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25096         * math/s_cexpf.c (__cexpf): Likewise.
25097         * math/s_cexpl.c (__cexpl): Likewise.
25098         * math/libm-test.inc (cexp_test_data): Correct expected return
25099         value for NaN + i0.  Add another test.
25101 2013-08-22  David S. Miller  <davem@davemloft.net>
25103         * po/ca.po: Update Catalan translation from translation project.
25104         * po/uk.po: Add Ukrainian translations from translation project.
25106 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25108         [BZ #15797]
25109         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25110         is infinite, not alongside NaN test.
25111         * math/s_fdimf.c (__fdimf): Likewise.
25112         * math/s_fdiml.c (__fdiml): Likewise.
25113         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25114         errno is unchanged.
25116 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25118         * argp/argp-help.c: Fix typos.
25119         * crypt/speeds.c: Likewise.
25120         * csu/check_fds.c: Likewise.
25121         * elf/dl-load.c: Likewise.
25122         * elf/dl-open.c: Likewise.
25123         * elf/reldep3.c: Likewise.
25124         * elf/reldep.c: Likewise.
25125         * elf/sprof.c: Likewise.
25126         * iconv/iconv_charmap.c: Likewise.
25127         * iconv/skeleton.c: Likewise.
25128         * iconv/strtab.c: Likewise.
25129         * io/lockf64.c: Likewise.
25130         * libio/libioP.h: Likewise.
25131         * resolv/gai_notify.c: Likewise.
25132         * resolv/ns_name.c: Likewise.
25133         * resolv/ns_samedomain.c: Likewise.
25134         * resolv/res_send.c: Likewise.
25135         * stdlib/random.c: Likewise.
25136         * sunrpc/rpc/xdr.h: Likewise.
25137         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25138         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25139         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25140         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25141         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25142         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25143         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25144         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25145         * sysdeps/mach/hurd/check_fds.c: Likewise.
25146         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25147         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25148         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25149         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25150         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25151         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25152         * sysdeps/pthread/aio_notify.c: Likewise.
25153         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25154         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25155         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25156         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25157         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25159 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25161         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25162         version if bit_Slow_SSE4_2 is set.
25163         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25164         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25166 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25168         [BZ #15867]
25169         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25170         trampoline stack frame information.
25171         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25172         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25173         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25174         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25175         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25176         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25177         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25178         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25179         sa_flags value.
25180         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25181         interrupting a syscall and set with option SA_SIGINFO.
25183 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25185         [BZ #15531]
25186         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25187         argument is infinite.
25188         * math/s_cprojf.c (__cprojf): Likewise.
25189         * math/s_cprojl.c (__cprojl): Likewise.
25190         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25191         * math/libm-test.inc (cproj_test_data): Add more tests.
25193         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25195         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25196         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25197         size.  Use __ffs to determine corresponding shift.
25199 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25200             Roland McGrath  <roland@hack.frob.com>
25202         * Makefile (INSTALL): Remove trailing blank lines from output of
25203         makeinfo.
25205 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25207         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25208         Align 32 bit compat elf_greg to 8 bytes.
25210 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25212         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25214 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25216         * string/strcoll_l.c (coll_seq): New structure.
25217         (get_next_seq_cached): New function.
25218         (get_next_seq): New function.
25219         (do_compare): New function.
25220         (STRCOLL): Use GNU style definition.  Simplify implementation
25221         by using get_next_seq, get_next_seq_cached and do_compare.
25223 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25225         [BZ #14699]
25226         CVE-2013-4237
25227         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25228         member.
25229         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25230         member.
25231         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25232         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25233         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25234         conditional.
25235         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25236         GETDENTS_64BIT_ALIGNED.
25237         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25238         * manual/filesys.texi (Reading/Closing Directory): Document
25239         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25240         strongly.
25241         * manual/conf.texi (Limits for Files): Add portability note to
25242         NAME_MAX, PATH_MAX.
25243         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25245 2013-08-13  Andreas Schwab  <schwab@suse.de>
25247         [BZ #15749]
25248         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25249         of fabs.
25250         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25251         LDBL_MAX_EXP >= 16384]: Add tests for it.
25253 2013-08-12  David S. Miller  <davem@davemloft.net>
25255         * version.h (RELEASE): Set to "development".
25256         (VERSION): Set to "2.18.90".
25257         * NEWS: Add 2.19 section.
25259 2013-08-03  David S. Miller  <davem@davemloft.net>
25261         * po/ko.po: Update Korean translation from translation project.
25263 2013-08-01  David S. Miller  <davem@davemloft.net>
25265         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25266         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25267         Bilka.
25269 2013-07-30  David S. Miller  <davem@davemloft.net>
25271         * po/fr.po: Update French translation from translation project.
25273 2013-07-28  David S. Miller  <davem@davemloft.net>
25275         * po/cs.po: Update Czech translation from translation project.
25277         * po/sv.po: Update Swedish translation from translation project.
25279 2013-07-27  David S. Miller  <davem@davemloft.net>
25281         * po/eo.po: Update Esperanto translation from translation project.
25283         * po/vi.po: Update Vietnamese translation from translation project.
25285         * po/de.po: Update German translation from translation project.
25287 2013-07-26  David S. Miller  <davem@davemloft.net>
25289         * po/bg.po: Update Bulgarian translation from translation project.
25291         * po/nl.po: Update Dutch translation from translation project.
25292         * po/pl.po: Update Polish translation from translation project.
25293         * po/ru.po: Update Russian translation from translation project.
25295 2013-07-24  David S. Miller  <davem@davemloft.net>
25297         * po/libc.pot: Update.
25299 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25301         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25302         variable page size.
25303         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25304         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25305         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25307 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25309         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25311 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25312             Andreas Schwab  <schwab@suse.de>
25313             Roland McGrath  <roland@hack.frob.com>
25314             Joseph Myers  <joseph@codesourcery.com>
25315             Carlos O'Donell  <carlos@redhat.com>
25317         [BZ #15755]
25318         * config.h.in: Define HAVE_PT_CHOWN.
25319         * config.make.in (build-pt-chown): New variable.
25320         * configure.in (--enable-pt_chown): New configure option.
25321         * configure: Regenerate.
25322         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25323         build-pt-chown is enabled.
25324         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25325         pt_chown to fix pty ownership.
25326         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25327         CLOSE_ALL_FDS.
25328         * manual/install.texi (Configuring and compiling): Mention
25329         --enable-pt_chown. Add @findex for grantpt.
25330         * INSTALL: Regenerate.
25332 2013-07-20  David S. Miller  <davem@davemloft.net>
25334         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25335         difference between 32-bit and 64-bit.
25337 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25339         [BZ #15711]
25340         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25341         Avoid system header dependency with -ffreestanding.
25342         ($(objpfx)bits/syscall%d): Likewise.
25344 2013-07-13  David S. Miller  <davem@davemloft.net>
25346         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25347         underflows from atanl/atan2l due to bug 15319.
25348         (casinh_test_data): Likewise.
25350 2013-07-07  David S. Miller  <davem@davemloft.net>
25352         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25354 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25356         * sysdeps/i386/fpu/libm-test-ulps: Update.
25357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25359 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25361         * configure.in (--enable-lock-elision): Fix message text.
25362         * INSTALL: Regenerate.
25363         * configure: Regenerate.
25365 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25367         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25369 2013-07-03  Andreas Jaeger  <aj@suse.de>
25371         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25372         define.
25373         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25374         (ptrace_peeksiginfo_args): Add.
25375         (__ptrace_peeksiginfo_flags): Add.
25376         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25377         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25378         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25380 2013-07-03  Allan McRae  <allan@archlinux.org>
25382         * sysdeps/i386/fpu/libm-test-ulps: Update.
25384 2013-07-02  David S. Miller  <davem@davemloft.net>
25386         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25388 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25390         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25392 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25394         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25397 2013-07-02  Andi Kleen <ak@linux.intel.com>
25399         * config.h.in (ENABLE_LOCK_ELISION): Add.
25400         * configure.in (--enable-lock-elision): Add option.
25401         * manual/install.texi: Document --enable lock elision.
25402         * configure: Regenerate
25403         * INSTALL: Regenerate.
25405 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25407         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25408         SSE4.2 strcasecmp for libc.a.
25409         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25411 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25413         [BZ #13304]
25414         * soft-fp/op-common.h (_FP_FMA): New macro.
25415         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25416         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25417         (_FP_MUL_MEAT_1_imm): ... here.
25418         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25419         (_FP_MUL_MEAT_1_wide): ... here.
25420         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25421         (_FP_MUL_MEAT_1_hard): ... here.
25422         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25423         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25424         (_FP_MUL_MEAT_2_wide): ... here.
25425         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25426         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25427         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25428         (_FP_MUL_MEAT_2_gmp): ... here.
25429         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25430         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25431         (_FP_MUL_MEAT_4_wide): ... here.
25432         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25433         (_FP_MUL_MEAT_4_gmp): ... here.
25434         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25435         (_FP_WFRACBITS_DW_S): Likewise.
25436         (_FP_WFRACXBITS_DW_S): Likewise.
25437         (_FP_HIGHBIT_DW_S): Likewise.
25438         (FP_FMA_S): Likewise.
25439         (_FP_FRAC_HIGH_DW_S): Likewise.
25440         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25441         (_FP_WFRACBITS_DW_D): Likewise.
25442         (_FP_WFRACXBITS_DW_D): Likewise.
25443         (_FP_HIGHBIT_DW_D): Likewise.
25444         (FP_FMA_D): Likewise.
25445         (_FP_FRAC_HIGH_DW_D): Likewise.
25446         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25447         (_FP_WFRACBITS_DW_E): Likewise.
25448         (_FP_WFRACXBITS_DW_E): Likewise.
25449         (_FP_HIGHBIT_DW_E): Likewise.
25450         (FP_FMA_E): Likewise.
25451         (_FP_FRAC_HIGH_DW_E): Likewise.
25452         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25453         (_FP_WFRACBITS_DW_Q): Likewise.
25454         (_FP_WFRACXBITS_DW_Q): Likewise.
25455         (_FP_HIGHBIT_DW_Q): Likewise.
25456         (FP_FMA_Q): Likewise.
25457         (_FP_FRAC_HIGH_DW_Q): Likewise.
25458         * soft-fp/fmasf4.c: New file.
25459         * soft-fp/fmadf4.c: Likewise.
25460         * soft-fp/fmatf4.c: Likewise.
25462 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25464         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25465         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25466         Silvermont.
25467         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25468         macro.
25469         (index_Slow_SSE4_2): Likewise.
25470         (index_Prefer_PMINUB_for_stringop): Likewise.
25471         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25472         bit_Slow_SSE4_2 is set.
25473         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25474         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25476 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25478         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25479         rtld_global._dl_hwcap2.
25480         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25481         POWER8.
25482         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25483         POWER8 feature descriptions defined in _dl_hwcap2.
25484         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25485         string handling for POWER8 feature bits.
25486         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25487         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25488         _dl_powerpc_cap_flags.
25489         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25490         * sysdeps/powerpc/rtld-global-offsets.sym
25491         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25492         _dl_hwcap2 in the rtld_global_ro structure.
25494 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25496         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25497         hardware capabilities in support of AT_HWCAP2.
25498         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25499         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25500         GLRO(dl_hwcap2).
25501         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25502         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25503         explicitly the unknown a_type display mechanism is used.
25504         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25505         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25506         struct member.
25507         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25508         to macro prototype for AT_HWCAP2 support.
25509         * sysdeps/i386/dl-procinfo.h: Likewise.
25510         * sysdeps/s390/dl-procinfo.h: Likewise.
25511         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25512         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25513         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25514         return -1 for unknown a_type display fallback.
25515         * sysdeps/sparc/dl-procinfo.h: Likewise.
25516         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25517         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25519 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25521         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25522         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25524 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25526         [BZ #12492]
25527         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25528         mprotect making __stack_prot writable.
25530 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25531             Joseph Myers  <joseph@codesourcery.com>
25533         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25534         as being properly aligned.
25536 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25538         * dlfcn/modstatic5.c: New file.
25539         * dlfcn/tststatic5.c: New file.
25540         * dlfcn/Makefile (tests): Add tststatic5.
25541         (tests-static): Likewise.
25542         (modules-names): Add modstatic5.
25543         (tststatic5-ENV): New variable.
25544         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25546         [BZ #15022]
25547         * elf/dl-support.c (_dl_main_map): New variable.
25548         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25549         (_dl_nns, _dl_load_adds): Set to 1.
25550         (_dl_initial_searchlist): Refer to _dl_main_map.
25551         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25552         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25553         call to _dl_get_origin.
25554         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25555         around call_map.
25556         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25557         * dlfcn/modstatic3.c: New file.
25558         * dlfcn/tststatic3.c: New file.
25559         * dlfcn/tststatic4.c: New file.
25560         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25561         (tests-static): Likewise.
25562         (modules-names): Add modstatic3.
25563         (tststatic3-ENV, tststatic4-ENV): New variables.
25564         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25565         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25567 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25569         * configure.in (CC): Require GCC version 4.4 or later.
25570         * configure: Regenerated.
25571         * manual/install.texi (Tools for Compilation): Update GCC version
25572         requirement.
25573         * INSTALL: Regenerated.
25575 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25577         [BZ #15674]
25578         * string/test-memcmp.c (check2): New.
25579         (main): Call check2.
25581         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25583 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25585         [BZ #15022]
25586         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25587         over to...
25588         (dl_open_worker) [!SHARED]: ... here.
25590 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25592         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25594 2013-06-25  Richard Henderson  <rth@redhat.com>
25596         * locale/programs/locarchive.c: Include <libc-internal.h>
25598 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25600         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25601         trailing whitespace removed.
25603 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25605         [BZ #10283]
25606         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25607         * locale/programs/locarchive.c: Include libc-mmap.h.
25608         (prepare_address_space): Take two new outputs (the mmap base and len).
25609         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25610         values.
25611         (create_archive): Declare new mmap base and len values for
25612         prepare_address_space, and store the result in ah.
25613         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25614         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25615         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25616         Declare new mmap base and len values for
25617         prepare_address_space, and store the result in new_ah.
25618         (open_archive): Declare new mmap base and len values for
25619         prepare_address_space, and store the result in ah.
25620         (close_archive): If ah->mmap_base is not NULL, use that and
25621         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25622         * sysdeps/generic/libc-mmap.h: New file.
25624 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25626         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25627         (ALIGN_UP): Likewise.
25628         (PTR_ALIGN_DOWN): Likewise.
25629         (PTR_ALIGN_UP): Likewise.
25631 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25633         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25634         entry mapped to PPC_PLATFORM_POWER8.
25635         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25636         POWER8.
25637         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25638         (_dl_string_platform): Add case for exporting platform position for
25639         POWER8.
25640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25641         search path to sysdeps/powerpc/powerpc32/power8 directory.
25642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25643         search path to sysdeps/powerpc/powerpc64/power8 directory.
25644         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25645         power7 directories.
25646         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25647         power7 directories.
25649 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25651         * INSTALL: Regenerate.
25653         * nscd/connections.c (nscd_init): Fix comment.
25655 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25657         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25659         [BZ #15667]
25660         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25661         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25663 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25665         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25666         DL_DST_REQ_STATIC.
25667         (DL_DST_REQ_STATIC): Remove macro.
25669 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25671         [BZ #7006]
25672         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25673         with a shift of 0 bits.
25675 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25677         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25678         $(tststatic-ENV).
25680 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25682         [BZ #15655]
25683         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25685 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25687         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25688         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25689         accepts -fno-tree-loop-distribute-patterns.
25690         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25691         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25692         recursive call.
25693         * string/memset.c (memset): Likewise.
25694         * string/test-memmove.c (simple_memmove): Disable loop transformation
25695         to library calls.
25696         * string/test-memset.c (simple_memset): Likewise.
25697         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25698         * benchtests/bench-memset.c (simple_memset): Likewise.
25699         * configure: Regenerated.
25701 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25703         * math/test-misc.c (main): Ignore fesetround failure when failures
25704         of subsequent rounding tests would be ignored.
25706         [BZ #15654]
25707         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25708         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25709         * math/fegetenv.c (__fegetenv): Return 0.
25710         * math/fegetexcept.c (fegetexcept): Return 0.
25711         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25712         FE_TONEAREST.
25713         * math/feholdexcpt.c (feholdexcept): Return 0.
25714         * math/fesetenv.c (__fesetenv): Return 0.
25715         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25716         argument FE_TONEAREST.
25717         * math/feupdateenv.c (__feupdateenv): Return 0.
25718         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25720 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25722         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25723         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25724         ($(objpfx)rtld-%.os rules): Use them.
25726 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25728         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25729         fields.
25731 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25733         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25734         length of target pattern, then descending length of dependency pattern.
25735         * configure.in (AWK): Require gawk 3.1.2 or newer.
25736         * manual/install.texi (Tools for Compilation): Say that we do.
25737         * configure: Regenerated.
25739         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25740         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25741         * scripts/sysd-rules.awk: ... this new script.
25742         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25743         than a glob-style pattern.
25745 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25747         * math/test-misc.c (main): Do not treat incorrectly rounded
25748         conversions as failure unless ROUNDING_TESTS passes.
25750 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25752         [BZ #15631]
25753         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25754         restore exception state around main square root computation, then
25755         check for inexactness explicitly.
25757         * math/libm-test.inc (fma_test_data): Add another test.
25759 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25761         * manual/threads.texi (Non-POSIX Extensions): New document
25762         node.  Document pthread_getattr_default_np and
25763         pthread_setattr_default_np.
25765         * Versions.def (libpthread): Add GLIBC_2.18.
25766         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25768         Likewise.
25769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25770         Likewise.
25771         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25772         Likewise.
25773         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25774         Likewise.
25775         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25776         Likewise.
25777         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25778         Likewise.
25779         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25780         Likewise.
25781         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25782         Likewise.
25783         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25784         Likewise.
25786 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25788         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25789         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25791 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25792             H.J. Lu  <hjl.tools@gmail.com>
25794         [BZ #15627]
25795         * sysdeps/x86_64/rtld-memset.c: Remove file.
25796         * sysdeps/x86_64/rtld-memset.S: New file.
25798 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25800         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25801         (test_in_one_mode): Take arguments for whether the rounding mode
25802         is supported for each floating-point type.
25803         (do_test): Pass new arguments to test_in_one_mode using
25804         ROUNDING_TESTS.
25806 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25808         * posix/tst-waitid.c (do_test): Distinguish different instances of
25809         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25810         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25811         before entering the kernel for waitpid.
25813 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25815         * NEWS: Fix note on clock function precision.  Text by Roland
25816         McGrath.
25818 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25820         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25821         it into place only when and if the sanity check passes.
25823 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25825         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25826         output for whether conversion result is exact.  Take argument
25827         indicating whether type is IBM long double.
25828         (round_for_all): Change need_exact field to ibm_ld.
25829         * stdlib/tst-strtod-round.c (struct exactness): New type.
25830         (struct test): Change bool ld_ok field to struct exactness exact.
25831         (TEST): Update all definitions for change to field.
25832         (tests): Regenerate array contents.
25833         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25834         field value.  Check for IBM long double here.
25835         (do_test): Update calls to test_in_one_mode.
25837 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25839         [BZ #12515]
25840         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25841         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25843 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25845         [BZ #15605]
25846         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25847         generated by the compiler on loop optimizations.
25848         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25849         general definitions.
25851 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25853         * math/bug-nextafter.c: Include <math-tests.h>.
25854         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25855         the relevant type.
25856         * math/bug-nexttoward.c: Include <math-tests.h>.
25857         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25858         the relevant type.
25859         * math/test-misc.c: Include <math-tests.h>.
25860         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25861         the relevant type.
25863 2013-06-12  Andreas Jaeger  <aj@suse.de>
25865         * po/ia.po: Update Interlingua translation from translation
25866         project.
25868 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25870         * include/fenv.h: Include stdbool.h.
25871         (struct rm_ctx): New structure.
25872         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25873         Define macro.
25874         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25875         (SET_RESTORE_ROUNDF): Likewise.
25876         (SET_RESTORE_ROUNDL): Likewise.
25877         (SET_RESTORE_ROUND_NOEX): Likewise.
25878         (SET_RESTORE_ROUND_NOEXF): Likewise.
25879         (SET_RESTORE_ROUND_NOEXL): Likewise.
25880         (SET_RESTORE_ROUND_53BIT): Likewise.
25881         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25882         (libc_feresetround_noexf_ctx): Likewise.
25883         (libc_feresetround_noexl_ctx): Likewise.
25884         (libc_feholdsetround_53bit_ctx): Likewise.
25885         (libc_feresetround_53bit_ctx): Likewise.
25886         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25887         (libc_feholdexcept_setround_sse_ctx): New function.
25888         (libc_fesetenv_sse_ctx): Likewise.
25889         (libc_feupdateenv_sse_ctx): Likewise.
25890         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25891         (libc_feholdexcept_setround_387_ctx): Likewise.
25892         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25893         (libc_feholdsetround_387_prec_ctx): Likewise.
25894         (libc_feholdsetround_387_ctx): Likewise.
25895         (libc_feholdsetround_387_53bit_ctx): Likewise.
25896         (libc_feholdsetround_sse_ctx): Likewise.
25897         (libc_feresetround_sse_ctx): Likewise.
25898         (libc_feresetround_387_ctx): Likewise.
25899         (libc_feupdateenv_387_ctx): Likewise.
25900         (libc_feholdexcept_setroundf_ctx): Define macro.
25901         (libc_fesetenvf_ctx): Likewise.
25902         (libc_feupdateenvf_ctx): Likewise.
25903         (libc_feholdsetroundf_ctx): Likewise.
25904         (libc_feresetroundf_ctx): Likewise.
25905         (libc_feholdexcept_setround_ctx): Likewise.
25906         (libc_fesetenv_ctx): Likewise.
25907         (libc_feupdateenv_ctx): Likewise.
25908         (libc_feholdsetround_ctx): Likewise.
25909         (libc_feresetround_ctx): Likewise.
25910         (libc_feholdexcept_setroundl_ctx): Likewise.
25911         (libc_feupdateenvl_ctx): Likewise.
25912         (libc_feholdsetroundl_ctx): Likewise.
25913         (libc_feresetroundl_ctx): Likewise.
25914         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25915         (libc_feresetround_53bit_ctx): Likewise.
25917 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25919         * locale/iso-639.def: Convert to UTF-8.
25921 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25923         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25924         (EXCEPTION_TESTS_double): Likewise.
25925         (EXCEPTION_TESTS_long_double): Likewise.
25926         (EXCEPTION_TESTS): Likewise.
25927         * math/libm-test.inc (test_exceptions): Only test exceptions if
25928         EXCEPTION_TESTS (FLOAT).
25930 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25932         * benchtests/Makefile (string-bench): Add strcpy_chk and
25933         stpcpy_chk.
25934         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25935         * benchtests/bench-stpcpy_chk.c: New file.
25936         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25937         * benchtests/bench-strcpy_chk.c: New file.
25938         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25939         code.
25940         (do_test): Likewise.
25942 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25944         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25945         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25946         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25947         with tabs where appropriate.
25948         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25949         dl-procinfo.h.
25950         [PPC_PLATFORM_PPC440]: Likewise.
25951         [PPC_PLATFORM_PPC464]: Likewise.
25952         [PPC_PLATFORM_PPC476]: Likewise.
25953         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25954         ppc464, and ppc476 platform strings merging from ports/
25955         dl-procinfo.h.
25957 2013-06-11  Andreas Schwab  <schwab@suse.de>
25959         [BZ #14991]
25960         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25961         (from_ucs4_idx): Regenerate.
25962         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25963         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25964         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25965         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25966         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25967         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25968         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25969         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25970         from FROM_LOOP and TO_LOOP specific macros.
25971         (BODY): Handle combining characters.
25972         * iconvdata/BIG5HKSCS.irreversible: Update.
25973         * iconvdata/BIG5HKSCS.precomposed: New file.
25974         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25975         characters.
25976         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25978 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25980         * include/sys/time.h: Fix indentation and add copyright header.
25982         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25983         (do_test): Likewise.
25984         * string/test-memchr.c (do_one_test): Likewise.
25985         (do_test): Likewise.
25986         * string/test-memcmp.c (do_one_test): Likewise.
25987         (do_test): Likewise.
25988         * string/test-memcpy.c (do_one_test): Likewise.
25989         (do_test): Likewise.
25990         * string/test-memmem.c (do_one_test): Likewise.
25991         (do_test): Likewise.
25992         (do_random_tests): Likewise.
25993         * string/test-memmove.c (do_one_test): Likewise.
25994         (do_test): Likewise.
25995         * string/test-memset.c (do_one_test): Likewise.
25996         (do_test): Likewise.
25997         * string/test-rawmemchr.c (do_one_test): Likewise.
25998         (do_test): Likewise.
25999         * string/test-strcasecmp.c (do_one_test): Likewise.
26000         (do_test): Likewise.
26001         * string/test-strcasestr.c (do_one_test): Likewise.
26002         (do_test): Likewise.
26003         * string/test-strcat.c (do_one_test): Likewise.
26004         (do_test): Likewise.
26005         * string/test-strchr.c (do_one_test): Likewise.
26006         (do_test): Likewise.
26007         * string/test-strcmp.c (do_one_test): Likewise.
26008         (do_test): Likewise.
26009         * string/test-strcpy.c (do_one_test): Likewise.
26010         (do_test): Likewise.
26011         * string/test-string.h: Likewise.
26012         (test_init): Likewise.
26013         * string/test-strlen.c (do_one_test): Likewise.
26014         (do_test): Likewise.
26015         * string/test-strncasecmp.c (do_one_test): Likewise.
26016         (do_test): Likewise.
26017         * string/test-strncat.c (do_one_test): Likewise.
26018         (do_test): Likewise.
26019         * string/test-strncmp.c (do_one_test): Likewise.
26020         (do_test_limit): Likewise.
26021         (do_test): Likewise.
26022         * string/test-strncpy.c (do_one_test): Likewise.
26023         (do_test): Likewise.
26024         * string/test-strnlen.c (do_one_test): Likewise.
26025         (do_test): Likewise.
26026         * string/test-strpbrk.c (do_one_test): Likewise.
26027         (do_test): Likewise.
26028         * string/test-strrchr.c (do_one_test): Likewise.
26029         (do_test): Likewise.
26030         * string/test-strspn.c (do_one_test): Likewise.
26031         (do_test): Likewise.
26032         * string/test-strstr.c (do_one_test): Likewise.
26033         (do_test): Likewise.
26035         * benchtests/Makefile (string-bench): Add string benchmarks.
26036         * benchtests/bench-bcopy-ifunc.c: New file.
26037         * benchtests/bench-bcopy.c: New file.
26038         * benchtests/bench-bzero-ifunc.c: New file.
26039         * benchtests/bench-bzero.c: New file.
26040         * benchtests/bench-memccpy-ifunc.c: New file.
26041         * benchtests/bench-memccpy.c: New file.
26042         * benchtests/bench-memchr-ifunc.c: New file.
26043         * benchtests/bench-memchr.c: New file.
26044         * benchtests/bench-memcmp-ifunc.c: New file.
26045         * benchtests/bench-memcmp.c: New file.
26046         * benchtests/bench-memmem-ifunc.c: New file.
26047         * benchtests/bench-memmem.c: New file.
26048         * benchtests/bench-memmove-ifunc.c: New file.
26049         * benchtests/bench-memmove.c: New file.
26050         * benchtests/bench-mempcpy-ifunc.c: New file.
26051         * benchtests/bench-mempcpy.c: New file.
26052         * benchtests/bench-memset-ifunc.c: New file.
26053         * benchtests/bench-memset.c: New file.
26054         * benchtests/bench-rawmemchr-ifunc.c: New file.
26055         * benchtests/bench-rawmemchr.c: New file.
26056         * benchtests/bench-stpcpy-ifunc.c: New file.
26057         * benchtests/bench-stpcpy.c: New file.
26058         * benchtests/bench-stpncpy-ifunc.c: New file.
26059         * benchtests/bench-stpncpy.c: New file.
26060         * benchtests/bench-strcasecmp-ifunc.c: New file.
26061         * benchtests/bench-strcasecmp.c: New file.
26062         * benchtests/bench-strcasestr-ifunc.c: New file.
26063         * benchtests/bench-strcasestr.c: New file.
26064         * benchtests/bench-strcat-ifunc.c: New file.
26065         * benchtests/bench-strcat.c: New file.
26066         * benchtests/bench-strchr-ifunc.c: New file.
26067         * benchtests/bench-strchr.c: New file.
26068         * benchtests/bench-strchrnul-ifunc.c: New file.
26069         * benchtests/bench-strchrnul.c: New file.
26070         * benchtests/bench-strcmp-ifunc.c: New file.
26071         * benchtests/bench-strcmp.c: New file.
26072         * benchtests/bench-strcpy-ifunc.c: New file.
26073         * benchtests/bench-strcpy.c: New file.
26074         * benchtests/bench-strcspn-ifunc.c: New file.
26075         * benchtests/bench-strcspn.c: New file.
26076         * benchtests/bench-strlen-ifunc.c: New file.
26077         * benchtests/bench-strlen.c: New file.
26078         * benchtests/bench-strncasecmp-ifunc.c: New file.
26079         * benchtests/bench-strncasecmp.c: New file.
26080         * benchtests/bench-strncat-ifunc.c: New file.
26081         * benchtests/bench-strncat.c: New file.
26082         * benchtests/bench-strncmp-ifunc.c: New file.
26083         * benchtests/bench-strncmp.c: New file.
26084         * benchtests/bench-strncpy-ifunc.c: New file.
26085         * benchtests/bench-strncpy.c: New file.
26086         * benchtests/bench-strnlen-ifunc.c: New file.
26087         * benchtests/bench-strnlen.c: New file.
26088         * benchtests/bench-strpbrk-ifunc.c: New file.
26089         * benchtests/bench-strpbrk.c: New file.
26090         * benchtests/bench-strrchr-ifunc.c: New file.
26091         * benchtests/bench-strrchr.c: New file.
26092         * benchtests/bench-strspn-ifunc.c: New file.
26093         * benchtests/bench-strspn.c: New file.
26094         * benchtests/bench-strstr-ifunc.c: New file.
26095         * benchtests/bench-strstr.c: New file.
26097         * benchtests/Makefile: Disable parallel execution of targets.
26098         (string-bench): Add memcpy.
26099         (benchset): New variable to store a list of benchmark sets.
26100         (bench-func): Renamed from bench.
26101         (bench-set): New target.
26102         (bench): Depend on bench-func and bench-set.
26103         * benchtests/README: Add section on benchmark sets.
26104         * benchtests/bench-memcpy-ifunc.c: New file.
26105         * benchtests/bench-memcpy.c: New file.
26106         * benchtests/bench-string.h: New file.
26108 2013-06-11  Andreas Schwab  <schwab@suse.de>
26110         [BZ #15577]
26111         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26112         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26113         values in the triple.
26114         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26115         terminator in the group key.
26117 2013-06-11  Andreas Jaeger  <aj@suse.de>
26119         * po/zh_TW.po: Update Chinese (traditional) translation from
26120         translation project.
26122 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26124         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26125         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26126         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26127         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26128         (clock_getcpuclockid): Likewise.
26129         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26130         Add weak_alias and libc_hidden_def.
26131         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26132         * rt/clock_gettime.c (clock_gettime): Rename to
26133         __clock_gettime.  Add weak_alias and libc_hidden_def.
26134         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26135         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26136         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26137         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26138         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26139         Likewise.
26140         * rt/clock_settime.c (clock_settime): Rename to
26141         __clock_settime.  Add weak_alias and libc_hidden_def.
26142         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26144 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26146         * mach/err_boot.sub: Remove trailing whitespace.
26147         * mach/err_ipc.sub: Likewise.
26148         * mach/err_mach.sub: Likewise.
26150         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26151         (ROUNDING_TESTS_double): Likewise.
26152         (ROUNDING_TESTS_long_double): Likewise.
26153         (ROUNDING_TESTS): Likewise.
26154         * math/libm-test.inc: Include <math-tests.h>.
26155         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26156         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26157         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26158         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26160 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26162         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26163         of assigning.
26165 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26167         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26168         otherwise empty TRANS lines.
26169         * sysdeps/gnu/errlist.c: Regenerated.
26171         * catgets/gencat.c (error_print): Use (void) in function
26172         definition.
26173         * crypt/crypt_util.c (__init_des): Likewise.
26174         * crypt/speeds.c (Stop): Likewise.
26175         (main): Likewise.
26176         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26177         * inet/ruserpass.c (token): Likewise.
26178         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26179         * intl/localealias.c (extend_alias_table): Likewise.
26180         * intl/plural-exp.c (init_germanic_plural): Likewise.
26181         * libio/fcloseall.c (__fcloseall): Likewise.
26182         * libio/genops.c (_IO_flush_all): Likewise.
26183         (_IO_flush_all_linebuffered): Likewise.
26184         (_IO_cleanup): Likewise.
26185         (_IO_iter_begin): Likewise.
26186         (_IO_iter_end): Likewise.
26187         (_IO_list_lock): Likewise.
26188         (_IO_list_unlock): Likewise.
26189         (_IO_list_resetlock): Likewise.
26190         * libio/getchar.c (getchar): Likewise.
26191         * libio/getchar_u.c (getchar_unlocked): Likewise.
26192         * libio/getwchar.c (getwchar): Likewise.
26193         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26194         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26195         * login/getpt.c (__getpt): Likewise.
26196         * login/tst-utmp.c (main): Likewise.
26197         * malloc/hooks.c (__malloc_check_init): Likewise.
26198         * malloc/malloc.c (__malloc_stats): Likewise.
26199         * malloc/mtrace.c (tr_break): Likewise.
26200         (mtrace): Likewise.
26201         (muntrace): Likewise.
26202         * misc/fstab.c (endfsent): Likewise.
26203         * misc/getclktck.c (__getclktck): Likewise.
26204         * misc/getdtsz.c (__getdtablesize): Likewise.
26205         * misc/gethostid.c (gethostid): Likewise.
26206         * misc/getpagesize.c (__getpagesize): Likewise.
26207         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26208         (__get_nprocs): Likewise.
26209         (__get_phys_pages): Likewise.
26210         (__get_avphys_pages): Likewise.
26211         * misc/getttyent.c (getttyent): Likewise.
26212         (setttyent): Likewise.
26213         (endttyent): Likewise.
26214         * misc/getusershell.c (getusershell): Likewise.
26215         (endusershell): Likewise.
26216         (setusershell): Likewise.
26217         (initshells): Likewise.
26218         * misc/hsearch.c (__hdestroy): Likewise.
26219         * misc/sync.c (sync): Likewise.
26220         * misc/syslog.c (closelog_internal): Likewise.
26221         (closelog): Likewise.
26222         * misc/ttyslot.c (ttyslot): Likewise.
26223         * misc/vhangup.c (vhangup): Likewise.
26224         * posix/fork.c (__fork): Likewise.
26225         * posix/getegid.c (__getegid): Likewise.
26226         * posix/geteuid.c (__geteuid): Likewise.
26227         * posix/getgid.c (__getgid): Likewise.
26228         * posix/getpid.c (__getpid): Likewise.
26229         * posix/getppid.c (__getppid): Likewise.
26230         * posix/getuid.c (__getuid): Likewise.
26231         * posix/pause.c (pause): Likewise.
26232         * posix/setpgrp.c (setpgrp): Likewise.
26233         * posix/setsid.c (__setsid): Likewise.
26234         * posix/test-vfork.c (noop): Likewise.
26235         * resolv/gethnamaddr.c (_endhtent): Likewise.
26236         (_gethtent): Likewise.
26237         (ht_endhostent): Likewise.
26238         (gethostent): Likewise.
26239         (dns_service): Likewise.
26240         * stdlib/drand48.c (drand48): Likewise.
26241         * stdlib/lrand48.c (lrand48): Likewise.
26242         * stdlib/mrand48.c (mrand48): Likewise.
26243         * stdlib/rand.c (rand): Likewise.
26244         * stdlib/random.c (__random): Likewise.
26245         * stdlib/setenv.c (clearenv): Likewise.
26246         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26247         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26248         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26249         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26250         (__get_nprocs): Likewise.
26251         (__get_phys_pages): Likewise.
26252         (__get_avphys_pages): Likewise.
26253         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26254         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26255         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26256         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26257         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26258         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26259         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26260         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26261         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26262         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26263         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26264         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26265         * sysdeps/posix/clock.c (clock): Likewise.
26266         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26267         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26268         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26269         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26270         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26271         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26272         (__get_nprocs_conf): Likewise.
26273         (__get_phys_pages): Likewise.
26274         (__get_avphys_pages): Likewise.
26275         * time/clock.c (clock): Likewise.
26276         * time/tzset.c (__tzname_max): Likewise.
26278 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26280         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26281         (__bswap_32): Do not use "register".
26282         * crypt/crypt.c (_ufc_doit_r): Likewise.
26283         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26284         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26285         * gmon/gmon.c (__monstartup): Likewise.
26286         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26287         * hurd/hurdmalloc.c (more_memory): Likewise.
26288         (malloc): Likewise.
26289         (free): Likewise.
26290         (realloc): Likewise.
26291         (malloc_fork_prepare): Likewise.
26292         (malloc_fork_parent): Likewise.
26293         (malloc_fork_child): Likewise.
26294         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26295         (_svcauth_des): Likewise.
26296         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26297         * inet/inet_net.c (inet_network): Likewise.
26298         * inet/inet_netof.c (inet_netof): Likewise.
26299         * inet/rcmd.c (__validuser2_sa): Likewise.
26300         * io/fts.c (fts_open): Likewise.
26301         (fts_load): Likewise.
26302         (fts_close): Likewise.
26303         (fts_read): Likewise.
26304         (fts_children): Likewise.
26305         (fts_build): Likewise.
26306         (fts_stat): Likewise.
26307         (fts_sort): Likewise.
26308         (fts_alloc): Likewise.
26309         (fts_lfree): Likewise.
26310         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26311         (_IO_file_xsgetn): Likewise.
26312         (_IO_file_xsgetn_mmap): Likewise.
26313         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26314         (_IO_cookie_write): Likewise.
26315         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26316         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26317         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26318         * malloc/obstack.c (_obstack_begin): Likewise.
26319         (_obstack_begin_1): Likewise.
26320         (_obstack_newchunk): Likewise.
26321         (_obstack_allocated_p): Likewise.
26322         (obstack_free): Likewise.
26323         (_obstack_memory_used): Likewise.
26324         * misc/getttyent.c (getttynam): Likewise.
26325         (getttyent): Likewise.
26326         (skip): Likewise.
26327         (value): Likewise.
26328         * misc/getusershell.c (initshells): Likewise.
26329         * misc/syslog.c (__vsyslog_chk): Likewise.
26330         * misc/ttyslot.c (ttyslot): Likewise.
26331         * nis/nis_hash.c (__nis_hash): Likewise.
26332         * posix/fnmatch_loop.c (FCT): Likewise.
26333         * posix/getconf.c (print_all): Likewise.
26334         (main): Likewise.
26335         * posix/getopt.c (exchange): Likewise.
26336         * posix/glob.c (globfree): Likewise.
26337         (prefix_array): Likewise.
26338         (__glob_pattern_type): Likewise.
26339         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26340         (NS_GET32): Likewise.
26341         (NS_PUT16): Likewise.
26342         (NS_PUT32): Likewise.
26343         * resolv/gethnamaddr.c (getanswer): Likewise.
26344         (gethostbyname2): Likewise.
26345         (gethostbyaddr): Likewise.
26346         (_gethtent): Likewise.
26347         (_gethtbyname2): Likewise.
26348         (_gethtbyaddr): Likewise.
26349         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26350         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26351         * resolv/res_init.c (__res_vinit): Likewise.
26352         (net_mask): Likewise.
26353         * resolv/res_mkquery.c (outchar): Likewise.
26354         (PRINT): Likewise.
26355         * stdio-common/printf_fp.c (outchar): Likewise.
26356         (PRINT): Likewise.
26357         * stdio-common/printf_fphex.c (outchar): Likewise.
26358         (PRINT): Likewise.
26359         * stdio-common/printf_size.c (outchar): Likewise.
26360         (PRINT): Likewise.
26361         * stdio-common/test_rdwr.c (main): Likewise.
26362         * stdio-common/tfformat.c (matches): Likewise.
26363         * stdio-common/vfprintf.c (outchar): Likewise.
26364         (printf_unknown): Likewise.
26365         (buffered_vfprintf): Likewise.
26366         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26367         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26368         (ReadFile): Likewise.
26369         * stdlib/qsort.c (SWAP): Likewise.
26370         (_quicksort): Likewise.
26371         * stdlib/setenv.c (__add_to_environ): Likewise.
26372         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26373         * stdlib/strtol_l.c (__strtol_l): Likewise.
26374         * stdlib/tst-strtod.c (main): Likewise.
26375         * stdlib/tst-strtol.c (main): Likewise.
26376         * stdlib/tst-strtoll.c (main): Likewise.
26377         * string/bits/string2.h (__strcmp_cc): Likewise.
26378         (__strcmp_cg): Likewise.
26379         (__strcspn_c1): Likewise.
26380         (__strcspn_c2): Likewise.
26381         (__strcspn_c3): Likewise.
26382         (__strspn_c1): Likewise.
26383         (__strspn_c2): Likewise.
26384         (__strspn_c3): Likewise.
26385         (__strsep_1c): Likewise.
26386         (__strsep_2c): Likewise.
26387         (__strsep_3c): Likewise.
26388         * string/memccpy.c (__memccpy): Likewise.
26389         * string/stpcpy.c (__stpcpy): Likewise.
26390         * string/strcmp.c (strcmp): Likewise.
26391         * string/strrchr.c (strrchr): Likewise.
26392         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26393         Likewise.
26394         * sysdeps/mach/hurd/getcwd.c
26395         (_hurd_canonicalize_directory_name_internal): Likewise.
26396         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26397         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26398         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26399         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26400         Likewise, in both definitions.
26401         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26402         definitions.
26403         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26404         64] (__bswap_64): Likewise.
26405         * time/test_time.c (main): Likewise.
26406         * time/tzfile.c (__tzfile_read): Likewise.
26407         (__tzfile_compute): Likewise.
26408         * time/tzset.c (__tzset_parse_tz): Likewise.
26409         (tzset_internal): Likewise.
26410         (compute_change): Likewise.
26411         * wcsmbs/wcscat.c (__wcscat): Likewise.
26412         * wcsmbs/wcschr.c (wcschr): Likewise.
26413         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26414         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26415         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26416         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26417         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26418         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26419         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26420         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26421         * wcsmbs/wmemset.c (wmemset): Likewise.
26423 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26425         * scripts/config.guess: Update to version 2013-05-16.
26426         * scripts/config.sub: Update to version 2013-04-24.
26427         * scripts/install-sh: Update to version 2011-11-20.07.
26428         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26429         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26431 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26433         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26434         * elf/sln.c: Likewise.
26435         * hurd/hurd/ioctl.h: Likewise.
26436         * hurd/hurdmalloc.c: Likewise.
26437         * hurd/xattr.c: Likewise.
26438         * include/shlib-compat.h: Likewise.
26439         * inet/ruserpass.c: Likewise.
26440         * libio/iofgets_u.c: Likewise.
26441         * libio/iofgetws_u.c: Likewise.
26442         * locale/programs/ld-identification.c: Likewise.
26443         * locale/programs/ld-time.c: Likewise.
26444         * mach/msg-destroy.c: Likewise.
26445         * nss/nss_files/files-netgrp.c: Likewise.
26446         * resolv/res_data.c: Likewise.
26447         * soft-fp/op-1.h: Likewise.
26448         * soft-fp/op-2.h: Likewise.
26449         * soft-fp/op-4.h: Likewise.
26450         * soft-fp/op-common.h: Likewise.
26451         * stdio-common/printf_fphex.c: Likewise.
26452         * stdlib/strtod_l.c: Likewise.
26453         * sunrpc/rpc/clnt.h: Likewise.
26454         * sysdeps/generic/framestate.c: Likewise.
26455         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26456         * sysdeps/i386/bsd-setjmp.S: Likewise.
26457         * sysdeps/i386/__longjmp.S: Likewise.
26458         * sysdeps/i386/setjmp.S: Likewise.
26459         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26460         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26461         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26462         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26463         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26464         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26465         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26466         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26467         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26468         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26469         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26470         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26471         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26472         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26473         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26474         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26475         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26476         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26477         * sysdeps/ieee754/support.c: Likewise.
26478         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26479         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26480         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26481         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26482         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26483         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26484         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26485         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26486         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26487         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26488         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26489         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26490         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26491         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26492         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26493         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26494         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26497 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26499         * posix/transbug.c: Remove executable mode.
26501 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26503         * crypt/speeds.c: Remove trailing whitespace.
26504         * dlfcn/default.c: Likewise.
26505         * elf/ifuncdep2.c: Likewise.
26506         * elf/ifuncmain1.c: Likewise.
26507         * elf/ifuncmain1vis.c: Likewise.
26508         * elf/testobj.h: Likewise.
26509         * elf/tst-stackguard1.c: Likewise.
26510         * gmon/sys/gmon.h: Likewise.
26511         * hurd/hurdmsg.c: Likewise.
26512         * hurd/new-fd.c: Likewise.
26513         * hurd/ports-get.c: Likewise.
26514         * iconvdata/ibm1008_420.c: Likewise.
26515         * inet/tst-getni1.c: Likewise.
26516         * inet/tst-getni2.c: Likewise.
26517         * libio/ioungetc.c: Likewise.
26518         * libio/wfiledoalloc.c: Likewise.
26519         * manual/libm-err-tab.pl: Likewise.
26520         * math/w_dremf.c: Likewise.
26521         * misc/ftruncate.c: Likewise.
26522         * posix/bug-glob2.c: Likewise.
26523         * posix/tst-pcre.c: Likewise.
26524         * posix/wait4.c: Likewise.
26525         * resolv/README: Likewise.
26526         * resolv/res_debug.h: Likewise.
26527         * resolv/tst-inet_ntop.c: Likewise.
26528         * setjmp/bug269-setjmp.c: Likewise.
26529         * soft-fp/extended.h: Likewise.
26530         * soft-fp/op-1.h: Likewise.
26531         * soft-fp/op-2.h: Likewise.
26532         * soft-fp/op-4.h: Likewise.
26533         * soft-fp/op-8.h: Likewise.
26534         * soft-fp/testit.c: Likewise.
26535         * stdio-common/bug16.c: Likewise.
26536         * stdlib/random.c: Likewise.
26537         * sunrpc/rpcsvc/rquota.x: Likewise.
26538         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26539         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26540         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26541         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26542         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26543         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26544         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26545         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26546         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26547         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26548         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26549         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26550         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26551         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26552         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26553         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26554         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26555         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26556         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26557         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26558         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26559         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26560         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26561         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26562         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26563         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26564         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26565         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26566         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26567         * sysdeps/ieee754/s_lib_version.c: Likewise.
26568         * sysdeps/mach/hurd/check_fds.c: Likewise.
26569         * sysdeps/mach/hurd/getsockname.c: Likewise.
26570         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26571         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26572         * sysdeps/powerpc/bits/link.h: Likewise.
26573         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26574         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26575         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26576         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26577         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26578         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26579         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26580         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26581         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26582         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26583         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26584         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26585         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26586         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26587         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26588         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26589         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26590         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26591         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26592         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26593         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26594         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26595         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26596         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26597         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26598         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26599         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26600         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26601         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26602         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26603         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26604         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26605         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26606         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26607         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26608         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26609         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26610         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26611         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26612         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26613         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26614         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26615         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26616         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26617         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26618         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26619         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26620         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26621         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26622         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26623         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26624         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26625         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26626         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26627         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26628         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26629         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26630         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26631         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26632         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26633         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26634         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26635         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26636         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26637         * sysdeps/powerpc/sysdep.h: Likewise.
26638         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26639         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26640         * sysdeps/sh/dl-trampoline.S: Likewise.
26641         * sysdeps/sh/memset.S: Likewise.
26642         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26643         * sysdeps/sh/strlen.S: Likewise.
26644         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26645         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26646         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26647         * sysdeps/sparc/sparc32/rem.S: Likewise.
26648         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26649         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26650         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26651         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26652         * sysdeps/sparc/sparc32/urem.S: Likewise.
26653         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26654         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26655         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26656         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26657         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26658         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26659         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26660         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26661         * sysdeps/unix/bsd/times.c: Likewise.
26662         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26663         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26667         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26668         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26669         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26670         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26671         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26672         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26673         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26674         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26675         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26676         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26677         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26678         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26679         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26680         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26681         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26682         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26683         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26684         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26685         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26686         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26687         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26688         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26689         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26690         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26691         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26692         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26693         * sysdeps/x86_64/strcspn.S: Likewise.
26695 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26697         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26698         generated file.  Regenerate properly from gen-translit.pl.
26699         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26700         locale/C-translit.h.
26702 2013-06-05  Andreas Schwab  <schwab@suse.de>
26704         [BZ #15100]
26705         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26706         week as 6 instead of -1.
26707         * time/tst-strptime.c (day_tests): Add test case.
26709 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26711         * sysdeps/generic/math_private.h
26712         (libc_feholdexcept_setround_53bit): Replace with
26713         libc_feholdsetround_53bit.
26714         (libc_feupdateenv_53bit): Replace with
26715         libc_feresetround_53bit.
26716         (SET_RESTORE_ROUND_53BIT): Adjust.
26718 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26720         * string/test-strchrnul.c: Add copyright header.
26722         * posix/tst-getaddrinfo4.c: Increase test timeout.
26724 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26726         [BZ #15536]
26727         * math/libm-test.inc (MAX_EXP): Remove
26728         (MIN_EXP): Define.
26729         (ulp): Use MIN_EXP - MANT_DIG.
26730         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26732 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26734         * po/be.po: Revert last change.
26735         * po/zh_CN.po: Likewise.
26736         * po/header.pot: Likewise.
26738 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26740         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26741         link-libc-deps to empty as target-specific variable.
26742         * Makerules (link-libc-args): New variable.
26743         (libc-for-link): Likewise.
26744         (link-libc-deps): Likewise.
26745         (lib%.so): Depend on $(link-libc-deps).  Link with
26746         $(link-libc-args).
26747         (build-module): Link with $(link-libc-args).
26748         (build-module-asneeded): Likewise.
26749         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26750         list of objects.
26751         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26752         target-specific variable.
26753         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26754         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26755         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26756         libc.
26757         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26758         libc and ld.so.
26759         ($(objpfx)libpcprofile.so): Likewise.
26760         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26761         libc_nonshared.a.
26762         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26763         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26764         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26765         $(link-libc-deps).
26766         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26767         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26768         * login/Makefile ($(objpfx)libutil.so): Likewise.
26769         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26770         * math/Makefile ($(objpfx)libm.so): Likewise.
26771         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26772         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26773         variable instead of depending directly on libc.
26774         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26775         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26776         $(link-libc-deps).
26777         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26778         libc.
26779         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26780         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26781         ($(objpfx)libanl.so): Likewise.
26782         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26783         ld.so.
26784         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26785         $(link-libc-deps).
26786         * sysdeps/i386/fpu/Makefile: Remove file.
26787         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26788         ($(objpfx)libm.so): Remove dependency on ld.so.
26790 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26792         [BZ # 15553]
26793         * nis/yp_xdr.c (XDRMAXNAME): Define.
26794         (XDRMAXRECORD): Define.
26795         (xdr_domainname): Use XDRMAXNAME.
26796         (xdr_mapname): Likewise.
26797         (xdr_peername): Likewise.
26798         (xdr_keydat): Use XDRMAXRECORD.
26799         (xdr_valdat): Likewise.
26801 2013-05-30  Jeff Law  <law@redhat.com>
26803         [BZ #14256]
26804         * manual/errno.texi (ESTALE): Update to account for more than
26805         just NFS file systems.
26806         * sysdeps/gnu/errlist.c: Regenerated.
26808 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26810         [BZ #15465]
26811         * elf/Makefile (tests): Add tst-null-argv.
26812         (modules-names):  Add tst-null-argv-lib.
26813         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26814         (tst-null-argv-ENV): Set environment for tst-null-argv.
26815         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26816         (RTLD_PROGNAME): New macro.
26817         * elf/tst-null-argv.c: New test case.
26818         * elf/tst-null-argv-lib.c: Library for test case.
26819         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26820         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26821         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26822         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26823         * elf/dl-init.c (call_init): Likewise.
26824         (_dl_init): Likewise.
26825         * elf/dl-load.c (print_search_path): Likewise.
26826         (_dl_map_object): Likewise.
26827         * elf/dl-lookup.c (do_lookup_x): Likewise.
26828         (add_dependency): Likewise.
26829         (_dl_lookup_symbol_x): Likewise.
26830         (_dl_debug_bindings): Likewise.
26831         * elf/dl-open.c (_dl_show_scope): Likewise.
26832         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26833         * elf/dl-version.c (match_symbol): Likewise.
26834         (_dl_check_map_versions): Likewise.
26835         * elf/rtld.c (dl_main): Likewise.
26836         (print_unresolved): Use RTLD_PROGNAME.
26837         (print_missing_version): Likewise.
26838         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26839         (elf_machine_rela): Likewise.
26840         * sysdeps/powerpc/powerpc32/dl-machine.c
26841         (__process_machine_rela): Likewise.
26842         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26843         Likewise.
26844         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26845         Likewise.
26846         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26847         Likewise.
26848         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26849         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26850         Likewise.
26851         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26852         Likewise.
26853         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26855 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26857         * po/be.po: Add descriptive title.
26858         * po/zh_CN.po: Likewise.
26859         * po/header.pot: Likewise.
26861 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26863         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26864         error message.
26865         (enlarge_archive): Likewise.
26867 2013-05-28  Ben North  <ben@redfrontdoor.org>
26869         * manual/arith.texi (frexp): It is the magnitude of the return
26870         value which lies in [0.5, 1), not the return value itself.
26872 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26876 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26878         * stdio-common/bug26.c (main): Correct fscanf template.
26880         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26881         declare _dl_skip_args.
26883         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26884         Don't declare.
26886         * manual/platform.texi: Add missing @end deftypefun.
26888 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26890         [BZ #15529]
26891         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26892         bit of mantissa of 2^16382.
26893         * math/libm-test.inc (hypot_test_data): Add more tests.
26895         * math/libm-test.inc: Add drem and pow10 to list of tested
26896         functions.
26897         (pow10_test): New function.
26898         (drem_test): Likewise.
26899         (drem_test_tonearest): Likewise.
26900         (drem_test_towardzero): Likewise.
26901         (drem_test_downward): Likewise.
26902         (drem_test_upward): Likewise.
26903         (main): Call the new functions.
26905         * math/libm-test.inc (finite_test_data): Remove.
26906         (finite_test): Run tests from isfinite_test_data.
26907         (gamma_test_data): Remove.
26908         (gamma_test): Run tests from lgamma_test_data.
26909         * sysdeps/i386/fpu/libm-test-ulps: Update.
26910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26912 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26914         * manual/platform.texi: Add PowerPC PPR function set documentation.
26915         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26916         implementation.
26918 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26920         * math/libm-test.inc (MAX_EXP): Define.
26921         (ULPDIFF): Define.
26922         (ulp): New function.
26923         (check_float_internal): Use ULPDIFF.
26924         (cpow_test): Disable failing test.
26925         (check_ulp): Test ulp() implemetnation.
26926         (main): Call check_ulp before starting tests.
26928 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26930         * math/gen-libm-test.pl (generate_testfile): Do not handle
26931         START_DATA and END_DATA.
26932         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26933         END_DATA.
26934         (acos_tonearest_test_data): Likewise.
26935         (acos_towardzero_test_data): Likewise.
26936         (acos_downward_test_data): Likewise.
26937         (acos_upward_test_data): Likewise.
26938         (acosh_test_data): Likewise.
26939         (asin_test_data): Likewise.
26940         (asin_tonearest_test_data): Likewise.
26941         (asin_towardzero_test_data): Likewise.
26942         (asin_downward_test_data): Likewise.
26943         (asin_upward_test_data): Likewise.
26944         (asinh_test_data): Likewise.
26945         (atan_test_data): Likewise.
26946         (atanh_test_data): Likewise.
26947         (atan2_test_data): Likewise.
26948         (cabs_test_data): Likewise.
26949         (cacos_test_data): Likewise.
26950         (cacosh_test_data): Likewise.
26951         (carg_test_data): Likewise.
26952         (casin_test_data): Likewise.
26953         (casinh_test_data): Likewise.
26954         (catan_test_data): Likewise.
26955         (catanh_test_data): Likewise.
26956         (cbrt_test_data): Likewise.
26957         (ccos_test_data): Likewise.
26958         (ccosh_test_data): Likewise.
26959         (ceil_test_data): Likewise.
26960         (cexp_test_data): Likewise.
26961         (cimag_test_data): Likewise.
26962         (clog_test_data): Likewise.
26963         (clog10_test_data): Likewise.
26964         (conj_test_data): Likewise.
26965         (copysign_test_data): Likewise.
26966         (cos_test_data): Likewise.
26967         (cos_tonearest_test_data): Likewise.
26968         (cos_towardzero_test_data): Likewise.
26969         (cos_downward_test_data): Likewise.
26970         (cos_upward_test_data): Likewise.
26971         (cosh_test_data): Likewise.
26972         (cosh_tonearest_test_data): Likewise.
26973         (cosh_towardzero_test_data): Likewise.
26974         (cosh_downward_test_data): Likewise.
26975         (cosh_upward_test_data): Likewise.
26976         (cpow_test_data): Likewise.
26977         (cproj_test_data): Likewise.
26978         (creal_test_data): Likewise.
26979         (csin_test_data): Likewise.
26980         (csinh_test_data): Likewise.
26981         (csqrt_test_data): Likewise.
26982         (ctan_test_data): Likewise.
26983         (ctan_tonearest_test_data): Likewise.
26984         (ctan_towardzero_test_data): Likewise.
26985         (ctan_downward_test_data): Likewise.
26986         (ctan_upward_test_data): Likewise.
26987         (ctanh_test_data): Likewise.
26988         (ctanh_tonearest_test_data): Likewise.
26989         (ctanh_towardzero_test_data): Likewise.
26990         (ctanh_downward_test_data): Likewise.
26991         (ctanh_upward_test_data): Likewise.
26992         (erf_test_data): Likewise.
26993         (erfc_test_data): Likewise.
26994         (exp_test_data): Likewise.
26995         (exp_tonearest_test_data): Likewise.
26996         (exp_towardzero_test_data): Likewise.
26997         (exp_downward_test_data): Likewise.
26998         (exp_upward_test_data): Likewise.
26999         (exp10_test_data): Likewise.
27000         (exp2_test_data): Likewise.
27001         (expm1_test_data): Likewise.
27002         (fabs_test_data): Likewise.
27003         (fdim_test_data): Likewise.
27004         (finite_test_data): Likewise.
27005         (floor_test_data): Likewise.
27006         (fma_test_data): Likewise.
27007         (fma_towardzero_test_data): Likewise.
27008         (fma_downward_test_data): Likewise.
27009         (fma_upward_test_data): Likewise.
27010         (fmax_test_data): Likewise.
27011         (fmin_test_data): Likewise.
27012         (fmod_test_data): Likewise.
27013         (fpclassify_test_data): Likewise.
27014         (frexp_test_data): Likewise.
27015         (gamma_test_data): Likewise.
27016         (hypot_test_data): Likewise.
27017         (ilogb_test_data): Likewise.
27018         (isfinite_test_data): Likewise.
27019         (isgreater_test_data): Likewise.
27020         (isgreaterequal_test_data): Likewise.
27021         (isinf_test_data): Likewise.
27022         (isless_test_data): Likewise.
27023         (islessequal_test_data): Likewise.
27024         (islessgreater_test_data): Likewise.
27025         (isnan_test_data): Likewise.
27026         (isnormal_test_data): Likewise.
27027         (issignaling_test_data): Likewise.
27028         (isunordered_test_data): Likewise.
27029         (j0_test_data): Likewise.
27030         (j1_test_data): Likewise.
27031         (jn_test_data): Likewise.
27032         (ldexp_test_data): Likewise.
27033         (lgamma_test_data): Likewise.
27034         (lrint_test_data): Likewise.
27035         (lrint_tonearest_test_data): Likewise.
27036         (lrint_towardzero_test_data): Likewise.
27037         (lrint_downward_test_data): Likewise.
27038         (lrint_upward_test_data): Likewise.
27039         (llrint_test_data): Likewise.
27040         (llrint_tonearest_test_data): Likewise.
27041         (llrint_towardzero_test_data): Likewise.
27042         (llrint_downward_test_data): Likewise.
27043         (llrint_upward_test_data): Likewise.
27044         (log_test_data): Likewise.
27045         (log10_test_data): Likewise.
27046         (log1p_test_data): Likewise.
27047         (log2_test_data): Likewise.
27048         (logb_test_data): Likewise.
27049         (logb_downward_test_data): Likewise.
27050         (lround_test_data): Likewise.
27051         (llround_test_data): Likewise.
27052         (modf_test_data): Likewise.
27053         (nearbyint_test_data): Likewise.
27054         (nextafter_test_data): Likewise.
27055         (nexttoward_test_data): Likewise.
27056         (pow_test_data): Likewise.
27057         (pow_tonearest_test_data): Likewise.
27058         (pow_towardzero_test_data): Likewise.
27059         (pow_downward_test_data): Likewise.
27060         (pow_upward_test_data): Likewise.
27061         (remainder_test_data): Likewise.
27062         (remainder_tonearest_test_data): Likewise.
27063         (remainder_towardzero_test_data): Likewise.
27064         (remainder_downward_test_data): Likewise.
27065         (remainder_upward_test_data): Likewise.
27066         (remquo_test_data): Likewise.
27067         (rint_test_data): Likewise.
27068         (rint_tonearest_test_data): Likewise.
27069         (rint_towardzero_test_data): Likewise.
27070         (rint_downward_test_data): Likewise.
27071         (rint_upward_test_data): Likewise.
27072         (round_test_data): Likewise.
27073         (scalb_test_data): Likewise.
27074         (scalbn_test_data): Likewise.
27075         (scalbln_test_data): Likewise.
27076         (signbit_test_data): Likewise.
27077         (sin_test_data): Likewise.
27078         (sin_tonearest_test_data): Likewise.
27079         (sin_towardzero_test_data): Likewise.
27080         (sin_downward_test_data): Likewise.
27081         (sin_upward_test_data): Likewise.
27082         (sincos_test_data): Likewise.
27083         (sinh_test_data): Likewise.
27084         (sinh_tonearest_test_data): Likewise.
27085         (sinh_towardzero_test_data): Likewise.
27086         (sinh_downward_test_data): Likewise.
27087         (sinh_upward_test_data): Likewise.
27088         (sqrt_test_data): Likewise.
27089         (tan_test_data): Likewise.
27090         (tan_tonearest_test_data): Likewise.
27091         (tan_towardzero_test_data): Likewise.
27092         (tan_downward_test_data): Likewise.
27093         (tan_upward_test_data): Likewise.
27094         (tanh_test_data): Likewise.
27095         (tgamma_test_data): Likewise.
27096         (trunc_test_data): Likewise.
27097         (y0_test_data): Likewise.
27098         (y1_test_data): Likewise.
27099         (yn_test_data): Likewise.
27100         (significand_test_data): Likewise.
27102         * math/gen-libm-test.pl (@functions): Remove variable.
27103         (generate_testfile): Don't handle START and END lines.
27104         * math/libm-test.inc (START): New macro.
27105         (END): Likewise.
27106         (END_COMPLEX): Likewise.
27107         (acos_test): Use END macro without arguments.
27108         (acos_test_tonearest): Likewise.
27109         (acos_test_towardzero): Likewise.
27110         (acos_test_downward): Likewise.
27111         (acos_test_upward): Likewise.
27112         (acosh_test): Likewise.
27113         (asin_test): Likewise.
27114         (asin_test_tonearest): Likewise.
27115         (asin_test_towardzero): Likewise.
27116         (asin_test_downward): Likewise.
27117         (asin_test_upward): Likewise.
27118         (asinh_test): Likewise.
27119         (atan_test): Likewise.
27120         (atanh_test): Likewise.
27121         (atan2_test): Likewise.
27122         (cabs_test): Likewise.
27123         (cacos_test): Use END_COMPLEX macro without arguments.
27124         (cacosh_test): Likewise.
27125         (carg_test): Use END macro without arguments.
27126         (casin_test): Use END_COMPLEX macro without arguments.
27127         (casinh_test): Likewise.
27128         (catan_test): Likewise.
27129         (catanh_test): Likewise.
27130         (cbrt_test): Use END macro without arguments.
27131         (ccos_test): Use END_COMPLEX macro without arguments.
27132         (ccosh_test): Likewise.
27133         (ceil_test): Use END macro without arguments.
27134         (cexp_test): Use END_COMPLEX macro without arguments.
27135         (cimag_test): Use END macro without arguments.
27136         (clog_test): Use END_COMPLEX macro without arguments.
27137         (clog10_test): Likewise.
27138         (conj_test): Likewise.
27139         (copysign_test): Use END macro without arguments.
27140         (cos_test): Likewise.
27141         (cos_test_tonearest): Likewise.
27142         (cos_test_towardzero): Likewise.
27143         (cos_test_downward): Likewise.
27144         (cos_test_upward): Likewise.
27145         (cosh_test): Likewise.
27146         (cosh_test_tonearest): Likewise.
27147         (cosh_test_towardzero): Likewise.
27148         (cosh_test_downward): Likewise.
27149         (cosh_test_upward): Likewise.
27150         (cpow_test): Use END_COMPLEX macro without arguments.
27151         (cproj_test): Likewise.
27152         (creal_test): Use END macro without arguments.
27153         (csin_test): Use END_COMPLEX macro without arguments.
27154         (csinh_test): Likewise.
27155         (csqrt_test): Likewise.
27156         (ctan_test): Likewise.
27157         (ctan_test_tonearest): Likewise.
27158         (ctan_test_towardzero): Likewise.
27159         (ctan_test_downward): Likewise.
27160         (ctan_test_upward): Likewise.
27161         (ctanh_test): Likewise.
27162         (ctanh_test_tonearest): Likewise.
27163         (ctanh_test_towardzero): Likewise.
27164         (ctanh_test_downward): Likewise.
27165         (ctanh_test_upward): Likewise.
27166         (erf_test): Use END macro without arguments.
27167         (erfc_test): Likewise.
27168         (exp_test): Likewise.
27169         (exp_test_tonearest): Likewise.
27170         (exp_test_towardzero): Likewise.
27171         (exp_test_downward): Likewise.
27172         (exp_test_upward): Likewise.
27173         (exp10_test): Likewise.
27174         (exp2_test): Likewise.
27175         (expm1_test): Likewise.
27176         (fabs_test): Likewise.
27177         (fdim_test): Likewise.
27178         (finite_test): Likewise.
27179         (floor_test): Likewise.
27180         (fma_test): Likewise.
27181         (fma_test_towardzero): Likewise.
27182         (fma_test_downward): Likewise.
27183         (fma_test_upward): Likewise.
27184         (fmax_test): Likewise.
27185         (fmin_test): Likewise.
27186         (fmod_test): Likewise.
27187         (fpclassify_test): Likewise.
27188         (frexp_test): Likewise.
27189         (gamma_test): Likewise.
27190         (hypot_test): Likewise.
27191         (ilogb_test): Likewise.
27192         (isfinite_test): Likewise.
27193         (isgreater_test): Likewise.
27194         (isgreaterequal_test): Likewise.
27195         (isinf_test): Likewise.
27196         (isless_test): Likewise.
27197         (islessequal_test): Likewise.
27198         (islessgreater_test): Likewise.
27199         (isnan_test): Likewise.
27200         (isnormal_test): Likewise.
27201         (issignaling_test): Likewise.
27202         (isunordered_test): Likewise.
27203         (j0_test): Likewise.
27204         (j1_test): Likewise.
27205         (jn_test): Likewise.
27206         (ldexp_test): Likewise.
27207         (lgamma_test): Likewise.
27208         (lrint_test): Likewise.
27209         (lrint_test_tonearest): Likewise.
27210         (lrint_test_towardzero): Likewise.
27211         (lrint_test_downward): Likewise.
27212         (lrint_test_upward): Likewise.
27213         (llrint_test): Likewise.
27214         (llrint_test_tonearest): Likewise.
27215         (llrint_test_towardzero): Likewise.
27216         (llrint_test_downward): Likewise.
27217         (llrint_test_upward): Likewise.
27218         (log_test): Likewise.
27219         (log10_test): Likewise.
27220         (log1p_test): Likewise.
27221         (log2_test): Likewise.
27222         (logb_test): Likewise.
27223         (logb_test_downward): Likewise.
27224         (lround_test): Likewise.
27225         (llround_test): Likewise.
27226         (modf_test): Likewise.
27227         (nearbyint_test): Likewise.
27228         (nextafter_test): Likewise.
27229         (nexttoward_test): Likewise.
27230         (pow_test): Likewise.
27231         (pow_test_tonearest): Likewise.
27232         (pow_test_towardzero): Likewise.
27233         (pow_test_downward): Likewise.
27234         (pow_test_upward): Likewise.
27235         (remainder_test): Likewise.
27236         (remainder_test_tonearest): Likewise.
27237         (remainder_test_towardzero): Likewise.
27238         (remainder_test_downward): Likewise.
27239         (remainder_test_upward): Likewise.
27240         (remquo_test): Likewise.
27241         (rint_test): Likewise.
27242         (rint_test_tonearest): Likewise.
27243         (rint_test_towardzero): Likewise.
27244         (rint_test_downward): Likewise.
27245         (rint_test_upward): Likewise.
27246         (round_test): Likewise.
27247         (scalb_test): Likewise.
27248         (scalbn_test): Likewise.
27249         (scalbln_test): Likewise.
27250         (signbit_test): Likewise.
27251         (sin_test): Likewise.
27252         (sin_test_tonearest): Likewise.
27253         (sin_test_towardzero): Likewise.
27254         (sin_test_downward): Likewise.
27255         (sin_test_upward): Likewise.
27256         (sincos_test): Likewise.
27257         (sinh_test): Likewise.
27258         (sinh_test_tonearest): Likewise.
27259         (sinh_test_towardzero): Likewise.
27260         (sinh_test_downward): Likewise.
27261         (sinh_test_upward): Likewise.
27262         (sqrt_test): Likewise.
27263         (tan_test): Likewise.
27264         (tan_test_tonearest): Likewise.
27265         (tan_test_towardzero): Likewise.
27266         (tan_test_downward): Likewise.
27267         (tan_test_upward): Likewise.
27268         (tanh_test): Likewise.
27269         (tgamma_test): Likewise.
27270         (trunc_test): Likewise.
27271         (y0_test): Likewise.
27272         (y1_test): Likewise.
27273         (yn_test): Likewise.
27274         (significand_test): Likewise.
27276 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27278         [BZ #15381]
27279         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27281 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27283         [BZ #14894]
27284         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27285         __ppc_mdoio and __ppc_mdoom.
27286         * manual/platform.texi: Document new functions __ppc_yield,
27287         __ppc_mdoio and __ppc_mdoom.
27289 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27291         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27292         (main): Mention "tls" pseudo-hwcap is legacy.
27293         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27295 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27297         * math/gen-libm-test.pl (parse_args): Output only string of
27298         arguments as text for test name, not full call or descriptions of
27299         tests for extra outputs.
27300         (generate_testfile): Do not pass function name to parse_args.
27301         Generate this_func variable from START.
27302         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27303         field to arg_str.
27304         (struct test_ff_f_data): Likewise.
27305         (test_ff_f_data_nexttoward): Likewise.
27306         (struct test_fi_f_data): Likewise.
27307         (struct test_fl_f_data): Likewise.
27308         (struct test_if_f_data): Likewise.
27309         (struct test_fff_f_data): Likewise.
27310         (struct test_c_f_data): Likewise.
27311         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27312         (struct test_fF_f1_data): Likewise.
27313         (struct test_ffI_f1_data): Likewise.
27314         (struct test_c_c_data): Rename test_name field to arg_str.
27315         (struct test_cc_c_data): Likewise.
27316         (struct test_f_i_data): Likewise.
27317         (struct test_ff_i_data): Likewise.
27318         (struct test_f_l_data): Likewise.
27319         (struct test_f_L_data): Likewise.
27320         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27321         and extra2_name.
27322         (COMMON_TEST_SETUP): New macro.
27323         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27324         (COMMON_TEST_CLEANUP): Likewise.
27325         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27326         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27327         macros.
27328         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27329         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27330         macros.
27331         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27332         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27333         cleanup macros.
27334         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27335         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27336         macros.
27337         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27338         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27339         macros.
27340         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27341         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27342         cleanup macros.
27343         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27344         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27345         cleanup macros.
27346         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27347         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27348         cleanup macros.
27349         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27350         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27351         macros.
27352         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27353         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27354         macros.
27355         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27356         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27357         macros.
27358         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27359         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27360         cleanup macros.
27361         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27362         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27363         cleanup macros.
27364         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27365         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27366         macros.
27367         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27368         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27369         cleanup macros.
27370         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27371         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27372         macros.
27373         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27374         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27375         macros.
27376         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27377         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27378         cleanup macros.
27379         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27381 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27383         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27384         to _sifields.sigfault.
27385         (si_addr_lsb): Define new macro.
27386         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27387         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27388         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27390 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27392         [BZ #15441]
27393         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27394         returns -1.
27395         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27396         null return -1.
27397         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27398         loading the domain.
27400 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27402         * math/gen-libm-test.pl (parse_args): Do not include expected
27403         result in test name.
27404         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27405         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27406         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27407         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27408         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27411 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27413         * benchtests/Makefile: Sort function entries.
27415         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27416         tanh, asinh, acosh, atanh.
27417         * benchtests/acos-inputs: New file.
27418         * benchtests/acosh-inputs: New file.
27419         * benchtests/asin-inputs: New file.
27420         * benchtests/asinh-inputs: New file.
27421         * benchtests/atanh-inputs: New file.
27422         * benchtests/cosh-inputs: New file.
27423         * benchtests/log-inputs: New file.
27424         * benchtests/sinh-inputs: New file.
27425         * benchtests/tanh-inputs: New file.
27427 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27429         [BZ #15339]
27430         * posix/tst-getaddrinfo4.c: New test.
27431         * posix/Makefile (tests): Add it.
27433 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27435         [BZ #15339]
27436         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27437         when no services were used.
27438         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27439         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27441 2013-05-21  Andreas Schwab  <schwab@suse.de>
27443         [BZ #15014]
27444         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27445         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27446         successful.
27447         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27448         redundant variable declarations and reallocation of buffer when
27449         parsing as IPv6 address.  Always set NSS status when called from
27450         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27451         buffer too small.  Correct computation of needed size.
27452         * nss/Makefile (tests): Add test-digits-dots.
27453         * nss/test-digits-dots.c: New test.
27455 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27457         * benchtests/Makefile: Remove instructions for adding
27458         benchmark tests.
27459         * benchtests/README: New file to explain how to execute and
27460         enhance the benchmark tests.
27462 2013-05-21  Andreas Schwab  <schwab@suse.de>
27464         [BZ #15493]
27465         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27466         * setjmp/tst-sigsetjmp.c: New test.
27468 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27470         * sysdeps/x86_64/memset.S (memset): New implementation.
27471         (__bzero): Likewise.
27472         (__memset_tail): New function.
27474 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27476         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27477         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27478         __memcpy_sse2_unaligned ifunc selection.
27479         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27480         Add memcpy-sse2-unaligned.S.
27481         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27482         Add: __memcpy_sse2_unaligned.
27484 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27486         [BZ #15490]
27487         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27488         math_force_eval before restoring floating-point envrionment.
27489         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27490         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27491         Likewise.
27492         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27493         <math_private.h>.
27494         (__nearbyintl): Use math_force_eval before restoring
27495         floating-point environment.
27496         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27498         * math/gen-libm-test.pl (special_functions): Remove.
27499         (parse_args): Don't handle TEST_extra.  Handle functions with no
27500         return value.
27501         * math/libm-test.inc (struct test_sincos_data): Replace with
27502         struct test_fFF_11_data.
27503         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27504         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27505         (sincos_test_data): Change element type to struct
27506         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27507         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27508         RUN_TEST_LOOP_sincos.
27509         * math/README.libm-test: Don't mention special handling of
27510         individual functions.
27511         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27512         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27513         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27514         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27515         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27518         * math/gen-libm-test.pl (get_variable): Remove function.
27519         (parse_args): Don't show pointer parameters to call in test
27520         names.  Use "extra output N" in test names for extra outputs
27521         rather than naming variables.
27523 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27525         [BZ #15488]
27526         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27527         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27528         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27529         double tests.
27530         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27531         disable.
27532         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27533         check_long_double.
27535         * math/gen-libm-test.pl (@tests): Remove variable.
27536         ($count): Likewise.
27537         (new_test): Remove function.
27538         (show_exceptions): New function.
27539         (special_functions): Use show_exceptions instead of new_test.
27540         (parse_args): Likewise.
27541         (generate_testfile): Pass only function name in generated call to
27542         print_max_error or print_complex_max_error.
27543         (get_ulps): Do not handle complex tests specially.
27544         (output_test): Rename to ...
27545         (get_all_ulps_for_test): ... this.  Return a string rather than
27546         printing to a file.  Require ulps to be present.
27547         (output_ulps): Generate arrays rather than #defines.
27548         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27549         (struct ulp_data): New type.
27550         (BUILD_COMPLEX_ULP): Remove macro.
27551         (compare_ulp_data): New function.
27552         (find_ulps): Likewise.
27553         (find_test_ulps): Likewise.
27554         (find_function_ulps): Likewise.
27555         (find_complex_function_ulps): Likewise.
27556         (print_max_error): Determine allowed ulps using
27557         find_function_ulps.
27558         (print_complex_max_error): Determine allowed ulps using
27559         find_complex_function_ulps.
27560         (check_float_internal): Determine max ulps using find_test_ulps.
27561         (check_float): Do not take max_ulp parameter.  Update call to
27562         check_float_internal.
27563         (check_complex): Likewise.
27564         (check_int): Do not take max_ulp parameter.
27565         (check_long): Likewise.
27566         (check_bool): Likewise.
27567         (check_longlong): Likewise.
27568         (struct test_f_f_data): Remove max_ulp field.
27569         (struct test_ff_f_data): Likewise.
27570         (struct test_ff_f_data_nexttoward): Likewise.
27571         (struct test_fi_f_data): Likewise.
27572         (struct test_fl_f_data): Likewise.
27573         (struct test_if_f_data): Likewise.
27574         (struct test_fff_f_data): Likewise.
27575         (struct test_c_f_data): Likewise.
27576         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27577         (struct test_fF_f1_data): Likewise.
27578         (struct test_ffI_f1_data): Likewise.
27579         (struct test_c_c_data): Remove max_ulp field.
27580         (struct test_cc_c_data): Likewise.
27581         (struct test_f_i_data): Likewise.
27582         (struct test_ff_i_data): Likewise.
27583         (struct test_f_l_data): Likewise.
27584         (struct test_f_L_data): Likewise.
27585         (struct test_sincos_data): Likewise.
27586         (RUN_TEST_f_f): Do not handle ulps.
27587         (RUN_TEST_LOOP_f_f): Likewise.
27588         (RUN_TEST_2_f): Likewise.
27589         (RUN_TEST_LOOP_2_f): Likewise.
27590         (RUN_TEST_fff_f): Likewise.
27591         (RUN_TEST_LOOP_fff_f): Likewise.
27592         (RUN_TEST_c_f): Likewise.
27593         (RUN_TEST_LOOP_c_f): Likewise.
27594         (RUN_TEST_f_f1): Likewise.
27595         (RUN_TEST_LOOP_f_f1): Likewise.
27596         (RUN_TEST_fF_f1): Likewise.
27597         (RUN_TEST_LOOP_fF_f1): Likewise.
27598         (RUN_TEST_fI_f1): Likewise.
27599         (RUN_TEST_LOOP_fI_f1): Likewise.
27600         (RUN_TEST_ffI_f1): Likewise.
27601         (RUN_TEST_LOOP_ffI_f1): Likewise.
27602         (RUN_TEST_c_c): Likewise.
27603         (RUN_TEST_LOOP_c_c): Likewise.
27604         (RUN_TEST_cc_c): Likewise.
27605         (RUN_TEST_LOOP_cc_c): Likewise.
27606         (RUN_TEST_f_i): Likewise.
27607         (RUN_TEST_LOOP_f_i): Likewise.
27608         (RUN_TEST_f_i_tg): Likewise.
27609         (RUN_TEST_LOOP_f_i_tg): Likewise.
27610         (RUN_TEST_ff_i_tg): Likewise.
27611         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27612         (RUN_TEST_f_b): Likewise.
27613         (RUN_TEST_LOOP_f_b): Likewise.
27614         (RUN_TEST_f_b_tg): Likewise.
27615         (RUN_TEST_LOOP_f_b_tg): Likewise.
27616         (RUN_TEST_f_l): Likewise.
27617         (RUN_TEST_LOOP_f_l): Likewise.
27618         (RUN_TEST_f_L): Likewise.
27619         (RUN_TEST_LOOP_f_L): Likewise.
27620         (RUN_TEST_sincos): Likewise.
27621         (RUN_TEST_LOOP_sincos): Likewise.
27623 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27625         [BZ #15480]
27626         [BZ #15485]
27627         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27628         main case of finite arguments, set rounding mode to FE_TONEAREST
27629         and discard exceptions.
27630         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27631         exceptions.
27632         (remainder_tonearest_test_data): New variable.
27633         (remainder_test_tonearest): New function.
27634         (remainder_towardzero_test_data): New variable.
27635         (remainder_test_towardzero): New function.
27636         (remainder_downward_test_data): New variable.
27637         (remainder_test_downward): New function.
27638         (remainder_upward_test_data): New variable.
27639         (remainder_test_upward): New function.
27640         (main): Call the new test functions.
27642         * math/libm-test.inc (struct test_f_f1_data): Remove field
27643         extra_init.
27644         (struct test_fF_f1_data): Likewise.
27645         (struct test_ffI_f1_data): Likewise.
27646         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27647         based on value of EXTRA_EXPECTED.
27648         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27649         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27650         EXTRA_VAR based on value of EXTRA_EXPECTED.
27651         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27652         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27653         EXTRA_VAR based on value of EXTRA_EXPECTED.
27654         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27655         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27656         EXTRA_VAR based on value of EXTRA_EXPECTED.
27657         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27658         * math/gen-libm-test.pl (parse_args): Don't output initializers
27659         for extra output values.
27661         * math/libm-test.inc (check_int): Expect result to be exactly
27662         equal to expected value and do not handle ulps.
27663         (check_long): Likewise.
27664         (check_longlong): Likewise.
27666         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27667         exceptions.
27668         (cimag_test_data): Likewise.
27669         (conj_test_data): Likewise.
27670         (copysign_test_data): Likewise.
27671         (cproj_test_data): Likewise.
27672         (creal_test_data): Likewise.
27673         (fabs_test_data): Likewise.
27674         (fdim_test_data): Likewise.
27675         (finite_test_data): Likewise.
27676         (floor_test_data): Likewise.
27677         (fmax_test_data): Likewise.
27678         (fmin_test_data): Likewise.
27679         (fmod_test_data): Likewise.
27680         (fpclassify_test_data): Likewise.
27681         (frexp_test_data): Likewise.
27682         (ilogb_test_data): Likewise.
27683         (isfinite_test_data): Likewise.
27684         (isgreater_test_data): Likewise.
27685         (isgreaterequal_test_data): Likewise.
27686         (isinf_test_data): Likewise.
27687         (isless_test_data): Likewise.
27688         (islessequal_test_data): Likewise.
27689         (islessgreater_test_data): Likewise.
27690         (isnan_test_data): Likewise.
27691         (isnormal_test_data): Likewise.
27692         (issignaling_test_data): Likewise.
27693         (isunordered_test_data): Likewise.
27694         (ldexp_test_data): Likewise.
27695         (lrint_test_data): Likewise.
27696         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27697         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27698         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27699         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27700         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27701         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27702         test input.
27703         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27704         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27705         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27706         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27707         that test input.
27708         (lrint_downward_test_data): Test for "inexact" exceptions.
27709         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27710         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27711         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27712         test input.
27713         (lrint_upward_test_data): Test for "inexact" exceptions.
27714         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27715         test input.
27716         (llrint_test_data): Test for "inexact" exceptions.
27717         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27718         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27719         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27720         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27721         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27722         (llrint_downward_test_data): Test for "inexact" exceptions.
27723         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27724         (llrint_upward_test_data): Test for "inexact" exceptions.
27725         (logb_test_data): Likewise.
27726         (logb_downward_test_data): Likewise.
27727         (nextafter_test_data): Likewise.
27728         (nexttoward_test_data): Likewise.
27729         (remainder_test_data): Likewise.
27730         (remquo_test_data): Likewise.
27731         (scalbn_test_data): Likewise.
27732         (scalbln_test_data): Likewise.
27733         (signbit_test_data): Likewise.
27734         (sqrt_test_data): Likewise.
27735         (significand_test_data): Likewise.
27737 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27739         [BZ #15424]
27740         * benchtests/bench-modf.c (struct args): Mark arg0 as
27741         volatile.
27742         * scripts/bench.pl: Mark members of struct args as volatile.
27744 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27746         [BZ # 15497]
27747         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27748         negative infinity on POWER6 or lower.
27749         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27751 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27753         [BZ #15442]
27754         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27755         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27756         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27757         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27758         (_FP_SETQNAN): New macro.
27759         (_FP_SETQNAN_SEMIRAW): Likewise.
27760         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27761         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27762         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27763         (FP_EXTEND): Use _FP_FRAC_SNANP.
27764         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27765         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27766         into account.
27767         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27768         New macro.
27769         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27770         Likewise.
27772 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27774         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27775         with DIVIDE_BY_ZERO_EXCEPTION.
27776         (gamma_test_data): Likewise.
27777         (lgamma_test_data): Likewise.
27778         (log_test_data): Likewise.
27779         (log10_test_data): Likewise.
27780         (log2_test_data): Likewise.
27781         (tgamma_test_data): Likewise.
27783         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27784         (acos_test_tonearest): Likewise.
27785         (acos_test_towardzero): Likewise.
27786         (acos_test_downward): Likewise.
27787         (acos_test_upward): Likewise.
27788         (acosh_test): Likewise.
27789         (asin_test): Likewise.
27790         (asin_test_tonearest): Likewise.
27791         (asin_test_towardzero): Likewise.
27792         (asin_test_downward): Likewise.
27793         (asin_test_upward): Likewise.
27794         (asinh_test): Likewise.
27795         (atan_test): Likewise.
27796         (atanh_test): Likewise.
27797         (atan2_test): Likewise.
27798         (cabs_test): Likewise.
27799         (cacos_test): Likewise.
27800         (cacosh_test): Likewise.
27801         (casin_test): Likewise.
27802         (casinh_test): Likewise.
27803         (catan_test): Likewise.
27804         (catanh_test): Likewise.
27805         (cbrt_test): Likewise.
27806         (ccos_test): Likewise.
27807         (ccosh_test): Likewise.
27808         (cexp_test): Likewise.
27809         (clog_test): Likewise.
27810         (clog10_test): Likewise.
27811         (cos_test): Likewise.
27812         (cos_test_tonearest): Likewise.
27813         (cos_test_towardzero): Likewise.
27814         (cos_test_downward): Likewise.
27815         (cos_test_upward): Likewise.
27816         (cosh_test): Likewise.
27817         (cosh_test_tonearest): Likewise.
27818         (cosh_test_towardzero): Likewise.
27819         (cosh_test_downward): Likewise.
27820         (cosh_test_upward): Likewise.
27821         (cpow_test): Likewise.
27822         (csin_test): Likewise.
27823         (csinh_test): Likewise.
27824         (csqrt_test): Likewise.
27825         (ctan_test): Likewise.
27826         (ctan_test_tonearest): Likewise.
27827         (ctan_test_towardzero): Likewise.
27828         (ctan_test_downward): Likewise.
27829         (ctan_test_upward): Likewise.
27830         (ctanh_test): Likewise.
27831         (ctanh_test_tonearest): Likewise.
27832         (ctanh_test_towardzero): Likewise.
27833         (ctanh_test_downward): Likewise.
27834         (ctanh_test_upward): Likewise.
27835         (erf_test): Likewise.
27836         (erfc_test): Likewise.
27837         (exp_test): Likewise.
27838         (exp_test_tonearest): Likewise.
27839         (exp_test_towardzero): Likewise.
27840         (exp_test_downward): Likewise.
27841         (exp_test_upward): Likewise.
27842         (exp10_test): Likewise.
27843         (exp2_test): Likewise.
27844         (expm1_test): Likewise.
27845         (fmod_test): Likewise.
27846         (gamma_test): Likewise.
27847         (hypot_test): Likewise.
27848         (j0_test): Likewise.
27849         (j1_test): Likewise.
27850         (jn_test): Likewise.
27851         (lgamma_test): Likewise.
27852         (log_test): Likewise.
27853         (log10_test): Likewise.
27854         (log1p_test): Likewise.
27855         (log2_test): Likewise.
27856         (logb_test_downward): Likewise.
27857         (pow_test): Likewise.
27858         (pow_test_tonearest): Likewise.
27859         (pow_test_towardzero): Likewise.
27860         (pow_test_downward): Likewise.
27861         (pow_test_upward): Likewise.
27862         (remainder_test): Likewise.
27863         (remquo_test): Likewise.
27864         (sin_test): Likewise.
27865         (sin_test_tonearest): Likewise.
27866         (sin_test_towardzero): Likewise.
27867         (sin_test_downward): Likewise.
27868         (sin_test_upward): Likewise.
27869         (sincos_test): Likewise.
27870         (sinh_test): Likewise.
27871         (sinh_test_tonearest): Likewise.
27872         (sinh_test_towardzero): Likewise.
27873         (sinh_test_downward): Likewise.
27874         (sinh_test_upward): Likewise.
27875         (sqrt_test): Likewise.
27876         (tan_test): Likewise.
27877         (tan_test_tonearest): Likewise.
27878         (tan_test_towardzero): Likewise.
27879         (tan_test_downward): Likewise.
27880         (tan_test_upward): Likewise.
27881         (tanh_test): Likewise.
27882         (tgamma_test): Likewise.
27883         (y0_test): Likewise.
27884         (y1_test): Likewise.
27885         (yn_test): Likewise.
27887         * math/gen-libm-test.pl (adjust_arg): Remove function.
27888         (special_function): Remove argument $in_func.  Only handle
27889         generating output for tables of tests, not inside functions.
27890         (parse_args): Likewise.
27891         (generate_testfile): Remove variable $in_func.  Update call to
27892         parse_args.
27893         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27894         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27895         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27896         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27897         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27898         (MAX_VALUE_INIT): Rename macro to max_value.
27899         (MIN_VALUE_INIT): Rename macro to min_value.
27900         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27901         (plus_zero): Remove variable.
27902         (minus_zero): Likewise.
27903         (plus_infty): Likewise.
27904         (minus_infty): Likewise.
27905         (qnan_value): Likewise.
27906         (max_value): Likewise.
27907         (min_value): Likewise.
27908         (min_subnorm_value): Likewise.
27910 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27912         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27913         uint64_t or uint32_t usage.
27914         * crypt/sha256-block.c: Likewise.
27915         * crypt/sha256-crypt.c: Likewise.
27916         * crypt/sha256.c: Likewise.
27917         * crypt/sha512-block.c: Likewise.
27918         * crypt/sha512-crypt.c: Likewise.
27919         * crypt/sha512.c: Likewise.
27920         * debug/backtrace-tst.c: Likewise.
27921         * debug/pcprofiledump.c: Likewise.
27922         * elf/cache.c: Likewise.
27923         * elf/dl-cache.c: Likewise.
27924         * elf/dl-misc.c: Likewise.
27925         * elf/dl-profile.c: Likewise.
27926         * elf/dl-support.c: Likewise.
27927         * elf/ldconfig.c: Likewise.
27928         * elf/sprof.c: Likewise.
27929         * iconv/dummy-repertoire.c: Likewise.
27930         * iconv/iconv_charmap.c: Likewise.
27931         * iconv/skeleton.c: Likewise.
27932         * iconvdata/8bit-generic.c: Likewise.
27933         * iconvdata/cp737.h: Likewise.
27934         * iconvdata/cp775.h: Likewise.
27935         * iconvdata/ibm1008.h: Likewise.
27936         * iconvdata/ibm1025.h: Likewise.
27937         * iconvdata/ibm1046.h: Likewise.
27938         * iconvdata/ibm1097.h: Likewise.
27939         * iconvdata/ibm1112.h: Likewise.
27940         * iconvdata/ibm1122.h: Likewise.
27941         * iconvdata/ibm1123.h: Likewise.
27942         * iconvdata/ibm1124.h: Likewise.
27943         * iconvdata/ibm1129.h: Likewise.
27944         * iconvdata/ibm1130.h: Likewise.
27945         * iconvdata/ibm1132.h: Likewise.
27946         * iconvdata/ibm1133.h: Likewise.
27947         * iconvdata/ibm1137.h: Likewise.
27948         * iconvdata/ibm1140.h: Likewise.
27949         * iconvdata/ibm1141.h: Likewise.
27950         * iconvdata/ibm1142.h: Likewise.
27951         * iconvdata/ibm1143.h: Likewise.
27952         * iconvdata/ibm1144.h: Likewise.
27953         * iconvdata/ibm1145.h: Likewise.
27954         * iconvdata/ibm1146.h: Likewise.
27955         * iconvdata/ibm1147.h: Likewise.
27956         * iconvdata/ibm1148.h: Likewise.
27957         * iconvdata/ibm1149.h: Likewise.
27958         * iconvdata/ibm1153.h: Likewise.
27959         * iconvdata/ibm1154.h: Likewise.
27960         * iconvdata/ibm1155.h: Likewise.
27961         * iconvdata/ibm1156.h: Likewise.
27962         * iconvdata/ibm1157.h: Likewise.
27963         * iconvdata/ibm1158.h: Likewise.
27964         * iconvdata/ibm1160.h: Likewise.
27965         * iconvdata/ibm1161.h: Likewise.
27966         * iconvdata/ibm1162.h: Likewise.
27967         * iconvdata/ibm1163.h: Likewise.
27968         * iconvdata/ibm1164.h: Likewise.
27969         * iconvdata/ibm1166.h: Likewise.
27970         * iconvdata/ibm1167.h: Likewise.
27971         * iconvdata/ibm12712.h: Likewise.
27972         * iconvdata/ibm1390.h: Likewise.
27973         * iconvdata/ibm1399.h: Likewise.
27974         * iconvdata/ibm16804.h: Likewise.
27975         * iconvdata/ibm4517.h: Likewise.
27976         * iconvdata/ibm4899.h: Likewise.
27977         * iconvdata/ibm4909.h: Likewise.
27978         * iconvdata/ibm4971.h: Likewise.
27979         * iconvdata/ibm5347.h: Likewise.
27980         * iconvdata/ibm803.h: Likewise.
27981         * iconvdata/ibm856.h: Likewise.
27982         * iconvdata/ibm901.h: Likewise.
27983         * iconvdata/ibm902.h: Likewise.
27984         * iconvdata/ibm9030.h: Likewise.
27985         * iconvdata/ibm9066.h: Likewise.
27986         * iconvdata/ibm921.h: Likewise.
27987         * iconvdata/ibm922.h: Likewise.
27988         * iconvdata/ibm9448.h: Likewise.
27989         * iconvdata/isiri-3342.h: Likewise.
27990         * iconvdata/jis0201.h: Likewise.
27991         * include/link.h: Likewise.
27992         * include/netdb.h: Likewise.
27993         * inet/check_native.c: Likewise.
27994         * inet/check_pf.c: Likewise.
27995         * inet/getipv4sourcefilter.c: Likewise.
27996         * inet/getnameinfo.c: Likewise.
27997         * inet/getsourcefilter.c: Likewise.
27998         * inet/htonl.c: Likewise.
27999         * inet/setipv4sourcefilter.c: Likewise.
28000         * inet/setsourcefilter.c: Likewise.
28001         * inet/test-inet6_opt.c: Likewise.
28002         * inet/tst-network.c: Likewise.
28003         * locale/C-collate.c: Likewise.
28004         * locale/C-ctype.c: Likewise.
28005         * locale/C-time.c: Likewise.
28006         * locale/C-translit.h: Likewise.
28007         * locale/loadarchive.c: Likewise.
28008         * locale/programs/3level.h: Likewise.
28009         * locale/programs/charmap.c: Likewise.
28010         * locale/programs/charmap.h: Likewise.
28011         * locale/programs/ld-address.c: Likewise.
28012         * locale/programs/ld-collate.c: Likewise.
28013         * locale/programs/ld-ctype.c: Likewise.
28014         * locale/programs/ld-identification.c: Likewise.
28015         * locale/programs/ld-measurement.c: Likewise.
28016         * locale/programs/ld-messages.c: Likewise.
28017         * locale/programs/ld-monetary.c: Likewise.
28018         * locale/programs/ld-name.c: Likewise.
28019         * locale/programs/ld-numeric.c: Likewise.
28020         * locale/programs/ld-paper.c: Likewise.
28021         * locale/programs/ld-telephone.c: Likewise.
28022         * locale/programs/ld-time.c: Likewise.
28023         * locale/programs/linereader.c: Likewise.
28024         * locale/programs/locale.c: Likewise.
28025         * locale/programs/locarchive.c: Likewise.
28026         * locale/programs/locfile.h: Likewise.
28027         * locale/programs/repertoire.c: Likewise.
28028         * locale/programs/simple-hash.c: Likewise.
28029         * locale/programs/simple-hash.h: Likewise.
28030         * malloc/memusage.c: Likewise.
28031         * malloc/memusagestat.c: Likewise.
28032         * nis/nis_defaults.c: Likewise.
28033         * nis/nis_hash.c: Likewise.
28034         * nis/nis_print.c: Likewise.
28035         * nis/nis_xdr.c: Likewise.
28036         * nscd/connections.c: Likewise.
28037         * nscd/hstcache.c: Likewise.
28038         * nscd/nscd_gethst_r.c: Likewise.
28039         * nscd/nscd_getserv_r.c: Likewise.
28040         * nscd/nscd_helper.c: Likewise.
28041         * nscd/servicescache.c: Likewise.
28042         * nss/makedb.c: Likewise.
28043         * nss/nss_db/db-XXX.c: Likewise.
28044         * nss/nss_db/db-initgroups.c: Likewise.
28045         * nss/nss_db/db-netgrp.c: Likewise.
28046         * nss/nss_files/files-network.c: Likewise.
28047         * nss/nss_files/files-parse.c: Likewise.
28048         * posix/bug-regex5.c: Likewise.
28049         * posix/fnmatch_loop.c: Likewise.
28050         * posix/regcomp.c: Likewise.
28051         * posix/regexec.c: Likewise.
28052         * posix/tst-rfc3484-2.c: Likewise.
28053         * posix/tst-rfc3484-3.c: Likewise.
28054         * posix/tst-rfc3484.c: Likewise.
28055         * resolv/nss_dns/dns-canon.c: Likewise.
28056         * resolv/nss_dns/dns-network.c: Likewise.
28057         * resolv/res_init.c: Likewise.
28058         * resolv/res_mkquery.c: Likewise.
28059         * resolv/tst-aton.c: Likewise.
28060         * stdlib/cxa_atexit.c: Likewise.
28061         * stdlib/cxa_finalize.c: Likewise.
28062         * stdlib/gen-fpioconst.c: Likewise.
28063         * stdlib/strtol_l.c: Likewise.
28064         * string/tst-endian.c: Likewise.
28065         * sunrpc/auth_des.c: Likewise.
28066         * sunrpc/clnt_udp.c: Likewise.
28067         * sunrpc/rtime.c: Likewise.
28068         * sunrpc/svcauth_des.c: Likewise.
28069         * sunrpc/xdr.c: Likewise.
28070         * sunrpc/xdr_intXX_t.c: Likewise.
28071         * sunrpc/xdr_rec.c: Likewise.
28072         * sysdeps/generic/ldconfig.h: Likewise.
28073         * sysdeps/generic/ldsodefs.h: Likewise.
28074         * sysdeps/generic/memusage.h: Likewise.
28075         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28076         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28077         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28078         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28079         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28080         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28081         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28082         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28083         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28084         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28085         * sysdeps/posix/getaddrinfo.c: Likewise.
28086         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28087         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28088         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28089         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28090         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28091         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28092         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28093         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28094         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28095         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28096         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28097         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28098         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28099         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28100         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28101         * sysdeps/x86_64/dl-tls.h: Likewise.
28102         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28103         * time/alt_digit.c: Likewise.
28104         * time/era.c: Likewise.
28105         * wcsmbs/tst-c16c32-1.c: Likewise.
28107 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28109         * math/libm-test.inc (struct test_sincos_data): New type.
28110         (RUN_TEST_LOOP_sincos): New macro.
28111         (sincos_test_data): New variable.
28112         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28114 2013-05-16  Richard Henderson  <rth@redhat.com>
28116         * math/atest-exp2.c (LIMB64): New macro.
28117         (CONSTSZ): New macro.
28118         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28119         (hexdig): Move ...
28120         (print_mpn_fp): ... to function scope.
28121         (read_mpn_hex): Remove.
28122         (get_log2): Remove.
28123         (exp2_mpn): Use mp_log2.
28124         (main): Use mp_exp1.
28126 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28128         * math/libm-test.inc: Remove comment about not testing "inexact"
28129         exceptions.
28130         (INEXACT_EXCEPTION): New macro.
28131         (NO_INEXACT_EXCEPTION): Likewise.
28132         (INVALID_EXCEPTION_OK): Update value.
28133         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28134         (OVERFLOW_EXCEPTION_OK): Likewise.
28135         (UNDERFLOW_EXCEPTION_OK): Likewise.
28136         (IGNORE_ZERO_INF_SIGN): Likewise.
28137         (ERRNO_UNCHANGED): Likewise.
28138         (ERRNO_EDOM): Likewise.
28139         (ERRNO_ERANGE): Likewise.
28140         (test_exceptions): Handle testing "inexact" exceptions.
28141         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28142         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28143         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28144         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28145         INEXACT_EXCEPTION.
28146         (rint_towardzero_test_data): Likewise.
28147         (rint_downward_test_data): Likewise.
28148         (rint_upward_test_data): Likewise.
28150         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28151         with OVERFLOW_EXCEPTION.
28152         (exp10_test_data): Likewise.
28153         (exp2_test_data): Likewise.
28154         (expm1_test_data): Likewise.
28155         (lgamma_test_data): Likewise.
28156         (pow_test_data): Likewise.
28157         (tgamma_test_data): Likewise.
28158         (yn_test_data): Remove duplicate test of overflow.
28160         * math/libm-test.inc (struct test_cc_c_data): New type.
28161         (RUN_TEST_LOOP_cc_c): New macro.
28162         (cpow_test_data): New variable.
28163         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28165         * math/libm-test.inc (struct test_f_L_data): New type.
28166         (RUN_TEST_LOOP_f_L): New macro.
28167         (llrint_test_data): New variable.
28168         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28169         (llrint_tonearest_test_data): New variable.
28170         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28171         (llrint_towardzero_test_data): New variable.
28172         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28173         (llrint_downward_test_data): New variable.
28174         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28175         (llrint_upward_test_data): New variable.
28176         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28177         (llround_test_data): New variable.
28178         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28180 2013-05-13  Peter Collingbourne  <pcc@google.com>
28182         * math/atest-exp2.c (get_log2): Remove const attribute.
28184 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28186         * math/libm-test.inc (struct test_f_l_data): New type.
28187         (RUN_TEST_LOOP_f_l): New macro.
28188         (lrint_test_data): New variable.
28189         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28190         (lrint_tonearest_test_data): New variable.
28191         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28192         (lrint_towardzero_test_data): New variable.
28193         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28194         (lrint_downward_test_data): New variable.
28195         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28196         (lrint_upward_test_data): New variable.
28197         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28198         (lround_test_data): New variable.
28199         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28201 2013-05-15  Peter Collingbourne  <pcc@google.com>
28203         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28204         (EXTRACT_WORDS64) Use where appropriate.
28205         (INSERT_WORDS64) Likewise.
28207         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28208         constraints with x constraints.
28209         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28211         * malloc/obstack.c (_obstack_compat): Add initializer.
28213 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28215         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28216         si_trapno and add si_addr_lsb to _sifields.sigfault.
28217         (si_trapno): Remove macro.
28218         (si_addr_lsb): Define new macro.
28219         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28221 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28223         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28224         instead of TEST_f_l.
28225         (llrint_test_tonearest): Likewise.
28226         (llrint_test_towardzero): Likewise.
28227         (llrint_test_downward): Likewise.
28228         (llrint_test_upward): Likewise.
28229         (llround_test): Likewise.
28231         * math/libm-test.inc (struct test_f_i_data): Add comment.
28232         (RUN_TEST_LOOP_f_b): New macro.
28233         (RUN_TEST_LOOP_f_b_tg): Likewise.
28234         (finite_test_data): New variable.
28235         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28236         (isfinite_test_data): New variable.
28237         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28238         (isinf_test_data): New variable.
28239         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28240         (isnan_test_data): New variable.
28241         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28242         (isnormal_test_data): New variable.
28243         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28244         (issignaling_test_data): New variable.
28245         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28246         (signbit_test_data): New variable.
28247         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28249         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28250         with INVALID_EXCEPTION.
28251         (acosh_test_data): Likewise.
28252         (asin_test_data): Likewise.
28253         (atanh_test_data): Likewise.
28254         (fmod_test_data): Likewise.
28255         (log_test_data): Likewise.
28256         (log10_test_data): Likewise.
28257         (log2_test_data): Likewise.
28258         (pow_test_data): Likewise.
28259         (sqrt_test_data): Likewise.
28260         (y0_test_data): Likewise.
28261         (y1_test_data): Likewise.
28262         (yn_test_data): Likewise.
28264         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28265         function contents.
28267         * math/libm-test.inc (struct test_ff_i_data): New type.
28268         (RUN_TEST_LOOP_ff_i_tg): New macro.
28269         (isgreater_test_data): New variable.
28270         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28271         (isgreaterequal_test_data): New variable.
28272         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28273         (isless_test_data): New variable.
28274         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28275         (islessequal_test_data): New variable.
28276         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28277         (islessgreater_test_data): New variable.
28278         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28279         (isunordered_test_data): New variable.
28280         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28282 2013-05-14  David S. Miller  <davem@davemloft.net>
28284         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28286 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28288         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28290         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28291         extra_test to int.
28292         (struct test_f_i_data): Change type of max_ulp to int.
28294         * math/libm-test.inc (test_ffI_f1_data): New type.
28295         (RUN_TEST_LOOP_ffI_f1): New macro.
28296         (remquo_test_data): New variable.
28297         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28299         * setjmp/tst-setjmp-fp.c: New file.
28300         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28301         (link-libm): New variable.
28302         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28304         * math/libm-test.inc (struct test_f_i_data): New type.
28305         (RUN_TEST_LOOP_f_i): New macro.
28306         (RUN_TEST_LOOP_f_i_tg): Likewise.
28307         (fpclassify_test_data): New variable.
28308         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28309         (ilogb_test_data): New variable.
28310         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28312         * math/libm-test.inc (scalbln_test): Correct function name in END
28313         call.
28315         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28316         (RUN_TEST_LOOP_fI_f1): New macro.
28317         (frexp_test_data): New variable.
28318         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28320         * math/libm-test.inc (struct test_fF_f1_data): New type.
28321         (RUN_TEST_LOOP_fF_f1): New macro.
28322         (modf_test_data): New variable.
28323         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28325         * math/libm-test.inc (struct test_f_f1_data): New type.
28326         (RUN_TEST_LOOP_f_f1): New macro.
28327         (gamma_test_data): New variable.
28328         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28329         (lgamma_test_data): New variable.
28330         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28332 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28334         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28335         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28336         (main): Comment "tls" pseudo-hwcap.
28338 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28340         * math/libm-test.inc (struct test_fl_f_data): New type.
28341         (RUN_TEST_LOOP_fl_f): New variable.
28342         (scalbln_test_data): New variable.
28343         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28345         * math/libm-test.inc (struct test_fi_f_data): New type.
28346         (RUN_TEST_LOOP_fi_f): New macro.
28347         (ldexp_test_data): New variable.
28348         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28349         (scalbn_test_data): New variable.
28350         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28352         * math/libm-test.inc (struct test_c_f_data): New type.
28353         (RUN_TEST_LOOP_c_f): New macro.
28354         (cabs_test_data): New variable.
28355         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28356         (carg_test_data): New variable.
28357         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28358         (cimag_test_data): New variable.
28359         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28360         (creal_test_data): New variable.
28361         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28363         * math/libm-test.inc (struct test_if_f_data): New type.
28364         (RUN_TEST_LOOP_if_f): New macro.
28365         (jn_test_data): New variable.
28366         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28367         (yn_test_data): New variable.
28368         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28370         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28372 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28374         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28375         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28377 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28379         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28380         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28381         (bench-deps): Add bench-timing.h.
28382         * benchtests-bench-skeleton.c: Include bench-timing.h.
28383         (main): Use TIMING_* macros instead of clock_gettime.
28384         * benchtests/bench-timing.h: New file.
28386         [BZ #14582]
28387         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28388         Renamed from _LIB_VERSION.
28389         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28391 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28393         * math/libm-test.inc (struct test_fff_f_data): New type.
28394         (RUN_TEST_LOOP_fff_f): New macro.
28395         (fma_test_data): New variable.
28396         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28397         (fma_towardzero_test_data): New variable.
28398         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28399         (fma_downward_test_data): New variable.
28400         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28401         (fma_upward_test_data): New variable.
28402         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28404         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28405         (struct test_c_c_data): New type.
28406         (RUN_TEST_LOOP_c_c): New macro.
28407         (cacos_test_data): New variable.
28408         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28409         (cacosh_test_data): New variable.
28410         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28411         (casin_test_data): New variable.
28412         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28413         (casinh_test_data): New variable.
28414         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28415         (catan_test_data): New variable.
28416         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28417         (catanh_test_data): New variable.
28418         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28419         (ccos_test_data): New variable.
28420         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28421         (ccosh_test_data): New variable.
28422         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28423         (cexp_test_data): New variable.
28424         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28425         (clog_test_data): New variable.
28426         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28427         (clog10_test_data): New variable.
28428         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28429         (conj_test_data): New variable.
28430         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28431         (cproj_test_data): New variable.
28432         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28433         (csin_test_data): New variable.
28434         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28435         (csinh_test_data): New variable.
28436         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28437         (csqrt_test_data): New variable.
28438         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28439         (ctan_test_data): New variable.
28440         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28441         (ctan_tonearest_test_data): New variable.
28442         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28443         (ctan_towardzero_test_data): New variable.
28444         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28445         (ctan_downward_test_data): New variable.
28446         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28447         (ctan_upward_test_data): New variable.
28448         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28449         (ctanh_test_data): New variable.
28450         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28451         (ctanh_tonearest_test_data): New variable.
28452         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28453         (ctanh_towardzero_test_data): New variable.
28454         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28455         (ctanh_downward_test_data): New variable.
28456         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28457         (ctanh_upward_test_data): New variable.
28458         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28459         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28460         of BUILD_COMPLEX.
28462         * math/libm-test.inc (struct test_ff_f_data): New type.
28463         (struct test_ff_f_data_nexttoward): Likewise.
28464         (RUN_TEST_LOOP_2_f): New macro.
28465         (RUN_TEST_LOOP_ff_f): Likewise.
28466         (atan2_test_data): New variable.
28467         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28468         (copysign_test_data): New variable.
28469         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28470         (fdim_test_data): New variable.
28471         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28472         (fmax_test_data): New variable.
28473         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28474         (fmin_test_data): New variable.
28475         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28476         (fmod_test_data): New variable.
28477         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28478         (hypot_test_data): New variable.
28479         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28480         (nextafter_test_data): New variable.
28481         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28482         (nexttoward_test_data): New variable.
28483         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28484         (pow_test_data): New variable.
28485         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28486         (pow_tonearest_test_data): New variable.
28487         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28488         (pow_towardzero_test_data): New variable.
28489         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28490         (pow_downward_test_data): New variable.
28491         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28492         (pow_upward_test_data): New variable.
28493         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28494         (remainder_test_data): New variable.
28495         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28496         (scalb_test_data): New variable.
28497         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28498         * sysdeps/i386/fpu/libm-test-ulps: Update.
28500 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28502         * math/libm-test.inc (fma_test): Use max_value instead of local
28503         variable fltmax.
28504         (nextafter_test): Likewise.
28506         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28507         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28508         (acos_downward_test_data): New variable.
28509         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28510         (acos_upward_test_data): New variable.
28511         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28512         (acosh_test_data): New variable.
28513         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28514         (asin_test_data): New variable.
28515         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28516         (asin_tonearest_test_data): New variable.
28517         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28518         (asin_towardzero_test_data): New variable.
28519         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28520         (asin_downward_test_data): New variable.
28521         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28522         (asin_upward_test_data): New variable.
28523         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28524         (asinh_test_data): New variable.
28525         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28526         (atan_test_data): New variable.
28527         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28528         (atanh_test_data): New variable.
28529         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28530         (cbrt_test_data): New variable.
28531         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28532         (ceil_test_data): New variable.
28533         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28534         (cos_test_data): New variable.
28535         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28536         (cos_tonearest_test_data): New variable.
28537         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28538         (cos_towardzero_test_data): New variable.
28539         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28540         (cos_downward_test_data): New variable.
28541         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28542         (cos_upward_test_data): New variable.
28543         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28544         (cosh_test_data): New variable.
28545         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28546         (cosh_tonearest_test_data): New variable.
28547         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28548         (cosh_towardzero_test_data): New variable.
28549         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28550         (cosh_downward_test_data): New variable.
28551         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28552         (cosh_upward_test_data): New variable.
28553         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28554         (erf_test_data): New variable.
28555         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28556         (erfc_test_data): New variable.
28557         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28558         (exp_test_data): New variable.
28559         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28560         (exp_tonearest_test_data): New variable.
28561         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28562         (exp_towardzero_test_data): New variable.
28563         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28564         (exp_downward_test_data): New variable.
28565         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28566         (exp_upward_test_data): New variable.
28567         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28568         (exp10_test_data): New variable.
28569         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28570         (exp2_test_data): New variable.
28571         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28572         (expm1_test_data): New variable.
28573         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28574         (fabs_test_data): New variable.
28575         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28576         (floor_test_data): New variable.
28577         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28578         (j0_test_data): New variable.
28579         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28580         (j1_test_data): New variable.
28581         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28582         (log_test_data): New variable.
28583         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28584         (log10_test_data): New variable.
28585         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28586         (log1p_test_data): New variable.
28587         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28588         (log2_test_data): New variable.
28589         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28590         (logb_test_data): New variable.
28591         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28592         (logb_downward_test_data): New variable.
28593         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28594         (nearbyint_test_data): New variable.
28595         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28596         (rint_test_data): New variable.
28597         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28598         (rint_tonearest_test_data): New variable.
28599         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28600         (rint_towardzero_test_data): New variable.
28601         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28602         (rint_downward_test_data): New variable.
28603         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28604         (rint_upward_test_data): New variable.
28605         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28606         (round_test_data): New variable.
28607         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28608         (sin_test_data): New variable.
28609         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28610         (sin_tonearest_test_data): New variable.
28611         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28612         (sin_towardzero_test_data): New variable.
28613         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28614         (sin_downward_test_data): New variable.
28615         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28616         (sin_upward_test_data): New variable.
28617         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28618         (sinh_test_data): New variable.
28619         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28620         (sinh_tonearest_test_data): New variable.
28621         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28622         (sinh_towardzero_test_data): New variable.
28623         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28624         (sinh_downward_test_data): New variable.
28625         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28626         (sinh_upward_test_data): New variable.
28627         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28628         (sqrt_test_data): New variable.
28629         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28630         (tan_test_data): New variable.
28631         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28632         (tan_tonearest_test_data): New variable.
28633         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28634         (tan_towardzero_test_data): New variable.
28635         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28636         (tan_downward_test_data): New variable.
28637         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28638         (tan_upward_test_data): New variable.
28639         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28640         (tanh_test_data): New variable.
28641         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28642         (tgamma_test_data): New variable.
28643         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28644         (trunc_test_data): New variable.
28645         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28646         (y0_test_data): New variable.
28647         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28648         (y1_test_data): New variable.
28649         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28650         (significand_test_data): New variable.
28651         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28653 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28655         [BZ #12387]
28656         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28658 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28660         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28662 2013-05-10  Andreas Jaeger  <aj@suse.de>
28664         [BZ #15448]
28665         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28666         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28668 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28670         * math/gen-libm-test.pl (adjust_arg): New function.
28671         (special_functions): Handle generating output in both functions
28672         and arrays.
28673         (parse_args): Likewise.
28674         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28675         $in_func argument to parse_args.
28676         * math/libm-test.inc (struct test_f_f_data): New type.
28677         (IF_ROUND_INIT_): New macro.
28678         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28679         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28680         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28681         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28682         (ROUND_RESTORE_): Likewise.
28683         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28684         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28685         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28686         (ROUND_RESTORE_FE_UPWARD): Likewise.
28687         (RUN_TEST_LOOP_f_f): New macro.
28688         (acos_test_data): New variable.
28689         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28690         (acos_tonearest_test_data): New variable.
28691         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28693 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28695         * benchtests/bench-skeleton.c (startup): Fix coding style.
28697 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28699         [BZ #6809]
28700         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28701         negative infinity argument.
28702         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28703         negative infinity argument.
28704         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28705         negative infinity argument.
28706         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28707         domain errors.
28709 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28711         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28712         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28713         * iconv/iconv_prog.c (main): Likewise.
28714         * locale/programs/charmap-dir.c (charmap_readdir)
28715         (fopen_uncompressed): Likewise.
28716         * locale/programs/locfile.c (siblings_uncached)
28717         (write_locale_data): Use lstat64 instead of lstat.
28718         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28719         stat.
28721 2013-05-10  Andreas Jaeger  <aj@suse.de>
28723         [BZ #15395]
28724         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28725         localization.
28726         Include <locale.h>.
28728 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28730         * elf/dl-close.c (_dl_close_worker): Add comments.
28732 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28734         [BZ #15359]
28735         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28736         high part of pi/2.
28737         (__ieee754_rem_pio2l): Update comments.
28739         [BZ #15429]
28740         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28741         high part of pi/2.
28742         (__ieee754_rem_pio2l): Update comments.
28744         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28745         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28747         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28748         M_PI_4l.
28750         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28751         (M_PI_34_LOG10El): Likewise.
28752         (M_PI2_LOG10El): Likewise.
28753         (M_PI4_LOG10El): Likewise.
28754         (M_PI_LOG10El): Likewise.
28756 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28758         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28760 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28762         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28763         (MINUS_ZERO_INIT): Likewise.
28764         (PLUS_INFTY_INIT): Likewise.
28765         (MINUS_INFTY_INIT): Likewise.
28766         (QNAN_VALUE_INIT): Likewise.
28767         (MAX_VALUE_INIT): Likewise.
28768         (MIN_VALUE_INIT): Likewise.
28769         (MIN_SUBNORM_VALUE_INIT): Likewise.
28770         (plus_zero): Initialize with PLUS_ZERO_INIT.
28771         (minus_zero): Initialize with MINUS_ZERO_INIT.
28772         (plus_infty): Initialize with PLUS_INFTY_INIT.
28773         (minus_infty): Initialize with MINUS_INFTY_INIT.
28774         (qnan_value): Initialize with QNAN_VALUE_INIT.
28775         (max_value): Initialize with MAX_VALUE_INIT.
28776         (min_value): Initialize with MIN_VALUE_INIT.
28777         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28779         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28780         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28781         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28782         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28784         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28785         (RUN_TEST_2_f): Likewise.
28786         (RUN_TEST_ff_f): Likewise.
28787         (RUN_TEST_fi_f): Likewise.
28788         (RUN_TEST_fl_f): Likewise.
28789         (RUN_TEST_fff_f): Likewise.
28790         (RUN_TEST_c_f): Likewise.
28791         (RUN_TEST_f_f1): Likewise.
28792         (RUN_TEST_fF_f1): Likewise.
28793         (RUN_TEST_fI_f1): Likewise.
28794         (RUN_TEST_ffI_f1): Likewise.
28795         (RUN_TEST_c_c): Likewise.
28796         (RUN_TEST_cc_c): Likewise.
28797         (RUN_TEST_f_i): Likewise.
28798         (RUN_TEST_f_i_tg): Likewise.
28799         (RUN_TEST_ff_i_tg): Likewise.
28800         (RUN_TEST_f_b): Likewise.
28801         (RUN_TEST_f_b_tg): Likewise.
28802         (RUN_TEST_f_l): Likewise.
28803         (RUN_TEST_f_L): Likewise.
28804         (RUN_TEST_sincos): Likewise.
28805         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28806         whether to show exceptions.  Do not include ");\n" in return
28807         value.
28808         (special_functions): Output call to RUN_TEST_sincos instead of
28809         check_float calls.  Update calls to new_test.
28810         (parse_args): Output call to single RUN_TEST_* macro instead of
28811         check_* calls and other assignments.  Update calls to new_test.
28813         [BZ #2546]
28814         [BZ #2560]
28815         [BZ #5159]
28816         [BZ #15426]
28817         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28818         input to result for tgamma overflow.
28819         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28820         (gamma_coeff): New variable.
28821         (NCOEFF): New macro.
28822         (gamma_positive): New function.
28823         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28824         underflow here.  Use gamma_positive instead of exp (lgamma) for
28825         other arguments.
28826         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28827         (gamma_coeff): New variable.
28828         (NCOEFF): New macro.
28829         (gammaf_positive): New function.
28830         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28831         underflow here.  Use gamma_positive instead of exp (lgamma) for
28832         other arguments.
28833         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28834         (gamma_coeff): New variable.
28835         (NCOEFF): New macro.
28836         (gammal_positive): New function.
28837         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28838         underflow here.  Use gamma_positive instead of exp (lgamma) for
28839         other arguments.
28840         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28841         (gamma_coeff): New variable.
28842         (NCOEFF): New macro.
28843         (gammal_positive): New function.
28844         (__ieee754_gammal_r): Handle positive infinity, overflow and
28845         underflow here.  Handle NaN the same as positive infinity.  Remove
28846         check x < 0xffffffff for negative integers.  Use gamma_positive
28847         instead of exp (lgamma) for other arguments.
28848         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28849         (gamma_coeff): New variable.
28850         (NCOEFF): New macro.
28851         (gammal_positive): New function.
28852         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28853         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28854         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28855         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28856         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28857         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28858         * sysdeps/generic/math_private.h (__gamma_productf): New
28859         prototype.
28860         (__gamma_product): Likewise.
28861         (__gamma_productl): Likewise.
28862         * math/Makefile (libm-calls): Add gamma_product.
28863         * math/libm-test.inc (tgamma_test): Add more tests.
28864         * sysdeps/i386/fpu/libm-test-ulps: Update.
28865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28867 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28869         * benchtests/bench-skeleton.c (main): Preheat CPU.
28871 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28873         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28875 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28877         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28878         and _dl_skip_args_internal.
28880 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28882         * manual/message.texi (Message Translation): Talk about users.
28883         Message to key mapping impacts design.
28885 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28887         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28889         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28891         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28892         * sysdeps/wordsize-64/glob64.c: ... here.
28894         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28895         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28896         New macros.
28898         * debug/getlogin_r_chk.c: Moved to ...
28899         * login/getlogin_r_chk.c: ... here.
28900         * debug/Makefile (routines): Move getlogin_r_chk to ...
28901         * login/Makefile (routines): ... here.
28902         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28903         * login/Versions (libc: GLIBC_2.4): ... here.
28905         * io/poll.c (__poll): Renamed from poll.
28906         Add libc_hidden_def.
28907         (poll): Define as weak alias.
28909         * debug/ptsname_r_chk.c: Moved to ...
28910         * login/ptsname_r_chk.c: ... here.
28911         * debug/Makefile (routines): Move ptsname_r_chk to ...
28912         * login/Makefile (routines): ... here.
28913         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28914         * login/Versions (libc: GLIBC_2.4): ... here.
28916         * posix/getlogin.c: Moved to ...
28917         * login/getlogin.c: ... here.
28918         * posix/getlogin_r.c: Moved to ...
28919         * login/getlogin_r.c: ... here.
28920         * posix/getlogin_r.c: Moved to ...
28921         * login/getlogin_r.c: ... here.
28922         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28923         * login/Makefile (routines): ... here.
28924         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28925         * login/Versions (libc: GLIBC_2.0): ... here.
28927         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28928         (setrlimit): Define as weak alias.
28930         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28931         Call __ names for open, ftruncate, and close.
28932         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28933         (truncate): Define as weak alias.
28935 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28937         * math/gen-libm-test.pl (parse_args): Initialize x before each
28938         test of frexp, modf and remquo.
28940         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28941         test signgam value.
28943 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28945         [BZ #15418]
28946         [BZ #15419]
28947         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28948         internal tests.
28949         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28951 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28953         * elf/dl-writev.h: New file.
28954         * elf/dl-misc.c: Include it.
28955         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28956         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28958 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28960         * math/libm-test.inc (noXFails): Remove variable.
28961         (noXPasses): Likewise.
28962         (BUILD_COMPLEX_INT): Remove macro.
28963         (print_screen): Remove xfail argument.
28964         (print_screen_max_error): Likewise.
28965         (update_stats): Likewise.
28966         (print_max_error): Likewise.  Update calls to other affected
28967         functions.
28968         (print_complex_max_error): Likewise.
28969         (test_single_exception): Update calls to print_screen.
28970         (test_single_errno): Likewise.
28971         (check_float_internal): Remove xfail argument.  Update calls to
28972         other affected functions.
28973         (check_float): Likewise.
28974         (check_complex): Likewise.
28975         (check_int): Likewise.
28976         (check_long): Likewise.
28977         (check_bool): Likewise.
28978         (check_longlong): Likewise.
28979         (main): Don't print noXFails and noXPasses.
28980         * math/gen-libm-test.pl (top level): Don't mention expected
28981         failure handling in comment.
28982         (new_test): Don't handle expected failures.
28983         (parse_args): Don't mention expected failure handling in comment.
28984         (generate_testfile): Don't handle expected failures.
28985         (parse_ulps): Likewise.
28986         (print_ulps_file): Likewise.
28987         (get_failure): Remove function.
28988         (output_test): Don't handle expected failures.
28989         * make/README.libm-test: Don't mention expected failure handling.
28991         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28992         (minus_zero): Likewise.
28993         (plus_infty): Likewise.
28994         (minus_infty): Likewise.
28995         (qnan_value): Likewise.
28996         (max_value): Likewise.
28997         (min_value): Likewise.
28998         (min_subnorm_value): Likewise.
28999         (initialize): Do not initialize those variables dynamically.
29001 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29003         * io/open.c (__open_2): Moved to ...
29004         * io/open_2.c: ... this new file.
29005         * io/open64.c (__open64_2): Moved to ...
29006         * io/open64_2.c: ... this new file.
29007         * io/openat.c (__openat_2): Moved to ...
29008         * io/openat_2.c: ... this new file.
29009         * io/openat64.c (__openat64_2): Moved to ...
29010         * io/openat64_2.c: ... this new file.
29011         * io/Makefile (routines): Add them.
29012         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29013         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29014         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29015         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29016         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29017         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29018         (__openat64): Add hidden_ver.
29019         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29020         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29022         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29023         Separately conditionalize setting of GLRO(dl_sysinfo) so
29024         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29025         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29027 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29029         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29030         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29031         definition.
29032         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29033         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29034         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29035         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29036         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29038 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29040         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29041         test signgam value.
29043         * math/libm-test.inc (hypot_test): Do not use
29044         IGNORE_ZERO_INF_SIGN.
29046 2013-05-03  Andreas Jaeger  <aj@suse.de>
29048         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29049         Linux 3.9.
29050         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29051         (PF_MAX): Adjust for VSOCK change.
29053 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29055         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29057 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29059         [BZ #15264]
29060         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29061         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29062         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29064 2013-05-02  David S. Miller  <davem@davemloft.net>
29066         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29068 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29070         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29072 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29074         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29076 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29078         [BZ #14952]
29079         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29080         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29081         Use __attribute__ ((__gnu_inline__)).
29082         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29083         Don't use __attribute__ ((__gnu_inline__)).
29085 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29087         [BZ #15423]
29088         * math/s_catan.c (__catan): Handle small real or imaginary part of
29089         input specially to avoid spurious underflow.
29090         * math/s_catanf.c (__catanf): Likewise.
29091         * math/s_catanh.c (__catanh): Likewise.
29092         * math/s_catanhf.c (__catanhf): Likewise.
29093         * math/s_catanhl.c (__catanhl): Likewise.
29094         * math/s_catanl.c (__catanl): Likewise.
29095         * math/libm-test.inc (catan_test): Add more tests.
29096         (catanh_test): Likewise.
29097         * sysdeps/i386/fpu/libm-test-ulps: Update.
29098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29100 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29104 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29106         [BZ #15416]
29107         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29108         accurately for denominator in atan2.
29109         * math/s_catanf.c (__catanf): Likewise.
29110         * math/s_catanh.c (__catanh): Likewise.
29111         * math/s_catanhf.c (__catanhf): Likewise.
29112         * math/s_catanhl.c (__catanhl): Likewise.
29113         * math/s_catanl.c (__catanl): Likewise.
29114         * math/libm-test.inc (catan_test): Add more tests.
29115         (catanh_test): Likewise.
29116         * sysdeps/i386/fpu/libm-test-ulps: Update.
29117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29119 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29121         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29123         * benchtests/Makefile (bench): Remove slow benchmarks.
29124         * benchtests/atan-inputs: Add slow benchmark inputs.
29125         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29126         (BENCH_FUNC): Accept variant offset.
29127         (VARIANT): Define.
29128         * benchtests/bench-skeleton.c (main): Run benchmark for each
29129         variant.
29130         * benchtests/cos-inputs: Add slow benchmark inputs.
29131         * benchtests/exp-inputs: Likewise.
29132         * benchtests/pow-inputs: Likewise.
29133         * benchtests/sin-inputs: Likewise.
29134         * benchtests/slowatan-inputs: Remove.
29135         * benchtests/slowatan.c: Remove.
29136         * benchtests/slowcos-inputs: Remove.
29137         * benchtests/slowcos.c: Remove.
29138         * benchtests/slowexp-inputs: Remove.
29139         * benchtests/slowexp.c: Remove.
29140         * benchtests/slowpow-inputs: Remove.
29141         * benchtests/slowpow.c: Remove.
29142         * benchtests/slowsin-inputs: Remove.
29143         * benchtests/slowsin.c: Remove.
29144         * benchtests/slowtan-inputs: Remove.
29145         * benchtests/slowtan.c: Remove.
29146         * benchtests/tan-inputs: Add slow benchmark inputs.
29147         * scripts/bench.pl: Parse comments and directives.
29149         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29150         in CPPFLAGS.
29151         ($(objpfx)bench-%.c): Remove *-ITER.
29152         * benchtests/bench-modf.c: Remove definition of ITER.
29153         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29154         (main): Loop for DURATION seconds instead of fixed number of
29155         iterations.
29156         * scripts/bench.pl: Don't expect iterations in parameters.
29158 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29160         * io/fchdir.c (__fchdir): Renamed from fchdir.
29161         (fchdir): Define as weak alias.
29163 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29165         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29166         (ERRNO_EDOM): Likewise.
29167         (ERRNO_ERANGE): Likewise.
29168         (noErrnoTests): New variable.
29169         (init_max_error): Set errno to 0.
29170         (test_single_errno): New function.
29171         (test_errno): Likewise.
29172         (check_float_internal): Call test_errno.  Set errno to 0.
29173         (check_complex): Refer to errno tests in comment.
29174         (check_int): Call test_errno.  Set errno to 0.
29175         (check_long): Likewise.
29176         (check_bool): Likewise.
29177         (check_longlong): Likewise.
29178         (cos_test): Use ERRNO_* flags for errno tests instead of
29179         check_int.
29180         (expm1_test): Likewise.
29181         (fmod_test): Likewise.
29182         (ilogb_test): Likewise.
29183         (lgamma_test): Likewise.
29184         (pow_test): Likewise.
29185         (remainder_test): Likewise.
29186         (sin_test): Likewise.
29187         (tan_test): Likewise.
29188         (yn_test): Likewise.
29189         (initialize): Set errno to 0.
29190         (main): Print number of errno tests.
29191         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29193 2013-04-29  Andreas Jaeger  <aj@suse.de>
29195         [BZ #15084]
29196         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29197         and RES_USEVC.
29199         [BZ #15085]
29200         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29201         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29202         unimplemented.
29204         [BZ #15380]
29205         * stdlib/random.c (__initstate): Return NULL if
29206         __initstate fails.
29208         [BZ #15086]
29209         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29210         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29211         RES_SNGLKUPREOP.
29213 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29215         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29217 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29219         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29220         of individual tests.
29221         (casin_test): Likewise.
29222         (casinh_test): Likewise.
29224 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29226         [BZ #15409]
29227         * math/s_catan.c (__catan): Handle arguments with large real or
29228         imaginary part separately without squaring.
29229         * math/s_catanf.c (__catanf): Likewise.
29230         * math/s_catanh.c (__catanh): Likewise.
29231         * math/s_catanhf.c (__catanhf): Likewise.
29232         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29233         and redefine.
29234         (__catanhl): Handle arguments with large real or imaginary part
29235         separately without squaring.
29236         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29237         and redefine.
29238         (__catanl): Handle arguments with large real or imaginary part
29239         separately without squaring.
29240         * math/libm-test.inc (catan_test): Add more tests.
29241         (catanh_test): Likewise.
29242         * sysdeps/i386/fpu/libm-test-ulps: Update.
29243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29245 2013-04-27  Andreas Jaeger  <aj@suse.de>
29247         [BZ #15007]
29248         * stdlib/stdlib.h: Update guards for qecvt.
29249         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29250         <stdlib.h>.
29252 2013-04-27  Allan McRae  <allan@archlinux.org>
29254         * sysdeps/i386/fpu/libm-test-ulps: Update.
29256 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29258         [BZ #15406]
29259         * math/s_catan.c: Include <float.h>.
29260         (__catan): Ensure underflow exception occurs for underflowed
29261         result.
29262         * math/s_catanf.c: Include <float.h>.
29263         (__catanf): Ensure underflow exception occurs for underflowed
29264         result.
29265         * math/s_catanh.c: Include <float.h>.
29266         (__catanh): Ensure underflow exception occurs for underflowed
29267         result.
29268         * math/s_catanhf.c: Include <float.h>.
29269         (__catanhf): Ensure underflow exception occurs for underflowed
29270         result.
29271         * math/s_catanhl.c: Include <float.h>.
29272         (__catanhl): Ensure underflow exception occurs for underflowed
29273         result.
29274         * math/s_catanl.c: Include <float.h>.
29275         (__catanl): Ensure underflow exception occurs for underflowed
29276         result.
29277         * math/libm-test.inc (catan_test): Add more tests.
29278         (catanh_test): Likewise.
29280         [BZ #15405]
29281         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29282         underflowed result.
29283         * math/s_ccoshf.c (__ccoshf): Likewise.
29284         * math/s_ccoshl.c (__ccoshl): Likewise.
29285         * math/s_csin.c (__csin): Likewise.
29286         * math/s_csinf.c (__csinf): Likewise.
29287         * math/s_csinh.c (__csinh): Likewise.
29288         * math/s_csinhf.c (__csinhf): Likewise.
29289         * math/s_csinhl.c (__csinhl): Likewise.
29290         * math/s_csinl.c (__csinl): Likewise.
29291         * math/libm-test.inc (ccos_test): Add more tests.
29292         (ccosh_test): Likewise.
29293         (csin_test): Likewise.
29294         (csinh_test): Likewise.
29296 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29298         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29299         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29300         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29301         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29302         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29303         powerpc/power5+/fpu folders.
29304         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29307 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29309         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29311 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29313         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29314         additions to variable.
29315         [$(config-machine) = x86_64] (modules-names): Likewise.
29316         ($(objpfx)tst-audit3): Remove dependency.
29317         ($(objpfx)tst-audit3.out): Likewise.
29318         ($(objpfx)tst-audit4): Likewise.
29319         ($(objpfx)tst-audit4.out): Likewise.
29320         ($(objpfx)tst-audit5): Likewise.
29321         ($(objpfx)tst-audit5.out): Likewise.
29322         ($(objpfx)tst-audit6): Likewise.
29323         ($(objpfx)tst-audit6.out): Likewise.
29324         ($(objpfx)tst-audit7): Likewise.
29325         ($(objpfx)tst-audit7.out): Likewise.
29326         (tst-audit3-ENV): Remove variable.
29327         (tst-audit4-ENV): Likewise.
29328         (tst-audit5-ENV): Likewise.
29329         (tst-audit6-ENV): Likewise.
29330         (tst-audit7-ENV): Likewise.
29331         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29332         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29333         addition to variable.
29334         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29335         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29336         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29337         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29338         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29339         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29340         tst-audit3, tst-audit4 and tst-audit5.
29341         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29342         tst-audit6 and tst-audit7.
29343         [$(subdir) = elf] (modules-names): Add audit modules for those
29344         tests.
29345         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29346         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29347         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29348         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29349         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29350         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29351         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29352         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29353         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29354         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29355         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29356         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29357         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29358         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29359         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29360         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29361         Likewise.
29362         [$(subdir) = elf && $(config-cflags-avx) = yes]
29363         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29364         [$(subdir) = elf && $(config-cflags-avx) = yes]
29365         (CFLAGS-tst-auditmod4a.c): Likewise.
29366         [$(subdir) = elf && $(config-cflags-avx) = yes]
29367         (CFLAGS-tst-auditmod4b.c): Likewise.
29368         [$(subdir) = elf && $(config-cflags-avx) = yes]
29369         (CFLAGS-tst-auditmod6b.c): Likewise.
29370         [$(subdir) = elf && $(config-cflags-avx) = yes]
29371         (CFLAGS-tst-auditmod6c.c): Likewise.
29372         [$(subdir) = elf && $(config-cflags-avx) = yes]
29373         (CFLAGS-tst-auditmod7b.c): Likewise.
29374         * elf/tst-audit3.c: Move to ...
29375         * sysdeps/x86_64/tst-audit3.c: ... here.
29376         * elf/tst-audit4.c: Move to ...
29377         * sysdeps/x86_64/tst-audit4.c: ... here.
29378         * elf/tst-audit5.c: Move to ...
29379         * sysdeps/x86_64/tst-audit5.c: ... here.
29380         * elf/tst-audit6.c: Move to ...
29381         * sysdeps/x86_64/tst-audit6.c: ... here.
29382         * elf/tst-audit7.c: Move to ...
29383         * sysdeps/x86_64/tst-audit7.c: ... here.
29384         * elf/tst-auditmod3a.c: Move to ...
29385         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29386         * elf/tst-auditmod3b.c: Move to ...
29387         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29388         * elf/tst-auditmod4a.c: Move to ...
29389         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29390         * elf/tst-auditmod4b.c: Move to ...
29391         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29392         * elf/tst-auditmod5a.c: Move to ...
29393         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29394         * elf/tst-auditmod5b.c: Move to ...
29395         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29396         * elf/tst-auditmod6a.c: Move to ...
29397         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29398         * elf/tst-auditmod6b.c: Move to ...
29399         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29400         * elf/tst-auditmod6c.c: Move to ...
29401         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29402         * elf/tst-auditmod7a.c: Move to ...
29403         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29404         * elf/tst-auditmod7b.c: Move to ...
29405         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29407 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29409         [BZ #15366]
29410         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29411         define unconditionally.
29412         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29413         define unconditionally.
29414         (INT8_C, INT16_C, etc.): Likewise.
29416 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29418         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29419         __ehdr_start with hidden visibility.
29421         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29423 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29425         * math/libm-test.inc (cos_test): Use accurate hex constants.
29426         (sincost_test): Likewise.
29428 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29430         * math/libm-test.inc (catan_test): Add more tests.
29431         (catanh_test): Likewise.
29433         * math/s_catanf.c (__catanf): Use suffixed floating-point
29434         constants.
29435         * math/s_catanhf.c (__catanhf): Likewise.
29436         * math/s_catanhl.c (__catanhl): Likewise.
29437         * math/s_catanl.c (__catanl): Likewise.
29439         [BZ #15394]
29440         * math/s_catan.c (__catan): Calculate imaginary part of result
29441         with log1p not log unless computing log of number close to 0.
29442         * math/s_catanf.c (__catanf): Likewise.
29443         * math/s_catanl.c (__catanl): Likewise.
29444         * math/s_catanh.c (__catanh): Calculate real part of result with
29445         log1p not log unless computing log of number close to 0.
29446         * math/s_catanhf.c (__catanhf): Likewise.
29447         * math/s_catanhl.c (__catanhl): Likewise.
29448         * math/libm-test.inc (catan_test): Add more tests.
29449         (catanh_test): Likewise.
29450         * sysdeps/i386/fpu/libm-test-ulps: Update.
29451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29453 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29455         * benchtests/Makefile: Mention files in which fast and slow
29456         paths of math functions are implemented.
29458 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29460         * sysdeps/posix/timespec_get.c: New file.
29462 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29464         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29465         POWER.
29466         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29467         for POWER.
29468         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29469         powerpc/power5/fpu folders.
29470         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29471         * benchtests/Makefile: Add modf testcase.
29472         * benchtests/bench-modf.c: New file: Benchmark test for mo
29474 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29476         [BZ #14888]
29477         * time/Makefile (tests): Add tst-strptime-whitespace.
29478         * time/strptime_l.c (get_number): Use ISSPACE.
29479         (__strptime_internal): Likewise.
29480         * time/tst-strptime-whitespace.c: New test case.
29482 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29484         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29485         member.
29486         (_nss_files_init): Set it here.
29488 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29490         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29491         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29492         unsigned.
29494 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29496         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29498 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29500         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29501         size just once.
29503 2013-04-21  David S. Miller  <davem@davemloft.net>
29505         * po/ru.po: Update Russion translation from translation project.
29507 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29509         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29510         and setfsgid.
29512 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29514         * configure.in: Remove i386 configure warning. Remove i386 case.
29515         * configure: Regenerate.
29516         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29517         Add example to error message.
29518         * sysdeps/i386/configure: Regenerate.
29520 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29522         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29523         slowtan.
29524         * benchtests/cos-inputs: New file.
29525         * benchtests/slowcos-inputs: New file.
29526         * benchtests/slowcos.c: New file.
29527         * benchtests/slowtan-inputs: New file.
29528         * benchtests/slowtan.c: New file.
29529         * benchtests/tan-inputs: New file.
29531 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29533         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29534         considered kosher.
29536 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29538         * benchtests/Makefile: Include cppflags-iterator.mk to add
29539         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29541         * Makefile.in (bench-clean): New target.
29542         * benchtests/Makefile (bench-clean): Likewise.
29544 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29546         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29548 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29550         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29552 2013-04-15  Andreas Schwab  <schwab@suse.de>
29554         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29555         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29556         * nscd/pwdcache.c (cache_addpw): Likewise.
29557         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29558         more than recsize.
29560 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29562         * benchtests/Makefile (bench): Write all output to
29563         bench-out.tmp together.
29565 2013-04-15  Andreas Schwab  <schwab@suse.de>
29567         * nscd/nscd.c (main): Don't fork again after closing files.
29569 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29571         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29573         * benchtests/Rules (bench-deps): Collect dependencies into a
29574         single variable.  Add Makefile to dependencies.
29575         ($(objpfx)bench-%.c): Depend on bench-deps.
29577 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29578             Xavier Roche  <roche+kml2@exalead.com>
29580         [BZ #15361]
29581         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29582         just that it's a file descriptor.
29583         * manual/llio.texi (Synchronizing AIO Operations): Update description
29584         for EBADF error from aio_fsync.
29586 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29588         * Rules (bench): Move target definition...
29589         * benchtests/Makefile: ... here.
29591 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29593         * math/libm-test.inc (cos_test): Fix PI/2 test.
29594         (sincos_test): Likewise.
29595         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29596         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29598 2013-04-11  Andreas Schwab  <schwab@suse.de>
29600         [BZ #13988]
29601         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29602         accept exponent character only when digits were seen.
29603         * stdio-common/Makefile (tests): Add bug26.
29604         * stdio-common/bug26.c: New file.
29606         [BZ #14293]
29607         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29608         non-freeable.
29610 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29612         * Makeconfig (rtld-prefix): Define built linker prefix.
29613         * Rules (run-bench): Use it.
29614         * math/Makefile (run-regen-ulps): Likewise.
29616         * Rules (bench): Remove eval.
29618 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29619             Roland McGrath  <roland@hack.frob.com>
29620             Ondrej Bilka  <neleai@seznam.cz>
29622         [BZ #15346]
29623         * time/getdate.c: Include ctype.h and alloca.h.
29624         (__getdate_r): Trim leading and trailing spaces of input.
29625         * time/tst-getdate.c (tests): Add tests with leading and
29626         trailing spaces.
29628 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29630         [BZ #14280]
29631         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29632         when computing value.
29634 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29636         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29637         Use testrun.sh to run libm tests.
29639         [BZ #15309]
29640         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29642 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29644         [BZ #15264]
29645         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29647 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29649         * Makefile.in (regen-ulps): New target.
29650         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29651         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29652         [ifneq (no,$(PERL)] (regen-ulps): New target.
29653         [ifeq (no,$(PERL)] (regen-ulps): New target.
29654         * math/libm-test.inc (ulps_file_name): Define.
29655         (output_dir): New variable.
29656         (options): Add "output-dir" option.
29657         (parse_opt): Handle 'o' case.
29658         (main): If output_dir is non-NULL use it as a prefix
29659         otherwise use "".
29660         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29662 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29664         [BZ #10060, #10062]
29665         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29666         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29667         fail configure if __sync_val_compare_and_swap is not inlined.
29668         * sysdeps/i386/configure: Regenerate.
29669         * configure.in: Build for i686 when configured for i386.
29670         * configure: Regenerate.
29671         * README: Remove i386 reference.
29673 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29675         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29676         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29678 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29680         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29681         (lmsnanval): New variables.
29682         (F): Add conversion tests.
29683         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29684         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29686         * stdio-common/tstdiomisc.c (F): Properly collect individual
29687         tests' results.
29689         [BZ #14686, #15336]
29690         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29691         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29692         Instead, use input NaN values or generate a qNaN by arithmetic
29693         operation.  Also fix bugs to comply with the standard.
29694         * math/libm-test.inc (remainder_test): Add more tests.
29696         [BZ #15335, #15342]
29697         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29698         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29699         input NaN values or generate a qNaN by arithmetic operation.
29701         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29702         unreachable code.
29704         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29705         definitions.
29707 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29709         [BZ #14478]
29710         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29711         underflowed result.
29712         * math/s_cexpf.c (__cexpf): Likewise.
29713         * math/s_cexpl.c (__cexpl): Likewise.
29714         * math/libm-test.inc (cexp_test): Add more tests.
29716 2013-04-03  Andreas Schwab  <schwab@suse.de>
29718         [BZ #15330]
29719         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29720         order arrays from heap if bigger than alloca cutoff.
29722 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29724         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29725         (SNAN_TESTS_double): Refer to GCC PR56831.
29726         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29727         GCC PR56828.
29729 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29731         * Rules (bench): Move bench.out after the run is complete.
29733         * Rules (bench): Echo currently running benchmark.
29735         * benchtests/Makefile (bench): Add atan and slowatan.
29736         * benchtests/atan-inputs: New file.
29737         * benchtests/slowatan-inputs: New file.
29738         * benchtests/slowatan.c: New file.
29740         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29741         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29742         its value.
29744         [BZ #15305]
29745         * sysdeps/unix/sysv/linux/kernel-features.h
29746         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29747         __ASSUME_XFS_RESTRICTED_CHOWN.
29748         * sysdeps/unix/sysv/linux/pathconf.c
29749         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29750         Save and restore errno.
29752 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29754         [BZ #15327]
29755         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29756         arguments using __kernel_casinh.
29757         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29758         arguments using __kernel_casinhf.
29759         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29760         arguments using __kernel_casinhl.
29761         * math/libm-test.inc (cacosh_test): Add more tests.
29762         * sysdeps/i386/fpu/libm-test-ulps: Update.
29763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29765 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29767         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29768         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29770         * bench/Makefile (bench): Add sin and slowsin.
29771         * benchtests/sin-inputs: New file.
29772         * benchtests/slowsin-inputs: New file.
29773         * benchtests/slowsin.c: New file.
29775         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29776         (bench): Add slowexp and slowpow.
29777         (exp-ITER): Increase iterations.
29778         (pow-ITER): Likewise.
29779         * benchtests/exp-inputs: Change input.
29780         * benchtests/pow-inputs: Likewise.
29781         * benchtests/slowexp-inputs: New file.
29782         * benchtests/slowexp.c: New file.
29783         * benchtests/slowpow-inputs: New file.
29784         * benchtests/slowpow.c: New file.
29786 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29788         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29789         instructions.
29790         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29791         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29792         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29793         * benchtests/Makefile: Add rint benchtest.
29794         * benchtests/rint-inputs: Input for rint benchtest.
29796 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29798         * Versions.def (libm): Add GLIBC_2.18.
29799         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29800         hidden libm prototypes.
29801         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29802         * math/Makefile (libm-calls): Add s_issignaling.
29803         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29804         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29805         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29806         declaration.
29807         * math/math.h [__USE_GNU] (issignaling): New macro.
29808         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29809         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29810         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29811         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29812         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29813         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29814         * manual/arith.texi (issignaling): New section.
29815         * manual/libm-err-tab.pl (@all_functions): Update comment.
29816         * math/gen-libm-test.pl (parse_args): Apply special handling for
29817         issignaling.
29818         * math/libm-test.inc (print_float, issignaling_test): New
29819         functions.
29820         (check_float_internal): Add issignaling checks.
29821         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29822         default definition.
29823         * sysdeps/powerpc/math-tests.h: New file.
29824         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29825         tests.
29826         * math/test-snan.c (TEST_FUNC): Likewise.
29828 2013-03-30  David S. Miller  <davem@davemloft.net>
29830         * po/de.po: Update from translation team.
29832 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29834         [BZ #10357]
29835         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29836         imaginary part less than 1.0 and real part less than 0.5
29837         specially.
29838         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29839         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29840         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29841         (cacos_test): Add more tests.
29842         (casin_test): Likewise.
29843         (casinh_test): Likewise.
29844         * sysdeps/i386/fpu/libm-test-ulps: Update.
29845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29847 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29849         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29850         ONE with its value.
29852         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29853         (__pow_mp): Replace ONE and MONE with their values.
29854         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29855         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29856         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29857         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29858         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29859         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29861         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29863         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29864         (__pow_mp): Replace ZERO and MZERO with their values.
29865         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29866         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29867         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29868         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29869         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29870         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29871         (__sqr): Likewise.
29873         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29875         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29877 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29879         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29880         Declare with __attribute__ ((weak)).
29881         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29882         Call __call_tls_dtors only if it's not NULL.
29884 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29886         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29887         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29888         magic __ehdr_start linker symbol if it's defined.
29889         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29890         them up here if it was already done.
29892         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29893         (_dl_aux_init): Use const in cast when setting it.
29894         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29895         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29896         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29898         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29899         Declare them here.
29900         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29901         * csu/libc-tls.c: Nor here.
29902         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29904         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29905         (__libc_message): Never call vsyslog.
29907 2013-03-28  Alan Modra  <amodra@gmail.com>
29909         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29910         Define as empty.
29911         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29912         Likewise.
29914 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29916         [BZ #15214]
29917         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29918         underflow.
29919         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29921 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29923         [BZ #15304]
29924         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29925         Don't add gid passed as argument.
29927         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29929 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29931         [BZ #15307]
29932         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29933         imaginary part between 1.0 and 1.5 and real part less than 0.5
29934         specially.
29935         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29936         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29937         * math/libm-test.inc (cacos_test): Add more tests.
29938         (casin_test): Likewise.
29939         (casinh_test): Likewise.
29940         * sysdeps/i386/fpu/libm-test-ulps: Update.
29941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29943 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29945         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29946         constants.
29947         (norm): Likewise.
29948         (denorm): Likewise.
29949         (__dbl_mp): Likewise.
29950         (add_magnitudes): Likewise.
29951         (sub_magnitudes): Likewise.
29952         (__add): Likewise.
29953         (__sub): Likewise.
29954         (__mul): Likewise.
29955         (__sqr): Likewise.
29956         (__inv): Likewise.
29957         (__dvd): Likewise.
29959         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29960         commented code.
29961         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29962         (__dubcos): Likewise.
29963         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29964         (__ieee754_acos): Likewise.
29965         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29966         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29967         (__exp1): Likewise.
29968         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29969         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29970         (log1): Likewise.
29971         (my_log2): Likewise.
29972         (checkint): Likewise.
29973         * sysdeps/ieee754/dbl-64/e_remainder.c
29974         (__ieee754_remainder): Likewise.
29975         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29976         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29977         (bsloww): Likewise.
29978         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29980         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29981         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29982         MANTISSA_STORE_T to store computations on mantissa.  Use
29983         macros for rounding and division.
29984         (denorm): Likewise.
29985         (__dbl_mp): Likewise.
29986         (add_magnitudes): Likewise.
29987         (sub_magnitudes): Likewise.
29988         (__mul): Likewise.
29989         (__sqr): Likewise.
29990         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29991         powers of two in terms of TWOPOW macro.
29992         (mp_no): Make type of mantissa as MANTISSA_T.
29993         [!RADIXI]: Define RADIXI.
29994         [!TWO52]: Define TWO52.
29995         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29997 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29999         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30000         llroundl symbol when building for PPC32.
30002 2013-03-24  Mark H Weaver  <mhw@netris.org>
30004         * manual/arith.texi (Normalization Functions): Fix prototypes for
30005         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30007 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30009         [BZ #13889]
30010         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30011         high value to check if expl overflow.
30012         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30013         to check for underflow and overflow.
30014         * math/libm-test.inc: Add exp test.
30016 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30018         [BZ #11120]
30019         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30020         with NOT_IN_libc.
30022 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30024         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30025         symbol.
30027 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30029         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30030         wrap blocks consisting of several statements.
30032         * sysdeps/generic/math-tests.h: New file.
30033         * sysdeps/i386/fpu/math-tests.h: Likewise.
30034         * math/test-snan.c: Include it.
30035         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30037 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30039         [BZ #15285]
30040         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30041         (__ieee754_j0l): Do not improve calculations using cos of twice
30042         input for inputs above LDBL_MAX / 2.0L.
30043         (__ieee754_y0l): Likewise.
30044         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30045         (__ieee754_j1l): Do not improve calculations using cos of twice
30046         input for inputs above LDBL_MAX / 2.0L.
30047         (__ieee754_y1l): Likewise.
30048         * math/libm-test.inc (j0_test): Add another test.
30049         (j1_test): Likewise.
30050         (y0_test): Likewise.
30051         (y1_test): Likewise.
30052         * sysdeps/i386/fpu/libm-test-ulps: Update.
30054 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30056         * Rules ($(objpfx)bench-%.c): Include code from a C source
30057         file.
30059 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30061         [BZ #15287]
30062         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30063         imaginary part 1.0 and real part less than 0.5 specially.
30064         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30065         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30066         * math/libm-test.inc (cacos_test): Add more tests.
30067         (casin_test): Likewise.
30068         (casinh_test): Likewise.
30069         * sysdeps/i386/fpu/libm-test-ulps: Update.
30070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30072 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30074         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30075         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30077 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30079         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30080         * config.make.in (config-cflags-sse4): Remove variable.
30081         (config-cflags-avx): Likewise.
30082         (config-cflags-sse2avx): Likewise.
30083         (config-cflags-novzeroupper): Likewise.
30084         (config-asflags-i686): Likewise.
30085         (have-mfma4): Likewise.
30086         (have-as-vis3): Likewise.
30087         (MIG): Likewise.
30088         * configure.in (MIG): Do not AC_SUBST.
30089         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30090         (libc_cv_cc_sse4): Do not AC_SUBST.
30091         (libc_cv_cc_avx): Likewise.
30092         (libc_cv_cc_sse2avx): Likewise.
30093         (libc_cv_cc_novzeroupper): Likewise.
30094         (libc_cv_cc_fma4): Likewise.
30095         (libc_cv_as_i686): Likewise.
30096         (libc_cv_sparc_as_vis3): Likewise.
30097         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30098         LIBC_CONFIG_VAR.
30099         (config-asflags-i686): Likewise.
30100         (config-cflags-avx): Likewise.
30101         (config-cflags-sse2avx): Likewise.
30102         (have-mfma4): Likewise.
30103         (config-cflags-novzeroupper): Likewise.
30104         * sysdeps/mach/configure.in (MIG): Likewise.
30105         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30106         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30107         LIBC_CONFIG_VAR.
30108         (config-cflags-avx): Likewise.
30109         (config-cflags-sse2avx): Likewise.
30110         (have-mfma4): Likewise.
30111         (config-cflags-novzeroupper): Likewise.
30112         * configure: Regenerated.
30113         * sysdeps/i386/configure: Likewise.
30114         * sysdeps/mach/configure: Likewise.
30115         * sysdeps/sparc/configure: Likewise.
30116         * sysdeps/x86_64/configure: Likewise.
30118 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30120         [BZ #14812]
30121         * locale/programs/localedef.c (options): Put N_ translation marker
30122         on argument names, not just descriptions.
30124 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30126         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30128 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30130         [BZ #14176]
30131         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30133 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30135         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30136         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30137         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30138         [!BEFORE_ABORT] (before_abort): New function.
30139         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30140         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30141         (writev_for_fatal): New function.
30142         (WRITEV_FOR_FATAL): New macro; call that.
30143         (backtrace_and_maps): New function.
30144         (BEFORE_ABORT): New macro; call that.
30145         (struct str_list): Type removed.
30146         (__libc_message, __libc_fatal): Functions removed.
30147         Include <sysdeps/posix/libc_fatal.c> instead.
30149 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30151         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30152         constants.
30153         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30154         double constants.
30156 2013-03-19  Andreas Schwab  <schwab@suse.de>
30158         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30159         * sysdeps/gnu/configure: Regenerate.
30161         * configure.in: Substitute libc_cv_rtlddir.
30162         * configure: Regenerate.
30163         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30164         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30165         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30166         * elf/Makefile (install-others, CFLAGS-interp.c)
30167         (ldso_install, common-ldd-rewrite): Likewise.
30168         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30169         $(inst_slibdir)/$(rtld-installed-name).
30170         * scripts/rellns-sh: Add -p option.
30171         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30172         for source.
30174 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30176         * manual/nptl.texi: Renamed to ...
30177         * manual/threads.texi: ... this.
30178         * manual/Makefile (chapters): Update.
30180 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30182         [BZ #14812]
30183         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30184         on argument names, not just descriptions.
30185         * malloc/memusagestat.c (options): Likewise.
30186         * nss/getent.c (options): Likewise.
30188 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30190         [BZ #14812]
30191         * iconv/iconv_prog.c (options): Put N_ translation marker
30192         on argument names, not just descriptions.
30193         * iconv/iconvconfig.c (options): Likewise.
30195 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30197         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30198         implementation which is faster on all x86_64 architectures.
30199         Tested on AMD, Intel Nehalem, SNB, IVB.
30200         * sysdeps/x86_64/strnlen.S: Likewise.
30202         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30203         Remove all multiarch strlen and strnlen versions.
30204         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30205         Remove strlen and strnlen related parts.
30207         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30208         Inline strlen part.
30209         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30211         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30212         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30213         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30214         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30215         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30216         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30218 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30220         * manual/memory.texi (Malloc Tunable Parameters):
30221         Sort parameters alphabetically. Add comments for missing entries.
30223 2013-03-17  David S. Miller  <davem@davemloft.net>
30225         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30227 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30229         [BZ #15283]
30230         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30231         for arguments at most half maximum finite value.
30232         * math/libm-test.inc (j0_test): Add more tests.
30233         (j1_test): Likewise.
30234         (y0_test): Likewise.
30235         (y1_test): Likewise.
30236         * sysdeps/i386/fpu/libm-test-ulps: Update.
30237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30239         [BZ #14155]
30240         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30241         1 / x and functions P and Q for arguments above 0x1p256L.
30242         (__ieee754_y0l): Likewise.
30243         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30244         (__ieee754_y1l): Likewise.
30245         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30246         (j1_test): Likewise.
30247         (y0_test): Likewise.
30248         (y1_test): Likewise.
30250 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30252         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30253         variable.
30255 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30257         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30258         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30259         zero since it's initialized to EXEC_PAGESIZE.
30261         * sysdeps/unix/sysv/linux/ldsodefs.h
30262         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30263         * sysdeps/generic/ldsodefs.h: ... here.
30265 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30267         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30269         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30270         math/test-snan.c.
30271         * math/test-snan.c: Renamed from
30272         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30273         * math/Makefile (tests): Add test-snan.
30274         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30275         test-powerpc-snan.
30277         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30278         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30279         functions.
30280         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30281         __builtin_nan family of functions.
30282         * math/libm-test.inc (initialize): Initialize qnan_value with
30283         __builtin_nan family of functions.
30284         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30285         Remove variables.
30286         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30287         Remove functions.
30288         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30289         storage class.  Initialize qNaN_var and sNaN_var with
30290         __builtin_nan and __builtin_nans families of functions,
30291         respectively.
30293         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30294         (sqrt_test): Remove duplicate test with qNaN input.
30295         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30296         (round_test, signbit_test, significand_test): Note missing +/-Inf
30297         as well as qNaN tests.
30299         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30300         qNaN_var.  Fix a few strings, too.
30301         * math/libm-test.inc (nan_value): Rename to qnan_value.
30302         * math/gen-libm-test.pl (%beautify): Adjust to that.
30303         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30304         * math/test-misc.c (main): Likewise.
30305         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30306         to __qnan_bytes, and __qnan_union, respectively.
30307         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30308         Likewise.
30309         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30310         and lqnanval, respectively.
30311         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30312         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30313         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30314         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30316         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30317         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30318         doubles.
30320         * math/test-misc.c (main): Fix copy'n'pastos.
30321         * misc/tst-efgcvt.c (special): Likewise.
30323         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30324         Remove declarations.
30326 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30328         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30329         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30330         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30331         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30333 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30335         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30336         macro to return vdso values correctly in IFUNC implementations.
30337         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30338         Optimization by using IFUNC.
30340 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30341             Richard Henderson  <rth@redhat.com>
30342             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30344         * Makefile.in (bench): New target.
30345         * NEWS: Mention the benchmark framework.
30346         * Rules (bench): Likewise.
30347         (binaries-bench): Generate binaries for functions to
30348         benchmark.
30349         * benchtests/Makefile: New makefile for benchmark tests.
30350         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30351         programs.
30352         * benchtests/exp-inputs: New input file for EXP function.
30353         * benchtests/pow-inputs: New input file for POW function.
30354         * scripts/bench.pl: New script to generate source files for
30355         benchmark programs.
30357 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30359         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30360         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30361         computations on mantissa.  Use macros for rounding and
30362         division.
30363         (denorm): Likewise.
30364         (__dbl_mp): Likewise.
30365         (add_magnitudes): Likewise.
30366         (sub_magnitudes): Likewise.
30367         (__mul): Likewise.
30368         (__sqr): Likewise.
30369         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30370         powers of two in terms of TWOPOW macro.
30371         (mp_no): Make type of mantissa as MANTISSA_T.
30372         [!RADIXI]: Define RADIXI.
30373         [!TWO52]: Define TWO52.
30374         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30376         * manual/nptl.texi (cindex): Modify threads to pthreads.
30378 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30380         * sysdeps/x86_64/preconfigure: Regenerated.
30382 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30384         [BZ #14155]
30385         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30386         0x1p28 and above.
30387         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30388         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30389         0x1p28 and above.
30390         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30391         * math/libm-test.inc (j0_test): Do not allow one spurious
30392         underflow exception.
30393         (y1_test): Likewise.
30395 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30397         * manual/Makefile (chapters): Add nptl.
30398         * manual/debug.texi (Debugging Support): Add link to Threads
30399         chapter.
30400         * manual/nptl.texi: New file.
30402         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30404 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30406         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30407         for non-NULL pointer before the memory validity test. Pointed
30408         out by Holger Brunck <holger.brunck@keymile.com>.
30410 2013-03-13  Andreas Schwab  <schwab@suse.de>
30412         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30413         instead of .os.
30415 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30417         * timezone/zic.c: Update from tzcode 2013b.
30419 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30421         * manual/install.texi (Configuring and compiling):
30422         Mention i686 and i586.
30423         * INSTALL: Regenerate.
30425 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30427         * sysdeps/init_array/elf-init.c: New file.
30428         * csu/elf-init.c
30429         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30430         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30432         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30433         __gmon_start__ as global, but as static with a .preinit_array pointer.
30434         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30435         * sysdeps/init_array/crti.S: New file, empty except for comments.
30436         * sysdeps/init_array/crtn.S: Likewise.
30438 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30440         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30441         definining bcopy.
30442         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30443         Remove Prefer_SSE_for_memop.
30444         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30445         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30446         HAS_PREFER_SSE_FOR_MEMOP.
30447         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30448         memset-x86-64.
30449         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30450         Remove bzero, memset ifunc support.
30451         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30452         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30453         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30454         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30456 2013-03-11  Andreas Schwab  <schwab@suse.de>
30458         [BZ #15234]
30459         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30460         by SHLIB_COMPAT.
30461         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30462         (GLIBC_2.16): Remove pthread_atfork.
30464 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30466         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30467         (ptestcases.h): Likewise.
30469 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30471         * Makeconfig ($(common-objpfx)config.status): Depend on
30472         sysdeps/*/preconfigure{,.in} too.
30474 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30476         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30477         (__free_hook): Use void * instead of __malloc_ptr_t.
30478         (__malloc_hook): Likewise.
30479         (__realloc_hook): Likewise.
30480         (__memalign_hook): Likewise.
30481         (__after_morecore_hook): Likewise.
30482         * malloc/arena.c (save_malloc_hook): Likewise.
30483         (save_free_hook): Likewise.
30484         * malloc/hooks.c (malloc_hook_ini): Likewise.
30485         (realloc_hook_ini): Likewise.
30486         (memalign_hook_ini): Likewise.
30487         * malloc/malloc.c (malloc_hook_ini): Likewise.
30488         (realloc_hook_ini): Likewise.
30489         (memalign_hook_ini): Likewise.
30490         (__free_hook): Likewise.
30491         (__malloc_hook): Likewise.
30492         (__realloc_hook): Likewise.
30493         (__memalign_hook): Likewise.
30494         (__libc_malloc): Likewise.
30495         (__libc_free): Likewise.
30496         (__libc_realloc): Likewise.
30497         (__libc_memalign): Likewise.
30498         (__libc_valloc): Likewise.
30499         (__libc_pvalloc): Likewise.
30500         (__libc_calloc): Likewise.
30501         (__posix_memalign): Likewise.
30502         * malloc/morecore.c (__sbrk): Likewise.
30503         (__default_morecore): Likewise.
30505         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30507         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30508         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30509         __malloc_ptrdiff_t.
30511         * malloc/malloc.h (__malloc_size_t): Remove macro.
30512         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30513         __malloc_size_t.
30514         (old_memalign_hook): Likewise.
30515         (old_realloc_hook): Likewise.
30516         (struct hdr): Likewise.
30517         (flood): Likewise.
30518         (mallochook): Likewise.
30519         (memalignhook): Likewise.
30520         (reallochook): Likewise.
30521         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30522         (tr_old_realloc_hook): Likewise.
30523         (tr_old_memalign_hook): Likewise.
30524         (tr_mallochook): Likewise.
30525         (tr_reallochook): Likewise.
30526         (tr_memalignhook): Likewise.
30528 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30530         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30531         default_ldbl_pack and using as default implementation.
30532         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30533         implementation.
30534         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30535         redundant definition.
30536         (ldbl_insert_mantissa): Likewise.
30537         (ldbl_canonicalize): Likewise.
30538         (ldbl_nearbyint): Likewise.
30539         (ldbl_pack): Rename to ldbl_pack_ppc.
30540         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30541         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30542         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30544 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30546         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30547         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30548         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30549         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30550         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30551         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30552         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30553         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30555 2013-03-07  Andreas Jaeger  <aj@suse.de>
30557         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30558         bits/mman-linux.h.
30560 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30562         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30563         Include mpa.h and declare __MPEXP.
30564         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30565         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30566         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30567         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30568         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30569         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30570         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30572         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30573         (__slowpow): Use long double EXPL and LOGL functions to
30574         compute POW.
30575         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30576         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30577         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30578         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30579         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30580         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30582         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30583         intermediate variable to calculate exponent.
30584         (__sqr): Likewise.
30585         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30586         Likewise.
30587         (__sqr): Likewise.
30589         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30590         [!NO__SQR]: Define __sqr.
30591         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30592         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30593         sysdeps/ieee754/dbl-64/mpa.c.
30594         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30596         [BZ #12723]
30597         * posix/Makefile (tests): Add tst-pathconf.
30598         * posix/tst-pathconf.c: New test case.
30599         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30600         _PC_PIPE_BUF.
30601         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30603 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30605         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30607 2013-03-06  Andreas Jaeger  <aj@suse.de>
30609         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30610         definition via __MAP_ANONYMOUS.
30612         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30613         it's not part of Linux headers.
30615         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30616         (MAP_HUGE_MASK): Define.
30618         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30619         Define.
30620         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30621         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30622         Define.
30623         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30624         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30625         Define.
30626         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30627         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30628         Define.
30629         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30631         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30632         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30633         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30634         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30635         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30636         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30638         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30639         Handle f2fs.
30641         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30642         Handle f2fs and efivarfs.
30644         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30645         f2fs.
30647         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30648         (EFIVARFS_MAGIC): Add.
30649         (F2FS_LINK_MAX): Add.
30651 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30653         * stdio-common/vfprintf.c: Replace __builtin_expect with
30654         __glibc_unlikely.
30656 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30658         [BZ #13550]
30659         * sysdeps/generic/bp-sym.h: Remove file.
30660         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30661         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30662         <bp-sym.h> and <bp-asm.h>.
30663         (__longjmp): Don't use BP_SYM.
30664         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30665         and <bp-asm.h>.
30666         (memcpy): Don't use BP_SYM.
30667         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30668         <bp-sym.h> and <bp-asm.h>.
30669         (memcpy): Don't use BP_SYM.
30670         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30671         <bp-asm.h>.
30672         (memcpy): Don't use BP_SYM.
30673         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30674         <bp-asm.h>.
30675         (memset): Don't use BP_SYM.
30676         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30677         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30678         (__bzero): Don't use BP_SYM.
30679         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30680         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30681         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30682         <bp-sym.h> and <bp-asm.h>.
30683         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30684         pointers.
30685         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30686         <bp-sym.h> and <bp-asm.h>.
30687         (memcpy): Don't use BP_SYM.
30688         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30689         <bp-sym.h> and <bp-asm.h>.
30690         (memset): Don't use BP_SYM.
30691         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30692         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30693         (__bzero): Don't use BP_SYM.
30694         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30695         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30696         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30697         <bp-sym.h> and <bp-asm.h>.
30698         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30699         pointers.
30700         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30701         <bp-sym.h> and <bp-asm.h>.
30702         (memcpy): Don't use BP_SYM.
30703         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30704         <bp-sym.h> and <bp-asm.h>.
30705         (memset): Don't use BP_SYM.
30706         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30707         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30708         (__bzero): Don't use BP_SYM.
30709         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30710         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30711         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30712         <bp-sym.h> and <bp-asm.h>.
30713         (__memchr): Don't use BP_SYM.
30714         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30715         <bp-sym.h> and <bp-asm.h>.
30716         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30717         pointers.
30718         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30719         <bp-sym.h> and <bp-asm.h>.
30720         (memcpy): Don't use BP_SYM.
30721         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30722         <bp-sym.h> and <bp-asm.h>.
30723         (__mempcpy): Don't use BP_SYM.
30724         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30725         <bp-sym.h> and <bp-asm.h>.
30726         (__memrchr): Don't use BP_SYM.
30727         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30728         <bp-sym.h> and <bp-asm.h>.
30729         (memset): Don't use BP_SYM.
30730         (__bzero): Likewise.
30731         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30732         <bp-sym.h> and <bp-asm.h>.
30733         (__rawmemchr): Don't use BP_SYM.
30734         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30735         <bp-sym.h> and <bp-asm.h>.
30736         (__STRCMP): Don't use BP_SYM.
30737         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30738         <bp-sym.h> and <bp-asm.h>.
30739         (strchr): Don't use BP_SYM.
30740         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30741         <bp-sym.h> and <bp-asm.h>.
30742         (__strchrnul): Don't use BP_SYM.
30743         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30744         <bp-sym.h> and <bp-asm.h>.
30745         (strlen): Don't use BP_SYM.
30746         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30747         <bp-sym.h> and <bp-asm.h>.
30748         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30749         pointers.
30750         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30751         <bp-sym.h> and <bp-asm.h>.
30752         (__strnlen): Don't use BP_SYM.
30753         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30754         <bp-sym.h> and <bp-asm.h>.
30755         (__GI__setjmp): Don't use BP_SYM.
30756         (_setjmp): Likewise.
30757         (__sigsetjmp): Likewise.
30758         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30759         (L(start_addresses)): Don't use BP_SYM.
30760         (_start): Likewise.
30761         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30762         <bp-asm.h>.
30763         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30764         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30765         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30766         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30767         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30768         <bp-asm.h>.
30769         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30770         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30771         about bounded pointers.
30772         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30773         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30774         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30775         <bp-asm.h>.
30776         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30777         about bounded pointers.  Remove GKM FIXME comments.
30778         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30779         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30780         <bp-asm.h>.
30781         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30782         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30783         Remove GKM FIXME comments.
30784         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30785         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30786         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30787         <bp-asm.h>.
30788         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30789         about bounded pointers.  Remove GKM FIXME comment.
30790         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30791         and <bp-asm.h>.
30792         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30793         pointers.
30794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30795         <bp-sym.h> and <bp-asm.h>.
30796         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30798         <bp-sym.h> and <bp-asm.h>.
30799         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30800         comment.
30802 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30804         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30805         call free(NULL).
30807 2013-03-05  David S. Miller  <davem@davemloft.net>
30809         * po/es.po: Update from translation team.
30811 2013-03-05  Andreas Jaeger  <aj@suse.de>
30813         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30814         <bits/mman-linux.h>.
30815         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30816         is fine.
30817         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30818         <bits/mman-linux.h> to end of file.
30819         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30820         is fine.
30821         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30822         <bits/mman-linux.h> to end of file.
30823         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30824         is fine.
30825         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30826         <bits/mman-linux.h> to end of file.
30828         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30829         (MCL_CURRENT, MCL_FUTURE): Define here.
30831 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30833         [BZ #15232]
30834         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30835         attribute_hidden.
30836         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30838 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30840         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30841         fourth parameter needed for rt_sigprocmask syscall.
30842         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30843         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30844         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30845         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30846         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30847         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30849 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30851         [BZ #13550]
30852         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30853         comment about bounded pointers.
30854         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30855         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30857 2013-03-04  Andreas Jaeger  <aj@suse.de>
30859         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30860         common definitions.
30862         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30863         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30864         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30865         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30866         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30867         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30869 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30871         [BZ #15055]
30872         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30873         __ieee754_sqrl instead of __sqrl.
30875 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30877         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30878         * sysdeps/powerpc/fpu_control.h: ... here.
30879         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30880         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30881         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30882         * sysdeps/powerpc/bits/mathinline.h: ... here.
30884 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30886         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30887         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30888         to just [NEED_DL_SYSINFO_DSO].
30889         * elf/dl-support.c: Likewise.
30890         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30891         * elf/rtld.c (dl_main): Likewise.
30892         * elf/setup-vdso.h (setup_vdso): Likewise.
30893         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30894         * sysdeps/unix/sysv/linux/dl-sysdep.c
30895         (_dl_discover_osversion): Likewise.
30897 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30899         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30900         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30902 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30904         * NEWS: Mention libm performance improvements and non-x86 PI
30905         futex support.
30907         * csu/libc-start.c (__pthread_initialize_minimal): Change
30908         function arguments.
30909         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30911 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30913         [BZ #13550]
30914         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30915         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30916         <bp-sym.h> and <bp-asm.h>.
30917         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30918         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30919         and <bp-asm.h>.
30920         (memcpy): Don't use BP_SYM.
30921         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30922         <bp-asm.h>.
30923         (__mpn_add_n): Don't use BP_SYM.
30924         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30925         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30926         and <bp-asm.h>.
30927         (__mpn_addmul_1): Don't use BP_SYM.
30928         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30929         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30930         <bp-sym.h>.
30931         (_setjmp): Don't use BP_SYM.
30932         (__novmx_setjmp): Likewise.
30933         (__GI__setjmp): Likewise.
30934         (__vmx_setjmp): Likewise.
30935         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30936         <bp-sym.h>.
30937         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30938         (__bzero): Don't use BP_SYM.
30939         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30940         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30941         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30942         <bp-sym.h> and <bp-asm.h>.
30943         (memcpy): Don't use BP_SYM.
30944         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30945         <bp-sym.h> and <bp-asm.h>.
30946         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30947         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30948         <bp-sym.h> and <bp-asm.h>.
30949         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30950         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30951         <bp-asm.h>.
30952         (__mpn_lshift): Don't use BP_SYM.
30953         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30954         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30955         <bp-asm.h>.
30956         (memset): Don't use BP_SYM.
30957         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30958         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30959         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30960         <bp-asm.h>.
30961         (__mpn_mul_1): Don't use BP_SYM.
30962         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30963         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30964         <bp-sym.h> and <bp-asm.h>.
30965         (memcmp): Don't use BP_SYM.
30966         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30967         <bp-sym.h> and <bp-asm.h>.
30968         (memcpy): Don't use BP_SYM.
30969         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30970         <bp-sym.h> and <bp-asm.h>.
30971         (memset): Don't use BP_SYM.
30972         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30973         <bp-sym.h> and <bp-asm.h>.
30974         (strncmp): Don't use BP_SYM.
30975         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30976         <bp-sym.h> and <bp-asm.h>.
30977         (memcpy): Don't use BP_SYM.
30978         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30979         <bp-sym.h> and <bp-asm.h>.
30980         (memset): Don't use BP_SYM.
30981         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30982         <bp-sym.h> and <bp-asm.h>.
30983         (__memchr): Don't use BP_SYM.
30984         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30985         <bp-sym.h> and <bp-asm.h>.
30986         (memcmp): Don't use BP_SYM.
30987         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30988         <bp-sym.h> and <bp-asm.h>.
30989         (memcpy): Don't use BP_SYM.
30990         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30991         <bp-sym.h> and <bp-asm.h>.
30992         (__mempcpy): Don't use BP_SYM.
30993         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30994         <bp-sym.h> and <bp-asm.h>.
30995         (__memrchr): Don't use BP_SYM.
30996         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30997         <bp-sym.h> and <bp-asm.h>.
30998         (memset): Don't use BP_SYM.
30999         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31000         <bp-sym.h> and <bp-asm.h>.
31001         (__rawmemchr): Don't use BP_SYM.
31002         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31003         <bp-sym.h> and <bp-asm.h>.
31004         (__STRCMP): Don't use BP_SYM.
31005         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31006         <bp-sym.h> and <bp-asm.h>.
31007         (strchr): Don't use BP_SYM.
31008         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31009         <bp-sym.h> and <bp-asm.h>.
31010         (__strchrnul): Don't use BP_SYM.
31011         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31012         <bp-sym.h> and <bp-asm.h>.
31013         (strlen): Don't use BP_SYM.
31014         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31015         <bp-sym.h> and <bp-asm.h>.
31016         (strncmp): Don't use BP_SYM.
31017         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31018         <bp-sym.h> and <bp-asm.h>.
31019         (__strnlen): Don't use BP_SYM.
31020         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31021         <bp-asm.h>.
31022         (__mpn_rshift): Don't use BP_SYM.
31023         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31024         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31025         <bp-sym.h> and <bp-asm.h>.
31026         (__sigsetjmp): Don't use BP_SYM.
31027         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31028         (L(start_addresses)): Don't use BP_SYM.
31029         (_start): Likewise.
31030         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31031         <bp-asm.h>.
31032         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31033         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31034         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31035         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31036         <bp-asm.h>.
31037         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31038         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31039         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31040         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31041         <bp-asm.h>.
31042         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31043         comments.
31044         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31045         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31046         <bp-asm.h>.
31047         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31048         FIXME comments.
31049         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31050         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31051         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31052         <bp-asm.h>.
31053         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31054         comment.
31055         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31056         and <bp-asm.h>.
31057         (strncmp): Don't use BP_SYM,
31058         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31059         <bp-asm.h>.
31060         (__mpn_sub_n): Don't use BP_SYM.
31061         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31062         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31063         and <bp-asm.h>.
31064         (__mpn_submul_1): Don't use BP_SYM.
31065         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31067         <bp-sym.h> and <bp-asm.h>.
31068         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31070         <bp-sym.h> and <bp-asm.h>.
31071         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31072         comment.
31074 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31076         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31077         Use ZK to minimize writes to Z.
31078         (sub_magnitudes): Simplify code a bit.
31079         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31080         Use ZK to minimize writes to Z.
31081         (sub_magnitudes): Simplify code a bit.
31083 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31085         * csu/gmon-start.c: Add special exception to license text.
31087 2013-02-27  Richard Henderson  <rth@redhat.com>
31089         * scripts/config.guess: Update from config.git.
31090         * scripts/config.sub: Likewise.
31092 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31094         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31096         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31098         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31100         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31102         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31104 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31106         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31107         [$(build-shared = yes].
31109 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31111         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31112         (__mul): Reduce iterations for calculating mantissa.
31114         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31115         MPTWO.
31116         (__mpranred): Likewise.
31118         [BZ #15160]
31119         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31120         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31122 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31124         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31125         Define __attribute__.
31127 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31129         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31130         unused.
31131         * posix/regex_internal.h (__attribute): Remove.
31132         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31133         (re_string_context_at): Likewise.
31134         (bitset_not): Use __attribute__ and mark function as possibly
31135         unused.
31136         (bitset_merge): Likewise.
31137         (bitset_mask): Likewise.
31138         (re_string_char_size_at): Likewise.
31139         (re_string_wchar_at): Likewise.
31140         (re_string_elem_size_at): Likewise.
31142 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31144         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31145         code.
31146         (cc32): Likewise.
31148         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31149         (__acr): Likewise.
31150         (__cpy): Likewise.
31151         (norm): Likewise.
31152         (denorm): Likewise.
31153         (__dbl_mp): Likewise.
31154         (add_magnitudes): Likewise.
31155         (sub_magnitudes): Likewise.
31156         (__mul): Likewise.
31157         (__inv): Likewise.
31159         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31160         style.
31162         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31163         style.
31165         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31166         code.
31168         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31169         up changes with default code.
31170         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31171         Likewise.
31173 2013-02-24  Allan McRae  <allan@archlinux.org>
31175         * manual/socket.texi (The Internet Namespace): Order menu items
31176         to match that in the file.
31178         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31179         node listing of the info page menu.
31181 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31183         [BZ #13550]
31184         * sysdeps/i386/bp-asm.h: Remove file.
31185         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31186         (PARMS): Do not use macros from bp-asm.h.
31187         (S1): Likewise.
31188         (S2): Likewise.
31189         (SIZE): Likewise.
31190         (__mpn_add_n): Do not use BP_SYM
31191         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31192         "bp-asm.h".
31193         (PARMS): Do not use macros from bp-asm.h.
31194         (S1): Likewise.
31195         (SIZE): Likewise.
31196         (__mpn_addmul_1): Do not use BP_SYM
31197         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31198         "bp-asm.h".
31199         (PARMS): Do not use macros from bp-asm.h.
31200         (SIGMSK): Likewise.
31201         (_setjmp): Likewise.  Do not use BP_SYM.
31202         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31203         "bp-asm.h".
31204         (PARMS): Do not use macros from bp-asm.h.
31205         (SIGMSK): Likewise.
31206         (setjmp): Likewise.  Do not use BP_SYM.
31207         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31208         "bp-asm.h".
31209         (PARMS): Do not use macros from bp-asm.h.
31210         (__frexp): Do not use BP_SYM.
31211         (frexp): Likewise.
31212         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31213         "bp-asm.h".
31214         (PARMS): Do not use macros from bp-asm.h.
31215         (__frexpf): Do not use BP_SYM.
31216         (frexpf): Likewise.
31217         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31218         "bp-asm.h".
31219         (PARMS): Do not use macros from bp-asm.h.
31220         (__frexpl): Do not use BP_SYM.
31221         (frexpl): Likewise.
31222         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31223         "bp-asm.h".
31224         (PARMS): Do not use macros from bp-asm.h.
31225         (__remquo): Do not use BP_SYM.
31226         (remquo): Likewise.
31227         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31228         "bp-asm.h".
31229         (PARMS): Do not use macros from bp-asm.h.
31230         (__remquof): Do not use BP_SYM.
31231         (remquof): Likewise.
31232         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31233         "bp-asm.h".
31234         (PARMS): Do not use macros from bp-asm.h.
31235         (__remquol): Do not use BP_SYM.
31236         (remquol): Likewise.
31237         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31238         "bp-asm.h".
31239         (PARMS): Do not use macros from bp-asm.h.
31240         (DEST): Likewise.
31241         (SRC): Likewise.
31242         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31243         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31244         "bp-asm.h".
31245         (PARMS): Do not use macros from bp-asm.h.
31246         (strlen): Do not use BP_SYM.
31247         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31248         "bp-asm.h".
31249         (PARMS): Do not use macros from bp-asm.h.
31250         (S1): Likewise.
31251         (S2): Likewise.
31252         (SIZE): Likewise.
31253         (__mpn_add_n): Do not use BP_SYM.
31254         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31255         "bp-asm.h".
31256         (PARMS): Do not use macros from bp-asm.h.
31257         (S1): Likewise.
31258         (SIZE): Likewise.
31259         (__mpn_addmul_1): Do not use BP_SYM.
31260         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31261         weak_alias.
31262         (bzero): Likewise.
31263         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31264         "bp-asm.h".
31265         (PARMS): Do not use macros from bp-asm.h.
31266         (S): Likewise.
31267         (SIZE): Likewise.
31268         (__mpn_lshift): Do not use BP_SYM.
31269         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31270         "bp-asm.h".
31271         (PARMS): Do not use macros from bp-asm.h.
31272         (DEST): Likewise.
31273         (SRC): Likewise.
31274         (LEN): Likewise.
31275         (memcpy): Likewise.  Do not use BP_SYM.
31276         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31277         libc_hidden_def and weak_alias.
31278         (mempcpy): Do not use BP_SYM in weak_alias.
31279         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31280         "bp-asm.h".
31281         (PARMS): Do not use macros from bp-asm.h.
31282         (DEST): Likewise.
31283         (LEN): Likewise.
31284         [!BZERO_P] (CHR): Likewise.
31285         (memset): Likewise.  Do not use BP_SYM.
31286         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31287         "bp-asm.h".
31288         (PARMS): Do not use macros from bp-asm.h.
31289         (S1): Likewise.
31290         (SIZE): Likewise.
31291         (__mpn_mul_1): Do not use BP_SYM.
31292         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31293         "bp-asm.h".
31294         (PARMS): Do not use macros from bp-asm.h.
31295         (S): Likewise.
31296         (SIZE): Likewise.
31297         (__mpn_rshift): Do not use BP_SYM.
31298         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31299         "bp-asm.h".
31300         (PARMS): Do not use macros from bp-asm.h.
31301         (STR): Likewise.
31302         (CHR): Likewise.
31303         (strchr): Likewise.  Do not use BP_SYM.
31304         (index): Do not use BP_SYM in weak_alias.
31305         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31306         "bp-asm.h".
31307         (PARMS): Do not use macros from bp-asm.h.
31308         (DEST): Likewise.
31309         (SRC): Likewise.
31310         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31311         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31312         "bp-asm.h".
31313         (PARMS): Do not use macros from bp-asm.h.
31314         (strlen): Do not use BP_SYM.
31315         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31316         "bp-asm.h".
31317         (PARMS): Do not use macros from bp-asm.h.
31318         (S1): Likewise.
31319         (S2): Likewise.
31320         (SIZE): Likewise.
31321         (__mpn_sub_n): Do not use BP_SYM.
31322         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31323         "bp-asm.h".
31324         (PARMS): Do not use macros from bp-asm.h.
31325         (S1): Likewise.
31326         (SIZE): Likewise.
31327         (__mpn_submul_1): Do not use BP_SYM.
31328         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31329         "bp-asm.h".
31330         (PARMS): Do not use macros from bp-asm.h.
31331         (S1): Likewise.
31332         (S2): Likewise.
31333         (SIZE): Likewise.
31334         (__mpn_add_n): Do not use BP_SYM.
31335         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31336         weak_alias.
31337         (bzero): Likewise.
31338         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31339         "bp-asm.h".
31340         (PARMS): Do not use macros from bp-asm.h.
31341         (BLK2): Likewise.
31342         (LEN): Likewise.
31343         (memcmp): Do not use BP_SYM.
31344         (bcmp): Do not use BP_SYM in weak_alias.
31345         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31346         "bp-asm.h".
31347         (PARMS): Do not use macros from bp-asm.h.
31348         (DEST): Likewise.
31349         (SRC): Likewise.
31350         (LEN): Likewise.
31351         (memcpy): Likewise.  Do not use BP_SYM.
31352         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31353         "bp-asm.h".
31354         (PARMS): Do not use macros from bp-asm.h.
31355         (DEST): Likewise.
31356         (SRC): Likewise.
31357         (LEN): Likewise.
31358         (memmove): Likewise.  Do not use BP_SYM.
31359         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31360         "bp-asm.h".
31361         (PARMS): Do not use macros from bp-asm.h.
31362         (DEST): Likewise.
31363         (SRC): Likewise.
31364         (LEN): Likewise.
31365         (__mempcpy): Likewise.  Do not use BP_SYM.
31366         (mempcpy): Do not use BP_SYM in weak_alias.
31367         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31368         "bp-asm.h".
31369         (PARMS): Do not use macros from bp-asm.h.
31370         (DEST): Likewise.
31371         (LEN): Likewise.
31372         [!BZERO_P] (CHR): Likewise.
31373         (memset): Likewise.  Do not use BP_SYM.
31374         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31375         "bp-asm.h".
31376         (PARMS): Do not use macros from bp-asm.h.
31377         (STR2): Likewise.
31378         (strcmp): Do not use BP_SYM.
31379         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31380         "bp-asm.h".
31381         (PARMS): Do not use macros from bp-asm.h.
31382         (STR): Likewise.
31383         (DELIM): Likewise.
31384         [USE_AS_STRTOK_R] (SAVE): Likewise.
31385         (FUNCTION): Likewise.  Do not use BP_SYM.
31386         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31387         aliases.
31388         (strtok_r): Likewise.
31389         (__GI___strtok_r): Likewise.
31390         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31391         (PARMS): Do not use macros from bp-asm.h.
31392         (S): Likewise.
31393         (SIZE): Likewise.
31394         (__mpn_lshift): Do not use BP_SYM.
31395         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31396         (PARMS): Do not use macros from bp-asm.h.
31397         (STR): Likewise.
31398         (CHR): Likewise.
31399         (__memchr): Do not use BP_SYM.
31400         (memchr): Do not use BP_SYM in weak_alias.
31401         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31402         (PARMS): Do not use macros from bp-asm.h.
31403         (BLK2): Likewise.
31404         (LEN): Likewise.
31405         (memcmp): Do not use BP_SYM.
31406         (bcmp): Do not use BP_SYM in weak_alias.
31407         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31408         (PARMS): Do not use macros from bp-asm.h.
31409         (S1): Likewise.
31410         (SIZE): Likewise.
31411         (__mpn_mul_1): Do not use BP_SYM.
31412         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31413         "bp-asm.h".
31414         (PARMS): Do not use macros from bp-asm.h.
31415         (STR): Likewise.
31416         (CHR): Likewise.
31417         (__rawmemchr): Do not use BP_SYM.
31418         (rawmemchr): Do not use BP_SYM in weak_alias.
31419         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31420         (PARMS): Do not use macros from bp-asm.h.
31421         (S): Likewise.
31422         (SIZE): Likewise.
31423         (__mpn_rshift): Do not use BP_SYM.
31424         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31425         (PARMS): Do not use macros from bp-asm.h.
31426         (SIGMSK): Likewise.
31427         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31428         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31429         (_start): Do not use BP_SYM.
31430         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31431         (PARMS): Do not use macros from bp-asm.h.
31432         (DEST): Likewise.
31433         (SRC): Likewise.
31434         (__stpcpy): Likewise.  Do not use BP_SYM.
31435         (stpcpy): Do not use BP_SYM in weak_alias.
31436         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31437         "bp-asm.h".
31438         (PARMS): Do not use macros from bp-asm.h.
31439         (DEST): Likewise.
31440         (SRC): Likewise.
31441         (LEN): Likewise.
31442         (__stpncpy): Likewise.  Do not use BP_SYM.
31443         (stpncpy): Do not use BP_SYM in weak_alias.
31444         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31445         (PARMS): Do not use macros from bp-asm.h.
31446         (STR): Likewise.
31447         (CHR): Likewise.
31448         (strchr): Likewise.  Do not use BP_SYM.
31449         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31450         "bp-asm.h".
31451         (PARMS): Do not use macros from bp-asm.h.
31452         (STR): Likewise.
31453         (CHR): Likewise.
31454         (__strchrnul): Likewise.  Do not use BP_SYM.
31455         (strchrnul): Do not use BP_SYM in weak_alias.
31456         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31457         "bp-asm.h".
31458         (PARMS): Do not use macros from bp-asm.h.
31459         (STOP): Likewise.
31460         (strcspn): Do not use BP_SYM.
31461         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31462         "bp-asm.h".
31463         (PARMS): Do not use macros from bp-asm.h.
31464         (STR): Likewise.
31465         (STOP): Likewise.
31466         (strpbrk): Likewise.  Do not use BP_SYM.
31467         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31468         "bp-asm.h".
31469         (PARMS): Do not use macros from bp-asm.h.
31470         (STR): Likewise.
31471         (CHR): Likewise.
31472         (strrchr): Likewise.  Do not use BP_SYM.
31473         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31474         (PARMS): Do not use macros from bp-asm.h.
31475         (SKIP): Likewise.
31476         (strspn): Do not use BP_SYM.
31477         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31478         (PARMS): Do not use macros from bp-asm.h.
31479         (STR): Likewise.
31480         (DELIM): Likewise.
31481         (SAVE): Likewise.
31482         (FUNCTION): Likewise.  Do not use BP_SYM.
31483         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31484         aliases.
31485         (strtok_r): Likewise.
31486         (__GI___strtok_r): Likewise.
31487         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31488         (PARMS): Do not use macros from bp-asm.h.
31489         (S1): Likewise.
31490         (S2): Likewise.
31491         (SIZE): Likewise.
31492         (__mpn_sub_n): Do not use BP_SYM.
31493         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31494         "bp-asm.h".
31495         (PARMS): Do not use macros from bp-asm.h.
31496         (S1): Likewise.
31497         (SIZE): Likewise.
31498         (__mpn_submul_1): Do not use BP_SYM.
31499         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31500         <bp-sym.h>.
31501         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31502         and <bp-asm.h>.
31503         (PARMS): Do not use macros from bp-asm.h.
31504         (FLAGS): Likewise.
31505         (PTID): Likewise.
31506         (TLS): Likewise.
31507         (CTID): Likewise.
31508         (__clone): Do not use BP_SYM.
31509         (clone): Do not use BP_SYM in weak_alias.
31510         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31511         and <bp-asm.h>.
31512         (PARMS): Do not use macros from bp-asm.h.
31513         (LEN): Likewise.
31514         (__mmap64): Do not use BP_SYM.
31515         (mmap64): Do not use BP_SYM in weak_alias.
31516         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31517         <bp-sym.h> and <bp-asm.h>.
31518         (PARMS): Do not use macros from bp-asm.h.
31519         (__posix_fadvise64_l64): Do not use BP_SYM.
31520         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31521         (PARMS): Do not use macros from bp-asm.h.
31522         (NSOPS): Likewise.
31523         (semtimedop): Do not use BP_SYM.
31524         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31525         and <bp-asm.h>.
31527 2013-02-21  Allan McRae  <allan@archlinux.org>
31529         * manual/message.texi (Charset conversion in gettext):
31530         Move @end statement to beginning of line.
31532 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31534         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31535         static.
31536         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31537         Likewise.
31539         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31540         (denorm): Likewise.
31541         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31542         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31544 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31546         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31547         tail-call to the resolved function if pltexit isn't needed.
31549 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31551         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31552         or Y being zero as being unlikely.
31553         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31554         Likewise.
31556 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31558         * manual/nss.texi (System Databases and Name Service Switch):
31559         Remove frobnicate @pxref.
31561 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31563         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31564         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31566 2013-02-20  Petr Machata  <pmachata@redhat.com>
31568         * elf/elf.h (R_ARM_TARGET1): New macro.
31569         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31570         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31571         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31572         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31573         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31574         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31575         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31576         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31577         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31578         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31579         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31580         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31581         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31582         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31583         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31584         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31585         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31586         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31587         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31588         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31589         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31590         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31591         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31592         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31593         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31594         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31595         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31596         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31597         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31598         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31599         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31600         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31601         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31602         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31603         (R_ARM_THM_GOT_BREL12): Likewise.
31604         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31605         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31606         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31607         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31608         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31609         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31610         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31611         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31612         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31614 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31616         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31617         __attribute_used__ to __attribute__ ((unused)).
31619 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31621         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31622         powerpc mpa.c.
31623         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31624         comment formatting.
31625         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31627 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31629         [BZ #13550]
31630         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31631         Remove macro.
31632         (ENTER): Remove both macro definitions.
31633         (LEAVE): Likewise.
31634         (CHECK_BOUNDS_LOW): Likewise.
31635         (CHECK_BOUNDS_HIGH): Likewise.
31636         (CHECK_BOUNDS_BOTH): Likewise.
31637         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31638         (RETURN_BOUNDED_POINTER): Likewise.
31639         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31640         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31641         (POP_ERRNO_LOCATION_RETURN): Likewise.
31642         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31643         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31644         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31645         macros.
31646         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31647         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31648         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31649         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31650         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31651         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31652         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31653         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31654         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31655         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31656         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31657         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31658         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31659         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31660         removed macros.
31661         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31662         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31663         macros.
31664         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31665         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31666         * sysdeps/i386/i586/memset.S (memset): Likewise.
31667         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31668         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31669         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31670         macros.
31671         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31672         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31673         Change uses of L(2) to L(out).
31674         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31675         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31676         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31677         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31678         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31679         removed macros.
31680         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31681         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31682         macros.
31683         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31684         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31685         (RETURN): Do not use macro LEAVE.
31686         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31687         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31688         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31689         * sysdeps/i386/i686/memset.S (memset): Likewise.
31690         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31691         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31692         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31693         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31694         Likewise.
31695         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31696         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31697         L(1_2) and L(1_3) into L(1).
31698         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31699         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31700         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31701         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31702         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31703         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31704         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31705         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31706         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31707         macros.
31708         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31709         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31710         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31711         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31712         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31713         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31714         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31715         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31716         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31717         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31718         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31719         * sysdeps/i386/strspn.S (strspn): Likewise.
31720         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31721         conditional code.
31722         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31723         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31724         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31725         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31726         L(1_3) into L(1_1).
31727         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31728         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31729         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31730         macros.
31731         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31733 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31735         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31736         macro.
31738 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31740         * math/atest-exp.c (exp_mpn): Remove ROUND.
31741         * math/atest-exp2.c (exp_mpn): Likewise.
31742         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31744         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31745         * stdlib/tst-tls-atexit-lib.c: Likewise.
31746         * stdlib/tst-tls-atexit.c: Likewise.
31748 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31750         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31751         and __attribute_alloc_size__.
31753 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31755         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31756         __attribute_alloc_size__.
31757         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31758         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31760 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31762         * include/programs/xmalloc.h: New file.
31763         * catgets/gencat.c: Include it.
31764         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31765         * elf/pldd.c: Likewise.
31766         * iconv/iconv_charmap.c: Likewise.
31767         * iconv/iconvconfig.c: Likewise.
31768         * iconv/strtab.c: Likewise.
31769         * locale/programs/locale.c: Likewise.
31770         * locale/programs/localedef.h: Likewise.
31771         * locale/programs/simple-hash.c: Likewise.
31772         * nscd/nscd.h: Likewise.
31773         * nss/makedb.c: Likewise.
31774         * sysdeps/generic/ldconfig.h: Likewise.
31776 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31778         * Versions.def: Add GLIBC_2.18.
31779         * include/link.h (struct link_map): New member l_tls_dtor_count.
31780         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31781         (__call_tls_dtors): Likewise.
31782         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31783         __cxa_thread_atexit_impl.
31784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31785         Likewise.
31786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31787         Likewise.
31788         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31789         Likewise.
31790         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31791         Likewise.
31792         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31793         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31794         Likewise.
31795         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31796         Likewise.
31797         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31798         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31799         Likewise.
31800         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31801         (tests): Add test case tst-tls-atexit.
31802         (modules-names): Add shared library for tst-tls-atexit.
31803         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31804         (GLIBC_PRIVATE): Add __call_tls_dtors.
31805         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31806         for libstdc++.
31807         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31808         * stdlib/tst-tls-atexit.c: New test case.
31809         * stdlib/tst-tls-atexit-lib.c: New test case.
31811         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31813         * elf/Versions (ld): Add _dl_find_dso_for_object.
31814         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31815         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31816         (dl_open_worker): Use _dl_find_dso_for_object.
31817         * elf/dl-sym.c (do_sym): Likewise.
31818         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31820 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31822         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31823         Syntactic changes only.
31824         (_dl_runtime_profile): Do a tail-call to the resolved function.
31826 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31828         [BZ #13550]
31829         * sysdeps/x86_64/bp-asm.h: Remove file.
31830         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31831         <bp-sym.h> and <bp-asm.h>.
31832         (__clone): Do not use BP_SYM.
31833         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31834         <bp-sym.h> and <bp-asm.h>.
31835         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31836         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31837         "bp-asm.h".
31838         (_setjmp): Do not use BP_SYM.
31839         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31840         "bp-asm.h".
31841         (setjmp): Do not use BP_SYM.
31842         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31843         libc_hidden_def.
31844         (mempcpy): Do not use BP_SYM in weak_alias.
31845         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31846         "bp-asm.h".
31847         (strchr): Do not use BP_SYM.
31848         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31849         "bp-asm.h".
31850         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31851         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31852         (_start): Do not use BP_SYM.
31853         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31854         "bp-asm.h".
31855         (strcat): Do not use BP_SYM.
31856         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31857         "bp-asm.h".
31858         (STRCMP): Do not use BP_SYM.
31859         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31860         "bp-asm.h".
31861         (STRCPY): Do not use BP_SYM.
31862         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31863         "bp-asm.h".
31864         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31865         "bp-asm.h".
31866         (FUNCTION): Do not use BP_SYM.
31867         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31868         weak_alias.
31869         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31871 2013-02-17  Andreas Jaeger  <aj@suse.de>
31873         * time/Versions: Sort entries.
31874         * string/Versions: Likewise.
31875         * resolv/Versions: Likewise.
31876         * posix/Versions: Likewise.
31877         * iconv/Versions: Likewise.
31878         * elf/Versions: Likewise.
31879         * wcsmbs/Versions: Likewise.
31881 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31883         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31884         loop termination condition.
31886         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31887         variable to calculate EZ.
31888         (__sqr): Likewise.
31890         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31891         the lower precision input.
31893 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31895         [BZ #13550]
31896         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31897         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31898         (run-via-rtld-prefix): Do not handle %-bp tests.
31899         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31900         (all-object-suffixes): Remove .ob.
31901         (bppfx): Remove variable.
31902         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31903         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31904         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31905         [$(build-bounded) = yes] (libtype.ob): Likewise.
31906         * Makerules (elide-routines.ob): Remove variable.
31907         (do-tests-clean): Do not handle *-bp.out.
31908         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31909         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31910         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31911         (tests): Do not include $(tests-bp.out).
31912         (xtests): Do not include $(xtests-bp.out).
31913         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31914         [$(build-bounded) = yes] ($(addprefix
31915         $(objpfx),$(binaries-bounded))): Remove rule.
31916         ($(objpfx)%-bp.out): Remove rule.
31917         * config.make.in (build-bounded): Remove variable.
31918         * crypt/Makefile [$(build-bounded) = yes]
31919         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31920         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31921         append to variable.
31922         [$(build-bounded) = yes] (install-lib): Likewise.
31923         [$(build-bounded) = yes] (generated): Likewise.
31924         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31925         Remove rule.
31926         * intl/Makefile [$(build-bounded) = yes]
31927         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31928         * math/Makefile [$(build-bounded) = yes]
31929         ($(tests:%=$(objpfx)%-bp): Likewise.
31930         * misc/Makefile [$(build-bounded) = yes]
31931         ($(objpfx)tst-tsearch-bp): Likewise.
31932         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31933         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31934         Remove dependency.
31935         * string/Makefile (o-objects.ob): Remove variable.
31936         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31937         (CFLAGS-.ob): Remove variable.
31938         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31939         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31940         both definitions of variable.
31941         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31942         (ASFLAGS-.ob): Remove variable.
31944 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31946         [BZ #13550]
31947         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31948         Remove __BOUNDED_POINTERS__ from condition.
31949         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31950         * string/bits/string2.h [!__NO_STRING_INLINES &&
31951         !__BOUNDED_POINTERS__]: Likewise.
31952         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31953         Likewise.
31954         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31955         Remove conditional code.
31956         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31957         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31958         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31959         condition.
31961         [BZ #13550]
31962         * csu/libc-start.c: Do not include <bp-sym.h>.
31963         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31964         * elf/dl-open.c: Do not include <bp-sym.h>.
31965         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31966         * math/fegetenv.c: Do not include <bp-sym.h>.
31967         (fegetenv): Do not use BP_SYM in versioned symbols.
31968         * nptl/sysdeps/pthread/bits/libc-lockP.h
31969         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31970         <bp-sym.h>.
31971         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31972         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31973         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31974         (__pthread_mutex_destroy): Likewise.
31975         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31976         (__pthread_mutex_lock): Likewise.
31977         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31978         (__pthread_mutex_trylock): Likewise.
31979         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31980         (__pthread_mutex_unlock): Likewise.
31981         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31982         (__pthread_mutexattr_init): Likewise.
31983         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31984         (__pthread_mutexattr_destroy): Likewise.
31985         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31986         (__pthread_mutexattr_settype): Likewise.
31987         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31988         (__pthread_rwlock_init): Likewise.
31989         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31990         (__pthread_rwlock_destroy): Likewise.
31991         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31992         (__pthread_rwlock_rdlock): Likewise.
31993         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31994         (__pthread_rwlock_tryrdlock): Likewise.
31995         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31996         (__pthread_rwlock_wrlock): Likewise.
31997         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31998         (__pthread_rwlock_trywrlock): Likewise.
31999         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32000         (__pthread_rwlock_unlock): Likewise.
32001         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32002         (__pthread_key_create): Likewise.
32003         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32004         (__pthread_setspecific): Likewise.
32005         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32006         (__pthread_getspecific): Likewise.
32007         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32008         Likewise.
32009         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32010         (_pthread_cleanup_push_defer): Likewise.
32011         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32012         (_pthread_cleanup_pop_restore): Likewise.
32013         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32014         (pthread_setcancelstate): Likewise.
32015         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32016         <bp-sym.h>.
32017         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32018         (memchr): Do not use BP_SYM in weak_alias.
32019         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32020         (fegetenv): Do not use BP_SYM in versioned symbols.
32021         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32022         (fesetenv): Do not use BP_SYM in versioned symbols.
32023         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32024         (feupdateenv): Do not use BP_SYM in versioned symbols.
32025         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32026         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32027         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32028         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32029         (open64): Do not use BP_SYM in weak_alias.
32030         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32031         (fegetenv): Do not use BP_SYM in versioned symbols.
32032         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32033         (fesetenv): Do not use BP_SYM in versioned symbols.
32034         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32035         (feupdateenv): Do not use BP_SYM in versioned symbols.
32036         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32037         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32038         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32039         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32040         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32041         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32042         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32043         <bp-sym.h>.
32044         (__libc_start_main): Do not use BP_SYM.
32046 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32048         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32049         redundant return line.
32050         (norm): Likewise.
32051         (denorm): Likewise.
32052         (dbl_mp): Likewise.
32053         (sub_magnitudes): Likewise.
32054         (__add): Likewise.
32055         (__sub): Likewise.
32056         (__mul): Likewise.
32057         (__inv): Likewise.
32058         (__dvd): Likewise.
32059         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32060         (norm): Likewise.
32061         (denorm): Likewise.
32062         (dbl_mp): Likewise.
32063         (sub_magnitudes): Likewise.
32064         (__add): Likewise.
32065         (__sub): Likewise.
32066         (__mul): Likewise.
32067         (__inv): Likewise.
32068         (__dvd): Likewise.
32070         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32071         instead of __mul.
32072         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32073         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32074         (cc32): Likewise.
32076         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32077         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32078         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32079         of __mul for squares.
32080         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32081         function
32082         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32083         Likewise.
32084         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32085         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32087 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32089         [BZ #13550]
32090         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32091         code.
32092         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32093         prototype or function definition.  Rename ubp_* variables and
32094         parameters.  Remove argv definitions conditional on
32095         [__BOUNDED_POINTERS__].
32096         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32097         * elf/dl-runtime.c (_dl_fixup): Likewise.
32098         * include/set-hooks.h (RUN_HOOK): Likewise.
32099         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32100         definition.
32101         * string/strcpy.c (strcpy): Do not use __unbounded.
32102         * sysdeps/generic/frame.h (struct layout): Likewise.
32103         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32104         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32105         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32106         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32107         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32108         (__backtrace): Likewise.
32109         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32110         use __ptrvalue.
32111         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32112         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32113         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32114         Likewise.
32115         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32116         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32117         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32118         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32119         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32120         Do not use __unbounded.
32121         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32122         Rename __unboundedrlimits parameter to rlimits in prototype.
32123         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32124         Do not use __unbounded.
32125         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32126         not use __ptrvalue.
32127         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32128         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32129         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32130         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32131         __ptrvalue or __unbounded.
32132         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32133         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32134         use __unbounded.
32135         (__new_msgctl): Do not use __ptrvalue.
32136         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32137         __unbounded.
32138         (__libc_msgrcv): Do not use __ptrvalue.
32139         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32140         startup_info): Do not use __unbounded.
32141         (__libc_start_main): Likewise.  Rename ubp_* variables and
32142         parameters.  Remove argv definitions conditional on
32143         [__BOUNDED_POINTERS__].
32144         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32145         __ptrvalue.
32146         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32147         use __unbounded.
32148         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32149         or __ptrvalue.
32150         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32151         use __unbounded.
32152         (__new_shmctl): Do not use __ptrvalue.
32153         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32154         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32155         Likewise.
32156         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32157         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32158         (__libc_sigaction): Likewise.
32159         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32160         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32161         Likewise.
32162         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32164 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32166         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32168         * string/mempcpy.c: Implement by calling memcpy.
32170 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32172         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32174         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32175         evaluation.
32177         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32178         values in the mantissa.
32180         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32181         minimize writes to Z.
32182         (sub_magnitudes): Simplify code a bit.
32184 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32186         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32187         from the message.  The linker prefixes all warnings with that already.
32189 2013-02-12  Andreas Schwab  <schwab@suse.de>
32191         [BZ #15078]
32192         * posix/regexec.c (extend_buffers): Add parameter min_len.
32193         (check_matching): Pass minimum needed length.
32194         (clean_state_log_if_needed): Likewise.
32195         (get_subexp): Likewise.
32196         * posix/Makefile (tests): Add bug-regex34.
32197         (bug-regex34-ENV): Define.
32198         * posix/bug-regex34.c: New file.
32200         [BZ #11561]
32201         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32202         elements compare against the byte sequence of it, not its name.
32203         * posix/Makefile (tests): Add bug-regex35.
32204         (bug-regex35-ENV): Define.
32205         * posix/bug-regex35.c: New file.
32207 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32209         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32210         comment.
32211         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32212         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32213         (CHECK_EOL): Add undef.
32215 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32217         * bits/stdlib-bsearch.h: New file.
32218         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32219         * stdlib/stdlib.h: Likewise.
32221 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32223         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32224         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32225         declaration.
32226         * manual/search.texi (Array Search Function): Add missing const in
32227         lfind prototype.
32228         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32229         declaration to use rlim_t.
32230         (Basic Scheduling Functions): Remove erroneous const from
32231         sched_getparam prototype.  Remove erroneous * from
32232         sched_get_priority_max and sched_get_priority_min prototypes.
32233         (Resource Usage): Fix summary @comment on vtimes to refer to
32234         sys/vtimes.h rather than vtimes.h.
32235         Add missing *s in vtimes prototype.
32236         (Limits on Resources): Fix ulimit prototype to return long int.
32237         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32238         prototypes to use long int rather than double.
32239         (BSD Random): Fix initstate and setstate to use char *, not void *.
32240         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32241         prototype to make second argument 'struct aiocb64 *const[]'.
32242         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32243         (Status of AIO Operations): Remove erroneous const in aio_return and
32244         aio_return64 prototypes.
32245         (Synchronizing I/O): Fix sync prototype to return void.
32246         * manual/startup.texi (Suboptions): Remove an erroneous const in
32247         getsubopt prototype.
32248         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32249         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32250         use size_t rather than int.
32251         (Scanning All Users): Likewise for getpwent_r.
32252         (Setting Groups): Add missing const to setgroups prototype.
32253         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32254         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32255         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32256         'const void *' rather than 'const char *'.
32257         (Host Address Functions): Likewise for inet_ntop.
32258         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32259         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32260         ssize_t for return value.
32261         (Sending Data): Likewise for send, sendto, sendmsg.
32262         (Socket Option Functions): Add a missing const in setsockopt prototype.
32263         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32264         use wchar_t for the argument.
32265         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32266         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32267         take no arguments.
32268         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32269         double/float/long double for second argument.
32270         Fix return types of significand, significandf, significandl.
32271         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32272         argument in fchmod prototype.
32273         (File Owner): Use uid_t and gid_t in fchown prototype.
32274         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32275         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32276         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32277         use 'const struct dirent **' as argument types to CMP function pointer
32278         argument.
32279         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32280         (File Times): Fix summary magic @comment for struct utimbuf and utime
32281         to refer to utime.h, not time.h.
32282         * manual/string.texi (Argz Functions): Add missing const in
32283         argz_extract and argz_next prototypes.
32284         (Finding Tokens in a String): Likewise for basename.
32285         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32286         (Copying and Concatenation): Fix typo in wmemmove prototype.
32287         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32288         (Signal Stack): Remove erroneous const in sigstack prototype.
32289         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32290         prototype.
32291         (Simple Calendar Time): Likewise for stime.
32292         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32293         prototype.
32294         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32295         say sys/sysctl.h instead.
32296         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32297         and vsyslog prototypes.
32299 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32301         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32302         Remove.
32304 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32306         * misc/sys/mman.h: Fix typo in mremap comment.
32308 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32310         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32311         the '\0' terminator.
32313 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32315         [BZ #13550]
32316         * debug/segfault.c: Don't include <bp-checks.h>.
32317         * sysdeps/generic/bp-checks.h: Remove file.
32318         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32319         (__GETDENTS): Don't use CHECK_N.
32320         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32321         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32322         (__getgroups): Don't use CHECK_N.
32323         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32324         (setgroups): Don't use CHECK_N.
32325         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32326         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32327         (__libc_msgrcv): Don't use CHECK_N.
32328         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32329         (__libc_msgsnd): Don't use CHECK_N.
32330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32331         <bp-checks.h>.
32332         (__libc_pread): Don't use CHECK_N.
32333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32334         include <bp-checks.h>.
32335         (__libc_pread64): Don't use CHECK_N.
32336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32337         include <bp-checks.h>.
32338         (__libc_pwrite): Don't use CHECK_N.
32339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32340         include <bp-checks.h>.
32341         (__libc_pwrite64): Don't use CHECK_N.
32342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32343         <bp-checks.h>.
32344         (__libc_pread): Don't use CHECK_N.
32345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32346         include <bp-checks.h>.
32347         (__libc_pread64): Don't use CHECK_N.
32348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32349         include <bp-checks.h>.
32350         (__libc_pwrite): Don't use CHECK_N.
32351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32352         include <bp-checks.h>.
32353         (__libc_pwrite64): Don't use CHECK_N.
32354         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32355         (do_pread): Don't use CHECK_N.
32356         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32357         (do_pread64): Don't use CHECK_N.
32358         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32359         (do_pwrite): Don't use CHECK_N.
32360         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32361         (do_pwrite64): Don't use CHECK_N.
32362         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32363         (__libc_readv): Don't use CHECK_N.
32364         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32365         (semop): Don't use CHECK_N.
32366         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32367         <bp-checks.h>.
32368         (semtimedop): Don't use CHECK_N.
32369         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32370         (__libc_pread): Don't use CHECK_N.
32371         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32372         <bp-checks.h>.
32373         (__libc_pread64): Don't use CHECK_N.
32374         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32375         <bp-checks.h>.
32376         (__libc_pwrite): Don't use CHECK_N.
32377         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32378         <bp-checks.h>.
32379         (__libc_pwrite64): Don't use CHECK_N.
32380         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32381         <bp-checks.h>.
32382         (__libc_msgrcv): Don't use CHECK_N.
32383         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32384         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32385         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32386         (__libc_writev): Don't use CHECK_N.
32388 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32390         * string/strcpy.c: Removed unused variable.
32392         * Makeconfig (+sysdep-includes): Define with := rather than =.
32393         Use an existing include/ subdir of each sysdeps dir before it.
32395 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32397         * nscd/connection.c (register_traced_file): Comment function.
32398         [HAVE_INOTIFY] (union __inev): Define.
32399         [HAVE_INOTIFY] (inotify_check_files): New function.
32400         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32401         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32402         clear_db_cache.
32403         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32405 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32407         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32408         loaded if not already and that a failure is permanent.
32410 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32412         [BZ #15006]
32413         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32414         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32416 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32418         [BZ #13550]
32419         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32420         (CHECK_1_NULL_OK): Likewise.
32421         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32422         (__fxstat): Do not use CHECK_1.
32423         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32424         <bp-checks.h>.
32425         (___fxstat64): Do not use CHECK_1.
32426         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32427         <bp-checks.h>.
32428         (__fxstatat): Do not use CHECK_1.
32429         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32430         <bp-checks.h>.
32431         (__fxstatat64): Do not use CHECK_1.
32432         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32433         <bp-checks.h>.
32434         (__fxstat): Do not use CHECK_1.
32435         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32436         <bp-checks.h>.
32437         (__fxstatat): Do not use CHECK_1.
32438         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32439         <bp-checks.h>.
32440         (__getresgid): Do not use CHECK_1.
32441         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32442         <bp-checks.h>.
32443         (__getresuid): Do not use CHECK_1.
32444         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32445         <bp-checks.h>.
32446         (__lxstat): Do not use CHECK_1.
32447         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32448         <bp-checks.h>.
32449         (__old_msgctl): Do not use CHECK_1.
32450         (__new_msgctl): Likewise.
32451         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32452         <bp-checks.h>.
32453         (__new_setrlimit): Do not use CHECK_1.
32454         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32455         <bp-checks.h>.
32456         (__old_shmctl): Do not use CHECK_1.
32457         (__new_shmctl): Likewise.
32458         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32459         <bp-checks.h>.
32460         (__xstat): Do not use CHECK_1.
32461         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32462         (__lxstat): Do not use CHECK_1.
32463         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32464         <bp-checks.h>.
32465         (___lxstat64): Do not use CHECK_1.
32466         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32467         (__old_msgctl): Do not use CHECK_1.
32468         (__new_msgctl): Likewise.
32469         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32470         <bp-checks.h>.
32471         (__gettimeofday): Do not use CHECK_1.
32472         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32473         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32474         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32475         <bp-checks.h>.
32476         (__gettimeofday): Do not use CHECK_1.
32477         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32478         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32479         (__new_shmctl): Do not use CHECK_1.
32480         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32481         <bp-checks.h>.
32482         (do_sigtimedwait): Do not use CHECK_1.
32483         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32484         <bp-checks.h>.
32485         (do_sigwaitinfo): Do not use CHECK_1.
32486         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32487         <bp-checks.h>.
32488         (msgctl): Do not use CHECK_1.
32489         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32490         <bp-checks.h>.
32491         (shmctl): Do not use CHECK_1.
32492         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32493         (ustat): Do not use CHECK_1.
32494         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32495         <bp-checks.h>.
32496         (__fxstat): Do not use CHECK_1.
32497         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32498         <bp-checks.h>.
32499         (__fxstatat): Do not use CHECK_1.
32500         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32501         <bp-checks.h>.
32502         (__lxstat): Do not use CHECK_1.
32503         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32504         <bp-checks.h>.
32505         (__xstat): Do not use CHECK_1.
32506         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32507         (__xstat): Do not use CHECK_1.
32508         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32509         (___xstat64): Do not use CHECK_1.
32511         [BZ #13550]
32512         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32513         definitions.
32514         (CHECK_BOUNDS_HIGH): Likewise.
32515         * string/strcpy.c: Do not include <bp-checks.h>.
32516         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32518 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32520         * nscd/nscd-client.h (__nscd_drop_map_ref):
32521         Add __attribute__ ((unused)).
32522         * nis/nss-nisplus.h (niserr2nss): Likewise.
32524         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32525         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32527         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32528         Remove inline keyword.
32529         * include/rounding-mode.h (round_away): Likewise.
32530         * libio/wfileops.c (adjust_wide_data): Likewise.
32531         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32532         (__m128i_strloadu_tolower): Likewise.
32533         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32534         (__m128i_strloadu_tolower): Likewise.
32535         * time/mktime.c (ydhms_diff): Likewise.
32536         * locale/elem-hash.h (elem_hash): Likewise.
32537         * locale/setlocale.c (setdata): Likewise.
32538         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32539         (re_string_wchar_at): Likewise.
32540         (bitset_not, bitset_merge, bitset_mask): Likewise.
32541         [!(__GNUC__ > 3)] (inline): Remove macro.
32542         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32543         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32544         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32545         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32546         * string/memcmp.c (memcmp_bytes): Likewise.
32547         * locale/programs/locarchive.c (compute_hashval): Likewise.
32548         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32549         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32550         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32551         * nss/getent.c (print_rpc, print_protocols): Likewise.
32552         (print_passwd, print_group, print_aliases): Likewise.
32553         * nis/nss-nisplus.h (niserr2nss): Likewise.
32554         * nscd/connections.c (restart_p): Likewise.
32555         Change return type to bool.
32557 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32559         * Makeconfig (all-Depend-files): Add existing
32560         $(sorted-subdirs:=/Depend) files.
32561         (all-subdirs): Remove nss.
32562         * sysdeps/unix/inet/Subdirs: Add it here instead.
32563         * hesiod/Depend: New file.
32565         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32566         instead of calling alloca.
32568         * io/lseek.c (__lseek): Rename to __libc_lseek.
32569         Define __lseek as an alias.
32571         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32573 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32575         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32576         else clause and remove check for non-standard endianness.
32578 2013-02-04  David S. Miller  <davem@davemloft.net>
32580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32582 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32584         [BZ #13550]
32585         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32586         (__ubp_memchr): Remove prototype.
32587         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32588         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32589         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32590         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32591         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32592         Remove alias.
32593         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32594         (__ubp_memchr): Likewise.
32595         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32596         (__ubp_memchr): Likewise.
32597         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32598         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32599         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32600         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32601         CHECK_STRING.
32602         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32603         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32604         (__getcwd): Do not use CHECK_STRING.
32605         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32606         <bp-checks.h>.
32607         (__real_chown): Do not use CHECK_STRING.
32608         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32609         <bp-checks.h>.
32610         (fchownat): Do not use CHECK_STRING.
32611         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32612         CHECK_STRING.
32613         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32614         <bp-checks.h>.
32615         (__lchown): Do not use CHECK_STRING.
32616         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32617         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32618         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32619         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32621         include <bp-checks.h>.
32622         (truncate64): Do not use CHECK_STRING.
32623         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32624         <bp-checks.h>.
32625         (__real_chown): Do not use CHECK_STRING.
32626         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32627         <bp-checks.h>.
32628         (__lchown): Do not use CHECK_STRING.
32629         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32630         <bp-checks.h>.
32631         (__chown): Do not use CHECK_STRING.
32632         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32633         <bp-checks.h>.
32634         (truncate64): Do not use CHECK_STRING.
32635         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32636         Likewise.
32637         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32638         (__xmknod): Do not use CHECK_STRING.
32639         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32640         <bp-checks.h>.
32641         (__xmknodat): Do not use CHECK_STRING.
32642         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32643         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32645 2013-02-04  Andreas Schwab  <schwab@suse.de>
32647         [BZ #14142]
32648         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32649         * include/netdb.h: Likewise for h_errno.
32650         * elf/tst-stackguard1.c: Include <tls.h>.
32652 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32654         * elf/link.h (struct link_map): Extend the l_addr comment.
32655         * include/link.h (struct link_map): Likewise.
32657 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32659         [BZ #13550]
32660         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32661         (BOUNDED_1): Remove macro.
32662         * debug/backtrace.c: Don't include <bp-checks.h>.
32663         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32664         (__backtrace): Likewise.
32665         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32666         <bp-checks.h>.
32667         (__backtrace): Don't use BOUNDED_1.
32668         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32669         <bp-checks.h>.
32670         (__backtrace): Don't use BOUNDED_1.
32671         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32672         (__backtrace): Don't use BOUNDED_1.
32673         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32674         (shmat): Don't use BOUNDED_N.
32676 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32678         [BZ #13550]
32679         * sysdeps/generic/bp-start.h: Remove file.
32680         * csu/libc-start.c: Don't include <bp-start.h>.
32681         (LIBC_START_MAIN): Set up __environ directly instead of using
32682         INIT_ARGV_and_ENVIRON.
32683         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32684         <bp-start.h>.
32686         [BZ #13550]
32687         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32688         definitions.
32689         (CHECK_FCNTL): Likewise.
32690         (CHECK_N_PAGES): Likewise.
32692         [BZ #13550]
32693         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32694         definitions.
32695         (CHECK_SIGSET_NULL_OK): Likewise.
32696         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32697         <bp-checks.h>.
32698         (sigpending): Don't use CHECK_SIGSET.
32699         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32700         <bp-checks.h>.
32701         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32702         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32703         <bp-checks.h>.
32704         (do_sigsuspend): Don't use CHECK_SIGSET.
32705         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32706         use CHECK_SIGSET.
32707         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32708         (do_sigwait): Don't use CHECK_SIGSET.
32709         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32710         use CHECK_SIGSET.
32711         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32712         include <bp-checks.h>.
32713         (sigpending): Don't use CHECK_SIGSET.
32714         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32715         include <bp-checks.h>.
32716         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32717         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32718         <bp-checks.h>.
32719         (sigpending): Don't use CHECK_SIGSET.
32720         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32721         <bp-checks.h>.
32722         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32724         [BZ #13550]
32725         * sysdeps/generic/bp-semctl.h: Remove file.
32726         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32727         <bp-checks.h> and <bp-semctl.h>.
32728         (__old_semctl): Don't use CHECK_SEMCTL.
32729         (__new_semctl): Likewise.
32730         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32731         and <bp-semctl.h>.
32732         (__old_semctl): Don't use CHECK_SEMCTL.
32733         (__new_semctl): Likewise.
32734         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32735         <bp-checks.h> and <bp-semctl.h>.
32736         (__old_semctl): Don't use CHECK_SEMCTL.
32737         (__new_semctl): Likewise.
32738         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32739         <bp-checks.h> and <bp-semctl.h>.
32740         (semctl): Don't use CHECK_SEMCTL.
32742         [BZ #13550]
32743         * Makerules (elide-bp-thunks): Remove variable.
32744         (elide-routines.oS): Don't use $(elide-bp-thunks).
32745         (elide-routines.os): Likewise.
32746         (elide-routines.o): Likewise.
32747         (elide-routines.op): Likewise.
32748         (elide-routines.og): Likewise.
32749         (objects): Don't use $(bp-thunks).
32750         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32751         include.
32752         (common-generated): Do not add s-proto-bp.d.
32753         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32754         (int): Likewise.
32755         (typ): Likewise.
32756         Do not generate makefile rules for bounded-pointer thunks.
32757         * sysdeps/generic/bp-thunks.h: Remove file.
32758         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32759         * sysdeps/unix/s-proto-bp.S: Likewise.
32761         [BZ #15062]
32762         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32763         parts of result separately when argument is not close to line from
32764         -i to i and one part of argument is small.
32765         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32766         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32767         * math/libm-test.inc (cacos_test): Add more tests.
32768         (casin_test): Likewise.
32769         (casinh_test): Likewise.
32770         * sysdeps/i386/fpu/libm-test-ulps: Update.
32771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32773 2013-01-31  David S. Miller  <davem@davemloft.net>
32775         * po/de.po: Update from translation team.
32777 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32779         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32781 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32783         * configure.in (_AC_PROG_CC_C89): New definition.
32784         * configure: Regenerate.
32786         * configure.in (AC_PROG_CPP): New definition.
32787         * configure: Regenerate.
32789 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32791         * debug/tst-backtrace.h: New file.
32792         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32793         (ret): Remove variable.
32794         (x): Likewise.
32795         (FAIL): Remove macro.
32796         (NO_INLINE): Likewise.
32797         (fn1): Use match function instead of strstr.
32798         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32799         (ret): Remove variable.
32800         (x): Likewise.
32801         (FAIL): Remove macro.
32802         (NO_INLINE): Likewise.
32803         (fn): Use match function instead of strstr.
32804         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32805         (ret): Remove variable.
32806         (x): Likewise.
32807         (FAIL): Remove macro.
32808         (NO_INLINE): Likewise.
32809         (handle_signal): Use match function instead of strstr.
32810         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32811         (ret): Remove variable.
32812         (x): Likewise.
32813         (FAIL): Remove macro.
32814         (NO_INLINE): Likewise.
32815         (handle_signal): Use match function instead of strstr.
32817 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32819         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32821 2013-01-23  David S. Miller  <davem@davemloft.net>
32823         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32824         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32825         argument of CAS if possible.
32826         * sysdeps/sparc/sparc64/bits/atomic.h
32827         (__arch_compare_and_exchange_val_32_acq): Likewise.
32828         (__arch_compare_and_exchange_val_64_acq): Likewise.
32830 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32832         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32833         * sysdeps/posix/ulimit.c: ... this.
32834         Include <limits.h>.
32835         * sysdeps/unix/bsd/ulimit.c: Remove file.
32837 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32839         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32840         (LDFLAGS-tst-array5): Likewise.
32842 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32844         [BZ #15036]
32845         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32846         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32847         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32848         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32850 2013-01-21  David S. Miller  <davem@davemloft.net>
32852         * sysdeps/sparc/backtrace.c: New file.
32853         * sysdeps/sparc/sparc32/backtrace.h: New file.
32854         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32855         * sysdeps/sparc/sparc64/backtrace.h: New file.
32856         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32857         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32858         -funwind-tables.
32860 2013-01-21  Andreas Schwab  <schwab@suse.de>
32862         [BZ #15020]
32863         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32864         closed its stdout.
32866 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32868         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32869         "mpa2.h".
32870         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32872 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32873             Mark Mitchell  <mark@codesourcery.com>
32874             Tom de Vries  <tom@codesourcery.com>
32875             Paul Pluzhnikov  <ppluzhnikov@google.com>
32877         * debug/tst-backtrace2.c: New file.
32878         * debug/tst-backtrace3.c: Likewise.
32879         * debug/tst-backtrace4.c: Likewise.
32880         * debug/tst-backtrace5.c: Likewise.
32881         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32882         (CFLAGS-tst-backtrace3.c): Likewise.
32883         (CFLAGS-tst-backtrace4.c): Likewise.
32884         (CFLAGS-tst-backtrace5.c): Likewise.
32885         (LDFLAGS-tst-backtrace2): Likewise.
32886         (LDFLAGS-tst-backtrace3): Likewise.
32887         (LDFLAGS-tst-backtrace4): Likewise.
32888         (LDFLAGS-tst-backtrace5): Likewise.
32889         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32890         tst-backtrace4 and tst-backtrace5.
32892 2013-01-18  Anton Blanchard  <anton@samba.org>
32893             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32895         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32896         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32897         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32898         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32900         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32901         "+r" and remove output regs list as redundant.  Add explicit inline
32902         asm to specify register of return val to work around compiler codegen
32903         bug.  Remove (int) cast on return value.  Add return type parameter to
32904         use in macro so that this macro does not truncate return value for
32905         64-bit values.
32906         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32907         pass to INTERNAL_VSYSCALL_NCS.
32908         (INLINE_VSYSCALL): Add 'long int' as return type to
32909         INTERNAL_VSYSCALL_NCS macro invocation.
32910         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32911         INTERNAL_VSYSCALL_NCS macro invocation.
32912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32914 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32916         [BZ #14496]
32917         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32918         Fix application of SIMD FP exception mask.
32920         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32921         mp_no from a power of two.
32922         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32923         __mpexp_twomm1.  Use __pow_mp.
32925         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32926         multiplication.
32928 2013-01-17  David S. Miller  <davem@davemloft.net>
32930         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32932 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32934         [BZ #15023]
32935         * include/complex.h: Condition contents on [!_COMPLEX_H].
32936         (__kernel_casinhf): New prototype.
32937         (__kernel_casinh): Likewise.
32938         (__kernel_casinhl): Likewise.
32939         * math/Makefile (libm_calls): Add k_casinh.
32940         * math/k_casinh.c: New file.
32941         * math/k_casinhf.c: Likewise.
32942         * math/k_casinhl.c: Likewise.
32943         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32944         finite nonzero arguments.
32945         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32946         finite nonzero arguments.
32947         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32948         finite nonzero arguments.
32949         * math/s_casinh.c: Do not include <float.h>.
32950         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32951         * math/s_casinhf.c: Do not include <float.h>.
32952         (__casinhf): Move code for finite nonzero arguments to
32953         k_casinhf.c.
32954         * math/s_casinhl.c: Do not include <float.h>.
32955         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32956         redefine.
32957         (__casinhl): Move code for finite nonzero arguments to
32958         k_casinhl.c.
32959         * math/libm-test.inc (cacos_test): Add more tests.
32960         * sysdeps/i386/fpu/libm-test-ulps: Update.
32961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32963 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32965         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32966         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32967         [!HAVE_MREMAP]: Remove [defined linux] case.
32968         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32970 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32972         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32974 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32976         * elf/elf.h (R_386_SIZE32): New relocation.
32977         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32978         R_386_SIZE32.
32979         (elf_machine_rela): Likewise.
32980         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32981         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32983 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32985         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32986         (FP_FAST_FMA): Do not define.
32987         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32988         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32989         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32990         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32991         !_SOFT_FLOAT]: Likewise.
32992         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32993         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32994         value.
32995         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32996         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32997         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32998         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32999         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33000         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33001         file.
33003 2013-01-16  Andreas Schwab  <schwab@suse.de>
33005         [BZ #14327]
33006         * include/stdlib.h (__mktemp): Add declaration.
33007         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33008         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33010 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33012         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33013         definitions.
33014         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33015         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33016         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33017         definitions here.
33018         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33019         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33020         definitions.
33021         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33022         and ONE.
33023         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33024         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33025         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33026         definitions.
33027         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33028         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33029         definitions.
33030         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33032         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33034 2013-01-15  David S. Miller  <davem@davemloft.net>
33036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33037         trunc{,f} to libm-sysdep_routes.
33038         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33040         file.
33041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33043         file.
33044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33045         file.
33046         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33047         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33048         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33049         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33050         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33051         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33052         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33053         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33056         nearbyint{,f} to libm-sysdep_routes.
33057         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33059         New file.
33060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33061         file.
33062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33063         New file.
33064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33065         file.
33066         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33067         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33068         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33069         file.
33070         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33071         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33072         file.
33073         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33074         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33075         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33077         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33078         libc_feholdexcept and libc_fesetenv.
33080 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33082         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33084 2013-01-14  David S. Miller  <davem@davemloft.net>
33086         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33087         (SPARC_ASM_VIS2_IFUNC): Likewise.
33088         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33090         use of 'siam' instruction.
33091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33092         Likewise.
33093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33094         Likewise.
33095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33096         Likewise.
33097         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33098         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33099         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33100         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33102         file.
33103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33104         file.
33105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33106         file.
33107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33108         file.
33109         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33110         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33111         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33112         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33114         new VIS2 routines.
33115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33118         Likewise.
33119         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33120         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33121         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33122         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33124         routines to libm-sysdep_routines.
33125         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33128         fdim/fdimf to libm-sysdep_routines.
33129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33130         file.
33131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33133         file.
33134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33135         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33136         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33137         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33138         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33139         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33140         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33142 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33144         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33145         to optimize copies.
33147         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33148         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33149         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33151         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33152         local variable MPTWO.
33153         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33154         Likewise.
33156 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33158         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33159         GLOB_NOESCAPE.
33161 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33163         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33165 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33167         * manual/pattern.texi (glob_t): Document gl_flags.
33168         (glob64_t): Likewise.
33170 2013-01-11  David S. Miller  <davem@davemloft.net>
33172         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33173         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33174         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33175         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33176         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33177         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33178         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33179         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33180         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33181         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33182         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33183         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33184         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33186         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33187         sparc V9 rather than using V8 code.
33188         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33189         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33191         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33192         Move to...
33193         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33194         Here.
33196 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33198         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33199         not in the main loop.
33200         * configure: Regenerated.
33202 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33204         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33205         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33206         to just #else.
33207         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33208         [!__GLIBC_HAVE_LONG_LONG] case.
33209         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33210         condition to just #else.
33211         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33212         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33213         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33214         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33215         unconditional.
33216         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33217         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33218         #elif condition to just #else.
33219         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33220         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33221         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33222         #elif condition to just #else.
33224 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33226         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33227         (EF_MIPS_ARCH_64): Fix value.
33228         (EF_MIPS_ARCH_32R2): New.
33229         (EF_MIPS_ARCH_64R2): New.
33231 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33233         * Makeconfig (+link-pie-before-libc): New.
33234         (+link-pie-after-libc): Likewise.
33235         (+link-pie-tests): Likewise.
33236         (+link-pie): Rewritten.
33237         (link-before-libc): Remove $(config-LDFLAGS).
33238         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33239         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33240         (config-LDFLAGS): Renamed to ...
33241         (rtld-LDFLAGS): This.
33242         (rtld-tests-LDFLAGS): New macro.
33243         (link-libc-rpath-link): Likewise.
33244         (link-libc-tests-rpath-link): Likewise.
33245         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33246         (link-libc): Prepand $(link-libc-rpath-link).
33247         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33248         (test-program-prefix): New macro.
33249         (test-via-rtld-prefix): Likewise.
33250         (test-program-cmd): Likewise.
33251         (host-test-program-cmd): Likewise.
33252         * Makefile ($(common-objpfx)testrun.sh): Replace
33253         $(run-program-prefix) with $(test-program-prefix).
33254         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33255         $(rtld-LDFLAGS).
33256         ($(common-objpfx)shlib.lds): Likewise.
33257         (build-module-helper): Likewise.
33258         ($(common-objpfx)format.lds): Likewise.
33259         * Rules (binaries-pie-tests): New.
33260         (binaries-pie-notests): Likewise.
33261         (binaries-pie): Rewritten.
33262         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33263         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33264         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33265         (make-test-out): Replace $(host-built-program-cmd) with
33266         $(host-test-program-cmd).
33267         * config.make.in (build-hardcoded-path-in-tests): New variable.
33268         * configure.in (--enable-hardcoded-path-in-tests): New configure
33269         option.
33270         (hardcoded_path_in_tests): New AC_SUBST.
33271         * configure: Regenerated.
33272         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33273         $(built-program-cmd) with $(test-program-cmd).
33274         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33275         (test_program_cmd): This.
33276         * elf/Makefile ($(objpfx)order.out): Run test with
33277         $(test-program-prefix).
33278         ($(objpfx)order2.out): Likewise.
33279         ($(objpfx)tst-initorder.out): Likewise.
33280         ($(objpfx)tst-initorder2.out): Likewise.
33281         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33282         $(test-program-cmd).
33283         ($(objpfx)tst-array1-static.out): Likewise.
33284         ($(objpfx)tst-array2.out): Likewise.
33285         ($(objpfx)tst-array3.out): Likewise.
33286         ($(objpfx)tst-array4.out): Likewise.
33287         ($(objpfx)tst-array5.out): Likewise.
33288         ($(objpfx)tst-array5-static.out): Likewise.
33289         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33290         $(test-program-cmd).
33291         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33292         $(run-program-prefix) with $(test-program-prefix).
33293         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33294         (test_program_prefix): This.
33295         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33296         $(run-program-prefix) with $(test-program-prefix).
33297         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33298         (test_program_prefix): This.
33299         * iconvdata/tst-tables.sh: Likewise.
33300         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33301         $(run-program-prefix) with $(test-program-prefix).
33302         ($(objpfx)tst-translit.out): Likewise.
33303         ($(objpfx)tst-gettext2.out): Likewise.
33304         ($(objpfx)tst-gettext4.out): Likewise.
33305         ($(objpfx)tst-gettext6.out): Likewise.
33306         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33307         (test_program_prefix): This.
33308         * intl/tst-gettext2.sh: Likewise.
33309         * intl/tst-gettext4.sh  Likewise.
33310         * intl/tst-gettext6.sh: Likewise.
33311         * intl/tst-translit.sh: Likewise.
33312         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33313         with $(test-program-cmd).
33314         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33315         $(run-program-prefix) with $(test-program-prefix).
33316         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33317         (test_program_prefix): This.
33318         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33319         $(run-program-prefix) with $(test-program-prefix).
33320         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33321         (test_program_prefix): This.
33322         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33323         * posix/Makefile ($(objpfx)globtest.out): Replace
33324         $(run-via-rtld-prefix) and $(test-wrapper) with
33325         $(test-program-prefix) and $(test-via-rtld-prefix).
33326         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33327         $(test-program-prefix).
33328         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33329         $(host-test-program-cmd).
33330         (tst-spawn-ARGS): Likewise.
33331         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33332         $(test-program-prefix).
33333         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33334         (test_via_rtld_prefix): This.
33335         (test_wrapper): Renamed to ...
33336         (test_program_prefix): This.
33337         (run_program_prefix): Replaced by test_program_prefix.
33338         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33339         (test_program_prefix): This.
33340         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33341         with $(host-test-program-cmd).
33342         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33343         $(run-program-prefix) with $(test-program-prefix).
33344         ($(objpfx)tst-printf.out): Likewise.
33345         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33346         $(test-program-cmd).
33347         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33348         (test_program_prefix): This.
33349         * stdio-common/tst-unbputc.sh: Likewise.
33350         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33351         $(run-program-prefix) with $(test-program-prefix).
33352         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33353         (test_program_prefix): This.
33354         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33355         $(built-program-cmd) with $(test-program-cmd).
33357 2013-01-11  Andreas Jaeger  <aj@suse.de>
33359         [BZ #15003]
33360         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33361         value. Sync with Linux 3.7.
33363 2013-01-10  David S. Miller  <davem@davemloft.net>
33365         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33366         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33367         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33369 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33371         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33372         never set.
33373         * configure: Regenerated.
33375 2013-01-10  David S. Miller  <davem@davemloft.net>
33377         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33378         sparc V9 rather than using V8 code.
33379         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33380         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33382 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33384         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33385         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33386         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33387         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33388         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33389         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33390         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33391         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33392         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33393         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33394         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33395         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33396         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33397         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33398         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33399         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33400         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33401         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33402         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33403         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33404         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33405         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33406         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33407         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33408         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33409         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33410         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33412 2013-01-10  David S. Miller  <davem@davemloft.net>
33414         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33416 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33418         * posix/Makefile (tests-static): New variable.
33419         (tests): Add $(tests-static).
33420         (tst-exec-static-ARGS): New variable.
33421         (tst-spawn-static-ARGS): Likewise.
33422         * posix/tst-exec-static.c: New file.
33423         * posix/tst-spawn-static.c: Likewise.
33424         * posix/tst-exec.c: Support run directly.
33425         * posix/tst-spawn.c: Likewise.
33427 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33429         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33430         long.
33431         * math/bits/mathcalls.h (llrint): Likewise.
33432         (llround): Likewise.
33433         * stdlib/stdlib.h (struct drand48_data): Likewise.
33434         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33435         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33436         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33437         Likewise.
33438         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33439         Likewise.
33440         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33441         (elf_greg_t): Likewise.
33442         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33443         (__jmp_buf): Likewise.
33444         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33445         definitions.
33446         (llrint): Likewise, for all definitions.
33447         (llrintl): Likewise.
33449         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33450         Remove [__GNUC__] condition.
33451         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33452         condition to just [__USE_ISOC99].
33453         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33455 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33457         [BZ #14200]
33458         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33459         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33460         defined.
33461         (_POSIX_V6_ILP32_OFF32): Likewise.
33462         (_XBS5_ILP32_OFF32): Likewise.
33463         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33464         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33466 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33468         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33470         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33471         doubles __mpexp_twomm1.  Adjust usage.
33472         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33473         Remove.
33475 2013-01-10  Andreas Schwab  <schwab@suse.de>
33477         [BZ #14964]
33478         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33479         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33481 2013-01-09  David S. Miller  <davem@davemloft.net>
33483         [BZ #15003]
33484         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33485         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33486         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33487         (TCP_FASTOPEN): Define.
33488         (tcp_repair_opt): New structure.
33489         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33490         enum values.
33491         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33492         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33493         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33494         (tcp_cookie_transactions): New structure.
33496 2013-01-09  Anton Blanchard  <anton@samba.org>
33498         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33499         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33500         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33501         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33503 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33505         * include/features.h (__USE_ANSI): Remove.
33507 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33509         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33511         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33513 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33515         * sysdeps/s390/fpu/libm-test-ulps: Update.
33517         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33519         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33520         (__acr): Likewise.
33521         (__cpy): Likewise.
33522         (norm): Likewise.
33523         (denorm): Likewise.
33524         (__mp_dbl): Likewise.
33525         (__dbl_mp): Likewise.
33526         (add_magnitudes): Likewise.
33527         (sub_magnitudes): Likewise.
33528         (__add): Likewise.
33529         (__sub): Likewise.
33530         (__mul): Likewise.
33531         (__inv): Likewise.
33532         (__dvd): Likewise.
33533         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33534         (__acr): Likewise.
33535         (__cpy): Likewise.
33536         (norm): Likewise.
33537         (denorm): Likewise.
33538         (__mp_dbl): Likewise.
33539         (__dbl_mp): Likewise.
33540         (add_magnitudes): Likewise.
33541         (sub_magnitudes): Likewise.
33542         (__add): Likewise.
33543         (__sub): Likewise.
33544         (__mul): Likewise.
33545         (__inv): Likewise.
33546         (__dvd): Likewise.
33547         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33548         (__acr): Likewise.
33549         (__cpy): Likewise.
33550         (norm): Likewise.
33551         (denorm): Likewise.
33552         (__mp_dbl): Likewise.
33553         (__dbl_mp): Likewise.
33554         (add_magnitudes): Likewise.
33555         (sub_magnitudes): Likewise.
33556         (__add): Likewise.
33557         (__sub): Likewise.
33558         (__mul): Likewise.
33559         (__inv): Likewise.
33560         (__dvd): Likewise.
33562 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33564         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33565         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33566         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33567         2 && __USE_EXTERN_INLINES]: Likewise.
33569 2013-01-08  Andreas Jaeger  <aj@suse.de>
33571         [BZ# 14985]
33572         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33573         Remove.
33574         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33575         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33577 2013-01-07  Anton Blanchard  <anton@samba.org>
33579         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33580         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33581         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33582         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33583         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33584         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33585         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33586         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33587         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33588         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33589         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33590         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33591         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33592         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33593         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33594         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33595         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33596         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33597         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33598         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33599         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33600         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33601         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33602         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33603         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33604         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33605         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33606         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33607         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33608         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33609         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33610         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33611         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33612         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33613         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33614         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33615         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33616         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33617         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33618         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33619         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33620         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33621         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33623 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33625         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33626         (__MALLOC_PMT): Likewise.
33627         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33628         [__GNUC__], only on [_LIBC].
33629         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33630         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33631         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33632         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33633         forward declaration.
33634         (realloc_hook_ini): Likewise.
33635         (memalign_hook_ini): Likewise.
33636         (__libc_memalign): Do not use __MALLOC_PMT in variable
33637         declaration.
33638         (__libc_valloc): Likewise.
33639         (__libc_pvalloc): Likewise.
33640         (__libc_calloc): Likewise.
33641         (__posix_memalign): Likewise.
33643         [BZ #14996]
33644         * math/s_casinh.c: Include <float.h>.
33645         (__casinh): Do not do computation with squaring and square root
33646         for large arguments.
33647         * math/s_casinhf.c: Include <float.h>.
33648         (__casinhf): Do not do computation with squaring and square root
33649         for large arguments.
33650         * math/s_casinhl.c: Include <float.h>.
33651         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33652         (__casinhl): Do not do computation with squaring and square root
33653         for large arguments.
33654         * math/libm-test.inc (casin_test): Add more tests.
33655         (casinh_test): Likewise.
33656         * sysdeps/i386/fpu/libm-test-ulps: Update.
33657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33659 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33661         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33662         (__x86_64_raw_data_cache_size): Likewise.
33663         (__x86_64_data_cache_size_half): Likewise.
33664         (__x86_64_raw_data_cache_size_half): Likewise.
33665         (__x86_64_shared_cache_size): Likewise.
33666         (__x86_64_raw_shared_cache_size): Likewise.
33667         (__x86_64_shared_cache_size_half): Likewise.
33668         (__x86_64_raw_shared_cache_size_half): Likewise.
33669         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33670         to ...
33671         (__x86_data_cache_size): This.
33672         (__x86_64_raw_data_cache_size): Renamed to ...
33673         (__x86_raw_data_cache_size): This.
33674         (__x86_64_data_cache_size_half): Renamed to ...
33675         (__x86_data_cache_size_half): This.
33676         (__x86_64_raw_data_cache_size_half): Renamed to ...
33677         (__x86_raw_data_cache_size_half): This.
33678         (__x86_64_shared_cache_size): Renamed to ...
33679         (__x86_shared_cache_size): This.
33680         (__x86_64_raw_shared_cache_size): Renamed to ...
33681         (__x86_raw_shared_cache_size): This.
33682         (__x86_64_shared_cache_size_half): Renamed to ...
33683         (__x86_shared_cache_size_half): This.
33684         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33685         (__x86_raw_shared_cache_size_half): This.
33686         * sysdeps/x86_64/memcpy.S: Updated.
33687         * sysdeps/x86_64/memset.S: Likewise.
33688         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33689         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33690         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33692 2013-01-04  David S. Miller  <davem@davemloft.net>
33694         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33696 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33698         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33699         1 to avoid redefinition warning.
33700         (__USE_GNU): Don't define.
33701         (init_signaling_nan): Protoize.
33703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33705 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33707         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33708         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33709         (__cpymn): Likewise.
33710         (norm): Remove commented code.
33711         (denorm): Likewise.
33712         (__mp_dbl): Likewise.
33713         (__inv): Likewise.
33714         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33715         (__cpymn): Likewise.
33716         (norm): Remove commented code.
33717         (denorm): Likewise.
33718         (__mp_dbl): Likewise.
33719         (__inv): Likewise.
33721         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33722         mp_no value for 1.0 and 2.0.
33723         (norm): Use RADIXI instead of radixi.d.
33724         (denorm): Likewise.
33725         (__mul): Use 0.0 instead of zero.d.
33726         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33727         mp_no value for 1.0 and 2.0.
33728         (norm): Use RADIXI instead of radixi.d.
33729         (denorm): Likewise.
33730         (__mul): Use 0.0 instead of zero.d.
33732 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33734         [BZ #14994]
33735         * math/s_casinh.c (__casinh): Reduce finite argument to first
33736         quadrant then set signs of results at the end.
33737         * math/s_casinhf.c (__casinhf): Likewise.
33738         * math/s_casinhl.c (__casinhl): Likewise.
33739         * math/libm-test.inc (casin_test): Add more tests.
33740         (casinh_test): Likewise.
33741         * sysdeps/i386/fpu/libm-test-ulps: Update.
33742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33744 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33746         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33748         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33750         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33751         declarations.
33752         (denorm): Likewise.
33753         (__mp_dbl): Likewise.
33754         (__inv): Likewise.
33756         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33757         and adjust the header comment.
33759         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33760         variable name from declaration.
33762 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33764         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33765         Initialize COMMON_CPUID_INDEX_7 element.
33766         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33767         (CPUID_RTM): Likewise.
33768         (HAS_RTM): Likewise.
33769         (COMMON_CPUID_INDEX_7): New enum.
33771 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33773         [BZ #14981]
33774         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33775         size is zero, record memory as freed.
33777 2013-01-03  Andreas Jaeger  <aj@suse.de>
33779         * po/ia.po: Add new Interlingua translation.
33781 2012-01-03  Allan McRae  <allan@archlinux.org>
33783         * locale/programs/localedef.c: Fix description of '--posix' flag.
33785 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33787         * NEWS: Update dates in second copyright notice.
33788         * README: Update copyright dates in example.
33789         * manual/libc.texinfo: Update copyright dates.
33790         * scripts/test-installation.pl: Update copyright date in --version
33791         output.
33793         * hurd/ctty-input.c: Fix copyright notice formatting.
33794         * hurd/ctty-output.c: Likewise.
33795         * hurd/dtable.c: Likewise.
33796         * hurd/hurd-raise.c: Likewise.
33797         * hurd/hurdprio.c: Likewise.
33798         * hurd/msgportdemux.c: Likewise.
33799         * misc/sys/file.h: Likewise.
33800         * misc/sys/ioctl.h: Likewise.
33801         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33802         * sysdeps/mach/hurd/chdir.c: Likewise.
33803         * sysdeps/mach/hurd/fchdir.c: Likewise.
33804         * sysdeps/mach/hurd/rename.c: Likewise.
33805         * sysdeps/mach/hurd/rmdir.c: Likewise.
33806         * sysdeps/mach/hurd/seekdir.c: Likewise.
33807         * sysdeps/mach/hurd/setsid.c: Likewise.
33808         * sysdeps/posix/wait3.c: Likewise.
33810         * All files with FSF copyright notices: Update copyright dates
33811         using scripts/update-copyrights.
33812         * intl/plural.c: Regenerated.
33813         * locale/programs/charmap-kw.h: Likewise.
33814         * locale/programs/locfile-kw.h: Likewise.
33816 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33818         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33819         four values.
33821         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33822         calculation loop and add branch prediction.
33824         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33825         check access beyond bounds of m1np.
33827         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33828         MPTWO.
33829         (__inv): Remove local variable MPTWO to use the global
33830         constant.
33831         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33832         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33833         variable MPTWO.
33834         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33835         MP3HALFS static const.
33837 2013-01-01  David S. Miller  <davem@davemloft.net>
33839         * po/ca.po: Update from translation team.
33841 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33843         * scripts/update-copyrights: New file.
33844         * Makeconfig: Reformat copyright notice.
33845         * ctype/ctype.h: Likewise.
33846         * debug/swprintf_chk.c: Likewise.
33847         * elf/dl-cache.c: Likewise.
33848         * elf/dl-debug.c: Likewise.
33849         * elf/dl-object.c: Likewise.
33850         * grp/initgroups.c: Likewise.
33851         * hurd/Makefile: Likewise.
33852         * hurd/hurd/signal.h: Likewise.
33853         * hurd/hurdfault.c: Likewise.
33854         * hurd/hurdioctl.c: Likewise.
33855         * hurd/hurdlookup.c: Likewise.
33856         * hurd/intr-msg.c: Likewise.
33857         * iconv/gconv_open.c: Likewise.
33858         * libio/swprintf.c: Likewise.
33859         * locale/lc-ctype.c: Likewise.
33860         * locale/nl_langinfo.c: Likewise.
33861         * mach/Machrules: Likewise.
33862         * mach/Makefile: Likewise.
33863         * malloc/obstack.h: Likewise.
33864         * manual/Makefile: Likewise.
33865         * manual/tsort.awk: Likewise.
33866         * misc/bits/stab.def: Likewise.
33867         * nis/nis_print_group_entry.c: Likewise.
33868         * nis/nis_table.c: Likewise.
33869         * nis/nss_compat/compat-pwd.c: Likewise.
33870         * nis/nss_compat/compat-spwd.c: Likewise.
33871         * po/Makefile: Likewise.
33872         * posix/fnmatch.c: Likewise.
33873         * posix/regex.h: Likewise.
33874         * resolv/Makefile: Likewise.
33875         * resolv/nss_dns/dns-network.c: Likewise.
33876         * resolv/res_hconf.c: Likewise.
33877         * scripts/gen-sorted.awk: Likewise.
33878         * soft-fp/soft-fp.h: Likewise.
33879         * stdio-common/printf.h: Likewise.
33880         * stdlib/monetary.h: Likewise.
33881         * stdlib/random.c: Likewise.
33882         * stdlib/random_r.c: Likewise.
33883         * sysdeps/generic/Makefile: Likewise.
33884         * sysdeps/gnu/Makefile: Likewise.
33885         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33886         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33887         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33888         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33889         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33890         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33891         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33892         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33893         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33894         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33895         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33896         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33897         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33898         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33899         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33900         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33901         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33902         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33903         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33904         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33905         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33906         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33907         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33908         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33909         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33910         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33911         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33912         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33913         * sysdeps/mach/hurd/errnos.awk: Likewise.
33914         * sysdeps/mach/hurd/fork.c: Likewise.
33915         * sysdeps/mach/hurd/getcwd.c: Likewise.
33916         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33917         * sysdeps/mach/hurd/mmap.c: Likewise.
33918         * sysdeps/mach/hurd/utimes.c: Likewise.
33919         * sysdeps/mach/hurd/xmknod.c: Likewise.
33920         * sysdeps/posix/profil.c: Likewise.
33921         * sysdeps/posix/readdir_r.c: Likewise.
33922         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33923         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33924         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33925         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33926         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33927         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33928         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33929         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33930         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33931         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33932         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33933         * sysdeps/pthread/lio_listio.c: Likewise.
33934         * sysdeps/sparc/dl-procinfo.h: Likewise.
33935         * sysdeps/unix/i386/sysdep.S: Likewise.
33936         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33937         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33938         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33939         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33941         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33942         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33943         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33944         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33945         * sysdeps/wordsize-32/divdi3.c: Likewise.
33946         * time/sys/time.h: Likewise.
33947         * wcsmbs/Makefile: Likewise.
33949 2013-01-01  David S. Miller  <davem@davemloft.net>
33951         * po/fr.po: Update from translation team.
33953         * catgets/gencat.c: Update copyright year.
33954         * csu/version.c: Likewise.
33955         * debug/catchsegv.sh: Likewise.
33956         * debug/pcprofiledump.c: Likewise.
33957         * debug/xtrace.sh: Likewise.
33958         * elf/ldconfig.c: Likewise.
33959         * elf/ldd.bash.in: Likewise.
33960         * elf/pldd.c: Likewise.
33961         * elf/sotruss.ksh: Likewise.
33962         * elf/sprof.c: Likewise.
33963         * iconv/iconv_prog.c: Likewise.
33964         * iconv/iconvconfig.c: Likewise.
33965         * locale/programs/locale.c: Likewise.
33966         * locale/programs/localedef.c: Likewise.
33967         * login/programs/pt_chown.c: Likewise.
33968         * malloc/memusage.sh: Likewise.
33969         * malloc/memusagestat.c: Likewise.
33970         * malloc/mtrace.pl: Likewise.
33971         * nscd/nscd.c: Likewise.
33972         * nss/getent.c: Likewise.
33973         * nss/makedb.c: Likewise.
33974         * posix/getconf.c: Likewise.
33976 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33978         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33979         numbers.
33981 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33983         * math/bits/mathcalls.h (modf): Use __nonnull.
33985 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33987         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33988         (split): Use macro CN instead of the bare value.
33989         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33990         could be used.
33991         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33992         instead of the bare value.
33993         (power1): Likewise.
33995 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33997         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33998         __ATAN_TWOM.
33999         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34001         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34002         their values.
34003         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34004         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34005         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34006         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34008 2012-12-28  Andreas Jaeger  <aj@suse.de>
34010         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34011         values are from Linux 3.7.
34013         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34014         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34016 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34018         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34019         TRUE case.
34021         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34022         (norm): Likewise.
34023         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34024         variables with preprocessor constants.
34025         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34026         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34027         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34029 2012-12-27  Bruno Haible  <bruno@clisp.org>
34031         [BZ #14317]
34032         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34033         only if needed.
34035 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34037         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34038         and use variable directly.
34039         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34041         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34042         MPONE.
34043         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34044         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34045         variable MPONE.
34046         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34047         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34048         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34049         include directive.  Remove local variable MPONE.
34050         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34051         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34052         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34054 2012-12-25  David S. Miller  <davem@davemloft.net>
34056         * version.h (RELEASE): Set to "development".
34057         (VERSION): Set to "2.17.90".
34058         * NEWS: Add 2.18 section.
34060 2012-12-21  David S. Miller  <davem@davemloft.net>
34062         * po/hr.po: Update from translation team.
34064 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34066         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34068 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34070         * NEWS:  Mention new memcpy for MIPS.
34072 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34074         * manual/contrib.texi (Contributors): Spelling correction.
34076 2012-12-15  David S. Miller  <davem@davemloft.net>
34078         * po/ru.po: Update from translation team.
34080 2012-12-13  David S. Miller  <davem@davemloft.net>
34082         * NEWS: Mention IFUNC testsuite enhancements.
34084         * po/pl.po: Update from translation team.
34085         * po/bg.po: Likewise.
34087         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34088         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34090 2012-12-11  David S. Miller  <davem@davemloft.net>
34092         * po/sv.po: Update from translation team.
34094         * po/vi.po: Update from translation team.
34096         * po/cs.po: Update from translation team.
34098         * po/de.po: Update from translation team.
34099         * po/eo.po: Likewise.
34100         * po/nl.po: Likewise.
34102 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34104         [BZ #14246]
34105         * manual/argp.texi (Argp Helper Functions): Move node to follow
34106         Argp Parsing State.
34108         [BZ #14872]
34109         * manual/conf.texi (Limits on File System Capacity): Mention if
34110         terminating null is included in the max size.
34112 2012-12-10  Andreas Jaeger  <aj@suse.de>
34114         * po/cs.po: Update from translation team.
34116 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34118         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34119         void pointer and cast to uintptr_t.
34120         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34121         path.
34122         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34123         * sysdeps/s390/s390-64/memset.S: Likewise.
34125 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34127         [BZ #14833]
34128         * menual/message.texi (Message Translation): Fix typos.
34129         (Helper programs for gettext): Likewise.
34131 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34133         [BZ #14898]
34134         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34135         Change to -1.
34137 2012-12-07  David S. Miller  <davem@davemloft.net>
34139         * po/libc.pot: Update.
34141 2012-12-07  Richard Henderson  <rth@redhat.com>
34143         [BZ #10114]
34144         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34145         normal/normal case to before the switch.
34146         (_FP_DIV): Likewise.
34148 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34149             Mike Frysinger  <vapier@gentoo.org>
34151         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34152         check for __NR_fadvise64_64.
34154 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34156         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34157         0, not just to plain "0" as a statement.
34158         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34159         with cw.
34161 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34163         * NEWS: Use sourceware.org in Bugzilla URL.
34165 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34168         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34170         * stdio-common/tst-put-error.c (do_test): Add newline to the
34171         padded test to ensure flush.
34173 2012-12-05  Jeff Law  <law@redhat.com>
34175         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34177 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34179         * README: Don't refer to ports add-on as distributed separately.
34180         Mention AArch64 in list of systems supported in the ports add-on.
34182         * LICENSES: Add more non-FSF copyright and license notices.
34184         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34185         ((unused)).
34187         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34189         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34190         10000 as width of padded output.
34192 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34194         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34196         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34197         variable LX with __attribute__ ((unused)).
34198         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34199         Likewise.
34200         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34201         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34202         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34203         with __attribute__ ((unused)).
34205 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34207         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34209 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34211         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34212         (CFLAGS-nldbl-acos.c): New variable.
34213         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34214         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34215         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34216         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34217         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34218         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34219         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34220         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34221         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34222         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34223         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34224         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34225         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34226         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34227         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34228         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34229         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34230         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34231         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34232         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34233         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34234         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34235         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34236         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34237         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34238         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34239         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34240         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34241         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34242         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34243         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34244         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34245         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34246         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34247         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34248         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34249         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34250         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34251         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34252         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34253         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34254         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34255         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34256         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34257         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34258         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34259         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34260         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34261         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34262         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34263         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34264         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34265         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34266         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34267         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34268         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34269         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34270         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34271         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34272         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34273         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34274         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34275         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34276         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34277         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34278         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34279         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34280         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34281         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34282         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34283         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34284         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34285         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34286         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34287         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34288         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34289         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34290         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34291         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34292         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34293         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34294         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34295         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34296         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34297         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34298         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34299         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34300         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34301         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34302         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34303         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34304         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34305         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34306         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34307         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34308         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34309         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34312         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34314         [BZ #14914]
34315         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34316         whole low double instead of just low 47 bits when splitting values
34317         into two parts.
34319 2012-12-03  Allan McRae  <allan@archlinux.org>
34321         * manual/stdio.texi (Predefined Printf Handlers): Remove
34322         @hsep and @vsep usage.
34324 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34326         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34327         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34329 2012-12-03  Jeff Law  <law@redhat.com>
34331         * time/sys/time.h (settimeofday): Do not mark TV argument
34332         as __nonnull.
34334 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34336         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34337         when currently writing and seek to current position when not.
34338         * libio/Makefile (tests): Remove bug-fclose1.
34339         * libio/bug-fclose1.c: Delete.
34341 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34343         * manual/arith.texi (feenableexcept): Fix typo.
34344         (fedisableexcept): Likewise.
34346 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34348         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34349         second, differently-typed declaration, rather than a cast.
34351 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34353         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34354         * include/rpc/svc.h: ... here.
34356 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34358         [BZ #13013]
34359         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34360         depending n and resplen2 to catch cases where answer
34361         equals answerp2.
34363 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34365         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34366         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34368 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34370         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34372 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34374         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34376 2012-11-28  Jeff Law  <law@redhat.com>
34378         [BZ #13761]
34379         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34380         dataset_temporary.  Track alloca usage into alloca_used.
34381         If dataset is large allocate and release it via malloc/free.
34383 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34385         [BZ #14197]
34386         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34388 2012-11-28  David S. Miller  <davem@davemloft.net>
34390         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34392 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34394         [BZ #14803]
34395         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34396         of pi/2 rounded to nearest to 64 bits.
34397         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34398         nearest to 64 bits.
34399         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34400         bits.
34402 2012-11-28  Jeff Law <law@redhat.com>
34403             Martin Osvald <mosvald@redhat.com>
34405         [BZ #14889]
34406         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34407         * sunrpc/svc.c: Include time.h.
34408         (__svc_accept_failed): New function.
34409         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34410         any reason other than EINTR, call __svc_accept_failed.
34411         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34412         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34414 2012-11-28  Andreas Schwab  <schwab@suse.de>
34416         * scripts/abilist.awk: Also handle indirect functions in .opd
34417         section.
34419 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34421         [BZ #13881]
34422         * sysdeps/x86/fpu/powl_helper.c: New file.
34423         * sysdeps/x86/fpu/Makefile: Likewise.
34424         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34425         (p3): New object.
34426         (__ieee754_powl): Use __powl_helper for finite arguments except
34427         integer exponents below 8.
34428         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34429         (p3): New object.
34430         (__ieee754_powl): Use __powl_helper for finite arguments except
34431         integer exponents below 8.
34432         * math/libm-test.inc (pow_test): Add more tests and enable some
34433         previously disabled tests.
34434         * sysdeps/i386/fpu/libm-test-ulps: Update.
34435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34437 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34438             Carlos O'Donell  <carlos_odonell@mentor.com>
34440         * nss/makedb.c (is_prime): Assert that input is odd and greater
34441         than 4.  Note that fact in a comment too.
34442         (next_prime): Add 4 to input.
34444 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34446         [BZ #11741]
34447         * libio/Makefile (tests): Add test case tst-fwrite-error.
34448         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34449         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34450         * libio/tst-fwrite-error.c: New test case.
34452 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34454         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34455         before casting to void *.
34456         * include/libc-internal.h (__pointer_type): New macro.
34457         (__integer_if_pointer_type_sub): Likewise.
34458         (__integer_if_pointer_type): Likewise.
34459         (cast_to_integer): Likewise.
34460         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34461         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34462         before casting to atomic64_t.
34463         (atomic_exchange_acq): Likewise.
34464         (__arch_exchange_and_add_body): Likewise.
34465         (__arch_add_body): Likewise.
34466         (atomic_add_negative): Likewise.
34467         (atomic_add_zero): Likewise.
34469 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34471         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34472         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34473         (add_fdes): Likewise.
34474         (linear_search_fdes): Likewise.
34475         (binary_search_unencoded_fdes): Likewise.
34477 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34479         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34481 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34483         * configure.in: Autodetect C++ header directories.
34484         * configure: Regenerated.
34486 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34488         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34490 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34492         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34494 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34496         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34497         LDBL_MANT_DIG == 106]: Disable some tests.
34498         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34499         Likewise.
34500         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34501         Likewise.
34503         [BZ #14871]
34504         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34505         input for small inputs.  Return +/- pi/2 for large inputs.
34506         * math/libm-test.inc (atan_test): Add more tests.
34508         * sysdeps/generic/unwind-dw2-fde-glibc.c
34509         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34510         __attribute__ ((unused)).
34512         [BZ #14645]
34513         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34514         x * y if x and y are nonzero and z is zero.
34516         [BZ #14811]
34517         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34518         nonzero exponents with absolute value below 0x1p-117 to +/-
34519         0x1p-117.
34521         [BZ #14869]
34522         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34523         up arguments below 2**-450, not just those below 2**-500.
34524         * math/libm-test.inc (hypot_test): Add another test.
34526         [BZ #14868]
34527         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34528         Return a+b for ratio over 2**120, not 2**60.
34529         * math/libm-test.inc (hypot_test): Add another test.
34531         * math/libm-test.inc (clog_test): Use
34532         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34533         (clog10_test): Likewise.
34535         [BZ #6778]
34536         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34538 2012-11-22  Andreas Schwab  <schwab@suse.de>
34540         * sysdeps/i386/fpu/libm-test-ulps: Update.
34542 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34544         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34545         printf output with newline.
34547 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34549         [BZ #14865]
34550         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34551         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34552         -z nodlopen, -z initfirst and -z execstack support.
34553         * configure: Regenerated.
34555         * elf/elf.h (DF_1_NODIRECT): New macro.
34556         (DF_1_IGNMULDEF): Likewise.
34557         (DF_1_NOKSYMS): Likewise.
34558         (DF_1_NOHDR): Likewise.
34559         (DF_1_EDITED): Likewise.
34560         (DF_1_NORELOC): Likewise.
34561         (DF_1_SYMINTPOSE): Likewise.
34562         (DF_1_GLOBAUDIT): Likewise.
34563         (DF_1_SINGLETON): Likewise.
34564         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34565         DT_1_SUPPORTED_MASK bits.
34566         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34568 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34570         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34572 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34574         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34575         macro.
34577         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34578         (sendmmsg): Move declarations...
34579         * socket/sys/socket.h: ... here.
34580         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34581         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34582         include it from...
34583         * socket/recvmmsg.c: ... this new file.
34584         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34585         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34586         definition of __sendmmsg hidden.
34587         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34588         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34589         Move ENOSYS stub into and include it from...
34590         * socket/sendmmsg.c: ... this new file.
34591         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34592         (sysdep_routines): Move recvmmsg and sendmmsg...
34593         * socket/Makefile (routines): ... here.
34594         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34595         (GLIBC_PRIVATE): Add __sendmmsg.
34596         * include/sys/socket.h (__sendmmsg): Add declarations.
34597         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34598         sendmmsg.
34600 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34602         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34603         variable I1 with __attribute__ ((unused)).
34604         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34606 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34608         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34609         DUMMY variables with __attribute__ ((unused)).
34611         * bits/byteswap.h: Include <bits/types.h>.
34612         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34614 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34616         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34617         string_t.  Do not manually set errno.
34618         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34619         length with __strnlen.  Make sure to both set errno and return it on
34620         failure.
34622 2012-11-19  David S. Miller  <davem@davemloft.net>
34624         With help from Joseph Myers.
34625         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34626         very large arguments properly.
34627         * math/libm-test.inc (atan_test): New tests.
34628         (atan2_test): New tests.
34629         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34630         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34632 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34634         [BZ #14856]
34635         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34636         Define to 3.
34638         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34639         [POSIX] (EADDRNOTAVAIL): Likewise.
34640         [POSIX] (EAFNOSUPPORT): Likewise.
34641         [POSIX] (EALREADY): Likewise.
34642         [POSIX] (ECONNABORTED): Likewise.
34643         [POSIX] (ECONNREFUSED): Likewise.
34644         [POSIX] (ECONNRESET): Likewise.
34645         [POSIX] (EDESTADDRREQ): Likewise.
34646         [POSIX] (EDQUOT): Likewise.
34647         [POSIX] (EHOSTUNREACH): Likewise.
34648         [POSIX] (EIDRM): Likewise.
34649         [POSIX] (EISCONN): Likewise.
34650         [POSIX] (ELOOP): Likewise.
34651         [POSIX] (EMULTIHOP): Likewise.
34652         [POSIX] (ENETDOWN): Likewise.
34653         [POSIX] (ENETUNREACH): Likewise.
34654         [POSIX] (ENOBUFS): Likewise.
34655         [POSIX] (ENODATA): Likewise.
34656         [POSIX] (ENOLINK): Likewise.
34657         [POSIX] (ENOMSG): Likewise.
34658         [POSIX] (ENOPROTOOPT): Likewise.
34659         [POSIX] (ENOSR): Likewise.
34660         [POSIX] (ENOSTR): Likewise.
34661         [POSIX] (ENOTCONN): Likewise.
34662         [POSIX] (ENOTSOCK): Likewise.
34663         [POSIX] (EOPNOTSUPP): Likewise.
34664         [POSIX] (EOVERFLOW): Likewise.
34665         [POSIX] (EPROTO): Likewise.
34666         [POSIX] (EPROTONOSUPPORT): Likewise.
34667         [POSIX] (EPROTOTYPE): Likewise.
34668         [POSIX] (ESTALE): Likewise.
34669         [POSIX] (ETIME): Likewise.
34670         [POSIX] (ETXTBSY): Likewise.
34671         [POSIX] (EWOULDBLOCK): Likewise.
34672         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34673         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34674         [POSIX] (SEEK_CUR): Likewise.
34675         [POSIX] (SEEK_END): Likewise.
34676         [POSIX || UNIX98] (mode_t): Do not require.
34677         [POSIX] (off_t): Likewise.
34678         [POSIX] (pid_t): Likewise.
34679         [POSIX] (sys/stat.h): Do not allow header.
34680         [POSIX] (unistd.h): Likewise.
34681         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34682         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34683         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34684         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34685         require.
34686         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34687         sigevent): Specify elements.
34688         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34689         entry.
34690         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34691         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34693         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34694         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34695         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34696         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34697         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34698         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34699         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34700         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34701         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34702         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34703         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34704         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34705         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34706         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34707         Likewise.
34708         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34709         Likewise.
34710         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34711         Likewise.
34712         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34713         Likewise.
34714         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34715         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34716         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34717         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34718         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34719         Specify lower bound on value.
34720         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34721         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34722         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34723         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34724         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34725         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34726         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34727         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34728         value.
34729         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34730         as optional.
34731         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34732         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34733         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34734         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34735         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34736         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34737         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34738         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34739         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34740         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34741         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34742         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34743         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34744         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34745         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34746         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34747         entry.
34748         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34749         optional.
34750         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34751         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34752         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34753         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34754         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34755         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34756         Likewise.
34757         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34758         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34759         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34760         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34761         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34762         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34763         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34764         as optional.
34765         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34766         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34767         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34768         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34769         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34770         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34771         specify as optional.
34772         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34773         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34774         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34775         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34776         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34777         [XPG3] (NL_LANGMAX): Likewise.
34778         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34779         [POSIX || XPG3] (NL_NMAX): Likewise.
34780         [POSIX || XPG3] (NL_SETMAX): Likewise.
34781         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34782         [XPG3] (NZERO): Likewise.
34783         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34784         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34785         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34786         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34787         (REG_ERANGE): Expect.
34788         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34789         optional-constant.
34790         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34791         Use (void) in prototype.
34792         [POSIX] (*_t): Allow.
34793         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34794         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34795         (WRDE_BADVAL): Expect.
34797         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34798         expect.
34799         [XPG3 || XPG4] (O_RSYNC): Likewise.
34800         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34801         Likewise.
34802         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34803         [XPG3 || XPG4] (sigqueue): Likewise.
34804         [XPG3 || XPG4] (sigtimedwait): Likewise.
34805         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34806         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34807         [XPG3 || XPG4] (vsnprintf): Likewise.
34808         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34809         Likewise.
34810         [XPG3 || XPG4] (blksize_t): Likewise.
34811         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34812         Likewise.
34813         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34814         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34815         [XPG3 || XPG4] (struct itimerspec): Likewise.
34816         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34817         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34818         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34819         [XPG3 || XPG4] (clockid_t): Likewise.
34820         [XPG3 || XPG4] (timer_t): Likewise.
34821         [XPG3 || XPG4] (clock_getres): Likewise.
34822         [XPG3 || XPG4] (clock_gettime): Likewise.
34823         [XPG3 || XPG4] (clock_settime): Likewise.
34824         [XPG3 || XPG4] (nanosleep): Likewise.
34825         [XPG3 || XPG4] (timer_create): Likewise.
34826         [XPG3 || XPG4] (timer_delete): Likewise.
34827         [XPG3 || XPG4] (timer_gettime): Likewise.
34828         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34829         [XPG3 || XPG4] (timer_settime): Likewise.
34830         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34831         [XPG3 || XPG4] (getlogin_r): Likewise.
34832         [XPG3 || XPG4] (pread): Likewise.
34833         [XPG3 || XPG4] (pthread_atfork): Likewise.
34834         [XPG3 || XPG4] (pwrite): Likewise.
34836         [BZ #14835]
34837         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34838         <bits/siginfo.h>.
34840 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34842         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34843         finalizing MALLSTREAM.
34845         * sysdeps/mach/hurd/syncfs.c: New file.
34847 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34849         [BZ #14719]
34850         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34851         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34852         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34853         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34854         (_nss_dns_gethostbyname4_r): Likewise.
34855         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34856         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34858 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34860         [BZ #13763]
34861         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34863 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34865         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34866         * elf/cache.c (print_entry): Print ",AArch64" for
34867         FLAG_AARCH64_LIB64
34869         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34870         * elf/cache.c (print_entry): Print ",hard-float" for
34871         FLAG_ARM_LIBHF.
34873 2012-11-18  David S. Miller  <davem@davemloft.net>
34875         With help from Joseph Myers.
34876         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34877         cutoff to 2**-13.
34878         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34879         cutoff to 2**-25.
34880         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34881         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34882         small.
34883         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34884         * math/libm-test.inc (y0_test): New tests.
34885         (y1_test): New tests.
34886         * sysdeps/i386/fpu/libm-test-ulps: Update.
34887         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34888         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34890 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34892         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34893         64-bit targets.
34894         * configure: Regenerated.
34896 2012-11-17  David S. Miller  <davem@davemloft.net>
34898         [BZ #14811]
34899         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34900         nonzero exponents with absolute value below 0x1p-128 to +/-
34901         0x1p-128.
34903 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34905         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34907         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34909         * posix/getconf-speclist.c: New file.
34910         * posix/posix-envs.def: Likewise.
34911         * posix/confstr.c (START_ENV_GROUP): New macro.
34912         (END_ENV_GROUP): Likewise.
34913         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34914         (KNOWN_PRESENT_ENV_STRING): Likewise.
34915         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34916         (UNKNOWN_ENVIRONMENT): Likewise.
34917         (confstr): Include posix-envs.def instead of handling
34918         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34919         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34920         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34921         (END_ENV_GROUP): Likewise.
34922         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34923         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34924         (UNKNOWN_ENVIRONMENT): Likewise.
34925         (__sysconf): Include posix-envs.def instead of handling associated
34926         cases directly here.
34927         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34928         preprocessing getconf-speclist.c rather than running getconf or
34929         generating empty file.
34931 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34933         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34935 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34937         [BZ #14672]
34938         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34940 2012-11-16  David S. Miller  <davem@davemloft.net>
34942         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34943         smaller than LDBL_EPSILON/2.0L, just return xm1.
34945 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34947         * elf/tst-array1.c (init): Set constructor priority to 1000.
34948         (fini): Set destructor priority to 1000.
34949         * elf/tst-array2dep.c: Likewise.
34951 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34953         [BZ #11741]
34954         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34955         (_IO_new_file_xsputn): Also return EOF if none of the input
34956         data was written when overflow failed.
34957         * libio/iopadn.c (_IO_padn): Likewise.
34958         * libio/iowpadn.c (_IO_wpadn): Likewise.
34959         * stdio-common/tst-put-error.c: Add copyright notice.
34960         (do_test): Add case for printing padded string.
34961         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34962         _IO_padn returned error.
34963         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34964         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34965         return EOF.
34967 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34969         * libio/libioP.h: Add comment note that the references to C++
34970         bits are now obsolete.
34972 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34974         * math/libm-test.inc (check_complex): Use asprintf.
34976 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34978         * debug/pcprofiledump.c (print_version): Update copyright year.
34979         * malloc/memusagestat.c (print_version): Likewise.
34981 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34983         [BZ #14831]
34984         * elf/Makefile (tests): Add tst-audit8.
34985         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34986         ($(objpfx)tst-audit8.out): New target.
34987         (tst-audit8-ENV): New variable.
34988         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34989         audit if l_reloc_result is NULL.
34990         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34991         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34992         * elf/tst-audit8.c: New file.
34994 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34996         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34997         * misc/Makefile (CFLAGS-select.c): Define.
34998         * posix/Makefile (CFLAGS-pause.c): Define.
35000 2012-11-13  David S. Miller  <davem@davemloft.net>
35002         * crypt/Makefile: Move test targets after toplevel Rules
35003         inclusion.  Grab any necessary sysdep routines when linking.
35004         * crypt/md5.c (md5_process_block): Remove define, we will always
35005         name it __md5_process_block.
35006         (md5_finish_ctx): Update md5_process_block call.
35007         (md5_stream): Likewise.
35008         (md5_process_bytes): Likewise.
35009         (md5_process_block): Rename to __md5_process_block and move to ...
35010         * crypt/md5-block.c: ... here.
35011         * crypt/sha256.c (sha256_process_block): Move to ...
35012         * crypt/sha256-block.c: ... here.
35013         * crypt/sha512.c (sha512_process_block): Move to ...
35014         * crypt/sha512-block.c: ... here.
35015         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35016         path.
35017         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35018         * sysdeps/sparc/sparc64/multiarch/Makefile
35019         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35020         crypt subdir.
35021         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35022         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35023         multiarch changes.
35024         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35025         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35026         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35027         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35028         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35029         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35030         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35031         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35032         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35033         file.
35034         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35035         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35036         file.
35037         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35039 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35041         * timezone/tzselect.ksh: Update from tzcode git revision
35042         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35043         * timezone/zdump.c: Likewise.
35044         * timezone/zic.c: Likewise.
35045         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35046         in TZVERSION setting, not $(PKGVERSION).
35047         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35048         REPORT_BUGS_TO settings.
35050         [BZ #14838]
35051         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35052         macro.
35054 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35056         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35057         detection to immediately after _FP_ROUND().
35058         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35059         bits are 0.
35061 2012-11-11  David S. Miller  <davem@davemloft.net>
35063         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35064         inttypes.h
35065         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35066         __close rather than their public counterparts.
35068 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35070         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35071         file.
35072         [UNIX98] (sem_timedwait): Do not expect.
35073         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35074         [XPG4 || UNIX98] (sockatmark): Do not expect.
35075         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35076         (clock_getcpuclockid): Do not expect.
35077         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35078         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35079         Do not expect.
35080         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35081         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35082         [UNIX98] (vwscanf): Likewise.
35083         [UNIX98] (vswscanf): Likewise.
35085 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35087         * timezone/version.h: Remove file.
35088         * timezone/README: Do not refer to version.h.
35089         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35090         $(objpfx)version.h.
35091         ($(objpfx)zdump.o): Likewise.
35092         ($(objpfx)version.h): New target.
35094         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35095         2012i.
35096         * timezone/README: Don't mention modification to tzselect.ksh.
35097         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35098         work on unmodified tzselect.ksh.  Substitute version numbers in
35099         tzselect.ksh.
35101         * Makefile (format-me): Remove.
35102         (INSTALL): Adjust indentation.  Use commands directly instead of
35103         using $(format-me).
35105         * aclocal.m4 (ACX_PKGVERSION): New macro.
35106         (ACX_BUGURL): Likewise.
35107         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35108         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35109         (REPORT_BUGS_TO): Likewise.
35110         * configure: Regenerated.
35111         * config.h.in (PKGVERSION): New macro.
35112         (REPORT_BUGS_TO): Likewise.
35113         * config.make.in (PKGVERSION): New variable.
35114         (PKGVERSION_TEXI): Likewise.
35115         (REPORT_BUGS_TO): Likewise.
35116         (REPORT_BUGS_TEXI): Likewise.
35117         * Makefile (format-me): Use -I$(common-objpfx)manual.
35118         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35119         ($(common-objpfx)manual/%): New target.
35120         (manual/%): Remove target.
35121         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35122         (print_version): Use PKGVERSION.
35123         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35124         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35125         and REPORT_BUGS_TO.
35126         ($(objpfx)xtrace): Likewise.
35127         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35128         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35129         (print_version): Use PKGVERSION.
35130         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35131         (do_version): Use PKGVERSION.
35132         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35133         REPORT_BUGS_TO.
35134         (common-ldd-rewrite): Likewise.
35135         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35136         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35137         (print_version): Use PKGVERSION.
35138         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35139         * elf/pldd.c (argp_program_bug_address): Remove variable.
35140         (more_help): New function.
35141         (argp): Use more_help.
35142         (print_version): Use PKGVERSION.
35143         * elf/sln.c (main): Use PKGVERSION.
35144         (usage): Use REPORT_BUGS_TO.
35145         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35146         (top level): Use PKGVERSION.
35147         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35148         (print_version): Use PKGVERSION.
35149         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35150         (print_version): Use PKGVERSION.
35151         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35152         (print_version): Use PKGVERSION.
35153         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35154         (print_version): Use PKGVERSION.
35155         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35156         (print_version): Use PKGVERSION.
35157         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35158         (print_version): Use PKGVERSION.
35159         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35160         and BUGURL.
35161         ($(objpfx)memusage): Likewise.
35162         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35163         (do_version): Use PKGVERSION.
35164         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35165         (print_version): Use PKGVERSION.
35166         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35167         ($PKGVERSION): New variable.
35168         ($REPORT_BUGS_TO): Likewise.
35169         (usage): Use $REPORT_BUGS_TO.
35170         (top level): Use $PKGVERSION.
35171         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35172         ($(objpfx)pkgvers.texi): New rule.
35173         ($(objpfx)stamp-pkgvers): Likewise.
35174         * manual/install.texi: Include pkgvers.texi.
35175         (--with-pkgversion): Document new configure option.
35176         (--with-bugurl): Likewise.
35177         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35178         than necessarily for this particular distribution.  Use
35179         REPORT_BUGS_TO for where to report bugs.
35180         * INSTALL: Regenerated.
35181         * manual/libc.texinfo: Include pkgvers.texi.
35182         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35183         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35184         (print_version): Use PKGVERSION.
35185         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35186         (print_version): Use PKGVERSION.
35187         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35188         (print_version): Use PKGVERSION.
35189         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35190         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35191         macro.
35192         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35193         (print_version): Use PKGVERSION.
35194         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35195         (print_version): Use PKGVERSION.
35196         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35197         and PKGVERSION.
35199         * timezone/checktab.awk: Update from tzcode 2012i.
35200         * timezone/ialloc.c: Likewise.
35201         * timezone/private.h: Likewise.
35202         * timezone/scheck.c: Likewise.
35203         * timezone/tzfile.h: Likewise.
35204         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35205         (TZVERSION): Hardcode tzcode version number.
35206         * timezone/zdump.c: Update from tzcode 2012i.
35207         * timezone/zic.c: Likewise.
35208         * timezone/version.h: New file.
35209         * timezone/README: Describe version.h.  Update upstream location.
35211         [BZ #14824]
35212         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35213         (mktemp): Enable declaration.
35214         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35215         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35216         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35217         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35218         Likewise.
35219         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35220         Likewise.
35221         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35222         Likewise.
35223         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35224         Likewise.
35225         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35226         Likewise.
35227         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35228         Likewise.
35230         [BZ #14821]
35231         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35232         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35233         for copies of such integer values.
35234         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35235         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35237 2012-11-09  Andreas Jaeger  <aj@suse.de>
35239         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35240         definitions and declarations that are provided by
35241         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35243 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35245         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35246         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35247         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35248         definition.
35250 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35252         * elf/elf.h: Update comment before AArch64 relocations.
35254 2012-11-07  David S. Miller  <davem@davemloft.net>
35256         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35257         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35258         (__start_context): Declare.
35259         (__makecontext_ret): Delete.
35260         (__makecontext): Hook up __start_context instead of
35261         __makecontext_ret.
35262         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35263         (sysdep_routines): Add __start_context when in stdlib.
35265 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35267         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35268         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35269         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35270         hardcoded "nm".
35271         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35272         (READELF): New variable.  Use it instead of hardcoded "readelf".
35274 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35276         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35277         * sysdeps/x86/Makefile: Here.
35278         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35279         * sysdeps/x86/tst-xmmymm.sh: This.
35281 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35283         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35284         expectations.
35285         [UNIX98] (pthread_barrier_t): Do not expect.
35286         [UNIX98] (pthread_barrierattr_t): Likewise.
35287         [UNIX98] (pthread_spinlock_t): Likewise.
35288         [UNIX98] (pthread_barrier_destroy): Likewise.
35289         [UNIX98] (pthread_barrier_init): Likewise.
35290         [UNIX98] (pthread_barrier_wait): Likewise.
35291         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35292         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35293         [UNIX98] (pthread_barrierattr_init): Likewise.
35294         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35295         [UNIX98] (pthread_getcpuclockid): Likewise.
35296         [UNIX98] (pthread_mutex_timedlock): Likewise.
35297         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35298         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35299         [UNIX98] (pthread_sigmask): Likewise.
35300         [UNIX98] (pthread_spin_destroy): Likewise.
35301         [UNIX98] (pthread_spin_init): Likewise.
35302         [UNIX98] (pthread_spin_lock): Likewise.
35303         [UNIX98] (pthread_spin_trylock): Likewise.
35304         [UNIX98] (pthread_spin_unlock): Likewise.
35305         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35306         Do not expect.
35307         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35308         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35309         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35310         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35311         [XPG3 || XPG4] (pthread_key_t): Likewise.
35312         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35313         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35314         [XPG3 || XPG4] (pthread_once_t): Likewise.
35315         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35316         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35317         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35318         [XPG3 || XPG4] (pthread_t): Likewise.
35320         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35321         not expect.
35322         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35324         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35325         Change function return type to int.
35327         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35328         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35329         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35330         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35331         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35332         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35333         [!POSIX] (posix_madvise): Likewise.
35334         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35335         && !UNIX98].
35336         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35337         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35338         (mode_t): Likewise.
35339         (posix_mem_offset): Likewise.
35340         (posix_typed_mem_get_info): Likewise.
35341         (posix_typed_mem_open): Likewise.
35343         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35344         Change condition to [XOPEN2K8].
35346         * conform/conformtest.pl: Preprocess allow-header data with -x c
35347         instead of from stdin.
35348         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35349         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35350         [C99-based standards] (cerfc): Likewise.
35351         [C99-based standards] (cexp2): Likewise.
35352         [C99-based standards] (cexpm1): Likewise.
35353         [C99-based standards] (clog10): Likewise.
35354         [C99-based standards] (clog1p): Likewise.
35355         [C99-based standards] (clog2): Likewise.
35356         [C99-based standards] (clgamma): Likewise.
35357         [C99-based standards] (ctgamma): Likewise.
35358         [C99-based standards] (cerff): Likewise.
35359         [C99-based standards] (cerfcf): Likewise.
35360         [C99-based standards] (cexp2f): Likewise.
35361         [C99-based standards] (cexpm1f): Likewise.
35362         [C99-based standards] (clog10f): Likewise.
35363         [C99-based standards] (clog1pf): Likewise.
35364         [C99-based standards] (clog2f): Likewise.
35365         [C99-based standards] (clgammaf): Likewise.
35366         [C99-based standards] (ctgammaf): Likewise.
35367         [C99-based standards] (cerfl): Likewise.
35368         [C99-based standards] (cerfcl): Likewise.
35369         [C99-based standards] (cexp2l): Likewise.
35370         [C99-based standards] (cexpm1l): Likewise.
35371         [C99-based standards] (clog10l): Likewise.
35372         [C99-based standards] (clog1pl): Likewise.
35373         [C99-based standards] (clog2l): Likewise.
35374         [C99-based standards] (clgammal): Likewise.
35375         [C99-based standards] (ctgammal): Likewise.
35376         * conform/data/inttypes.h-data [C99-based standards]: Include
35377         stdint.h-data.  Remove all expectations for stdint.h contents.
35378         [C99-based standards] (PRI*): Do not allow.
35379         [C99-based standards] (SCN*): Likewise.
35380         [C99-based standards] (*_t): Likewise.
35381         [C99-based-standards] (PRId8): Expect macro.
35382         [C99-based-standards] (PRIi8): Likewise.
35383         [C99-based-standards] (PRIo8): Likewise.
35384         [C99-based-standards] (PRIu8): Likewise.
35385         [C99-based-standards] (PRIx8): Likewise.
35386         [C99-based-standards] (PRIX8): Likewise.
35387         [C99-based-standards] (SCNd8): Likewise.
35388         [C99-based-standards] (SCNi8): Likewise.
35389         [C99-based-standards] (SCNo8): Likewise.
35390         [C99-based-standards] (SCNu8): Likewise.
35391         [C99-based-standards] (SCNx8): Likewise.
35392         [C99-based-standards] (PRIdLEAST8): Likewise.
35393         [C99-based-standards] (PRIiLEAST8): Likewise.
35394         [C99-based-standards] (PRIoLEAST8): Likewise.
35395         [C99-based-standards] (PRIuLEAST8): Likewise.
35396         [C99-based-standards] (PRIxLEAST8): Likewise.
35397         [C99-based-standards] (PRIXLEAST8): Likewise.
35398         [C99-based-standards] (SCNdLEAST8): Likewise.
35399         [C99-based-standards] (SCNiLEAST8): Likewise.
35400         [C99-based-standards] (SCNoLEAST8): Likewise.
35401         [C99-based-standards] (SCNuLEAST8): Likewise.
35402         [C99-based-standards] (SCNxLEAST8): Likewise.
35403         [C99-based-standards] (PRIdFAST8): Likewise.
35404         [C99-based-standards] (PRIiFAST8): Likewise.
35405         [C99-based-standards] (PRIoFAST8): Likewise.
35406         [C99-based-standards] (PRIuFAST8): Likewise.
35407         [C99-based-standards] (PRIxFAST8): Likewise.
35408         [C99-based-standards] (PRIXFAST8): Likewise.
35409         [C99-based-standards] (SCNdFAST8): Likewise.
35410         [C99-based-standards] (SCNiFAST8): Likewise.
35411         [C99-based-standards] (SCNoFAST8): Likewise.
35412         [C99-based-standards] (SCNuFAST8): Likewise.
35413         [C99-based-standards] (SCNxFAST8): Likewise.
35414         [C99-based-standards] (PRId16): Likewise.
35415         [C99-based-standards] (PRIi16): Likewise.
35416         [C99-based-standards] (PRIo16): Likewise.
35417         [C99-based-standards] (PRIu16): Likewise.
35418         [C99-based-standards] (PRIx16): Likewise.
35419         [C99-based-standards] (PRIX16): Likewise.
35420         [C99-based-standards] (SCNd16): Likewise.
35421         [C99-based-standards] (SCNi16): Likewise.
35422         [C99-based-standards] (SCNo16): Likewise.
35423         [C99-based-standards] (SCNu16): Likewise.
35424         [C99-based-standards] (SCNx16): Likewise.
35425         [C99-based-standards] (PRIdLEAST16): Likewise.
35426         [C99-based-standards] (PRIiLEAST16): Likewise.
35427         [C99-based-standards] (PRIoLEAST16): Likewise.
35428         [C99-based-standards] (PRIuLEAST16): Likewise.
35429         [C99-based-standards] (PRIxLEAST16): Likewise.
35430         [C99-based-standards] (PRIXLEAST16): Likewise.
35431         [C99-based-standards] (SCNdLEAST16): Likewise.
35432         [C99-based-standards] (SCNiLEAST16): Likewise.
35433         [C99-based-standards] (SCNoLEAST16): Likewise.
35434         [C99-based-standards] (SCNuLEAST16): Likewise.
35435         [C99-based-standards] (SCNxLEAST16): Likewise.
35436         [C99-based-standards] (PRIdFAST16): Likewise.
35437         [C99-based-standards] (PRIiFAST16): Likewise.
35438         [C99-based-standards] (PRIoFAST16): Likewise.
35439         [C99-based-standards] (PRIuFAST16): Likewise.
35440         [C99-based-standards] (PRIxFAST16): Likewise.
35441         [C99-based-standards] (PRIXFAST16): Likewise.
35442         [C99-based-standards] (SCNdFAST16): Likewise.
35443         [C99-based-standards] (SCNiFAST16): Likewise.
35444         [C99-based-standards] (SCNoFAST16): Likewise.
35445         [C99-based-standards] (SCNuFAST16): Likewise.
35446         [C99-based-standards] (SCNxFAST16): Likewise.
35447         [C99-based-standards] (PRId32): Likewise.
35448         [C99-based-standards] (PRIi32): Likewise.
35449         [C99-based-standards] (PRIo32): Likewise.
35450         [C99-based-standards] (PRIu32): Likewise.
35451         [C99-based-standards] (PRIx32): Likewise.
35452         [C99-based-standards] (PRIX32): Likewise.
35453         [C99-based-standards] (SCNd32): Likewise.
35454         [C99-based-standards] (SCNi32): Likewise.
35455         [C99-based-standards] (SCNo32): Likewise.
35456         [C99-based-standards] (SCNu32): Likewise.
35457         [C99-based-standards] (SCNx32): Likewise.
35458         [C99-based-standards] (PRIdLEAST32): Likewise.
35459         [C99-based-standards] (PRIiLEAST32): Likewise.
35460         [C99-based-standards] (PRIoLEAST32): Likewise.
35461         [C99-based-standards] (PRIuLEAST32): Likewise.
35462         [C99-based-standards] (PRIxLEAST32): Likewise.
35463         [C99-based-standards] (PRIXLEAST32): Likewise.
35464         [C99-based-standards] (SCNdLEAST32): Likewise.
35465         [C99-based-standards] (SCNiLEAST32): Likewise.
35466         [C99-based-standards] (SCNoLEAST32): Likewise.
35467         [C99-based-standards] (SCNuLEAST32): Likewise.
35468         [C99-based-standards] (SCNxLEAST32): Likewise.
35469         [C99-based-standards] (PRIdFAST32): Likewise.
35470         [C99-based-standards] (PRIiFAST32): Likewise.
35471         [C99-based-standards] (PRIoFAST32): Likewise.
35472         [C99-based-standards] (PRIuFAST32): Likewise.
35473         [C99-based-standards] (PRIxFAST32): Likewise.
35474         [C99-based-standards] (PRIXFAST32): Likewise.
35475         [C99-based-standards] (SCNdFAST32): Likewise.
35476         [C99-based-standards] (SCNiFAST32): Likewise.
35477         [C99-based-standards] (SCNoFAST32): Likewise.
35478         [C99-based-standards] (SCNuFAST32): Likewise.
35479         [C99-based-standards] (SCNxFAST32): Likewise.
35480         [C99-based-standards] (PRId64): Likewise.
35481         [C99-based-standards] (PRIi64): Likewise.
35482         [C99-based-standards] (PRIo64): Likewise.
35483         [C99-based-standards] (PRIu64): Likewise.
35484         [C99-based-standards] (PRIx64): Likewise.
35485         [C99-based-standards] (PRIX64): Likewise.
35486         [C99-based-standards] (SCNd64): Likewise.
35487         [C99-based-standards] (SCNi64): Likewise.
35488         [C99-based-standards] (SCNo64): Likewise.
35489         [C99-based-standards] (SCNu64): Likewise.
35490         [C99-based-standards] (SCNx64): Likewise.
35491         [C99-based-standards] (PRIdLEAST64): Likewise.
35492         [C99-based-standards] (PRIiLEAST64): Likewise.
35493         [C99-based-standards] (PRIoLEAST64): Likewise.
35494         [C99-based-standards] (PRIuLEAST64): Likewise.
35495         [C99-based-standards] (PRIxLEAST64): Likewise.
35496         [C99-based-standards] (PRIXLEAST64): Likewise.
35497         [C99-based-standards] (SCNdLEAST64): Likewise.
35498         [C99-based-standards] (SCNiLEAST64): Likewise.
35499         [C99-based-standards] (SCNoLEAST64): Likewise.
35500         [C99-based-standards] (SCNuLEAST64): Likewise.
35501         [C99-based-standards] (SCNxLEAST64): Likewise.
35502         [C99-based-standards] (PRIdFAST64): Likewise.
35503         [C99-based-standards] (PRIiFAST64): Likewise.
35504         [C99-based-standards] (PRIoFAST64): Likewise.
35505         [C99-based-standards] (PRIuFAST64): Likewise.
35506         [C99-based-standards] (PRIxFAST64): Likewise.
35507         [C99-based-standards] (PRIXFAST64): Likewise.
35508         [C99-based-standards] (SCNdFAST64): Likewise.
35509         [C99-based-standards] (SCNiFAST64): Likewise.
35510         [C99-based-standards] (SCNoFAST64): Likewise.
35511         [C99-based-standards] (SCNuFAST64): Likewise.
35512         [C99-based-standards] (SCNxFAST64): Likewise.
35513         [C99-based-standards] (PRIdMAX): Likewise.
35514         [C99-based-standards] (PRIiMAX): Likewise.
35515         [C99-based-standards] (PRIoMAX): Likewise.
35516         [C99-based-standards] (PRIuMAX): Likewise.
35517         [C99-based-standards] (PRIxMAX): Likewise.
35518         [C99-based-standards] (PRIXMAX): Likewise.
35519         [C99-based-standards] (SCNdMAX): Likewise.
35520         [C99-based-standards] (SCNiMAX): Likewise.
35521         [C99-based-standards] (SCNoMAX): Likewise.
35522         [C99-based-standards] (SCNuMAX): Likewise.
35523         [C99-based-standards] (SCNxMAX): Likewise.
35524         [C99-based-standards] (PRIdPTR): Likewise.
35525         [C99-based-standards] (PRIiPTR): Likewise.
35526         [C99-based-standards] (PRIoPTR): Likewise.
35527         [C99-based-standards] (PRIuPTR): Likewise.
35528         [C99-based-standards] (PRIxPTR): Likewise.
35529         [C99-based-standards] (PRIXPTR): Likewise.
35530         [C99-based-standards] (SCNdPTR): Likewise.
35531         [C99-based-standards] (SCNiPTR): Likewise.
35532         [C99-based-standards] (SCNoPTR): Likewise.
35533         [C99-based-standards] (SCNuPTR): Likewise.
35534         [C99-based-standards] (SCNxPTR): Likewise.
35535         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35536         allow.
35537         * conform/data/stdint.h-data: Update comments to clarify
35538         requirements.
35539         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35540         type.
35541         [C99-based standards] (INT8_MAX): Likewise.
35542         [C99-based standards] (INT16_MIN): Likewise.
35543         [C99-based standards] (INT16_MAX): Likewise.
35544         [C99-based standards] (INT32_MIN): Likewise.
35545         [C99-based standards] (INT32_MAX): Likewise.
35546         [C99-based standards] (INT64_MIN): Likewise.
35547         [C99-based standards] (INT64_MAX): Likewise.
35548         [C99-based standards] (UINT8_MAX): Likewise.
35549         [C99-based standards] (UINT16_MAX): Likewise.
35550         [C99-based standards] (UINT32_MAX): Likewise.
35551         [C99-based standards] (UINT64_MAX): Likewise.
35552         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35553         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35554         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35555         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35556         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35557         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35558         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35559         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35560         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35561         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35562         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35563         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35564         [C99-based standards] (INT_FAST8_MIN): Likewise.
35565         [C99-based standards] (INT_FAST8_MAX): Likewise.
35566         [C99-based standards] (INT_FAST16_MIN): Likewise.
35567         [C99-based standards] (INT_FAST16_MAX): Likewise.
35568         [C99-based standards] (INT_FAST32_MIN): Likewise.
35569         [C99-based standards] (INT_FAST32_MAX): Likewise.
35570         [C99-based standards] (INT_FAST64_MIN): Likewise.
35571         [C99-based standards] (INT_FAST64_MAX): Likewise.
35572         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35573         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35574         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35575         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35576         [C99-based standards] (INTPTR_MIN): Likewise.
35577         [C99-based standards] (INTPTR_MAX): Likewise.
35578         [C99-based standards] (UINTPTR_MAX): Likewise.
35579         [C99-based standards] (INTMAX_MIN): Likewise.
35580         [C99-based standards] (INTMAX_MAX): Likewise.
35581         [C99-based standards] (UINTMAX_MAX): Likewise.
35582         [C99-based standards] (PTRDIFF_MIN): Likewise.
35583         [C99-based standards] (PTRDIFF_MAX): Likewise.
35584         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35585         [C99-based standards] (SIZE_MAX): Likewise.
35586         [C99-based standards] (WCHAR_MAX): Likewise.
35587         [C99-based standards] (WINT_MAX): Likewise.
35588         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35589         constraint on value.
35590         [C99-based standards] (WCHAR_MIN): Likewise.
35591         [C99-based standards] (WINT_MIN): Likewise.
35592         [C99-based standards] (*_t): Allow.
35593         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35594         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35595         Include math.h-data and complex.h-data.  Remove all expectations
35596         of math.h and complex.h contents.
35597         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35598         at end of line.
35599         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35600         (struct tm): Expect tag.
35601         [C99-based-standards] (wcstof): Expect function.
35602         [C99-based-standards] (wcstold): Likewise.
35603         [C99-based-standards] (wcstoll): Likewise.
35604         [C99-based-standards] (wcstoull): Likewise.
35605         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35606         macro-int-constant.  Specify type.
35607         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35608         constraint on value.
35609         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35610         Specify type.
35611         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35612         Specify value.
35613         [ISO C standards]: Do not allow headers.
35614         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35615         wcs[abcdefghijklmnopqrstuvwxyz]*.
35616         [ISO C standards] (*_t): Do not allow.
35617         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35618         Expect function.
35619         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35620         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35621         Specify type.
35622         [ISO C standards]: Do not allow headers.
35623         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35624         is[abcdefghijklmnopqrstuvwxyz]*.
35625         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35626         to[abcdefghijklmnopqrstuvwxyz]*.
35627         [ISO C standards] (*_t): Do not allow.
35628         * conform/data/stdalign.h-data: New file.
35629         * conform/data/stdbool.h-data: Likewise.
35630         * conform/data/stdnoreturn.h-data: Likewise.
35632 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35634         [BZ #14815]
35635         * manual/filesys.texi (Directory Entries): Typo fix.
35636         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35638 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35640         * elf/elf.h (EM_AARCH64): New macro.
35641         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35642         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35643         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35644         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35645         (R_AARCH64_TLSDESC): Likewise.
35646         (NT_ARM_TLS): Likewise.
35647         (NT_ARM_HW_BREAK): Likewise.
35648         (NT_ARM_HW_WATCH): Likewise.
35650 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35652         [BZ #14811]
35653         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35654         (__ieee754_powl): Saturate nonzero exponents with absolute value
35655         below 0x1p-79 to +/- 0x1p-79.
35656         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35657         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35658         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35659         nonzero exponents with absolute value below 0x1p-32 to +/-
35660         0x1p-32.
35661         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35662         (__ieee754_powl): Saturate nonzero exponents with absolute value
35663         below 0x1p-79 to +/- 0x1p-79.
35664         * math/libm-test.inc (pow_test): Add more tests.
35666 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35668         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35669         _dl_s390_cap_flags with kernel. Increase string length.
35670         (_dl_s390_platforms): Add z196 and zEC12.
35672 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35674         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35675         Change XOPEN21K to XOPEN2K.
35677 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35679         * string/memmove.c: Use memcpy when possible.
35681 2012-11-06  Andreas Jaeger  <aj@suse.de>
35683         * po/eo.po: Update from translation team.
35685 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35687         [BZ #14793]
35688         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35689         exponent and small x and y exponents, scale x or y up.  Increase
35690         by 2 the exponent used in scaling up.
35691         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35692         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35693         * math/libm-test.inc (fma_test): Add more tests.
35694         (fma_test_towardzero): Likewise.
35695         (fma_test_downward): Likewise.
35696         (fma_test_upward): Likewise.
35698 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35700         [BZ #14805]
35701         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35702         fenv_t *.
35704         [BZ #14801]
35705         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35706         namespace for names of struct fields.
35707         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35708         fenv_t fields.
35709         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35710         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35712 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35714         [BZ #3665]
35715         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35717 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35719         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35720         PTR_DEMANGLE.
35722         [BZ #5246]
35723         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35724         PTR_DEMANGLE.
35726 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35728         [BZ #14797]
35729         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35730         definitely overflow as x * y not x * y + z.
35731         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35732         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35733         * math/libm-test.inc (fma_test): Add more tests.
35734         (fma_test_towardzero): Likewise.
35735         (fma_test_downward): Likewise.
35736         (fma_test_upward): Likewise.
35738 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35740         [BZ #157]
35742         * include/stub-tag.h: Remove file.
35743         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35744         '#include' of it.
35745         * manual/maint.texi (Porting): Don't reference it.
35746         * Makerules ($(objpfx)stubs): Likewise.
35747         * dirent/closedir.c: Don't include <stub-tag.h>.
35748         * dirent/dirfd.c: Likewise.
35749         * dirent/fdopendir.c: Likewise.
35750         * dirent/getdents.c: Likewise.
35751         * dirent/getdents64.c: Likewise.
35752         * dirent/opendir.c: Likewise.
35753         * dirent/readdir.c: Likewise.
35754         * dirent/readdir64.c: Likewise.
35755         * dirent/readdir64_r.c: Likewise.
35756         * dirent/readdir_r.c: Likewise.
35757         * dirent/rewinddir.c: Likewise.
35758         * dirent/seekdir.c: Likewise.
35759         * dirent/telldir.c: Likewise.
35760         * gmon/profil.c: Likewise.
35761         * grp/setgroups.c: Likewise.
35762         * inet/if_index.c: Likewise.
35763         * io/access.c: Likewise.
35764         * io/chdir.c: Likewise.
35765         * io/chmod.c: Likewise.
35766         * io/chown.c: Likewise.
35767         * io/close.c: Likewise.
35768         * io/dup.c: Likewise.
35769         * io/dup2.c: Likewise.
35770         * io/dup3.c: Likewise.
35771         * io/euidaccess.c: Likewise.
35772         * io/faccessat.c: Likewise.
35773         * io/fchdir.c: Likewise.
35774         * io/fchmod.c: Likewise.
35775         * io/fchmodat.c: Likewise.
35776         * io/fchown.c: Likewise.
35777         * io/fchownat.c: Likewise.
35778         * io/fcntl.c: Likewise.
35779         * io/flock.c: Likewise.
35780         * io/fstatfs.c: Likewise.
35781         * io/fstatfs64.c: Likewise.
35782         * io/fstatvfs.c: Likewise.
35783         * io/fstatvfs64.c: Likewise.
35784         * io/futimens.c: Likewise.
35785         * io/fxstat.c: Likewise.
35786         * io/fxstat64.c: Likewise.
35787         * io/fxstatat.c: Likewise.
35788         * io/fxstatat64.c: Likewise.
35789         * io/getcwd.c: Likewise.
35790         * io/isatty.c: Likewise.
35791         * io/lchmod.c: Likewise.
35792         * io/lchown.c: Likewise.
35793         * io/link.c: Likewise.
35794         * io/linkat.c: Likewise.
35795         * io/lseek.c: Likewise.
35796         * io/lseek64.c: Likewise.
35797         * io/lxstat64.c: Likewise.
35798         * io/mkdir.c: Likewise.
35799         * io/mkdirat.c: Likewise.
35800         * io/mkfifo.c: Likewise.
35801         * io/mkfifoat.c: Likewise.
35802         * io/open.c: Likewise.
35803         * io/open64.c: Likewise.
35804         * io/openat.c: Likewise.
35805         * io/openat64.c: Likewise.
35806         * io/pipe.c: Likewise.
35807         * io/pipe2.c: Likewise.
35808         * io/poll.c: Likewise.
35809         * io/posix_fadvise.c: Likewise.
35810         * io/posix_fadvise64.c: Likewise.
35811         * io/posix_fallocate.c: Likewise.
35812         * io/posix_fallocate64.c: Likewise.
35813         * io/read.c: Likewise.
35814         * io/readlink.c: Likewise.
35815         * io/readlinkat.c: Likewise.
35816         * io/rmdir.c: Likewise.
35817         * io/sendfile.c: Likewise.
35818         * io/sendfile64.c: Likewise.
35819         * io/statfs.c: Likewise.
35820         * io/statfs64.c: Likewise.
35821         * io/statvfs.c: Likewise.
35822         * io/statvfs64.c: Likewise.
35823         * io/symlink.c: Likewise.
35824         * io/symlinkat.c: Likewise.
35825         * io/ttyname.c: Likewise.
35826         * io/ttyname_r.c: Likewise.
35827         * io/umask.c: Likewise.
35828         * io/unlink.c: Likewise.
35829         * io/unlinkat.c: Likewise.
35830         * io/utime.c: Likewise.
35831         * io/utimensat.c: Likewise.
35832         * io/write.c: Likewise.
35833         * io/xmknod.c: Likewise.
35834         * io/xmknodat.c: Likewise.
35835         * io/xstat.c: Likewise.
35836         * io/xstat64.c: Likewise.
35837         * login/getpt.c: Likewise.
35838         * login/grantpt.c: Likewise.
35839         * login/unlockpt.c: Likewise.
35840         * math/e_acoshl.c: Likewise.
35841         * math/e_acosl.c: Likewise.
35842         * math/e_asinl.c: Likewise.
35843         * math/e_atan2l.c: Likewise.
35844         * math/e_atanhl.c: Likewise.
35845         * math/e_coshl.c: Likewise.
35846         * math/e_expl.c: Likewise.
35847         * math/e_fmodl.c: Likewise.
35848         * math/e_gammal_r.c: Likewise.
35849         * math/e_hypotl.c: Likewise.
35850         * math/e_j0l.c: Likewise.
35851         * math/e_j1l.c: Likewise.
35852         * math/e_jnl.c: Likewise.
35853         * math/e_lgammal_r.c: Likewise.
35854         * math/e_log10l.c: Likewise.
35855         * math/e_log2l.c: Likewise.
35856         * math/e_logl.c: Likewise.
35857         * math/e_powl.c: Likewise.
35858         * math/e_rem_pio2l.c: Likewise.
35859         * math/e_sinhl.c: Likewise.
35860         * math/e_sqrtl.c: Likewise.
35861         * math/fclrexcpt.c: Likewise.
35862         * math/fedisblxcpt.c: Likewise.
35863         * math/feenablxcpt.c: Likewise.
35864         * math/fegetenv.c: Likewise.
35865         * math/fegetexcept.c: Likewise.
35866         * math/fegetround.c: Likewise.
35867         * math/feholdexcpt.c: Likewise.
35868         * math/fesetenv.c: Likewise.
35869         * math/fesetround.c: Likewise.
35870         * math/feupdateenv.c: Likewise.
35871         * math/fgetexcptflg.c: Likewise.
35872         * math/fraiseexcpt.c: Likewise.
35873         * math/fsetexcptflg.c: Likewise.
35874         * math/ftestexcept.c: Likewise.
35875         * math/k_cosl.c: Likewise.
35876         * math/k_rem_pio2l.c: Likewise.
35877         * math/k_sinl.c: Likewise.
35878         * math/k_tanl.c: Likewise.
35879         * math/s_asinhl.c: Likewise.
35880         * math/s_atanl.c: Likewise.
35881         * math/s_cbrtl.c: Likewise.
35882         * math/s_erfl.c: Likewise.
35883         * math/s_expm1l.c: Likewise.
35884         * math/s_log1pl.c: Likewise.
35885         * math/s_tanhl.c: Likewise.
35886         * misc/acct.c: Likewise.
35887         * misc/brk.c: Likewise.
35888         * misc/chflags.c: Likewise.
35889         * misc/chroot.c: Likewise.
35890         * misc/fchflags.c: Likewise.
35891         * misc/fgetxattr.c: Likewise.
35892         * misc/flistxattr.c: Likewise.
35893         * misc/fremovexattr.c: Likewise.
35894         * misc/fsetxattr.c: Likewise.
35895         * misc/fsync.c: Likewise.
35896         * misc/ftruncate.c: Likewise.
35897         * misc/futimes.c: Likewise.
35898         * misc/futimesat.c: Likewise.
35899         * misc/getdomain.c: Likewise.
35900         * misc/getdtsz.c: Likewise.
35901         * misc/gethostid.c: Likewise.
35902         * misc/gethostname.c: Likewise.
35903         * misc/getloadavg.c: Likewise.
35904         * misc/getpagesize.c: Likewise.
35905         * misc/getsysstats.c: Likewise.
35906         * misc/getxattr.c: Likewise.
35907         * misc/gtty.c: Likewise.
35908         * misc/ioctl.c: Likewise.
35909         * misc/lgetxattr.c: Likewise.
35910         * misc/listxattr.c: Likewise.
35911         * misc/llistxattr.c: Likewise.
35912         * misc/lremovexattr.c: Likewise.
35913         * misc/lsetxattr.c: Likewise.
35914         * misc/lutimes.c: Likewise.
35915         * misc/madvise.c: Likewise.
35916         * misc/mincore.c: Likewise.
35917         * misc/mlock.c: Likewise.
35918         * misc/mlockall.c: Likewise.
35919         * misc/mmap.c: Likewise.
35920         * misc/mprotect.c: Likewise.
35921         * misc/msync.c: Likewise.
35922         * misc/munlock.c: Likewise.
35923         * misc/munlockall.c: Likewise.
35924         * misc/munmap.c: Likewise.
35925         * misc/preadv.c: Likewise.
35926         * misc/preadv64.c: Likewise.
35927         * misc/ptrace.c: Likewise.
35928         * misc/pwritev.c: Likewise.
35929         * misc/pwritev64.c: Likewise.
35930         * misc/readv.c: Likewise.
35931         * misc/reboot.c: Likewise.
35932         * misc/remap_file_pages.c: Likewise.
35933         * misc/removexattr.c: Likewise.
35934         * misc/revoke.c: Likewise.
35935         * misc/select.c: Likewise.
35936         * misc/setdomain.c: Likewise.
35937         * misc/setegid.c: Likewise.
35938         * misc/seteuid.c: Likewise.
35939         * misc/sethostid.c: Likewise.
35940         * misc/sethostname.c: Likewise.
35941         * misc/setregid.c: Likewise.
35942         * misc/setreuid.c: Likewise.
35943         * misc/setxattr.c: Likewise.
35944         * misc/sstk.c: Likewise.
35945         * misc/stty.c: Likewise.
35946         * misc/swapoff.c: Likewise.
35947         * misc/swapon.c: Likewise.
35948         * misc/sync.c: Likewise.
35949         * misc/syncfs.c: Likewise.
35950         * misc/syscall.c: Likewise.
35951         * misc/truncate.c: Likewise.
35952         * misc/ualarm.c: Likewise.
35953         * misc/usleep.c: Likewise.
35954         * misc/ustat.c: Likewise.
35955         * misc/utimes.c: Likewise.
35956         * misc/vhangup.c: Likewise.
35957         * misc/writev.c: Likewise.
35958         * posix/_exit.c: Likewise.
35959         * posix/alarm.c: Likewise.
35960         * posix/execve.c: Likewise.
35961         * posix/fexecve.c: Likewise.
35962         * posix/fork.c: Likewise.
35963         * posix/fpathconf.c: Likewise.
35964         * posix/getaddrinfo.c: Likewise.
35965         * posix/getegid.c: Likewise.
35966         * posix/geteuid.c: Likewise.
35967         * posix/getgid.c: Likewise.
35968         * posix/getgroups.c: Likewise.
35969         * posix/getlogin.c: Likewise.
35970         * posix/getlogin_r.c: Likewise.
35971         * posix/getpgid.c: Likewise.
35972         * posix/getpid.c: Likewise.
35973         * posix/getppid.c: Likewise.
35974         * posix/getresgid.c: Likewise.
35975         * posix/getresuid.c: Likewise.
35976         * posix/getsid.c: Likewise.
35977         * posix/getuid.c: Likewise.
35978         * posix/glob64.c: Likewise.
35979         * posix/nanosleep.c: Likewise.
35980         * posix/pathconf.c: Likewise.
35981         * posix/pause.c: Likewise.
35982         * posix/posix_madvise.c: Likewise.
35983         * posix/pread.c: Likewise.
35984         * posix/pread64.c: Likewise.
35985         * posix/pwrite.c: Likewise.
35986         * posix/pwrite64.c: Likewise.
35987         * posix/sched_getaffinity.c: Likewise.
35988         * posix/sched_getp.c: Likewise.
35989         * posix/sched_gets.c: Likewise.
35990         * posix/sched_primax.c: Likewise.
35991         * posix/sched_primin.c: Likewise.
35992         * posix/sched_rr_gi.c: Likewise.
35993         * posix/sched_setaffinity.c: Likewise.
35994         * posix/sched_setp.c: Likewise.
35995         * posix/sched_sets.c: Likewise.
35996         * posix/sched_yield.c: Likewise.
35997         * posix/setgid.c: Likewise.
35998         * posix/setlogin.c: Likewise.
35999         * posix/setpgid.c: Likewise.
36000         * posix/setresgid.c: Likewise.
36001         * posix/setresuid.c: Likewise.
36002         * posix/setsid.c: Likewise.
36003         * posix/setuid.c: Likewise.
36004         * posix/sleep.c: Likewise.
36005         * posix/spawni.c: Likewise.
36006         * posix/sysconf.c: Likewise.
36007         * posix/times.c: Likewise.
36008         * posix/wait.c: Likewise.
36009         * posix/wait3.c: Likewise.
36010         * posix/wait4.c: Likewise.
36011         * posix/waitpid.c: Likewise.
36012         * resolv/gai_sigqueue.c: Likewise.
36013         * resource/getpriority.c: Likewise.
36014         * resource/getrlimit.c: Likewise.
36015         * resource/getrusage.c: Likewise.
36016         * resource/nice.c: Likewise.
36017         * resource/setpriority.c: Likewise.
36018         * resource/setrlimit.c: Likewise.
36019         * resource/ulimit.c: Likewise.
36020         * rt/aio_cancel.c: Likewise.
36021         * rt/aio_fsync.c: Likewise.
36022         * rt/aio_read.c: Likewise.
36023         * rt/aio_sigqueue.c: Likewise.
36024         * rt/aio_suspend.c: Likewise.
36025         * rt/aio_write.c: Likewise.
36026         * rt/clock_getres.c: Likewise.
36027         * rt/clock_gettime.c: Likewise.
36028         * rt/clock_nanosleep.c: Likewise.
36029         * rt/clock_settime.c: Likewise.
36030         * rt/lio_listio.c: Likewise.
36031         * rt/mq_close.c: Likewise.
36032         * rt/mq_getattr.c: Likewise.
36033         * rt/mq_notify.c: Likewise.
36034         * rt/mq_open.c: Likewise.
36035         * rt/mq_receive.c: Likewise.
36036         * rt/mq_send.c: Likewise.
36037         * rt/mq_setattr.c: Likewise.
36038         * rt/mq_timedreceive.c: Likewise.
36039         * rt/mq_timedsend.c: Likewise.
36040         * rt/mq_unlink.c: Likewise.
36041         * rt/shm_open.c: Likewise.
36042         * rt/shm_unlink.c: Likewise.
36043         * rt/timer_create.c: Likewise.
36044         * rt/timer_delete.c: Likewise.
36045         * rt/timer_getoverr.c: Likewise.
36046         * rt/timer_gettime.c: Likewise.
36047         * rt/timer_settime.c: Likewise.
36048         * setjmp/__longjmp.c: Likewise.
36049         * setjmp/setjmp.c: Likewise.
36050         * signal/kill.c: Likewise.
36051         * signal/killpg.c: Likewise.
36052         * signal/raise.c: Likewise.
36053         * signal/sigaction.c: Likewise.
36054         * signal/sigaltstack.c: Likewise.
36055         * signal/sigblock.c: Likewise.
36056         * signal/sigignore.c: Likewise.
36057         * signal/sigintr.c: Likewise.
36058         * signal/signal.c: Likewise.
36059         * signal/sigpause.c: Likewise.
36060         * signal/sigpending.c: Likewise.
36061         * signal/sigqueue.c: Likewise.
36062         * signal/sigreturn.c: Likewise.
36063         * signal/sigset.c: Likewise.
36064         * signal/sigsetmask.c: Likewise.
36065         * signal/sigstack.c: Likewise.
36066         * signal/sigsuspend.c: Likewise.
36067         * signal/sigtimedwait.c: Likewise.
36068         * signal/sigvec.c: Likewise.
36069         * signal/sigwait.c: Likewise.
36070         * signal/sigwaitinfo.c: Likewise.
36071         * signal/sysv_signal.c: Likewise.
36072         * socket/accept.c: Likewise.
36073         * socket/accept4.c: Likewise.
36074         * socket/bind.c: Likewise.
36075         * socket/connect.c: Likewise.
36076         * socket/getpeername.c: Likewise.
36077         * socket/getsockname.c: Likewise.
36078         * socket/getsockopt.c: Likewise.
36079         * socket/isfdtype.c: Likewise.
36080         * socket/listen.c: Likewise.
36081         * socket/recv.c: Likewise.
36082         * socket/recvfrom.c: Likewise.
36083         * socket/recvmsg.c: Likewise.
36084         * socket/send.c: Likewise.
36085         * socket/sendmsg.c: Likewise.
36086         * socket/sendto.c: Likewise.
36087         * socket/setsockopt.c: Likewise.
36088         * socket/shutdown.c: Likewise.
36089         * socket/sockatmark.c: Likewise.
36090         * socket/socket.c: Likewise.
36091         * socket/socketpair.c: Likewise.
36092         * stdio-common/ctermid.c: Likewise.
36093         * stdio-common/cuserid.c: Likewise.
36094         * stdio-common/remove.c: Likewise.
36095         * stdio-common/rename.c: Likewise.
36096         * stdio-common/renameat.c: Likewise.
36097         * stdio-common/tempname.c: Likewise.
36098         * stdlib/getcontext.c: Likewise.
36099         * stdlib/makecontext.c: Likewise.
36100         * stdlib/setcontext.c: Likewise.
36101         * stdlib/swapcontext.c: Likewise.
36102         * stdlib/system.c: Likewise.
36103         * streams/fattach.c: Likewise.
36104         * streams/fdetach.c: Likewise.
36105         * streams/getmsg.c: Likewise.
36106         * streams/getpmsg.c: Likewise.
36107         * streams/putmsg.c: Likewise.
36108         * streams/putpmsg.c: Likewise.
36109         * sysdeps/unix/bsd/getpt.c: Likewise.
36110         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36111         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36112         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36114         Likewise.
36115         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36116         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36117         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36118         * sysvipc/msgctl.c: Likewise.
36119         * sysvipc/msgget.c: Likewise.
36120         * sysvipc/msgrcv.c: Likewise.
36121         * sysvipc/msgsnd.c: Likewise.
36122         * sysvipc/semctl.c: Likewise.
36123         * sysvipc/semget.c: Likewise.
36124         * sysvipc/semop.c: Likewise.
36125         * sysvipc/semtimedop.c: Likewise.
36126         * sysvipc/shmat.c: Likewise.
36127         * sysvipc/shmctl.c: Likewise.
36128         * sysvipc/shmdt.c: Likewise.
36129         * sysvipc/shmget.c: Likewise.
36130         * termios/tcdrain.c: Likewise.
36131         * termios/tcflow.c: Likewise.
36132         * termios/tcflush.c: Likewise.
36133         * termios/tcgetattr.c: Likewise.
36134         * termios/tcgetpgrp.c: Likewise.
36135         * termios/tcsendbrk.c: Likewise.
36136         * termios/tcsetattr.c: Likewise.
36137         * termios/tcsetpgrp.c: Likewise.
36138         * time/adjtime.c: Likewise.
36139         * time/clock.c: Likewise.
36140         * time/getitimer.c: Likewise.
36141         * time/gettimeofday.c: Likewise.
36142         * time/setitimer.c: Likewise.
36143         * time/settimeofday.c: Likewise.
36144         * time/stime.c: Likewise.
36145         * time/time.c: Likewise.
36147 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36149         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36150         /usr/old/bin.
36152         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36153         instead of spaces.
36154         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36156 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36158         [BZ #14796]
36159         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36160         FE_TONEAREST before applying Dekker multiplication and Knuth
36161         addition.  Clear inexact exceptions and check for exact zero
36162         results afterwards.
36163         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36164         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36165         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36166         * math/libm-test.inc (fma_test): Add more tests.
36167         (fma_test_towardzero): Likewise.
36168         (fma_test_downward): Likewise.
36169         (fma_test_upward): Likewise.
36170         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36171         function.
36172         (libc_fesetround): New macro.
36173         (libc_fesetroundf): Likewise.
36174         (libc_fesetroundl): Likewise.
36175         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36176         function.
36177         (libc_fesetround_387): Likewise.
36178         (libc_fesetroundf): New macro.
36179         (libc_fesetround): Likewise.
36180         (libc_fesetroundl): Likewise.
36181         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36182         function.
36183         (libc_fesetroundf): New macro.
36184         (libc_fesetround): Likewise.
36185         (libc_fesetroundl): Likewise.
36186         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36187         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36188         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36189         libm_hidden_ver.
36190         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36191         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36192         libm_hidden_def.
36193         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36194         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36195         libm_hidden_ver.
36196         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36197         libm_hidden_def.
36199         [BZ #3439]
36200         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36201         integer constant usable in #if and use that to give value to enum
36202         constant.
36203         (FE_DIVBYZERO): Likewise.
36204         (FE_UNDERFLOW): Likewise.
36205         (FE_OVERFLOW): Likewise.
36206         (FE_INVALID): Likewise.
36207         (FE_INVALID_SNAN): Likewise.
36208         (FE_INVALID_ISI): Likewise.
36209         (FE_INVALID_IDI): Likewise.
36210         (FE_INVALID_ZDZ): Likewise.
36211         (FE_INVALID_IMZ): Likewise.
36212         (FE_INVALID_COMPARE): Likewise.
36213         (FE_INVALID_SOFTWARE): Likewise.
36214         (FE_INVALID_SQRT): Likewise.
36215         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36216         (FE_TONEAREST): Likewise.
36217         (FE_TOWARDZERO): Likewise.
36218         (FE_UPWARD): Likewise.
36219         (FE_DOWNWARD): Likewise.
36220         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36221         (FE_DIVBYZERO): Likewise.
36222         (FE_OVERFLOW): Likewise.
36223         (FE_UNDERFLOW): Likewise.
36224         (FE_INEXACT): Likewise.
36225         (FE_TONEAREST): Likewise.
36226         (FE_DOWNWARD): Likewise.
36227         (FE_UPWARD): Likewise.
36228         (FE_TOWARDZERO): Likewise.
36229         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36230         (FE_UNDERFLOW): Likewise.
36231         (FE_OVERFLOW): Likewise.
36232         (FE_DIVBYZERO): Likewise.
36233         (FE_INVALID): Likewise.
36234         (FE_TONEAREST): Likewise.
36235         (FE_TOWARDZERO): Likewise.
36236         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36237         (FE_OVERFLOW): Likewise.
36238         (FE_UNDERFLOW): Likewise.
36239         (FE_DIVBYZERO): Likewise.
36240         (FE_INEXACT): Likewise.
36241         (FE_TONEAREST): Likewise.
36242         (FE_TOWARDZERO): Likewise.
36243         (FE_UPWARD): Likewise.
36244         (FE_DOWNWARD): Likewise.
36245         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36246         (FE_DIVBYZERO): Likewise.
36247         (FE_OVERFLOW): Likewise.
36248         (FE_UNDERFLOW): Likewise.
36249         (FE_INEXACT): Likewise.
36250         (FE_TONEAREST): Likewise.
36251         (FE_DOWNWARD): Likewise.
36252         (FE_UPWARD): Likewise.
36253         (FE_TOWARDZERO): Likewise.
36255 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36257         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36259 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36261         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36262         commands.  Quote $PWD.
36263         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36264         -x" by "export".
36265         (remove_newlines): Remove.
36267 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36269         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36270         * stdlib/stdlib.h (atof): Moved to ...
36271         * include/bits/stdlib-float.h: Here.  New file.
36272         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36273         * stdlib/bits/stdlib-float.h: New file.
36274         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36275         -mno-sse -mno-mmx.
36276         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36277         <xmmintrin.h>.
36279 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36281         * conform/conformtest.pl (@headers): Add fenv.h.
36282         * conform/data/fenv.h-data: New file.
36283         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36284         include of <math/fenv.h>.
36286         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36287         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36288         && !UNIX98].  Enables tests for XOPEN2K8.
36289         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36290         POSIX2008]: Likewise.
36292         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36293         (struct rusage): Do not expect type or its members.
36295         [BZ #3439]
36296         * math/math.h (FP_NAN): Define macro to integer constant usable in
36297         #if and use that to give value to enum constant.
36298         (FP_INFINITE): Likewise.
36299         (FP_ZERO): Likewise.
36300         (FP_SUBNORMAL): Likewise.
36301         (FP_NORMAL): Likewise.
36303 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36305         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36306         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36307         arguments.
36309 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36311         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36312         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36313         autoconf-time if not.
36314         * configure.in: Remove AC_PREREQ.
36316 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36318         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36319         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36320         of the internal implementation.
36322 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36324         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36325         except include of <misc/sys/syslog.h>.
36327 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36330         function returns with a NULL context exit with zero.
36332 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36334         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36336 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36338         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36339         (run_program_cmd): This.
36340         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36341         (tst_langinfo): New variable.  Use it.
36343 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36345         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36346         floating point opcodes.
36348 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36350         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36351         variable.
36353         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36355         * sysdeps/mach/hurd/powerpc: Remove directory.
36356         * sysdeps/mach/powerpc: Likewise.
36358 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36360         * scripts/check-local-headers.sh: Ignore c++ headers.
36362 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36364         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36365         __libc_cleanup_region_start argument.
36367 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36369         [BZ #14784]
36370         [BZ #14785]
36371         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36372         x * y using scaling, not as x * y + z.
36373         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36374         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36375         * math/libm-test.inc (fma_test): Add more tests.
36376         (fma_test_towardzero): Likewise.
36377         (fma_test_downward): Likewise.
36378         (fma_test_upward): Likewise.
36380 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36382         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36384 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36386         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36387         New variable.
36389 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36391         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36393 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36396         Fix sort order.
36397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36398         Likewise.
36400 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36403         Fix the order of the list for glibc 2.17.
36404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36405         Likewise.
36407 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36409         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36411 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36413         [BZ #14610]
36414         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36415         for low part of x being zero before using __atanl (y).
36416         * math/libm-test.inc (atan2_test): Add another test.
36418         * manual/install.texi (Configuring and compiling): Document
36419         general use of test-wrapper and test-wrapper-env.
36420         * INSTALL: Regenerated.
36422         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36423         (__fma): Do not extract and scale down low bits on after-rounding
36424         systems when result rounded to normal precision would have normal
36425         exponent.
36426         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36427         (__fmal): Do not extract and scale down low bits on after-rounding
36428         systems when result rounded to normal precision would have normal
36429         exponent.
36430         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36431         (__fmal): Do not extract and scale down low bits on after-rounding
36432         systems when result rounded to normal precision would have normal
36433         exponent.
36434         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36435         macro.
36436         (fma_test): Add more tests.
36437         (fma_test_towardzero): Likewise.
36438         (fma_test_downward): Likewise.
36439         (fma_test_upward): Likewise.
36441 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36443         * sysdeps/i386/tininess.h: Renamed to ...
36444         * sysdeps/x86/tininess.h: This.
36445         * sysdeps/x86_64/tininess.h: Removed.
36447 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36449         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36450         input.  Use $(build-program-cmd).
36451         ($(objpfx)tst-array1-static.out): Likewise.
36452         ($(objpfx)tst-array2.out): Likewise.
36453         ($(objpfx)tst-array3.out): Likewise.
36454         ($(objpfx)tst-array4.out): Likewise.
36455         ($(objpfx)tst-array5.out): Likewise.
36456         ($(objpfx)tst-array5-static.out): Likewise.
36458 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36460         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36461         if defined.
36463         * nss/nsswitch.h (nss_interface_function): Provide new
36464         macro for use with NSS functions.
36465         * grp/initgroups.c: Use new macro.
36466         * nss/getXXbyYY.c: Likewise.
36467         * nss/getXXbyYY_r.c: Likewise.
36468         * nss/getXXent.c: Likewise.
36469         * nss/getXXent_r.c: Likewise.
36470         * sysdeps/posix/getaddrinfo.c: Likewise.
36472 2012-10-30  Andreas Jaeger  <aj@suse.de>
36474         * po/ru.po: Update Russion translation from translation project.
36476 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36478         [BZ #14152]
36479         [BZ #14783]
36480         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36481         result and shift together with sticky bit instead of replicating
36482         round-to-nearest rounding.
36483         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36484         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36485         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36486         missing underflow exceptions.
36487         (fma_test_towardzero): Add more tests.
36488         (fma_test_downward): Likewise.
36489         (fma_test_upward): Likewise.
36491         [BZ #14047]
36492         * sysdeps/generic/tininess.h: New file.
36493         * sysdeps/i386/tininess.h: Likewise.
36494         * sysdeps/sh/tininess.h: Likewise.
36495         * sysdeps/x86_64/tininess.h: Likewise.
36496         * stdlib/tst-strtod-underflow.c: Likewise.
36497         * stdlib/tst-tininess.c: Likewise.
36498         * stdlib/strtod_l.c: Include <tininess.h>.
36499         (round_and_return): Do not set errno for exact underflow cases.
36500         Force an underflow exception when setting errno for underflow.
36501         Determine underflow based on rounding to normal precision if
36502         TININESS_AFTER_ROUNDING.
36503         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36504         ERANGE for exact underflow cases.
36505         * stdlib/Makefile (tests): Add tst-tininess and
36506         tst-strtod-underflow.
36507         ($(objpfx)tst-tininess): Use $(link-libm).
36508         ($(objpfx)tst-strtod-underflow): Likewise.
36510 2012-10-30  Andreas Jaeger  <aj@suse.de>
36512         [BZ#14767]
36513         * elf/Makefile (tests): Remove conditional for have-initfini-array
36514         since this is now always required and the variable does not exist
36515         anymore.
36516         (tests-static): Likewise.
36517         (modules-names): Likewise.
36519         * po/eo.po: Add Esperanto translation from translation project.
36521         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36522         merged with constructor/destructor.
36523         (init_array): Likewise.
36524         * elf/tst-array2dep.c (fini_array): Likewise.
36525         (init_array): Likewise.
36527 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36529         * manual/message.texi: Delete @cartouche tags.
36531 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36533         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36534         EOPNOTSUPP.
36535         * sysdeps/mach/hurd/fsync.c: Likewise.
36537         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36538         [_POSIX_REALTIME_SIGNALS]: Change condition to
36539         [_POSIX_REALTIME_SIGNALS > 0].
36541 2012-10-27  Andreas Jaeger  <aj@suse.de>
36543         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36544         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36545         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36546         [__WORDSIZE != 64]: Likewise.
36548 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36550         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36551         *  iconvdata/tst-tables.sh: Likewise.
36553 2012-10-25  David S. Miller  <davem@davemloft.net>
36555         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36556         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36557         of strtoull.
36559         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36560         ifunc-impl-list.c
36561         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36562         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36563         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36564         file.
36566 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36568         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36569         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36570         __getdirentries.
36572 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36573             Jim Blandy  <jimb@codesourcery.com>
36575         * scripts/cross-test-ssh.sh: New file.
36576         * manual/install.texi (Configuring and compiling): Document use of
36577         cross-test-ssh.sh.
36578         * INSTALL: Regenerated.
36580 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36582         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36583         EOPNOTSUPP.
36585 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36587         * Makeconfig (run-program-prefix): Fix comment.
36589 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36590             Jim Blandy  <jimb@codesourcery.com>
36592         * Makeconfig (test-wrapper): New variable,
36593         (test-wrapper-env): Likewise.
36594         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36595         (run-built-tests): Define to yes.
36596         (run-program-prefix): Use $(test-wrapper).
36597         (built-program-cmd): Likewise.
36598         * Rules (make-test-out): Use $(test-wrapper-env) and
36599         $(host-built-program-cmd).
36600         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36601         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36602         tst-pathopt.sh.
36603         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36604         $(test-wrapper-env) to tst-rtld-load-self.sh.
36605         ($(objpfx)order2.out): Use $(test-wrapper).
36606         ($(objpfx)tst-initorder.out): Likewise.
36607         ($(objpfx)tst-initorder2.out): Likewise.
36608         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36609         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36610         (test_wrapper_env): New variable.  Use it to run ld.so.
36611         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36612         Use it to run ld.so.
36613         (test_wrapper_env): Likewise.
36614         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36615         $(test-wrapper) to run-iconv-test.sh.
36616         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36617         (ICONV): Use $test_wrapper.
36618         * posix/Makefile ($(objpfx)globtest.out): Pass
36619         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36620         globtest.sh, not $(run-program-prefix).
36621         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36622         (test_wrapper): Likewise.
36623         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36624         set together with run_via_rtld_prefix.
36625         (run_program_prefix): Define in terms of test_wrapper and
36626         run_via_rtld_prefix.
36628 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36630         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36631         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36632         Targets removed.
36634         [BZ #14743]
36635         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36636         Declare __clock_getres, __clock_gettime, __clock_settime,
36637         __clock_nanosleep, and __clock_getcpuclockid.
36638         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36639         Remove librt_hidden_def (clock_gettime).
36640         * sysdeps/unix/clock_gettime.c: Likewise.
36641         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36642         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36643         * rt/clock_getres.c: Define __clock_getres as an alias.
36644         * sysdeps/posix/clock_getres.c: Likewise.
36645         * rt/clock_settime.c: Define __clock_settime as an alias.
36646         * sysdeps/unix/clock_settime.c: Likewise.
36647         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36648         * sysdeps/unix/clock_nanosleep.c: Likewise.
36649         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36650         * rt/clock-compat.c: New file.
36651         * rt/Makefile (librt-routines): Add clock-compat and move
36652         $(clock-routines) to ...
36653         (routines): ... here, new variable.
36654         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36655         Don't add get_clockfreq here.
36656         * rt/Versions (libc: GLIBC_2.17): New version set.
36657         Add clock_* symbols here.
36658         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36659         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36660         (GLIBC_2.17): Add clock_* symbols.
36661         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36662         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36663         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36665         Likewise.
36666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36667         Likewise.
36668         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36669         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36671         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36672         * NEWS: Mention the move.
36674         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36675         Use __open, __read, __close rather than their public counterparts.
36676         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36677         (__get_clockfreq_via_cpuinfo): Likewise.
36678         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36679         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36681         * config.h.in (HAVE_IFUNC): New #undef.
36682         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36683         was successful.
36684         * configure: Regenerated.
36686 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36688         * configure.in: Move READELF check to start of file.
36689         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36690         libc_cv_asm_gnu_indirect_function in the process.
36691         * configure: Regenerated.
36693 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36695         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36696         send the output to /dev/null.
36697         (libc_cv_cc_with_libunwind): Likewise.
36698         (libc_cv_as_noexecstack): Likewise.
36699         * configure: Regenerate.
36701 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36703         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36705         * posix/globtest.sh (TMPDIR): Do not set.
36706         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36707         (testout): Likewise.
36709 2012-10-24  Andreas Jaeger  <aj@suse.de>
36711         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36712         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36713         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36714         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36715         posix_fadvise64, posix_fallocate64.
36717         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36718         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36719         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36720         Likewise.
36721         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36722         Likewise.
36723         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36725         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36726         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36727         <bits/fcntl-linux.h>.
36728         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36730         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36731         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36732         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36733         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36734         [__WORDSIZE != 64]: Likewise.
36736 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36738         * Makeconfig (run-built-tests): New variable.
36739         * Rules [$(cross-compiling) = yes]: Change condition to
36740         [$(run-built-tests) = no].
36741         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36742         to [$(run-built-tests) = yes].
36743         * elf/Makefile [$(cross-compiling) = no]: Likewise
36744         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36745         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36746         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36747         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36748         * io/Makefile [$(cross-compiling) = no]: Likewise.
36749         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36750         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36751         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36752         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36753         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36754         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36755         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36756         * string/Makefile [$(cross-compiling) = no]: Likewise.
36758         * posix/Makefile ($(objpfx)globtest.out): Pass
36759         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36760         $(rtld-installed-name).
36761         * posix/globtest.sh (elf_objpfx): Remove variable.
36762         (rtld_installed_name): Likewise.
36763         (library_path): Likewise.
36764         (run_program_prefix): New variable.  Use for running globtest
36765         binary.
36767 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36768             Joseph Myers  <joseph@codesourcery.com>
36770         * Makeconfig (host-built-program-cmd): New variable.
36771         * elf/Makefile (tst-stackguard1-ARGS): Use
36772         $(host-built-program-cmd).
36773         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36774         (tst-spawn-ARGS): Likewise.
36775         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36777 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36778             Jim Blandy  <jimb@codesourcery.com>
36780         * Makeconfig (run-via-rtld-prefix): New variable.
36781         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36782         (built-program-cmd): Likewise.
36784 2012-10-22  Andreas Jaeger  <aj@suse.de>
36786         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36787         __O_RSYNC if it exists, otherwise to O_SYNC.
36789 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36790             Joseph Myers  <joseph@codesourcery.com>
36792         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36793         /dev/null.
36794         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36795         from /dev/null
36796         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36797         /dev/null.
36799 2012-10-22  Andreas Jaeger  <aj@suse.de>
36801         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36802         Define always.
36803         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36805         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36806         bits/fcntl-linux.h.
36808         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36809         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36811         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36812         to __O_LARGEFILE.
36813         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36814         to __O_LARGEFILE.
36816 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36817             Joseph Myers  <joseph@codesourcery.com>
36819         * config.make.in (NM): New variable.
36821 2012-10-21  Andreas Jaeger  <aj@suse.de>
36823         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36824         definitions and declarations that are provided by
36825         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36827 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36829         [BZ #14683]
36830         * elf/Makefile (tests-static): Add tst-leaks1-static.
36831         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36832         ($(objpfx)tst-leaks1-static): New rule.
36833         ($(objpfx)tst-leaks1-static-mem): Likewise.
36834         (tst-leaks1-static-ENV): New macro.
36835         * elf/dl-open.c (dl_open_worker): Check the main application
36836         only if SHARED is defined.
36837         * elf/tst-leaks1-static.c: New file.
36839 2012-10-20  Andreas Jaeger  <aj@suse.de>
36841         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36842         generic values for Linux.
36843         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36844         and declarations that are provided by <bits/fcntl-linux.h> and
36845         include <bits/fcntl-linux.h>.
36846         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36847         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36849 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36851         * io/fcntl.h: Move include of <bits/types.h> to the top and
36852         include it unconditionally.
36854 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36856         * wcsmbs/Makefile (tests-ifunc): New variable.
36857         (tests): Add $(tests-ifunc).
36858         * wcsmbs/test-wcschr-ifunc.c: New file.
36859         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36860         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36861         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36862         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36863         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36865         * string/Makefile (tests-ifunc): New variable.
36866         (tests): Add $(tests-ifunc).
36867         * string/test-memccpy.c (TEST_NAME): New macro.
36868         * string/test-memchr.c (TEST_NAME): Likewise.
36869         * string/test-memcmp.c (TEST_NAME): Likewise.
36870         * string/test-memcpy.c (TEST_NAME): Likewise.
36871         * string/test-memmem.c (TEST_NAME): Likewise.
36872         * string/test-memmove.c (TEST_NAME): Likewise.
36873         * string/test-memset.c (TEST_NAME): Likewise.
36874         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36875         * string/test-stpcpy.c (TEST_NAME): Likewise.
36876         * string/test-stpncpy.c (TEST_NAME): Likewise.
36877         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36878         * string/test-strcasestr.c (TEST_NAME): Likewise.
36879         * string/test-strcat.c (TEST_NAME): Likewise.
36880         * string/test-strchr.c (TEST_NAME): Likewise.
36881         * string/test-strcmp.c(TEST_NAME): Likewise.
36882         * string/test-strcpy.c (TEST_NAME): Likewise.
36883         * string/test-strcspn.c (TEST_NAME): Likewise.
36884         * string/test-strlen.c (TEST_NAME): Likewise.
36885         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36886         * string/test-strncmp.c (TEST_NAME): Likewise.
36887         * string/test-strncpy.c (TEST_NAME): Likewise.
36888         * string/test-strnlen.c (TEST_NAME): Likewise.
36889         * string/test-strpbrk.c (TEST_NAME): Likewise.
36890         * string/test-strrchr.c (TEST_NAME): Likewise.
36891         * string/test-strspn.c (TEST_NAME): Likewise.
36892         * string/test-strstr.c (TEST_NAME): Likewise.
36893         * string/test-bcopy-ifunc.c: New file.
36894         * string/test-bzero-ifunc.c: Likewise.
36895         * string/test-memccpy-ifunc.c: Likewise.
36896         * string/test-memchr-ifunc.c: Likewise.
36897         * string/test-memcmp-ifunc.c: Likewise.
36898         * string/test-memcpy-ifunc.c: Likewise.
36899         * string/test-memmem-ifunc.c: Likewise.
36900         * string/test-memmove-ifunc.c: Likewise.
36901         * string/test-mempcpy-ifunc.c: Likewise.
36902         * string/test-memset-ifunc.c: Likewise.
36903         * string/test-rawmemchr-ifunc.c: Likewise.
36904         * string/test-stpcpy-ifunc.c: Likewise.
36905         * string/test-stpncpy-ifunc.c: Likewise.
36906         * string/test-strcasecmp-ifunc.c: Likewise.
36907         * string/test-strcasestr-ifunc.c: Likewise.
36908         * string/test-strcat-ifunc.c: Likewise.
36909         * string/test-strchr-ifunc.c: Likewise.
36910         * string/test-strchrnul-ifunc.c: Likewise.
36911         * string/test-strcmp-ifunc.c: Likewise.
36912         * string/test-strcpy-ifunc.c: Likewise.
36913         * string/test-strcspn-ifunc.c: Likewise.
36914         * string/test-strlen-ifunc.c: Likewise.
36915         * string/test-strncasecmp-ifunc.c: Likewise.
36916         * string/test-strncat-ifunc.c: Likewise.
36917         * string/test-strncmp-ifunc.c: Likewise.
36918         * string/test-strncpy-ifunc.c: Likewise.
36919         * string/test-strnlen-ifunc.c: Likewise.
36920         * string/test-strpbrk-ifunc.c: Likewise.
36921         * string/test-strrchr-ifunc.c: Likewise.
36922         * string/test-strspn-ifunc.c: Likewise.
36923         * string/test-strstr-ifunc.c: Likewise.
36925         * debug/Makefile (tests-ifunc): New variable.
36926         (tests): Add $(tests-ifunc).
36927         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36928         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36929         * debug/test-stpcpy_chk-ifunc.c: New file.
36930         * debug/test-strcpy_chk-ifunc.c: Likewise.
36932 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36934         [BZ #13601]
36935         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36936         header is not read in.
36938 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36940         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36941         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36942         directly.  Pass built executable to script as
36943         $(built-program-cmd).
36944         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36945         $testprogram without using LD_LIBRARY_PATH and $ldso.
36947         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36948         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36949         $(rtld-installed-name).
36950         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36951         (rtld_installed_name): Likewise.
36952         (library_path): Likewise.
36953         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36954         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36955         $(run-program-prefix) to tst-tables.sh.
36956         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36957         it to run tst-table-from and tst-table-to.
36958         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36959         Pass it to tst-table.sh.
36960         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36961         $(run-program-prefix) to tst-gettext.sh.
36962         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36963         tst-translit.sh.
36964         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36965         tst-gettext2.sh.
36966         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36967         to run tst-gettext.
36968         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36969         to run tst-gettext2.
36970         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36971         to run tst-translit.
36972         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36973         $(run-program-prefix) to tst-mtrace.sh.
36974         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36975         to run tst-mtrace.
36976         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36977         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36978         $(rtld-installed-name).
36979         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36980         (rtld_installed_name): Likewise.
36981         (run_program_prefix): New variable.  Use it to run wordexp-test.
36983         * Makeconfig (ARCH): Remove all definitions.
36984         (machine): Likewise.
36985         [ARCH]: Remove conditional code.
36986         [!objdir]: Give error.
36987         [!objdir] (objpfx): Remove.
36988         [!objdir] (common-objpfx): Likewise.
36989         [!objdir] (common-objdir): Likewise.
36990         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36991         AC_CONFIG_FILES call.
36992         * configure: Regenerated.
36994         [BZ #13888]
36995         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36996         or TMPDIR.
36997         (testout): Likewise.
36999         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37000         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37001         $(rtld-installed-name).
37002         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37003         (rtld_installed_name): Likwise.
37004         (runit): Remove function.
37005         (run_getconf): New variable,  Use it for running getconf binary.
37007 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37009         [BZ #14716]
37010         * string/test-memmem.c (check_result): New function.
37011         (do_one_test): Use it.
37012         (check1): New function.
37013         (test_main): Use it.
37015 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37017         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37019 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37021         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37022         (_G_LSEEK64): Likewise.
37023         (_G_MMAP64): Likewise.
37024         (_G_FSTAT64): Likewise.
37025         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37026         (_G_LSEEK64): Likewise.
37027         (_G_MMAP64): Likewise.
37028         (_G_FSTAT64): Likewise.
37029         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37030         unconditional.  Call __mmap64 directly.
37031         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37032         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37033         __lseek64 directly.
37034         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37035         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37036         __mmap64 directly.
37037         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37038         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37039         __lseek64 directly.
37040         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37041         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37042         __lseek64 directly.
37043         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37044         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37045         __lseek64 directly.
37046         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37047         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37048         __fxstat64 directly.
37049         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37050         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37051         unconditional.
37052         (freopen64) [!_G_OPEN64]: Remove conditional code.
37053         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37054         unconditional.
37055         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37056         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37057         unconditional.
37058         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37059         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37060         unconditional.
37061         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37062         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37063         unconditional.
37064         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37065         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37066         unconditional.
37067         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37068         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37069         unconditional.
37070         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37071         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37072         unconditional.
37073         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37075 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37077         [BZ #12140]
37078         * manual/memory.texi (Malloc Tunable Parameters): Add note
37079         about free list pointers overwriting some perturb bytes.
37080         Wording suggested by Roland McGrath.
37082 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37084         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37085         (lgamma_test): Likewise.
37086         (tgamma_test): Likewise.
37088 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37090         [BZ #14700]
37091         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37092         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37094 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37096         * NEWS: Mention BZ #14716.
37097         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37098         when removing AVAILABLE1_USES_J macro.
37100 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37102         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37103         (__bswap_64): __uint64_t for unsigned 64-bit int.
37105 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37107         * include/string.h (memmem): Declare libc hidden alias.
37108         * string/memmem.c (memmem): Define libc hidden alias.
37109         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37110         __read, __close instead of open, read, close.
37112 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37114         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37115         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37116         global and hidden.
37117         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37118         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37119         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37120         Likewise.
37121         (__rawmemchr_sse2): Likewise.
37122         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37123         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37124         (__strchr_sse2): Likewise.
37125         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37126         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37127         (__strcasecmp_sse2): Likewise.
37128         (__strncasecmp_sse2): Likewise.
37129         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37130         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37131         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37132         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37133         (__strrchr_sse2): Likewise.
37134         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37135         ifunc-impl-list.c.
37136         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37137         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37138         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37139         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37140         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37141         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37142         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37143         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37144         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37145         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37146         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37147         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37148         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37149         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37150         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37151         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37152         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37153         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37154         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37155         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37156         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37157         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37158         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37159         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37160         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37161         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37162         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37163         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37164         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37165         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37167         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37168         global and hidden.
37169         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37170         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37171         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37172         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37173         Likewise.
37174         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37175         Likewise.
37176         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37177         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37178         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37179         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37180         ifunc-impl-list.c.
37181         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37182         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37183         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37184         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37185         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37186         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37187         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37188         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37189         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37190         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37191         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37192         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37193         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37194         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37195         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37196         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37197         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37198         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37199         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37200         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37201         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37202         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37203         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37204         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37205         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37206         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37207         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37208         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37209         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37210         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37211         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37212         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37213         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37214         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37215         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37216         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37217         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37218         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37219         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37220         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37221         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37223         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37224         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37225         * include/ifunc-impl-list.h: New file.
37226         * misc/ifunc-impl-list.c: Likewise.
37227         * misc/Makefile (routines): Add ifunc-impl-list.
37228         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37229         * string/test-string.h: Include <ifunc-impl-list.h>.
37230         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37231         TEST_NAME]: New variables.
37232         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37233         are defined.
37234         (test_init): Call __libc_ifunc_impl_list to initialize
37235         func_list if TEST_IFUNC and TEST_NAME are defined.
37237         * string/Makefile (strop-tests): Add bcopy and bzero.
37238         * string/test-bcopy.c: New file.
37239         * string/test-bzero.c: Likewise.
37240         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37241         defined.
37242         * string/test-memset.c: Support bzero test if TEST_BZERO is
37243         defined.
37244         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37245         __libc_memmove.
37246         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37247         __libc_memset.
37248         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37249         of memset.
37251 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37253         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37254         * configure: Regenerated.
37256         * Makeconfig (+link-static-before-libc): Don't include
37257         $(link-static-libc).
37259         * libio/libio.h (_IO_pos_t): Remove.
37261 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37263         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37264         McGrath.
37266 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37268         * crypt/crypt-entry.c: Include fips-private.h.
37269         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37270         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37271         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37272         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37274 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37276         * crypt/crypt-private.h: Include stdbool.h.
37277         (_ufc_setup_salt_r): Return bool.
37278         * crypt/crypt-entry.c: Include errno.h.
37279         (__crypt_r): Return NULL with EINVAL for bad salt.
37280         * crypt/crypt_util.c (bad_for_salt): New.
37281         (_ufc_setup_salt_r): Check that salt is long enough and within
37282         the specified alphabet.
37283         * crypt/badsalttest.c: New file.
37284         * crypt/Makefile (tests): Add it.
37285         ($(objpfx)badsalttest): New.
37287 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37289         * NEWS: Add entry for BZ #14602.
37291 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37293         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37294         type-generic.
37295         * math/libm-test.inc: Update comment listing what functions and
37296         macros are tested.
37297         (isgreater_test): New function.
37298         (isgreaterequal_test): Likewise.
37299         (isless_test): Likewise.
37300         (islessequal_test): Likewise.
37301         (islessgreater_test): Likewise.
37302         (isunordered_test): Likewise.
37303         (main): Call the new functions.
37305 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37307         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37308         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37309         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37310         * sysdeps/i386/configure: Regenerated.
37311         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37312         * sysdeps/mach/configure: Regenerated.
37313         * sysdeps/mach/hurd/configure: Regenerated.
37314         * sysdeps/powerpc/configure: Regenerated.
37315         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37316         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37317         * sysdeps/s390/s390-32/configure: Regenerated.
37318         * sysdeps/s390/s390-64/configure: Regenerated.
37319         * sysdeps/sh/configure: Regenerated.
37320         * sysdeps/sparc/configure: Regenerated.
37321         * sysdeps/unix/sysv/linux/configure: Regenerated.
37322         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37323         * sysdeps/x86_64/configure: Regenerated.
37325         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37326         defined.  Don't check if MAP is NULL.
37328 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37330         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37331         (_G_stat64): Likewise.
37332         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37333         (_G_stat64): Likewise.
37334         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37335         instead of struct _G_stat64.
37336         * libio/fileops.c (mmap_remap_check): Likewise.
37337         (decide_maybe_mmap): Likewise.
37338         (_IO_new_file_seekoff): Likewise.
37339         (_IO_file_stat): Likewise.
37340         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37341         _G_off64_t.
37342         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37343         instead of struct _G_stat64.
37344         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37346 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37348         [BZ #14602]
37349         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37350         Replace with ...
37351         (CHECK_EOL): New macro.
37352         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37353         CHECK_EOL.
37354         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37355         Replace with CHECK_EOL.
37356         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37357         Replace with CHECK_EOL.
37359 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37361         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37362         type-generic.
37363         * math/libm-test.inc: Update comment listing what functions and
37364         macros are tested.
37365         (finite_test): New function.
37366         (isinf_test): Likewise.
37367         (isnan_test): Likewise.
37368         (fpclassify_test): Test subnormal input.
37369         (isfinite_test): Likewise.
37370         (isnormal_test): Likewise.
37371         (main): Call the new functions.
37373 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37375         [BZ #14660]
37376         * Makerules (%.dynsym): Force C locale when running
37377         $(OBJDUMP) --dynamic-syms.
37379 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37381         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37382         <stdint.h>.
37384 2012-10-06  David S. Miller  <davem@davemloft.net>
37386         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37387         upper 32-bits of the length value in %o2 since we use branch-on-register
37388         tests which consider the entire 64-bit register.
37390 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37392         * string/test-strstr.c (check2): Add a test for page boundary.
37394 2012-10-05  David S. Miller  <davem@davemloft.net>
37396         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37397         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37398         file.
37399         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37400         sysdep_routines.
37401         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37402         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37403         and bzero when HWCAP_SPARC_CRYPTO is present.
37405 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37407         [BZ #14602]
37408         * string/test-strstr.c (check2): New function.
37409         (test_main): Call check2.
37411         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37412         and bug-strchr1.
37413         * string/bug-strcasestr1.c (do_test): Moved to ...
37414         * string/test-strcasestr.c (check1): Here.  New function.
37415         (do_one_test): Break out result checking code into ...
37416         (check_result): This.  New function.
37417         (do_one_test): Call check_result.
37418         (test_main): Call check1.
37419         * string/bug-strchr1.c (do_test): Moved to ...
37420         * string/test-strchr.c (check1): Here.  New function.
37421         (do_one_test): Break out result checking code into ...
37422         (check_result): This.  New function.
37423         (do_one_test): Call check_result.
37424         (test_main): Call check1.
37425         * string/bug-strstr1.c (main): Moved to ...
37426         * string/test-strstr.c (check1): Here.  New function.
37427         (do_one_test): Break out result checking code into ...
37428         (check_result): This.  New function.
37429         (do_one_test): Call check_result.
37430         (test_main): Call check1.
37431         * string/bug-strcasestr1.c: Removed.
37432         * string/bug-strchr1.c: Likewise.
37433         * string/bug-strstr1.c: Likewise.
37435         * elf/Makefile (dl-routines): Add hwcaps.
37436         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37437         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37438         (_dl_important_hwcaps): Moved to ...
37439         * elf/dl-hwcaps.c: Here.  New file.
37440         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37442         [BZ #14557]
37443         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37444         if IS_IN_rtld isn't defined.
37446         * elf/dl-support.c (_dl_sysinfo_map): New.
37447         Include "get-dynamic-info.h" and "setup-vdso.h".
37448         (_dl_non_dynamic_init): Call setup_vdso.
37449         * elf/dynamic-link.h: Don't include <assert.h>.
37450         (elf_get_dynamic_info): Moved to ...
37451         * elf/get-dynamic-info.h: Here.  New file.
37452         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37453         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37454         * elf/setup-vdso.h: Here.  New file.
37455         * elf/rtld.c: Include "setup-vdso.h".
37456         (dl_main): Call setup_vdso.
37458 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37460         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37461         creal in comment listing functions tested.  List finite, isinf,
37462         isnan, isless, islessequal, isgreater, isgreaterequal,
37463         islessgreater, isunordered, lgamma_r and pow10 as functions and
37464         macros not tested.  Mention which functions not tested are aliases
37465         for other functions.  Fix typo.  Note that signs of NaNs are not
37466         tested.
37468         * scripts/config.guess: Update from config.git.
37469         * scripts/config.sub: Likewise.
37471 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37473         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37474         * misc/madvise.c (madvise): Renamed to __madvise.
37475         Make madvise a weak alias.
37476         * include/sys/mman.h: Declare __madvise.
37477         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37478         * sysdeps/unix/syscalls.list
37479         (madvise): Make __madvise the strong name, and madvise a weak alias.
37480         * sysdeps/unix/sysv/linux/syscalls.list
37481         (madvise, mmap): Remove redundant entries.
37482         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37483         * malloc/malloc.c (mtrim): Likewise.
37484         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37486 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37488         * sysdeps/mach/hurd/dl-cache.c: File removed.
37489         * config.h.in (USE_LDCONFIG): New #undef.
37490         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37491         * configure: Regenerated.
37492         * elf/Makefile (dl-routines): Add dl-cache only under
37493         [$(use-ldconfig) = yes].
37494         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37495         cache on [USE_LDCONFIG].
37496         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37497         [USE_LDCONFIG].
37498         * elf/rtld.c (dl_main): Likewise.
37500 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37502         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37503         _SC_LEVEL4_CACHE_LINESIZE.
37505 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37507         * sysdeps/unix/bsd/confstr.h: File removed.
37509 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37511         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37512         sys/sdt-config.h.
37514 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37516         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37517         Make 'mapoff' field ElfW(Off) rather than off_t.
37519 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37521         * nscd/Makefile: Remove nscd-cflags and all its users.
37522         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37523         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37525         [BZ #10631]
37526         * malloc.c (malloc_printerr): Clarify error message.
37528 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37530         [BZ #14648]
37531         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37532         Set bit_FMA_Usable if FMA is supported.
37533         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37534         macro.
37535         (bit_FMA4_Usable): Updated.
37536         (index_FMA_Usable): New macro.
37537         (CPUID_FMA): Likewise
37538         (HAS_FMA): Defined with bit_FMA_Usable.
37540 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37542         * bits/types.h (__swblk_t): Type removed.
37543         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37544         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37545         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37546         (__SWBLK_T_TYPE): Likewise.
37547         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37548         (__SWBLK_T_TYPE): Likewise.
37549         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37550         (__SWBLK_T_TYPE): Likewise.
37551         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37552         (__SWBLK_T_TYPE): Likewise.
37554 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37555             Honza Horak <hhorak@redhat.com>
37557         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37558         (xdr_mapname): Use YPMAXMAP as maxsize.
37559         (xdr_peername): Use YPMAXPEER as maxsize.
37560         (xdr_keydat): Use YPAXRECORD as maxsize.
37561         (xdr_valdat): Use YPMAXRECORD as maxsize.
37563 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37565         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37567         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37568         * csu/init-first.c: ... here.
37569         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37570         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37571         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37572         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37573         * sysdeps/i386/init-first.c: File removed.
37574         * sysdeps/sh/init-first.c: File removed.
37576 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37578         [BZ #14645]
37579         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37580         if x * y might underflow to zero and z is zero.
37581         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37582         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37583         * math/libm-test.inc (min_subnorm_value): New variable.
37584         (fma_test): Add more tests.
37585         (fma_test_towardzero): Likewise.
37586         (fma_test_downward): Likewise
37587         (fma_test_upward): Likewise.
37588         (initialize): Set min_subnorm_value.
37590 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37592         [BZ #14638]
37593         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37594         0 + 0.
37595         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37596         mode for addition resulting in exact zero.
37597         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37598         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37599         exact 0 + 0.
37600         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37601         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37602         * math/libm-test.inc (fma_test): Add more tests.
37603         (fma_test_towardzero): New function.
37604         (fma_test_downward): Likewise.
37605         (fma_test_upward): Likewise.
37606         (main): Call the new functions.
37608 2012-09-28  David S. Miller  <davem@davemloft.net>
37610         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37612 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37614         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37615         instead of SIGALRM.
37617         * sysdeps/gnu/_G_config.h: Moved to ...
37618         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37619         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37620         * sysdeps/generic/_G_config.h: ... here.
37622         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37624         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37626         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37627         Conditionalize target on [libnss_test1.so-version].
37629         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37631         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37632         (elfobjdir): Move out of conditionals.
37634         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37635         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37636         (__nss_lookup_function): Conditionalize label remove_from_tree on
37637         [!DO_STATIC_NSS || SHARED], matching its only use.
37639 2012-09-28  David S. Miller  <davem@davemloft.net>
37641         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37642         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37643         file.
37644         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37645         sysdep_routines.
37646         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37647         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37648         when HWCAP_SPARC_CRYPTO is present.
37650 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37652         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37654 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37656         [BZ #6530]
37657         * stdio-common/vfprintf.c (process_string_arg): Revert
37658         2000-07-22 change.
37660 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37662         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37663         for testcase.
37664         * stdio-common/tst-sprintf.c: Include <locale.h>
37665         (main): Test sprintf's handling of incomplete multibyte
37666         characters.
37668 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37670         * elf/dl-runtime.c (VERSYMIDX): Removed.
37671         * elf/dl-version.c (VERSYMIDX): Likewise.
37672         * elf/do-rel.h (VERSYMIDX): Likewise.
37673         (VALIDX): Likewise.
37674         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37675         * elf/rtld.c (VALIDX): Likewise.
37676         (ADDRIDX): Likewise.
37677         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37678         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37679         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37680         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37681         (VALIDX): Likewise.
37682         (ADDRIDX): Likewise.
37684 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37686         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37688 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37690         [BZ #11438]
37691         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37692         to global scope.
37693         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37694         addresses are in the same scope as 192.0.2/24.
37695         * posix/gai.conf: Document new scope table defaults.
37697 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37699         [BZ #5298]
37700         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37701         for ftell.  Compute offsets from write pointers instead.
37702         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37704 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37706         [BZ #14543]
37707         * libio/Makefile (tests): New test case tst-fseek.
37708         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37709         combination works in wide mode.
37710         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37711         state when the external buffer state changes.
37713 2012-09-27  David S. Miller  <davem@davemloft.net>
37715         [BZ #14376]
37716         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37717         pass reloc->r_addend in as the 'high' argument to
37718         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37720         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37722 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37724         * rt/tst-aio2.c: Include <pthread.h>.
37725         * rt/tst-aio3.c: Likewise.
37727 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37729         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37731 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37733         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37734         contents on [SHARED].
37736 2012-09-26  Marek Polacek  <polacek@redhat.com>
37738         [BZ #14530]
37739         [BZ #13741]
37740         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37741         for C++ and GCC <4.3 as well as for non GCC compilers.
37743 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37745         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37747 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37749         * Makefile.in (all, install): Declare with .PHONY.
37750         Reported by Michael Hope <michael.hope@linaro.org>.
37752 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37754         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37755         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37756         system header.
37757         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37758         Likewise.
37759         (sydep_routines): Add the new and the internal functions.
37760         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37761         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37763         (GLIBC_2.17): Add the new function.
37764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37765         (GLIBC_2.17): Likewise.
37766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37767         (GLIBC_2.17): Likewise.
37768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37769         (GLIBC_2.17): Likewise.
37770         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37772 2012-09-25  Alan Modra  <amodra@gmail.com>
37774         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37775         Add release barrier before setting once_control to say
37776         initialisation is done.  Add hints on lwarx.  Use macro in
37777         place of isync.
37778         (clear_once_control): Add release barrier.
37780 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37782         [BZ #13629]
37783         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37784         specially.
37785         * math/s_clog10.c (__clog10): Likewise.
37786         * math/s_clog10f.c (__clog10f): Likewise.
37787         * math/s_clog10l.c (__clog10l): Likewise.
37788         * math/s_clogf.c (__clogf): Likewise.
37789         * math/s_clogl.c (__clogl): Likewise.
37790         * math/Makefile (libm-calls): Add x2y2m1.
37791         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37792         (__x2y2m1): Likewise.
37793         (__x2y2m1l): Likewise.
37794         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37795         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37796         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37797         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37798         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37799         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37800         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37801         * sysdeps/i386/fpu/libm-test-ulps: Update.
37802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37804         [BZ #14621]
37805         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37806         int as type of variable DEPTH.
37807         (glob): Use size_t instead of int as type of variables NEWCOUNT
37808         and OLD_PATHC.
37810 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37812         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37813         Add s_sincosf-sse2.
37814         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37815         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37816         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37817         macros for using routine as __sincosf_ia32.
37818         Use macro for function declaration and weak_alias.
37819         * sysdeps/i386/fpu/libm-test-ulps: Update.
37821         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37822         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37824         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37825         subnormal argument.
37826         * math/s_cexpf.c (__cexpf): Likewise.
37827         * math/s_csinf.c (__csinf): Likewise.
37828         * math/s_csinhf.c (__csinhf): Likewise.
37829         * math/s_ctanf.c (__ctanf): Likewise.
37830         * math/s_ctanhf.c (__ctanhf): Likewise.
37831         * math/s_ccosh.c (__ccoshf): Likewise.
37832         * math/s_cexp.c (__cexpl): Likewise.
37833         * math/s_csin.c (__csin): Likewise.
37834         * math/s_csinh.c (__csinh): Likewise.
37835         * math/s_ctan.c (__ctan): Likewise.
37836         * math/s_ctanh.c (ctanh): Likewise.
37837         * math/s_ccoshl.c (__ccoshl): Likewise.
37838         * math/s_cexpl.c (__cexpl): Likewise.
37839         * math/s_csinl.c (__csinl): Likewise.
37840         * math/s_csinhl.c (__csinhl): Likewise.
37841         * math/s_ctanl.c (__ctanl): Likewise.
37842         * math/s_ctanhl.c (__ctanhl): Likewise.
37844 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37846         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37847         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37848         (_IO_off_t): Define to __off_t, not _G_off_t.
37849         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37850         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37851         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37852         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37853         type of __dummy and __dummy2 fields.
37854         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37855         (_G_ssize_t): Likewise.
37856         (_G_off_t): Likewise.
37857         (_G_pid_t): Likewise.
37858         (_G_uid_t): Likewise.
37859         (_G_wchar_t): Likewise.
37860         (_G_wint_t): Likewise.
37861         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37862         (_G_ssize_t): Likewise.
37863         (_G_off_t): Likewise.
37864         (_G_pid_t): Likewise.
37865         (_G_uid_t): Likewise.
37866         (_G_wchar_t): Likewise.
37867         (_G_wint_t): Likewise.
37868         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37869         (_G_ssize_t): Likewise.
37870         (_G_off_t): Likewise.
37871         (_G_pid_t): Likewise.
37872         (_G_uid_t): Likewise.
37873         (_G_wchar_t): Likewise.
37874         (_G_wint_t): Likewise.
37876 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37878         * malloc/arena.c: Include malloc-sysdep.h.
37879         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37880         is sufficient to shrink the heap or an unmap is needed.
37881         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37882         new function check_may_shrink_heap.
37883         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37884         new function check_may_shrink_heap.
37886 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37888         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37889         comments.
37891 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37893         * catgets/test-gencat.sh: Add "set -e".
37894         * elf/tst-pathopt.sh: Likewise.
37895         * grp/tst_fgetgrent.sh: Likewise.
37896         * iconvdata/run-iconv-test.sh: Likewise.
37897         * intl/tst-gettext.sh: Likewise.
37898         * intl/tst-gettext2.sh: Likewise.
37899         * intl/tst-gettext4.sh: Likewise.
37900         * intl/tst-gettext6.sh: Likewise.
37901         * intl/tst-translit.sh: Likewise.
37902         * io/ftwtest-sh: Likewise.
37903         * libio/test-freopen.sh: Likewise.
37904         * malloc/tst-mtrace.sh: Likewise.
37905         * posix/globtest.sh: Likewise.
37906         * posix/tst-getconf.sh: Likewise.
37907         * posix/wordexp-tst.sh: Likewise.
37908         * stdio-common/tst-printf.sh: Likewise.
37909         * stdio-common/tst-unbputc.sh: Likewise.
37910         * stdlib/tst-fmtmsg.sh: Likewise.
37911         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37912         * catgets/Makefile: Do not specify -e option when running
37913         testsuite shell scripts.
37914         * elf/Makefile: Likewise.
37915         * grp/Makefile: Likewise.
37916         * iconvdata/Makefile: Likewise.
37917         * intl/Makefile: Likewise.
37918         * io/Makefile: Likewise.
37919         * libio/Makefile: Likewise.
37920         * malloc/Makefile: Likewise.
37921         * posix/Makefile: Likewise.
37922         * stdio-common/Makefile: Likewise.
37923         * stdlib/Makefile: Likewise.
37924         * sysdeps/x86_64/Makefile: Likewise.
37926         * io/ftwtest-sh: Add copyright header.
37927         * posix/globtest.sh: Likewise.
37928         * posix/tst-getconf.sh: Likewise.
37929         * posix/wordexp-tst.sh: Likewise.
37930         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37932 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37934         [BZ #13679]
37935         * Makeconfig (+link): Defined as $(+link-static) if
37936         $(build-shared) isn't yes.
37937         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37938         isn't yes.
37939         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37941         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37943         [BZ #14562]
37944         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37945         new chunk size with MALLOC_ALIGN_MASK.
37947 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37949         [BZ #5044]
37950         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37951         <rounding-mode.h>.
37952         (__printf_fphex): Determine rounding using get_rounding_mode and
37953         round_away.
37954         * stdio-common/tst-printf-round.c (struct hex_test): New
37955         structure.
37956         (hex_tests): New variable.
37957         (test_hex_in_one_mode): New function.
37958         (do_test): Also run tests for hex float output.
37960 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37962         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37963         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37964         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37965         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37966         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37967         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37968         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37969         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37971 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37973         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37974         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37975         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37976         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37978 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37980         [BZ #14579]
37981         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37982         mode only.
37983         * elf/tst-rtld-load-self.sh: New test.
37984         * elf/Makefile: Run it.
37986 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37988         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37989         (tst-writev-ENV): Remove.
37990         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37992 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37994         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37996 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37998         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37999         unconditional.
38000         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38001         Likewise.
38002         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38003         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38004         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38005         Likewise.
38007 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38009         [BZ #14587]
38010         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38011         * config.make.in (have-cpp-asm-debuginfo): Removed.
38012         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38013         * configure: Regenerated.
38015 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38017         [BZ #5044]
38018         * stdio-common/printf_fp.c: Include <stdbool.h> and
38019         <rounding-mode.h>.
38020         (___printf_fp): Determine rounding using get_rounding_mode and
38021         round_away.
38022         * stdio-common/tst-printf-round.c: New file.
38023         * stdio-common/Makefile (tests): Add tst-printf-round.
38024         (link-libm): New variable.
38025         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38027 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38029         [BZ #14576]
38030         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38031         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38032         Likewise.
38033         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38034         Likewise.
38036 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38038         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38039         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38040         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38041         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38043 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38045         [BZ #14518]
38046         * include/rounding-mode.h: New file.
38047         * sysdeps/generic/get-rounding-mode.h: Likewise.
38048         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38049         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38050         (MAX_VALUE): New macro.
38051         (MIN_VALUE): Likewise.
38052         (overflow_value): New function.
38053         (underflow_value): Likewise.
38054         (round_and_return): Use overflow_value and underflow_value to
38055         determine return values in overflow and underflow cases.  Use
38056         round_away to determine rounding depending on rounding mode.
38057         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38058         determine return values in overflow and underflow cases.
38059         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38060         (struct test_results): New structure.
38061         (struct test): Use struct test_results to store expected results
38062         for all rounding modes.
38063         (TEST): Include expected results for all rounding modes.
38064         (test_in_one_mode): New function.
38065         (do_test): Use test_in_one_mode to compute and check results.
38066         Check results for all rounding modes.
38067         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38068         $(link-libm).
38070 2012-12-09  Allan McRae  <allan@archlinux.org>
38072         * sysdeps/i386/fpu/libm-test-ulps: Update
38074 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38076         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38077         (_G_int32_t): Likewise.
38078         (_G_uint16_t): Likewise.
38079         (_G_uint32_t): Likewise.
38080         (_G_HAVE_BOOL): Likewise.
38081         (_G_HAVE_ATEXIT): Likewise.
38082         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38083         (_G_HAVE_IO_FILE_OPEN): Likewise.
38084         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38085         (_G_int32_t): Likewise.
38086         (_G_uint16_t): Likewise.
38087         (_G_uint32_t): Likewise.
38088         (_G_HAVE_BOOL): Likewise.
38089         (_G_HAVE_ATEXIT): Likewise.
38090         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38091         (_G_HAVE_IO_FILE_OPEN): Likewise.
38092         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38093         (_G_int32_t): Likewise.
38094         (_G_uint16_t): Likewise.
38095         (_G_uint32_t): Likewise.
38096         (_G_HAVE_BOOL): Likewise.
38097         (_G_HAVE_ATEXIT): Likewise.
38098         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38099         (_G_HAVE_IO_FILE_OPEN): Likewise.
38101 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38103         * csu/libc-tls.c: Update copyright years.
38105 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38107         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38108         [!_G_USING_THUNKS]: Remove conditional code.
38109         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38110         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38112         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38113         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38114         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38115         (_G_VTABLE_LABEL_PREFIX): Likewise.
38116         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38117         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38118         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38119         (_G_VTABLE_LABEL_PREFIX): Likewise.
38120         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38121         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38122         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38123         (_G_VTABLE_LABEL_PREFIX): Likewise.
38124         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38126 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38128         * libio/Makefile: Include ../Makeconfig before tests.
38129         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38130         only if $(build-shared) is yes.
38132         * iconv/gconv_db.c: Update copyright years.
38134 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38136         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38137         unwind info if defined PIC. Fix special cases description.
38138         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38140         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38141         DP_HI_MASK entry.
38142         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38144 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38146         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38148         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38149         is NULL.
38151         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38152         (LDLIBS-tst-chk4): This.
38153         (LDFLAGS-tst-chk5): Renamed to ...
38154         (LDLIBS-tst-chk5): This.
38155         (LDFLAGS-tst-chk6): Renamed to ...
38156         (LDLIBS-tst-chk6): This.
38157         (LDFLAGS-tst-lfschk4): Renamed to ...
38158         (LDLIBS-tst-lfschk4): This.
38159         (LDFLAGS-tst-lfschk5): Renamed to ...
38160         (LDLIBS-tst-lfschk5): This.
38161         (LDFLAGS-tst-lfschk6): Renamed to ...
38162         (LDLIBS-tst-lfschk6): This.
38164         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38165         on $(common-objpfx)soversions.mk.
38167 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38169         [BZ #10014]
38170         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38171         example host name.
38173 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38175         * malloc/arena.c (arena_get_retry): New function that gets
38176         another arena for the caller to try its request on.
38177         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38178         current arena cannot fulfill the request.
38179         (__libc_memalign): Likewise.
38180         (__libc_memalign): Likewise.
38181         (__libc_pvalloc): Likewise.
38182         (__libc_calloc): Likewise.
38184 2012-09-05  John Tobey  <john.tobey@gmail.com>
38186         [BZ #13542]
38187         * manual/arith.texi (Operations on Complex): Fix description
38188         of carg branch cut.
38190 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38192         [BZ #10014]
38193         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38194         host name.
38196         [BZ #10038]
38197         * manual/memory.texi (Memory): Make order of menu items match
38198         order of sections.
38200 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38202         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38203         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38204         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38206 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38208         * csu/libc-tls.c (static_dtv): Renamed to ...
38209         (_dl_static_dtv): This.  Make it global.
38210         (_dl_initial_dtv): Removed.
38211         (__libc_setup_tls): Updated.
38212         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38213         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38214         DL_INITIAL_DTV.
38216 2012-09-06  Petr Machata  <pmachata@redhat.com>
38218         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38219         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38220         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38221         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38223 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38225         [BZ #14545]
38226         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38227         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38228         freeing dtv[-1].
38230 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38232         [BZ #14544]
38233         * Makeconfig (link-static-before-libc): Replace $(+prector)
38234         with $(+prectorT).
38235         (link-static-after-libc): Replace $(+postctor) with
38236         $(+postctorT).
38237         (link-bounded): Replace $(+prector)/$(+postctor) with
38238         $(+prectorT)/$(+postctorT).
38239         (+prectorT): New macro.
38240         (+postctorT): Likewise.
38242 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38244         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38245         (round_str): Handle values above the maximum for IBM long double
38246         as inexact.
38247         * stdlib/tst-strtod-round.c (tests): Regenerated.
38249 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38251         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38252         assembler flag.
38253         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38254         zarch_nohighgprs around the zarch optimized routines.
38255         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38256         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38257         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38258         for zarch.
38260 2012-09-05  David S. Miller  <davem@davemloft.net>
38262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38264         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38265         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38266         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38267         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38268         entries.
38270 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38272         * malloc/arena.c: Fold copyright years.
38273         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38275 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38277         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38279 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38281         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38283 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38285         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38286         change internal state upon failure.
38288 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38290         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38291         * malloc/memusage.c (mmap): Likewise.
38292         (mmap64, mremap): Likewise.  Adjust name in comment.
38294 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38296         * libio/fileops.c: Fix typos in comments.
38297         * libio/oldfileops.c: Likewise.
38298         * libio/wfileops.c: Likewise.
38300 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38302         [BZ #1349]
38303         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38304         (tst-malloc-usable-ENV): Set environment for test case.
38305         * malloc/hooks.c (malloc_check_get_size): New function to get
38306         requested size.
38307         * malloc/malloc.c (musable): Use malloc_check_get_size.
38308         * malloc/tst-malloc-usable.c: New test case.
38310 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38312         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38314 2012-09-05  Allan McRae  <allan@archlinux.org>
38316         [BZ #13966]
38317         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38318         determine header location.
38319         * configure: Regenerated.
38321 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38323         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38324         float format.
38325         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38326         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38327         format.
38328         (test): Regenerate.
38330 2012-09-04  David S. Miller  <davem@davemloft.net>
38332         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38333         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38334         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38336 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38338         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38339         failures.
38341         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38343 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38345         [BZ #9914]
38346         * libio/iogetdelim.c: Include <limits.h>.
38347         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38348         + len + 1 would overflow.
38350 2012-09-03  Andreas Jaeger  <aj@suse.de>
38352         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38353         * sysdeps/i386/fpu/libm-test-ulps: Update.
38355 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38357         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38358         Add s_sinf-sse2, s_conf-sse2.
38360         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38361         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38362         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38363         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38365         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38366         for using routine as __sinf_ia32.
38367         Use macro for function declaration and weak_alias.
38368         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38369         for using routine as __cosf_ia32.
38370         Use macro for function declaration and weak_alias.
38372         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38373         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38375         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38376         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38377         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38379         * math/libm-test.inc (cos_test): Add more test cases.
38380         (sin_test): Likewise.
38381         (sincos_test): Likewise.
38383 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38385         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38386         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38387         hidden.
38388         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38390 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38392         [BZ #14538]
38393         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38394         first element of the GOT.
38395         (elf_machine_load_address): Return the difference between
38396         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38398 2012-09-01  Allan McRae  <allan@archlinux.org>
38400         [BZ #13412]
38401         * configure.in (AWK): Require gawk version 3.0 or later.
38402         * configure: Regenerated.
38404 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38406         * sysdeps/unix/sysv/linux/kernel-features.h
38407         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38408         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38409         [__NR_clock_getres]: Make code unconditional.
38410         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38411         (clock_getcpuclockid): Remove code left unreachable by removal of
38412         conditionals.
38413         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38414         code unconditional.
38415         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38416         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38417         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38418         Make code unconditional.
38419         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38420         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38421         * sysdeps/unix/sysv/linux/clock_settime.c
38422         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38423         conditional code.
38424         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38425         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38427 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38429         [BZ #14476]
38430         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38431         scripts/test-installation.pl.
38433         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38434         and $ld_so_version if it is set.
38436 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38438         [BZ #14516]
38439         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38440         failure if reading from procfs failed.
38441         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38443 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38445         * sysdeps/unix/sysv/linux/kernel-features.h
38446         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38447         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38448         Remove conditional code.
38449         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38450         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38451         Remove conditional code.
38452         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38453         * sysdeps/unix/sysv/linux/i386/fxstat.c
38454         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38455         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38456         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38457         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38458         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38459         * sysdeps/unix/sysv/linux/i386/lxstat.c
38460         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38461         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38462         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38463         Remove conditional code.
38464         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38465         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38466         Remove conditional code.
38467         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38468         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38469         <kernel-features.h>.
38470         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38471         Remove.
38472         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38473         Remove conditional code.
38474         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38475         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38476         Remove conditional.
38478 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38480         [BZ #5400]
38481         * NEWS: Add fixed bug number.
38483 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38485         [BZ #14519]
38486         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38487         underflowing exponent in case of negative sign.
38488         * stdlib/tst-strtod-round-data: Add more tests.
38489         * stdlib/tst-strtod-round.c (tests): Regenerated.
38491         [BZ #3479]
38492         * stdlib/strtod_l.c (NDIG): Remove.
38493         (HEXNDIG): Likewise.
38494         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38495         smallest representable value.
38496         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38497         lie within an exact representation of 1/2 ulp of the result.
38498         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38499         unconditionally.
38500         (TENS_P9_IDX): Define unconditionally.
38501         (TENS_P9_SIZE): Likewise.
38502         (TENS_P10_IDX): Likewise.
38503         (TENS_P10_SIZE): Likewise.
38504         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38505         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38506         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38507         entries for 10^2^13 and 10^2^14.
38508         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38509         (TENS_P13_IDX): Define.
38510         (TENS_P13_SIZE): Likewise.
38511         (TENS_P14_IDX): Likewise.
38512         (TENS_P14_SIZE): Likewise.
38513         (_fpioconst_pow10): Change array size to
38514         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38515         unconditional.
38516         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38517         1024]: Add entries for 10^2^13 and 10^2^14.
38518         [LAST_POW10 > _LAST_POW10]: Remove #error.
38519         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38520         (_fpioconst_pow10): Change array size to
38521         FPIOCONST_POW10_ARRAY_SIZE.
38522         * stdlib/gen-fpioconst.c: New file.
38523         * stdlib/gen-tst-strtod-round.c: Likewise.
38524         * stdlib/tst-strtod-round-data: Likewise.
38525         * stdlib/tst-strtod-round.c: Likewise.
38526         * stdlib/Makefile (tests): Add tst-strtod-round.
38528         [BZ #14459]
38529         * stdlib/strtod_l.c: Include <stdint.h>.
38530         (NDEBUG): Do not define.
38531         (round_and_return): Change EXPONENT parameter to type intmax_t.
38532         Rearrange calculations to avoid internal overflow possibilities.
38533         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38534         Rearrange calculations to avoid internal overflow possibilities.
38535         Assert that number fits inside MPNSIZE limbs.
38536         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38537         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38538         calculations and add assertions to avoid internal overflow
38539         possibilities.  Add casts to avoid signed/unsigned operations.
38540         * stdlib/tst-strtod-overflow.c: New file.
38541         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38543 2012-08-25  Marek Polacek  <polacek@redhat.com>
38545         * time/time.h: Fix some typos in comments.
38547 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38549         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38550         * posix/tst-rfc3484-2.c: Likewise.
38551         * posix/tst-rfc3484-3.c: Likewise.
38553 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38555         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38556         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38558 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38560         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38561         #include of fxstatat64.c.
38563 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38565         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38566         * shadow/getspent_r.c: Likewise.
38567         * shadow/getspnam.c: Likewise.
38568         * shadow/getspnam_r.c: Likewise.
38569         * gshadow/getsgent.c: Likewise.
38570         * gshadow/getsgent_r.c: Likewise.
38571         * gshadow/getsgnam.c: Likewise.
38572         * gshadow/getsgnam_r.c: Likewise.
38573         * inet/getnetbyad.c: Likewise.
38574         * inet/getnetbyad_r.c: Likewise.
38575         * inet/getnetbynm.c: Likewise.
38576         * inet/getnetbynm_r.c: Likewise.
38577         * inet/getnetent.c: Likewise.
38578         * inet/getnetent_r.c: Likewise.
38579         * inet/getproto.c: Likewise.
38580         * inet/getproto_r.c: Likewise.
38581         * inet/getprtent.c: Likewise.
38582         * inet/getprtent_r.c: Likewise.
38583         * inet/getprtname.c: Likewise.
38584         * inet/getprtname_r.c: Likewise.
38585         * inet/getrpcbyname.c: Likewise.
38586         * inet/getrpcbyname_r.c: Likewise.
38587         * inet/getrpcbynumber.c: Likewise.
38588         * inet/getrpcbynumber_r.c: Likewise.
38589         * inet/getrpcent.c: Likewise.
38590         * inet/getrpcent_r.c: Likewise.
38591         * inet/getaliasent.c: Likewise.
38592         * inet/getaliasent_r.c: Likewise.
38593         * inet/getaliasname.c: Likewise.
38594         * inet/getaliasname_r.c: Likewise.
38595         * nscd/getgrgid_r.c: Likewise.
38596         * nscd/getgrnam_r.c: Likewise.
38597         * nscd/gethstbyad_r.c: Likewise.
38598         * nscd/gethstbynm3_r.c: Likewise.
38599         * nscd/getpwnam_r.c: Likewise.
38600         * nscd/getpwuid_r.c: Likewise.
38601         * nscd/getsrvbynm_r.c: Likewise.
38602         * nscd/getsrvbypt_r.c: Likewise.
38603         * nscd/gai.c: Likewise.
38605         * configure.in (build_nscd): New substituted variable, set
38606         by --disable-build-nscd and defaults to $use_nscd.
38607         * configure: Regenerated.
38608         * config.make.in (build-nscd): New substituted variable.
38609         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38610         Change conditional to require [$(build-nscd) = yes] as well.
38611         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38613         [BZ# 13696]
38614         * configure.in (use_nscd): New substituted variable, set by
38615         --disable-nscd.  If enabled, define USE_NSCD.
38616         * configure: Regenerated.
38617         * config.h.in: Add USE_NSCD.
38618         * config.make.in (use-nscd): New substituted variable.
38619         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38620         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38621         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38622         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38623         (CFLAGS-getgrnam_r.c): Likewise.
38624         (CFLAGS-initgroups.c): Likewise.
38625         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38626         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38627         Variables removed.
38628         * inet/getnetgrent_r.c
38629         (nscd_setnetgrent): New function, broken out of ...
38630         (setnetgrent): ... here.  Call it.
38631         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38632         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38633         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38634         * nscd/Makefile (routines, aux): Move definitions after include of
38635         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38636         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38637         Conditionalize on [USE_NSCD].
38638         (is_nscd, nscd_init_cb): Likewise.
38639         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38640         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38641         * nss/nss_db/db-init.c: Likewise.
38642         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38643         [USE_NSCD].
38644         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38645         (make_request): Use it.
38646         (cache_valid_p): New function.
38647         (__check_pf): Use it.
38648         * NEWS: Add item for --disable-nscd.
38650 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38652         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38653         to support sed >= 4.2.1-20-ga9bf076.
38654         * configure: Regenerated.
38656 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38658         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38659         Conditionalize whole body on [IREL].
38661 2012-08-22  Jeff Law <law@redhat.com>
38663         [BZ #14505]
38664         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38665         if the family is PF_UNSPEC.
38667 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38669         * Makerules (lib-version): Rename from V.
38670         (install-lib-nosubdir): Change V to lib-version.
38672 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38674         [BZ #14252]
38675         * powerpc32/power6/wcschr.c: New file.
38676         * powerpc32/power6/wcscpy.c: New file.
38677         * powerpc32/power6/wcsrchr.c: New file.
38678         * powerpc64/power6/wcschr.c: New file.
38679         * powerpc64/power6/wcscpy.c: New file.
38680         * powerpc64/power6/wcsrchr.c: New file.
38682 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38684         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38685         (two_way_short_needle): Use it.
38686         * string/strstr.c (AVAILABLE1_USES_J): Define.
38687         * string/strcasestr.c: Likewise.
38689         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38690         array references.
38691         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38693         [BZ #11607]
38694         * NEWS: Add an entry.
38695         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38696         define their defaults.
38697         (two_way_short_needle): Detect end-of-string on-the-fly.
38698         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38699         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38700         * string/bug-strcasestr1.c: New test.
38701         * string/Makefile: Run it.
38703 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38705         [BZ #11607]
38706         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38707         the first character.
38709 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38711         * csu/elf-init.c (__libc_csu_irel): Function removed.
38712         * csu/libc-start.c (apply_irel): New function.
38713         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38715 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38717         * sysdeps/unix/sysv/linux/kernel-features.h
38718         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38719         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38720         <kernel-features.h>.
38721         [__NR_fadvise64_64]: Make code unconditional.
38722         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38723         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38724         !__NR_fadvise64_64)]: Likewise.
38725         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38726         !__NR_fadvise64_64))]: Likewise.
38727         [__NR_fadvise64]: Make code unconditional.
38728         [!__NR_fadvise64]: Remove conditional code.
38729         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38730         <kernel-features.h>.
38731         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38732         unconditional.
38733         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38734         conditional code.
38735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38736         not include <kernel-features.h>.
38737         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38738         unconditional.
38739         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38740         conditional code.
38741         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38742         include <kernel-features.h>.
38743         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38744         unconditional.
38745         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38746         conditional code.
38748 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38750         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38751         slight instruction rearrangements per scrollpipe analysis.
38752         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38754 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38756         * manual/syslog.texi (syslog; vsyslog, closelog):
38757         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38758         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38760         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38761         DSOCAPS to match condition on defining it.
38763 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38765         * sysdeps/unix/sysv/linux/kernel-features.h
38766         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38768         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38769         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38771         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38772         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38774         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38775         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38777         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38778         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38780         * sysdeps/unix/sysv/linux/kernel-features.h
38781         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38782         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38783         unconditional.
38784         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38785         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38786         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38787         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38788         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38789         Make code unconditional.
38790         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38791         (__mmap64) [!__NR_mmap2]: Likewise.
38792         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38793         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38794         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38795         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38796         [__NR_mmap2]: Make code unconditional.
38797         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38798         (__mmap64) [!__NR_mmap2]: Likewise.
38800 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38802         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38804 2012-08-18  Andreas Jaeger  <aj@suse.de>
38806         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38808 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38810         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38811         * include/unistd.h (__have_sock_cloexec): Likewise.
38812         (__have_pipe2): Likewise.
38813         (__have_dup3): Likewise.
38815 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38817         [BZ #9685]
38818         * include/unistd.h (__have_pipe2): Change define into an extern int.
38819         (__have_dup3): Likewise.
38820         * socket/have_sock_cloexec.c: Include fcntl.h.
38821         (__have_pipe2): New variable.
38822         (__have_dup3): Likewise.
38824 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38826         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38828 2012-08-17  Marek Polacek  <polacek@redhat.com>
38830         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38831         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38833 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38835         * configure.in: Add AC_SUBST for sysheaders.
38836         * configure: Regenerated.
38837         * config.make.in (sysheaders): New substituted variable.
38839         * sysdeps/unix/mkfifo.c: Moved ...
38840         * sysdeps/posix/mkfifo.c: ... here.
38841         * sysdeps/unix/mkfifoat.c: Moved ...
38842         * sysdeps/posix/mkfifoat.c: ... here.
38844         * sysdeps/unix/utime.c: Moved ...
38845         * sysdeps/posix/utime.c: ... here.
38847         * sysdeps/unix/time.c: Moved ...
38848         * sysdeps/posix/time.c: ... here.
38849         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38850         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38852         * sysdeps/unix/nice.c: Moved ...
38853         * sysdeps/posix/nice.c: ... here.
38855         * sysdeps/unix/alarm.c: Moved ...
38856         * sysdeps/posix/alarm.c: ... here.
38858         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38860 2012-08-17  Jeff Law <law@redhat.com>
38862         * intl/Makefile (codeset_mo): New variable.
38863         ($(codeset_mo)): New target.
38864         (tst-codeset.out): Depend on that.  Remove explicit rule.
38865         (tst-gettext3.out, tst-gettext5.out): Likewise.
38866         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38867         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38868         * intl/tst-codeset.sh: Remove.
38869         * intl/tst-gettext3.sh: Likewise.
38870         * intl/tst-gettext5.sh: Likewise.
38872 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38874         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38875         * sysdeps/unix/syscalls.list: ... here.
38877         * sysdeps/posix/getaddrinfo.c
38878         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38879         (gaiconf_init, gaiconf_reload): Use them.
38880         [!_STATBUF_ST_NSEC]
38881         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38882         Define using time_t rather than struct timespec.
38884         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38885         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38886         Macros removed.
38887         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38888         [!NO_THREADS].
38889         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38890         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38891         Likewise.
38893         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38894         __libc_cleanup_push argument.
38896         * bits/param.h: New file.
38897         * misc/sys/param.h: New file.
38898         * include/sys/param.h: New file.
38899         * misc/Makefile (headers): Add bits/param.h.
38900         * sysdeps/generic/sys/param.h: File removed.
38901         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38902         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38903         * sysdeps/mach/hurd/bits/param.h: New file.
38904         * sysdeps/mach/hurd/sys/param.h: File removed.
38906         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38907         last change.
38909         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38910         [_IO_MTSAFE_IO].
38911         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38912         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38913         New macros.
38915         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38916         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38917         rather than -D_IO_MTSAFE_IO conditionally.
38918         * stdio-common/Makefile (CPPFLAGS): Likewise.
38919         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38920         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38921         Use $(libio-mtsafe).
38922         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38923         of -D_IO_MTSAFE_IO.
38924         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38925         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38926         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38927         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38928         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38929         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38930         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38931         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38932         (CFLAGS-fread_u_chk.c): Likewise.
38933         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38934         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38935         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38936         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38937         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38938         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38939         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38940         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38941         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38943         * libio/Makefile: Test [$(libc-reentrant) = yes]
38944         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38946         * Makeconfig
38947         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38948         * sysdeps/pthread/configure: File removed.
38949         * sysdeps/pthread/Makeconfig: New file.
38950         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38951         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38953 2012-08-16  Gary Benson  <gbenson@redhat.com>
38955         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38956         unmapping the first object in a namespace.
38958 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38960         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38961         (__internal_setnetgrent): ... this.  Add internal_function to
38962         definition.  Add libc_hidden_def.
38963         (setnetgrent): Update caller.
38964         (internal_endnetgrent): Renamed to ...
38965         (__internal_endnetgrent): ... this.  Add internal_function to
38966         definition.  Add libc_hidden_def.
38967         (endnetgrent): Update caller.
38968         (internal_getnetgrent_r): Renamed to ...
38969         (__internal_getnetgrent_r): ... this.  Add internal_function to
38970         definition.  Add libc_hidden_def.
38971         (__getnetgrent_r): Update caller.
38972         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38974 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38976         * stdlib/longlong.h: Update from GCC.
38978 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38980         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38981         on _QL, which is set by umul_ppmm but never used.
38982         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38983         variables, which are set by GMP macros but never used.
38984         * stdio-common/_itowa.c (_itowa): Likewise.
38985         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38986         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38988 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38990         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38991         struct La_sh_regs is not constant.
38992         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38993         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38994         and struct La_sparc64_regs are not constant.
38996 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38998         * sysdeps/unix/sysv/linux/kernel-features.h
38999         (__ASSUME_POSIX_TIMERS): Remove.
39000         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39001         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39002         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39003         Make code unconditional.
39004         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39005         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39006         Make code unconditional.
39007         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39008         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39009         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39010         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39011         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39012         Make code unconditional.
39013         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39014         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39015         (__libc_missing_posix_timers): Remove.
39017 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39019         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39020         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39022         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39024         * elf/dl-sym.c: Include <stdlib.h>.
39026         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39027         constants, which avoids warnings in 32-bit builds.
39029         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39030         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39032         * misc/lseek.c: File moved to ...
39033         * io/lseek.c: ... here.
39035         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39037         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39038         shifting LEN more than 31 bits at once.
39040 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39042         [BZ #14195]
39043         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39044         segmentation fault for a case of two empty input strings.
39045         * string/test-strncasecmp.c (check1): Renamed to...
39046         (bz12205): ...this.
39047         (bz14195): Add new testcase for two empty input strings and N > 0.
39048         (test_main): Call new testcase, adapt for renamed function.
39050 2012-08-15  Andreas Jaeger  <aj@suse.de>
39052         [BZ #14090]
39053         * crypt/md5test2.c: New test, based on test supplied by Serge
39054         Belyshev <belyshev@depni.sinp.msu.ru>.
39055         * crypt/Makefile (xtests): Add md5test-giant..
39056         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39058 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39060         [BZ #14090]
39061         * crypt/md5.c (md5_process_block): Don't assume the buffer
39062         length is less than 2**32.
39063         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39064         length is less than 2**64.
39066 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39068         * string/str-two-way.h: Include <sys/param.h>.
39069         (MAX): Macro removed.
39071         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39072         Move #define and #undef of memmove to just before and after
39073         including <string.h>.
39075         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39076         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39077         and after including <string.h>.  Move declarations of
39078         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39079         to before #include "string/memmove.c".
39081         * include/dirent.h: Declare __getdirentries.
39083         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39084         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39086 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39088         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39089         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39090         * sysdeps/i386/configure: Regenerated.
39091         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39092         STABS_CURRENT_FILE, and STABS_FUN.
39093         (END): Remove call to STABS_FUN_END.
39094         (STABS_CURRENT_FILE1): Delete.
39095         (STABS_CURRENT_FILE): Likewise.
39096         (STABS_FUN): Likewise.
39097         (STABS_FUN_END): Likewise.
39098         (STABS_FUN2): Likewise.
39099         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39100         * sysdeps/x86_64/configure: Regenerated.
39102 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39104         * elf/dl-open.c: Include <atomic.h>.
39105         * elf/dl-lookup.c: Likewise.
39107 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39109         * sysdeps/unix/sysv/linux/kernel-features.h
39110         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39111         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39112         unconditionally.
39113         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39114         unconditionally.
39115         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39116         condition on __ASSUME_CLONE_THREAD_FLAGS.
39118 2012-08-14  Andreas Jaeger  <aj@suse.de>
39120         * sysdeps/i386/fpu/libm-test-ulps: Update.
39122 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39124         * include/atomic.h (atomic_exchange_and_add): Split into ...
39125         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39126         New atomic macros.
39128 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39130         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39132 2012-08-13  Jeff Law <law@redhat.com>
39134         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39135         null byte in the output string.
39137 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39139         * sysdeps/unix/sysv/linux/kernel-features.h
39140         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39141         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39142         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39143         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39144         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39145         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39146         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39148 2012-08-09  Jeff Law <law@redhat.com>
39150         [BZ #13939]
39151         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39152         When avoid_arena is set, don't retry in the that arena.  Pick the
39153         next one, whatever it might be.
39154         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39155         (arena_lock): Pass in new parameter to arena_get2.
39156         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39157         arena_get2.
39158         (__libc_malloc): Unify retrying after main arena failure with
39159         __libc_memalign version.
39160         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39162 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39164         [BZ #14166]
39165         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39166         to __redirect_strstr.
39167         (__strstr_sse42): Use typeof __redirect_strstr.
39168         (__strstr_ia32): Likewise.
39169         (__libc_strstr): New prototype.
39170         (strstr): Renamed to ...
39171         (__libc_strstr): This.
39172         (strstr): New strong alias of __libc_strstr.
39173         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39174         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39175         __redirect_time.
39176         Include <time.h>.
39177         (__libc_time): New prototype.
39178         (time_ifunc): Replace time with __libc_time.
39179         (time): New strong alias and hidden definition of __libc_time.
39180         (__GI_time): Remove strong alias.
39181         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39182         Include <stddef.h>.
39183         (memmove): Redefined to __redirect_memmove.
39184         (__memmove_sse2): Use typeof __redirect_memmove.
39185         (__memmove_ssse3): Likewise.
39186         (__memmove_ssse3_back): Likewise.
39187         (__libc_memmove): New prototype.
39188         (memmove): Renamed to ...
39189         (__libc_memmove): This.
39190         (memmove): New strong alias of __libc_memmove.
39192 2012-08-08  Mark Salter  <msalter@redhat.com>
39194         * elf/elf.h
39195         (R_MN10300_TLS_GD): Define.
39196         (R_MN10300_TLS_LD): Likewise.
39197         (R_MN10300_TLS_LDO): Likewise.
39198         (R_MN10300_TLS_GOTIE): Likewise.
39199         (R_MN10300_TLS_IE): Likewise.
39200         (R_MN10300_TLS_LE): Likewise.
39201         (R_MN10300_TLS_DTPMOD): Likewise.
39202         (R_MN10300_TLS_DTPOFF): Likewise.
39203         (R_MN10300_TLS_TPOFF): Likewise.
39204         (R_MN10300_SYM_DIFF): Likewise.
39205         (R_MN10300_ALIGN): Likewise.
39206         (R_MN10300_NUM): Update.
39208 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39210         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39211         Remove.
39213 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39215         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39217         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39218         sysdeps/unix -> sysdeps/posix move.
39219         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39221 2012-08-07      Allan McRae     <allan@archlinux.org>
39223         [BZ #14303]
39224         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39225         (SUNOS_CPP): Likewise.
39226         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39227         not found.
39228         (open_input): Call CPP using execvp.
39230 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39232         * sysdeps/unix/sysv/linux/kernel-features.h
39233         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39234         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39235         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39236         (__ASSUME_WAITID_SYSCALL): Likewise.
39237         * sysdeps/unix/sysv/linux/dl-execstack.c
39238         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39239         code unconditional.
39240         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39241         conditional code.
39242         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39243         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39244         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39245         code.
39246         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39247         unconditional.
39248         [__ASSUME_WAITID_SYSCALL]: Likewise.
39249         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39251 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39253         * sysdeps/unix/closedir.c: Renamed to ...
39254         * sysdeps/posix/closedir.c: ... here.
39255         * sysdeps/unix/dirfd.c: Renamed to ...
39256         * sysdeps/posix/dirfd.c: ... here.
39257         * sysdeps/unix/dirstream.h: Renamed to ...
39258         * sysdeps/posix/dirstream.h: ... here.
39259         * sysdeps/unix/fdopendir.c: Renamed to ...
39260         * sysdeps/posix/fdopendir.c: ... here.
39261         * sysdeps/unix/opendir.c: Renamed to ...
39262         * sysdeps/posix/opendir.c: ... here.
39263         * sysdeps/unix/readdir.c: Renamed to ...
39264         * sysdeps/posix/readdir.c: ... here.
39265         * sysdeps/unix/readdir_r.c: Renamed to ...
39266         * sysdeps/posix/readdir_r.c: ... here.
39267         * sysdeps/unix/rewinddir.c: Renamed to ...
39268         * sysdeps/posix/rewinddir.c: ... here.
39269         * sysdeps/unix/seekdir.c: Renamed to ...
39270         * sysdeps/posix/seekdir.c: ... here.
39271         * sysdeps/unix/telldir.c: Renamed to ...
39272         * sysdeps/posix/telldir.c: ... here.
39273         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39274         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39275         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39276         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39278         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39279         * bits/fcntl.h: ... here.
39281         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39282         not 0.
39283         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39284         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39285         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39286         (struct flock): Move l_start, l_len to the beginning.
39287         Use __pid_t for l_pid.
39288         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39289         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39290         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39291         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39292         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39293         [__USE_LARGEFILE64] (struct flock64): New type.
39294         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39296         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39297         * bits/dirent.h: ... here.
39299         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39300         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39302 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39304         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39305         Change from 2.6.0 to 2.6.16.
39306         * sysdeps/unix/sysv/linux/configure: Regenerated.
39307         * sysdeps/unix/sysv/linux/kernel-features.h
39308         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39309         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39310         version.
39311         (__ASSUME_UTIMES): Likewise.
39312         (__ASSUME_CLONE_STOPPED): Remove.
39313         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39314         architectures, not kernel version.
39315         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39316         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39317         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39318         (__ASSUME_WAITID_SYSCALL): Likewise.
39319         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39320         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39321         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39322         refer to older versions.
39324 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39326         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39327         Define alphasort64 as an alias.
39328         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39329         Define versionsort64 as an alias.
39330         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39331         Define scandir64 as an alias.
39332         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39333         Define scandirat64 as an alias.
39334         * dirent/alphasort64.c (alphasort64):
39335         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39336         * dirent/versionsort64.c: Likewise.
39337         * dirent/scandir64.c: Likewise.
39338         * dirent/scandirat64.c: Likewise.
39339         * sysdeps/wordsize-64/alphasort.c: File removed.
39340         * sysdeps/wordsize-64/alphasort64.c: File removed.
39341         * sysdeps/wordsize-64/scandir.c: File removed.
39342         * sysdeps/wordsize-64/scandir64.c: File removed.
39343         * sysdeps/wordsize-64/scandirat.c: File removed.
39344         * sysdeps/wordsize-64/scandirat64.c: File removed.
39345         * sysdeps/wordsize-64/versionsort.c: File removed.
39346         * sysdeps/wordsize-64/versionsort64.c: File removed.
39347         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39348         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39349         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39350         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39351         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39352         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39353         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39354         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39356         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39357         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39358         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39359         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39360         [defined __arch64__ || defined __sparcv9]
39361         (__INO_T_MATCHES_INO64_T): New macro.
39362         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39363         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39364         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39365         * sysdeps/unix/sysv/linux/bits/dirent.h
39366         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39367         (_DIRENT_MATCHES_DIRENT64): New macro.
39369         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39370         Define lockf64 as an alias.
39371         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39372         Define fseeko64 as an alias.
39373         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39374         Define ftello64 as an alias.
39375         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39376         Define _IO_fgetpos64 and fgetpos64 as aliases.
39377         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39378         Define _IO_fsetpos64 and fsetpos64 as aliases.
39379         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39380         Conditionalize body on this.
39381         * libio/fseeko64.c: Likewise.
39382         * libio/ftello64.c: Likewise.
39383         * libio/iofgetpos64.c: Likewise.
39384         * libio/iofsetpos64.c: Likewise.
39385         * sysdeps/wordsize-64/lockf.c: File removed.
39386         * sysdeps/wordsize-64/lockf64.c: File removed.
39387         * sysdeps/wordsize-64/fseeko.c: File removed.
39388         * sysdeps/wordsize-64/fseeko64.c: File removed.
39389         * sysdeps/wordsize-64/ftello.c: File removed.
39390         * sysdeps/wordsize-64/ftello64.c: File removed.
39391         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39392         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39393         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39394         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39395         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39396         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39397         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39398         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39399         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39400         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39401         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39402         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39403         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39404         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39406         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39407         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39408         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39409         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39410         [defined __arch64__ || defined __sparcv9]
39411         (__OFF_T_MATCHES_OFF64_T): New macro.
39412         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39413         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39414         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39415         (__OFF_T_MATCHES_OFF64_T): New macro.
39417 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39419         * stdlib/secure-getenv.c (__secure_getenv): Replace
39420         GLIBC_2_16 with GLIBC_2_17.
39422 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39424         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39425         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39427 2012-08-03  David S. Miller  <davem@davemloft.net>
39429         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39431 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39433         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39434         Remove.
39435         (__ASSUME_CORRECT_SI_PID): Likewise.
39436         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39437         (__ASSUME_TMPFS_NAME): Likewise.
39438         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39439         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39440         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39441         (HAVE_AUX_SECURE): Make definition unconditional.
39442         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39443         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39445 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39447         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39448         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39449         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39450         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39451         __eloop_threshold instead of SYMLOOP_MAX.
39453         * sysdeps/generic/eloop-threshold.h: New file.
39454         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39455         of MAXSYMLINKS.
39456         * elf/chroot_canon.c (chroot_canon): Likewise.
39458 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39460         [BZ #13717]
39461         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39462         Change to 2.6.0 everywhere.
39463         * sysdeps/unix/sysv/linux/configure: Regenerated.
39464         * sysdeps/unix/sysv/linux/kernel-features.h
39465         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39466         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39467         kernel versions.
39468         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39469         (__ASSUME_FUTEX_REQUEUE): Remove.
39470         (__ASSUME_STATFS64): Define unconditionally.
39471         (__ASSUME_AT_SECURE): Likewise.
39472         (__ASSUME_CORRECT_SI_PID): Likewise.
39473         (__ASSUME_TGKILL): Define without depending on kernel version for
39474         i386.
39475         (__ASSUME_UTIMES): Likewise.
39476         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39477         kernel version.
39478         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39479         (__ASSUME_TMPFS_NAME): Likewise.
39480         * README: Update reference to Linux kernel versions.
39482 2012-08-02  Marek Polacek  <polacek@redhat.com>
39484         [BZ# 14150]
39485         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39486         libc_cv_asm_type_prefix with %.
39487         * configure: Regenerated.
39488         * include/libc-symbols.h: Remove comment about
39489         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39490         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39491         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39492         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39493         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39494         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39495         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39496         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39497         * elf/tst-unique2mod1.c: Likewise.
39498         * elf/tst-unique1mod2.c: Likewise.
39499         * elf/tst-unique1mod1.c: Likewise.
39500         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39501         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39502         Replace ASM_TYPE_DIRECTIVE with .type.
39503         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39504         * sysdeps/i386/sysdep.h: Likewise.
39505         * sysdeps/x86_64/sysdep.h: Likewise.
39506         * sysdeps/sh/sysdep.h: Likewise.
39507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39508         Do not define ASM_TYPE_DIRECTIVE.
39509         * sysdeps/powerpc/sysdep.h: Likewise.
39510         * sysdeps/powerpc/powerpc32/sysdep.h:
39511         Replace ASM_TYPE_DIRECTIVE with .type.
39512         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39513         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39514         * sysdeps/i386/fpu/e_powf.S: Likewise.
39515         * sysdeps/i386/fpu/e_expl.S: Likewise.
39516         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39517         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39518         * sysdeps/i386/fpu/e_pow.S: Likewise.
39519         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39520         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39521         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39522         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39523         * sysdeps/i386/fpu/e_log2.S: Likewise.
39524         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39525         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39526         * sysdeps/i386/fpu/e_powl.S: Likewise.
39527         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39528         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39529         * sysdeps/i386/fpu/e_logl.S: Likewise.
39530         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39531         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39532         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39533         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39534         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39535         * sysdeps/i386/fpu/e_log.S: Likewise.
39536         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39537         * sysdeps/i386/fpu/e_logf.S: Likewise.
39538         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39539         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39540         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39541         * sysdeps/i386/fpu/e_log10.S: Likewise.
39542         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39543         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39544         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39545         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39546         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39547         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39548         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39549         * sysdeps/i386/i686/strtok.S: Likewise.
39550         * sysdeps/i386/i386-mcount.S: Likewise.
39551         * sysdeps/i386/strtok.S: Likewise.
39552         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39553         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39554         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39555         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39556         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39557         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39558         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39559         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39560         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39561         * sysdeps/x86_64/_mcount.S: Likewise.
39562         * sysdeps/x86_64/strtok.S: Likewise.
39563         * sysdeps/sh/_mcount.S: Likewise.
39565 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39567         * libio/iofopen.c: Include <fcntl.h>.
39568         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39569         (_IO_fopen64, fopen64): Define as aliases.
39570         * libio/iofopen64.c: Include <fcntl.h>.
39571         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39572         Conditionalize body on this.
39573         * sysdeps/wordsize-64/iofopen.c: File removed.
39574         * sysdeps/wordsize-64/iofopen64.c: File removed.
39576 2012-08-01  Marek Polacek  <polacek@redhat.com>
39578         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39579         Use dlfcn directly instead of a variable.
39580         (binfmt-subdir): Do not define.
39581         (dlfcn): Likewise.
39583 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39585         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39586         Remove all definitions.
39587         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39588         <kernel-features.h>.
39589         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39590         (miss_F_GETOWN_EX): Remove all definitions.
39591         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39592         macro definition.
39593         [!__ASSUME_FCNTL64]: Remove conditional code.
39594         [__ASSUME_FCNTL64]: Make code unconditional.
39595         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39596         <kernel-features.h>.
39597         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39598         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39599         (lockf64) [__NR_fcntl64]: Make code unconditional.
39600         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39602         * sysdeps/unix/sysv/linux/kernel-features.h
39603         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39604         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39605         Make code unconditional.
39606         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39607         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39609         [__NR_vfork]: Make code unconditional.
39610         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39611         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39613         [__NR_vfork]: Make code unconditional.
39614         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39615         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39617 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39619         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39620         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39622         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39623         Define mkstemp64 as an alias.
39624         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39625         Define mkstemps64 as an alias.
39626         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39627         Define mkostemp64 as an alias.
39628         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39629         Define mkostemps64 as an alias.
39630         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39631         Conditionalize body on this.
39632         * misc/mkostemp64.c: Likewise.
39633         * misc/mkostemps64.c: Likewise.
39634         * misc/mkstemps64.c: Likewise.
39635         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39636         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39637         * sysdeps/wordsize-64/mkostemp.c: File removed.
39638         * sysdeps/wordsize-64/mkstemp.c: File removed.
39639         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39640         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39641         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39642         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39644         [BZ #14138]
39645         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39646         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39647         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39648         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39650         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39651         compat_symbol macros from <shlib-compat.h> rather than the underlying
39652         default_symbol_version and symbol_version macros, so that DEFAULT
39653         lines in shlib-versions are respected.
39654         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39656 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39658         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39659         Declare with warn_unused_result.
39660         (setgid, setregid, setegid, setresgid): Likewise.
39661         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39662         Likewise.
39663         * WUR-REPORT: Remove set*id functions.
39665 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39667         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39669 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39671         [BZ #10191]
39672         * include/sys/socket.h (__libc_accept, __libc_accept4):
39673         Add attribute_hidden.
39674         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39676         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39677         use of PTR_MANGLE.
39678         * inet/getnetgrent_r.c (setup): Likewise.
39680         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39682 2012-07-31  David S. Miller  <davem@davemloft.net>
39684         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39686 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39688         [BZ #13629]
39689         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39690         value between 1.0 and 2.0 and smaller part has absolute value less
39691         than 1.0.
39692         * math/s_clog10.c (__clog10): Likewise.
39693         * math/s_clog10f.c (__clog10f): Likewise.
39694         * math/s_clog10l.c (__clog10l): Likewise.
39695         * math/s_clogf.c (__clogf): Likewise.
39696         * math/s_clogl.c (__clogl): Likewise.
39697         * math/libm-test.inc (clog_test): Add more tests.
39698         (clog10_test): Likewise.
39699         * sysdeps/i386/fpu/libm-test-ulps: Update.
39700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39702 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39704         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39705         Exit with zero in case no suitable GID is found, and write a
39706         message to standard error.
39708 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39710         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39711         rather than to 1.
39712         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39713         (MAXPATHLEN): Removed.
39714         (NOGROUP, NODEV): New macros.
39715         (setbit, clrbit, isset, isclr): New macros.
39716         (howmany, roundup, powerof2): New macros.
39717         (DEV_BSIZE): New macro.
39719         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39720         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39722         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39723         definition on [!__NO_LONG_DOUBLE_MATH].
39725         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39726         PTR_MANGLE and PTR_DEMANGLE.
39728         * socket/accept4.c (accept4): Rename to __libc_accept4.
39729         Define accept4 as a weak alias.
39731         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39732         on [_DIRENT_HAVE_D_TYPE].
39733         * io/ftw.c (ftw_dir): Likewise.
39735         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39737         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39739         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39740         Use the BSD numbers rather than the arbitrary ones we had.
39741         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39742         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39743         (SIGXCPU, SIGXFSZ): New macros.
39744         (_NSIG): Now 32.
39746         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39747         initializer on [_LIBC_REENTRANT].
39749         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39750         definitions inside [_POSIX_MAPPED_FILES].
39752         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39754         * dirent/opendir.c: Include <fcntl.h>.
39756         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39757         (__libc_getspecific): Likewise.
39758         (__libc_key_create): Likewise.
39760         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39761         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39762         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39763         (tmpfile64): Define as alias.
39764         * sysdeps/wordsize-64/tmpfile.c: File removed.
39765         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39766         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39767         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39769         * stdio-common/vfscanf.c: Include <stdbool.h>.
39770         * nss/makedb.c: Likewise.
39771         * stdio-common/_i18n_number.h: Likewise.
39772         * argp/argp-help.c: Likewise.
39773         * posix/wordexp.c: Likewise.
39774         * sysdeps/posix/spawni.c: Likewise.
39775         * nss/nss_files/files-initgroups.c: Likewise.
39776         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39777         * nss/nss_files/files-initgroups.c: Likewise.
39778         * nss/nss_db/db-netgrp.c: Likewise.
39779         * nss/nss_db/db-initgroups.c: Likewise.
39780         * io/fchmodat.c: Include <sys/stat.h>.
39782         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39783         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39785         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39786         [HAVE_MMAP].
39788         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39789         Add multiple inclusion protection.
39791 2012-07-27  David S. Miller  <davem@davemloft.net>
39793         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39795 2012-07-27  Gary Benson  <gbenson@redhat.com>
39797         [BZ #14298]
39798         * elf/rtld.c: Include <stap-probe.h>.
39799         (dl_main): Added static probes "init_start" and "init_complete".
39800         * elf/dl-load.c: Include <stap-probe.h>.
39801         (lose): Take new parameter "nsid".
39802         Added static probe "map_failed".
39803         (_dl_map_object_from_fd): Pass namespace id to lose.
39804         Added static probe "map_start".
39805         (open_verify): Pass namespace id to lose.
39806         * elf/dl-open.c: Include <stap-probe.h>.
39807         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39808         and "reloc_complete".
39809         * elf/dl-close.c: Include <stap-probe.h>.
39810         (_dl_close_worker): Added static probes "unmap_start" and
39811         "unmap_complete".
39812         * elf/rtld-debugger-interface.txt: New file documenting the above.
39814 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39816         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39817         rather than a string variable.
39818         * sunrpc/rpc_main.c (h_output): Likewise.
39819         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39821 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39823         * inet/check_native.c: New file.
39825 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39827         [BZ #13629]
39828         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39829         if larger part has absolute value 1.0.
39830         * math/s_clog10.c (__clog10): Likewise.
39831         * math/s_clog10f.c (__clog10f): Likewise.
39832         * math/s_clog10l.c (__clog10l): Likewise.
39833         * math/s_clogf.c (__clogf): Likewise.
39834         * math/s_clogl.c (__clogl): Likewise.
39835         * math/libm-test.inc (clog_test): Add more tests.
39836         (clog10_test): Likewise.
39837         * sysdeps/i386/fpu/libm-test-ulps: Update.
39838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39840         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39841         (pltexit): Likewise.
39842         (La_regs): Likewise.
39843         (La_retval): Likewise.
39844         (int_retval): Likewise.
39845         Update #error for removed macros to refer only to definitions in
39846         tst-audit.h.
39847         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39848         macro.
39849         (pltexit): Likewise.
39850         (La_regs): Likewise.
39851         (La_retval): Likewise.
39852         (int_retval): Likewise.
39853         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39854         macro.
39855         (pltexit): Likewise.
39856         (La_regs): Likewise.
39857         (La_retval): Likewise.
39858         (int_retval): Likewise.
39859         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39860         macro.
39861         (pltexit): Likewise.
39862         (La_regs): Likewise.
39863         (La_retval): Likewise.
39864         (int_retval): Likewise.
39865         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39866         macro.
39867         (pltexit): Likewise.
39868         (La_regs): Likewise.
39869         (La_retval): Likewise.
39870         (int_retval): Likewise.
39871         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39872         macro.
39873         (pltexit): Likewise.
39874         (La_regs): Likewise.
39875         (La_retval): Likewise.
39876         (int_retval): Likewise.
39877         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39878         macro.
39879         (pltexit): Likewise.
39880         (La_regs): Likewise.
39881         (La_retval): Likewise.
39882         (int_retval): Likewise.
39883         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39884         macro definitions in tst-audit.h.
39885         * sysdeps/i386/tst-audit.h: New file.
39886         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39887         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39888         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39889         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39890         * sysdeps/sh/tst-audit.h: Likewise.
39891         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39892         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39893         * sysdeps/x86_64/tst-audit.h: Likewise.
39895 2012-07-26  Andreas Jaeger  <aj@suse.de>
39897         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39898         ptrace.
39900         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39901         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39902         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39903         PTRACE_O_MASK.
39904         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39905         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39906         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39908         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39909         value.
39911         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39912         _sigsys.
39913         (si_call_addr, si_syscall, si_arch): Define new macro.
39914         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39915         _sigsys.
39916         (si_call_addr, si_syscall, si_arch): Define new marcro.
39917         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39918         _sigsys.
39919         (si_call_addr, si_syscall, si_arch): Define new macro.
39920         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39921         _sigsys.
39922         (si_call_addr, si_syscall, si_arch): Define new macro.
39924 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39926         [BZ #13717]
39927         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39928         Change to 2.4.21 where previously 2.4.1.
39929         * sysdeps/unix/sysv/linux/configure: Regenerated.
39930         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39931         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39932         Linux kernel version.
39933         (__ASSUME_STD_AUXV): Remove.
39934         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39935         kernel version.
39936         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39937         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39938         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39939         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39940         (__ASSUME_NETLINK_SUPPORT): Likewise.
39941         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39942         (__no_netlink_support): Remove conditional definition.
39943         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39944         Remove.
39945         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39946         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39947         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39948         (if_nameindex_ioctl): Remove.
39949         (if_nameindex_netlink): Do not handle __no_netlink_support.
39950         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39951         code.
39952         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39953         Remove conditional code.
39954         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39955         code.
39956         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39957         unconditional.
39958         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39959         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39960         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39961         Remove.
39962         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39963         [!__ASSUME_STD_AUXV]: Remove conditional code.
39964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39965         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39966         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39968         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39969         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39970         code.
39971         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39973         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39974         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39975         conditional code.
39976         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39978         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39979         code.
39980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39981         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39982         conditional code.
39983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39984         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39985         code unconditional.
39986         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39987         conditional code.
39988         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39989         unconditional.
39990         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39991         conditional code.
39992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39993         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39994         unconditional.
39995         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39996         conditional code.
39997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39998         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39999         code unconditional.
40000         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40001         conditional code.
40002         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40003         unconditional.
40004         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40005         conditional code.
40006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40007         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40008         code unconditional.
40009         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40010         conditional code.
40011         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40012         unconditional.
40013         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40014         conditional code.
40016 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40018         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40019         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40020         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40021         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40022         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40023         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40024         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40025         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40026         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40027         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40028         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40029         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40030         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40031         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40032         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40033         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40034         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40035         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40036         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40037         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40038         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40039         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40040         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40042 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40044         * Versions.def: Add GLIBC_2.17.
40045         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40046         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40047         Introduce __libc_secure_getenv.
40048         * stdlib/Versions (2.17): Add secure_getenv
40049         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40050         * stdlib/secure-getenv.c: Rename __secure_getenv to
40051         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40052         symbol __secure_getenv for GLIBC_2.0.
40053         * stdlib/tst-secure-getenv.c: New.
40054         * stdlib/Makefile (tests): Add testcase.
40055         * manual/startup.texi (Environment Access): Document
40056         secure_getenv.
40057         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40058         __libc_secure_getenv.
40059         * inet/ruserpass.c (ruserpass): Likewise.
40060         * malloc/mtrace.c (mtrace): Likewise.
40061         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40062         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40063         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40064         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40065         HAVE_SECURE_GETENV.
40066         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40067         __secure_getenv to __libc_secure_getenv.
40068         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40070         Likewise.
40071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40072         Likewise.
40073         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40074         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40075         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40077         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40078         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40079         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40081 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40083         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40084         (struct La_i86_retval): Likewise.
40085         (struct La_x86_64_regs): Likewise.
40086         (struct La_x86_64_retval): Likewise.
40087         (struct La_x32_regs): Likewise.
40088         (struct La_x32_retval): Likewise.
40089         (struct La_ppc32_regs): Likewise.
40090         (struct La_ppc32_retval): Likewise.
40091         (struct La_ppc64_regs): Likewise.
40092         (struct La_ppc64_retval): Likewise.
40093         (struct La_sh_regs): Likewise.
40094         (struct La_sh_retval): Likewise.
40095         (struct La_s390_32_regs): Likewise.
40096         (struct La_s390_32_retval): Likewise.
40097         (struct La_s390_64_regs): Likewise.
40098         (struct La_s390_64_retval): Likewise.
40099         (struct La_sparc32_regs): Likewise.
40100         (struct La_sparc32_retval): Likewise.
40101         (struct La_sparc64_regs): Likewise.
40102         (struct La_sparc64_retval): Likewise.
40103         (struct audit_ifaces): Remove architecture-specific pltenter and
40104         pltexit members.
40105         * sysdeps/i386/ldsodefs.h: New file.
40106         * sysdeps/powerpc/ldsodefs.h: Likewise.
40107         * sysdeps/s390/ldsodefs.h: Likewise.
40108         * sysdeps/sh/ldsodefs.h: Likewise.
40109         * sysdeps/sparc/ldsodefs.h: Likewise.
40110         * sysdeps/x86_64/ldsodefs.h: Likewise.
40112 2012-07-25  Marek Polacek  <polacek@redhat.com>
40114         [BZ #6808]
40115         * math/libm-test.inc (yn_test): Add another test.
40116         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40117         to ERANGE when the result is +-Inf.
40118         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40119         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40120         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40121         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40123 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40125         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40126         equal to 0.
40127         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40128         clock_t.
40129         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40131 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40133         * configure.in <sysdeps resolving>: Correct printing
40134         Implies_before.
40135         * configure: Regenerate.
40137 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40139         * math/w_ilogb.c: Include <limits.h>.
40140         * math/w_ilogbl.c: Likewise.
40142 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40144         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40145         va_copy.  Document allowing for unavailable va_copy only as
40146         pre-C99 compatibility.
40147         * manual/string.texi (Copying and Concatenation): Use va_copy
40148         instead of __va_copy in concat example.
40150 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40152         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40153         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40154         it if not null.
40156         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40157         with O_NOLINK passed to __file_name_lookup.
40159         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40160         with O_NOLINK passed to __file_name_lookup.
40162         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40163         negative N or less than NGIDS.
40165         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40166         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40167         enough.  Use memcpy instead of strncpy.
40169 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40171         * elf/Makefile (check-data): Remove.
40172         (localplt.data): New vpath directive.
40173         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40174         instead of $(check-data).
40175         * scripts/data/localplt-generic.data: Move to ...
40176         * sysdeps/generic/localplt.data: ... here.
40177         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40178         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40179         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40181         ... here.
40182         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40184         ... here.
40185         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40186         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40187         ... here.
40188         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40189         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40190         ... here.
40191         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40192         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40193         ... here.
40194         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40195         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40196         ... here.
40198 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40200         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40201         PPC32 and PPC64 files.
40202         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40203         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40205 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40207         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40208         __makecontext_ret to ...
40209         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40210         ... here and call exit if uc_link is NULL.  New file.
40211         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40212         __makecontext_ret.S.
40213         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40214         __makecontext_ret to ...
40215         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40216         ... here and call exit if uc_link is NULL.  New file.
40217         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40218         __makecontext_ret.S.
40220 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40222         * elf/elf.h (R_390_IRELATIVE): New definition.
40223         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40224         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40225         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40226         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40227         (elf_machine_lazy_rel): Likewise.
40228         * sysdeps/s390/dl-irel.h: New file.
40229         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40230         * sysdeps/s390/s390-64/memset.S: New asm code.
40231         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40232         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40233         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40234         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40235         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40236         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40237         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40238         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40239         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40240         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40241         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40242         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40243         * sysdeps/s390/s390-32/memset.S: New asm code.
40244         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40246 2012-07-17  Marek Polacek  <polacek@redhat.com>
40248         [BZ #14349]
40249         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40250         * sysdeps/s390/s390-64/configure.in: Likewise.
40251         * sysdeps/sparc/configure.in: Likewise.
40252         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40253         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40254         * sysdeps/i386/configure.in: Likewise.
40255         * sysdeps/x86_64/configure.in: Likewise.
40256         * sysdeps/sh/configure.in: Likewise.
40257         * sysdeps/s390/s390-32/configure: Regenerated.
40258         * sysdeps/s390/s390-64/configure: Likewise.
40259         * sysdeps/x86_64/configure: Likewise.
40260         * sysdeps/sh/configure: Likewise.
40261         * sysdeps/powerpc/powerpc64/configure: Likewise.
40262         * sysdeps/powerpc/powerpc32/configure: Likewise.
40263         * sysdeps/sparc/configure: Likwise.
40264         * sysdeps/i386/configure: Likewise.
40266         * elf/dl-open.c: Comment fixes.
40268 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40270         * Makefile [CXX] (check-data): Remove.
40271         [CXX] (c++-types.data): New vpath directive.
40272         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40273         vpath.  Do not allow for C++ type data being missing.
40274         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40275         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40276         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40277         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40278         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40279         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40280         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40282         ... here.
40283         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40285         ... here.
40286         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40288         ... here.
40289         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40290         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40291         ... here.
40292         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40293         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40294         ... here.
40295         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40296         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40297         ... here.
40298         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40299         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40300         ... here.
40301         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40302         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40304         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40305         definitions to architecture-specific files.
40306         (TLS_IE): Likewise.
40307         (TLS_LD): Likewise.
40308         (TLS_GD): Likewise.
40309         * sysdeps/i386/tls-macros.h: New file.
40310         * sysdeps/powerpc/tls-macros.h: Likewise.
40311         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40312         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40313         * sysdeps/sh/tls-macros.h: Likewise.
40314         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40315         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40316         * sysdeps/x86_64/tls-macros.h: Likewise.
40318 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40320         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40321         zero value for regular exit case.
40323         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40324         (__start_context): Preserve zero value for regular exit case.
40326 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40327             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40329         * manual/setjmp.texi (setcontext): Clarify normal process
40330         termination when uc_link is the null pointer.
40331         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40332         exit call.
40334 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40336         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40337         preprocessor.  Test for each exception mask separately.
40339 2012-07-16  Andreas Jaeger  <aj@suse.de>
40341         * po/ru.po: Update from translation team.
40343 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40345         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40346         equal to 0.
40347         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40348         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40349         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40350         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40351         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40353 2012-07-13  Andreas Jaeger  <aj@suse.de>
40355         * po/fr.po: Update from translation team.
40357 2012-07-12  Marek Polacek  <polacek@redhat.com>
40359         [BZ #14173]
40360         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40361         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40362         loop condition.
40364 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40366         [BZ #13717]
40367         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40368         Change to 2.4.1 where previously 2.4.0.
40369         * sysdeps/unix/sysv/linux/configure: Regenerated.
40370         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40371         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40372         version.
40373         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40374         (__ASSUME_AT_CLKTCK): Remove.
40375         (__ASSUME_AT_PAGESIZE): Likewise.
40376         (__ASSUME_AT_XID): Likewise.
40377         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40378         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40379         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40380         unconditionally.
40381         (HAVE_AUX_PAGESIZE): Likewise.
40382         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40383         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40384         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40386 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40388         [BZ #14307]
40389         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40390         the temporary buffer used to invoke __gethostbyname2_r,
40391         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40392         host_data / struct gaih_addrtuple.
40393         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40394         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40395         header file nss/nsswitch.h.
40396         * nss/nsswitch.h (global scope): Add definition of implementation
40397         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40398         resolv/nss_dns/dns-host.c).
40400 2012-07-11  Andreas Jaeger  <aj@suse.de>
40402         * po/fr.po: Update from translation team.
40404         * po/sv.po: Update from translation team
40405         * po/fr.po: Another update from translation team.
40407 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40409         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40410         for subnormals or multiply small sinh result by itself.
40411         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40414 2012-07-11  David S. Miller  <davem@davemloft.net>
40416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40418 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40420         [BZ #14347]
40421         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40422         (INTERNAL_MARK): Shift it here.
40424 2012-07-10  Marek Polacek  <polacek@redhat.com>
40426         [BZ #14151]
40427         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40428         libc_cv_asm_global_directive with .globl.
40429         * configure: Regenerated.
40430         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40431         with .globl.
40432         * sysdeps/i386/configure: Regenerated.
40433         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40434         with .globl.
40435         * sysdeps/x86_64/configure: Regenerated.
40436         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40437         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40438         * elf/tst-unique2mod2.c: Likewise.
40439         * elf/tst-unique2mod1.c: Likewise.
40440         * elf/tst-unique1mod2.c: Likewise.
40441         * elf/tst-unique1mod1.c: Likewise.
40442         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40443         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40444         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40445         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40446         * sysdeps/mach/sysdep.h: Likewise.
40447         * sysdeps/i386/sysdep.h: Likewise.
40448         * sysdeps/i386/i386-mcount.S: Likewise.
40449         * sysdeps/x86_64/_mcount.S: Likewise.
40450         * sysdeps/x86_64/sysdep.h: Likewise.
40451         * sysdeps/sh/_mcount.S: Likewise.
40452         * sysdeps/sh/sysdep.h: Likewise.
40453         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40454         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40455         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40456         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40457         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40458         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40459         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40460         * locale/localeinfo.h: Likewise.
40461         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40462         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40464 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40466         [BZ #14336]
40467         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40468         system".
40469         * manual/message.texi (The Uniforum approach): Likewise.
40470         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40471         (glibc iconv Implementation): Likewise.
40473 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40475         [BZ #14337]
40476         * math/s_clog.c (__clog): Avoid scaling a value down where that
40477         could result in underflow.
40478         * math/s_clog10.c (__clog10): Likewise.
40479         * math/s_clog10f.c (__clog10f): Likewise.
40480         * math/s_clog10l.c (__clog10l): Likewise.
40481         * math/s_clogf.c (__clogf): Likewise.
40482         * math/s_clogl.c (__clogl): Likewise.
40483         * math/libm-test.inc (clog_test): Add more tests.
40484         (clog10_test): Likewise.
40485         * sysdeps/i386/fpu/libm-test-ulps: Update.
40486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40488 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40490         [BZ #14283]
40491         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40492         by 7 not 8 to examine high bit of fractional part.
40494         [BZ #14042]
40495         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40496         for call to __mcount_internal.
40497         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40498         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40499         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40501 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40503         [BZ #14154]
40504         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40505         approximation for values within 0x1p-13f of an odd multiple of
40506         pi/4.
40507         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40508         exception.  Add more tests.
40509         * sysdeps/i386/fpu/libm-test-ulps: Update.
40511         [BZ #6778]
40512         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40513         inputs and return -1 for them.  Do not check for +Inf in case not
40514         reachable for +Inf.
40515         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40516         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40517         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40518         and return -1 for them.  Do not check for +Inf in case not
40519         reachable for +Inf.
40520         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40521         define.
40522         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40523         and return -1 for them.  Do not check for +Inf in case not
40524         reachable for +Inf.
40525         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40526         spurious underflow.
40527         * sysdeps/i386/fpu/libm-test-ulps: Update.
40528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40530 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40532         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40534 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40536         [BZ #14157]
40537         [BZ #14331]
40538         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40539         could result in spurious underflow.  Scale down values above
40540         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40541         * math/s_csqrtf.c (__csqrtf): Likewise.
40542         * math/s_csqrtl.c (__csqrtl): Likewise.
40543         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40544         spurious underflow.
40545         * sysdeps/i386/fpu/libm-test-ulps: Update.
40546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40548 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40550         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40551         xopen-msg.sed.
40552         * catgets/xopen-msg.awk: New file.
40553         * catgets/xopen-msg.sed: Removed.
40555         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40556         po2text.sed.
40557         * intl/po2test.awk: New file.
40558         * intl/po2test.sed: Removed.
40560 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40562         [BZ #14328]
40563         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40564         or multiply small sinh result by itself.
40565         * math/s_ctanf.c (__ctanf): Likewise.
40566         * math/s_ctanh.c (__ctanh): Likewise.
40567         * math/s_ctanhf.c (__ctanhf): Likewise.
40568         * math/s_ctanhl.c (__ctanhl): Likewise.
40569         * math/s_ctanl.c (__ctanl): Likewise.
40570         * math/libm-test.inc (ctan_test_tonearest): New function.
40571         (ctan_test_towardzero): Likewise.
40572         (ctan_test_downward): Likewise.
40573         (ctan_test_upward): Likewise.
40574         (ctanh_test_tonearest): Likewise.
40575         (ctanh_test_towardzero): Likewise.
40576         (ctanh_test_downward): Likewise.
40577         (ctanh_test_upward): Likewise.
40578         (main): Call these new functions.
40579         * sysdeps/i386/fpu/libm-test-ulps: Update.
40580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40582 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40584         * .gitignore: Delete /ports entry.
40586 2012-07-03  Andreas Jaeger  <aj@suse.de>
40588         * po/bg.po: Update from translation team.
40589         * po/cs.po: Likewise.
40590         * po/de.po: Likewise.
40591         * po/hr.po: Likewise.
40592         * po/nl.pl: Likewise.
40593         * po/pl.po: Likewise.
40594         * po/vi.po: Likewise.
40596 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40598         * Makeconfig [!+link] (+link-before-libc): New variable.
40599         [!+link] (+link-after-libc): Likewise.
40600         [!+link] (+link-tests): Likewise.
40601         [!+link] (+link): Define in terms of $(+link-before-libc) and
40602         $(+link-after-libc).
40603         [!+link-static] (+link-static-before-libc): New variable.
40604         [!+link-static] (+link-static-after-libc): Likewise.
40605         [!+link-static] (+link-static-tests): Likewise.
40606         [!+link-static] (+link-static): Define in terms of
40607         $(+link-static-before-libc) and $(+link-static-after-libc).
40608         [build-shared] (link-libc-before-gnulib): New variable.
40609         [build-shared] (link-libc-tests): Likewise.
40610         [build-shared] (link-libc): Define in terms of
40611         $(link-libc-before-gnulib).
40612         [!build-shared] (link-libc-tests): New variable.
40613         (link-libc-static-tests): New variable.
40614         [!gnulib] (gnulib-arch): New variable.
40615         [!gnulib] (gnulib-tests): Likewise.
40616         [!gnulib] (static-gnulib-arch): Likewise.
40617         [!gnulib] (static-gnulib-tests): Likewise.
40618         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40619         Define with "=" instead of ":=".
40620         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40621         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40622         * Rules (binaries-all-notests): New variable.
40623         (binaries-all-tests): Likewise.
40624         (binaries-static-notests): Likewise.
40625         (binaries-static-tests): Likewise.
40626         (binaries-all): Define using $(binaries-all-notests) and
40627         $(binaries-all-tests).
40628         (binaries-static): Define using $(binaries-static-notests) and
40629         $(binaries-static-tests).
40630         (binaries-shared-tests): New variable.
40631         (binaries-shared-notests): Likewise.
40632         (binaries-shared): Remove variable.
40633         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40634         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40635         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40636         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40637         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40638         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40639         * elf/Makefile (sln-modules): New variable.
40640         (extra-objs): Add $(sln-modules:=.o).
40641         (ldconfig-modules): Add static-stubs.
40642         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40643         * elf/static-stubs.c: New file.
40645         [BZ #14283]
40646         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40647         by 7 not 8 to examine high bit of fractional part.  Use volatile
40648         variables when splitting into final array of floats if
40649         __FLT_EVAL_METHOD__ != 0.
40650         * math/libm-test.inc (cos_test): Add another test.
40651         (sin_test): Likewise.
40652         * sysdeps/i386/fpu/libm-test-ulps: Update.
40654         [BZ #14273]
40655         * math/libm-test.inc (cosh_test): Add more tests.
40657         * version.h (RELEASE): Set to "development".
40658         (VERSION): Set to "2.16.90".
40660 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40662         * NEWS: Update copyright. Remove last-updated date.
40663         Mention math library bug fixes and timezone data changes.
40664         * README: Mention GNU/Hurd, x32, and HPPA support status.
40666 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40668         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40670 2012-06-27  Andreas Jaeger  <aj@suse.de>
40672         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40674 2012-06-25  Andreas Jaeger  <aj@suse.de>
40676         * sysdeps/s390/fpu/libm-test-ulps: Update.
40678 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40679             Thomas Schwinge  <thomas@codesourcery.com>
40681         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40682         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40683         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40684         fanotify_mark.
40686 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40688         * sysdeps/mach/start.c: Remove file.
40689         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40690         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40691         * sysdeps/sh/init-first.c: Likewise.
40693         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40694         registers for frame unwinding purposes, add CFI directives.
40695         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40696         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40697         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40698         Likewise.
40700         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40701         __fortify_fail returning.
40702         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40704         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40705         sysdeps/sh/____longjmp_chk.S.
40706         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40707         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40708         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40709         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40711         * sysdeps/sh/abort-instr.h: New file.
40712         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40713         process in case exit returns.
40715         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40716         initialize the GOT register before use.
40718         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40719         calculation of ARGC > 4.
40721         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40722         meaningful names to some local labels.
40724 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40725             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40727         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40728         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40729         (__arch_compare_and_exchange_val_16_acq): Likewise.
40730         (__arch_compare_and_exchange_val_32_acq): Likewise.
40731         (atomic_exchange_and_add): Fix gUSA sequence.
40732         (atomic_add): Likewise.
40733         (atomic_add_negative): Likewise.
40734         (atomic_add_zero): Likewise.
40735         (atomic_bit_test_set): Likewise.
40737 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40739         [BZ #13579]
40740         * include/link.h (struct link_map): Add l_free_initfini.
40741         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40742         l_initfini.
40743         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40744         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40745         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40746         set.
40748 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40750         * configure.in: Use AC_LANG_SOURCE.
40751         * configure: Regenerate.
40753 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40755         * configure.in (libc_cv_localstatedir): New substituted variable.
40756         * configure: Regenerated.
40757         * config.make.in (localstatedir): New variable, substituted from
40758         libc_cv_localstatedir.
40759         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40760         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40761         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40762         * sysdeps/gnu/configure: Regenerated.
40764 2012-06-21  Jeff Law  <law@redhat.com>
40766         [BZ #14277]
40767         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40768         free.  Simplify list management for _LIBC case.
40770 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40772         [BZ #14273]
40773         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40774         Clear sign bit of 64-bit integer value before comparing against
40775         overflow value.
40777         * sysdeps/mach/configure: Regenerated.
40779 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40781         [BZ #14278]
40782         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40784 2012-06-21  Jeff Law  <law@redhat.com>
40786         [BZ #13882]
40787         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40788         uint16_t for elements in the "seen" array to avoid char overflows.
40789         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40790         * elf/dl-open.c (dl_open_worker): Likewise.
40792 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40794         * scripts/list-sources.sh: Scan PORTS for translations.
40795         * po/libc.pot: Regenerated.
40797 2012-06-21  Andreas Jaeger  <aj@suse.de>
40799         [BZ #12194]
40800         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40801         warning.
40802         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40803         * bits/byteswap-16.h (__bswap_16): Likewise.
40804         * bits/byteswap.h (__bswap_constant_16): Likewise.
40806 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40808         [BZ #14117]
40809         * sysdeps/i386/fpu_control.h: Removed.
40810         * sysdeps/x86_64/fpu_control.h: Moved to ...
40811         * sysdeps/x86/fpu_control.h: Here.
40813         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40814         (_FPU_SETCW): Likewise.
40816 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40818         [BZ #14117]
40819         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40820         * sysdeps/x86/fpu/bits/mathinline.h: This.
40821         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40823         [BZ #14050]
40824         [BZ #14117]
40825         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40826         functions if __x86_64__ is defined.
40828 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40830         * string/endian.h: Add !__ASSEMBLER__ condition for including
40831         conversion interfaces.
40833 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40835         [BZ #14241]
40836         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40837         of ABS(x) in calculating zero to negative powers other than odd
40838         integers.
40839         * math/libm-test.inc (pow_test): Add more tests.
40841 2012-06-15  Andreas Jaeger  <aj@suse.de>
40843         * manual/contrib.texi (Contributors): Update entry of Liubov
40844         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40845         Machado Filho.
40847 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40849         * string/string.h: Add __wur to GNU version of strerror_r.
40851 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40853         [BZ #14229]
40854         * string/Makefile (tests): Add tst-strtok_r.
40855         * string/tst-strtok_r.c: New file.
40856         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40857         RAX_LP/RDX_LP on SAVE_PTR.
40859 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40861         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40863 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40865         * libm_test.inc (csqrt_test): Allow more spurious underflow
40866         exceptions.
40867         (j0_test): Likewise.
40868         (j1_test): Likewise.
40869         (y0_test): Likewise.
40870         (y1_test): Likewise.
40872 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40874         * po/Makefile (libc.pot): Use UTF-8 charset.
40876 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40878         [BZ #14210]
40879         Suppress sign-conversion warning from FD_SET.
40880         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40881         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40882         not unsigned long int.
40883         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40885 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40887         [BZ #14050]
40888         [BZ #14117]
40889         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40890         __extern_always_inline instead of __extern_inline.
40891         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40892         (__signbit): Likewise.
40893         (__signbitl): Support C++ namespace.
40894         (lrintf): New inline function.
40895         (lrint): Likewise.
40896         (llrintf): Likewise.
40897         (llrint): Likewise.
40898         (fmaxf): Likewise.
40899         (fmax): Likewise.
40900         (fminf): Likewise.
40901         (fmin): Likewise.
40902         (rint): Likewise.
40903         (rintf): Likewise.
40904         (ceil): Likewise.
40905         (ceilf): Likewise.
40906         (floor): Likewise.
40907         (floorf): Likewise.
40908         (nearbyint): Likewise.
40909         (nearbyintf): Likewise.
40911 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40913         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40914         non-default versions.
40916 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40918         [BZ #14218]
40919         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40921 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40923         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40924         (FE_UPWARD, FE_DOWNWARD): Don't define.
40925         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40926         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40928         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40929         reading it.
40930         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40931         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40933 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40935         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40936         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40937         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40938         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40940 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40942         [BZ #14117]
40943         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40944         * sysdeps/i386/fpu/Implies: New file.
40945         * sysdeps/x86_64/fpu/Implies: Likewise.
40946         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40947         * sysdeps/x86/fpu/bits/fenv.h: This.
40949         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40950         __SSE_MATH__.
40952 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40954         [BZ #14134]
40955         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40956         character 0xffff that matches the last element of the
40957         conversion table.
40959 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40961         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40962         fmodl commit.
40964 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40966         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40967         values higher than 25.6283.
40969 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40971         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40972         subnormal exponent extraction and add some __builtin_expect.
40973         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40974         Fix for subnormal mantissa calculation.
40976 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40978         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40979         cpu2 is -1 and errno is not ENOSYS.
40981 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40983         [BZ #14117]
40984         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40985         * sysdeps/x86/bits/string.h: This.
40986         * sysdeps/x86_64/bits/string.h: Removed.
40988         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40989         if not compiling for x86-64, but compiling for >= i486.
40991         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40992         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40994         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40995         New macro from Linux kernel 3.4.0.
40996         (FP_XSTATE_MAGIC2): Likewise.
40997         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40998         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40999         (struct _fpx_sw_bytes): New struct.
41000         (struct _xsave_hdr): Likewise.
41001         (struct _ymmh_state): Likewise.
41002         (struct _xstate): Likewise.
41004         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41005         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41006         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41007         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41008         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41009         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41011         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41012         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41013         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41014         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41015         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41016         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41018 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41020         [BZ #13743]
41021         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41022         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41023         (sysdep_headers): Include sys/platform/ppc.h.
41024         * sysdeps/powerpc/test-gettimebase.c: Test for
41025         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41026         * manual/Makefile (appendices): Include platform.texi.
41027         * manual/contrib.texi (Contributors): Update @node pointers.
41028         * manual/maint.texi (Maintenance): Likewise.
41029         (Platform): New node.
41030         * manual/platform.texi: New file.  Document the new features.
41032 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41033             Jakub Jelinek  <jakub@redhat.com>
41035         [BZ #14188]
41036         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41037         where __builtin_expect is unavailable.
41039 2012-06-03  David S. Miller  <davem@davemloft.net>
41041         * stdlib/longlong.h: Updated from GCC.
41043 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41045         [BZ #14042]
41046         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41047         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41048         __mcount_internal.
41049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41050         (GLIBC_2.16): Likewise.
41052 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41054         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41056 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41059         (default-abi): New variable.
41060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41061         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41062         variable.
41063         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41064         Likewise.
41065         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41066         Likewise.
41067         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41068         Likewise.
41070         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41071         definition.  Document in comment.
41073 2012-06-01  David S. Miller  <davem@davemloft.net>
41075         * stdlib/longlong.h: Updated from GCC.
41077 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41079         [BZ #14117]
41080         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41081         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41082         sys/debugreg.h sys/io.h here.
41083         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41084         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41085         sys/io.h.
41086         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41087         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41088         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41089         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41090         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41091         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41093         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41094         Define only if __x86_64__ is defined.
41096 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41098         [BZ #14048]
41099         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41100         Use int64_t for variable i.
41101         * math/libm-test.inc (fmod_test): Add more tests.
41103         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41104         z computation is not scheduled after fetestexcept.
41105         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41106         Use math_force_eval instead of asm to ensure calculation scheduled
41107         before exception test.
41108         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41109         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41111 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41113         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41114         computation is not scheduled after fetestexcept.
41116 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41118         [BZ #14117]
41119         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41120         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41122 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41124         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41125         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41127 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41129         [BZ #14117]
41130         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41131         <bits/wordsize.h>.
41132         (__WCHAR_MIN): Support __WORDSIZE == 64.
41133         (__WCHAR_MAX): Likewise.
41135         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41136         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41138         [BZ #14183]
41139         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41140         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41142         [BZ #14117]
41143         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41144         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41146         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41147         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41149         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41150         Defined to 1 if __x86_64__ isn't defined.
41151         (_STAT_VER_LINUX_OLD): New.
41152         (st_atime): Remove duplicate.
41153         (st_mtime): Likewise.
41154         (st_ctime): Likewise.
41156 2012-05-31  David S. Miller  <davem@davemloft.net>
41158         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41159         entries.
41161 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41163         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41164         gen-libm-test.pl.
41166         [BZ #14132]
41167         * elf/dl-reloc.c: Include <_itoa.h>.
41168         (_dl_reloc_bad_type): Remove use of INTUSE.
41169         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41170         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41171         * stdio-common/psiginfo.c (psiginfo): Likewise.
41172         * stdio-common/psignal.c (psignal): Likewise.
41173         * string/strsignal.c (strsignal): Likewise.
41174         * include/signal.h (_sys_siglist): Declare hidden proto.
41175         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41176         INTVARDEF with libc_hidden_data_def.
41177         * stdio-common/itoa-udigits.c: Likewise.
41178         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41179         (_itoa_lower_digits_internal): Remove declaration.
41180         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41181         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41182         (_sys_sigabbrev_internal): Remove aliases.
41183         (_sys_siglist): Define hidden alias.
41185 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41187         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41188         bits/sysctl.h.
41190 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41192         [BZ #14117]
41193         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41194         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41196         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41197         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41198         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41199         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41200         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41201         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41203         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41204         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41205         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41207         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41208         with __addr.
41209         (insw): Likewise.
41210         (insl): Likewise.
41211         (outsb): Likewise.
41212         (outsw): Likewise.
41213         (outsl): Likewise.
41215         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41216         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41217         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41219         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41220         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41221         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41222         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41223         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41224         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41226         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41227         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41229         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41230         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41232         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41233         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41234         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41236         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41237         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41238         to ...
41239         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41241         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41242         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41243         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41245         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41246         for x86-64.
41247         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41249 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41251         * math/math.h (M_El): Use two more decimal places.
41252         (M_LOG2El): Likewise.
41253         (M_LOG10El): Likewise.
41254         (M_LN2l): Likewise.
41255         (M_LN10l): Likewise.
41256         (M_PIl): Likewise.
41257         (M_PI_2l): Likewise.
41258         (M_PI_4l): Likewise.
41259         (M_1_PIl): Likewise.
41260         (M_2_PIl): Likewise.
41261         (M_2_SQRTPIl): Likewise.
41262         (M_SQRT2l): Likewise.
41263         (M_SQRT1_2l): Likewise.
41265 2012-05-31  David S. Miller  <davem@davemloft.net>
41267         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41268         values between float registers.
41269         * sysdeps/sparc/sparc64/memset.S: Likewise.
41270         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41272 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41274         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41275         -D_FORTIFY_SOURCE=1.
41276         (CPPFLAGS-tst-longjmp_chk.c): Define.
41277         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41278         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41279         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41280         CFLAGS-tst-wchar-h.c.
41282 2012-05-31  Marek Polacek  <polacek@redhat.com>
41284         [BZ #14132]
41285         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41286         __endmntent_internal): Remove declaration.
41287         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41288         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41289         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41291 2012-05-30  David S. Miller  <davem@davemloft.net>
41293         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41294         (___Q_simulate_exceptions): Use real FP ops rather than writing
41295         into the %fsr.
41296         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41297         Likewise.
41299 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41301         [BZ #14117]
41302         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41303         * sysdeps/x86/bits/xtitypes.h: This.
41305         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41306         * sysdeps/x86/bits/wordsize.h: This.
41308         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41309         * sysdeps/x86/bits/huge_vall.h: This.
41311         * sysdeps/i386/bits/select.h: Removed.
41312         * sysdeps/x86_64/bits/select.h: Renamed to ...
41313         * sysdeps/x86/bits/select.h: This.
41315         * sysdeps/i386/bits/setjmp.h: Removed.
41316         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41317         * sysdeps/x86/bits/setjmp.h: This.
41319         * sysdeps/i386/bits/mathdef.h: Removed.
41320         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41321         * sysdeps/x86/bits/mathdef.h: This.
41323 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41325         [BZ #14132]
41326         * include/sys/socket.h (__connect_internal)
41327         (__libc_sa_len_internal): Remove declaration.
41328         (__connect, __libc_sa_len): Declare hidden_proto.
41329         (SA_LEN): Remove use of INTUSE.
41330         * socket/connect.c: Add libc_hidden_def.
41331         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41332         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41333         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41334         alias.
41335         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41336         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41337         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41338         of adding _internal alias.
41340 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41342         [BZ #14117]
41343         * sysdeps/i386/bits/link.h: Removed.
41344         * sysdeps/i386/bits/linkmap.h: Likewise.
41345         * sysdeps/x86_64/bits/link.h: Renamed to ...
41346         * sysdeps/x86/bits/link.h: This.
41347         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41348         * sysdeps/x86/bits/linkmap.h: This.
41350         * sysdeps/i386/bits/endian.h: Removed.
41351         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41352         * sysdeps/x86/bits/endian.h: This.
41354         * sysdeps/i386/bits/byteswap.h: Removed.
41355         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41356         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41357         * sysdeps/x86/bits/byteswap.h: This.
41358         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41359         * sysdeps/x86/bits/byteswap-16.h: This.
41360         * sysdeps/i386/Implies: Add x86.
41361         * sysdeps/x86_64/Implies: Likewise.
41363 2012-05-30  David S. Miller  <davem@davemloft.net>
41365         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41366         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41367         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41368         (FP_TRAPPING_EXCEPTIONS): Define.
41369         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41370         (FP_TRAPPING_EXCEPTIONS): Define.
41371         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41372         subnormals only when inexact has been signalled or underflow
41373         exceptions are enabled.
41374         (_FP_PACK_CANONICAL): Likewise.
41376 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41378         [BZ #14183]
41379         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41380         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41382 2012-05-30  Richard Henderson  <rth@twiddle.net>
41384         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41385         with #ifndef NOT_IN_libc.
41387         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41388         marked to avoid plt entry.
41390 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41392         [BZ #14112]
41393         * Makeconfig (default-abi): New macro.
41394         (abi-includes): Likewise.
41395         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41396         $(abi-$(default-abi)-lib-soname) for soname if defined.
41397         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41398         abi-variants.
41399         * Makefile (installed-stubs): Likewise.
41400         * include/stubs-biarch.h: Removed.
41401         * scripts/lib-names.awk: Only handle one library at a time.
41402         * scripts/soversions.awk: Remove WORDSIZE support.
41403         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41404         entries.
41405         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41406         Removed.
41407         (syscall-list-default-condition): Likewise.
41408         (syscall-list-default-condition): Likewise.
41409         (syscall-list-includes): Likewise.
41410         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41411         syscall-list-* with abi-*.  Handle undefined abi-variants.
41412         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41413         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41414         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41415         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41416         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41417         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41418         Removed.
41419         (syscall-list-32-options): Likewise.
41420         (syscall-list-32-condition): Likewise.
41421         (syscall-list-64-options): Likewise.
41422         (syscall-list-64-condition): Likewise.
41423         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41424         macro.
41425         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41426         Renamed to ...
41427         (abi-*): This.
41428         (abi-64-ld-soname): New macro.
41429         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41430         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41431         Renamed to ...
41432         (abi-*): This.
41433         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41434         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41436 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41438         * sysdeps/unix/sysv/linux/kernel-features.h
41439         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41440         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41441         include <kernel-features.h>.
41442         [!__NR_ftruncate64]: Remove conditional code.
41443         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41444         [__NR_ftruncate64]: Make code unconditional.
41445         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41446         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41447         include <kernel-features.h>.
41448         [!__NR_ftruncate64]: Remove conditional code.
41449         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41450         [__NR_ftruncate64]: Make code unconditional.
41451         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41453         include <kernel-features.h>.
41454         [!__NR_ftruncate64]: Remove conditional code.
41455         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41456         [__NR_ftruncate64]: Make code unconditional.
41457         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41459         include <kernel-features.h>.
41460         [!__NR_ftruncate64]: Remove conditional code.
41461         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41462         [__NR_ftruncate64]: Make code unconditional.
41463         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41465         * configure.in (libc_cv_fpie): Weaken to a compile test using
41466         LIBC_TRY_CC_OPTION.
41467         * configure: Regenerated.
41469 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41471         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41472         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41473         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41474         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41475         Refreshed.
41476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41477         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41478         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41479         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41480         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41481         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41482         Refreshed.
41484 2012-05-27  David S. Miller  <davem@davemloft.net>
41486         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41487         (___Q_zero): New.
41488         (__Q_simulate_exceptions): Return void.  Change to simulate
41489         exceptions by writing into the %fsr.
41490         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41491         (__Qp_handle_exceptions): Likewise.
41492         (numbers): Delete.
41493         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41494         __Qp_handle_exceptions.
41495         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41496         __Qp_handle_exceptions.
41497         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41498         as unused and give dummy FP_RND_NEAREST initializer.
41499         (FP_INHIBIT_RESULTS): Define.
41500         (___Q_simulate_exceptions): Update declaration.
41501         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41502         formatting.
41503         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41504         as unused and give dummy FP_RND_NEAREST initializer.
41505         (__Qp_handle_exceptions): Update declaration.
41506         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41507         formatting.
41509 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41511         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41512         the temporary FPU control word.
41513         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41514         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41515         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41516         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41517         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41518         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41519         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41520         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41521         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41522         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41523         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41525 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41527         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41528         fields.
41530 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41532         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41533         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41534         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41535         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41536         Likewise.
41537         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41538         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41539         Likewise.
41541 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41543         * po/h.po: Update from translation team.
41545 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41547         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41549         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41550         handling of denormals.
41551         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41552         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41553         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41554         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41555         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41556         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41557         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41558         Likewise.
41560 2012-05-26  Marek Polacek  <polacek@redhat.com>
41562         [BZ #14152]
41563         * math/libm-test.inc (fma_test): Don't always expect underflow
41564         exception.
41566 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41568         [BZ #12416]
41569         * elf/tst-execstack.c: Include stackinfo.h.
41570         (do_test): Adjust test case to ensure that pthread_getattr_np
41571         behaviour remains the same after marking stack executable.
41573 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41575         * sysdeps/unix/sysv/linux/kernel-features.h
41576         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41577         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41578         kernel-features.h.
41579         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41580         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41581         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41582         kernel-features.h.
41583         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41584         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41586 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41588         * configure.in: Define the default includes to being none.
41589         * configure: Regenerated.
41591 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41593         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41594         * sysdeps/x86_64/setjmp.S: Likewise.
41595         * sysdeps/i386/bsd-setjmp.S: Likewise.
41596         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41597         * sysdeps/i386/setjmp.S: Likewise.
41598         * sysdeps/i386/__longjmp.S: Likewise.
41599         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41600         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41602         * include/stap-probe.h: New file.
41603         * configure.in: Handle --enable-systemtap.
41604         * configure: Regenerated.
41605         * config.h.in (USE_STAP_PROBE): New #undef.
41606         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41607         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41608         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41610 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41612         [BZ #13717]
41613         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41614         to 2.4.0 where earlier.
41615         * sysdeps/unix/sysv/linux/configure: Regenerated.
41616         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41617         <kernel-features.h>.
41618         [__ASSUME_32BITUIDS]: Make code unconditional.
41619         [!__ASSUME_32BITUIDS]: Remove conditional code.
41620         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41621         <kernel-features.h>.
41622         [__ASSUME_32BITUIDS]: Make code unconditional.
41623         [!__ASSUME_32BITUIDS]: Remove conditional code.
41624         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41625         [__ASSUME_32BITUIDS]: Make code unconditional.
41626         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41627         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41628         <kernel-features.h>.
41629         [__ASSUME_32BITUIDS]: Make code unconditional.
41630         [!__ASSUME_32BITUIDS]: Remove conditional code.
41631         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41632         <kernel-features.h>.
41633         [__ASSUME_32BITUIDS]: Make code unconditional.
41634         [!__ASSUME_32BITUIDS]: Remove conditional code.
41635         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41636         <kernel-features.h>.
41637         [__ASSUME_32BITUIDS]: Make code unconditional.
41638         [!__ASSUME_32BITUIDS]: Remove conditional code.
41639         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41640         <kernel-features.h>.
41641         [__ASSUME_32BITUIDS]: Make code unconditional.
41642         [!__ASSUME_32BITUIDS]: Remove conditional code.
41643         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41644         <kernel-features.h>.
41645         [__ASSUME_32BITUIDS]: Make code unconditional.
41646         [!__ASSUME_32BITUIDS]: Remove conditional code.
41647         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41648         <kernel-features.h>.
41649         [__ASSUME_32BITUIDS]: Make code unconditional.
41650         [!__ASSUME_32BITUIDS]: Remove conditional code.
41651         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41652         <kernel-features.h>.
41653         [__ASSUME_32BITUIDS]: Make code unconditional.
41654         [!__ASSUME_32BITUIDS]: Remove conditional code.
41655         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41656         <kernel-features.h>.
41657         [__ASSUME_32BITUIDS]: Make code unconditional.
41658         [!__ASSUME_32BITUIDS]: Remove conditional code.
41659         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41660         <kernel-features.h>.
41661         [__ASSUME_32BITUIDS]: Make code unconditional.
41662         [!__ASSUME_32BITUIDS]: Remove conditional code.
41663         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41664         <kernel-features.h>.
41665         [__ASSUME_32BITUIDS]: Make code unconditional.
41666         [!__ASSUME_32BITUIDS]: Remove conditional code.
41667         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41668         <kernel-features.h>.
41669         [__NR_setresgid] (__setresgid): Do not declare.
41670         [__ASSUME_32BITUIDS]: Make code unconditional.
41671         [!__ASSUME_32BITUIDS]: Remove conditional code.
41672         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41673         <kernel-features.h>.
41674         [__NR_setresuid] (__setresuid): Do not declare.
41675         [__ASSUME_32BITUIDS]: Make code unconditional.
41676         [!__ASSUME_32BITUIDS]: Remove conditional code.
41677         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41678         <kernel-features.h>.
41679         [__ASSUME_32BITUIDS]: Make code unconditional.
41680         [!__ASSUME_32BITUIDS]: Remove conditional code.
41681         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41682         <kernel-features.h>.
41683         [__ASSUME_32BITUIDS]: Make code unconditional.
41684         [!__ASSUME_32BITUIDS]: Remove conditional code.
41685         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41686         <kernel-features.h>.
41687         [__ASSUME_32BITUIDS]: Make code unconditional.
41688         [!__ASSUME_32BITUIDS]: Remove conditional code.
41689         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41690         <kernel-features.h>.
41691         [__ASSUME_32BITUIDS]: Make code unconditional.
41692         [!__ASSUME_32BITUIDS]: Remove conditional code.
41693         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41694         <kernel-features.h>.
41695         [__ASSUME_32BITUIDS]: Make code unconditional.
41696         [!__ASSUME_32BITUIDS]: Remove conditional code.
41697         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41698         <kernel-features.h>.
41699         [__ASSUME_32BITUIDS]: Make code unconditional.
41700         [!__ASSUME_32BITUIDS]: Remove conditional code.
41701         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41702         <kernel-features.h>.
41703         [__ASSUME_32BITUIDS]: Make code unconditional.
41704         [!__ASSUME_32BITUIDS]: Remove conditional code.
41705         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41706         <kernel-features.h>.
41707         [__ASSUME_32BITUIDS]: Make code unconditional.
41708         [!__ASSUME_32BITUIDS]: Remove conditional code.
41709         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41710         <kernel-features.h>.
41711         [__ASSUME_32BITUIDS]: Make code unconditional.
41712         [!__ASSUME_32BITUIDS]: Remove conditional code.
41713         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41714         <kernel-features.h>.
41715         [__ASSUME_32BITUIDS]: Make code unconditional.
41716         [!__ASSUME_32BITUIDS]: Remove conditional code.
41717         * sysdeps/unix/sysv/linux/kernel-features.h
41718         (__ASSUME_SETRESUID_SYSCALL): Remove.
41719         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41720         (__ASSUME_32BITUIDS): Likewise.
41721         (__ASSUME_LDT_WORKS): Likewise.
41722         (__ASSUME_O_DIRECTORY): Likewise.
41723         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41724         architecture but not kernel version.
41725         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41726         (__ASSUME_MMAP2_SYSCALL): Likewise.
41727         (__ASSUME_STAT64_SYSCALL): Likewise.
41728         (__ASSUME_IPC64): Likewise.
41729         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41730         <kernel-features.h>.
41731         [__ASSUME_32BITUIDS]: Make code unconditional.
41732         [!__ASSUME_32BITUIDS]: Remove conditional code.
41733         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41734         <kernel-features.h>.
41735         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41736         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41737         132096]: Remove conditional code.
41738         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41739         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41740         <kernel-features.h>.
41741         [__ASSUME_32BITUIDS]: Make code unconditional.
41742         [!__ASSUME_32BITUIDS]: Remove conditional code.
41743         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41744         <kernel-features.h>.
41745         [__ASSUME_32BITUIDS]: Make code unconditional.
41746         [!__ASSUME_32BITUIDS]: Remove conditional code.
41747         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41748         <kernel-features.h>.
41749         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41750         unconditional.
41751         (__setresgid): Do not declare.
41752         [__ASSUME_32BITUIDS]: Make code unconditional.
41753         [!__ASSUME_32BITUIDS]: Remove conditional code.
41754         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41755         <kernel-features.h>.
41756         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41757         unconditional.
41758         (__setresuid): Do not declare.
41759         [__ASSUME_32BITUIDS]: Make code unconditional.
41760         [!__ASSUME_32BITUIDS]: Remove conditional code.
41761         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41762         <kernel-features.h>.
41763         [__ASSUME_32BITUIDS]: Make code unconditional.
41764         [!__ASSUME_32BITUIDS]: Remove conditional code.
41765         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41766         <kernel-features.h>.
41767         [__ASSUME_32BITUIDS]: Make code unconditional.
41768         [!__ASSUME_32BITUIDS]: Remove conditional code.
41770 2012-05-25  Richard Henderson  <rth@twiddle.net>
41772         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41773         dl_hwcap to ifunc resolver.
41774         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41775         elf_ifunc_invoke.
41776         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41777         dl_hwcap to ifunc resolver.
41778         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41780 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41782         [BZ #14153]
41783         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41784         for |x| <= 2**-26, not 2**-57.
41785         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41786         exception.
41788 2012-05-24  Jeff Law  <law@redhat.com>
41790         * stdio-common/Makefile (tests): Add bug25.
41791         * stdio-common/bug25.c: New test.
41793 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41795         [BZ #13576]
41796         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41797         multiple of MALLOC_ALIGNMENT in size.
41798         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41800 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41802         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41803         Require >= 256.
41804         (FILENAME_MAX): Use macro-int-constant.
41805         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41806         (_IOFBF): Use macro-int-constant.
41807         (_IOLBF): Likewise.
41808         (_IONBF): Likewise.
41809         (SEEK_CUR): Likewise.
41810         (SEEK_END): Likewise.
41811         (SEEK_SET): Likewise.
41812         (TMP_MAX): Likewise.
41813         (EOF): Use macro-int-constant.  Require < 0.
41814         (NULL): Use macro-constant.  Require == 0.
41815         (stdin): Require type to be FILE *.
41816         (stdout): Likewise.
41817         (stderr): Likewise.
41818         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41819         macro-int-constant.
41820         (EXIT_SUCCESS): Likewise.
41821         (NULL): Use macro-constant.  Require == 0.
41822         (RAND_MAX): Use macro-int-constant.
41823         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41824         [C99-based standards] (strtof): Require function.
41825         [C99-based standards] (strtold): Likewise.
41826         [C99-based standards] (strtoll): Likewise.
41827         [C99-based standards] (strtoull): Likewise.
41828         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41829         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41830         [ISO || ISO99 || ISO11] (math.h): Likewise.
41831         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41832         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41833         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41835 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41837         [BZ #14132]
41838         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41839         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41840         * intl/dgettext.c (DCGETTEXT): Likewise.
41841         * intl/gettext.c (DCGETTEXT): Likewise.
41842         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41843         * posix/regex_internal.h (gettext): Likewise.
41844         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41845         Remove declaration.
41846         * include/argz.h (__argz_count_internal)
41847         (__argz_stringify_internal): Remove declaration.
41848         (__argz_count, __argz_stringify): Declare hidden proto.
41849         * intl/dcgettext.c: Remove use of INTDEF.
41850         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41851         * string/argz-stringify.c: Likewise.
41852         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41853         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41854         Declare hidden proto.
41855         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41856         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41857         Declare hidden proto.
41858         * include/stdio.h (__asprintf_internal): Don't declare.
41859         (__asprintf): Don't define as macro.  Declare hidden proto.
41860         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41861         (__fsetlocking): Declare hidden proto.
41862         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41863         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41864         hidden proto.
41865         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41866         (_IO_setlinebuf): Remove use of INTUSE.
41867         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41868         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41869         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41870         Remove declaration.
41871         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41872         (_IO_do_flush): Remove use of INTUSE.
41873         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41874         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41875         (_IO_adjust_column, _IO_least_wmarker)
41876         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41877         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41878         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41879         (_IO_default_doallocate, _IO_wdefault_doallocate)
41880         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41881         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41882         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41883         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41884         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41885         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41886         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41887         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41888         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41889         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41890         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41891         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41892         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41893         proto.
41894         (_IO_flush_all_internal, _IO_adjust_column_internal)
41895         (_IO_default_uflow_internal, _IO_default_finish_internal)
41896         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41897         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41898         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41899         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41900         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41901         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41902         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41903         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41904         (_IO_file_close_internal, _IO_file_close_it_internal)
41905         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41906         (_IO_file_init_internal, _IO_file_attach_internal)
41907         (_IO_file_fopen_internal, _IO_file_read_internal)
41908         (_IO_file_sync_internal, _IO_file_seek_internal)
41909         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41910         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41911         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41912         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41913         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41914         (_IO_list_all_internal, _IO_link_in_internal)
41915         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41916         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41917         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41918         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41919         (_IO_do_write_internal, _IO_padn_internal)
41920         (_IO_getline_info_internal, _IO_getline_internal)
41921         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41922         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41923         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41924         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41925         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41926         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41927         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41928         with libc_hidden_ver, remove use of INTUSE.
41929         * libio/genops.c: Likewise.
41930         * libio/freopen.c: Likewise.
41931         * libio/freopen64.c: Likewise.
41932         * libio/iofclose.c: Likewise.
41933         * libio/iofdopen.c: Likewise.
41934         * libio/iofflush.c: Likewise.
41935         * libio/iofflush_u.c: Likewise.
41936         * libio/iofgets.c: Likewise.
41937         * libio/iofgets_u.c: Likewise.
41938         * libio/iofopen.c: Likewise.
41939         * libio/iofopncook.c: Likewise.
41940         * libio/iofread.c: Likewise.
41941         * libio/iofread_u.c: Likewise.
41942         * libio/ioftell.c: Likewise.
41943         * libio/iofwrite.c: Likewise.
41944         * libio/iogetline.c: Likewise.
41945         * libio/iogets.c: Likewise.
41946         * libio/iogetwline.c: Likewise.
41947         * libio/iopadn.c: Likewise.
41948         * libio/iopopen.c: Likewise.
41949         * libio/ioseekoff.c: Likewise.
41950         * libio/ioseekpos.c: Likewise.
41951         * libio/iosetbuffer.c: Likewise.
41952         * libio/iosetvbuf.c: Likewise.
41953         * libio/ioungetc.c: Likewise.
41954         * libio/ioungetwc.c: Likewise.
41955         * libio/iovdprintf.c: Likewise.
41956         * libio/iovsprintf.c: Likewise.
41957         * libio/iovsscanf.c: Likewise.
41958         * libio/memstream.c: Likewise.
41959         * libio/obprintf.c: Likewise.
41960         * libio/oldfileops.c: Likewise.
41961         * libio/oldiofclose.c: Likewise.
41962         * libio/oldiofdopen.c: Likewise.
41963         * libio/oldiofopen.c: Likewise.
41964         * libio/oldiopopen.c: Likewise.
41965         * libio/oldstdfiles.c: Likewise.
41966         * libio/putc.c: Likewise.
41967         * libio/setbuf.c: Likewise.
41968         * libio/setlinebuf.c: Likewise.
41969         * libio/stdfiles.c: Likewise.
41970         * libio/strops.c: Likewise.
41971         * libio/vasprintf.c: Likewise.
41972         * libio/vscanf.c: Likewise.
41973         * libio/vsnprintf.c: Likewise.
41974         * libio/vswprintf.c: Likewise.
41975         * libio/wfiledoalloc.c: Likewise.
41976         * libio/wfileops.c: Likewise.
41977         * libio/wgenops.c: Likewise.
41978         * libio/wmemstream.c: Likewise.
41979         * libio/wstrops.c: Likewise.
41980         * libio/__fpurge.c: Likewise.
41981         * libio/__fsetlocking.c: Likewise.
41982         * assert/assert.c: Likewise.
41983         * debug/fgets_chk.c: Likewise.
41984         * debug/fgets_u_chk.c: Likewise.
41985         * debug/fread_chk.c: Likewise.
41986         * debug/fread_u_chk.c: Likewise.
41987         * debug/gets_chk.c: Likewise.
41988         * debug/obprintf_chk.c: Likewise.
41989         * debug/vasprintf_chk.c: Likewise.
41990         * debug/vdprintf_chk.c: Likewise.
41991         * debug/vsnprintf_chk.c: Likewise.
41992         * debug/vsprintf_chk.c: Likewise.
41993         * malloc/mtrace.c: Likewise.
41994         * misc/error.c: Likewise.
41995         * misc/syslog.c: Likewise.
41996         * stdio-common/asprintf.c: Likewise.
41997         * stdio-common/fxprintf.c: Likewise.
41998         * stdio-common/getw.c: Likewise.
41999         * stdio-common/isoc99_fscanf.c: Likewise.
42000         * stdio-common/isoc99_scanf.c: Likewise.
42001         * stdio-common/isoc99_vfscanf.c: Likewise.
42002         * stdio-common/isoc99_vscanf.c: Likewise.
42003         * stdio-common/isoc99_vsscanf.c: Likewise.
42004         * stdio-common/printf-prs.c: Likewise.
42005         * stdio-common/printf_fp.c: Likewise.
42006         * stdio-common/printf_fphex.c: Likewise.
42007         * stdio-common/printf_size.c: Likewise.
42008         * stdio-common/putw.c: Likewise.
42009         * stdio-common/scanf.c: Likewise.
42010         * stdio-common/sprintf.c: Likewise.
42011         * stdio-common/tmpfile.c: Likewise.
42012         * stdio-common/vfprintf.c: Likewise.
42013         * stdio-common/vfscanf.c: Likewise.
42014         * stdlib/strfmon_l.c: Likewise.
42015         * sunrpc/openchild.c: Likewise.
42016         * sunrpc/xdr_stdio.c: Likewise.
42017         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42018         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42020 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42022         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42024         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42025         in the third column, to generate for the shared library an IFUNC
42026         that uses _dl_vdso_vsym.
42027         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42028         * Makeconfig (object-suffixes-noshared): New variable.
42030         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42031         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42032         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42033         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42035         [BZ #14132]
42036         * include/sys/time.h (__gettimeofday): Remove macro.
42037         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42038         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42039         Remove INTDEF.
42040         (__gettimeofday): Add libc_hidden_def.
42041         (gettimeofday): Add libc_hidden_weak.
42042         * sysdeps/mach/gettimeofday.c: Likewise.
42043         * sysdeps/posix/gettimeofday.c: Likewise.
42044         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42045         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42046         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42047         (__gettimeofday_internal): Remove strong_alias.
42048         (__gettimeofday): Add libc_hidden_def.
42049         (gettimeofday): Add libc_hidden_weak.
42050         * sysdeps/unix/syscalls.list (gettimeofday):
42051         Remove __gettimeofday_internal alias.
42053 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42054             H.J. Lu  <hongjiu.lu@intel.com>
42056         [BZ #12495]
42057         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42058         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42059         (largebin_index_32_big): New.
42060         (largebin_index): Use it for 16-byte alignment.
42061         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42062         correction with front_misalign.
42064 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42066         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42068         Likewise.
42069         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42070         Likewise.
42071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42072         Likewise.
42073         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42074         Likewise.
42075         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42076         Likewise.
42077         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42078         Likewise.
42079         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42080         Likewise.
42081         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42082         Likewise.
42083         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42084         Likewise.
42085         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42086         Likewise.
42087         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42088         Likewise.
42089         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42090         Likewise.
42092         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42093         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42095 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42097         [BZ #10846]
42098         [BZ #14036]
42099         * math/libm-test.inc (exp_test): Add test from bug 14036.
42100         (pow_test): Add test from bug 10846.
42102         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42103         and other flags.
42104         (special_function): Do not include flags in test name.
42105         (parse_args): Likewise.
42106         * sysdeps/i386/fpu/libm-test-ulps: Update.
42107         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42108         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42109         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42112         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42113         exceptions.
42114         * math/libm-test.inc ("Philosophy"): Update comment about
42115         exception testing.
42116         (UNDERFLOW_EXCEPTION): New macro.
42117         (UNDERFLOW_EXCEPTION_OK): Likewise.
42118         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42119         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42120         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42121         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42122         (INVALID_EXCEPTION_OK): Update value.
42123         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42124         (OVERFLOW_EXCEPTION_OK): Likewise.
42125         (IGNORE_ZERO_INF_SIGN): Likewise.
42126         (test_exceptions): Handle underflow exceptions.
42127         (acos_test): Update for underflow exception expectations.
42128         (cexp_test): Likewise.
42129         (clog_test): Likewise.
42130         (clog10_test): Likewise.
42131         (csqrt_test): Likewise.
42132         (ctan_test): Likewise.
42133         (ctanh_test): Likewise.
42134         (exp_test): Likewise.
42135         (exp10_test): Likewise.
42136         (exp2_test): Likewise.
42137         (expm1_test): Likewise.
42138         (fma_test): Likewise.
42139         (j0_test): Likewise.
42140         (jn_test): Likewise.
42141         (nexttoward_test): Likewise.
42142         (pow_test): Likewise.
42143         (scalbn_test): Likewise.
42144         (scalbln_test): Likewise.
42145         (tan_test): Likewise.
42146         (y1_test): Likewise.
42147         * sysdeps/i386/fpu/libm-test-ulps: Update.
42148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42150 2012-05-23  David S. Miller  <davem@davemloft.net>
42152         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42153         (__libc_sigaction): Remove unused local variables.
42155 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42157         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42159 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42161         mktime: avoid signed integer overflow
42162         * time/mktime.c (__mktime_internal): Do not mishandle the case
42163         where diff == INT_MIN.
42165         mktime: simplify computation of average
42166         * time/mktime.c (ranged_convert): Use new time_t_avg function
42167         instead of rolling our own (probably-slower) code.
42169         mktime: do not assume signed right shift propagates sign bit
42170         * time/mktime.c (isdst_differ): New static function.
42171         (__mktime_internal): No need to normalize tm_isdst now.
42172         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42173         tm_isdst values.
42175         mktime: merge another wrapv change from gnulib
42176         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42177         from some compilers.
42179         mktime: remove incorrect attempt at unusual arithmetics
42180         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42181         The code didn't really work on such machines anyway.
42182         (TYPE_MINIMUM): Assume two's complement.
42183         (twos_complement_arithmetic): Verify that long_int and time_t
42184         are two's complement (or unsigned, in the latter case).
42186         mktime: check signed shifts on long_int and time_t, too
42187         * time/mktime.c (SHR): Check that shifts work as desired
42188         on the types long_int and time_t too, as SHR is used on
42189         such types.
42191         mktime: do not assume 'long' is wide enough
42192         * time/mktime.c (verify): Move decl up.
42193         (long_int): New type.
42194         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42195         to remove assumption in the code that 'long' is wide enough to
42196         store year values.  This assumption is not true on x32 and on
42197         some non-glibc platforms.
42199         mktime: merge wrapv change from gnulib
42200         * time/mktime.c (WRAPV): New macro.
42201         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42202         (guess_time_tm, __mktime_internal): Do not assume that signed
42203         integer overflow wraps around; modern compilers generate code
42204         where this assumption is no longer valid.
42206 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42208         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42209         Replace "jmp L(pseudo_end)" with "ret".
42210         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42211         Likewise.
42213 2012-05-23  Andreas Jaeger  <aj@suse.de>
42215         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42216         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42218 2012-05-23  Andreas Jaeger  <aj@suse.de>
42219             Maximilian Attems  <max@stro.at>
42221         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42222         New macros.
42224 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42226         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42227         code so that pseudo_end is just ret and the stack pointer is
42228         correct also for static library in error case.
42230 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42232         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42233         move to syscalls.list.
42234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42239         * manual/install.texi (Running make install): Do not mention Linux
42240         kernel version for which pt_chown is not needed.
42241         (Linux): Do not mention problems with nscd with 2.0 kernels.
42242         * INSTALL: Regenerated.
42244 2012-05-23  Andreas Jaeger  <aj@suse.de>
42246         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42247         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42248         macro.
42249         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42250         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42251         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42252         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42253         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42254         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42255         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42256         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42257         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42258         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42259         * sysdeps/unix/sysv/linux/bits/in.h
42260         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42262 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42264         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42265         (PREPARE_VERSION): Just use assert instead, it will be elided
42266         under [NDEBUG] anyway.
42268 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42270         * sysdeps/unix/sysv/linux/Makefile: Include
42271         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42272         (sysdep_routines): Remove sysctl.
42273         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42274         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42275         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42276         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42277         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42279 2012-05-22  Andreas Jaeger  <aj@suse.de>
42281         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42282         that pseudo_end is just ret and the stack pointer is correct also
42283         for static library in error case.
42285 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42287         [BZ #14122]
42288         * nss/nsswitch.c (defconfig_entries): New variable.
42289         (__nss_database_lookup): Don't leak defconfig entries.
42290         (nss_parse_service_list): Don't leak on error paths.
42291         (free_database_entries): New function.
42292         (free_defconfig): New function.
42293         (free_mem): Move common code to free_database_entries.
42295 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42297         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42298         Add arch_prctl.
42299         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42301         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42302         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42303         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42304         New macro.
42305         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42306         (INTERNAL_SYSCALL_TYPES): Likewise.
42307         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42308         (LOAD_REGS_TYPES_[1-6]): Likewise.
42309         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42310         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42312 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42314         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42315         copysignl for GLIBC_2_0.
42316         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42317         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42318         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42319         logbl for GLIBC_2_0.
42320         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42321         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42323 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42325         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42326         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42328         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42329         Use "neg %eax".
42331         * time/mktime.c: Update copyright years.
42333 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42335         mktime: merge comment-quoting-style change from gnulib
42336         * time/mktime.c: Quote 'like this' in comments.
42337         The GNU coding standards suggest that we no longer quote `like this',
42338         as "`" and "'" are typically rendered asymmetrically nowadays.
42339         The typical gnulib style is to quote 'like this' when quoting
42340         code, and "like this" when quoting English.
42342         * time/mktime.c (compile-command): Add "-I.".
42344         mktime: merge mktime-internal.h change from gnulib
42345         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42347         mktime: merge time_r change from gnulib
42348         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42350         mktime: merge DEBUG change from gnulib
42351         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42352         case system <time.h> has a #define.
42354         mktime: merge <sys/types.h> change from gnulib
42355         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42356         since <time.t> is now guaranteed to define time_t.
42358         mktime: merge HAVE_CONFIG_H change from gnulib
42359         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42361 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42363         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42364         Use "neg %eax".
42366         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42367         __rlim_t cast.
42368         (struct rusage): Use anonymous union to pad each field to
42369         __syscall_slong_t.
42371 2012-05-21  David S. Miller  <davem@davemloft.net>
42373         * Makefules (o-iterator): Remove .s cases.
42374         (compile-command.s): Delete.
42375         (COMPILE.s): Delete.
42376         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42378 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42380         * configure.in (libc_cv_predef_stack_protector): Only consider
42381         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42382         * configure: Regenerated.
42384 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42386         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42387         New macro.  Use R*LP on int and pointer.
42388         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42389         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42390         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42391         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42393         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42394         [__WORDSIZE_TIME64_COMPAT32] instead of
42395         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42396         (struct utmp): Likewise.
42397         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42398         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42399         Renamed to ...
42400         (__WORDSIZE_TIME64_COMPAT32): This.
42401         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42402         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42403         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42404         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42405         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42406         (__WORDSIZE_TIME64_COMPAT32): New macro.
42408 2012-05-21  Andreas Jaeger  <aj@suse.de>
42410         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42411         only if [SHARED]. Add prototype for __wcschr_ia32.
42413 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42415         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42416         of %rbp unmolested in the jmp_buf while mangling the low bits.
42417         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42418         unmolested high bits of %rbp while demangling the low bits.
42419         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42421 2012-05-21  Andreas Jaeger  <aj@suse.de>
42423         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42424         * sunrpc/svc_simple.c: Use it for registerrpc.
42425         * sunrpc/xcrypt.c: Use it for passwd2des.
42427         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42429 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42431         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42432         Don't define if [__SYSCALL_WORDSIZE != 32].
42433         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42434         New macro.
42436 2012-05-21  Bruno Haible  <bruno@clisp.org>
42437             Andreas Jaeger  <aj@suse.de>
42439         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42440         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42441         inptr and inend for must_buffer_ch.
42442         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42443         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42444         * stdio-common/Makefile (tests): Remove bug15.
42445         (bug15-ENV): Remove macro.
42446         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42447         anymore.
42449 2012-05-19  Andreas Jaeger  <aj@suse.de>
42450             Roland McGrath  <roland@hack.frob.com>
42452         * manual/contrib.texi: Completely rewritten. It contains now an
42453         alphabetical list of contributors and their contributions.
42455 2012-05-21  Richard Henderson  <rth@twiddle.net>
42457         * misc/getauxval.c (__getauxval): Use unsigned long int.
42458         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42459         (getauxval): Use unsigned long int.
42461 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42463         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42465 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42467         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42468         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42469         __alignof__ (long double).
42471 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42473         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42475 2012-05-20  Richard Henderson  <rth@twiddle.net>
42477         * misc/getauxval.c: New file.
42478         * misc/sys/auxv.h: New file.
42479         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42480         (routines): Add getauxval.
42481         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42482         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42483         * elf/dl-sysdep.c (_dl_auxv): Remove.
42484         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42485         * elf/dl-support.c (_dl_auxv): New variable.
42486         (_dl_aux_init): Initialize it.
42487         * manual/startup.texi (Auxiliary Vector): New node.
42488         * sysdeps/generic/bits/hwcap.h: New file.
42489         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42490         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42491         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42492         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42493         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42494         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42496         Update.
42497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42498         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42499         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42500         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42501         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42502         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42503         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42504         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42506 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42508         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42510 2012-05-19  David S. Miller  <davem@davemloft.net>
42512         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42514 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42516         [BZ #14123]
42517         * math/s_ccosh.c: Include <float.h>
42518         (__ccosh): Avoid internal overflow calculating sinh and cosh
42519         values before multiplying by sin and cos values.
42520         * math/s_ccoshf.c: Likewise.
42521         * math/s_ccoshl.c: Likewise.
42522         * math/s_csin.c: Likewise.
42523         * math/s_csinf.c: Likewise.
42524         * math/s_csinl.c: Likewise.
42525         * math/s_csinh.c: Likewise.
42526         * math/s_csinhf.c: Likewise.
42527         * math/s_csinhl.c: Likewise.
42528         * math/libm-test.inc (ccos_test): Add more tests.
42529         (ccosh_test): Likewise.
42530         (csin_test): Likewise.
42531         (csinh_test): Likewise.
42532         * sysdeps/i386/fpu/libm-test-ulps: Update.
42533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42535 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42537         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42538         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42540         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42542 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42544         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42545         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42546         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42547         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42548         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42549         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42550         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42551         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42552         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42553         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42554         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42555         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42556         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42557         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42558         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42559         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42560         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42561         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42562         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42563         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42564         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42565         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42566         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42567         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42568         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42569         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42570         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42571         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42572         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42573         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42574         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42576 2012-05-18  Andreas Jaeger  <aj@suse.de>
42578         * csu/.gitignore: Delete.
42580 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42582         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42583         (timex): Use __syscall_slong_t.
42585 2012-05-18  Andreas Jaeger  <aj@suse.de>
42586             Carlos O'Donell  <carlos_odonell@mentor.com>
42588         * manual/install.texi (Configuring and compiling): Update
42589         description about files modified in the source directory.
42590         * INSTALL: Regenerated.
42592 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42594         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42595         value.  Use "or" to set return value to -1.
42596         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42597         negate return value.
42599 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42601         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42602         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42603         failure if the compiler has Graphite support disabled.
42604         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42605         Likewise.
42606         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42607         (CFLAGS-memmove.c): Likewise.
42608         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42609         Likewise.
42611 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42613         * sysdeps/x86_64/x32/_itoa.h: New file.
42615         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42616         getdents system call only if kernel and user dirents have the
42617         same d_ino and d_off.
42619         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42620         LLONG_MAX != LONG_MAX.
42621         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42622         (_fitoa_word): Likewise.
42624         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42625         years.
42626         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42627         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42628         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42630         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42631         include <bits/wordsize.h>.  Check __x86_64__ instead of
42632         __WORDSIZE.
42633         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42634         if __x86_64__ is defined.  Use anonymous union on fpstate.
42636         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42637         anonymous union.
42639 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42641         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42642         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42643         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42644         Refer to _rtld_local_ro instead of _rtld_global_ro.
42645         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42646         Likewise.
42647         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42648         Likewise.
42649         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42650         Likewise.
42651         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42652         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42653         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42655         * sysdeps/powerpc/powerpc32/dl-machine.c
42656         (__elf_machine_runtime_setup) [PROF]: Don't reference
42657         _dl_prof_resolve.
42659 2012-05-18  Andreas Jaeger  <aj@suse.de>
42661         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42662         function only available for GCCs before 3.4 since GCC 3.4
42663         introduced a builtin.
42664         (lrint): Likewise.
42665         (llrintf): Likewise.
42666         (llrint): Likewise.
42667         (fmaxf): Likewise.
42668         (fmax): Likewise.
42669         (fminf): Likewise.
42670         (fmin): Likewise.
42671         (rint): Likewise.
42672         (rintf): Likewise.
42673         (nearbyint): Likewise.
42674         (nearbyintf): Likewise.
42675         (ceil): Likewise.
42676         (ceilf): Likewise.
42677         (floor): Likewise.
42678         (floorf): Likewise.
42680 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42682         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42683         on both fields and cast pointer to __syscall_ulong_t.
42685         * bits/types.h (__fsword_t): New type.
42686         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42687         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42688         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42689         (__FSWORD_T_TYPE): Likewise.
42690         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42691         (__FSWORD_T_TYPE): Likewise.
42692         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42693         (__FSWORD_T_TYPE): Likewise.
42694         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42695         (__FSWORD_T_TYPE): Likewise.
42696         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42697         __SWORD_TYPE with __fsword_t.
42698         (statfs64): Likewise.
42700 2012-05-17  David S. Miller  <davem@davemloft.net>
42702         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42704 2012-05-17  Andreas Jaeger  <aj@suse.de>
42706         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42707         warning.
42709 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42711         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42713 2012-05-17  Andreas Jaeger  <aj@suse.de>
42715         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42716         when it is used.
42718 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42720         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42722 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42724         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42725         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42727 2012-05-17  Andreas Jaeger  <aj@suse.de>
42728             Carlos O'Donell  <carlos_odonell@mentor.com>
42730         [BZ #14059]
42731         * sysdeps/x86_64/multiarch/init-arch.h
42732         (bit_YMM_Usable): Rename to...
42733         (bit_AVX_Usable): ... this.
42734         (bit_FMA4_Usable): New macro.
42735         (bit_XMM_state): New macro.
42736         (bit_YMM_state): New macro.
42737         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42738         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42739         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42740         (CPUID_OSXSAVE): New macro.
42741         (CPUID_AVX): New macro.
42742         (CPUID_FMA4): New macro.
42743         (index_YMM_Usable): Rename to...
42744         (index_AVX_Usable): ... this.
42745         (HAS_AVX): Use HAS_ARCH_FEATURE.
42746         (HAS_FMA4): Likewise.
42747         (HAS_YMM_USABLE): Remove.
42748         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42749         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42750         are present.
42751         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42752         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42753         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42754         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42755         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42757 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42759         * math/libm-test.c: Support platforms without multiple rounding modes.
42760         * math/bug-nextafter.c: Support platforms without FP exceptions.
42761         * math/bug-nexttoward.c: Likewise.
42762         * math/test-fenv.c: Likewise.
42763         * math/test-misc.c: Likewise.
42764         * stdlib/bug-getcontext.c: Likewise.
42766 2012-05-17  Andreas Jaeger  <aj@suse.de>
42768         * manual/examples/search.c (critter_cmp): Change signature to
42769         avoid warnings.
42770         * manual/string.texi (Collation Functions): Likewise.
42772 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42774         * bits/types.h: Fold copyright years.
42775         * bits/typesizes.h: Likewise.
42776         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42777         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42778         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42779         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42780         * time/time.h: Likewise.
42782 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42784         [BZ #208]
42785         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42786         in instead of returning them.  Return void.
42787         (__libc_mallinfo): Accumulate over all arenas.
42788         (__malloc_stats): Adjust for change in int_mallinfo interface.
42790 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42792         [BZ #10375]
42793         * configure.in (NM): Add AC_CHECK_TOOL for it.
42794         (libc_extra_cflags): New substituted variable.
42795         Check for -fstack-protector being used implicitly.
42796         * configure: Regenerated.
42797         * config.make.in (config-extra-cflags): New variable,
42798         gets @libc_extra_cflags@.
42799         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42801         [BZ #10375]
42802         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42803         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42804         * configure: Regenerated.
42805         * config.make.in (CPPUNDEFS): New substituted variable.
42806         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42807         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42808         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42810 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42812         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42813         (mq_attr): Use __syscall_slong_t.
42815 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42817         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42818         Check __x86_64__ instead of __WORDSIZE.
42819         (_STAT_VER_LINUX): Likewise.
42820         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42821         __syscall_ulong_t and __syscall_slong_t.
42822         (stat64): Likewise.
42824 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42826         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42828 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42830         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42832 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42834         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42835         __syscall_ulong_t.
42837         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42838         include <bits/wordsize.h>.  Check __x86_64__ instead of
42839         __WORDSIZE.
42840         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42841         defined.
42842         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42844         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42845         include <bits/wordsize.h>.  Check __x86_64__ instead of
42846         __WORDSIZE.
42847         (user_regs_struct): Use "__extension__ unsigned long long"
42848         instead of "unsigned long" if __x86_64__ is defined.
42849         (user): Likewise.  Pad after pointer field if __ILP32__ is
42850         defined.
42852 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42854         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42855         versions 5 to 9.
42856         * configure: Regenerated.
42857         * manual/install.texi (texinfo): Increase version requirement to
42858         4.5 or later.
42859         * INSTALL: Regenerated.
42861         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42863 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42865         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42867         * sysdeps/x86_64/x32/ffs.c: New file.
42869         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42870         __syscall_ulong_t.
42871         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42872         defined.  Use __syscall_ulong_t.
42873         (shminfo): Use __syscall_ulong_t.
42874         (shm_info): Likewise.
42876         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42877         __syscall_ulong_t.
42879         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42880         <bits/wordsize.h>.
42881         (msgqnum_t): Use __syscall_ulong_t.
42882         (msglen_t): Likewise.
42883         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42884         __syscall_ulong_t.
42886         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42887         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42889         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42891         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42892         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42894         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42895         __syscall_slong_t.
42897         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42898         include <bits/wordsize.h>.  Check __x86_64__ instead of
42899         __WORDSIZE.
42901         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42902         "unsigned long long int" if __x86_64__ is defined.
42903         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42905         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42906         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42907         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42909         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42910         <stdint.h>.
42911         (GET_PC): Cast to uintptr_t first.
42912         (GET_FRAME): Likewise.
42913         (GET_STACK): Likewise.
42915         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42916         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42917         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42918         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42919         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42920         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42921         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42922         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42923         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42924         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42925         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42926         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42927         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42928         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42929         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42930         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42931         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42932         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42933         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42934         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42935         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42936         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42937         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42938         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42939         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42940         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42941         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42942         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42943         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42945 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42947         * Makerules (+depfiles): Also collect depfiles from .oS in
42948         $(extra-objs).
42949         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42950         .oS, $(libnldbl-routines)).
42952         * Makerules (native-compile-mkdep-flags): Define.
42953         * sunrpc/Makefile (extra-objs): Add $(addprefix
42954         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42955         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42956         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42957         calling $(make-target-directory).
42959 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42961         * bits/types.h (__snseconds_t): Removed.
42962         * time/time.h (struct timespec): Replace __snseconds_t with
42963         __syscall_slong_t.
42964         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42965         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42966         Likewise.
42967         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42968         (__SNSECONDS_T_TYPE): Likewise.
42969         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42970         (__SNSECONDS_T_TYPE): Likewise.
42971         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42972         (__SNSECONDS_T_TYPE): Likewise.
42974 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42976         * sysdeps/mach/hurd/bits/typesizes.h
42977         (__SYSCALL_SLONG_TYPE): New macro.
42978         (__SYSCALL_ULONG_TYPE): Likewise.
42980 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42982         * bits/types.h (__syscall_slong_t): New type.
42983         (__syscall_ulong_t): Likewise.
42985         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42986         (__SYSCALL_ULONG_TYPE): Likewise.
42987         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42988         (__SYSCALL_SLONG_TYPE): Likewise.
42989         (__SYSCALL_ULONG_TYPE): Likewise.
42990         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42991         (__SYSCALL_SLONG_TYPE): Likewise.
42992         (__SYSCALL_ULONG_TYPE): Likewise.
42993         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42994         (__SYSCALL_SLONG_TYPE): Likewise.
42995         (__SYSCALL_ULONG_TYPE): Likewise.
42997 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42999         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43000         Add sigaltstack-offsets.sym.
43001         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43002         <sigaltstack-offsets.h>.
43003         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43004         longjmp_msg pointer.
43005         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43006         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43007         signal stack.
43008         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43010 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43012         * elf/stackguard-macros.h: Remove file.
43013         * sysdeps/generic/stackguard-macros.h: New file.
43014         * sysdeps/i386/stackguard-macros.h: Likewise.
43015         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43016         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43017         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43018         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43019         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43020         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43021         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43022         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43023         <elf/stackguard-macros.h>.
43025         [BZ #14109]
43026         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43027         __aligned__ in attribute.
43028         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43029         (gregset_t): Likewise.
43031 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43033         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43034         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43035         * sysdeps/x86_64/x32/Implies-after: New file.
43037 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43039         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43040         and access return value for _dl_profile_fixup.  Use R10_LP to
43041         load frame size.
43043 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43045         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43047 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43049         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43050         * sysdeps/x86_64/x32/sysdep.h: New file.
43052 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43054         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43055         * sysdeps/x86_64/setjmp.S: Likewise.
43057 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43059         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43060         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43061         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43062         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43063         remove unused global constant.
43065 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43067         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43068         include of <not-cancel.h>.
43070 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43072         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43074 2012-05-15  Jeff Law  <law@redhat.com>
43075             Andreas Jaeger  <aj@suse.de>
43077         [BZ #13594]
43078         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43079         out from...
43080         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43081         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43082         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43083         code changing __hst_map_handle.map.
43085 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43087         * configure.in (sysnames): Look for Implies-before and Implies-after
43088         files.
43089         * configure: Regenerated.
43091 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43093         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43094         8-byte data alignment with LP_SIZE alignment.
43096 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43098         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43099         into R10_LP.
43101 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43103         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43105 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43107         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43108         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43109         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43110         Likewise.
43111         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43113 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43115         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43116         (stackinfo_sub_sp): Likewise.
43118 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43120         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43121         RAX_LP.
43123 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43125         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43126         into R*_LP.
43128 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43130         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43131         sizes into R*_LP.
43133 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43135         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43137 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43139         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43140         into R11_LP and load __x86_64_shared_cache_size_half into
43141         R8_LP.
43143 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43145         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43146         R8_LP.
43148 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43150         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43151         logb for POWER7.
43152         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43153         logbf for POWER7.
43154         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43155         logbl for POWER7.
43156         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43157         powerpc32/power7/fpu/s_logb.c via #include.
43158         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43159         powerpc32/power7/fpu/s_logbf.c via #include.
43160         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43161         powerpc32/power7/fpu/s_logbl.c via #include.
43163 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43165         * README.libm: Remove file.
43167 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43169         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43170         count for x32.  Use R*_LP and omit operand-size suffix.
43172 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43174         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43175         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43176         * sysdeps/x86_64/x32/shlib-versions: New file.
43178 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43180         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43181         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43182         Use _dl_fatal_printf instead.
43184 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43186         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43187         set if not set by the user.  Do not allow for being unset.
43188         * sysdeps/unix/sysv/linux/configure: Regenerated.
43190 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43192         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43193         the `q' suffix from lea and replace .quad with ASM_ADDR.
43195 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43197         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43198         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43199         instead of $17.
43200         (PTR_DEMANGLE): Likewise.
43202 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43204         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43205         (LP_OP): Likewise.
43206         (ASM_ADDR): Likewise.
43207         (RAX_LP): Likewise.
43208         (RBP_LP): Likewise.
43209         (RBX_LP): Likewise.
43210         (RCX_LP): Likewise.
43211         (RDI_LP): Likewise.
43212         (RSI_LP): Likewise.
43213         (RSP_LP): Likewise.
43214         (R8_LP): Likewise.
43215         (R9_LP): Likewise.
43216         (R10_LP): Likewise.
43217         (R10_LP): Likewise.
43218         (R11_LP): Likewise.
43219         (R12_LP): Likewise.
43220         (R13_LP): Likewise.
43221         (R14_LP): Likewise.
43222         (R15_LP): Likewise.
43224 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43226         * sysdeps/x86_64/x32/dl-machine.h: New file.
43228 2012-05-14  Andreas Jaeger  <aj@suse.de>
43230         * manual/Makefile (subdir): Remove export of subdir.
43231         (all): Remove target.
43232         (.PHONY): Remove all from list.
43233         (mkinstalldirs): Remove.
43234         (.PHONY): Remove installdirs from list.
43235         ($(inst_infodir)/libc.info): Use make-target-directory.
43236         (installdirs): Remove.
43237         (subdir_%): Remove.
43238         (glibc-targets): Remove.
43239         (lib): Remove.
43240         (stubs): Remove.
43241         ($(objpfx)stubs ../po/manual.pot): Remove.
43242         ($(objpfx)stamp%): Remove.
43243         (make-target-directory): Remove.
43244         (subdir_install): Remove.
43245         (routines): Remove.
43246         (aux): Remove.
43247         (sources): Remove.
43248         (objects): Remove.
43249         (headers): Remove.
43251         [BZ #13750]
43252         * manual/.gitignore: Remove, it's not needed anymore.
43253         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43254         all files in it.
43255         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43256         directory.
43257         (texis): Renamed to $(objpfx)texis.
43258         (texis-path): New, contains path to generated files.
43259         (chapters.%): Use texis-path for complete path, add extra argument
43260         libc-texinfo.sh.
43261         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43262         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43263         (summary,texi, stamp-summary): Use complete path of
43264         files. Generate files in build dir.
43265         (dir-add.texi): Build in build dir.
43266         (libm-err.texi,stamp-libm-err): Likewise.
43267         (version.texi, stamp-version): Likewise.
43268         (.%c.texi): Likewise.
43269         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43270         (mostlyclean): Remove target.
43271         (realclean): Remove target.
43272         (generated): Add new variable with contents from mostlyclean and
43273         realclean, remove entries duplicated in common-mostlyclean, add
43274         stamp-libm-err and stamp-version.
43275         (generated-dirs): Add libc directory.
43276         ($(inst_infodir)/libc.info): Install files from build dir.
43278         * manual/install.texi (Configuring and compiling): Adjust since
43279         the info files are not part of the tar ball anymore.
43281 2012-05-14  Andreas Jaeger  <aj@suse.de>
43283         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43284         variable.
43286 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43288         [BZ #13717]
43289         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43290         to 2.2.0 where earlier.
43291         * sysdeps/unix/sysv/linux/configure: Regenerated.
43292         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43293         Remove conditional code.
43294         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43295         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43296         Remove conditional code.
43297         [!__NR_lchown]: Likewise.
43298         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43299         [__NR_lchown]: Likewise.
43300         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43301         comment referencing __ASSUME_LCHOWN_SYSCALL.
43302         * sysdeps/unix/sysv/linux/i386/sigaction.c
43303         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43304         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43305         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43306         Remove conditional code.
43307         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43308         (__protocol_available): Remove #if 0 code.
43309         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43310         conditional code.
43311         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43312         * sysdeps/unix/sysv/linux/kernel-features.h
43313         (__ASSUME_GETCWD_SYSCALL): Don't define.
43314         (__ASSUME_REALTIME_SIGNALS): Likewise.
43315         (__ASSUME_PREAD_SYSCALL): Likewise.
43316         (__ASSUME_PWRITE_SYSCALL): Likewise.
43317         (__ASSUME_POLL_SYSCALL): Likewise.
43318         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43319         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43320         non-SPARC.
43321         (__ASSUME_SIOCGIFNAME): Don't define.
43322         (__ASSUME_MSG_NOSIGNAL): Likewise.
43323         (__ASSUME_SENDFILE): Define unconditionally.
43324         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43325         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43326         conditional code.
43327         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43328         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43329         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43330         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43331         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43332         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43333         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43335         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43336         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43338         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43339         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43341         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43342         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43344         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43345         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43347         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43348         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43350         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43351         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43353         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43354         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43356         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43357         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43358         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43359         Remove conditional code.
43360         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43361         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43362         Remove conditional code.
43363         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43364         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43365         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43366         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43367         Remove conditional code.
43368         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43369         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43370         Remove conditional code.
43371         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43372         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43373         Remove conditional code.
43374         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43375         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43376         Remove conditional code.
43377         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43378         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43379         Remove conditional code.
43380         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43381         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43382         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43383         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43384         * sysdeps/unix/sysv/linux/sigaction.c
43385         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43386         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43387         * sysdeps/unix/sysv/linux/sigpending.c
43388         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43389         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43390         * sysdeps/unix/sysv/linux/sigprocmask.c
43391         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43392         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43393         * sysdeps/unix/sysv/linux/sigsuspend.c
43394         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43395         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43396         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43397         (__libc_missing_rt_sigs): Remove.
43398         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43399         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43400         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43401         Remove conditional code.
43402         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43403         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43404         return 1.
43405         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43406         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43407         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43408         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43410 2012-05-14  Andreas Jaeger  <aj@suse.de>
43412         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43413         it's not used in glibc.
43414         (__coshm1): Likewise.
43415         (__acosh1p): Likewise.
43416         (__sgn): Likewise.
43418         * manual/string.texi (Copying and Concatenation): Add missing
43419         variable in concat example.
43420         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43422 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43424         [BZ #14103]
43425         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43426         __builtin_clzl with __builtin_clzll.
43428 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43430         [BZ #14104]
43431         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43432         libc_freeres_ptr.
43434 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43436         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43437         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43438         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43439         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43441 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43443         * NEWS: Update ia64 info.
43445 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43447         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43448         used as bcopy.
43450 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43452         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43453         * sysdeps/unix/syscalls.list (dup3): Likewise.
43454         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43455         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43457 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43459         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43460         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43462 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43464         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43465         thread pointer.
43466         (TLS_IE): Use mov/add instead of movq/addq to load thread
43467         pointer.
43468         (TLS_GD_PREFIX): New.
43469         (TLS_GD): Use it.
43471 2012-05-11  David S. Miller  <davem@davemloft.net>
43473         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43474         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43475         (_FPU_SETCW): Likewise.
43477 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43479         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43480         is 32-byte aligned.
43482 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43484         [BZ #11837]
43485         * iconvdata/gb18030.c: Update tables.
43486         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43487         characters specially.
43488         (BODY for TO_LOOP): Add encoding of missing ranges.
43490 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43492         [BZ #13673]
43493         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43494         * sysdeps/mach/hurd/dup3.c: Likewise.
43495         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43496         * sysdeps/powerpc/memmove.c:: Likewise.
43498 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43500         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43501         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43503 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43505         * elf/elf.h (R_X86_64_RELATIVE64): New.
43506         (R_X86_64_NUM): Updated.
43507         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43508         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43509         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43510         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43511         tst-quad1pie tst-quad2pie
43512         (modules-names): Add tst-quadmod1 tst-quadmod2.
43513         ($(objpfx)tst-quad1): New dependency.
43514         ($(objpfx)tst-quad2): Likewise.
43515         ($(objpfx)tst-quad1pie): Likewise.
43516         ($(objpfx)tst-quad2pie): Likewise.
43517         * sysdeps/x86_64/tst-quad1.c: New file.
43518         * sysdeps/x86_64/tst-quad1pie.c: New file.
43519         * sysdeps/x86_64/tst-quad2.c: Likewise.
43520         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43521         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43522         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43523         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43524         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43526 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43528         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43529         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43530         * streams/stropts.h (t_scalar_t): Define type.
43532         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43533         (_PATH_PRESERVE): Set to "/var/lib".
43534         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43536         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43537         instead of int.
43539         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43540         if __dir_mkfile succeeded.
43542         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43543         checking for _hurd_dtablesize.  Unlock it right after having
43544         finished _hurd_dtable allocation.
43546 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43548         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43549         * sysdeps/mach/hurd/configure: Regenerated.
43550         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43551         special-casing to...
43552         * sysdeps/gnu/configure.in: ... this new file.
43553         * sysdeps/unix/sysv/linux/configure: Regenerated.
43554         * sysdeps/gnu/configure: New generated file.
43556         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43557         for Linux: use nsec instead of usec, as well as:
43558         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43559         members of type struct timespec.
43560         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43561         New macros.
43562         (struct stat64): Likewise.
43563         (_STATBUF_ST_NSEC): New macro.
43564         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43566         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43567         __strtoul_internal rather than strtoul.
43569 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43571         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43572         and reject them.
43574 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43576         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43577         which preserves existing values.
43578         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43580 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43582         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43583         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43584         greater than FD_SETSIZE.
43586 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43588         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43589         allocated, call __vm_protect to finish enabling the existing space, and
43590         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43591         allocate the remainder.
43593 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43595         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43596         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43598 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43600         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43601         sysdeps/mach/hurd/readlink.c.
43603         * posix/tst-sysconf.c (posix_options): Only use
43604         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43605         _POSIX_SYNCHRONIZED_IO when they are defined
43606         * sysdeps/mach/hurd/bits/posix_opt.h:
43607         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43608         (_XOPEN_REALTIME): Undefine macro.
43609         (_XOPEN_REALTIME_THREADS): Undefine macro.
43610         (_XOPEN_SHM): Undefine macro.
43611         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43612         macro to -1.
43613         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43614         macro to -1.
43615         (_POSIX_ASYNC_IO): Undefine macro.
43616         (_POSIX_PRIORITIZED_IO): Undefine macro.
43617         (_POSIX_SPIN_LOCKS): Define macro to -1.
43619         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43620         SA_NODEFER, SA_RESETHAND.
43621         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43622         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43623         F_DUPFD_CLOEXEC.
43625 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43627         * elf/Makefile (pldd-modules): Define unconditionally.
43629 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43631         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43633 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43635         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43636         Return ENOENT when name is empty.
43637         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43639 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43641         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43643         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43645 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43647         Fix mlock in all cases except non-readable pages.
43648         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43649         instead of VM_PROT_ALL as parameter to __vm_wire function.
43651         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43652         (__mkdir): When path is `/', just fail with EEXIST.
43653         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43655 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43657         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43658         <sys/uio.h> (for writev).
43659         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43660         and <sys/param.h> (for MIN).
43662 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43664         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43665         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43666         if interrupted.
43668 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43670         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43671         Depend on against $(link-rpcuserlibs).
43673 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43675         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43676         (__libc_stack_end): Do not use attribute_relro.
43677         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43678         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43679         to libthread-provided value.
43680         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43681         attribute_relro.
43683 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43685         [BZ #3748]
43686         * bits/libc-lock.h (__libc_once_get): New macro.
43687         * sysdeps/mach/bits/libc-lock.h: Likewise.
43688         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43689         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43690         instead of using implementation details.
43692         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43693         * libio/freopen.c: Likewise.
43694         * libio/freopen64.c: Likewise.
43695         * misc/syslog.c: Likewise.
43696         * nscd/connections.c: Likewise.
43697         * nscd/netgroupcache.c: Likewise.
43698         * sysdeps/posix/getcwd.c: Likewise.
43700 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43702         * math/w_ilogbf.c: Add #include <limits.h>.
43704 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43706         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43707         path instead of returning without unlocking.
43709         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43710         immediate-write ioctls.
43711         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43713 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43715         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43716         __builtin_frame_address instead of making assumptions about the
43717         location of the return address relative to DATA.  Force early load of
43718         the return address.
43719         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43720         __builtin_frame_address.
43722         dup3 for GNU Hurd.
43723         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43724         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43725         implement dup3 and do some further code clean-ups.
43726         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43727         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43729 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43731         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43733         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43734         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43735         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43736         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43737         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43738         d->port.lock.
43740         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43741         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43742         when handler == SIG_ERR, not when handler != SIG_ERR.
43744 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43746         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43747         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43748         definitions.
43750         accept4 for GNU Hurd.
43751         * include/sys/socket.h (__libc_accept4): New prototype.
43752         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43753         to implement __libc_accept4.
43754         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43755         __libc_accept4.
43756         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43758         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43759         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43760         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43761         signal-defines.sym.
43763 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43765         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43767 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43769         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43770         assertion on O_CLOEXEC flag.
43771         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43772         * hurd/intern-fd.c: Likewise.
43773         * hurd/port2fd.c: Likewise.
43775 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43777         [BZ #3906]
43778         * bits/in.h (IPV6_PKTINFO): Define new macro.
43779         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43781 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43783         [BZ #13954]
43784         [BZ #13955]
43785         [BZ #13956]
43786         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43787         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43788         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43789         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43790         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43791         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43792         * math/libm-test.inc (logb_test) : Additional logb tests.
43794 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43795             Andreas Jaeger  <aj@suse.de>
43797         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43798         * configure: Regenerated.
43799         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43800         * config.make.in (link-obsolete-rpc): New substituted variable.
43801         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43802         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43803         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43804         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43805         so that libc.a contains the symbols.
43806         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43807         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43808         * sunrpc/auth_none.c: Likewise.
43809         * sunrpc/auth_unix.c: Likewise.
43810         * sunrpc/authdes_prot.c: Likewise.
43811         * sunrpc/authuxprot.c: Likewise.
43812         * sunrpc/clnt_gen.c: Likewise.
43813         * sunrpc/clnt_perr.c: Likewise.
43814         * sunrpc/clnt_raw.c: Likewise.
43815         * sunrpc/clnt_simp.c: Likewise.
43816         * sunrpc/clnt_tcp.c: Likewise.
43817         * sunrpc/clnt_udp.c: Likewise.
43818         * sunrpc/clnt_unix.c: Likewise.
43819         * sunrpc/des_crypt.c: Likewise.
43820         * sunrpc/des_soft.c: Likewise.
43821         * sunrpc/get_myaddr.c: Likewise.
43822         * sunrpc/key_call.c: Likewise.
43823         * sunrpc/key_prot.c: Likewise.
43824         * sunrpc/netname.c: Likewise.
43825         * sunrpc/pm_getmaps.c: Likewise.
43826         * sunrpc/pm_getport.c: Likewise.
43827         * sunrpc/pmap_clnt.c: Likewise.
43828         * sunrpc/pmap_prot.c: Likewise.
43829         * sunrpc/pmap_prot2.c: Likewise.
43830         * sunrpc/pmap_rmt.c: Likewise.
43831         * sunrpc/publickey.c: Likewise.
43832         * sunrpc/rpc_cmsg.c: Likewise.
43833         * sunrpc/rpc_common.c: Likewise.
43834         * sunrpc/rpc_dtable.c: Likewise.
43835         * sunrpc/rpc_prot.c: Likewise.
43836         * sunrpc/rpc_thread.c: Likewise.
43837         * sunrpc/rtime.c: Likewise.
43838         * sunrpc/svc.c: Likewise.
43839         * sunrpc/svc_auth.c: Likewise.
43840         * sunrpc/svc_raw.c: Likewise.
43841         * sunrpc/svc_run.c: Likewise.
43842         * sunrpc/svc_tcp.c: Likewise.
43843         * sunrpc/svc_udp.c: Likewise.
43844         * sunrpc/svc_unix.c: Likewise.
43845         * sunrpc/svcauth_des.c: Likewise.
43846         * sunrpc/xcrypt.c: Likewise.
43847         * sunrpc/xdr.c: Likewise.
43848         * sunrpc/xdr_array.c: Likewise.
43849         * sunrpc/xdr_float.c: Likewise.
43850         * sunrpc/xdr_intXX_t.c: Likewise.
43851         * sunrpc/xdr_mem.c: Likewise.
43852         * sunrpc/xdr_rec.c: Likewise.
43853         * sunrpc/xdr_ref.c: Likewise.
43854         * sunrpc/xdr_sizeof.c: Likewise.
43855         * sunrpc/xdr_stdio.c: Likewise.
43857 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43859         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43860         change.  Update copyright years.
43862 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43864         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43866 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43867             Joseph Myers  <joseph@codesourcery.com>
43868             Paul Pluzhnikov  <ppluzhnikov@google.com>
43870         [BZ #14012]
43871         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43872         requiring rpcgen.
43873         [cross-compiling] (extra-libs): Likewise.
43874         [cross-compiling] (extra-libs-others): Likewise.
43875         [cross-compiling] (librpcsvc-routines): Likewise.
43876         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43877         [cross-compiling] (omit-deps): Likewise.
43878         (sunrpc-CPPFLAGS): New variable.
43879         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43880         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43881         (cross-rpcgen-objs): New variable.
43882         (extra-objs): Append $(cross-rpcgen-objs).
43883         ($(cross-rpcgen-objs)): New rule.
43884         ($(objpfx)cross-rpcgen): Likewise.
43885         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43886         comment.
43887         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43888         ($(objpfx)x%.stmp): Likewise.
43889         * sunrpc/proto.h [IS_IN_build] (_): Define.
43890         [IS_IN_build] (_libc_intl_domainname): Likewise.
43892 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43894         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43895         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43896         and R_X86_64_TPOFF64.
43898 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43900         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43901         sysdeps/unix/sysv/syscalls.list.
43902         (stime): Likewise.
43903         (utime): Likewise.
43904         * sysdeps/unix/sysv/syscalls.list: Remove file.
43906 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43908         [BZ #3440]
43909         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43910         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43911         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43912         (__LC_IDENTIFICATION): Make these macros useful in #if
43913         expressions, as required by C99.
43915 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43917         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43918         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43919         after this.
43921 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43923         * stdlib/longlong.h: Updated from GCC.
43925 2012-05-09  Andreas Jaeger  <aj@suse.de>
43927         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43928         default is first entry.
43929         (run_mode): Set type.
43930         (main): Remove informal message about syslog.
43931         (options): Fix typo.
43933         [BZ #14053]
43934         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43935         to asm.
43936         (lrint): Likewise.
43937         (llrintf): Likewise.
43938         (llrint): Likewise.
43939         (rint): Likewise.
43940         (rintf): Likewise.
43941         (nearbyint): Likewise.
43942         (nearbyintf): Likewise.
43944 2012-05-09  Andreas Jaeger  <aj@suse.de>
43945             Pedro Alves  <palves@redhat.com>
43947         * nscd/nscd.c (run_mode): Use enum.
43948         (main): Cleanup coding style issue.
43950 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43951             Andreas Jaeger  <aj@suse.de>
43953         * nscd/nscd.c (go_background): Replaced with...
43954         (run_mode): ... this.
43955         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43956         (options): Add -F --foreground.
43957         (main): Implement it.
43958         (parse_opt): Parse it.
43960 2012-05-09  Andreas Jaeger  <aj@suse.de>
43962         [BZ #14083]
43963         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43964         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43965         -Wconversion warning.
43966         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43967         Likewise.
43969 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43971         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43972         == 0.
43973         (LC_ALL): Use macro-int-constant.
43974         (LC_COLLATE): Likewise.
43975         (LC_CTYPE): Likewise.
43976         (LC_MESSAGES): Likewise.
43977         (LC_MONETARY): Likewise.
43978         (LC_NUMERIC): Likewise.
43979         (LC_TIME): Likewise.
43980         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43981         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43982         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43983         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43984         Specify type.
43985         [C99-based standards] (float_t): Expect type.
43986         [C99-based standards] (double_t): Expect type.
43987         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43988         type.
43989         [C99-based standards] (HUGE_VALL): Likewise.
43990         [C99-based standards] (INFINITY): Likewise.
43991         [C99-based standards] (NAN): Likewise.
43992         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43993         [C99-based standards] (FP_NAN): Likewise.
43994         [C99-based standards] (FP_NORMAL): Likewise.
43995         [C99-based standards] (FP_SUBNORMAL): Likewise.
43996         [C99-based standards] (FP_ZERO): Likewise.
43997         [C99-based standards] (FP_FAST_FMA): Use
43998         optional-macro-int-constant.  Specify type.  Require == 1.
43999         [C99-based standards] (FP_FAST_FMAF): Likewise.
44000         [C99-based standards] (FP_FAST_FMAL): Likewise.
44001         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44002         [C99-based standards] (FP_ILOGBNAN): Likewise.
44003         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44004         Specify type.
44005         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44006         [C99-based standards] (math_errhandling): Specify type.
44007         [ISO99 || ISO11] (signgam): Do not allow.
44008         [non-C99-based standards] (copysignf): Do not allow.
44009         [non-C99-based standards] (exp2f): Likewise.
44010         [non-C99-based standards] (log2f): Likewise.
44011         [non-C99-based standards] (modff): Allow.
44012         [non-C99-based standards] (erff): Do not allow.
44013         [non-C99-based standards] (erfcf): Likewise.
44014         [non-C99-based standards] (gammaf): Likewise.
44015         [non-C99-based standards] (hypotf): Likewise.
44016         [non-C99-based standards] (j0f): Likewise.
44017         [non-C99-based standards] (j1f): Likewise.
44018         [non-C99-based standards] (jnf): Likewise.
44019         [non-C99-based standards] (lgammaf): Likewise.
44020         [non-C99-based standards] (tgammaf): Likewise.
44021         [non-C99-based standards] (y0f): Likewise.
44022         [non-C99-based standards] (y1f): Likewise.
44023         [non-C99-based standards] (ynf): Likewise.
44024         [non-C99-based standards] (isnanf): Likewise.
44025         [non-C99-based standards] (acoshf): Likewise.
44026         [non-C99-based standards] (asinhf): Likewise.
44027         [non-C99-based standards] (atanhf): Likewise.
44028         [non-C99-based standards] (cbrtf): Likewise.
44029         [non-C99-based standards] (expm1f): Likewise.
44030         [non-C99-based standards] (ilogbf): Likewise.
44031         [non-C99-based standards] (log1pf): Likewise.
44032         [non-C99-based standards] (logbf): Likewise.
44033         [non-C99-based standards] (nextafterf): Likewise.
44034         [non-C99-based standards] (remainderf): Likewise.
44035         [non-C99-based standards] (rintf): Likewise.
44036         [non-C99-based standards] (scalbf): Likewise.
44037         [non-C99-based standards] (copysignl): Likewise.
44038         [non-C99-based standards] (exp2l): Likewise.
44039         [non-C99-based standards] (log2l): Likewise.
44040         [non-C99-based standards] (modfl): Allow.
44041         [non-C99-based standards] (erfl): Do not allow.
44042         [non-C99-based standards] (erfcl): Likewise.
44043         [non-C99-based standards] (gammal): Likewise.
44044         [non-C99-based standards] (hypotl): Likewise.
44045         [non-C99-based standards] (j0l): Likewise.
44046         [non-C99-based standards] (j1l): Likewise.
44047         [non-C99-based standards] (jnl): Likewise.
44048         [non-C99-based standards] (lgammal): Likewise.
44049         [non-C99-based standards] (tgammal): Likewise.
44050         [non-C99-based standards] (y0l): Likewise.
44051         [non-C99-based standards] (y1l): Likewise.
44052         [non-C99-based standards] (ynl): Likewise.
44053         [non-C99-based standards] (isnanl): Likewise.
44054         [non-C99-based standards] (acoshl): Likewise.
44055         [non-C99-based standards] (asinhl): Likewise.
44056         [non-C99-based standards] (atanhl): Likewise.
44057         [non-C99-based standards] (cbrtl): Likewise.
44058         [non-C99-based standards] (expm1l): Likewise.
44059         [non-C99-based standards] (ilogbl): Likewise.
44060         [non-C99-based standards] (log1pl): Likewise.
44061         [non-C99-based standards] (logbl): Likewise.
44062         [non-C99-based standards] (nextafterl): Likewise.
44063         [non-C99-based standards] (remainderl): Likewise.
44064         [non-C99-based standards] (rintl): Likewise.
44065         [non-C99-based standards] (scalbl): Likewise.
44066         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44067         [non-C99-based standards] (FP_*): Do not allow.
44068         [C99-based standards] (FP_*): Change to
44069         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44070         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44071         allow.
44072         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44073         (SIG_ERR): Likewise.
44074         [X/Open-based standards] (SIG_HOLD): Likewise.
44075         (SIG_IGN): Likewise.
44076         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44077         positive value.
44078         (SIGFPE): Likewise.
44079         (SIGILL): Likewise.
44080         (SIGINT): Likewise.
44081         (SIGSEGV): Likewise.
44082         (SIGTER): Likewise.
44083         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44084         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44085         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44086         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44087         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44088         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44089         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44090         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44091         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44092         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44093         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44094         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44095         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44096         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44097         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44098         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44099         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44100         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44101         [X/Open-based standards] (SIGTRAP): Likewise.
44102         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44103         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44104         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44105         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44106         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44107         allow.
44109 2012-05-08  Ian Wienand  <ianw@vmware.com>
44111         [BZ #14080]
44112         * time/tzset.c (__tzset_parse_tz): Update default rules for
44113         daylight time changes in the Energy Policy Act of 2005.
44115 2012-05-09  Andreas Jaeger  <aj@suse.de>
44117         [BZ #13983]
44118         * elf/ldconfig.c (parse_conf): Change string to make clear that
44119         ldconfig only issued a warning if ld.so.conf does not exist.
44121 2012-05-08  David S. Miller  <davem@davemloft.net>
44123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44124         movxtod instead of popping the value on the stack.
44126         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44128 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44130         * config.h.in: Add HAVE_ARM_PCS_VFP.
44132 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44134         [BZ #13979]
44135         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44136         checking but the checks are disabled for any reason.
44138 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44140         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44141         and ELF64_R_TYPE with ELFW(R_TYPE).
44143 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44145         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44146         (ulimit): Likewise.
44148         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44149         (settimeofday): Likewise.
44151 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44153         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44154         a struct th_u2 inside the union, and move tu_block/tu_code into
44155         a new th_u3 union of tu_block/tu_code inside of that.  Move
44156         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44157         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44158         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44159         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44160         (th_stuff): Change to th_u1.tu_stuff.
44161         (th_data): Define.
44162         (th_msg): Change to th_u1.th_u2.tu_data.
44164 2012-05-07  David S. Miller  <davem@davemloft.net>
44166         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44168         [BZ #14074]
44169         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44170         (SETUP_PIC_REG): Use it.
44171         (SETUP_PIC_REG_LEAF): Use it.
44173 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44175         [BZ #13885]
44176         [BZ #13923]
44177         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44178         USE_AS_EXPM1L.
44179         (EXPL_FINITE): Likewise.
44180         (FLDLOG): Likewise.
44181         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44182         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44183         e_expl.S.
44184         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44185         USE_AS_EXPM1L.
44186         (EXPL_FINITE): Likewise.
44187         (FLDLOG): Likewise.
44188         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44189         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44190         e_expl.S.
44191         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44192         test of -max_value argument for long double.
44193         * sysdeps/i386/fpu/libm-test-ulps: Update.
44194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44196 2012-05-06  David S. Miller  <davem@davemloft.net>
44198         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44199         quad soft-float symbols whose references which are compiler
44200         generated.
44201         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44203 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44205         [BZ #13884]
44206         [BZ #13914]
44207         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44208         USE_AS_EXP10L.
44209         (EXPL_FINITE): Likewise.
44210         (FLDLOG): Likewise.
44211         (c0): Likewise.
44212         (c1): Likewise.
44213         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44214         Adjust comments for base varying.
44215         (__expl_finite): Change alias to EXPL_FINITE.
44216         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44217         e_expl.S.
44218         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44219         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44220         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44221         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44222         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44223         USE_AS_EXP10L.
44224         (EXPL_FINITE): Likewise.
44225         (FLDLOG): Likewise.
44226         (c0): Likewise.
44227         (c1): Likewise.
44228         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44229         Adjust comments for base varying.
44230         (__expl_finite): Change alias to EXPL_FINITE.
44231         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44232         tests for bugs.
44233         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44235         [BZ #14064]
44236         * math/libm-test.inc (check_float_internal): Correct ulp
44237         calculation for subnormal expected results.
44239 2012-05-06  Andreas Jaeger  <aj@suse.de>
44241         * Makeconfig (+math-flags): New, set to -frounding-math.
44242         (+cflags): Add +math-flags so that all of glibc gets compiled with
44243         it.
44245         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44247 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44249         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44250         Disable one test.
44252         [BZ #13787]
44253         [BZ #13922]
44254         [BZ #14036]
44255         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44256         (__ieee754_expl): Allow for and saturate large arguments.
44257         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44258         (u_threshold): Likewise.
44259         (__exp): Call __ieee754_exp before checking for overflow and
44260         underflow.
44261         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44262         (u_threshold): Likewise.
44263         (__expf): Call __ieee754_expf before checking for overflow and
44264         underflow.
44265         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44266         (u_threshold): Likewise.
44267         (__expl): Call __ieee754_expl before checking for overflow and
44268         underflow.
44269         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44270         (__ieee754_expl): Allow for and saturate large arguments.
44271         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44272         missing overflow exception on overflow.
44273         (expm1_test): Do not allow missing overflow exception on overflow.
44275         * sysdeps/i386/fpu/e_expl.c: Move to ...
44276         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44277         rather than using inline asm.
44278         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44279         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44280         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44282         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44283         (nice): Likewise.
44284         (poll): Likewise.
44285         (signal): Likewise.
44286         (time): Likewise.
44287         (times): Likewise.
44289 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44291         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44292         sysdeps/unix/common/syscalls.list.
44293         (fchmod): Likewise.
44294         (fchown): Likewise.
44295         (ftruncate): Likewise.
44296         (getrusage): Likewise.
44297         (gettimeofday): Likewise.
44298         (setpgid): Likewise.
44299         (setregid): Likewise.
44300         (setreuid): Likewise.
44301         (sigaction): Likewise.
44302         (truncate): Likewise.
44303         (vhangup): Likewise.
44304         * sysdeps/unix/common/syscalls.list: Remove file.
44305         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44306         * sysdeps/unix/sysv/linux/Implies: Likewise.
44308 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44310         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44311         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44312         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44313         Moved to ...
44314         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44315         Here.
44316         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44317         to ...
44318         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44319         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44320         to ...
44321         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44322         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44323         to ...
44324         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44325         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44326         to ...
44327         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44328         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44329         to ...
44330         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44331         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44332         to ...
44333         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44334         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44335         to ...
44336         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44337         Here.
44338         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44339         to ...
44340         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44341         Here.
44342         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44343         to ...
44344         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44345         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44346         Moved to ...
44347         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44348         Here.
44349         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44350         to ...
44351         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44353 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44355         * sysdeps/unix/common/bits/dirent.h: Remove file.
44356         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44358         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44359         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44360         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44361         * sysdeps/unix/bsd/isatty.c: Likewise.
44362         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44363         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44364         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44366 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44368         [BZ #13563]
44369         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44370         long double comparison inaccuracies.
44371         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44372         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44374 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44376         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44377         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44379 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44381         [BZ #14049]
44382         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44383         nonzero digits before rounding a hex value.
44384         * stdlib/tst-strtod.c (tests): Add another test.
44386 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44388         * sysdeps/s390/fpu/libm-test-ulps: Update.
44390 2012-05-03  Andreas Jaeger  <aj@suse.de>
44392         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44393         does not get optimized out.
44394         (malloc_opt_barrier): New.
44396 2012-05-03  Andreas Jaeger  <aj@suse.de>
44397             Roland McGrath  <roland@hack.frob.com>
44399         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44400         intermediate file deletion.
44401         (generated): Add .symlist files.
44403 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44405         [BZ #13775]
44406         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44407         Redirect under this condition.
44408         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44409         [__USE_GNU] (__dprintf_chk): Not under this condition.
44410         [__USE_GNU] (__vdprintf_chk): Likewise.
44411         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44412         under this condition.
44413         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44414         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44415         [__USE_XOPEN2K8] (vdprintf): Likewise.
44416         [__USE_GNU] (__dprintf_chk): Not under this condition.
44417         [__USE_GNU] (__vdprintf_chk): Likewise.
44418         [__USE_GNU] (dprintf): Likewise.
44419         [__USE_GNU] (vdprintf): Likewise.
44421 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44423         * elf/Makefile (common-generated): Set this instead of generated for
44424         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44425         $(all-built-dso)-derived lists.
44427 2012-05-03  Andreas Jaeger  <aj@suse.de>
44429         * sysdeps/i386/fpu/libm-test-ulps: Update.
44431         * FAQ: Removed.
44432         * FAQ.in: Likewise.
44433         * scripts/gen-FAQ.pl: Likewise.
44434         * manual/install.texi (Installation): Point to online location of
44435         FAQ.
44436         * Makefile (files-for-dist): Remove FAQ.
44437         (FAQ): Remove.
44439 2012-05-02  Allan McRae  <allan@archlinux.org>
44441         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44442         (LDFLAGS-reldepmod5.so): Likewise.
44443         (LDFLAGS-reldep6mod1.so): Likewise.
44444         (LDFLAGS-reldep6mod4.so): Likewise.
44445         (LDFLAGS-reldep8mod3.so): Likewise.
44446         (LDFLAGS-unload4mod1.so): Likewise.
44447         (LDFLAGS-unload4mod2.so): Likewise.
44448         (LDFLAGS-tst-initorder): Likewise.
44449         (LDFLAGS-tst-initordera2.so): Likewise.
44450         (LDFLAGS-tst-initordera3.so): Likewise.
44451         (LDFLAGS-tst-initordera4.so): Likewise.
44452         (LDFLAGS-tst-initorderb2.so): Likewise.
44453         (LDFLAGS-noload): Likewise.
44454         (LDFLAGS-next): Likewise.
44455         (LDFLAGS-order2mod1.so): Likewise.
44456         (LDFLAGS-order2mod2.so): Likewise.
44457         (LDFLAGS-tst-initorder2): Likewise.
44458         (LDFLAGS-tst-initorder2a.so): Likewise.
44459         (LDFLAGS-tst-initorder2b.so): Likewise.
44460         (LDFLAGS-tst-initorder2c.so): Likewise.
44461         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44463 2012-05-02  David S. Miller  <davem@davemloft.net>
44465         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44467 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44469         [BZ #14055]
44470         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44472 2012-05-02  Andreas Jaeger  <aj@suse.de>
44474         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44475         since we manipulate rounding mode.
44476         (CPPFLAGS-test-idouble.c): Likewise.
44477         (CPPFLAGS-test-ifloat.c): Likewise.
44478         (CFLAGS-test-ldouble.c): Likewise.
44479         (CFLAGS-test-double.c): Likewise.
44480         (CFLAGS-test-float.c): Likewise.
44481         (CFLAGS-test-misc.c): Likewise.
44482         (CFLAGS-test-test-fenv.c): Likewise.
44484 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44486         [BZ #2550]
44487         [BZ #2570]
44488         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44489         comparisons to determine direction to adjust input.
44491 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44493         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44494         output to the target.
44496         * scripts/localplt.awk: New file.
44497         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44498         (check-localplt-CFLAGS): Variable removed.
44499         ($(all-built-dso:=.jmprel)): New static pattern rule.
44500         (generated): Add those targets.
44501         (localplt-built-dso): New variable.
44502         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44504         * elf/check-localplt.c: File removed.
44506         * scripts/check-execstack.awk: New file.
44507         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44508         (check-execstack-CFLAGS): Variable removed.
44509         ($(objpfx)check-execstack.h): Target removed.
44510         ($(objpfx)execstack-default): New target.
44511         (generated): Add that instead of check-execstack.h.
44512         ($(all-built-dso:=.phdr)): New static pattern rule.
44513         (generated): Add those targets.
44514         * elf/check-execstack.c: File removed.
44516         * scripts/check-textrel.awk: New file.
44517         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44518         (check-textrel-CFLAGS): Variable removed.
44519         (all-built-dso): Use := to define.o
44520         ($(all-built-dso:=.dyn)): New static pattern rule.
44521         (generated): Add those targets.
44522         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44523         * config.make.in (READELF): New substituted variable.
44524         * elf/check-textrel.c: File removed.
44526 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44528         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44529         allow.
44530         * conform/data/ctype.h-data [C99-based standards] (isblank):
44531         Expect function.
44532         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44533         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44534         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44535         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44536         Specify type.  Require positive value.
44537         (EILSEQ): Likewise.
44538         (ERANGE): Likewise.
44539         [ISO || POSIX] (EILSEQ): Do not expect.
44540         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44541         Specify type.  Require positive value.
44542         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44543         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44544         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44545         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44546         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44547         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44548         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44549         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44550         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44551         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44552         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44553         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44554         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44555         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44556         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44557         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44558         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44559         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44560         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44561         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44562         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44563         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44564         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44565         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44566         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44567         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44568         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44569         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44570         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44571         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44572         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44573         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44574         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44575         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44576         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44577         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44578         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44579         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44580         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44581         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44582         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44583         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44584         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44585         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44586         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44587         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44588         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44589         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44590         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44591         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44592         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44593         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44594         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44595         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44596         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44597         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44598         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44599         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44600         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44601         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44602         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44603         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44604         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44605         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44606         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44607         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44608         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44609         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44610         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44611         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44612         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44613         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44614         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44615         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44616         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44617         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44618         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44619         Require >= 2.
44620         (FLT_ROUNDS): Expect as macro, not constant.
44621         (FLT_MANT_DIG): Use macro-int-constant.
44622         (DBL_MANT_DIG): Likewise.
44623         (LDBL_MANT_DIG): Likewise.
44624         (FLT_DIG): Likewise.
44625         (DBL_DIG): Likewise.
44626         (LDBL_DIG): Likewise.
44627         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44628         (DBL_MIN_EXP): Likewise.
44629         (LDBL_MIN_EXP): Likewise.
44630         (FLT_MAX_EXP): Use macro-int-constant.
44631         (DBL_MAX_EXP): Likewise.
44632         (LDBL_MAX_EXP): Likewise.
44633         (FLT_MAX_10_EXP): Likewise.
44634         (DBL_MAX_10_EXP): Likewise.
44635         (LDBL_MAX_10_EXP): Likewise.
44636         (FLT_MAX): Use macro-constant.
44637         (DBL_MAX): Likewise.
44638         (LDBL_MAX): Likewise.
44639         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44640         (DBL_EPSILON): Likewise.
44641         (LDBL_EPSILON): Likewise.
44642         (FLT_MIN): Likewise.
44643         (DBL_MIN): Likewise.
44644         (LDBL_MIN): Likewise.
44645         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44646         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44647         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44648         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44649         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44650         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44651         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44652         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44653         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44654         [ISO11] (FLT_TRUE_MIN): Likewise.
44655         [ISO11] (LDBL_TRUE_MIN): Likewise.
44656         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44657         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44658         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44659         (SCHAR_MAX): Likewise.
44660         (UCHAR_MAX): Likewise.
44661         (CHAR_MIN): Likewise.
44662         (CHAR_MAX): Likewise.
44663         (MB_LEN_MAX): Use macro-int-constant.
44664         (SHRT_MIN): Use macro-int-constant.  Specify type.
44665         (SHRT_MAX): Likewise.
44666         (USHRT_MAX): Likewise.
44667         (INT_MAX): Likewise.
44668         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44669         bound negative.
44670         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44671         bound with "U".
44672         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44673         bound with "L".
44674         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44675         bound negative.  Suffix upper bound with "L".
44676         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44677         bound with "UL".
44678         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44679         Specify type.
44680         [C99-based standards] (LLONG_MAX): Likewise.
44681         [C99-based standards] (ULLONG_MAX): Likewise.
44682         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44683         == 0.
44684         [ISO11] (max_align_t): Require type.
44685         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44687         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44688         from $CFLAGS, without defining away __attribute__ calls.
44689         (checknamespace): Use $CFLAGS_namespace.
44691         * conform/conformtest.pl (@keywords): Only include C99 keywords
44692         for standards based on C99 or C11.
44694         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44695         Disable tests.
44696         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44697         UNIX98]: Likewise.
44699         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44700         usability of symbols in #if.
44702         * conform/conformtest.pl: If macro or constant types start
44703         "promoted:", expect the symbol to be of the following type
44704         promoted by the integer promotions.
44706         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44707         in one place.  Also handle "macro-constant".
44709         * conform/conformtest.pl: Only accept expected macro values with
44710         "==".  Parse all "macro" lines in one place.
44711         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44713         * conform/conformtest.pl: Handle braced types on "constant" lines
44714         instead of handling "typed-constant".
44715         * conform/data/signal.h-data: Use "constant" instead of
44716         "typed-constant".
44718         * conform/conformtest.pl: Handle "optional-" at start of lines in
44719         one place rather than duplicating several cases.  Handle each
44720         format of "macro" line with initial "optional-".
44722         * conform/conformtest.pl: Only accept expected constant or
44723         optional-constant values with "==".  Parse all "constant" lines in
44724         one place.  Parse all "optional-constant" lines in one place.
44725         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44726         * conform/data/fmtmsg.h-data: Likewise.
44727         * conform/data/netinet/in.h-data: Likewise.
44728         * conform/data/tar.h-data: Likewise.
44729         * conform/data/limits.h-data: Use "==" form on "constant" and
44730         "optional-constant" lines.
44732         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44733         Use -std=c99 for XOPEN2K.
44734         (@knownproblems): Remove.
44735         (newtoken): Don't check %isknown.
44737         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44738         Do not expect macro.
44739         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44740         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44741         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44742         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44743         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44744         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44745         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44746         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44747         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44748         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44749         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44750         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44751         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44752         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44753         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44754         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44755         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44756         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44757         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44758         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44759         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44760         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44761         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44762         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44763         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44764         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44765         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44766         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44767         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44768         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44769         [XPG3] (acosh): Likewise.
44770         [XPG3] (asinh): Likewise.
44771         [XPG3] (atanh): Likewise.
44772         [XPG3] (cbrt): Likewise.
44773         [XPG3] (expm1): Likewise.
44774         [XPG3] (ilogb): Likewise.
44775         [XPG3] (log1p): Likewise.
44776         [XPG3] (logb): Likewise.
44777         [XPG3] (nextafter): Likewise.
44778         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44779         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44780         [XPG3] (remainder): Likewise.
44781         [XPG3] (rint): Likewise.
44782         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44783         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44784         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44785         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44786         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44787         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44788         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44789         [UNIX98 || XOPEN2K] (scalb): Expect.
44790         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44791         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44792         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44793         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44794         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44795         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44796         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44797         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44798         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44799         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44800         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44801         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44802         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44803         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44804         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44805         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44806         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44807         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44808         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44809         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44810         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44811         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44812         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44813         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44814         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44815         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44816         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44817         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44818         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44819         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44820         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44821         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44822         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44823         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44824         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44825         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44826         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44827         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44828         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44829         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44830         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44831         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44832         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44833         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44834         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44835         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44836         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44837         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44838         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44839         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44840         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44841         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44842         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44843         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44844         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44845         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44846         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44847         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44848         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44849         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44850         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44851         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44852         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44853         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44854         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44855         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44856         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44857         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44858         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44859         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44860         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44861         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44862         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44863         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44864         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44865         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44866         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44867         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44868         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44869         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44870         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44871         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44872         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44873         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44874         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44875         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44876         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44877         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44878         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44879         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44880         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44881         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44882         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44883         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44884         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44885         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44886         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44887         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44888         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44889         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44890         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44891         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44892         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44893         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44894         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44895         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44896         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44897         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44898         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44899         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44900         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44901         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44902         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44903         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44904         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44905         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44906         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44907         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44908         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44909         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44910         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44911         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44912         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44913         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44914         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44915         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44916         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44917         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44918         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44919         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44920         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44921         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44922         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44923         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44924         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44925         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44926         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44928         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44929         _XOPEN_SOURCE_EXTENDED for XPG4.
44931         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44933         * Makeconfig (localtime): Remove variable.
44934         (inst_localtime-file): Likewise.
44936 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44939         Update.
44940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44941         Update.
44942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44943         Update.
44944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44945         Update.
44946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44947         Update.
44948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44949         Update.
44950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44951         Update.
44952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44953         Update.
44954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44955         Update.
44957 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44959         [BZ #2550]
44960         [BZ #2570]
44961         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44962         comparisons to determine direction to adjust input.
44963         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44964         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44965         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44966         Likewise.
44967         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44968         Likewise.
44969         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44970         Likewise.
44971         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44972         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44973         Likewise.
44974         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44975         Likewise.
44976         * math/libm-test.inc (nexttoward_test): Add more tests.
44978 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44980         [BZ #14040]
44981         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44982         in version GLIBC_2.1, not GLIBC_2.0.
44983         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44984         Likewise.
44986 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44988         [BZ #13942]
44989         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44990         (1 - x) * (1 + x).
44991         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44992         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44993         * math/libm-test.inc (acos_test): Add more tests.
44994         (asin_test): Likewise.
44995         * sysdeps/i386/fpu/libm-test-ulps: Update.
44996         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44998         [BZ #14034]
44999         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45000         of square root.
45001         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45002         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45003         * math/libm-test.inc (acos_test_tonearest): New function.
45004         (acos_test_towardzero): Likewise.
45005         (acos_test_downward): Likewise.
45006         (acos_test_upward): Likewise.
45007         (asin_test_tonearest): Likewise.
45008         (asin_test_towardzero): Likewise.
45009         (asin_test_downward): Likewise.
45010         (asin_test_upward): Likewise.
45011         (main): Call the new functions.
45012         * sysdeps/i386/fpu/libm-test-ulps: Update.
45013         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45015         [BZ #13884]
45016         [BZ #13924]
45017         * math/e_exp10.c: Include <float.h>.
45018         (__ieee754_exp10): Handle underflow here rather than multiplying
45019         large negative argument by M_LN10.
45020         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45021         of __ieee754_expf.
45022         * math/e_exp10l.c: Include <float.h>.
45023         (__ieee754_exp10l): Handle underflow here rather than multiplying
45024         large negative argument by M_LN10l.
45025         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45026         spurious overflow exception on underflow.
45028 2012-04-29  Marek Polacek  <polacek@redhat.com>
45030         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45031         (__fortify_function): New macro.
45032         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45033         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45034         __extern_always_inline.
45035         * libio/bits/stdio2.h: Likewise.
45036         * libio/bits/stdio.h: Likewise.
45037         * string/string.h: Likewise.
45038         * string/bits/string3.h: Likewise.
45039         * include/stdio.h: Likewise.
45040         * stdlib/bits/stdlib.h: Likewise.
45041         * stdlib/stdlib.h: Likewise.
45042         * rt/bits/mqueue2.h: Likewise.
45043         * rt/mqueue.h: Likewise.
45044         * posix/bits/unistd.h: Likewise.
45045         * posix/unistd.h: Likewise.
45046         * io/bits/poll2.h: Likewise.
45047         * io/bits/fcntl2.h: Likewise.
45048         * io/fcntl.h: Likewise.
45049         * io/sys/poll.h: Likewise.
45050         * misc/bits/syslog.h: Likewise.
45051         * misc/bits/syslog-ldbl.h: Likewise.
45052         * misc/sys/syslog.h: Likewise.
45053         * socket/bits/socket2.h: Likewise.
45054         * socket/sys/socket.h: Likewise.
45055         * debug/tst-chk1.c: Likewise.
45056         * wcsmbs/bits/wchar2.h: Likewise.
45057         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45058         * wcsmbs/wchar.h: Likewise.
45060 2012-04-29  Andreas Jaeger  <aj@suse.de>
45062         * Makerules (tests): Remove enable-check-abi protection.
45063         (check-abi-warn): Remove.
45064         (check-abi-%): Remove check-abi-warn usage.
45066         * configure.in: Remove check-abi configure option.
45067         * configure: Regenerated.
45068         * config.make.in (enable-check-abi): Remove.
45070 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45072         [BZ #14033]
45073         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45074         double functions to double *_finite functions.
45076         [BZ #13941]
45077         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45078         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45079         LDBL_MIN_EXP.
45080         * stdio-common/Makefile (tests): Add tst-sprintf3.
45081         * stdio-common/tst-sprintf3.c: New file.
45083         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45084         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45086 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45088         * conform/conformtest.pl: Remove duplicate typed-constant
45089         handling.
45091 2012-04-28  David S. Miller  <davem@davemloft.net>
45093         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45094         (check-abi-%): Remove AWK script prerequisite and explicit
45095         abilist directory.
45096         (check-abi): Rewrite to just diff the symlist with the abilist.
45097         (config-tls, config-abi-config): Delete, no longer used.
45098         (update-abi-%): Remove AWK script and explicit abilist directory.
45099         (update-abi): Rewrite to simply compare and conditionally copy the
45100         symlist and the sysdep abilist file.  Remove update-abi-config
45101         checks.
45102         * abilist/ld.abilist: Remove.
45103         * abilist/libBrokenLocale.abilist: Remove.
45104         * abilist/libanl.abilist: Remove.
45105         * abilist/libcrypt.abilist: Remove.
45106         * abilist/libdl.abilist: Remove.
45107         * abilist/librt.abilist: Remove.
45108         * abilist/libthread_db.abilist: Remove.
45109         * abilist/libutil.abilist: Remove.
45110         * scripts/extract-abilist.awk: Remove.
45111         * scripts/merge-abilist.awk: Remove.
45112         * sysdeps/generic/libcidn.abilist: New file.
45113         * sysdeps/generic/libnss_compat.abilist: New file.
45114         * sysdeps/generic/libnss_db.abilist: New file.
45115         * sysdeps/generic/libnss_dns.abilist: New file.
45116         * sysdeps/generic/libnss_files.abilist: New file.
45117         * sysdeps/generic/libnss_hesiod.abilist: New file.
45118         * sysdeps/generic/libnss_nis.abilist: New file.
45119         * sysdeps/generic/libnss_nisplus.abilist: New file.
45120         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45121         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45122         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45123         file.
45124         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45125         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45126         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45127         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45128         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45129         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45130         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45131         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45132         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45133         file.
45134         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45135         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45136         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45137         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45138         file.
45139         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45140         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45141         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45142         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45143         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45144         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45145         file.
45146         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45147         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45148         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45149         file.
45150         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45151         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45152         New file.
45153         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45154         New file.
45155         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45156         New file.
45157         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45158         New file.
45159         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45160         New file.
45161         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45162         New file.
45163         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45164         New file.
45165         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45166         New file.
45167         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45168         New file.
45169         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45170         New file.
45171         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45172         New file.
45173         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45174         New file.
45175         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45176         New file.
45177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45178         file.
45179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45180         New file.
45181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45182         New file.
45183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45184         file.
45185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45186         New file.
45187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45188         New file.
45189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45190         file.
45191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45192         New file.
45193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45194         New file.
45195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45196         New file.
45197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45198         New file.
45199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45200         New file.
45201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45202         New file.
45203         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45205         file.
45206         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45207         New file.
45208         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45209         file.
45210         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45211         file.
45212         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45213         file.
45214         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45215         file.
45216         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45217         file.
45218         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45219         New file.
45220         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45221         file.
45222         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45223         file.
45224         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45225         New file.
45226         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45227         file.
45228         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45229         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45230         file.
45231         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45232         New file.
45233         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45234         file.
45235         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45236         file.
45237         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45238         file.
45239         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45240         file.
45241         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45242         file.
45243         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45244         New file.
45245         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45246         file.
45247         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45248         file.
45249         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45250         New file.
45251         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45252         file.
45253         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45254         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45255         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45256         file.
45257         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45258         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45259         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45260         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45261         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45262         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45263         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45264         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45265         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45266         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45267         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45268         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45269         file.
45270         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45271         New file.
45272         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45273         file.
45274         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45275         file.
45276         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45277         file.
45278         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45279         file.
45280         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45281         file.
45282         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45283         New file.
45284         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45285         New file.
45286         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45287         file.
45288         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45289         New file.
45290         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45291         file.
45292         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45293         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45294         file.
45295         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45296         New file.
45297         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45298         file.
45299         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45300         file.
45301         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45302         file.
45303         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45304         file.
45305         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45306         file.
45307         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45308         New file.
45309         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45310         New file.
45311         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45312         file.
45313         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45314         New file.
45315         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45316         file.
45318 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45320         * conform/conformtest.pl: Fix typo in handling typed-constant from
45321         allow-header.
45323 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45325         * README: Cut down references to pre-2.6 Linux kernels and
45326         Linuxthreads.  Update lists of configurations in libc and ports
45327         and sort alphabetically.  Say "or newer" with Linux kernel version
45328         requirements.
45330         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45332 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45334         [BZ #887]
45335         * math/libm-test.inc (logb_test_downward): New test to expose
45336         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45337         rounding mode.
45339 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45341         [BZ #14027]
45342         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45343         to be done.
45344         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45345         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45347 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45349         * sysdeps/unix/i386/brk.S: Remove file.
45350         * sysdeps/unix/i386/dl-brk.S: Likewise.
45351         * sysdeps/unix/i386/pipe.S: Likewise.
45352         * sysdeps/unix/i386/sigreturn.S: Likewise.
45353         * sysdeps/unix/i386/syscall.S: Likewise.
45354         * sysdeps/unix/i386/vfork.S: Likewise.
45355         * sysdeps/unix/i386/wait.S: Likewise.
45357         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45358         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45360         * configure.in (arm*-none*): Do not allow without
45361         --enable-hacker-mode.
45362         (netbsd*): Remove case setting base_os.
45363         (386bsd*): Likewise.
45364         (freebsd*): Likewise.
45365         (bsdi*): Likewise.
45366         (osf*): Likewise.
45367         (sunos*): Likewise.
45368         (ultrix*): Likewise.
45369         (newsos*): Likewise.
45370         (dynix*): Likewise.
45371         (*bsd*): Likewise.
45372         (sysv*): Likewise.
45373         (isc*): Likewise.
45374         (esix*): Likewise.
45375         (sco*): Likewise.
45376         (minix*): Likewise.
45377         (irix4*): Likewise.
45378         (irix6*): Likewise.
45379         (solaris[2-9]*): Likewise.
45380         (none): Likewise.
45381         * configure: Regenerated.
45383 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45385         [BZ #11521]
45386         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45387         overflow or cancellation in calculating denominator.
45388         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45389         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45390         down expression to avoid unexpected rounding in newer GCCs.
45391         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45393 2012-04-26  David S. Miller  <davem@davemloft.net>
45395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45396         long-double compat symbols.
45397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45403         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45404         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45405         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45406         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45407         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45408         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45409         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45411 2012-04-25  David S. Miller  <davem@davemloft.net>
45413         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45414         HWCAP_* values only after the memory barriers have been defined.
45415         (atomic_full_barrier): Define.
45416         (atomic_read_barrier): Define.
45417         (atomic_write_barrier): Define.
45419 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45421         * shlib-versions: Add libgcc_s version information.
45422         * sysdeps/generic/libgcc_s.h: Remove.
45423         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45424         libgcc_s.h.
45425         * sysdeps/gnu/unwind-resume.c: Likewise.
45426         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45428 2012-04-25  David S. Miller  <davem@davemloft.net>
45430         * sysdeps/unix/sparc/brk.S: Delete.
45431         * sysdeps/unix/sparc/dl-brk.S: Delete.
45432         * sysdeps/unix/sparc/pipe.S: Delete.
45433         * sysdeps/unix/sparc/sysdep.S: Delete.
45434         * sysdeps/unix/sparc/sysdep.h: Delete.
45435         * sysdeps/unix/sparc/vfork.S: Delete.
45436         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45437         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45438         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45439         (ret_ERRVAL, r0, r1, MOVE): Define.
45440         (JUMPTARGET): Remove.
45441         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45442         sysdeps/unix/sparc/sysdep.h
45443         (ENTRY, END): Remove.
45444         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45446 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45448         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45449         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45450         -DIS_IN_build.
45452         * timezone/README: Update upstream location and email address for
45453         tzcode and tzdata.
45454         * timezone/zdump.c: Update from tzcode 2012b.
45455         * timezone/zic.c: Likewise.
45457         * configure.in (libc_cv_as_needed): Remove test.
45458         * configure: Regenerated.
45459         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45460         conditional definition.
45461         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45462         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45463         * config.make.in (have-as-needed): Remove variable.
45465 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45466             Paul Pluzhnikov  <ppluzhnikov@google.com>
45468         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45469         strings correctly.
45471 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45473         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45474         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45475         * sysdeps/sh/strlen.S: Likewise.
45477 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45479         * sysdeps/unix/fork.S: Remove file.
45480         * sysdeps/unix/i386/fork.S: Likewise.
45481         * sysdeps/unix/sparc/fork.S: Likewise.
45483         * sysdeps/unix/system.c: Remove file.
45484         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45486         * sysdeps/unix/getegid.S: Remove file.
45487         * sysdeps/unix/geteuid.S: Likewise.
45489 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45491         * scripts/check-localplt.awk: New file.
45492         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45493         of diff.
45494         * scripts/data/localplt-generic.data: Add a comment.
45496         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45497         NODE when __dir_mkfile failed.
45498         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45499         Reported by Ludovic Courtès <ludo@gnu.org>.
45501 2012-04-24  Andreas Jaeger  <aj@suse.de>
45503         * Makerules (common-clean): Also remove gen-as-const-headers
45504         files.
45506 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45508         * Makerules (native-compile): Do not change working directory for
45509         build.  Use $(OUTPUT_OPTION) in command.
45510         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45512 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45514         [BZ #13886]
45515         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45516         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45517         * math/libm-test.inc (floor_test): Add more tests.
45518         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45520 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45522         * sysdeps/unix/getdents.c: Remove file.
45523         * sysdeps/unix/sysv/getdents.c: Likewise.
45524         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45526         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45527         sysdeps/unix/mman/syscalls.list.
45528         (mmap): Likewise.
45529         (mprotect): Likewise.
45530         (msync): Likewise.
45531         (munmap): Likewise.
45532         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45533         * sysdeps/unix/mman/syscalls.list: Remove.
45534         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45536         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45537         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45538         * configure: Regenerated.
45539         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45540         $(libgcc_s_suffix).
45541         * config.make.in (libgcc_s_suffix): Remove variable.
45543 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45545         * sysdeps/unix/sysv/gethostname.c: Move to ...
45546         * sysdeps/posix/gethostname.c: ... here.
45548         * sysdeps/unix/execve.S: Remove file.
45550         * sysdeps/unix/_exit.S: Remove file.
45552 2012-04-23  Andreas Jaeger  <aj@suse.de>
45554         [BZ #13739]
45555         * manual/Makefile: Remove make dist support, there's no
45556         need for a stand-alone documentation tar ball.
45557         (TEXI2DVI): Define always, it's not in Makeconfig.
45558         (dist): Removed.
45559         (tar-it): Removed.
45560         (edition): Removed.
45561         (glibc-doc-$(edition).tar): Removed
45562         (%.Z): Removed.
45563         (%.gz): Removed.
45564         (%.uu): Removed.
45565         (ETAGS): Remove, it's in Makeconfig.
45566         (move-if-change): Remove, it's in Makeconfig.
45568 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45570         [BZ #13970]
45571         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45572         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45573         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45574         (strtod_l, strtof_l, strtold_l): Remove __wur.
45575         It is not necessarily an error to ignore strtol's return value.
45576         One can reliably look at the stored endptr to decide whether
45577         the number had valid syntax.
45579 2012-04-21  Andreas Jaeger  <aj@suse.de>
45581         [BZ #13739]
45582         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45584 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45586         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45587         * sysdeps/unix/sysv/Versions: Remove file.
45589 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45591         [BZ #13927]
45592         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45594 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45596         [BZ #7064]
45597         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45598         version from __vm86.
45600 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45602         * sysdeps/unix/common/lxstat.c: Remove file.
45603         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45605         * sysdeps/unix/sysv/Makefile: Remove file.
45607         * sysdeps/unix/sysv/direct.h: Remove file.
45609         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45610         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45611         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45612         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45613         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45614         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45615         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45617         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45619         * sysdeps/unix/xmknod.c: Remove file.
45620         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45622         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45624         * sysdeps/unix/sysv/i386/time.S: Remove file.
45626         * sysdeps/unix/fxstat.c: Remove file.
45627         * sysdeps/unix/xstat.c: Likewise.
45628         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45630         * sysdeps/unix/sysv/sigaction.c: Remove file.
45632         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45633         (sysdep_headers): Remove variable.
45634         [termio.h not in sysdep_headers] (generated): Likewise.
45635         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45636         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45637         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45638         * sysdeps/unix/sysv/tcflow.c: Likewise.
45639         * sysdeps/unix/sysv/tcflush.c: Likewise.
45640         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45641         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45642         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45643         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45644         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45646         * sysdeps/unix/siglist.c: Remove file.
45648         * sysdeps/unix/getppid.S: Remove file.
45650         * sysdeps/unix/mkdir.c: Remove file.
45651         * sysdeps/unix/rmdir.c: Likewise.
45653 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45655         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45656         ERR_MAX value.
45657         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45658         errlist-compat value.
45660 2012-04-18  David S. Miller  <davem@davemloft.net>
45662         * sysdeps/generic/memcopy.h (reg_char): Delete.
45663         * debug/strcat_chk.c: Use char, not reg_char.
45664         * debug/strcpy_chk.c: Likewise.
45665         * debug/strncat_chk.c: Likewise.
45666         * debug/strncpy_chk.c: Likewise.
45667         * string/memchr.c: Likewise.
45668         * string/memrchr.c: Likewise.
45669         * string/rawmemchr.c: Likewise.
45670         * string/strcat.c: Likewise.
45671         * string/strchr.c: Likewise.
45672         * string/strchrnul.c: Likewise.
45673         * string/strcmp.c: Likewise.
45674         * string/strcpy.c: Likewise.
45675         * string/strncat.c: Likewise.
45676         * string/strncmp.c: Likewise.
45677         * string/strncpy.c: Likewise.
45679 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45681         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45682         __builtin_memcopy is called when src and dest ranges are known to not
45683         overlap.
45685 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45687         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45688         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45689         fwd_align_merge macro call.
45690         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45691         bwd_align_merge macro call.
45692         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45694 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45696         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45697         bwd_align_merge macros.
45698         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45699         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45700         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45702 2012-04-18  David S. Miller  <davem@davemloft.net>
45704         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45706 2012-04-18  Andreas Jaeger  <aj@suse.de>
45708         [BZ# 6794]
45709         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45710         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45711         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45713         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45714         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45715         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45717         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45718         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45719         Adjust for changed ldbl-128 files.
45721         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45722         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45723         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45725 2012-04-17  David S. Miller  <davem@davemloft.net>
45727         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45729 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45731         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45732         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45733         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45734         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45735         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45736         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45738 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45740         [BZ #6794]
45741         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45742         * math/libm-test.inc: Add ilogb errno and exception tests.
45743         * math/w_ilogb.c: New file: ilogb wrapper.
45744         * math/w_ilogbf.c: New file: ilogbf wrapper.
45745         * math/w_ilogbl.c: New file: ilogbl wrapper.
45746         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45747         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45748         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45749         exception being thrown with 0.0 as argument.
45750         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45751         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45752         exception being thrown with 0.0 as argument.
45753         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45754         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45755         exception being thrown with 0.0 as argument.
45756         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45757         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45758         exception being thrown with 0.0 as argument.
45759         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45760         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45761         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45762         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45763         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45764         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45765         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45766         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45767         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45769 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45771         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45772         with altivec.
45774 2012-04-16  Marek Polacek  <polacek@redhat.com>
45776         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45778 2012-04-16  Marek Polacek  <polacek@redhat.com>
45780         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45781         operands of fdivp instruction.
45783 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45785         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45786         * elf/tst-auditmod3b.c: Likewise.
45787         * elf/tst-auditmod4b.c: Likewise.
45788         * elf/tst-auditmod5b.c: Likewise.
45789         * elf/tst-auditmod6b.c: Likewise.
45790         * elf/tst-auditmod6c.c: Likewise.
45791         * elf/tst-auditmod7b.c: Likewise.
45792         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45793         * sysdeps/x86_64/preconfigure.in: Likewise.
45794         * sysdeps/x86_64/preconfigure: Regenerated.
45796 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45798         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45799         __ILP32__.
45801 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45803         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45804         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45806 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45808         [BZ #13973]
45809         * locale/iso-639.def: Fix gl language name. Spotted by
45810         Yaron Shahrabani.
45812 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45814         [BZ #2074]
45815         * libio/libio.h (__io_write_fn): Update comment.
45817 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45819         [BZ #2074]
45820         * stdio.texi (Hook Functions): The user provided writer function
45821         is not allowed to return -1.
45823 2012-04-11  David S. Miller  <davem@davemloft.net>
45825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45827 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45829         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45830         Add a leading slash to rtkaio.
45832 2012-04-11  Jim Meyering  <meyering@redhat.com>
45834         [BZ #11959]
45835         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45836         It is not necessarily an error to ignore fwrite's return
45837         value.  One can reliably use ferror to test for errors after
45838         the fact.
45840 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45842         * bits/types.h (__snseconds_t): New type.
45843         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45845         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45846         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45847         (__SNSECONDS_T_TYPE): Likewise.
45848         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45849         (__SNSECONDS_T_TYPE): Likewise.
45850         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45851         (__SNSECONDS_T_TYPE): Likewise.
45853 2012-04-10  Andreas Jaeger  <aj@suse.de>
45855         [BZ #2636]
45856         * manual/time.texi (Processor Time): Return type of times is
45857         elapsed real time since an arbitrary point in the past.
45858         (CPU Time): Move CLK_TCK from here...
45859         (Processor Time): ...to here.  Correct description.
45860         * manual/conf.texi (Constants for Sysconf): Correct description of
45861         _SC_CLK_TCK.
45863 2012-04-10  David S. Miller  <davem@davemloft.net>
45865         [BZ #13967]
45866         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45867         where the is a gap between DT_REL(A) and DT_JMPREL.
45869 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45871         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45872         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45873         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45875 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45877         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45878         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45879         (dl_main): Handle --inhibit-cache.
45880         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45881         _dl_inhibit_cache.
45882         * elf/dl-load.c (_dl_map_object): Use it.
45883         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45885 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45887         [BZ #13872]
45888         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45889         (__ieee754_powl): Saturate large exponents rather than testing for
45890         overflow of y*log2(x).
45891         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45892         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45893         exceptions.
45895         [BZ #11521]
45896         * math/s_ctan.c: Include <float.h>.
45897         (__ctan): Avoid internal overflow or cancellation in calculating
45898         denominator.
45899         * math/s_ctanf.c: Likewise.
45900         * math/s_ctanl.c: Likewise.
45901         * math/s_ctanh.c: Likewise.
45902         * math/s_ctanhf.c: Likewise.
45903         * math/s_ctanhl.c: Likewise.
45904         * math/libm-test.inc (ctan_test): Add more tests.
45905         (ctanh_test): Likewise.
45906         * sysdeps/i386/fpu/libm-test-ulps: Update.
45907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45909 2012-04-09  Andreas Jaeger  <aj@suse.de>
45911         [BZ #6894]
45912         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45913         is an optional BSD extension.
45915         [BZ #10254]
45916         * manual/stdio.texi (Opening Streams): Document additional fopen
45917         parameters.
45919 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45921         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45922         %eax without telling the compiler.
45924 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45926         [BZ # 13963]
45927         * manual/install.texi: Use sourceware.org.
45929 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45931         [BZ #13873]
45932         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45933         (__ieee754_pow): Generate overflow and underflow using huge*huge
45934         and tiny*tiny rather than just returning constant infinity or zero
45935         for large exponents.
45936         * math/libm-test.inc (pow_test): Require overflow exceptions for
45937         applicable cases of large exponents.
45939         [BZ #706]
45940         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45941         (__ieee754_pow): Use iterative multiplication algorithm only for
45942         integer exponents with absolute value below 1024.  Check for odd
45943         integer exponents when using algorithm for real exponents.
45944         * math/libm-test.inc (pow_test): Add more tests.
45945         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45947 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45949         [BZ #13705]
45950         * math/libm-test.inc (exp_test): Do not allow overflow exception
45951         on underflow test.
45953 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45955         [BZ #13705]
45956         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45957         instead of __kernel_standard_f.
45959 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45961         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45962         * sysdeps/x86_64/memset_chk.S: Likewise.
45964 2012-04-08  Andreas Jaeger  <aj@suse.de>
45966         [BZ #10153]
45967         * manual/startup.texi (Environment Access): Describe return value
45968         for putenv and setenv.
45970         [BZ #6895]
45971         * manual/filesys.texi (Directory Entries): Add description for
45972         DT_LNK.
45974         [BZ #6890]
45975         * manual/filesys.texi (Directory Entries): Clarify that it's file
45976         system not operating system in the description of DT_UNKNOWN.
45978         [BZ #6578]
45979         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45981 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45983         [BZ #6649]
45984         * manual/llio.texi (Opening and Closing Files): Add cross
45985         reference to explain mode argument.
45987 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45989         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45990         * sysdeps/x86_64/memset_chk.S: Likewise.
45992 2012-04-07  David S. Miller  <davem@davemloft.net>
45994         * elf/elf.h (R_SPARC_WDISP10): Define.
45995         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45996         R_SPARC_SIZE32.
45997         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45998         R_SPARC_SIZE64 and R_SPARC_H34.
46000 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46002         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46003         conditions and remove no longer applicable assertion.
46005 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46007         * bits/byteswap.h: Include <features.h>.
46008         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46009         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46011 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46013         * bits/byteswap.h (__bswap_16): Removed.
46014         Include <bits/byteswap-16.h> to get __bswap_16.
46015         * sysdeps/i386/bits/byteswap.h: Likewise.
46016         * sysdeps/s390/bits/byteswap.h: Likewise.
46017         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46018         * bits/byteswap-16.h: New file.
46019         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46020         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46021         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46022         * string/Makefile (headers): Add bits/byteswap-16.h.
46024 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46026         [BZ #13895]
46027         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46028         extra indirection.
46029         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46030         * nss/tst-nss-static.c: New.
46032 2012-04-06  Robert Millan  <rmh@gnu.org>
46034         [BZ #6486]
46035         * manual/llio.texi (File Position Primitive): lseek
46036         refers to WHENCE when it really means OFFSET.
46038 2012-04-06  Andreas Jaeger  <aj@suse.de>
46040         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46041         strncmp declarations.
46043         * abilist/libc.abilist: Add __poll and __ppoll.
46045 2012-04-05  David S. Miller  <davem@davemloft.net>
46047         * scripts/check-local-headers.sh: Accept a host triplet in the
46048         path matched by the exclude regexp.
46050         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46051         definition.
46052         * sysdeps/powerpc/powerpc32/dl-machine.h
46053         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46054         * sysdeps/s390/s390-32/dl-machine.h
46055         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46056         * sysdeps/sparc/sparc32/dl-machine.h
46057         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46058         * sysdeps/sparc/sparc64/dl-machine.h
46059         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46061         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46062         lazy binding.
46063         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46064         undefined symbol errors.
46066         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46067         DT_NEEDED entries.
46069 2012-04-05  Michael Matz  <matz@suse.de>
46071         [BZ #13592]
46072         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46074 2012-04-05  Andreas Jaeger  <aj@suse.de>
46076         [BZ #13908]
46077         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46078         comment.
46080 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46082         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46083         which ROUND is no valid rounding mode.
46085 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46087         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46088         read again.
46089         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46091 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46093         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46094         an exception using FPU order intentionally.
46096 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46098         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46099         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46100         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46101         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46103 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46105         [BZ #12340]
46106         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46107         EINVAL when BUFLEN is too smal.
46109 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46111         [BZ #13553]
46112         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46113         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46115 2012-04-03  Andreas Jaeger  <aj@suse.de>
46117         [BZ #13938]
46118         * manual/setjmp.texi (System V contexts): Fix sentence.
46120         [BZ #13926]
46121         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46122         New macro for this case.
46123         [!__GNUC__] (__bswap_64): New inline function for this case.
46124         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46125         * bits/byteswap.h: Likewise.
46126         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46127         ull, guard with __GLIBC_HAVE_LONG_LONG.
46129         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46130         __GLIBC_HAVE_LONG_LONG.
46132         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46133         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46135 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46137         [BZ #13691]
46138         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46139         inptr and inend, rather than using last_ch.
46141 2012-04-02  David S. Miller  <davem@davemloft.net>
46143         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46144         * stdio-common/printf-parse.h (read_int): Change return type to
46145         'int', return -1 on INT_MAX overflow.
46146         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46147         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46148         overflows INT_MAX.  Check for overflow of in-format-string precision
46149         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46150         SIZE_MAX not INT_MAX for integer overflow test.
46151         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46152         skip the construct in the format string but do not record anything.
46153         * stdio-common/bug22.c: Adjust to test both width/prevision
46154         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46155         explicitly for proper errno values.
46157 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46159         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46160         CHAR_MAX.
46161         * string/test-strcmp.c [! WIDE]: Likewise.
46162         * time/tst-mktime2.c: Likewise for INT_MAX.
46163         * string/test-string.h: #include <sys/param.h> for MIN.
46165         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46166         * sysdeps/i386/init-first.c (init): Likewise.
46167         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46168         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46169         * sysdeps/sh/init-first.c (init): Likewise.
46171 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46173         * po/ru.po: Update from translation team.
46174         * po/vi.po: Likewise.
46176 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46178         * resolv/nss_dns/dns-host.c: Merge copyright years.
46180 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46182         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46183         Optimize memcpy with prefetch if
46184         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46185         src, dst pointers have unequal 16 byte alignments.
46187 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46189         [BZ #13928]
46190         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46191         from a CNAME entry and return the minimum ttl for the query.
46192         (gaih_getanswer_slice): Likewise.
46194 2012-03-30  Jeff Law  <law@redhat.com>
46196         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46197         due to long keys.
46198         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46199         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46201         * resolv/nss_dns/dns-host.c: Update copyright year.
46203 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46205         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46206         requests to save a system call.  Fix check that all bytes are sent.
46208         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46209         comments for sendmmsg.
46211 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46213         [BZ #13691]
46214         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46215         with only 1 character between 0x0041 and 0x01b0.
46216         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46217         * wcsmbs/tst-mbsnrtowcs.c: New file.
46219 2012-03-29  David S. Miller  <davem@davemloft.net>
46221         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46222         small copies by hand.
46224 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46226         [BZ #13761]
46227         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46228         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46229         group memberships.
46231 2012-03-28  David S. Miller  <davem@davemloft.net>
46233         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46234         that branches into memcpy.
46235         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46236         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46237         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46238         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46239         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46240         bits.
46241         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46242         implementation too.
46243         * sysdeps/sparc/mempcpy.S: New file.
46245         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46246         the IFUNC routine in the libc case.
46247         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46249         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46250         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46251         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46252         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46253         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46254         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46255         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46256         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46258         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46259         loop to 256 bytes instead of 64 bytes and fix test signedness.
46261         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46262         * sysdeps/sparc/sparc32/Makefile: rather than here...
46263         * sysdeps/sparc/sparc64/Makefile: and here.
46265 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46267         * malloc/mallocbug.c: Avoid warnings about unused variables.
46269 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46271         [BZ #13760]
46272         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46273         in the right place. Discard and retry query if response is
46274         larger than input buffer size.
46276 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46278         [BZ #369]
46279         [BZ #2678]
46280         [BZ #3866]
46281         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46282         x for large integer exponent.
46283         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46284         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46285         sign of result as needed afterwards.
46286         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46287         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46288         result for underflowing pow the same as for overflow.
46289         (__kernel_standard_l): Handle powl overflow and underflow here
46290         rather than calling __kernel_standard.
46291         * math/libm-test.inc (pow_test): Add more tests.
46293         [BZ #3868]
46294         [BZ #13879]
46295         [BZ #13910]
46296         [BZ #13911]
46297         [BZ #13912]
46298         [BZ #13913]
46299         [BZ #13915]
46300         [BZ #13916]
46301         [BZ #13917]
46302         [BZ #13918]
46303         [BZ #13919]
46304         [BZ #13920]
46305         [BZ #13921]
46306         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46307         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46308         (__kernel_standard_l): New function.
46309         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46310         __kernel_standard.
46311         * math/w_acosl.c (__acosl): Likewise.
46312         * math/w_asinl.c (__asinl): Likewise.
46313         * math/w_atan2l.c (__atan2l): Likewise.
46314         * math/w_atanhl.c (__atanhl): Likewise.
46315         * math/w_coshl.c (__coshl): Likewise.
46316         * math/w_exp10l.c (__exp10l): Likewise.
46317         * math/w_exp2l.c (__exp2l): Likewise.
46318         * math/w_fmodl.c (__fmodl): Likewise.
46319         * math/w_hypotl.c (__hypotl): Likewise.
46320         * math/w_j0l.c (__j0l, __y0l): Likewise.
46321         * math/w_j1l.c (__j1l, __y1l): Likewise.
46322         * math/w_jnl.c (__jnl, __ynl): Likewise.
46323         * math/w_lgammal.c (__lgammal): Likewise.
46324         * math/w_log10l.c (__log10l): Likewise.
46325         * math/w_log2l.c (__log2l): Likewise.
46326         * math/w_logl.c (__logl): Likewise.
46327         * math/w_powl.c (__powl): Likewise.
46328         * math/w_remainderl.c (__remainderl): Likewise.
46329         * math/w_scalbl.c (sysv_scalbl): Likewise.
46330         * math/w_sinhl.c (__sinhl): Likewise.
46331         * math/w_sqrtl.c (__sqrtl): Likewise.
46332         * math/w_tgammal.c (__tgammal): Likewise.
46333         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46334         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46335         * math/libm-test.inc (acos_test): Add more tests.
46336         (acosh_test): Likewise.
46337         (asin_test): Likewise.
46338         (atanh_test): Likewise.
46339         (exp_test): Likewise.
46340         (exp10_test): Likewise.
46341         (exp2_test): Likewise.
46342         (expm1_test): Likewise.
46343         (lgamma_test): Likewise.
46344         (log_test): Likewise.
46345         (log10_test): Likewise.
46346         (log1p_test): Likewise.
46347         (log2_test): Likewise.
46348         (pow_test): Do not allow some spurious overflow exceptions.
46349         (sqrt_test): Add more tests.
46350         (tgamma_test): Likewise.
46351         (y0_test): Likewise.
46352         (y1_test): Likewise.
46353         (yn_test): Likewise.
46355 2012-03-27  Anton Blanchard  <anton@samba.org>
46357         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46358         MAP_HUGETLB.
46359         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46360         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46361         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46363 2012-03-27  David S. Miller  <davem@davemloft.net>
46365         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46367         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46368         have-as-vis3 check.
46370 2012-03-27  Andreas Jaeger  <aj@suse.de>
46372         * sysdeps/x86_64/elf/configure.in: Moved to ...
46373         * sysdeps/x86_64/configure.in: ... here.
46374         * sysdeps/x86_64/elf/start.S: Moved to ...
46375         * sysdeps/x86_64/start.S: ... here.
46376         * sysdeps/x86_64/elf/configure: Delete.
46378         * sysdeps/x86_64/configure.in: Merge contents from
46379         sysdeps/i386/configure.in (without i686 check).
46381         * sysdeps/i386/elf/Versions: Merge into ...
46382         * sysdeps/i386/Versions: ... this.
46383         * sysdeps/i386/elf/Versions: Delete file.
46384         * sysdeps/i386/elf/start.S: Moved to ...
46385         * sysdeps/i386/start.S: ...here.
46386         * sysdeps/i386/elf/configure.in: Merge into...
46387         * sysdeps/i386/configure.in: ...here.
46388         * sysdeps/i386/elf/configure.in: Delete file.
46389         * sysdeps/i386/elf/configure: Delete file.
46391         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46392         * debug/backtracesyms.c: ... here.
46393         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46394         * debug/backtracesymsfd.c: ... here.
46395         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46396         * sysdeps/generic/ifunc-sel.h: ... here.
46398         * sysdeps/unix/i386/start.c: Delete file.
46399         * sysdeps/unix/sparc/start.c: Delete file.
46400         * sysdeps/unix/start.c: Delete file.
46402         * sysdeps/sh/elf/configure.in: Moved to ...
46403         * sysdeps/sh/configure.in: ... here.
46404         * sysdeps/sh/elf/start.S: Moved to ...
46405         * sysdeps/sh/start.S: ... here.
46406         * sysdeps/sh/elf/configure: Delete file.
46408         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46409         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46410         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46411         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46412         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46413         * sysdeps/powerpc/powerpc64/start.S: here.
46414         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46415         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46416         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46417         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46418         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46420         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46421         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46422         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46423         * sysdeps/powerpc/powerpc32/start.S: ... here.
46424         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46425         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46426         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46428         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46429         * sysdeps/powerpc/ifunc-sel.h: ... here.
46430         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46431         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46433         * sysdeps/sparc/elf/configure.in: Moved to ...
46434         * sysdeps/sparc/configure.in: ... here.
46435         * sysdeps/sparc/elf/configure: Delete file.
46436         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46437         * sysdeps/sparc/sparc32/start.S: ... here.
46438         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46439         * sysdeps/sparc/sparc64/start.S: ... here.
46440         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46441         * sysdeps/sparc/sparc32/Makefile: ... this.
46442         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46443         * sysdeps/sparc/sparc64/Makefile: ... this.
46445         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46446         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46447         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46448         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46449         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46450         * sysdeps/s390/s390-32/setjmp.S: ... here.
46451         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46452         * sysdeps/s390/s390-32/configure.in: ... here.
46453         * sysdeps/s390/s390-32/elf/configure: Delete file.
46454         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46455         * sysdeps/s390/s390-32/start.S: ... here.
46457         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46458         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46459         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46460         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46461         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46462         * sysdeps/s390/s390-64/setjmp.S: ... here.
46463         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46464         * sysdeps/s390/s390-64/configure.in: ... here
46465         * sysdeps/s390/s390-64/elf/configure: Delete file.
46466         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46467         * sysdeps/s390/s390-64/start.S: ... here.
46468         * sysdeps/s390/s390-64/elf/configure: Delete.
46470         * configure.in: Remove support for elf directories in sysdeps.
46472         * configure: Regenerated.
46473         * sysdeps/i386/configure: Regenerated.
46474         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46475         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46476         * sysdeps/s390/s390-32/configure: Regenerated.
46477         * sysdeps/s390/s390-64/configure: Regenerated.
46478         * sysdeps/sh/configure: Regenerated.
46479         * sysdeps/sparc/configure: Regenerated.
46480         * sysdeps/x86_64/configure: Regenerated.
46482 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46484         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46486         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46487         denormal result into account.
46489 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46491         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46492         Reported by Allan McRae <allan@archlinux.org>.
46494 2012-03-23  Jeff Law  <law@redhat.com>
46496         * nss/getnssent.c (__nss_getent): Fix typo.
46498 2012-03-23  David S. Miller  <davem@davemloft.net>
46500         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46502 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46504         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46505         to pad to uint64_t for each field.
46506         (dl_tls_index): Replace unsigned long with uint64_t.
46508 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46509         Paul Pluzhnikov  <ppluzhnikov@google.com>
46511         [BZ #6528]
46512         * grp/Makefile (otherlibs): Don't set it.
46513         * inet/Makefile (otherlibs): Likewise.
46514         * login/Makefile (otherlibs): Likewise.
46515         * nscd/Makefile (otherlibs): Likewise.
46516         * posix/Makefile (otherlibs): Likewise.
46517         * pwd/Makefile (otherlibs): Likewise.
46518         * rt/Makefile (otherlibs): Likewise.
46519         * sunrpc/Makefile (otherlibs): Likewise.
46520         * nss/Makefile (otherlibs): Likewise.
46521         Add libnss_files to routines and static-only-routines.
46522         ($(objpfx)getent): Remove rule.
46523         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46524         static-only-routines.
46526 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46528         [BZ #13892]
46529         * math/s_cexp.c: Include <float.h>.
46530         (__cexp): Handle exp result overflowing not necessarily
46531         overflowing both real and imaginary parts of result.
46532         * math/s_cexpf.c: Likewise.
46533         * math/s_cexpl.c: Likewise.
46534         * math/libm-test.inc (cexp_test): Add more tests.
46535         * sysdeps/i386/fpu/libm-test-ulps: Update.
46536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46538 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46540         * include/link.h (ELFW): New macro.
46541         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46542         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46544 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46546         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46547         with uint64_t.
46549 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46551         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46552         declaration.
46553         (struct La_x32_retval): Likewise.
46555 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46557         * sysdeps/x86_64/preconfigure.in: New file.
46558         * sysdeps/x86_64/preconfigure: New generated file.
46560 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46562         [BZ #13824]
46563         * math/e_exp2l.c: Include <float.h>.
46564         (__ieee754_exp2l): Handle overflow and underflow cases
46565         separately.  Only pass fractional part of argument to
46566         __ieee754_expl.
46567         * math/libm-test.inc (exp2_test): Add more tests.
46569         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46570         negating x to take absolute value.
46571         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46572         Likewise.
46573         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46574         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46575         Likewise.
46576         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46577         computing low part if x was negated.
46578         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46580 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46582         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46583         la_x32_gnu_pltexit.
46584         (pltexit): Cast int_retval to ptrdiff_t.
46585         * elf/tst-auditmod3b.c: Likewise.
46586         * elf/tst-auditmod4b.c: Likewise.
46587         * elf/tst-auditmod5b.c: Likewise.
46588         * elf/tst-auditmod6b.c: Likewise.
46589         * elf/tst-auditmod6c.c: Likewise.
46590         * elf/tst-auditmod7b.c: Likewise.
46592         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46593         and x32_gnu_pltexit.
46595         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46596         __ELF_NATIVE_CLASS.
46597         (La_x32_regs): New macro.
46598         (La_x32_retval): Likewise.
46599         (la_x32_gnu_pltenter): New function prototype.
46600         (la_x32_gnu_pltexit): Likewise.
46602 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46604         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46605         exponent.
46607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46609         * configure.in (libc_cv_cc_nofma): Check for option to disable
46610         generation of FMA instructions.
46611         * configure: Regenerate.
46612         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46613         * sysdeps/ieee754/dbl-64/Makefile: New file.
46614         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46615         Remove brandred-fma4.
46616         (CFLAGS-brandred-fma4.c): Remove.
46617         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46618         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46619         define.
46620         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46621         define.
46623 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46625         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46626         LLONG_MAX != LONG_MAX.
46627         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46628         (_fitoa_word): Likewise.
46629         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46630         LLONG_MAX != LONG_MAX.
46631         * stdio-common/_itowa.h: Include <_itoa.h>.
46632         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46633         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46634         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46635         only if not defined.
46636         (_ITOA_WORD_TYPE): Likewise.
46637         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46638         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46640 2012-03-21  David S. Miller  <davem@davemloft.net>
46642         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46644 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46646         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46647         of x86_64 when setting libc_cv_slibdir, libdir and
46648         libc_cv_localedir.
46649         * sysdeps/unix/sysv/linux/configure: Regenerated.
46651 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46653         * manual/lang.texi (Old Varargs): Remove section.
46654         (How Variadic): Update menu.
46655         (va_start): Do not mention varargs.h.
46657 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46658             Joseph Myers  <joseph@codesourcery.com>
46660         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46661         link test.
46662         * configure: Regenerated.
46664 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46666         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46667         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46668         conformtest.pl
46670 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46672         * NOTES: Remove.
46673         * Makefile (files-for-dist): Remove NOTES.
46674         (NOTES): Remove rule.
46675         * README: Don't refer to NOTES.
46676         * manual/creature.texi: Don't include macros.texi.
46677         * manual/intro.texi (creature.texi): Remove comment referring to
46678         NOTES.
46680         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46681         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46682         * configure: Regenerated.
46683         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46684         LIBC_TRY_CC_OPTION.
46685         (libc_cv_as_i686): Likewise.
46686         (libc_cv_cc_avx): Likewise.
46687         (libc_cv_cc_sse2avx): Likewise.
46688         (libc_cv_cc_fma4): Likewise.
46689         (libc_cv_cc_novzeroupper): Likewise.
46690         * sysdeps/i386/configure: Regenerated.
46692         [BZ #13883]
46693         * sysdeps/i386/fpu/s_cexp.S: Remove.
46694         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46695         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46696         * math/libm-test.inc (cexp_test): Add more tests.
46697         * sysdeps/i386/fpu/libm-test-ulps: Update.
46698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46700 2012-03-21  Allan McRae  <allan@archlinux.org>
46702         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46704 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46706         [BZ #13871]
46707         * math/w_exp2.c: Do not include <float.h>.
46708         (o_threshold, u_threshold): Remove.
46709         (__exp2): Calculate result before checking finiteness and calling
46710         __kernel_standard.
46711         * math/w_exp2f.c: Likewise.
46712         * math/w_exp2l.c: Likewise.
46713         * math/libm-test.inc (exp2_test): Require overflow exception for
46714         1e6 input.
46716         [BZ #3866]
46717         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46718         range of signed 64-bit integers before using fistpll.  Remove
46719         checks for whether integers fit in mantissa bits.
46720         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46721         the range of signed 32-bit integers before using fistpl.  Remove
46722         checks for whether integers fit in mantissa bits.
46723         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46724         (__ieee754_powl): Test for y outside the range of signed 64-bit
46725         integers before using fistpll.  Reduce 64-bit values to 63-bit
46726         ones as needed.
46727         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46728         divide-by-zero is raised for zero to large negative powers.
46729         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46730         (__ieee754_powl): Test for y outside the range of signed 64-bit
46731         integers before using fistpll.  Reduce 64-bit values to 63-bit
46732         ones as needed.
46733         * math/libm-test.inc (pow_test): Add more tests.
46735 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46737         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46738         <stdio-common/_itoa.h>.
46739         * debug/segfault.c: Likewise.
46740         * elf/dl-cache.c: Likewise.
46741         * elf/dl-minimal.c: Likewise.
46742         * elf/dl-misc.c: Likewise.
46743         * elf/dl-sysdep.c: Likewise.
46744         * elf/dl-version.c: Likewise.
46745         * elf/rtld.c: Likewise.
46746         * hurd/hurdsock.c: Likewise.
46747         * hurd/lookup-retry.c: Likewise.
46748         * malloc/malloc.c: Likewise.
46749         * malloc/mtrace.c: Likewise.
46750         * nscd/nscd_getgr_r.c: Likewise.
46751         * nscd/nscd_getpw_r.c: Likewise.
46752         * nscd/nscd_getserv_r.c: Likewise.
46753         * posix/getopt_init.c: Likewise.
46754         * posix/wordexp.c: Likewise.
46755         * stdio-common/_itoa.c: Likewise.
46756         * stdio-common/printf_fphex.c: Likewise.
46757         * stdio-common/vfprintf.c: Likewise.
46758         * string/_strerror.c: Likewise.
46759         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46760         * sysdeps/i386/i686/hp-timing.h: Likewise.
46761         * sysdeps/mach/_strerror.c: Likewise.
46762         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46763         * sysdeps/mach/hurd/sethostid.c: Likewise.
46764         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46765         * sysdeps/mach/xpg-strerror.c: Likewise.
46766         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46767         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46768         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46769         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46770         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46771         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46772         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46773         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46774         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46775         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46776         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46777         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46778         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46779         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46780         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46781         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46782         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46783         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46784         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46785         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46786         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46788         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46790         * stdio-common/_itoa.h: Moved to ...
46791         * sysdeps/generic/_itoa.h: Here.
46793         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46795         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46796         instead of "_itoa.h" and "_itowa.h".
46797         * stdio-common/vfprintf.: Likewise.
46799 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46801         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46802         <bits/wordsize.h>.
46803         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46804         (__signbit): Likwise.
46805         (llrintf): Likwise.
46806         (llrint): Likwise.
46808 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46810         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46811         __WORDSIZE != 64.
46813 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46815         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46816         OVERFLOW_EXCEPTION_OK.
46817         * math/libm-test.inc ("Philosophy"): Update comment about
46818         exception testing.
46819         (OVERFLOW_EXCEPTION): Define.
46820         (OVERFLOW_EXCEPTION_OK): Likewise.
46821         (INVALID_EXCEPTION_OK): Renumber.
46822         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46823         (IGNORE_ZERO_INF_SIGN): Likewise.
46824         (test_exceptions): Handle FE_OVERFLOW.
46825         (exp10_test): Expect overflow exceptions.
46826         (exp2_test): Likewise.
46827         (expm1_test): Likewise.
46828         (nextafter_test): Likewise.
46829         (pow_test): Likewise.
46830         (scalbn_test): Likewise.
46831         (scalbln_test): Likewise.
46833 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46835         * sysdeps/x86_64/bits/atomic.h
46836         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46837         64bit integer.
46838         (atomic_exchange_acq): Likewise.
46839         (__arch_exchange_and_add_body): Likewise.
46840         (__arch_add_body): Likewise.
46841         (atomic_add_negative): Likewise.
46842         (atomic_add_zero): Likewise.
46844 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46846         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46847         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46849 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46851         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46852         Check __x86_64__ instead of __WORDSIZE.
46854 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46856         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46858 2012-03-19  David S. Miller  <davem@davemloft.net>
46860         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46862         * sysdeps/sparc/fpu/fenv_private.h: New file.
46863         * sysdeps/sparc/fpu/math_private.h: Use it.
46864         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46865         Remove.
46866         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46867         (libc_feholdexcept_setroundl): Remove.
46868         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46869         Remove.
46870         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46871         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46873 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46875         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46876         int64_t instead of long int.
46877         (INSERT_WORDS64): Likwise.
46879 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46881         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46882         _Unwind_GetCFA return to _Unwind_Ptr first.
46884 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46886         [BZ #13629]
46887         * math/s_clog.c: Include <float.h>.
46888         (__clog): Scale large or subnormal inputs.
46889         * math/s_clogf.c: Likewise.
46890         * math/s_clogl.c: Likewise.
46891         * math/s_clog10.c: Include <float.h>.
46892         (M_LOG10_2): Define.
46893         (__clog10): Scale large or subnormal inputs.
46894         * math/s_clog10f.c: Likewise.
46895         * math/s_clog10l.c: Likewise.
46896         * math/libm-test.inc (clog_test): Add more tests.
46897         (clog10_test): Likewise.
46898         * sysdeps/i386/fpu/libm-test-ulps: Update.
46899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46901         [BZ #11451]
46902         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46903         x and y.
46904         * math/libm-test.inc (atan2_test): Add another test.
46906         * Makerules (common-objdir-compile): Remove.
46907         * sysdeps/unix/Makefile (config-generated): Do not add
46908         $(unix-generated) to variable.
46909         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46910         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46911         Remove rule.
46912         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46913         Likewise.
46914         [generic bits/local_lim.h] (before-compile): Do not append to
46915         variable.
46916         [generic bits/local_lim.h] (common-generated): Likewise.
46917         [generic sys/param.h] (before-compile): Do not append to variable.
46918         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46919         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46920         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46921         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46922         include.
46923         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46924         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46925         [generic sys/param.h] ($(addprefix
46926         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46927         [generic sys/param.h] (common-generated): Do not append to
46928         variable.
46929         [generic sys/param.h] (sysdep_headers): Likewise.
46930         [generic bits/errno.h] (before-compile): Do not append to
46931         variable.
46932         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46933         rule.
46934         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46935         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46936         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46937         [generic bits/errno.h] (common-generated): Do not append to
46938         variable.
46939         [generic bits/ioctls.h] (before-compile): Do not append to
46940         variable.
46941         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46942         rule.
46943         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46944         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46945         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46946         rule.
46947         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46948         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46949         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46950         [generic bits/ioctls.h] (common-generated): Do not append to
46951         variable.
46952         [generic sys/syscall.h] (syscall.h): Remove variable.
46953         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46954         rule.
46955         [generic sys/syscall.h] (before-compile): Do not append to
46956         variable.
46957         [generic sys/syscall.h] (common-generated): Likewise.
46958         * sysdeps/unix/errnos-tmpl.c: Remove file.
46959         * sysdeps/unix/errnos.awk: Likewise.
46960         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46961         * sysdeps/unix/ioctls.awk: Likewise.
46962         * sysdeps/unix/mk-local_lim.c: Likewise.
46963         * sysdeps/unix/snarf-ioctls: Likewise.
46965 2012-03-19  Richard Henderson  <rth@twiddle.net>
46967         * sysdeps/i386/fpu/fenv_private.h: New file.
46968         * sysdeps/i386/fpu/math_private.h: Use it.
46969         (math_opt_barrier, math_force_eval): Remove.
46970         (libc_feholdexcept_setround_53bit): Remove.
46971         (libc_feupdateenv_53bit): Remove.
46972         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46973         (math_opt_barrier, math_force_eval): Remove.
46974         (libc_feholdexcept): Remove.
46975         (libc_feholdexcept_setround): Remove.
46976         (libc_fetestexcept, libc_fesetenv): Remove.
46977         (libc_feupdateenv_test): Remove.
46978         (libc_feupdateenv, libc_feholdsetround): Remove.
46979         (libc_feresetround): Remove.
46981         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46982         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46984         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46985         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46986         (libc_feupdateenv_testl): New.
46987         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46988         (libc_feupdateenv_testf): New.
46989         (libc_feupdateenv): Use libc_feupdateenv_test.
46990         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46991         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46993         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46994         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46995         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46996         (libc_feresetround_noex): New.
46997         (libc_feresetround_noexf): New.
46998         (libc_feresetround_noexl): New.
46999         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47000         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47001         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47002         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47003         SET_RESTORE_ROUND.
47004         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47005         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47006         (__cos): Likewise.
47007         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47008         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47009         SET_RESTORE_ROUND_NOEX.
47010         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47011         SET_RESTORE_ROUND_NOEXF.
47012         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47013         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47014         (libc_feholdsetroundf): New.
47015         (libc_feresetround, libc_feresetroundf): New.
47017         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47018         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47019         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47021         * sysdeps/generic/math_private.h: Include <fenv.h>.
47022         (default_libc_feholdexcept): New.
47023         (default_libc_feholdexcept_setround): New.
47024         (default_libc_fesetenv, default_libc_feupdateenv): New.
47025         (libc_feholdexcept): Only define if undefined.
47026         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47027         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47028         (libc_feholdexcept_setroundl): Likewise.
47029         (libc_feholdexcept_setround_53bit): Likewise.
47030         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47031         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47032         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47033         (libc_feupdateenv_53bit): Likewise.
47034         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47035         (libc_feholdexcept): Convert from macro to inline function.
47036         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47037         (libc_fesetenv, libc_feupdateenv): Likewise.
47039         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47040         not previously defined.
47041         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47042         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47043         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47044         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47045         * sysdeps/ieee754/flt-32/math_private.h: New file.
47046         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47047         math_private.h below SET_FLOAT_WORD.
47048         (__isnan, __isinf_ns, __finite): Remove.
47049         (__isnanf, __isinf_nsf, __finitef): Remove.
47051 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47053         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47055 2012-03-17  David S. Miller  <davem@davemloft.net>
47057         [BZ #6471]
47058         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47059         for 2.16.
47061 2012-03-16  David S. Miller  <davem@davemloft.net>
47063         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47064         warnings.
47066         [BZ #6471]
47067         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47068         properly.
47069         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47070         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47071         sysdep_routines when subdir is sysvipc.
47072         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47073         __getshmlba helper.
47075         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47077 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47079         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47080         [__LP64__].
47082 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47084         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47085         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47086         (__lround): Renamed to ...
47087         (__llround): This.  Replace long int with long long int.
47088         Define lround functions as aliases of llround functions.
47089         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47091 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47093         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47094         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47095         adresses to uintptr_t.  Replace "long int" and "unsigned long
47096         int" with "greg_t" on va_arg.
47098 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47100         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47101         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47103         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47104         Move e_machine check before EI_CLASS check.  Handle x32
47105         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47106         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47107         SKIP_EM_IA_64 and include
47108         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47110         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47111         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47112         (add_system_dir): New macro.
47114         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47115         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47117 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47119         [BZ #2551]
47120         [BZ #2552]
47121         [BZ #2553]
47122         [BZ #2554]
47123         [BZ #2562]
47124         [BZ #2563]
47125         [BZ #2565]
47126         [BZ #2566]
47127         [BZ #2576]
47128         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47129         (y0): Likewise.
47130         * math/w_j0f.c (j0f): Likewise.
47131         (y0f): Likewise.
47132         * math/w_j0l.c (__j0l): Likewise.
47133         (__y0l): Likewise.
47134         * math/w_j1.c (j1): Likewise.
47135         (y1): Likewise.
47136         * math/w_j1f.c (j1f): Likewise.
47137         (y1f): Likewise.
47138         * math/w_j1l.c (__j1l): Likewise.
47139         (__y1l): Likewise.
47140         * math/w_jn.c (jn): Likewise.
47141         (yn): Likewise.
47142         * math/w_jnf.c (jnf): Likewise.
47143         (ynf): Likewise.
47144         * math/w_jnl.c (__jnl): Likewise.
47145         (__ynl): Likewise.
47146         * math/libm-test.inc (j0_test): Add more tests.
47147         (j1_test): Likewise.
47148         (jn_test): Likewise.  Add trailing semicolon to existing test.
47149         (y0_test): Likewise.
47150         (y1_test): Likewise.
47151         * sysdeps/i386/fpu/libm-test-ulps: Update.
47152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47154         [BZ #13851]
47155         [BZ #13854]
47156         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47157         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47158         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47159         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47160         (__tanl): Set errno for infinite argument.
47161         * sysdeps/i386/fpu/mptan.c: Remove.
47162         * sysdeps/i386/fpu/s_tan.S: Likewise.
47163         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47164         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47165         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47166         * math/libm-test.inc (tan_test): Add more tests and enable more
47167         tests for double and long double.
47168         * sysdeps/i386/fpu/libm-test-ulps: Update.
47169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47171 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47173         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47174         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47176 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47178         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47179         * configure.in: Use it for both main tree and add-ons.
47180         * configure: Regenerated.
47182 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47184         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47186 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47188         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47189         in comment.
47191         [BZ #13851]
47192         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47193         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47194         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47195         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47196         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47197         infinite argument.
47198         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47199         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47200         != 0 for prec == 2.
47201         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47202         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47203         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47204         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47205         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47206         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47207         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47208         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47209         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47210         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47211         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47212         * math/libm-test.inc (cos_test): Add more tests and enable more
47213         tests for long double.
47214         (sin_test): Likewise.
47215         (sincos_test): Likewise.
47216         * sysdeps/i386/fpu/libm-test-ulps: Update.
47217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47219 2012-03-16  David S. Miller  <davem@davemloft.net>
47221         * sysdeps/sparc/fpu/math_private.h: New file.
47223 2012-03-15  David S. Miller  <davem@davemloft.net>
47225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47226         file.
47227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47229         file.
47230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47231         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47232         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47233         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47234         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47235         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47236         sysdep routines.
47237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47239         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47240         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47242         * sysdeps/sparc/sparc-ifunc.h: New file.
47243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47244         sparc-ifunc.h
47245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47247         Likewise.
47248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47249         Likewise.
47250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47254         Likewise.
47255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47260         Likewise.
47261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47262         Likewise.
47263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47267         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47268         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47269         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47270         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47271         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47272         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47273         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47274         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47275         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47276         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47277         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47278         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47279         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47280         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47281         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47282         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47283         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47284         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47285         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47286         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47288 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47290         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47291         scaling.
47292         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47294 2012-03-15  Andreas Jaeger  <aj@suse.de>
47296         [BZ #13852]
47297         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47298         ieee754/flt-32 implementation for sin, cos and sincos.
47299         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47300         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47301         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47302         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47303         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47304         ieee754/flt-32 implementation for tan.
47306         * math/libm-test.inc (cos_test): Enable some large input tests for
47307         float as well
47308         (sin_test): Likewise.
47309         (sincos_test): Likewise.
47310         (tan_test): Add tests for large input.
47312         * sysdeps/i386/fpu/libm-test-ulps: Update.
47314 2012-03-15  Andreas Jaeger  <aj@suse.de>
47316         [BZ #13658]
47317         * math/libm-test.inc (cos_test): Add more test cases.
47318         (sin_test): Likewise.
47319         (sincos_test): Likewise.
47321 2012-03-15  Andreas Jaeger  <aj@suse.de>
47323         [BZ #13837]
47324         * math/libm-test.inc (cos_test): Add a test case for large input
47325         value.
47326         (sin_test): Likewise.
47327         (sincos_test): Likewise.
47329 2012-03-15  Andreas Jaeger  <aj@suse.de>
47330             Joseph Myers  <joseph@codesourcery.com>
47332         [BZ #13658]
47333         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47334         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47335         * sysdeps/i386/fpu/branred.c: Likewise.
47336         * sysdeps/i386/fpu/dosincos.c: Likewise.
47337         * sysdeps/i386/fpu/mpa.c: Likewise.
47338         * sysdeps/i386/fpu/s_cos.S: Likewise.
47339         * sysdeps/i386/fpu/s_sin.S: Likewise.
47340         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47341         * sysdeps/i386/fpu/sincos32.c: Likewise.
47343         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47344         Define.
47345         (libc_feupdateenv_53bit): Define.
47346         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47347         Define.
47348         (libc_feupdateenv_53bit): Define.
47350         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47351         53 bit (without extend i386 double precision).
47353         * math/libm-test.inc (sincos_test): Add tests for large input.
47354         (sin): Likewise.
47355         (cos): Likewise.
47357         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47359 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47361         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47363 2012-03-15  David S. Miller  <davem@davemloft.net>
47365         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47366         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47367         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47368         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47369         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47370         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47371         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47372         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47373         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47374         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47375         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47376         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47377         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47378         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47379         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47381         file.
47382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47384         file.
47385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47387         file.
47388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47390         file.
47391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47392         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47393         fmin/fmax sysdep routines.
47394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47396 2012-03-14  David S. Miller  <davem@davemloft.net>
47398         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47399         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47400         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47401         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47402         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47403         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47404         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47405         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47406         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47407         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47408         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47409         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47410         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47411         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47412         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47413         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47414         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47415         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47416         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47417         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47418         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47419         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47420         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47421         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47422         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47423         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47424         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47425         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47426         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47427         routines.
47428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47429         file.
47430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47432         file.
47433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47435         file.
47436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47438         file.
47439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47441         file.
47442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47444         file.
47445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47446         file.
47447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47448         file.
47449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47450         file.
47451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47452         New file.
47453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47454         file.
47455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47456         file.
47457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47459         file.
47460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47462         file.
47463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47465         file.
47466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47468         VIS3 routines.
47470         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47471         New file.
47473         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47475         * sysdeps/sparc/configure.in: New file.
47476         * sysdeps/sparc/configure: Generate.
47477         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47478         * configure: Regenerate.
47479         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47480         * config.make.in (have-as-vis3): New.
47481         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47482         available use -Av9d instead of -Av9a.
47483         * sysdeps/sparc/sparc64/Makefile: Likewise.
47484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47486         New file.
47487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47488         file.
47489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47490         New file.
47491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47492         file.
47493         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47494         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47495         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47496         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47497         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47499         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47500         fzeros/fnegs to load 0x80000000 into a float register instead of
47501         using the stack.
47502         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47504 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47506         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47507         bits/syscall.h.
47508         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47509         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47510         ($(inst_includedir)/bits/syscall.h): Remove rule.
47511         ($(objpfx)bits/syscall.d): Include instead of
47512         $(objpfx)syscall-list.d.
47513         (generated): Change syscall-list.h and syscall-list.d to
47514         bits/syscall.h and bits/syscall.d.
47516 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47518         [BZ #13846]
47519         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47521 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47523         [BZ #13841]
47524         * math/s_csqrt.c: Include <float.h>.
47525         (__csqrt): Scale large or subnormal inputs.
47526         * math/s_csqrtf.c: Likewise.
47527         * math/s_csqrtl.c: Likewise.
47528         * math/libm-test.inc (csqrt_test): Add more tests.
47529         * sysdeps/i386/fpu/libm-test-ulps: Update.
47530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47532         [BZ #13840]
47533         * math/libm-test.inc (hypot_test): Add more tests.
47535 2012-03-13  David S. Miller  <davem@davemloft.net>
47537         [BZ #13840]
47538         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47539         double-precision for the calculation instead of scaling.
47541 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47543         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47544         manipulate bits before adding and subtracting TWO52[sx].
47545         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47546         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47547         Likewise.
47548         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47550 2012-03-13  David S. Miller  <davem@davemloft.net>
47552         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47553         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47554         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47555         rtld-global-offsets.h
47556         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47558         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47559         large parameters.
47561         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47563         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47564         'err' in the ifdef scope in which it is actually used.
47566         * nss/nss_db/db-init.c: Include string.h
47568 2012-03-12  David S. Miller  <davem@davemloft.net>
47570         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47571         masking out of the most significant byte of random value used.
47572         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47573         Fix coding style in previous change.
47575         * sysdeps/unix/sysv/linux/kernel-features.h
47576         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47577         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47578         expression.
47579         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47580         later.
47582 2012-03-11  David S. Miller  <davem@davemloft.net>
47584         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47585         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47586         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47587         for 'resultvar' otherwise things get truncated on 64-bit.
47589         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47590         Fix masking out of the most significant byte of random value used.
47592         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47594 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47596         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47598 2012-03-09  David S. Miller  <davem@davemloft.net>
47600         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47601         variables with appropriate CPP guards.
47602         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47603         from the frame pointer, not the stack pointer.  Correct layout
47604         comments.  Fix test on resulting framesize and the management of
47605         the outregs buffer for pltexit.  Preserve floating point return
47606         values across _dl_call_pltexit call.
47607         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47608         framesize and the management of the outregs buffer for pltexit.
47609         Preserve floating point return values across _dl_call_pltexit
47610         call.
47611         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47612         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47613         (la_sparc64_gnu_pltexit): New functions.
47614         (print_exit): Fix format string for return register value.
47616 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47618         * sunrpc/Makefile (others): Add rpcgen.
47619         ($(objpfx)rpcgen): Remove special build rule and dependency on
47620         libc.
47621         * sunrpc/rpcgen.c: New file.
47623 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47625         [BZ #13673]
47626         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47627         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47628         * sysdeps/i386/crti.S: Likewise.
47629         * sysdeps/i386/crtn.S: Likewise.
47630         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47631         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47632         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47633         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47634         * sysdeps/sh/crti.S: Likewise.
47635         * sysdeps/sh/crtn.S: Likewise.
47636         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47638         [BZ #13673]
47639         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47640         with URL.
47641         * locale/programs/locfile-kw.gperf: Likewise.
47642         * locale/programs/charmap-kw.h: Regenerated.
47643         * locale/programs/locfile-kw.h: Likewise.
47645         [BZ #13673]
47646         * intl/plural.y: Replace FSF snail mail address with URL.
47647         * intl/plural.c: Regenerated.
47649 2012-03-09  Richard Henderson  <rth@twiddle.net>
47651         * include/math_private.h: Remove file.
47652         * math/math_private.h: Move file ...
47653         * sysdeps/generic/math_private.h: ... here.
47655         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47656         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47657         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47659         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47660         and <math_private.h>.
47661         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47662         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47663         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47664         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47665         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47666         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47667         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47668         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47669         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47670         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47671         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47672         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47673         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47674         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47675         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47676         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47677         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47678         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47679         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47680         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47681         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47682         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47683         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47684         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47685         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47686         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47687         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47688         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47689         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47690         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47691         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47692         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47693         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47694         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47695         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47696         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47697         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47698         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47699         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47700         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47701         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47702         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47703         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47704         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47705         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47706         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47707         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47708         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47709         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47710         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47711         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47712         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47713         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47714         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47715         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47716         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47717         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47718         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47719         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47720         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47721         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47722         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47723         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47724         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47725         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47726         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47727         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47728         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47729         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47730         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47731         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47732         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47733         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47734         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47735         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47736         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47737         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47738         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47739         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47740         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47741         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47742         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47743         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47744         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47745         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47746         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47747         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47748         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47749         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47750         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47751         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47752         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47753         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47754         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47755         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47756         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47757         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47758         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47759         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47760         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47761         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47762         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47763         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47764         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47765         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47766         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47767         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47768         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47769         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47770         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47771         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47772         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47773         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47774         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47775         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47776         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47777         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47778         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47779         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47780         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47781         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47782         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47783         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47784         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47785         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47786         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47787         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47788         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47789         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47790         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47791         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47792         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47793         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47794         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47795         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47796         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47797         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47798         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47799         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47800         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47801         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47802         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47803         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47804         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47805         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47806         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47807         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47808         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47809         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47810         * sysdeps/ieee754/k_standard.c: Likewise.
47811         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47812         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47813         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47814         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47815         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47816         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47817         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47818         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47819         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47820         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47821         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47822         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47823         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47824         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47825         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47826         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47827         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47828         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47829         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47830         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47831         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47832         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47833         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47834         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47835         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47836         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47837         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47838         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47839         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47840         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47841         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47842         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47843         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47844         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47845         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47846         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47847         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47848         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47849         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47850         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47851         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47852         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47853         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47854         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47855         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47856         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47857         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47858         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47859         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47860         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47861         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47862         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47863         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47864         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47865         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47866         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47867         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47868         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47869         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47870         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47871         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47872         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47873         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47874         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47875         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47876         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47877         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47878         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47879         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47880         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47881         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47882         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47883         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47884         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47885         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47886         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47887         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47888         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47889         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47890         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47891         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47892         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47893         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47894         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47895         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47896         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47897         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47898         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47899         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47900         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47901         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47902         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47903         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47904         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47905         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47906         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47907         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47908         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47909         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47910         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47911         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47912         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47913         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47914         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47915         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47916         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47917         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47918         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47919         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47920         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47921         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47922         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47923         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47924         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47925         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47926         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47927         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47928         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47929         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47930         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47931         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47932         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47933         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47934         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47935         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47936         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47937         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47938         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47939         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47940         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47941         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47942         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47943         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47944         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47945         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47946         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47947         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47948         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47949         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47950         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47951         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47952         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47953         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47954         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47955         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47956         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47957         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47958         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47959         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47960         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47961         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47962         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47963         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47964         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47965         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47966         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47967         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47968         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47969         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47970         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47971         * sysdeps/ieee754/s_lib_version.c: Likewise.
47972         * sysdeps/ieee754/s_matherr.c: Likewise.
47973         * sysdeps/ieee754/s_signgam.c: Likewise.
47974         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47975         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47976         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47977         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47978         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47979         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47980         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47981         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47982         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47983         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47984         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47985         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47986         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47987         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47988         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47989         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47990         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47991         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47992         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47993         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47994         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47996 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47998         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47999         * sunrpc/rpc_main.c: Likewise.
48000         * sunrpc/rpc_svcout.c: Likewise.
48002 2012-03-09  David S. Miller  <davem@davemloft.net>
48004         * include/math_private.h: New file.
48006 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48008         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48009         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48010         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48011         from <bits/socket_type.h>.
48012         (enum __socket_type): Don't define here.
48013         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48014         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48015         bits/socket_type.h.
48017         [BZ #13566]
48018         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48019         checking __USE_GNU.
48021         * Makerules ($(inst_includedir)/%.h): New rule.
48022         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48023         (install-others): Remove variable setting.
48024         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48026 2012-03-08  Richard Henderson  <rth@twiddle.net>
48028         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48029         from macro to inline function; merge with the
48030         !__LIBC_INTERNAL_MATH_INLINES version.
48031         (__ieee754_sqrtf): Likewise.
48033         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48034         to inline function.
48035         (__rintf, __floor, __floorf): Likewise.
48037         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48038         macro to inline function.
48039         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48041         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48042         not <math/math_private.h>.
48044 2012-03-08  David S. Miller  <davem@davemloft.net>
48046         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48047         copyright year.
48048         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48050 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48052         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48053         normalization.
48054         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48055         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48057 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48059         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48060         be defined individually, they must be defined as a block.  Define
48061         S for printing a string instead of hidint the different by using a
48062         macro for adding the 'l'.
48063         * stdio-common/tst-fphex-wide.c: Adjust.
48065 2012-03-07  Marek Polacek  <polacek@redhat.com>
48067         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48069 2012-03-08  Marek Polacek  <polacek@redhat.com>
48071         [BZ #13806]
48072         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48073         * stdio-common/tst-fphex.c: Define a few macros to make the
48074         test reusable.  Use them.
48075         * stdio-common/tst-fphex-wide.c: New file.
48077 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48079         [BZ #6911]
48080         * manual/macros.texi (gnusystems): New macro.
48081         (nongnusystems): Likewise.
48082         (gnulinuxhurdsystems): Likewise.
48083         (gnuhurdsystems): Likewise..
48084         (gnulinuxsystems): Likewise.
48085         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48086         variants of the GNU system, not "GNU system".
48087         * manual/conf.texi: Likewise.
48088         * manual/errno.texi: Likewise.  Update example of errno macro
48089         expansion.
48090         * manual/filesys.texi: Likewise.
48091         (getumask): Document as specific to GNU/Hurd.
48092         * manual/install.texi: Likewise.  Reword some references to
48093         GNU/Linux.
48094         * manual/intro.texi: Likewise.
48095         * manual/io.texi: Likewise.
48096         (File Name Portability): Detail which constraints are inapplicable
48097         to all GNU systems and which are only inapplicable to GNU/Hurd.
48098         * manual/job.texi: Likewise.
48099         * manual/llio.texi: Likewise.
48100         (O_NOCTTY): Document as present on GNU/Linux.
48101         * manual/maint.texi: Likewise.
48102         * manual/memory.texi: Likewise.
48103         * manual/pattern.texi: Likewise.
48104         * manual/pipe.texi: Likewise.
48105         * manual/process.texi: Likewise.
48106         * manual/resource.texi: Likewise.
48107         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48108         child on GNU/Hurd.
48109         * manual/setjmp.texi: Likewise.
48110         * manual/signal.texi: Likewise.
48111         * manual/startup.texi: Likewise.
48112         * manual/stdio.texi: Likewise.
48113         * manual/terminal.texi: Likewise.
48114         (ONLCR): Document as POSIX.
48115         (OXTABS): Document availability on GNU/Linux as XTABS.
48116         (ONOEOT): Document availability separately from other bits.
48117         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48118         * manual/time.texi: Likewise.
48119         * manual/users.texi: Likewise.
48120         * INSTALL: Regenerated.
48121         * sysdeps/gnu/errlist.c: Regenerated.
48123         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48124         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48125         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48126         puts.
48127         * configure: Regenerated.
48129 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48131         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48132         default includes instead of AC_HEADER_CHECK.
48133         * sysdeps/i386/configure: Regenerated.
48135         [BZ #10716]
48136         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48137         * math/s_cacoshf.c (__cacoshf): Likewise.
48138         * math/s_cacoshl.c (__cacoshl): Likewise.
48139         * math/s_casinh.c (__casinh): Set signs of result from argument.
48140         * math/s_casinhf.c (__casinhf): Likewise.
48141         * math/s_casinhl.c (__casinhl): Likewise.
48142         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48143         (casinh_test): Add more tests.
48144         * sysdeps/i386/fpu/libm-test-ulps: Update.
48145         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48147 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48149         * po/zh_TW.po: Update from translation team.
48151         * login/Makefile (distribute): Remove variable.
48152         * catgets/Makefile: Likewise.
48153         * mach/Makefile: Likewise.
48154         * malloc/Makefile: Likewise.
48155         * misc/Makefile: Likewise.
48156         * iconv/Makefile: Likewise.
48157         * nscd/Makefile: Likewise.
48158         * hurd/Makefile: Likewise.
48159         * manual/Makefile: Likewise.
48160         * locale/Makefile: Likewise.
48161         * intl/Makefile: Likewise.
48162         * conform/Makefile: Likewise.
48163         * nss/Makefile: Likewise.
48164         * time/Makefile: Likewise.
48165         * soft-fp/Makefile: Likewise.
48166         * dirent/Makefile: Likewise.
48167         * gmon/Makefile: Likewise.
48168         * po/Makefile: Likewise.
48169         * rt/Makefile: Likewise.
48170         * socket/Makefile: Likewise.
48171         * math/Makefile: Likewise.
48172         * signal/Makefile: Likewise.
48173         * debug/Makefile: Likewise.
48174         * elf/Makefile: Likewise.
48175         * timezone/Makefile: Likewise.
48176         * stdlib/Makefile: Likewise.
48177         * iconvdata/Makefile: Likewise.
48178         * sunrpc/Makefile: Likewise.
48179         * io/Makefile: Likewise.
48180         * argp/Makefile: Likewise.
48181         * inet/Makefile: Likewise.
48182         * hesiod/Makefile: Likewise.
48183         * grp/Makefile: Likewise.
48184         * csu/Makefile: Likewise.
48185         * wctype/Makefile: Likewise.
48186         * crypt/Makefile: Likewise.
48187         * libio/Makefile: Likewise.
48188         * string/Makefile: Likewise.
48189         * nis/Makefile: Likewise.
48190         * resolv/Makefile: Likewise.
48191         * stdio-common/Makefile: Likewise.
48192         * wcsmbs/Makefile: Likewise.
48193         * dlfcn/Makefile: Likewise.
48194         * posix/Makefile: Likewise.
48196         [BZ #6959]
48197         * timezone/Makefile: Don't install timezone files, just the programs
48198         and scripts.
48200 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48202         * nss/databases.def: Add missing gshadow entry.
48204         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48206 2012-03-06  Marek Polacek  <polacek@redhat.com>
48208         [BZ #13726]
48209         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48210         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48211         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48212         * stdio-common/tst-long-dbl-fphex.c: New file.
48214 2012-03-06  David S. Miller  <davem@davemloft.net>
48216         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48217         (set_obp_int): New function.
48218         (get_obp_int): New function.
48219         (__get_clockfreq_via_dev_openprom): Likewise.
48220         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48221         Avoid unused variable warnings on 'val' and use builtin_expect.
48222         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48223         __builtin_expect.
48224         (INLINE_CLONE_SYSCALL): Likewise.
48226 2012-03-05  David S. Miller  <davem@davemloft.net>
48228         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48230 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48232         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48234         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48235         only for |x| >= 40.
48236         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48238 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48240         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48241         Replace gettimeofday with __vdso_gettimeofday.
48243         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48244         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48245         __vdso_clock_gettime and __vdso_getcpu.
48247         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48248         time with __vdso_time.
48250 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48252         * manual/lang.texi (size_t): Note types to which size_t may be
48253         equivalent with the GNU C Library, but do not describe when
48254         differences between them are significant.
48256 2012-03-05  Andreas Jaeger  <aj@suse.de>
48258         * sysdeps/i386/fpu/libm-test-ulps: Update.
48260 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48262         [BZ #3976]
48263         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48264         (__ieee754_pow): Save and restore rounding mode and use
48265         round-to-nearest for main computations.
48266         * math/libm-test.inc (pow_test_tonearest): New function.
48267         (pow_test_towardzero): Likewise.
48268         (pow_test_downward): Likewise.
48269         (pow_test_upward): Likewise.
48270         (main): Call the new functions.
48271         * sysdeps/i386/fpu/libm-test-ulps: Update.
48272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48274         [BZ #3976]
48275         * math/libm-test.inc (cosh_test_tonearest): New function.
48276         (cosh_test_towardzero): Likewise.
48277         (cosh_test_downward): Likewise.
48278         (cosh_test_upward): Likewise.
48279         (sinh_test_tonearest): Likewise.
48280         (sinh_test_towardzero): Likewise.
48281         (sinh_test_downward): Likewise.
48282         (sinh_test_upward): Likewise.
48283         (main): Call the new functions.
48284         * sysdeps/i386/fpu/libm-test-ulps: Update.
48285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48287 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48289         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48290         default stack guard is set in last bytes.
48291         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48293 2012-03-05  Kees Cook  <keescook@chromium.org>
48295         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48297         [BZ #13656]
48298         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48299         possibly allocate from heap instead of stack.
48300         * stdio-common/bug-vfprintf-nargs.c: New file.
48301         * stdio-common/Makefile (tests): Add nargs overflow test.
48303 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48305         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48307 2012-03-03  Marek Polacek  <polacek@redhat.com>
48309         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48310         * math/math_private.h: Likewise.
48311         * stdlib/tst-strtod.c: Likewise.
48312         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48313         * sysdeps/x86_64/bits/atomic.h: Likewise.
48315 2012-03-02  David S. Miller  <davem@davemloft.net>
48317         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48318         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48319         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48320         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48321         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48322         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48323         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48324         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48326 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48328         [BZ #13792]
48329         * manual/examples/README: New file, says the example source files
48330         can be used under GPL>=2.
48331         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48332         line containing just "*/".
48333         * manual/examples/add.c: Add copyright header (GPL>=2).
48334         * manual/examples/argp-ex1.c: Likewise.
48335         * manual/examples/argp-ex2.c: Likewise.
48336         * manual/examples/argp-ex3.c: Likewise.
48337         * manual/examples/argp-ex4.c: Likewise.
48338         * manual/examples/atexit.c: Likewise.
48339         * manual/examples/db.c: Likewise.
48340         * manual/examples/dir.c: Likewise.
48341         * manual/examples/dir2.c: Likewise.
48342         * manual/examples/execinfo.c: Likewise.
48343         * manual/examples/filecli.c: Likewise.
48344         * manual/examples/filesrv.c: Likewise.
48345         * manual/examples/fmtmsgexpl.c: Likewise.
48346         * manual/examples/genpass.c: Likewise.
48347         * manual/examples/inetcli.c: Likewise.
48348         * manual/examples/inetsrv.c: Likewise.
48349         * manual/examples/isockad.c: Likewise.
48350         * manual/examples/longopt.c: Likewise.
48351         * manual/examples/memopen.c: Likewise.
48352         * manual/examples/memstrm.c: Likewise.
48353         * manual/examples/mkfsock.c: Likewise.
48354         * manual/examples/mkisock.c: Likewise.
48355         * manual/examples/mygetpass.c: Likewise.
48356         * manual/examples/pipe.c: Likewise.
48357         * manual/examples/popen.c: Likewise.
48358         * manual/examples/rprintf.c: Likewise.
48359         * manual/examples/search.c: Likewise.
48360         * manual/examples/select.c: Likewise.
48361         * manual/examples/setjmp.c: Likewise.
48362         * manual/examples/sigh1.c: Likewise.
48363         * manual/examples/sigusr.c: Likewise.
48364         * manual/examples/stpcpy.c: Likewise.
48365         * manual/examples/strdupa.c: Likewise.
48366         * manual/examples/strftim.c: Likewise.
48367         * manual/examples/strncat.c: Likewise.
48368         * manual/examples/subopt.c: Likewise.
48369         * manual/examples/swapcontext.c: Likewise.
48370         * manual/examples/termios.c: Likewise.
48371         * manual/examples/testopt.c: Likewise.
48372         * manual/examples/testpass.c: Likewise.
48373         * manual/examples/timeval_subtract.c: Likewise.
48375         [BZ #13792]
48376         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48377         function to ...
48378         * manual/timeval_subtract.c.texi: ... here, new file.
48380 2012-03-02  David S. Miller  <davem@davemloft.net>
48382         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48384 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48386         [BZ #3976]
48387         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48388         (__sin): Save and restore rounding mode and use round-to-nearest
48389         for all computations.
48390         (__cos): Save and restore rounding mode and use round-to-nearest
48391         for all computations.
48392         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48393         <fenv.h>.
48394         (tan): Save and restore rounding mode and use round-to-nearest for
48395         all computations.
48396         * math/libm-test.inc (cos_test_tonearest): New function.
48397         (cos_test_towardzero): Likewise.
48398         (cos_test_downward): Likewise.
48399         (cos_test_upward): Likewise.
48400         (sin_test_tonearest): Likewise.
48401         (sin_test_towardzero): Likewise.
48402         (sin_test_downward): Likewise.
48403         (sin_test_upward): Likewise.
48404         (tan_test_tonearest): Likewise.
48405         (tan_test_towardzero): Likewise.
48406         (tan_test_downward): Likewise.
48407         (tan_test_upward): Likewise.
48408         (main): Call the new functions.
48409         * sysdeps/i386/fpu/libm-test-ulps: Update.
48410         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48412         [BZ #10135]
48413         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48414         small n, then large n, before computing and testing k+n.
48415         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48416         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48417         Likewise.
48418         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48419         Likewise.
48420         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48421         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48422         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48423         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48424         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48425         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48426         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48427         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48428         * math/libm-test.inc (scalbn_test): Add more tests.
48429         (scalbln_test): Likewise.
48431         * manual/filesys.texi (mode_t): Describe constraints on size and
48432         signedness, not exact equivalence to a particular type.
48433         (ino_t): Likewise.
48434         (ino64_t): Likewise.
48435         (dev_t): Likewise.
48436         (nlink_t): Likewise.
48437         (blkcnt_t): Likewise.
48438         (blkcnt64_t): Likewise.
48439         * manual/llio.texi (off_t): Likewise.
48441         [BZ #3976]
48442         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48443         (__ieee754_exp): Save and restore rounding mode and use
48444         round-to-nearest for all computations.
48445         * math/libm-test.inc (exp_test_tonearest): New function.
48446         (exp_test_towardzero): Likewise.
48447         (exp_test_downward): Likewise.
48448         (exp_test_upward): Likewise.
48449         (main): Call the new functions.
48450         * sysdeps/i386/fpu/libm-test-ulps: Update.
48451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48453 2012-03-01  Chris Demetriou  <cgd@google.com>
48455         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48456         have predictable order.
48458 2012-03-01  David S. Miller  <davem@davemloft.net>
48460         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48462         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48463         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48464         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48465         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48467         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48468         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48469         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48470         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48471         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48472         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48473         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48474         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48475         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48477         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48479         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48480         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48481         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48483         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48484         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48485         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48486         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48487         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48488         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48489         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48490         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48491         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48492         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48493         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48494         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48495         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48496         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48497         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48498         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48499         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48500         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48501         * sysdeps/sparc/elf/configure: Regenerated.
48503 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48505         * configure.in (AS, LD): Require binutils 2.20 or later.
48506         * configure: Regenerated.
48507         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48508         as required minimum version.
48509         * INSTALL: Regenerated.
48511         [BZ #2541]
48512         [BZ #4108]
48513         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48514         before squaring exponent.
48515         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48516         bottom long double and 27 bits of top long double before squaring
48517         exponent.
48518         * math/libm-test.inc (erfc_test): Add more tests.
48519         * sysdeps/i386/fpu/libm-test-ulps: Update.
48520         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48523 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48525         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48526         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48527         containing bit-fields.
48528         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48529         * soft-fp/single.h (_FP_UNION_S): Likewise.
48530         * soft-fp/double.h (_FP_UNION_D): Likewise.
48532 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48534         [BZ #13786]
48535         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48536         not include ../strcmp.S.
48537         [USE_AS_STRNCASECMP_L]: Likewise.
48538         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48539         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48540         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48541         (__strncasecmp_l_ia32): Define as alias to
48542         __strncasecmp_l_nonascii.
48544         [BZ #5794]
48545         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48546         * sysdeps/i386/fpu/libm-test-ulps: Update.
48547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48549         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48550         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48552 2012-02-29  Jeff Law  <law@redhat.com>
48554         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48555         out of bounds read.
48557 2012-02-29  Marek Polacek  <polacek@redhat.com>
48559         [BZ #13706]
48560         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48561         * elf/Makefile: Add rules to run tst-unused-dep.out.
48563 2012-02-28  David S. Miller  <davem@davemloft.net>
48565         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48566         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48567         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48568         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48569         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48570         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48572 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48574         * math/libm-test.inc (llround_test): Move one test from
48575         lround_test.  Use TEST_f_L in moved test.
48576         (lround_test): Move misplaced test to llround_test.  Add testcase
48577         from bug 2561.
48579 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48581         * sysdeps/x86_64/fpu/e_expf.S: New file.
48582         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48584 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48586         [BZ #13637]
48587         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48588         of remain_len that may cause incomplete multi-byte character and
48589         false match.
48590         * posix/bug-regex33.c: New file.
48591         * posix/Makefile (tests): Add bug-regex33.
48593 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48595         * manual/macros.texi: New file.
48596         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48597         * manual/libc.texinfo: Include macros.texi.
48598         * manual/creatute.texi: Likewise.
48599         * manual/install.texi: Likewise.
48600         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48601         @glibcadj{} in references to the GNU C Library.
48602         * manual/charset.texi: Likewise.
48603         * manual/conf.texi: Likewise.
48604         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48605         when not using those macros.
48606         * manual/creature.texi: Likewise.
48607         * manual/crypt.texi: Likewise.
48608         * manual/errno.texi: Likewise.
48609         * manual/filesys.texi: Likewise.
48610         * manual/header.texi: Likewise.
48611         * manual/install.texi: Likewise.
48612         * manual/intro.texi: Likewise.
48613         * manual/io.texi: Likewise.
48614         * manual/job.texi: Likewise.
48615         * manual/lang.texi: Likewise.
48616         * manual/libc.texiinfo: Likewise.
48617         * manual/llio.texi: Likewise.
48618         * manual/locale.texi: Likewise.
48619         * manual/maint.texi: Likewise.
48620         * manual/math.texi: Likewise.
48621         * manual/memory.texi: Likewise.
48622         * manual/message.texi: Likewise.
48623         * manual/nss.texi: Likewise.
48624         * manual/pattern.texi: Likewise.
48625         * manual/process.texi: Likewise.
48626         * manual/resource.texi: Likewise.
48627         * manual/search.texi: Likewise.
48628         * manual/setjmp.texi: Likewise.
48629         * manual/signal.texi: Likewise.
48630         * manual/socket.texi: Likewise.
48631         * manual/startup.texi: Likewise.
48632         * manual/stdio.texi: Likewise.
48633         * manual/string.texi: Likewise.
48634         * manual/sysinfo.texi: Likewise.
48635         * manual/syslog.texi: Likewise.
48636         * manual/terminal.texi: Likewise.
48637         * manual/time.texi: Likewise.
48638         * manual/users.texi: Likewise.
48639         * INSTALL: Regenerated.
48640         * NOTES: Regenerated.
48641         * sysdeps/gnu/errlist.c: Regenerated.
48643 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48645         * include/dirent.h: Include <dirstream.h> before
48646         <dirent/dirent.h>.
48648 2012-02-28  David S. Miller  <davem@davemloft.net>
48650         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48651         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48652         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48653         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48655 2012-02-27  David S. Miller  <davem@davemloft.net>
48657         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48658         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48659         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48660         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48662         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48663         frame pointer instead of stack pointer relative arg slot.
48664         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48665         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48666         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48668 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48670         [BZ #3992]
48671         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48673 2012-02-27  David S. Miller  <davem@davemloft.net>
48675         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48676         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48677         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48678         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48679         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48680         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48681         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48682         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48684 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48686         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48687         later.  Allow versions 5-9.
48688         * configure: Regenerated.
48689         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48690         required minimum version and 4.6 as recommended version.  Do not
48691         mention bugs in GCC 2.7 and 2.8.
48692         * INSTALL: Regenerated.
48694 2012-02-27  David S. Miller  <davem@davemloft.net>
48696         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48697         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48698         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48699         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48700         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48701         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48702         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48703         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48705         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48706         manipulate bits before adding and subtracting TWO112[sx].
48707         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48709 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48711         [BZ #13775]
48712         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48713         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48714         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48715         being in POSIX, because they are in 1003.1-2008.
48717         * rt/tst-aio.c: Include <fcntl.h>.
48718         * rt/tst-aio7.c: Likewise.
48719         * rt/tst-aio64.c: Likewise.
48721         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48723 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48725         * manual/install.texi (--with-headers): Describe headers as
48726         interface headers, not private headers.
48727         (Specific advice for GNU/Linux systems): Describe use of headers
48728         from "make headers_install", not private headers from older
48729         kernels.
48730         * INSTALL: Regenerated.
48731         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48732         Change to 2.6.19.
48733         * sysdeps/unix/sysv/linux/configure: Regenerated.
48735         * manual/llio.texi (fclean): Remove documentation.
48737         * manual/Makefile (libc-texi-generated): New variable.  Include
48738         version.texi.
48739         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48740         $(libc-texi-generated), not duplicated list of files.
48741         (version.texi, stamp-version): New rules.
48742         (realclean): Remove $(libc-texi-generated), not individual files
48743         from that list.  Do not remove dir-add.texinfo.
48744         * manual/libc.texinfo: Comment out uses of edition numbers and
48745         references to printed manual.  Remove last-updated dates.
48746         (EDITION): Comment out.
48747         (ISBN): Likewise.
48748         (VERSION, UPDATED): Remove.
48749         (version.texi): Include.
48751 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48753         * sysdeps/posix/spawni.c: Include <signal.h>.
48754         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48755         * sysdeps/pthread/aio_fsync.c: Likewise.
48757 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48759         * conform/Makefile (tests): Run only when not cross-compiling and
48760         when fast-check is not defined.
48762         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48763         * conform/data/limits.h-data: Fixes for POSIX2008.
48764         * conform/run-conformtest.sh: Run all tests.
48765         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48766         headers.
48767         * include/bits/dlfcn.h: Likewise.
48768         * include/langinfo.h: Likewise.
48769         * include/monetary.h: Likewise.
48770         * include/sys/poll.h: Likewise.
48772         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48773         for __USE_GNU.
48774         * posix/spawn.h: Define __need_sigset_t.
48775         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48776         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48777         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48778         to get sigevent_t only.
48779         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48780         only for __USE_GNU.
48781         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48782         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48783         process_vm_writev only for __USE_GNU.
48784         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48786         * conform/Makefile: For now ignore errors from run-conformtest.
48787         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48788         POSIX to avoid namespace pollution.  Don't prepend headers.
48789         * conform/data/aio.h-data: Fixes for POSIX testing.
48790         * conform/data/fcntl.h-data: Likewise.
48791         * conform/data/glob.h-data: Likewise.
48792         * conform/data/grp.h-data: Likewise.
48793         * conform/data/pthread.h-data: Likewise.
48794         * conform/data/pwd.h-data: Likewise.
48795         * conform/data/signal.h-data: Likewise.
48796         * conform/data/spawn.h-data: Likewise.
48797         * conform/data/stdio.h-data: Likewise.
48798         * conform/data/stdlib.h-data: Likewise.
48799         * conform/data/stropts.h-data: Likewise.
48800         * conform/data/sys/mman.h-data: Likewise.
48801         * conform/data/sys/stat.h-data: Likewise.
48802         * conform/data/sys/types.h-data: Likewise.
48803         * conform/data/sys/wait.h-data: Likewise.
48804         * conform/data/time.h-data: Likewise.
48805         * conform/data/unistd.h-data: Likewise.
48806         * conform/data/utime.h-data: Likewise.
48808         * io/sys/stat.h: fchmod was always in POSIX.
48809         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48810         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48811         * rt/aio.h: Define __need_timespec before including <time.h>.
48812         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48813         struct.  Add forward declaration of pthread_attr_t and use it in
48814         sigevent.
48815         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48816         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48817         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48818         always remove CLK_TCK definition.
48820 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48822         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48824 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48826         * conform/run-conformtest.sh: New file.
48827         * conform/Makefile: Run run-conformtest for tests.
48828         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48829         support.
48831         * conform/data/uchar.h-data: New file.
48832         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48833         * conform/data/arpa/inet.h-data: Likewise.
48834         * conform/data/assert.h-data: Likewise.
48835         * conform/data/complex.h-data: Likewise.
48836         * conform/data/cpio.h-data: Likewise.
48837         * conform/data/ctype.h-data: Likewise.
48838         * conform/data/dirent.h-data: Likewise.
48839         * conform/data/dlfcn.h-data: Likewise.
48840         * conform/data/errno.h-data: Likewise.
48841         * conform/data/fcntl.h-data: Likewise.
48842         * conform/data/float.h-data: Likewise.
48843         * conform/data/fmtmsg.h-data: Likewise.
48844         * conform/data/fnmatch.h-data: Likewise.
48845         * conform/data/ftw.h-data: Likewise.
48846         * conform/data/glob.h-data: Likewise.
48847         * conform/data/grp.h-data: Likewise.
48848         * conform/data/iconv.h-data: Likewise.
48849         * conform/data/inttypes.h-data: Likewise.
48850         * conform/data/langinfo.h-data: Likewise.
48851         * conform/data/libgen.h-data: Likewise.
48852         * conform/data/limits.h-data: Likewise.
48853         * conform/data/locale.h-data: Likewise.
48854         * conform/data/math.h-data: Likewise.
48855         * conform/data/monetary.h-data: Likewise.
48856         * conform/data/mqueue.h-data: Likewise.
48857         * conform/data/ndbm.h-data: Likewise.
48858         * conform/data/net/if.h-data: Likewise.
48859         * conform/data/netdb.h-data: Likewise.
48860         * conform/data/netinet/in.h-data: Likewise.
48861         * conform/data/nl_types.h-data: Likewise.
48862         * conform/data/poll.h-data: Likewise.
48863         * conform/data/pthread.h-data: Likewise.
48864         * conform/data/pwd.h-data: Likewise.
48865         * conform/data/regex.h-data: Likewise.
48866         * conform/data/sched.h-data: Likewise.
48867         * conform/data/search.h-data: Likewise.
48868         * conform/data/semaphore.h-data: Likewise.
48869         * conform/data/setjmp.h-data: Likewise.
48870         * conform/data/signal.h-data: Likewise.
48871         * conform/data/spawn.h-data: Likewise.
48872         * conform/data/stdarg.h-data: Likewise.
48873         * conform/data/stdio.h-data: Likewise.
48874         * conform/data/stdlib.h-data: Likewise.
48875         * conform/data/string.h-data: Likewise.
48876         * conform/data/strings.h-data: Likewise.
48877         * conform/data/stropts.h-data: Likewise.
48878         * conform/data/sys/ipc.h-data: Likewise.
48879         * conform/data/sys/mman.h-data: Likewise.
48880         * conform/data/sys/msg.h-data: Likewise.
48881         * conform/data/sys/resource.h-data: Likewise.
48882         * conform/data/sys/select.h-data: Likewise.
48883         * conform/data/sys/sem.h-data: Likewise.
48884         * conform/data/sys/shm.h-data: Likewise.
48885         * conform/data/sys/socket.h-data: Likewise.
48886         * conform/data/sys/stat.h-data: Likewise.
48887         * conform/data/sys/statvfs.h-data: Likewise.
48888         * conform/data/sys/time.h-data: Likewise.
48889         * conform/data/sys/timeb.h-data: Likewise.
48890         * conform/data/sys/times.h-data: Likewise.
48891         * conform/data/sys/types.h-data: Likewise.
48892         * conform/data/sys/uio.h-data: Likewise.
48893         * conform/data/sys/un.h-data: Likewise.
48894         * conform/data/sys/utsname.h-data: Likewise.
48895         * conform/data/sys/wait.h-data: Likewise.
48896         * conform/data/syslog.h-data: Likewise.
48897         * conform/data/tar.h-data: Likewise.
48898         * conform/data/termios.h-data: Likewise.
48899         * conform/data/utime.h-data: Likewise.
48900         * conform/data/utmpx.h-data: Likewise.
48901         * conform/data/varargs.h-data: Likewise.
48902         * conform/data/wchar.h-data: Likewise.
48903         * conform/data/wctype.h-data: Likewise.
48904         * conform/data/wordexp.h-data: Likewise.
48906         * include/stropts.h: New file.
48907         * include/uchar.h: New file.
48908         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48909         * include/assert.h: Likewise.
48910         * include/ctype.h: Likewise.
48911         * include/dirent.h: Likewise.
48912         * include/dlfcn.h: Likewise.
48913         * include/fcntl.h: Likewise.
48914         * include/fnmatch.h: Likewise.
48915         * include/glob.h: Likewise.
48916         * include/grp.h: Likewise.
48917         * include/libio.h: Likewise.
48918         * include/locale.h: Likewise.
48919         * include/math.h: Likewise.
48920         * include/net/if.h: Likewise.
48921         * include/netdb.h: Likewise.
48922         * include/netinet/in.h: Likewise.
48923         * include/pthread.h: Likewise.
48924         * include/pwd.h: Likewise.
48925         * include/regex.h: Likewise.
48926         * include/sched.h: Likewise.
48927         * include/search.h: Likewise.
48928         * include/setjmp.h: Likewise.
48929         * include/signal.h: Likewise.
48930         * include/stdio.h: Likewise.
48931         * include/stdlib.h: Likewise.
48932         * include/string.h: Likewise.
48933         * include/sys/cdefs.h: Likewise.
48934         * include/sys/mman.h: Likewise.
48935         * include/sys/msg.h: Likewise.
48936         * include/sys/resource.h: Likewise.
48937         * include/sys/select.h: Likewise.
48938         * include/sys/socket.h: Likewise.
48939         * include/sys/stat.h: Likewise.
48940         * include/sys/statvfs.h: Likewise.
48941         * include/sys/time.h: Likewise.
48942         * include/sys/times.h: Likewise.
48943         * include/sys/uio.h: Likewise.
48944         * include/sys/utsname.h: Likewise.
48945         * include/sys/wait.h: Likewise.
48946         * include/termios.h: Likewise.
48947         * include/time.h: Likewise.
48948         * include/ulimit.h: Likewise.
48949         * include/unistd.h: Likewise.
48950         * include/utime.h: Likewise.
48951         * include/wchar.h: Likewise.
48952         * include/wctype.h: Likewise.
48953         * include/wordexp.h: Likewise.
48955         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48957         * time/time.h: TIME_UTC must be a macro.
48958         Make timespec_get available for ISO C11 only as well.
48960 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48962         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48963         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48965 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48967         * configure.in: Use -o not -a in test for unsupported multi-arch.
48969 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48971         * manual/texinfo.tex: Update to version 2012-01-19.16.
48973 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48975         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48977 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48979         [BZ #13738]
48980         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48981         * manual/fdl-1.3.texi: New file.
48982         * manual/fdl-1.1.texi: File removed.
48984         [BZ #13738]
48985         * manual/libc.texinfo (FDL_VERSION): New @set.
48986         Use it for mention of FDL in cover text.
48987         (Documentation License): Use it in @include file name.
48989 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48990             Roland McGrath  <roland@hack.frob.com>
48992         [BZ #5461]
48993         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48994         (not LONG_LONG_MAX and LONG_LONG_MIN.
48995         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48996         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48997         name.
48998         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49000 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49002         [BZ #2547]
49003         [BZ #11365]
49004         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49005         manipulate bits before adding and subtracting TWO23[sx].
49006         * math/libm-test.inc (nearbyint_test): Add more tests.
49008 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49010         [BZ #2548]
49011         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49012         bits before adding and subtracting TWO23[sx].
49013         * math/libm-test.inc (rint_test): Add more tests.
49014         (rint_test_tonearest): Likewise.
49015         (rint_test_towardzero): Likewise.
49016         (rint_test_downward): Likewise.
49017         (rint_test_upward: Likewise.
49019 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49021         [BZ #10110]
49022         * include/stdc-predef.h: New file.  Extracted from features.h.
49023         * include/features.h: Include stdc-predef.h.
49024         * Makefile (headers): Add stdc-predef.h.
49025         * CONFORMANCE (Compiler limitations): Update.
49027 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49029         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49031 2012-02-21  David S. Miller  <davem@davemloft.net>
49033         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49034         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49036 2012-02-20  David S. Miller  <davem@davemloft.net>
49038         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49039         using a normal save/restore sequence, rather than allocating a
49040         dummy stack frame just to store a frame pointer and restore.
49041         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49043 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49045         * manual/install.texi: Fix stray word in line-wrapped comment.
49047 2012-02-20  David S. Miller  <davem@davemloft.net>
49049         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49050         both binutils and gcc support GOTDATA.
49052         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49053         "rd %pc" in the PIC register setup sequences.
49055         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49056         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49057         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49058         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49059         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49060         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49061         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49062         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49063         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49064         (SYSCALL_ERROR_HANDLER): Likewise.
49065         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49066         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49067         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49068         (SYSCALL_ERROR_HANDLER): Likewise.
49070         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49071         (HAVE_GCC_GOTDATA): New.
49072         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49073         relocation support in both binutils and gcc.
49074         * sysdeps/sparc/elf/configure: Regenerate.
49076         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49077         * sysdeps/sparc/sparc32/elf/configure: Delete.
49078         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49079         * sysdeps/sparc/sparc64/elf/configure: Delete.
49080         * sysdeps/sparc/elf/configure.in: New file.
49081         * sysdeps/sparc/elf/configure: Generate.
49083         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49084         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49085         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49086         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49087         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49089 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49091         * manual/install.texi: Do not mention specific glibc version
49092         numbers.
49093         * manual/libc.texinfo (VERSION, UPDATED): Update.
49094         (@copying): Use @copyright{} and range of years.
49096 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49098         [BZ #13695]
49099         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49100         [crti.S not in sysdirs] (generated): Do not append.
49101         [crti.S not in sysdirs] (omit-deps): Likewise.
49102         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49103         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49104         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49105         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49106         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49107         Likewise.
49108         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49109         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49110         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49111         * csu/defs.awk: Remove file.
49112         * sysdeps/generic/initfini.c: Likewise.
49113         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49114         variable.
49115         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49116         Likewise.
49118 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49120         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49121         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49122         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49123         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49124         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49125         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49126         <bits/epoll.h>.
49127         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49128         (__EPOLL_PACKED): Define to empty if not defined by
49129         <bits/epoll.h>.
49130         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49131         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49132         bits/epoll.h.
49134 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49136         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49137         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49138         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49139         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49140         <bits/timerfd.h>.
49141         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49142         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49143         bits/timerfd.h.
49145 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49147         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49148         in C locale.
49149         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49150         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49151         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49154 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49156         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49157         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49159 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49161         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49162         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49163         defined.
49164         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49165         Likewise.
49166         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49167         entry for 2.16.
49169 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49171         * math/w_acos.c: Use non-signaling floating-point comparisons.
49172         * math/w_acosf.c: Likewise.
49173         * math/w_acosh.c: Likewise.
49174         * math/w_acoshf.c: Likewise.
49175         * math/w_acoshl.c: Likewise.
49176         * math/w_acosl.c: Likewise.
49177         * math/w_asin.c: Likewise.
49178         * math/w_asinf.c: Likewise.
49179         * math/w_asinl.c: Likewise.
49180         * math/w_atanh.c: Likewise.
49181         * math/w_atanhf.c: Likewise.
49182         * math/w_atanhl.c: Likewise.
49183         * math/w_exp2.c: Likewise.
49184         * math/w_exp2f.c: Likewise.
49185         * math/w_exp2l.c: Likewise.
49186         * math/w_j0.c: Likewise.
49187         * math/w_j0f.c: Likewise.
49188         * math/w_j0l.c: Likewise.
49189         * math/w_j1.c: Likewise.
49190         * math/w_j1f.c: Likewise.
49191         * math/w_j1l.c: Likewise.
49192         * math/w_jn.c: Likewise.
49193         * math/w_jnf.c: Likewise.
49194         * math/w_log.c: Likewise.
49195         * math/w_log10.c: Likewise.
49196         * math/w_log10f.c: Likewise.
49197         * math/w_log10l.c: Likewise.
49198         * math/w_log2.c: Likewise.
49199         * math/w_log2f.c: Likewise.
49200         * math/w_log2l.c: Likewise.
49201         * math/w_logf.c: Likewise.
49202         * math/w_logl.c: Likewise.
49203         * math/w_sqrt.c: Likewise.
49204         * math/w_sqrtf.c: Likewise.
49205         * math/w_sqrtl.c: Likewise.
49206         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49207         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49208         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49209         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49210         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49212 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49214         [BZ #9739]
49215         * manual/string.texi (strnlen): Use correct parameter name in
49216         equivalent expression.
49218 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49220         [BZ #11174]
49221         * manual/users.texi (seteuid): Consistently use neweuid for
49222         argument name.
49224 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49226         [BZ #13704]
49227         * manual/nss.texi (Services in the NSS configuration): Correct
49228         list of services in example configuration file.
49230 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49232         [BZ #11322]
49233         * manual/arith.texi: Remove statements about negative zero
49234         behaving identically to zero.
49236 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49238         [BZ #5993]
49239         * manual/install.texi: Do not document upgrading from libc5.
49241 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49243         [BZ #4596]
49244         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49246 2012-02-18  David S. Miller  <davem@davemloft.net>
49248         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49249         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49250         %o7 across the call.
49251         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49252         instead.
49253         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49254         SETUP_PIC_REG_LEAF.
49255         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49256         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49257         * sysdeps/sparc/crtn.S: Likewise.
49259 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49261         * aout/Makefile: Remove.
49263 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49265         [BZ #13058]
49266         * manual/examples/argp-ex1.c (main): Format definition in GNU
49267         style.
49268         * manual/examples/argp-ex2.c (main): Likewise.
49269         * manual/examples/argp-ex3.c (main): Likewise.
49270         * manual/examples/argp-ex4.c (main): Likewise.
49271         * manual/examples/longopt.c (main): Use new-style prototype
49272         definition.
49273         * manual/examples/strncat.c (main): Specify return type and use
49274         (void) for arguments.
49275         * manual/examples/subopt.c (main): Use char **argv argument.
49277 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49279         [BZ #5077]
49280         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49281         rounding modes.
49283 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49285         [BZ #6907]
49286         * manual/string.texi (strchr): Change when strchrnul is
49287         recommended.
49289 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49291         [BZ #174]
49292         * manual/locale.texi (setlocale): Document LOCPATH.
49294 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49296         [BZ #10210]
49297         * manual/process.texi (execle): Move @dots{} before last argument.
49299 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49301         [BZ #12047]
49302         * manual/charset.texi (Generic Charset Conversion): Fix typo
49303         (LC_TYPE -> LC_CTYPE).
49305 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49307         [BZ #5805]
49308         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49309         (scalbnf): Likewise.
49310         (scalbnl): Likewise.
49311         (scalbln): Likewise.
49312         (scalblnf): Likewise.
49313         (scalblnl): Likewise.
49314         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49315         (vwarnx): Likewise.
49316         (verr): Likewise.
49317         (verrx): Likewise.
49318         * manual/filesys.texi (telldir): Use braces around return type.
49319         * manual/llio.texi (mmap): Add space after comma.
49320         (mmap64): Likewise.
49321         * manual/math.texi (jn): Use @var{} on parameter names.
49322         (jnf): Likewise.
49323         (jnl): Likewise.
49324         (yn): Likewise.
49325         (ynf): Likewise.
49326         (ynl): Likewise.
49327         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49328         line.
49329         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49330         "...".
49331         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49332         (sched_get_priority_max): Likewise.
49333         * manual/signal.texi (sigvec): Add space after comma.
49334         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49335         names.
49336         (if_indextoname): Likewise.
49337         (if_freenameindex): Likewise.
49338         (sendto): Use ',' instead of '.' in prototype.
49339         * manual/startup.texi (syscall): Use @dots{} instead of literal
49340         "...".
49341         * manual/stdio.texi (__fpending): Separate initial words of
49342         paragraph from @deftypefun line.
49343         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49344         "...".
49345         (vsyslog): Use @var{} on parameter names.
49346         * manual/terminal.texi (stty): Use @var{} on parameter names.
49347         * manual/users.texi (getutmp): Use @var{} on parameter names.
49348         (getutmpx): Likewise.
49350 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49352         [BZ #6884]
49353         * manual/stdio.texi (fopen): Fix typos in description of
49354         ",ccs=STRING".
49356 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49358         [BZ #4026]
49359         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49360         get clock_id definition.
49362 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49364         [BZ #4822]
49365         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49366         (madvise): Cast every argument to void on its own.
49368 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49370         [BZ #9902]
49371         * manual/startup.texi (Exit Status): Fix typo.
49373 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49375         [BZ #10140]
49376         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49377         * manual/examples/argp-ex2.c: Likewise.
49378         * manual/examples/argp-ex3.c: Likewise.
49380 2012-02-16  Richard Henderson  <rth@redhat.com>
49382         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49383         * sysdeps/s390/s390-32/initfini.c: Remove.
49384         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49385         * sysdeps/s390/s390-64/initfini.c: Remove.
49387 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49389         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49390         compiler output for sysdeps/generic/initfini.c.
49391         * sysdeps/sh/elf/initfini.c: Remove file.
49393 2012-02-16  David S. Miller  <davem@davemloft.net>
49395         [BZ #11494]
49396         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49398         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49399         * sysdeps/sparc/crti.S: New file.
49400         * sysdeps/sparc/crtn.S: New file.
49401         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49402         * sysdeps/sparc/sparc64/Makefile: Likewise.
49404 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49406         [BZ #3335]
49407         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49409 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49411         [BZ #4822]
49412         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49414         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49415         (write, read, close): Likewise.
49416         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49418 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49420         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49421         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49422         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49423         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49424         <bits/signalfd.h>.
49425         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49426         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49427         bits/signalfd.h.
49429 2012-02-14  Marek Polacek  <polacek@redhat.com>
49431         * sysdeps/x86_64/crti.S: New file.
49432         * sysdeps/x86_64/crtn.S: New file.
49433         * sysdeps/x86_64/elf/initfini.c: Remove file.
49435 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49437         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49438         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49439         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49440         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49441         <bits/inotify.h>.
49442         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49443         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49444         bits/inotify.h.
49446 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49448         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49449         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49450         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49451         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49452         <bits/eventfd.h>.
49453         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49454         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49455         bits/eventfd.h.
49457 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49459         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49460         __feraiseexcept instead of feraiseexcept.
49462         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49463         nanosleep invocations.
49464         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49465         strings, and add error checking for a nanosleep invocations.
49467 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49469         Replace FSF snail mail address with URLs, as per GNU coding standards.
49470         Most of the snail mail addresses were wrong anyway, and omitting
49471         them makes the source code easier to maintain.  Almost all of the
49472         changes are to license notices and to locale LC_IDENTIFICATION
49473         addresses, except for this one:
49474         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49475         not its snail mail address.
49477 2012-02-09  Richard Henderson  <rth@twiddle.net>
49479         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49480         of kernel-features.h.
49482         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49484 2012-02-08  Marek Polacek  <polacek@redhat.com>
49486         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49487         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49488         * sysdeps/gnu/_G_config.h: Likewise.
49489         * sysdeps/generic/_G_config.h: Likewise.
49491 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49493         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49494         tests.
49495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49497         * sysdeps/powerpc/powerpc32/crti.S: New file.
49498         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49499         * sysdeps/powerpc/powerpc64/crti.S: New file.
49500         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49502         * Makeconfig (have-initfini): Don't set.
49503         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49504         * configure.in (nopic_initfini): Don't substitute.
49505         * config.h.in (HAVE_INITFINI): Don't #undef.
49506         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49507         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49509 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49511         Support crti.S and crtn.S provided directly by architectures.
49512         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49513         [crti.S in sysdirs] (omit-deps): Likewise.
49514         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49515         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49516         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49517         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49518         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49519         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49520         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49521         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49522         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49523         compiler output for sysdeps/generic/initfini.c.
49524         * sysdeps/i386/elf/Makefile: Remove file.
49525         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49527 2012-02-07  Marek Polacek  <polacek@redhat.com>
49529         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49530         * sysdeps/gnu/_G_config.h: Likewise.
49531         * sysdeps/mach/hurd/_G_config.h: Likewise.
49533 2012-02-07  Marek Polacek  <polacek@redhat.com>
49535         * math/Makefile (tests): Add tst-CMPLX2.
49536         * math/tst-CMPLX2.c: New file.
49538 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49540         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49542         * math/libm-test.inc (jn_test): Add missing L suffix.
49544 2012-02-06  Marek Polacek  <polacek@redhat.com>
49546         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49547         * sysdeps/i386/fpu/e_powf.S: Likewise.
49548         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49549         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49550         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49551         * sysdeps/i386/fpu/e_pow.S: Likewise.
49552         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49553         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49554         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49555         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49556         * sysdeps/i386/fpu/e_log2.S: Likewise.
49557         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49558         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49559         * sysdeps/i386/fpu/e_powl.S: Likewise.
49560         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49561         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49562         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49563         * sysdeps/i386/fpu/e_logl.S: Likewise.
49564         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49565         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49566         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49567         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49568         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49569         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49570         * sysdeps/i386/fpu/e_log.S: Likewise.
49571         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49572         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49573         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49574         * sysdeps/i386/fpu/e_logf.S: Likewise.
49575         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49576         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49577         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49578         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49579         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49580         * sysdeps/i386/fpu/e_log10.S: Likewise.
49581         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49582         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49583         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49584         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49585         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49586         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49587         * sysdeps/i386/asm-syntax.h: Likewise.
49588         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49589         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49590         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49591         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49592         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49593         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49594         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49595         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49596         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49597         * sysdeps/powerpc/sysdep.h: Likewise.
49598         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49599         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49601 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49603         [BZ #411]
49604         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49606 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49608         * sysdeps/i386/sysdep.h: Include <features.h>.
49609         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49610         version.
49612 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49614         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49615         Define.
49616         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49617         LOAD_PIC_REG_STR.
49619 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49621         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49622         (SETUP_PIC_REG): Use GET_PC_THUNK.
49623         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49624         macro.
49626 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49628         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49629         for non-PIC compilation.
49630         (SETUP_PIC_REG): Add .p2align directive.
49631         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49632         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49633         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49634         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49635         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49636         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49637         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49638         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49639         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49640         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49641         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49642         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49643         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49644         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49645         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49646         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49647         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49648         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49649         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49650         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49651         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49652         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49653         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49654         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49655         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49656         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49657         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49658         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49659         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49660         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49661         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49662         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49663         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49664         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49665         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49666         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49667         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49668         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49669         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49670         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49671         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49673 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49675         * math/tst-CMPLX.c: Include <stdio.h>.
49677 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49679         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49680         float.
49681         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49682         * sysdeps/sparc/bits/mathdef.h: Likewise.
49684 2012-01-31  Marek Polacek  <polacek@redhat.com>
49686         * libio/libio.h: Don't define _PARAMS.
49687         * locale/programs/config.h: Don't define PARAMS.
49688         * stdlib/strtol_l.c: Likewise.
49689         (__strtol_l): Remove PARAMS from the prototype.
49691 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49693         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49694         names.  Just use the correct names.  Remove unnecessary wrapper
49695         functions.
49696         * malloc/arena.c: Likewise.
49697         * malloc/hooks.c: Likewise.
49699         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49700         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49701         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49703 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49705         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49706         into tail calls.
49707         (update_get_addr): New function.
49708         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49709         GET_ADDR_MODULE parameter.
49711 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49713         * crypt/cert.c: Remove __STDC__ conditionals.
49714         * crypt/crypt-entry.c: Likewise.
49715         * crypt/crypt_util.c: Likewise.
49716         * libio/filedoalloc.c: Likewise.
49717         * libio/fileops.c: Likewise.
49718         * libio/genops.c: Likewise.
49719         * libio/iofclose.c: Likewise.
49720         * libio/iofdopen.c: Likewise.
49721         * libio/iofopen.c: Likewise.
49722         * libio/iofopen64.c: Likewise.
49723         * libio/iogetdelim.c: Likewise.
49724         * libio/iopopen.c: Likewise.
49725         * libio/obprintf.c: Likewise.
49726         * libio/oldfileops.c: Likewise.
49727         * libio/oldiofclose.c: Likewise.
49728         * libio/oldiofdopen.c: Likewise.
49729         * libio/oldiofopen.c: Likewise.
49730         * libio/oldiopopen.c: Likewise.
49731         * libio/wfiledoalloc.c: Likewise.
49732         * libio/wgenops.c: Likewise.
49733         * locale/programs/xmalloc.c: Likewise.
49734         * misc/syslog.c: Likewise.
49735         * stdio-common/xbug.c: Likewise.
49736         * string/memchr.c: Likewise.
49737         * string/memcmp.c: Likewise.
49738         * string/memrchr.c: Likewise.
49739         * string/rawmemchr.c: Likewise.
49740         * sysdeps/posix/getcwd.c: Likewise.
49741         * time/strftime_l.c: Likewise.
49743 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49745         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49746         * config.make.in (config-cflags-sse2avx): Define.
49747         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49748         Fix typo.
49750 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49752         * scripts/config.guess: Update from upstream config git repository.
49753         * scripts/config.sub: Likewise.
49755 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49757         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49758         (EM_NUM): Update.
49759         (R_TILEPRO_*, R_TILEGX_*): New macros.
49761         * scripts/firstversions.awk: Fix bug in version range handling.
49763         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49765         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49767         * include/sys/epoll.h: New file.
49768         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49769         libc_hidden_def.
49771 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49773         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49774         Avoid unnecessary __WORDSIZE == 64 test.
49775         (fmaxf): Use VEX format if possible.
49776         (fmax): Likewise.
49777         (fminf): Likewise.
49778         (fmin): Likewise.
49780         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49781         * math/math_private.h: Remove libc_fegetround* and
49782         libc_fesetround*.
49783         * sysdeps/i386/configure.in: Check for -msse2avx.
49784         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49785         also if SSE2AVX is defined.
49786         Remove libc_fegetround* and libc_fesetround*.
49787         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49788         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49789         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49790         of HAS_YMM_USABLE.
49791         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49792         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49793         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49794         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49795         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49797         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49799 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49801         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49802         size is not set.
49803         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49805 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49807         [BZ #13618]
49808         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49809         relocation.
49810         * Makeconfig (libm): Define.
49811         * elf/Makefile: Add rules to build and run tst-relsort1.
49812         * elf/tst-relsort1.c: New file.
49813         * elf/tst-relsort1mod1.c: New file.
49814         * elf/tst-relsort1mod2.c: New file.
49816 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49818         * math/s_ldexp.c: Remove __STDC__ conditionals.
49819         * math/s_ldexpf.c: Likewise.
49820         * math/s_ldexpl.c: Likewise.
49821         * math/s_nextafter.c: Likewise.
49822         * math/s_nexttowardf.c: Likewise.
49823         * math/s_significand.c: Likewise.
49824         * math/s_significandf.c: Likewise.
49825         * math/s_significandl.c: Likewise.
49826         * math/w_jnl.c: Likewise.
49827         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49828         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49829         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49830         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49831         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49832         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49833         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49834         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49835         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49836         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49837         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49838         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49839         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49840         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49841         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49842         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49843         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49844         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49845         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49846         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49847         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49848         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49849         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49850         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49851         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49852         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49853         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49854         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49855         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49856         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49857         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49858         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49859         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49860         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49861         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49862         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49863         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49864         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49865         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49866         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49867         * sysdeps/ieee754/k_standard.c: Likewise.
49868         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49869         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49870         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49871         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49872         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49873         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49874         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49875         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49876         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49877         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49878         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49879         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49880         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49881         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49882         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49883         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49884         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49885         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49886         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49887         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49888         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49889         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49890         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49891         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49892         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49893         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49894         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49895         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49896         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49897         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49898         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49899         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49900         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49901         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49902         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49903         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49904         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49905         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49906         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49907         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49908         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49909         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49910         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49911         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49912         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49913         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49914         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49915         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49916         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49917         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49918         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49919         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49920         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49921         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49922         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49923         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49924         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49925         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49926         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49927         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49928         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49929         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49930         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49931         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49932         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49933         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49934         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49935         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49936         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49937         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49938         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49939         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49940         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49941         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49942         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49943         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49944         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49945         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49946         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49947         * sysdeps/ieee754/s_matherr.c: Likewise.
49948         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49949         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49950         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49951         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49953 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49955         * crypt/md5.h: Remove __STDC__ conditionals.
49956         * libio/libioP.h: Likewise.
49957         * locale/programs/config.h: Likewise.
49958         * sysdeps/generic/sysdep.h: Likewise.
49959         * sysdeps/i386/asm-syntax.h: Likewise.
49960         * sysdeps/s390/asm-syntax.h: Likewise.
49961         * sysdeps/unix/sysdep.h: Likewise.
49962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49965 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49967         * libio/libio.h: Remove __STDC__ conditionals.
49968         * malloc/obstack.h: Likewise.
49969         * math/complex.h: Likewise.
49970         * math/math.h: Likewise.
49971         * sysdeps/generic/_G_config.h: Likewise.
49972         * sysdeps/gnu/_G_config.h: Likewise.
49973         * sysdeps/mach/hurd/_G_config.h: Likewise.
49974         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49975         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49976         * sysdeps/sparc/bits/mathdef.h: Likewise.
49978 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49980         [BZ #13583]
49981         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49982         Clean up HAS_* macros.
49983         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49984         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49985         possible.
49986         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49987         HAS_AVX.
49988         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49989         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49990         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49991         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49992         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49994 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49996         * elf/tst-unique3.cc (gets): Remove declaration.
49997         * elf/tst-unique3lib.cc (gets): Likewise.
49998         * elf/tst-unique3lib2.cc (gets): Likewise.
49999         * elf/tst-unique4.cc (gets): Likewise.
50001 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50003         * include/stdio.h: Add C++ protection.  Add gets declarations and
50004         definitions.
50005         * debug/tst-chk1.c: Don't declare gets here.
50006         * stdio-common/tst-gets.c: Likewise.
50008 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50010         * posix/glob: Remove directory.
50012 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50014         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50016 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50018         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50019         of the non-standard EPFNOSUPPORT.
50021 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50023         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50024         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50025         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50027 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50029         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50031 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50033         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50034         transient errors.
50035         * nscd/grpcache.c (cache_addgr): Likewise.
50036         * nscd/hstcache.c (cache_addhst): Likewise.
50037         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50038         * nscd/pwdcache.c (cache_addpw): Likewise.
50039         * nscd/servicescache.c (cache_addserv): Likewise.
50041 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50043         * malloc/malloc.c: Various cleanups.
50044         * malloc/hooks.c: Likewise.
50046         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50047         * stdlib/bug-fmtmsg1.c: New file.
50049         * stdlib/fmtmsg.c (init): Add missing unlock.
50050         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50052 2012-01-12  Marek Polacek  <polacek@redhat.com>
50054         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50055         and _GNU_SOURCE.
50057 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50059         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50060         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50061         macro to ensure uniqueness of label name.
50062         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50063         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50065 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50067         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50069         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50070         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50071         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50072         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50074 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50076         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50078         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50079         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50080         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50082         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50084         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50085         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50086         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50087         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50089         * math/bits/math-finite.h: Add ldexp support.
50091 2012-01-10  Marek Polacek  <polacek@redhat.com>
50093         * locale/programs/localedef.h (show_archive_content): Add noreturn
50094         attribute.
50096 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50098         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50100 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50102         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50104         * io/Makefile (headers): Add bits/poll2.h.
50106 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50109         typo #include statement.
50111 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50113         * include/sys/cdefs.h: Define __attribute_alloc_size.
50114         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50115         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50116         * elf/pldd.c: Likewise.
50117         * iconv/iconv_charmap.c: Likewise.
50118         * iconv/iconvconfig.c: Likewise.
50119         * iconv/strtab.c: Likewise.
50120         * locale/programs/locale.c: Likewise.
50121         * locale/programs/localedef.h: Likewise.
50122         * locale/programs/simple-hash.c: Likewise.
50123         * nscd/nscd.h: Likewise.
50124         * nss/makedb.c: Likewise.
50125         * sysdeps/generic/ldconfig.h: Likewise.
50126         * locale/programs/localedef.c: Remove xmalloc prototype.
50127         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50129 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50131         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50132         appropriate.
50134 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50136         * math/Makefile (tests): Add tst-CMPLX.
50137         * math/tst-CMPLX.c: New file.
50139         * math/complex.h (CMPLXL): Fix typo.
50141         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50142         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50143         GLIBC_2.16.
50144         * debug/tst-chk1.c: Add poll and ppoll tests.
50145         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50146         * include/sys/poll.h: Add hidden proto for ppoll.
50147         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50148         * sysdeps/mach/hurd/ppoll.c: Likewise.
50149         * io/ppoll.c: Likewise.
50150         * debug/poll_chk.c: New file.
50151         * debug/ppoll_chk.c: New file.
50152         * include/bits/poll2.h: New file.
50153         * io/bits/poll2.h: New file.
50155         [BZ #1350]
50156         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50158         * configure.in: static is always set to yes.  Remove.
50159         * config.make.in: Don't set build-static.
50160         * Makeconfig: Remove use of build-static.
50161         * dlfcn/Makefile: Likewise.
50162         * elf/Makefile: Likewise.
50163         * math/Makefile: Likewise.
50164         * misc/Makefile: Likewise.
50165         * nptl/Makefile: Likewise.
50166         * sysdeps/mach/hurd/Makefile: Likewise.
50168         * configure.in: PWD_P is not used anymore.
50169         * config.make.in: Remove PWD_P entry.
50171         * configure.in: Remove last remnants of RANLIB.
50172         No need to check for signed size_t anymore.
50173         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50174         and IA-64.
50175         Remove __builtin_expect test because we require at least gcc 3.4.
50176         * aclocal.m4: Likewise.
50178         * wcsmbs/mbrtoc16.c: Implement using towc function.
50179         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50180         * wcsmbs/wcsmbsload.c: Likewise.
50181         * iconv/gconv_simple.c: Likewise.
50182         * iconv/gconv_int.h: Likewise.
50183         * iconv/gconv_builtin.h: Likewise.
50184         * iconv/iconv_prog.c: Remove CHAR16 handling.
50186         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50188         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50190         * configure.in: Remove --with-elf and --enable-bounded options.
50191         Dont set base_machine for ia64.  More non-ELF conditions removed.
50192         Remove testing and setting of leading underscore information.
50193         * config.make.in (build-bounded): Set to no.
50194         * config.h.in: Remove NO_UNDERSCORES entry.
50195         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50196         them.
50197         * csu/start.c: Remove !NO_UNDERSCORE code.
50198         * locale/localeinfo.h: Likewise.
50199         * sysdeps/generic/machine-gmon.h: Likewise.
50200         * sysdeps/generic/sysdep.h: Likewise.
50201         * sysdeps/i386/sysdep.h: Likewise.
50202         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50203         * sysdeps/mach/sysdep.h: Likewise.
50204         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50205         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50206         * sysdeps/sh/sysdep.h: Likewise.
50207         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50208         * sysdeps/unix/i386/sysdep.S: Likewise.
50209         * sysdeps/unix/sparc/start.c: Likewise.
50210         * sysdeps/unix/sparc/sysdep.S: Likewise.
50211         * sysdeps/unix/sparc/sysdep.h: Likewise.
50212         * sysdeps/unix/start.c: Likewise.
50213         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50214         * sysdeps/x86_64/sysdep.h: Likewise.
50216 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50218         [BZ #13553]
50219         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50220         for non-gcc.
50221         * argp/argp-fmtstream.h: Use const instead __const.
50222         * argp/argp.h: Likewise.
50223         * assert/assert.h: Likewise.
50224         * bits/fenv.h: Likewise.
50225         * bits/sched.h: Likewise.
50226         * bits/sigset.h: Likewise.
50227         * bits/sigthread.h: Likewise.
50228         * catgets/nl_types.h: Likewise.
50229         * conform/data/pthread.h-data: Likewise.
50230         * crypt/crypt-private.h: Likewise.
50231         * crypt/crypt.h: Likewise.
50232         * crypt/crypt_util.c: Likewise.
50233         * ctype/ctype.h: Likewise.
50234         * debug/execinfo.h: Likewise.
50235         * debug/mbsnrtowcs_chk.c: Likewise.
50236         * debug/mbsrtowcs_chk.c: Likewise.
50237         * debug/wcsnrtombs_chk.c: Likewise.
50238         * debug/wcsrtombs_chk.c: Likewise.
50239         * debug/wcstombs_chk.c: Likewise.
50240         * dirent/dirent.h: Likewise.
50241         * dlfcn/dlfcn.h: Likewise.
50242         * elf/neededtest4.c: Likewise.
50243         * grp/grp.h: Likewise.
50244         * gshadow/gshadow.h: Likewise.
50245         * iconv/gconv.h: Likewise.
50246         * iconv/gconv_int.h: Likewise.
50247         * iconv/gconv_simple.c: Likewise.
50248         * iconv/iconv.h: Likewise.
50249         * iconv/loop.c: Likewise.
50250         * iconv/skeleton.c: Likewise.
50251         * include/aio.h: Likewise.
50252         * include/aliases.h: Likewise.
50253         * include/argz.h: Likewise.
50254         * include/arpa/inet.h: Likewise.
50255         * include/assert.h: Likewise.
50256         * include/dirent.h: Likewise.
50257         * include/dlfcn.h: Likewise.
50258         * include/execinfo.h: Likewise.
50259         * include/fcntl.h: Likewise.
50260         * include/fenv.h: Likewise.
50261         * include/glob.h: Likewise.
50262         * include/grp.h: Likewise.
50263         * include/libintl.h: Likewise.
50264         * include/mntent.h: Likewise.
50265         * include/netdb.h: Likewise.
50266         * include/pwd.h: Likewise.
50267         * include/rpc/netdb.h: Likewise.
50268         * include/sched.h: Likewise.
50269         * include/search.h: Likewise.
50270         * include/shadow.h: Likewise.
50271         * include/signal.h: Likewise.
50272         * include/stdio.h: Likewise.
50273         * include/stdlib.h: Likewise.
50274         * include/string.h: Likewise.
50275         * include/sys/socket.h: Likewise.
50276         * include/sys/stat.h: Likewise.
50277         * include/sys/statfs.h: Likewise.
50278         * include/sys/statvfs.h: Likewise.
50279         * include/sys/syslog.h: Likewise.
50280         * include/sys/time.h: Likewise.
50281         * include/sys/uio.h: Likewise.
50282         * include/time.h: Likewise.
50283         * include/unistd.h: Likewise.
50284         * include/utmp.h: Likewise.
50285         * include/wchar.h: Likewise.
50286         * include/wctype.h: Likewise.
50287         * inet/aliases.h: Likewise.
50288         * inet/arpa/inet.h: Likewise.
50289         * inet/netinet/ether.h: Likewise.
50290         * inet/netinet/in.h: Likewise.
50291         * intl/libintl.h: Likewise.
50292         * io/bits/fcntl2.h: Likewise.
50293         * io/fcntl.h: Likewise.
50294         * io/ftw.h: Likewise.
50295         * io/sys/poll.h: Likewise.
50296         * io/sys/stat.h: Likewise.
50297         * io/sys/statfs.h: Likewise.
50298         * io/sys/statvfs.h: Likewise.
50299         * io/utime.h: Likewise.
50300         * libio/bits/stdio.h: Likewise.
50301         * libio/bits/stdio2.h: Likewise.
50302         * libio/libio.h: Likewise.
50303         * libio/libioP.h: Likewise.
50304         * libio/stdio.h: Likewise.
50305         * locale/lc-ctype.c: Likewise.
50306         * locale/locale.h: Likewise.
50307         * login/utmp.h: Likewise.
50308         * malloc/arena.c: Likewise.
50309         * malloc/malloc.c: Likewise.
50310         * malloc/malloc.h: Likewise.
50311         * malloc/mcheck.c: Likewise.
50312         * malloc/mtrace.c: Likewise.
50313         * math/bits/mathcalls.h: Likewise.
50314         * math/fenv.h: Likewise.
50315         * math/math_private.h: Likewise.
50316         * misc/bits/error.h: Likewise.
50317         * misc/bits/syslog.h: Likewise.
50318         * misc/err.h: Likewise.
50319         * misc/error.h: Likewise.
50320         * misc/fstab.h: Likewise.
50321         * misc/mntent.h: Likewise.
50322         * misc/regexp.h: Likewise.
50323         * misc/search.h: Likewise.
50324         * misc/sgtty.h: Likewise.
50325         * misc/sys/mman.h: Likewise.
50326         * misc/sys/syslog.h: Likewise.
50327         * misc/sys/uio.h: Likewise.
50328         * misc/sys/xattr.h: Likewise.
50329         * misc/ttyent.h: Likewise.
50330         * nis/rpcsvc/ypclnt.h: Likewise.
50331         * nss/nss.h: Likewise.
50332         * posix/bits/unistd.h: Likewise.
50333         * posix/fnmatch.h: Likewise.
50334         * posix/glob.h: Likewise.
50335         * posix/sched.h: Likewise.
50336         * posix/spawn.h: Likewise.
50337         * posix/sys/wait.h: Likewise.
50338         * posix/unistd.h: Likewise.
50339         * posix/wordexp.h: Likewise.
50340         * pwd/pwd.h: Likewise.
50341         * resolv/netdb.h: Likewise.
50342         * resource/sys/resource.h: Likewise.
50343         * rt/aio.h: Likewise.
50344         * rt/bits/mqueue2.h: Likewise.
50345         * rt/mqueue.h: Likewise.
50346         * shadow/shadow.h: Likewise.
50347         * signal/signal.h: Likewise.
50348         * socket/send.c: Likewise.
50349         * socket/sendto.c: Likewise.
50350         * socket/sys/socket.h: Likewise.
50351         * stdio-common/printf.h: Likewise.
50352         * stdlib/bits/stdlib.h: Likewise.
50353         * stdlib/fmtmsg.h: Likewise.
50354         * stdlib/monetary.h: Likewise.
50355         * stdlib/stdlib.h: Likewise.
50356         * stdlib/ucontext.h: Likewise.
50357         * streams/stropts.h: Likewise.
50358         * string/argz.h: Likewise.
50359         * string/bits/string2.h: Likewise.
50360         * string/string.h: Likewise.
50361         * string/strings.h: Likewise.
50362         * sunrpc/rpc/auth.h: Likewise.
50363         * sunrpc/rpc/auth_des.h: Likewise.
50364         * sunrpc/rpc/clnt.h: Likewise.
50365         * sunrpc/rpc/netdb.h: Likewise.
50366         * sunrpc/rpc/pmap_clnt.h: Likewise.
50367         * sunrpc/rpc/xdr.h: Likewise.
50368         * sysdeps/generic/inttypes.h: Likewise.
50369         * sysdeps/generic/net/if.h: Likewise.
50370         * sysdeps/generic/sys/swap.h: Likewise.
50371         * sysdeps/gnu/net/if.h: Likewise.
50372         * sysdeps/gnu/utmpx.h: Likewise.
50373         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50374         * sysdeps/i386/i486/bits/string.h: Likewise.
50375         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50376         * sysdeps/s390/bits/string.h: Likewise.
50377         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50378         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50379         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50380         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50381         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50382         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50383         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50384         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50385         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50386         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50387         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50388         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50389         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50390         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50391         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50392         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50393         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50394         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50395         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50396         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50397         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50398         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50399         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50400         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50401         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50402         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50403         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50404         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50405         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50406         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50407         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50408         * sysvipc/sys/ipc.h: Likewise.
50409         * sysvipc/sys/msg.h: Likewise.
50410         * sysvipc/sys/sem.h: Likewise.
50411         * sysvipc/sys/shm.h: Likewise.
50412         * termios/termios.h: Likewise.
50413         * time/sys/time.h: Likewise.
50414         * time/time.h: Likewise.
50415         * wcsmbs/bits/wchar2.h: Likewise.
50416         * wcsmbs/uchar.h: Likewise.
50417         * wcsmbs/wchar.h: Likewise.
50418         * wctype/wctype.h: Likewise.
50420         [BZ #13551]
50421         * Makeconfig: Remove all but ELF support including AIX support.
50422         * Makerules: Likewise.
50423         * config.h.in: Likewise.
50424         * config.make.in: Likewise.
50425         * configure: Likewise.
50426         * configure.in: Likewise.
50427         * csu/Makefile: Likewise.
50428         * csu/version.c: Likewise.
50429         * debug/Makefile: Likewise.
50430         * dlfcn/Makefile: Likewise.
50431         * elf/Makefile: Likewise.
50432         * extra-lib.mk: Likewise.
50433         * iconv/Makefile: Likewise.
50434         * include/libc-symbols.h: Likewise.
50435         * include/shlib-compat.h: Likewise.
50436         * resolv/Makefile: Likewise.
50437         * resolv/res_libc.c: Likewise.
50438         * rt/Makefile: Likewise.
50439         * sysdeps/i386/asm-syntax.h: Likewise.
50440         * sysdeps/i386/sysdep.h: Likewise.
50441         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50442         * sysdeps/mach/sysdep.h: Likewise.
50443         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50444         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50445         * sysdeps/s390/asm-syntax.h: Likewise.
50446         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50447         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50448         * sysdeps/sh/sysdep.h: Likewise.
50449         * sysdeps/unix/sparc/sysdep.h: Likewise.
50450         * sysdeps/wordsize-32/divdi3.c: Likewise.
50451         * sysdeps/x86_64/sysdep.h: Likewise.
50453         * argp/Versions: Remove _argp_unlock_xxx.
50455         [BZ #13559]
50456         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50457         * abilist/libBrokenLocale.abilist: Likewise.
50458         * abilist/libanl.abilist: Likewise.
50459         * abilist/libc.abilist: Likewise.
50460         * abilist/libcrypt.abilist: Likewise.
50461         * abilist/libdl.abilist: Likewise.
50462         * abilist/libm.abilist: Likewise.
50463         * abilist/libnsl.abilist: Likewise.
50464         * abilist/libpthread.abilist: Likewise.
50465         * abilist/libresolv.abilist: Likewise.
50466         * abilist/librt.abilist: Likewise.
50467         * abilist/libthread_db.abilist: Likewise.
50468         * abilist/libutil.abilist: Likewise.
50469         * abilist/libnss_db.abilist: New file.
50471         * scripts/abilist.awk: Add support for indirect functions.
50473         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50475         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50477         * shlib-versions: Remove entries for ports architectures.
50479         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50480         files in ports.
50481         * elf/stackguard-macros.h: Remove support for IA-64.
50482         * elf/tst-auditmod1.c: Likewise.
50483         * sysdeps/generic/ldsodefs.h: Likewise.
50485         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50486         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50487         configure files.
50489         [BZ #13552]
50490         * configure.in: Remove --enable-omitfp support.
50491         * FAQ.in: Adjust.
50492         * config.make.in: Likewise.
50493         * Makeconfig: Likewise.
50494         * manual/install.texi: Likewise.
50496         In case anyone cares, the IA-64 architecture could move to ports.
50497         * sysdeps/ia64/*: Removed.
50498         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50499         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50501         [BZ #13555]
50502         * configure.in: Remove entries for unsupported architectures.
50504         [BZ #13533]
50505         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50506         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50507         routines.
50508         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50509         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50510         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50511         fall back to using wcrtomb.
50512         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50513         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50514         renaming.
50515         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50516         * wcsmbs/tst-c16c32-1.c: New file.
50518         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50519         local variable.
50521         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50523         * elf/tst-unique3.cc: Add explicit declaration of gets.
50524         * elf/tst-unique3lib.cc: Likewise.
50525         * elf/tst-unique3lib2.cc: Likewise.
50526         * elf/tst-unique4.cc: Likewise.
50528         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50530 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50532         [BZ #13566]
50533         * assert/assert.h (static_assert): Don't define for C++.
50534         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50535         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50537 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50539         * iconv/loop.c (single loop): Fix assertion in storing of
50540         remaining bytes.
50542         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50544 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50546         * posix/getconf.c: Update copyright year.
50547         * nss/getent.c: Likewise.
50548         * nss/makedb.c: Likewise.
50549         * iconv/iconvconfig.c: Likewise.
50550         * iconv/iconv_prog.c: Likewise.
50551         * elf/ldconfig.c: Likewise.
50552         * elf/pldd.c: Likewise.
50553         * elf/sotruss.ksh: Likewise.
50554         * catgets/gencat.c: Likewise.
50555         * csu/version.c: Likewise.
50556         * elf/ldd.bash.in: Likewise.
50557         * elf/sprof.c (print_version): Likewise.
50558         * locale/programs/locale.c: Likewise.
50559         * locale/programs/localedef.c: Likewise.
50560         * login/programs/pt_chown.c: Likewise.
50561         * nscd/nscd.c (print_version): Likewise.
50562         * debug/xtrace.sh: Likewise.
50563         * malloc/memusage.sh: Likewise.
50564         * malloc/mtrace.pl: Likewise.
50565         * debug/catchsegv.sh: Likewise.
50567 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50569         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50570         pure attribute.
50572 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50574         [BZ #13533]
50575         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50576         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50577         transformations.
50578         * iconv/gconv_int.h: Likewise.
50579         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50580         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50581         from libc for GLIBC_2.16.
50582         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50583         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50584         * wcsmbs/uchar.h: Really define mbstate_t.
50585         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50586         * wcsmbs/c16rtomb.c: New file.
50587         * wcsmbs/mbrtoc16.c: New file.
50588         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50589         for C/POSIX locale.
50590         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50591         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50593         * wcsmbs/wchar.h: Add missing __restrict.
50595 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50597         [BZ #13532]
50598         * time/Makefile (routines): Add timespec_get.
50599         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50600         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50601         timespec for ISO C11.
50602         * time/timespec_get.c: New file.
50603         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50604         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50606         [BZ #13531]
50607         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50608         * stdlib/stdlib.h: Declare aligned_alloc.
50609         * Versions.def: Add GLIBC_2.16 for libc.
50610         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50612         [BZ 13527]
50613         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50614         ISO C11.
50616         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50617         code.
50619         [BZ #13528]
50620         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50622         [BZ #13529]
50623         * assert/assert.h (static_assert): Define.
50625         * version.h: Update for 2.16 development version.
50627         [BZ #13526]
50628         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50629         _ISOC11_SOURCE.
50631         * version.h (RELEASE): Bump for 2.15 release.
50632         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50634         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50635         Patch by Marek Polacek <mpolacek@redhat.com>.
50637         * bits/byteswap.h: Protect long long constants with __extension__.
50638         * sysdeps/i386/bits/byteswap.h: Likewise.
50639         * sysdeps/ia64/bits/byteswap.h: Likewise.
50640         * sysdeps/s390/bits/byteswap.h: Likewise.
50641         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50643 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50645         [BZ #13540]
50646         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50647         destination buffer.
50648         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50650 2011-12-23  Marek Polacek  <polacek@redhat.com>
50652         * elf/dl-addr.c (determine_info): Add inline keyword.
50653         * elf/tst-auditmod4b.c (check_avx): Likewise.
50654         * elf/tst-auditmod6b.c (check_avx): Likewise.
50655         * elf/tst-auditmod6c.c (check_avx): Likewise.
50656         * elf/tst-auditmod7b.c (check_avx): Likewise.
50658 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50660         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50661         !__SSE_MATH__.
50663 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50665         [BZ #13540]
50666         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50667         processing for last bytes.
50669 2011-08-06  Bruno Haible  <bruno@clisp.org>
50671         [BZ #13061]
50672         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50673         U+0385, not to U+1FEE.
50675         [BZ #13062]
50676         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50677         entry for U+00A5 U+0301.
50679 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50681         [BZ #13166]
50682         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50683         buffer for the output is too small.
50685         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50686         optimization.
50688         [BZ #13185]
50689         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50690         SSE flags if possible.
50692 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50694         [BZ #13540]
50695         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50696         processing for last bytes.
50698 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50700         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50701         (syscall-list-default-options, syscall-list-default-condition)
50702         (syscall-list-includes): Define.
50703         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50704         list of ABIs and options and #if conditions for each ABI.  Do not
50705         handle common syscalls between ABIs specially.
50706         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50707         Remove.
50708         (syscall-list-variants, syscall-list-32bit-options)
50709         (syscall-list-32bit-condition, syscall-list-64bit-options)
50710         (syscall-list-64bit-condition): Define.
50711         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50712         (syscall-list-variants, syscall-list-32bit-options)
50713         (syscall-list-32bit-condition, syscall-list-64bit-options)
50714         (syscall-list-64bit-condition): Define.
50715         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50716         Remove.
50717         (syscall-list-variants, syscall-list-32bit-options)
50718         (syscall-list-32bit-condition, syscall-list-64bit-options)
50719         (syscall-list-64bit-condition): Define.
50720         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50721         Remove.
50722         (syscall-list-variants, syscall-list-32bit-options)
50723         (syscall-list-32bit-condition, syscall-list-64bit-options)
50724         (syscall-list-64bit-condition): Define.
50726 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50728         * locale/iso-639.def: Add brx entry.
50730         [BZ #13328]
50731         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50732         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50734         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50735         __feraiseexcept_renamed.
50737 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50739         [BZ #13538]
50740         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50741         EPOLLET with unsigned values.
50742         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50743         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50745         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50746         to large cancellation.
50747         * math/s_cacoshf.c: Likewise.
50748         * math/s_cacoshl.c: Likewise.
50750 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50752         [BZ #13305]
50753         [BZ #12786]
50754         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50755         * math/s_cacoshf.c: Likewise.
50756         * math/s_cacoshl.c: Likewise.
50758 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50760         [BZ #13439]
50761         * iconv/gconv.h: Define __GCONV_SWAP.
50762         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50763         * iconvdata/utf-16.c: Likewise.
50764         * iconvdata/utf-32.c: Likewise.
50766 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50768         [BZ #13524]
50769         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50770         numerator after shifting it by one limb.
50772 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50774         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50775         under [__USE_EXTERN_INLINES].
50777 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50779         [BZ #13446]
50780         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50782 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50784         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50785         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50786         optimized code.
50787         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50788         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50789         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50790         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50791         for strncasecmp/strncasecmp_l compilation.
50792         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50793         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50795 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50797         [BZ #13484]
50798         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50799         of __asm__.
50801 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50803         [BZ #13506]
50804         * time/tzfile.c (__tzfile_read): Check values from file header.
50806 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50808         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50809         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50810         * powerpc/powerpc32/dl-start.S: Likewise.
50811         * powerpc/powerpc32/elf/start.S: Likewise.
50812         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50813         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50814         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50815         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50816         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50817         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50818         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50819         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50820         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50821         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50822         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50823         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50824         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50825         * powerpc/powerpc32/memset.S: Likewise.
50826         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50827         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50828         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50829         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50830         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50831         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50832         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50833         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50834         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50835         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50836         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50837         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50838         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50840 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50842         * math/libm-test.inc: Added more nearbyint tests.
50843         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50844         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50845         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50846         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50848 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50850         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50851         FD_CLOEXEC.
50853 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50855         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50856         Add wcscpy-ssse3 wcscpy-c.
50857         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50858         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50859         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50860         * sysdeps/x86_64/wcschr.S: New file.
50861         * sysdeps/x86_64/wcsrchr.S: New file.
50862         * string/test-strcmp.c: Remove checking of wcscmp function for
50863         wrong alignments.
50864         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50865         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50866         wcsrchr-sse2 wcsrchr-c.
50867         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50868         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50869         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50870         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50871         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50872         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50873         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50874         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50875         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50876         * wcsmbc/wcschr.c (WCSCHR): New macro.
50878 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50880         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50881         * wcsmbs/test-wcsrchr.c: New file.
50882         * string/test-strrchr.c: Add wcsrchr support.
50883         (WIDE): New macro.
50884         * wcsmbs/test-wcscpy.c: New file.
50885         * string/test-strcpy.c: Add wcscpy support.
50886         (WIDE): New macro.
50888 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50890         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50891         the inner loop.
50893 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50895         [BZ #13472]
50896         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50898 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50900         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50901         Minor optimizations.
50903         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50904         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50905         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50907 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50909         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50910         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50911         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50912         for gcc to avoid warnings.
50913         * inet/Makefile (tests): Add tst-checks.
50914         * inet/tst-checks.c: New file.
50916         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50917         warning.
50919         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50920         __wmemcmp_sse2.
50922         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50923         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50925         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50927 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50929         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50930         problem.
50932         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50934 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50936         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50937         conditional on GCC version.
50938         (__arch_compare_and_exchange_val_8_acq)
50939         (__arch_compare_and_exchange_val_16_acq)
50940         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50941         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50942         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50944 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50946         * sysdeps/sh/backtrace.c: New file.
50948 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50950         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50951         parenthesis.
50953 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50955         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50956         falling back to utime.
50958 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50960         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50961         expectations for float.
50963 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50965         * locale/weight.h (findidx): Add parameter len.
50966         * locale/weightwc.h (findidx): Likewise.
50967         * posix/fnmatch_loop.c (FCT): Adjust caller.
50968         * posix/regcomp.c (build_equiv_class): Likewise.
50969         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50970         * posix/regexec.c (check_node_accept_bytes): Likewise.
50971         * string/strcoll_l.c (STRCOLL): Likewise.
50972         * string/strxfrm_l.c (STRXFRM): Likewise.
50974 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50976         * Makefile.in: Remove CVSOPT handling.
50977         * configure.in: Remove use of AC_REVISION.
50978         * iconvdata/Makefile (distribute): No need to filter out CVS.
50979         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50980         handling.
50982 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50984         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50985         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50986         [USE_AS_STRNCASECMP_L]: Likewise.
50987         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50988         NO_TLS_DIRECT_SEG_REFS.
50989         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50990         Fix argument offsets for non-PIC.
50991         [USE_AS_STRNCASECMP_L]: Likewise.
50992         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50993         NO_TLS_DIRECT_SEG_REFS.
50995 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50997         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50998         O_CLOEXEC.
50999         * locale/loadlocale.c (_nl_load_locale): Likewise.
51001 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51003         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51004         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51005         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51006         (SYSCALL_GETTIME): Set errno on error.
51008         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51009         count references to noai6ai_cached.
51011 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51013         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51015         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51016         FD_CLOEXEC for /proc/self/maps.
51018         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51019         FD_CLOEXEC for /proc/meminfo.
51021         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51022         gai.conf.
51024         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51025         FD_CLOEXEC for given file.
51027         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51029         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51030         FD_CLOEXEC for /etc/hosts.
51031         (_gethtent): Likewise.
51033         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51035         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51036         cancellation and set FD_CLOEXEC for /etc/netgroup.
51038         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51039         reading /etc/publickey.
51041         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51042         allow cancellation when reading /etc/group.
51044         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51045         cancellation.
51046         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51048         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51049         when using data file.
51051         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51053         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51054         (write_nis_obj): Use "c" and "e" in fopen.
51056         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51058         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51060         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51062         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51064         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51065         locale.alias.
51067         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51069         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51071         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51073         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51074         file parsing and set FD_CLOEXEC.
51076 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51078         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51080 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51082         * malloc/arena.c (arena_get2): Don't call reused_arena when
51083         _int_new_arena failed.
51085 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51087         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51088         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51089         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51090         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51091         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51092         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51093         to compile strcasecmp and strncasecmp.
51094         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51095         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51097         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51099 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51101         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51102         locale-defines.sym to gen-as-const-headers.
51103         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51104         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51105         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51106         to compile strcasecmp and strncasecmp.
51107         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51108         strcasecmp_l and strncasecmp_l.
51109         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51110         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51111         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51112         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51113         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51114         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51115         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51116         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51117         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51118         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51119         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51121 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51123         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51124         result of SYSDEP_GETTIME_CPU to retval.
51125         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51126         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51128         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51129         variable.
51131         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51132         mantissa words.
51133         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51135         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51136         from unused variable.
51138         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51139         DWARF definitions.
51140         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51141         for assembling.
51143         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51144         over namespaces.
51146         * sunrpc/rpc_prot.c (rejected): Fix case value.
51148         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51149         unsigned long long int to avoid warnings in shift.
51151         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51152         of use of trans.
51153         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51154         variable tmp.
51156         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51157         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51158         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51160         * nis/nis_table.c (nis_list): Use variable of correct type for
51161         result of __follow_path call.
51163 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51165         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51166         of math functions ceil, trunc, floor, round, and sqrt, when
51167         avaliable on the platform.
51168         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51169         name clash.
51170         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51171         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51172         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51174 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51176         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51177         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51179 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51181         * include/unistd.h: Fix __readlink return type.
51182         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51184 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51186         * stdlib/ucontext.h: Undo last change for makecontext.
51188 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51190         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51192         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51193         * setjmp/setjmp.h: Mark functions as non-leaf.
51194         * setjmp/bits/setjmp2.h: Likewise.
51195         * stdlib/ucontext.h: Likewise.
51197 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51199         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51200         (reused_arena): Don't check arena limit.
51201         (arena_get2): Atomically check arena limit.
51203 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51205         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51206         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51208         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51209         instructions.
51211 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51213         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51214         handler when locking.
51216         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51217         Fix size of allocated buffer.
51219 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51221         [BZ #10103]
51222         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51223         declarations for long double functions.
51224         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51226         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51228 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51230         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51231         installed.
51233         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51234         is disabled.
51236 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51238         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51240 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51242         * include/alloca.h (stackinfo_alloca_round): Define.
51243         (extend_alloca): Use it.
51244         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51245         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51246         here.
51248         * scripts/check-local-headers.sh: Ignore libaudit.h.
51250         * nscd/Makefile (extra-objs): Make recursively expanded.
51252 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51254         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51255         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51257         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51258         * posix/tst-rfc3484-2.c: Likewise.
51259         * posix/tst-rfc3484-3.c: Likewise.
51261         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51262         process_vm_writev.
51263         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51264         process_vm_writev.
51265         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51266         process_vm_writev from libc using GLIBC_2.15 version.
51268         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51270 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51272         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51273         stack usage.
51275 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51277         [BZ #13367]
51278         * nss/getent.c (initgroups_keys): Show error message in case no group
51279         names are given.
51281         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51282         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51283         __bump_nl_timestamp.
51284         * nscd/connections (nscd_init): When host database is served open
51285         netlink socket and request notification about configuration changes.
51286         (main_loop_poll): Track netlink file descriptor and bump timestamp
51287         in case data becomes available.
51288         (main_loop_epoll): Likewise.
51289         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51290         (database_pers_head): Add extra_data fileds.
51291         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51292         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51293         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51294         Adjust caller.
51295         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51296         in6ai data, call __free_in6ai.
51297         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51298         Add -DHAVE_NETLINK.
51299         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51300         interface information.  Reuse previous data if netlink timestamp
51301         is not changed.
51302         (__bump_nl_timestamp): New function.
51303         (__free_in6ai): New function.
51305 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51307         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51308         close_not_cancel_no_status here.
51309         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51311 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51313         [BZ #13276]
51314         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51315         return value.
51317         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51318         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51319         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51321 2011-07-03  Andreas Jaeger  <aj@suse.de>
51323         [BZ #10709]
51324         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51325         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51326         * math/libm-test.inc (sin_test): Add test case.
51328 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51330         [BZ #13337]
51331         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51332         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51334         * elf/chroot_canon.c (chroot_canon): Cleanups.
51336         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51338         [BZ #13335]
51339         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51340         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51342         * string/test-strchr.c: Make usable for strchrnul testing.
51343         * string/test-strchrnul.c: New file.
51344         * string/Makefile (strop-tests): Add strchrnul.
51346         * po/it.po: Update from translation team.
51347         * po/es.po: Likewise.
51349 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51351         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51352         the three constants needed as parameters.  Drop the others.
51353         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51354         __m128i_strloadu_tolower.
51355         Create and initialize variable zero and use it in all the places
51356         where _mm_setzero_si128 was used.
51358         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51359         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51360         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51361         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51362         anymore.
51363         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51364         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51365         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51366         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51367         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51368         __mpranred, __mptan.
51369         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51370         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51371         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51372         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51373         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51374         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51375         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51376         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51377         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51379 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51381         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51382         redefine if SHARED.
51383         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51385         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51386         wide char related routines to wcsmbs subdir.
51388 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51390         [BZ #13344]
51391         * misc/sys/cdefs.h (__THROWNL): Define.
51392         * posix/unistd.h: Use __THREADNL instead of __THREAD
51393         for memory synchronization functions.
51395 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51397         [BZ #13349]
51398         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51399         doesn't exist.
51400         * manual/stdio.texi (Obstack Streams): Node removed.
51402 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51404         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51405         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51406         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51408         * math/math_private.h (math_force_eval): Allow non-addressable
51409         arguments.
51410         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51412 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51414         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51415         file is not needed.
51417         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51418         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51419         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51420         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51421         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51422         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51423         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51424         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51425         Add AVX variants.
51426         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51427         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51428         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51429         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51430         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51431         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51432         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51433         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51434         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51435         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51436         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51437         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51438         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51439         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51440         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51441         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51442         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51443         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51444         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51446         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51447         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51449         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51450         place.  Use VEX encoding when compiling for AVX.
51452 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51454         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51455         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51457         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51459 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51461         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51462         useless if() expression.
51463         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51464         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51465         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51466         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51467         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51468         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51469         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51470         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51471         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51472         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51473         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51474         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51475         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51476         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51477         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51478         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51479         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51480         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51481         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51483         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51485 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51487         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51488         condition.
51489         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51491 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51493         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51494         .text section.  Avoid duplicate constants.
51495         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51496         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51497         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51498         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51499         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51500         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51501         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51502         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51503         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51504         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51505         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51506         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51507         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51508         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51509         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51510         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51511         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51512         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51513         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51514         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51515         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51516         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51517         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51518         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51519         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51520         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51521         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51522         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51523         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51524         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51525         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51526         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51527         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51528         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51529         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51530         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51531         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51532         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51533         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51534         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51535         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51536         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51537         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51538         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51539         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51541 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51543         * sysdeps/x86_64/dla.h: Move to ...
51544         * sysdeps/x86_64/fpu/dla.h: ...here.
51545         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51546         situations.  Use __builtin_fma only for gcc 4.6 and up.
51548         * config.make.in: Add have-mfma4 entry.
51549         * configure.in: Substitute libc_cv_cc_fma4.
51550         * math/Makefile (dbl-only-routines): Add sincostab.
51551         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51552         Use __sincostab not sincos.
51553         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51554         name is a macro.
51555         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51556         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51557         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51558         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51559         using __copysign.
51560         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51561         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51562         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51563         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51564         and __inv.
51565         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51566         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51567         __copysign.
51568         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51569         define aliases when function name is a macro.
51570         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51571         sysdeps/ieee754/dbl-64/sincos.tbl.
51572         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51573         fma4-enabled routines.
51574         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51575         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51576         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51577         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51578         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51579         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51580         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51581         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51582         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51583         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51584         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51585         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51586         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51587         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51588         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51589         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51590         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51591         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51592         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51593         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51594         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51595         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51596         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51597         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51598         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51599         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51600         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51601         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51602         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51603         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51605         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51606         rename.
51607         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51608         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51609         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51610         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51611         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51612         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51613         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51614         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51616 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51618         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51620 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51622         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51624         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51625         prediction.
51626         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51628         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51629         Remove unused variable magic_bits.
51630         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51632         * string/strnlen.c: Define and use STRNLEN macro.
51633         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51634         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51635         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51636         * wcsmbs/wcslen.c: Define and use WCSLEN.
51637         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51638         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51639         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51640         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51641         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51642         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51643         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51645 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51647         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51648         strnlen-sse2-no-bsf.
51649         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51650         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51651         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51652         Add strnlen support.
51653         (USE_AS_STRNLEN): New macro.
51654         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51655         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51656         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51657         * sysdeps/x86_64/wcslen.S: New file.
51659 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51661         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51662         XMM-moves are used for copying on small sizes.
51664 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51666         * wcsmbs/Makefile (strop-tests): Add wcschr.
51667         * wcsmbs/test-wcschr.c: New file.
51668         * string/test-strchr.c: Update.
51669         Add wcschr support.
51670         (WIDE): New macro.
51672 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51674         * wcsmbs/Makefile (strop-tests): Add wcslen.
51675         * wcsmbs/test-wcslen.c: New file.
51676         * string/test-strlen.c: Update.
51677         Add wcslen support.
51678         (WIDE): New macro.
51680 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51682         * po/it.po: Update from translation team.
51684 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51686         * sysdeps/x86_64/wcscmp.S: Update.
51687         Fix wrong comparison semantics.
51688         wcscmp shall use signed comparison not unsigned.
51689         Don't use substraction to avoid overflow bug.
51690         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51691         * wcsmbc/wcscmp.c: Likewise.
51692         * string/test-strcmp.c: Likewise.
51693         Add new tests to check cases with negative values.
51695 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51697         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51698         * sysdeps/x86_64/dla.h: ...here.  New file.
51699         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51700         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51701         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51702         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51703         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51704         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51705         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51706         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51707         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51709 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51711         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51712         __ynl_finite aliases.
51714 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51716         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51718         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51719         define DLA_FMA.
51720         [DLA_FMA] (EMULV): Use DLA_FMA.
51721         [DLA_FMA] (MUL12): Use EMULV.
51722         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51723         that are not needed.
51724         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51725         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51726         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51727         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51728         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51729         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51730         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51732 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51734         * math/s_nan.c: Undef __nan.
51735         * math/s_nanf.c: Undef __nanf.
51736         * math/s_nanl.c: Undef __nanl.
51737         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51738         "math_private.h".
51740 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51742         * math/s_catan.c: Add branch predictions.
51743         * math/s_catanf.c: Likewise.
51744         * math/s_catanh.c: Likewise.
51745         * math/s_catanhf.c: Likewise.
51746         * math/s_catanhl.c: Likewise.
51747         * math/s_catanl.c: Likewise.
51748         * math/s_cexp.c: Likewise.
51749         * math/s_cexpf.c: Likewise.
51750         * math/s_cexpl.c: Likewise.
51751         * math/s_clog.c: Likewise.
51752         * math/s_clog10.c: Likewise.
51753         * math/s_clog10f.c: Likewise.
51754         * math/s_clog10l.c: Likewise.
51755         * math/s_clogf.c: Likewise.
51756         * math/s_clogl.c: Likewise.
51757         * math/s_csqrt.c: Likewise.
51758         * math/s_csqrtf.c: Likewise.
51759         * math/s_csqrtl.c: Likewise.
51760         * math/s_ctanf.c: Likewise.
51761         * math/s_ctanh.c: Likewise.
51762         * math/s_ctanhf.c: Likewise.
51763         * math/s_ctanhl.c: Likewise.
51764         * math/s_ctanl.c: Likewise.
51766         * math/math_private.h: Define __nan, __nanf, __nanl.
51767         * math/s_cacosh.c: Include <math_private.h>.
51768         * math/s_cacoshl.c: Likewise.
51769         * math/s_casinh.c: Likewise.
51770         * math/s_casinhf.c: Likewise.
51771         * math/s_casinhl.c: Likewise.
51772         * math/s_ccos.c: Rely entire on ccosh.
51773         * math/s_ccosf.c: Rely entire on ccoshf.
51774         * math/s_ccosl.c: Rely entirely on ccoshl.
51775         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51776         Remove tests for FE_INVALID.
51777         * math/s_ccoshf.c: Likewise.
51778         * math/s_ccoshl.c: Likewise.
51779         * math/s_csin.c: Likewise.
51780         * math/s_csinf.c: Likewise.
51781         * math/s_csinh.c Likewise.
51782         * math/s_csinhf.c: Likewise.
51783         * math/s_csinhl.c: Likewise.
51784         * math/s_csinl.c: Likewise.
51785         * math/s_ctan.c: Likewise.
51786         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51787         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51788         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51790 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51792         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51793         compilation problems.
51795         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51796         __builtin_expect.
51798 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51800         * sysdeps/i386/configure.in: Test for -mfma4 option.
51801         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51802         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51803         COMMON_CPUID_INDEX_80000001.
51804         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51805         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51806         use it if FMA3 is not supported.
51807         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51809         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51810         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51812 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51814         [BZ #12892]
51815         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51816         it would create a cycle with a link time dependency.
51818 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51820         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51821         instruction.
51822         * string/Makefile (strop-tests): Add rawmemchr.
51823         * string/test-rawmemchr.c: New file.
51825         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51826         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51827         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51828         when compiling str{,n}casecmp and when AVX is available.  Hook up
51829         new optimized code in initializers.
51831 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51833         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51834         __feraiseexcept instead of feraiseexcept.
51836 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51838         * math/math_private.h: Define defaults for libc_fetestexcept and
51839         libc_feupdateenv.
51840         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51841         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51842         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51843         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51844         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51845         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51846         libc_fetestexcept and libc_feupdateenv.
51848         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51849         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51850         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51851         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51852         libc_feholdexcept_setround.
51854         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51855         Add s_nearbyint-c and s_nearbyintf-c.
51856         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51857         nearbyintf inlines.
51858         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51859         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51860         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51861         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51863         * math/math_private.h: Define defaults for libc_fegetround,
51864         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51865         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51866         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51867         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51868         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51869         standard functions.
51870         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51871         Remove comments and hacks for old compiler versions.
51872         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51873         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51874         libc_feholdexceptl.
51876 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51878         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51879         (__feraiseexcept_renamed): Add __NTH.
51880         (feraiseexcept): Add __NTH.  Rename local variables to fix
51881         namespace violations.
51883 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51885         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51887         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51889         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51890         recently added interfaces.
51891         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51893         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51894         about macro parameter expansion.
51896         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51897         __NO_MATH_INLINES is defined.  Cleanups.
51899         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51900         and __floorf is target has SSE4.1.
51901         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51902         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51903         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51904         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51906         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51907         name.
51908         (floorf): Likewise.
51910         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51912 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51914         * misc/sys/cdefs.h: Fix last change.
51916         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51917         database lookup.
51919 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51921         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51923         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51924         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51925         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51926         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51927         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51928         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51929         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51930         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51931         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51932         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51933         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51934         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51935         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51936         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51937         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51938         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51939         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51940         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51941         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51942         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51943         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51944         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51946         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51947         ceil, ceilf, floor, floorf.
51949         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51950         Perform IRELATIVE relocations last.
51952         * elf/do-rel.h: Add another parameter nrelative, replacing the
51953         local variable with the same name.  Change name of the function
51954         to end in Rel or Rela (uppercase).
51955         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51956         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51957         elf_dynamic_do_##reloc function.
51959 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51961         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51962         is sufficient, at least on modern CPUs.
51964         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51966         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51967         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51969         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51970         __expl_finite.
51971         * math/bits/math-finite.h: Add entries for exp.
51972         * math/e_expl.c: Add __*_finite alias.
51973         * sysdeps/i386/fpu/e_exp.S: Likewise.
51974         * sysdeps/i386/fpu/e_expf.S: Likewise.
51975         * sysdeps/i386/fpu/e_expl.c: Likewise.
51976         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51977         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51978         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51979         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51980         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51981         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51982         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51984         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51985         is sufficient, at least on modern CPUs.
51987         * ctype/ctype-info.c (__ctype_init): Define.
51988         * include/ctype.h (__ctype_init): Declare.
51989         (__ctype_b_loc): The variable is always initialized.
51990         (__ctype_toupper_loc): Likewise.
51991         (__ctype_tolower_loc): Likewise.
51992         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51993         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51995 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51997         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51999         * configure.in: Also look in $cxxmachine/include for C++ system
52000         headers.
52002 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52004         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52005         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52006         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52007         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52008         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52009         (USE_AS_WMEMCMP): New macro.
52010         Fixing indents.
52011         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52012         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52013         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52014         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52015         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52016         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52017         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52018         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52019         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52020         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52021         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52022         (USE_AS_WMEMCMP): New macro.
52023         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52024         * sysdeps/string/test-memcmp.c: Update.
52025         Fix simple_wmemcmp.
52026         Add new tests.
52027         * wcsmbs/wmemcmp.c: Update.
52028         (WMEMCMP): New macro.
52029         Fix overflow bug.
52031 2011-10-12  Andreas Jaeger  <aj@suse.de>
52033         [BZ #13268]
52034         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52036 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52038         * libio/iofwide.c (do_length): Avoid warning.
52040         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52042 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52044         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52046         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52047         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52048         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52049         * sysdeps/i386/i686/fpu/e_log.S: New file.
52050         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52051         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52053         * ctype/ctype.h: Add support for inlined isXXX functions when
52054         compiling C++ code.
52056 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52058         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52060         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52062 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52064         [BZ #13291]
52065         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52067 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52069         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52070         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52071         feraiseexcept.
52073         * sysdeps/x86_64/memrchr.S: Check for zero size.
52075         * string/stratcliff.c: Add memrchr tests.
52077 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52079         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52080         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52081         rawmemchr-sse2 rawmemchr-sse2-bsf.
52082         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52083         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52084         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52085         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52086         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52087         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52088         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52089         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52090         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52091         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52092         * string/memrchr.c (MEMRCHR): New macro.
52094 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52096         Add integration with gcc's -ffinite-math-only and optimize wrapper
52097         functions in libm.
52098         * Versions.def: Define GLIBC_2.15 version for libm.
52099         * math/Makefile (headers): Add bits/math-finite.h.
52100         * math/bits/math-finite.h: New file.
52101         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52102         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52103         * math/e_acoshl.c: Add __*_finite alias.
52104         * math/e_acosl.c: Likewise.
52105         * math/e_asinl.c: Likewise.
52106         * math/e_atan2l.c: Likewise.
52107         * math/e_atanhl.c: Likewise.
52108         * math/e_coshl.c: Likewise.
52109         * math/e_exp10.c: Likewise.
52110         * math/e_exp10f.c: Likewise.
52111         * math/e_exp10l.c: Likewise.
52112         * math/e_exp2l.c: Likewise.
52113         * math/e_fmodl.c: Likewise.
52114         * math/e_gammal_r.c: Likewise.
52115         * math/e_hypotl.c: Likewise.
52116         * math/e_j0l.c: Likewise.
52117         * math/e_j1l.c: Likewise.
52118         * math/e_jnl.c: Likewise.
52119         * math/e_lgammal_r.c: Likewise.
52120         * math/e_log10l.c: Likewise.
52121         * math/e_log2l.c: Likewise.
52122         * math/e_logl.c: Likewise.
52123         * math/e_powl.c: Likewise.
52124         * math/e_sinhl.c: Likewise.
52125         * math/e_sqrtl.c: Likewise.
52126         * math/e_scalb.c: Completely rewritten and optimized.
52127         * math/e_scalbf.c: Likewise.
52128         * math/e_scalbl.c: Likewise.
52129         * math/w_acos.c: Likewise.
52130         * math/w_acosf.c: Likewise.
52131         * math/w_acosl.c: Likewise.
52132         * math/w_acosh.c: Likewise.
52133         * math/w_acoshf.c: Likewise.
52134         * math/w_acoshl.c: Likewise.
52135         * math/w_asin.c: Likewise.
52136         * math/w_asinf.c: Likewise.
52137         * math/w_asinl.c: Likewise.
52138         * math/w_atan2.c: Likewise.
52139         * math/w_atan2f.c: Likewise.
52140         * math/w_atan2l.c: Likewise.
52141         * math/w_atanh.c: Likewise.
52142         * math/w_atanhf.c: Likewise.
52143         * math/w_atanhl.c: Likewise.
52144         * math/w_exp10.c: Likewise.
52145         * math/w_exp10f.c: Likewise.
52146         * math/w_exp10l.c: Likewise.
52147         * math/w_fmod.c: Likewise.
52148         * math/w_fmodf.c: Likewise.
52149         * math/w_fmodl.c: Likewise.
52150         * math/w_j0.c: Likewise.
52151         * math/w_j0f.c: Likewise.
52152         * math/w_j0l.c: Likewise.
52153         * math/w_j1.c: Likewise.
52154         * math/w_j1f.c: Likewise.
52155         * math/w_j1l.c: Likewise.
52156         * math/w_jn.c: Likewise.
52157         * math/w_jnf.c: Likewise.
52158         * math/w_log.c: Likewise.
52159         * math/w_logf.c: Likewise.
52160         * math/w_logl.c: Likewise.
52161         * math/w_log10.c: Likewise.
52162         * math/w_log10f.c: Likewise.
52163         * math/w_log10l.c: Likewise.
52164         * math/w_log2.c: Likewise.
52165         * math/w_log2f.c: Likewise.
52166         * math/w_log2l.c: Likewise.
52167         * math/w_pow.c: Likewise.
52168         * math/w_powf.c: Likewise.
52169         * math/w_powl.c: Likewise.
52170         * math/w_remainder.c: Likewise.
52171         * math/w_remainderf.c: Likewise.
52172         * math/w_remainderl.c: Likewise.
52173         * math/w_scalb.c: Likewise.
52174         * math/w_scalbf.c: Likewise.
52175         * math/w_scalbl.c: Likewise.
52176         * math/w_sqrt.c: Likewise.
52177         * math/w_sqrtf.c: Likewise.
52178         * math/w_sqrtl.c: Likewise.
52179         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52180         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52181         used.
52182         * math/math_private.h: Declare __kernel_standard_f.
52183         * math/w_cosh.c: Remove cruft and optimize a bit.
52184         * math/w_coshf.c: Likewise.
52185         * math/w_coshl.c: Likewise.
52186         * math/w_exp2.c: Likewise.
52187         * math/w_exp2f.c: Likewise.
52188         * math/w_exp2l.c: Likewise.
52189         * math/w_hypot.c: Likewise.
52190         * math/w_hypotf.c: Likewise.
52191         * math/w_hypotl.c: Likewise.
52192         * math/w_lgamma.c: Likewise.
52193         * math/w_lgamma_r.c: Likewise.
52194         * math/w_lgammaf.c: Likewise.
52195         * math/w_lgammaf_r.c: Likewise.
52196         * math/w_lgammal.c: Likewise.
52197         * math/w_lgammal_r.c: Likewise.
52198         * math/w_sinh.c: Likewise.
52199         * math/w_sinhf.c: Likewise.
52200         * math/w_sinhl.c: Likewise.
52201         * math/w_tgamma.c: Likewise.
52202         * math/w_tgammaf.c: Likewise.
52203         * math/w_tgammal.c: Likewise.
52204         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52205         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52206         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52207         Minor optimizations.  Pretty printing.  Remove cruft.
52208         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52209         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52210         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52211         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52212         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52213         * sysdeps/i386/fpu/e_asin.S: Likewise.
52214         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52215         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52216         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52217         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52218         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52219         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52220         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52221         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52222         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52223         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52224         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52225         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52226         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52227         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52228         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52229         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52230         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52231         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52232         * sysdeps/i386/fpu/e_log.S: Likewise.
52233         * sysdeps/i386/fpu/e_log10.S: Likewise.
52234         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52235         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52236         * sysdeps/i386/fpu/e_log2.S: Likewise.
52237         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52238         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52239         * sysdeps/i386/fpu/e_logf.S: Likewise.
52240         * sysdeps/i386/fpu/e_logl.S: Likewise.
52241         * sysdeps/i386/fpu/e_pow.S: Likewise.
52242         * sysdeps/i386/fpu/e_powf.S: Likewise.
52243         * sysdeps/i386/fpu/e_powl.S: Likewise.
52244         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52245         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52246         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52247         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52248         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52249         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52250         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52251         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52252         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52253         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52254         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52255         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52256         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52257         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52258         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52259         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52260         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52261         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52262         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52263         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52264         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52265         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52266         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52267         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52268         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52269         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52270         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52271         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52272         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52273         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52274         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52275         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52276         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52277         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52278         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52279         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52280         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52281         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52282         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52283         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52284         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52285         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52286         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52287         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52288         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52289         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52290         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52291         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52292         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52293         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52294         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52295         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52296         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52297         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52298         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52299         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52300         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52301         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52302         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52303         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52304         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52305         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52306         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52307         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52308         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52309         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52310         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52311         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52312         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52313         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52314         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52315         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52316         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52317         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52318         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52319         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52320         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52321         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52322         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52323         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52324         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52325         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52326         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52327         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52328         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52329         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52330         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52331         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52332         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52333         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52334         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52335         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52336         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52337         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52338         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52339         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52340         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52341         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52342         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52343         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52344         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52345         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52346         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52347         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52348         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52349         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52350         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52351         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52352         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52353         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52354         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52355         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52356         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52357         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52358         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52359         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52360         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52361         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52362         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52363         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52364         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52365         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52366         (__isnanf): Likewise.
52367         (__isinf_ns): Likewise.
52368         (__isinf_nsf): Likewise.
52369         (__finite): Likewise.
52370         (__finitef): Likewise.
52371         (__ieee754_sqrt): Define as macro.
52372         (__ieee754_sqrtf): Define as macro.
52373         (__ieee754_sqrtl): Define as macro.
52374         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52375         inlined copy.
52376         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52377         __FINITE_MATH_ONLY__ consistent.
52378         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52380 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52382         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52383         of rawmemchr.
52385         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52387 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52389         * po/ja.po: Update from translation team.
52391 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52393         * locale/programs/locarchive.c (prepare_address_space): New function.
52394         (create_archive, enlarge_archive, open_archive): Use it.
52396         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52397         inside [SHARED], where it is used.
52399         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52401         * nss/getent.c (netgroup_keys): Remove unused variable.
52402         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52404 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52406         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52407         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52408         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52409         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52410         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52411         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52412         * math/Makefile (libm-calls): Add s_isinf_ns.
52413         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52414         * math/multc3.c: Likewise.
52415         * math/s_casin.c: Likewise.
52416         * math/s_casinf.c: Likewise.
52417         * math/s_casinl.c: Likewise.
52418         * math/s_ccos.c: Likewise.
52419         * math/s_ccosf.c: Likewise.
52420         * math/s_ccosl.c: Likewise.
52421         * math/s_ctan.c: Likewise.
52422         * math/s_ctanf.c: Likewise.
52423         * math/s_ctanh.c: Likewise.
52424         * math/s_ctanhf.c: Likewise.
52425         * math/s_ctanhl.c: Likewise.
52426         * math/s_ctanl.c: Likewise.
52427         * math/w_fmod.c: Likewise.
52428         * math/w_fmodf.c: Likewise.
52429         * math/w_fmodl.c: Likewise.
52430         * math/w_remainder.c: Likewise.
52431         * math/w_remainderf.c: Likewise.
52432         * math/w_remainderl.c: Likewise.
52433         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52434         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52435         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52436         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52437         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52438         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52439         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52440         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52442         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52443         of the number.
52444         * stdio-common/printf_fphex.c: Likewise.
52445         * stdio-common/printf_size.c: Likewise.
52447         * math/e_exp10.c: Include math_private.h using <...> not "...".
52448         * math/e_exp10f.c: Likewise.
52449         * math/e_exp10l.c: Likewise.
52450         * math/e_exp2l.c: Likewise.
52451         * math/e_j0l.c: Likewise.
52452         * math/e_j1l.c: Likewise.
52453         * math/e_jnl.c: Likewise.
52454         * math/e_lgammal_r.c: Likewise.
52455         * math/e_rem_pio2l.c: Likewise.
52456         * math/e_scalb.c: Likewise.
52457         * math/e_scalbf.c: Likewise.
52458         * math/e_scalbl.c: Likewise.
52459         * math/k_cosl.c: Likewise.
52460         * math/k_sinl.c: Likewise.
52461         * math/k_tanl.c: Likewise.
52462         * math/s_cacoshf.c: Likewise.
52463         * math/s_catan.c: Likewise.
52464         * math/s_catanf.c: Likewise.
52465         * math/s_catanh.c: Likewise.
52466         * math/s_catanhf.c: Likewise.
52467         * math/s_catanhl.c: Likewise.
52468         * math/s_catanl.c: Likewise.
52469         * math/s_ccosh.c: Likewise.
52470         * math/s_ccoshf.c: Likewise.
52471         * math/s_ccoshl.c: Likewise.
52472         * math/s_cexp.c: Likewise.
52473         * math/s_cexpf.c: Likewise.
52474         * math/s_cexpl.c: Likewise.
52475         * math/s_clog.c: Likewise.
52476         * math/s_clog10.c: Likewise.
52477         * math/s_clog10f.c: Likewise.
52478         * math/s_clog10l.c: Likewise.
52479         * math/s_clogf.c: Likewise.
52480         * math/s_clogl.c: Likewise.
52481         * math/s_csin.c: Likewise.
52482         * math/s_csinf.c: Likewise.
52483         * math/s_csinh.c: Likewise.
52484         * math/s_csinhf.c: Likewise.
52485         * math/s_csinhl.c: Likewise.
52486         * math/s_csinl.c: Likewise.
52487         * math/s_csqrt.c: Likewise.
52488         * math/s_csqrtf.c: Likewise.
52489         * math/s_csqrtl.c: Likewise.
52490         * math/s_ctan.c: Likewise.
52491         * math/s_ctanf.c: Likewise.
52492         * math/s_ctanh.c: Likewise.
52493         * math/s_ctanhf.c: Likewise.
52494         * math/s_ctanhl.c: Likewise.
52495         * math/s_ctanl.c: Likewise.
52496         * math/s_ldexp.c: Likewise.
52497         * math/s_ldexpf.c: Likewise.
52498         * math/s_ldexpl.c: Likewise.
52499         * math/s_significand.c: Likewise.
52500         * math/s_significandf.c: Likewise.
52501         * math/s_significandl.c: Likewise.
52502         * math/w_acos.c: Likewise.
52503         * math/w_acosf.c: Likewise.
52504         * math/w_acosh.c: Likewise.
52505         * math/w_acoshf.c: Likewise.
52506         * math/w_acoshl.c: Likewise.
52507         * math/w_acosl.c: Likewise.
52508         * math/w_asin.c: Likewise.
52509         * math/w_asinf.c: Likewise.
52510         * math/w_asinl.c: Likewise.
52511         * math/w_atan2.c: Likewise.
52512         * math/w_atan2f.c: Likewise.
52513         * math/w_atan2l.c: Likewise.
52514         * math/w_atanh.c: Likewise.
52515         * math/w_atanhf.c: Likewise.
52516         * math/w_atanhl.c: Likewise.
52517         * math/w_cosh.c: Likewise.
52518         * math/w_coshf.c: Likewise.
52519         * math/w_coshl.c: Likewise.
52520         * math/w_dremf.c: Likewise.
52521         * math/w_exp10.c: Likewise.
52522         * math/w_exp10f.c: Likewise.
52523         * math/w_exp10l.c: Likewise.
52524         * math/w_exp2.c: Likewise.
52525         * math/w_exp2f.c: Likewise.
52526         * math/w_fmod.c: Likewise.
52527         * math/w_fmodf.c: Likewise.
52528         * math/w_fmodl.c: Likewise.
52529         * math/w_hypot.c: Likewise.
52530         * math/w_hypotf.c: Likewise.
52531         * math/w_hypotl.c: Likewise.
52532         * math/w_j0.c: Likewise.
52533         * math/w_j0f.c: Likewise.
52534         * math/w_j0l.c: Likewise.
52535         * math/w_j1.c: Likewise.
52536         * math/w_j1f.c: Likewise.
52537         * math/w_j1l.c: Likewise.
52538         * math/w_jn.c: Likewise.
52539         * math/w_jnf.c: Likewise.
52540         * math/w_jnl.c: Likewise.
52541         * math/w_lgamma.c: Likewise.
52542         * math/w_lgamma_r.c: Likewise.
52543         * math/w_lgammaf.c: Likewise.
52544         * math/w_lgammaf_r.c: Likewise.
52545         * math/w_lgammal.c: Likewise.
52546         * math/w_lgammal_r.c: Likewise.
52547         * math/w_log.c: Likewise.
52548         * math/w_log10.c: Likewise.
52549         * math/w_log10f.c: Likewise.
52550         * math/w_log10l.c: Likewise.
52551         * math/w_log2.c: Likewise.
52552         * math/w_log2f.c: Likewise.
52553         * math/w_log2l.c: Likewise.
52554         * math/w_logf.c: Likewise.
52555         * math/w_logl.c: Likewise.
52556         * math/w_pow.c: Likewise.
52557         * math/w_powf.c: Likewise.
52558         * math/w_powl.c: Likewise.
52559         * math/w_remainder.c: Likewise.
52560         * math/w_remainderf.c: Likewise.
52561         * math/w_remainderl.c: Likewise.
52562         * math/w_scalb.c: Likewise.
52563         * math/w_scalbf.c: Likewise.
52564         * math/w_scalbl.c: Likewise.
52565         * math/w_sinh.c: Likewise.
52566         * math/w_sinhf.c: Likewise.
52567         * math/w_sinhl.c: Likewise.
52568         * math/w_sqrt.c: Likewise.
52569         * math/w_sqrtf.c: Likewise.
52570         * math/w_sqrtl.c: Likewise.
52571         * math/w_tgamma.c: Likewise.
52572         * math/w_tgammaf.c: Likewise.
52573         * math/w_tgammal.c: Likewise.
52575         * po/ja.po: Update from translation team.
52577 2011-09-29  Andreas Jaeger  <aj@suse.de>
52579         [BZ #13179]
52580         * sunrpc/netname.c (netname2host): Fix logic.
52582         [BZ #6779]
52583         [BZ #6783]
52584         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52585         correctly.
52586         * math/w_remainder.c (__remainder): Likewise.
52587         * math/w_remainderf.c (__remainderf): Likewise.
52588         * math/libm-test.inc (remainder_test): Add test cases.
52590 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52592         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52593         sdiv_qrnnd.
52595 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52597         * string/test-memcmp.c: Avoid unncessary #defines.
52598         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52600 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52602         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52603         Use new sse2 version for core i3 - i7 as it's faster
52604         than sse42 version.
52605         (bit_Prefer_PMINUB_for_stringop): New.
52606         * sysdeps/x86_64/rawmemchr.S: Update.
52607         Replace with faster SSE2 version.
52608         * sysdeps/x86_64/memrchr.S: New file.
52609         * sysdeps/x86_64/memchr.S: Update.
52610         Replace with faster SSE2 version.
52612 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52614         * elf/dl-load.c (lose): Add cast to avoid warning.
52616 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52618         * po/ca.po: Update from translation team.
52620         * inet/getnetgrent_r.c: Hook up nscd.
52621         * nscd/Makefile (routines): Add nscd_netgroup.
52622         (nscd-modules): Add netgroupcache.
52623         (CFLAGS-netgroupcache.c): Define.
52624         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52625         (cache_search): Add const to second parameter.
52626         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52627         INNETGR.
52628         (dbs): Add netgrdb entry.
52629         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52630         (verify_persistent_db): Handle netgrdb.
52631         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52632         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52633         GETFDNETGR.
52634         (netgroup_response_header): Define.
52635         (innetgroup_response_header): Define.
52636         (datahead): Add netgroup_response_header and innetgroup_response_header
52637         elements.
52638         * nscd/nscd.conf: Add entries for netgroup cache.
52639         * nscd/nscd.h (dbtype): Add netgrdb.
52640         (_PATH_NSCD_NETGROUP_DB): Define.
52641         (netgroup_iov_disabled): Declare.
52642         (xmalloc, xcalloc, xrealloc): Move declarations here.
52643         (cache_search): Adjust prototype.
52644         Add netgroup-related prototypes.
52645         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52646         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52647         (__nscd_innetgr): Declare.
52648         * nscd/selinux.c (perms): Use access_vector_t as element type and
52649         add netgroup-related initializers.
52650         * nscd/netgroupcache.c: New file.
52651         * nscd/nscd_netgroup.c: New file.
52652         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52653         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52654         For four parameters use innetgr.
52655         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52656         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52657         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52658         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52660         * nscd/connections.c (register_traced_file): Don't register file
52661         for disabled databases.
52663 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52665         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52667         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52668         from tree and freeing node.
52670 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52672         * nss/nsswitch.c (__nss_database_lookup): Handle
52673         nss_parse_service_list out of memory case.
52675 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52677         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52678         out of memory case.
52680 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52682         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52683         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52684         pass it down.
52685         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52686         elf_machine_rela, elf_machine_lazy_rel.
52687         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52688         (ELF_DYNAMIC_DO_REL): Likewise.
52689         (ELF_DYNAMIC_DO_RELA): Likewise.
52690         (ELF_DYNAMIC_RELOCATE): Likewise.
52691         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52692         to ELF_DYNAMIC_DO_REL.
52693         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52694         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52695         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52696         elf_machine_rela.
52697         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52698         skip_ifunc, don't call ifunc function if non-zero.
52699         (elf_machine_rela): Likewise.
52700         (elf_machine_lazy_rel): Likewise.
52701         (elf_machine_lazy_rela): Likewise.
52702         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52703         (elf_machine_lazy_rel): Likewise.
52704         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52705         Likewise.
52706         (elf_machine_lazy_rel): Likewise.
52707         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52708         Likewise.
52709         (elf_machine_lazy_rel): Likewise.
52710         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52711         (elf_machine_lazy_rel): Likewise.
52712         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52713         (elf_machine_lazy_rel): Likewise.
52714         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52715         (elf_machine_lazy_rel): Likewise.
52716         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52717         (elf_machine_lazy_rel): Likewise.
52718         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52719         (elf_machine_lazy_rel): Likewise.
52720         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52721         (elf_machine_lazy_rel): Likewise.
52723 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52725         * nss/nss_files/files-init.c (_nss_files_init): Use static
52726         initialization for all the *_traced_file variables.
52728 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52730         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52732 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52734         [BZ #13226]
52735         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52737 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52739         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52740         Reread the line before reparsing it.
52742 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52744         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52746 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52747             Maxim Kuvyrkov  <maxim@codesourcery.com>
52748             Joseph Myers  <joseph@codesourcery.com>
52750         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52751         if needed for __stack_chk_guard.
52753 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52755         * sysdeps/posix/spawni.c (script_execute): Always define it.
52756         It will be optimized away if unused.
52757         (maybe_script_execute): New function.
52758         (__spawni): Call it.
52760         * Makerules: Don't include tls.make.
52761         (config-tls): Always set to thread.
52762         * tls.make.c: File removed.
52764 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52766         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52767         * config.make.in (CPPFLAGS-config): New substituted variable.
52769 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52771         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52773         [BZ #13192]
52774         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52775         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52777 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52779         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52780         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52781         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52782         (CALL_FAIL): Likewise.
52783         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52784         (CALL_FAIL): Macro removed.
52785         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52787 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52789         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52790         for __FINITE_MATH_ONLY__ == 1.
52792 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52794         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52795         __ieee754_sqrt instead of sqrt.
52796         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52797         __ieee754_sqrtf instead of sqrtf.
52798         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52799         __floorf instead of floorf.
52800         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52801         __floorf, __truncf instead of floorf, truncf.
52803 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52805         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52807         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52808         __extern_always_inline.
52809         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52810         32-bit.
52812 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52814         * elf/rtld.c (dl_main): Also relocate in dependency order when
52815         doing symbol dependency testing.
52817 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52819         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52820         Always define `refsym'.
52822 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52824         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52825         (__FD_ELT): Renamed from __FDELT.
52826         * misc/bits/select2.h (__FD_ELT): Likewise.
52827         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52828         __FD_MASK instead of __FDELT, __FDMASK.
52829         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52830         Likewise.
52831         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52832         Likewise.
52834         * elf/Makefile (gen-ldd): Fix pattern.
52836         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52837         (init_tls): Likewise.
52839 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52841         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52843 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52845         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52846         `struct cmsghdr *' instead of `void *'.
52847         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52848         Likewise.
52850 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52852         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52853         if non-absolute.
52854         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52855         ldd_rewrite_script.
52857 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52859         * configure.in: Remove --with-tls option.
52860         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52861         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52862         out in case it is missing.
52863         * sysdeps/ia64/elf/configure.in: Likewise.
52864         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52865         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52866         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52867         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52868         * sysdeps/sh/elf/configure.in: Likewise.
52869         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52870         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52871         * sysdeps/x86_64/elf/configure.in: Likewise.
52872         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52873         * sysdeps/mach/hurd/tls.h: Likewise.
52875         [BZ #13067]
52876         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52878         [BZ #13090]
52879         * configure.in: Fix use of AC_INIT.
52881         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52883 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52885         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52886         __set_errno.
52887         * malloc/hooks.c: Likewise.
52889         [BZ #11929]
52890         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52891         variables statically.
52892         (narenas): Initialize.
52893         (list_lock): Initialize.
52894         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52895         initializtion of main_arena and list_lock.  Small cleanups.
52896         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52897         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52898         Add initializers to main_arena and mp_.
52899         (malloc_state): Remove pagesize member.  Change all users to use
52900         GLRO(dl_pagesize).
52902         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52903         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52904         is always initialized.
52906         * malloc/malloc.c: Removed unused configurations and dead code.
52907         * malloc/arena.c: Likewise.
52908         * malloc/hooks.c: Likewise.
52909         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52911         * include/tls.h: Removed.  USE___THREAD must always be defined.
52912         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52913         * elf/dl-libc.c: Likewise.
52914         * elf/dl-tsd.c: Likewise.
52915         * include/errno.h: Likewise.
52916         * include/netdb.h: Likewise.
52917         * include/resolv.h: Likewise.
52918         * inet/herrno-loc.c: Likewise.
52919         * inet/herrno.c: Likewise.
52920         * malloc/arena.c: Likewise.
52921         * malloc/hooks.c: Likewise.
52922         * malloc/malloc.c: Likewise.
52923         * resolv/res-state.c: Likewise.
52924         * resolv/res_libc.c: Likewise.
52925         * sysdeps/i386/dl-machine.h: Likewise.
52926         * sysdeps/ia64/dl-machine.h: Likewise.
52927         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52928         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52929         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52930         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52931         * sysdeps/sh/dl-machine.h: Likewise.
52932         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52933         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52934         * sysdeps/unix/i386/sysdep.S: Likewise.
52935         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52936         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52937         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52938         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52939         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52940         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52941         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52942         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52943         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52944         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52945         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52946         * sysdeps/x86_64/dl-machine.h: Likewise.
52947         * tls.make.c: Likewise.
52949         * configure.in: Remove --with-__thread option.  Make tests for
52950         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52951         tls_model attribute fail if no support is available.  Remove
52952         USE_IN_LIBIO.
52953         * Makeconfig: Adjust for dropped configure option.  All features are
52954         now mandatory.
52955         * Makerules: Likewise.
52956         * Versions.def: Likewise.
52957         * argp/argp-fmtstream.c: Likewise.
52958         * argp/argp-fmtstream.h: Likewise.
52959         * argp/argp-help.c: Likewise.
52960         * assert/assert.c: Likewise.
52961         * config.h.in: Likewise.
52962         * config.make.in: Likewise.
52963         * configure: Likewise.
52964         * configure.in: Likewise.
52965         * csu/Versions: Likewise.
52966         * csu/init.c: Likewise.
52967         * elf/tst-audit2.c: Likewise.
52968         * elf/tst-tls10.c: Likewise.
52969         * elf/tst-tls10.h: Likewise.
52970         * elf/tst-tls11.c: Likewise.
52971         * elf/tst-tls12.c: Likewise.
52972         * elf/tst-tls14.c: Likewise.
52973         * elf/tst-tlsmod11.c: Likewise.
52974         * elf/tst-tlsmod12.c: Likewise.
52975         * elf/tst-tlsmod13.c: Likewise.
52976         * elf/tst-tlsmod13a.c: Likewise.
52977         * elf/tst-tlsmod14a.c: Likewise.
52978         * elf/tst-tlsmod15b.c: Likewise.
52979         * elf/tst-tlsmod16a.c: Likewise.
52980         * elf/tst-tlsmod16b.c: Likewise.
52981         * elf/tst-tlsmod7.c: Likewise.
52982         * elf/tst-tlsmod8.c: Likewise.
52983         * elf/tst-tlsmod9.c: Likewise.
52984         * gmon/gmon.c: Likewise.
52985         * grp/fgetgrent_r.c: Likewise.
52986         * grp/putgrent.c: Likewise.
52987         * hurd/fopenport.c: Likewise.
52988         * include/libc-symbols.h: Likewise.
52989         * include/tls.h: Likewise.
52990         * intl/gettextP.h: Likewise.
52991         * intl/loadinfo.h: Likewise.
52992         * locale/global-locale.c: Likewise.
52993         * locale/localeinfo.h: Likewise.
52994         * mach/devstream.c: Likewise.
52995         * malloc/arena.c: Likewise.
52996         * malloc/set-freeres.c: Likewise.
52997         * misc/err.c: Likewise.
52998         * misc/getttyent.c: Likewise.
52999         * misc/mntent_r.c: Likewise.
53000         * posix/getopt.c: Likewise.
53001         * posix/wordexp.c: Likewise.
53002         * pwd/fgetpwent_r.c: Likewise.
53003         * resolv/Versions: Likewise.
53004         * resolv/res_hconf.c: Likewise.
53005         * shadow/fgetspent_r.c: Likewise.
53006         * shadow/putspent.c: Likewise.
53007         * stdio-common/printf_fphex.c: Likewise.
53008         * stdio-common/tmpfile.c: Likewise.
53009         * stdlib/abort.c: Likewise.
53010         * stdlib/fmtmsg.c: Likewise.
53011         * sunrpc/auth_unix.c: Likewise.
53012         * sunrpc/clnt_perr.c: Likewise.
53013         * sunrpc/clnt_tcp.c: Likewise.
53014         * sunrpc/clnt_udp.c: Likewise.
53015         * sunrpc/clnt_unix.c: Likewise.
53016         * sunrpc/openchild.c: Likewise.
53017         * sunrpc/svc_simple.c: Likewise.
53018         * sunrpc/svc_tcp.c: Likewise.
53019         * sunrpc/svc_udp.c: Likewise.
53020         * sunrpc/svc_unix.c: Likewise.
53021         * sunrpc/xdr.c: Likewise.
53022         * sunrpc/xdr_array.c: Likewise.
53023         * sunrpc/xdr_rec.c: Likewise.
53024         * sunrpc/xdr_ref.c: Likewise.
53025         * sunrpc/xdr_stdio.c: Likewise.
53027 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53029         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53031 2011-07-03  Andreas Jaeger  <aj@suse.de>
53033         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53034         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53035         regenerate with gen-libm-tests.pl.
53037 2010-05-12  Petr Baudis  <pasky@suse.cz>
53039         [BZ #11589]
53040         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53041         around j0() zero points by switching to j1().
53042         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53043         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53044         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53045         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53047 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53049         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53050         instead of 0.
53051         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53052         instead of 0.
53053         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53054         Patch in part by Pavel Roskin <proski@gnu.org>.
53056         [BZ #13138]
53057         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53058         realloc.
53059         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53060         Free memory block if necessary.
53062         [BZ #12847]
53063         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53064         be NULL.  Don't lock in this case.
53066 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53068         * elf/elf.h (ELFOSABI_GNU): New macro.
53069         (ELFOSABI_LINUX): Define to that.
53071 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53073         * string/strncat.c (strncat): Undef the symbol in case it has been
53074         defined in bits/string.h.
53076 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53078         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53080         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53081         link map.
53083 2011-08-17  Andreas Jaeger  <aj@suse.de>
53085         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53087 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53088             Ian Lance Taylor  <iant@google.com>
53090         * math/libm-test.inc (lround_test): New testcase.
53091         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53093 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53095         * Makefile: Remove support for automatic cvs check-ins.
53096         * Makerules: Likewise.
53097         * config.make.in: Likewise.
53098         * configure.in: Likewise.
53099         * intl/Makefile: Likewise.
53100         * locale/Makefile: Likewise.
53101         * po/Makefile: Likewise.
53102         * posix/Makefile: Likewise.
53103         * sysdeps/gnu/Makefile: Likewise.
53104         * sysdeps/mach/hurd/Makefile: Likewise.
53105         * sysdeps/sparc/sparc32/Makefile: Likewise.
53107         [BZ #13118]
53108         * posix/Makefile (bug-regex32-ENV): Define.
53109         Patch by John Stanley <jpsinthemix@verizon.net>.
53111         * misc/Makefile (headers): Add bits/select2.h.
53112         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53113         * misc/bits/select2.h: New file.
53114         * include/bits/select2.h: New file.
53115         * debug/Makefile (routines): Add fdelt_chk.
53116         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53117         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53118         FD_ISSET.
53119         * debug/fdelt_chk.c: New file.
53121         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53122         * wcsmbs/test-wmemcmp.c: Likewise.
53123         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53124         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53126 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53128         * string/Makefile (strop-tests): Add memcmp.
53129         * string/test-wmemcmp.c: New file.
53130         * string/test-memcmp.c: Add wmemcmp support.
53132 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53134         [BZ #13153]
53135         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53136         2011-07-19 change.
53138         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53139         garbage value in a __mach_port_mod_refs call in the cases of the
53140         task-self and thread-self ports.
53142 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53144         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53146 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53148         * elf/dl-load.c (lose): Check for non-null L.
53150 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53152         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53154         * elf/dl-libc.c (dlerror_run): Pass back error code from
53155         dl_catch_error.
53157         [BZ #13123]
53158         * elf/dl-load.c (lose): Free l_origin if it is valid.
53160         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53161         names.
53162         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53163         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53164         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53165         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53166         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53167         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53169 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53171         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53172         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53173         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53174         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53175         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53176         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53177         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53178         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53179         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53180         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53182 2011-08-15  Alan Modra  <amodra@gmail.com>
53184         [BZ #13092]
53185         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53186         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53187         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53188         ppc_mcount to static-only-routines.
53189         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53190         __mcount_internal.
53191         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53192         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53194 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53196         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53197         for finite and infinity parameters.
53199 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53201         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53202         and add nop instructions for throughput optimization.
53203         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53205 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53207         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53208         aligned copy for power7 with vector-scalar instructions.
53209         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53211 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53213         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53214         AVX check.
53216 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53218         [BZ #13144]
53219         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53220         last change.
53222 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53224         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53225         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53226         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53227         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53228         clock_gettime.
53230 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53232         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53233         Forgot to demangle the pointer.
53235         * sysdeps/i386/sysdep.h: Define atom_text_section.
53236         * sysdeps/x86_64/sysdep.h: Likewise.
53237         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53238         section with atom_text_section.
53239         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53240         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53241         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53242         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53243         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53245         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53246         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53247         already be defined.  Change to take two parameters and don't assign
53248         result to variable.  Adjust all users.
53249         Define INTERNAL_GETTIME if not already defined.
53250         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53251         call.
53252         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53253         HAVE_CLOCK_GETTIME_VSYSCALL.
53254         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53256         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53257         gettimeofday vsyscall, just use time.
53259 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53261         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53262         <errno.h>.
53264 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53266         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53267         syscall on x86-64.
53268         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53269         syscall.
53270         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53271         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53272         syscall if possible.
53274 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53276         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53277         e_ident.  Don't pass to find_mapsXX.
53278         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53280 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53282         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53283         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53284         * sysdeps/x86_64/multiarch/strchr.S: Update.
53285         Check bit_slow_BSF bit.
53286         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53287         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53288         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53290 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53292         [BZ #13134]
53293         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53294         before glibc 2.15.
53295         (tryshell): Define.
53296         (__spawni): Change last parameter to be flag.  Test
53297         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53298         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53299         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53300         * posix/spawni.c: Likewise.
53301         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53302         * posix/spawnp.c: Likewise.  Change normal version to use
53303         SPAWN_XFLAGS_USE_PATH.
53304         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53305         SPAWN_XFLAGS_TRY_SHELL.
53307         [BZ #13150]
53308         * posix/glob.h: Remove gcc 1.x support.
53310         [BZ #13068]
53311         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53313 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53315         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53316         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53317         strrchr-sse2-bsf
53318         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53319         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53320         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53321         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53322         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53323         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53325 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53327         * sysdeps/x86_64/wcscmp.S: New file.
53329         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53330         wcscmp-c wcscmp-sse2
53331         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53332         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53333         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53334         * wcsmbs/wcscmp.c: Allow renaming.
53336 2011-09-05  David S. Miller  <davem@davemloft.net>
53338         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53339         stack slot, rather than the struct return pointer slot.
53340         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53341         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53342         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53343         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53345 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53347         * po/ja.po: Update from translation team.
53349         [BZ #13144]
53350         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53351         kernel in 64-bit binaries.
53353 2011-09-01  David S. Miller  <davem@davemloft.net>
53355         * elf/elf.h (HWCAP_SPARC_*): Move to..
53356         * sysdeps/sparc/sysdep.h: this new file and add new values.
53357         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53358         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53359         _DL_HWCAP_COUNT to 24.
53360         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53361         entries.
53362         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53363         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53364         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53365         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53366         instead of magic constants.
53367         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53369 2011-08-31  David S. Miller  <davem@davemloft.net>
53371         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53372         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53373         Reimplement to do errno handling inline.
53374         (SYSCALL_ERROR_HANDLER): New macro.
53375         (__SYSCALL_STRING): Do not do errno handling in asm.
53376         (__CLONE_SYSCALL_STRING): Delete.
53377         (__INTERNAL_SYSCALL_STRING): Delete.
53378         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53379         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53380         (PSEUDO): Reimplement to do errno handling inline.
53381         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53382         (SYSCALL_ERROR_HANDLER): New macro.
53383         (__SYSCALL_STRING): Do not do errno handling in asm.
53384         (__CLONE_SYSCALL_STRING): Delete.
53385         (__INTERNAL_SYSCALL_STRING): Delete.
53386         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53387         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53388         i386.
53389         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53390         (inline_syscall*): Add 'err' argument.
53391         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53392         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53393         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53394         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53396         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53397         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53399 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53401         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53403 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53405         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53406         directive.
53408 2011-08-24  David S. Miller  <davem@davemloft.net>
53410         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53412 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53414         * elf/Makefile: Add rules to build and run unload8 test.
53415         * elf/unload8.c: New file.
53416         * elf/unload8mod1.c: New file.
53417         * elf/unload8mod1x.c: New file.
53418         * elf/unload8mod2.c: New file.
53419         * elf/unload8mod3.c: New file.
53421         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53422         it wasn't used.
53424 2011-08-23  David S. Miller  <davem@davemloft.net>
53426         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53427         subtract stack bias.
53428         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53429         %sp not %fp in calculations.
53430         (_JMPBUF_UNWINDS_ADJ): Likewise.
53432         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53433         (aio_suspend): Call it to force an exception region around the
53434         AIO_MISC_WAIT() invocation.
53436 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53438         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53439         backslash.
53441 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53443         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53444         protection macro.
53445         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53446         and <dl-machine.h>.
53447         (Elf64_FuncDesc): Remove.
53449 2011-08-22  David S. Miller  <davem@davemloft.net>
53451         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53452         sigaltstack check, add missing cfi directives.
53453         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53454         missing cfi directives, and sigaltstack handling.
53456 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53458         [BZ #11724]
53459         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53460         object is seen twice.
53461         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53463         * elf/Makefile (distribute): Add tst-initorder2.c.
53464         (tests): Add tst-initorder2.
53465         (modules-names): Add tst-initorder2a tst-initorder2b
53466         tst-initorder2c tst-initorder2d.  Add rules to build them.
53467         ($(objpfx)tst-initorder2.out): New rule.
53468         * elf/tst-initorder2.c: New file.
53469         * elf/tst-initorder2.exp: New file.
53471 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53473         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53475         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53476         dependencies back to end of function.
53478         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53479         $(elfobjdir)/ld.so.
53481 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53483         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53484         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53485         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53486         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53487         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53488         of __vdso_gettimeofday.
53489         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53490         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53491         attribute_hidden.
53492         (_libc_vdso_platform_setup): Remove initialization of
53493         __vdso_gettimeofday and __vdso_time.
53495 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53497         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53498         and fgetc_unlocked.
53499         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53500         getc_unlocked.
53502         * elf/dl-open.c (add_to_global): Report additions to the global scope
53503         for LD_DEBUG=scopes.
53504         (dl_open_worker): Also print scope of newly loaded dependencies.
53505         (_dl_show_scope): Indicate if there is no scope.
53507         [BZ #13114]
53508         * stdio-common/Makefile (tests): Add bug24.
53509         * stdio-common/bug24.c: New file.
53511 2011-08-19  Andreas Jaeger  <aj@suse.de>
53513         [BZ #13114]
53514         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53515         non-existant file when using close-on-exec mode.
53517 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53519         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53520         the very first instruction.
53522         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53523         the CFI state in the end.
53524         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53525         inclusion of dl-trampoline.h.
53526         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53528 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53530         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53531         expectations for long double.
53533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53534         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53536 2011-08-14  David S. Miller  <davem@davemloft.net>
53538         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53539         artificual limit depends upon the system page size.
53541 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53543         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53544         * resolv/Makefile: Define CFLAGS-libresolv.
53546 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53548         * nss/makedb.c (compute_tables): Make variables used in nested
53549         function static.
53551 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53553         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53554         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53555         if buffer was too small.
53557         * elf/pldd.c (main): Attach to all threads in the process.
53558         Rewrite /proc handling to use *at functions.
53560 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53562         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53563         specifies first scope to show.
53564         (dl_open_worker): Update callers.  Move printing scope of new
53565         object to before the relocation.
53566         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53567         * sysdeps/generic/ldsodefs.h: Update declaration.
53569         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53570         string for the scope number.
53572 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53574         * nscd/servicescache.c (cache_addserv): Make sure written is always
53575         initialized.
53577 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53579         * sysdeps/i386/i486/bits/atomic.h
53580         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53581         statement expression, so as to suppress "set but not used" warning.
53582         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53584         * string/strncat.c (STRNCAT): Use prototype definition.
53586         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53587         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53588         -Iprograms here.
53589         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53590         (localedef-modules): Add localedef.
53591         (locale-modules): Add locale.
53593         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53594         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53595         to avoid a warning.
53597 2011-08-14  David S. Miller  <davem@davemloft.net>
53599         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53600         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53602 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53604         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53605         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53606         * elf/rtld.c (dl_main): Set l_name of vDSO.
53607         Call _dl_show_scope when DL_DEBUG_SCOPES.
53608         (process_dl_debug): Recognize scopes flag and also set it for all.
53609         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53610         Declare _dl_show_scope.
53612         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53613         (do_dlopen): Pass caller_dlopen to dl_open.
53614         (__libc_dlopen_mode): Initialize caller_dlopen.
53616         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53617         of libc.  Make tolower call locale-independent.  Optimize a bit by
53618         using isdigit instead of isalnum.
53619         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53621 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53623         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53624         was a dependency or dynamically loaded.
53626 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53628         * intl/l10nflist.c: Allow architecture-specific pop function.
53629         * sysdeps/x86_64/l10nflist.c: New file.
53631         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53632         classification.
53634 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53636         * include/dirent.h: Add libc_hidden_proto for scandirat and
53637         scandirat64.  Don't declare __scandirat64.
53638         * dirent/scandirat.c: Add libc_hidden_def.
53639         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53640         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53642 2011-08-10  David S. Miller  <davem@davemloft.net>
53644         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53645         enum.
53646         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53647         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53648         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53650 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53652         * Versions.def [libc]: Add GLIBC_2.15.
53653         * dirent/Makefile (routines): Add scandirat and scandirat64.
53654         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53655         GLIBC_2.15.
53656         * dirent/dirent.h: Declare scandirat and scandirat64.
53657         * dirent/scandirat.c: New file.
53658         * dirent/scandirat64.c: New file.
53659         * sysdeps/wordsize-64/scandirat.c: New file.
53660         * sysdeps/wordsize-64/scandirat64.c: New file.
53661         * dirent/opendir.c: Define opendirat.
53662         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53663         using scandirat.
53664         * dirent/scandir64.c: Adjust for scandir.c change.
53665         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53666         __scandirat64, and __scandir_cancel_handler.
53667         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53668         additional parameter and use openat instead of open (outside of ld.so).
53669         Add new __opendir as wrapper around __opendirat.
53670         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53671         here without requiring old scandirat implementation.
53673 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53675         * dirent/scandir.c (cancel_handler): Renamed to
53676         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53677         defined.  Adjust users.
53678         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53679         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53681 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53683         * string/test-string.h (IMPL): Use __STRING to expand name and then
53684         stringify it.
53686         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53687         of cleanups.
53689 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53691         * string/Makefile: Update.
53692         (strop-tests): Append strncat.
53693         * string/test-wcscmp.c: New file.
53694         New comprehensive test for wcscmp.
53695         * string/test-strcmp.c: Update.
53696         (WIDE): New define.
53698 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53700         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53701         line.
53703 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53705         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53706         encoding to ACE if AI_IDN.
53708 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53710         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53711         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53713 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53715         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53716         Fix overflow bug in strncat.
53717         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53719         * string/test-strncat.c: Update.
53720         Add new tests for checking overflow bugs.
53722 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53724         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53725         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53726         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53727         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53728         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53729         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53730         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53731         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53732         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53734         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53735         (USE_AS_STRCAT): Define.
53736         Add strcat and strncat support.
53737         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53739 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53741         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53742         __n bigger than INT_MAX+1.
53743         (__strncmp_g): Likewise.
53745 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53747         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53748         * libio/stido.h: Likewise.
53750         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53751         (AF_NFC): Define.
53752         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53753         (AF_NFC): Define.
53755         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53756         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53757         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53758         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53759         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53761         [BZ #13021]
53762         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53763         installed.
53765         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53766         typo.
53767         (_dl_x86_64_save_sse): Likewise.
53769 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53771         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53772         OSXSAVE.
53773         (_dl_x86_64_save_sse): Likewise.
53775         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53777         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53779 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53781         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53782         change.
53783         (_dl_x86_64_save_sse): Use correct AVX check.
53785 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53787         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53788         bug in strncpy/strncat.
53789         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53791 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53793         * string/tester.c (test_strcat): Add tests for different alignments
53794         of source and destination.
53795         (test_strncat): Likewise.
53797 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53799         [BZ #12852]
53800         * posix/glob.c (glob): Check passed in values before using them in
53801         expressions to avoid some overflows.
53802         (glob_in_dir): Likewise.
53804         [BZ #13007]
53805         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53806         check for AVX enablement so that we don't crash with old kernels and
53807         new hardware.
53808         * elf/tst-audit4.c: Add same checks here.
53809         * elf/tst-audit6.c: Likewise.
53811         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53813 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53815         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53817 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53819         * po/cs.po: Update from translation team.
53820         * po/bg.po: Likewise.
53822 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53824         * misc/sys/cdefs.h: Add support for const attribute.
53825         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53826         to gnu_dev_{major,minor,makedev} functions.
53828 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53830         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53832 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53834         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53835         strlen results.
53837 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53839         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53840         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53841         register in order to avoid conflicts with the soft frame pointer
53842         being held in r11 when necessary.
53843         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53844         (INTERNAL_VSYSCALL_NCS): Likewise.
53846 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53848         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53849         * elf/dl-fini.c (_dl_fini): Adjust caller.
53850         * elf/dl-close.c (_dl_close_worker): Likewise.
53851         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53853 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53855         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53856         "aux_cache->nlibs < 0".
53858         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53859         in the reload-count case.
53861 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53863         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53864         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53865         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53866         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53867         * sysdeps/x86_64/multiarch/strcat.S: New file.
53868         * sysdeps/x86_64/multiarch/strncat.S: New file.
53869         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53870         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53871         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53872         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53873         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53874         (USE_AS_STRCAT): Define.
53875         Add strcat and strncat support.
53876         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53877         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53878         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53879         * string/strncat.c: Update.
53880         (USE_AS_STRNCAT): Define.
53881         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53882         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53883         and i7.
53884         * sysdeps/x86_64/multiarch/init-arch.h
53885         (bit_Prefer_PMINUB_for_stringop): New.
53886         (index_Prefer_PMINUB_for_stringop): Likewise.
53887         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53888         bit_Prefer_PMINUB_for_stringop.
53890 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53892         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53893         buffer64.
53894         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53895         of casting of buffer.
53896         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53897         buffer32 and buffer64.
53898         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53899         writes instead of casting of buffer.
53900         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53901         buffer32.
53902         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53903         casting of buffer.
53905 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53907         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53909 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53911         * nscd/nscd.c (termination_handler): Don't do anything for a database
53912         if it has not yet been initialized.
53914 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53916         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53918 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53920         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53922 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53924         * po/nl.po: Update from translation team.
53925         * po/sv.po: Likewise.
53927 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53929         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53930         now disallowed by GCC.
53932         * configure.in (use-default-link): Default to yes if a test -shared
53933         link meets our qualifications.
53934         * configure: Regenerated.
53936         * config.make.in (output-format): New variable.
53937         * configure.in: Check for ld --print-output-format support.
53938         * configure: Regenerated.
53939         * Makerules ($(common-objpfx)format.lds)
53940         [$(output-format) != unknown]: Just use $(output-format),
53941         instead of the linker-script munging.
53943 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53945         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53946         of $(common-objpfx)shlib.lds.
53947         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53949         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53950         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53952         * configure.in (-z relro check): Adjust test code to add a large
53953         writable data section after it.
53954         * configure: Regenerated.
53956 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53958         * configure.in (-z relro check): Fix test code to make the variable
53959         truly const.
53960         * configure: Regenerated.
53962 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53964         * nscd/nscd.h (struct traced_file): Define.
53965         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53966         elements.  Add traced_files.
53967         (inotify_fd): Declare.
53968         (register_traced_file): Declare.
53969         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53970         (inotify_fd): Export.
53971         (resolv_conf_descr): Remove.
53972         (nscd_init): Move inotify descriptor creation to main.
53973         Don't register files for notification here.
53974         (register_traced_file): New function.
53975         (invalidate_cache): Don't use reset_res to determine whether to call
53976         res_init, go through the list of registered files.
53977         (main_loop_poll): The inotify descriptors are now stored in the
53978         structures for the traced files.
53979         (main_loop_epoll): Likewise
53980         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53981         to __nss_disable_nscd.
53982         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53983         for a database anymore.  Check the records for all the registered
53984         files instead.
53985         * nss/Makefile (libnss_files-routines): Add files-init.
53986         (libnss_db-routines): Add db-init.
53987         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53988         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53989         * nss/nss_db/db-init.c: New file.
53990         * nss/nss_files/files-init.c: New file.
53991         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53992         __nss_lookup_function.
53993         (__nss_lookup_function): Call nss_load_library.
53994         (nss_load_all_libraries): New function.
53995         (__nss_disable_nscd): Take parameter with callback function for files
53996         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53997         used for the cached services.
53998         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53999         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54000         options for features to all the files in nscd.
54002         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54004 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54006         * csu/elf-init.c (__libc_csu_init): Comment typo.
54008 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54010         * po/pl.po: Update from translation team.
54011         * po/ja.po: Likewise.
54012         * po/ru.po: Likewise.
54013         * po/ko.po: Likewise.
54014         * po/fr.po: Likewise.
54016 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54018         * configure.in (.ctors/.dtors header and trailer check):
54019         Use an empirical test on a built program.
54020         * configure: Regenerated.
54022         * configure.in (-z relro check): Use an empirical test on a built DSO.
54023         Detect, but do not require, on ia64.
54024         * configure: Regenerated.
54026         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54027         Update tests that use readelf to use $READELF instead.
54028         * configure: Regenerated.
54030 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54032         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54033         if the result is not used.
54035 2011-07-05  Andreas Jaeger  <aj@suse.de>
54037         [BZ#9696]
54038         * stdlib/tst-strtod.c: Add testcase.
54040 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54042         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54043         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54044         The latter has a higher limit.  Take additional parameter to pass to
54045         the new function.
54046         (__pathconf): Pass file to __statfs_link_max.
54047         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54048         __statfs_link_max.
54049         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54050         __statfs_link_max.
54052         [BZ #12868]
54053         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54054         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54055         Handle Lustre.
54056         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54057         (__statfs_filesize_max): Likewise.
54058         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54060 2011-07-05  Andreas Jaeger  <aj@suse.de>
54062         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54064 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54066         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54067         `status' variable.
54068         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54069         Likewise.
54071 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54073         * Makefile (strop-tests): Add strncat.
54074         * string/test-strncat.c: New file.
54076 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54078         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54080 2011-06-21  Andreas Jaeger  <aj@suse.de>
54082         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54083         Copy rule from iconvdata/Makefile.
54085 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54087         [BZ #12922]
54088         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54089         but no long options are defined, just return 'W'.
54091 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54093         [BZ #9696]
54094         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54096 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54098         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54099         netgroups to read.
54100         (innetgr): Likewise.
54102 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54104         * config.make.in (install_root): Default to $(DESTDIR).
54106 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54108         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54110 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54112         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54114         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54115         containing directory rather than embedding absolute directory names.
54117         * scripts/check-local-headers.sh: Rewritten using awk.
54118         Match by word, not by line.  Print error messages for matches.
54119         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54121         * Makerules [shlib-lds-flags empty]:
54122         ($(common-objpfx)libc_pic.opts): New target.
54123         ($(common-objpfx)libc_pic.os.clean): New target.
54124         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54126         * config.make.in (OBJCOPY): New variable.
54127         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54128         * configure: Regenerated.
54130         * config.make.in (use-default-link): New variable.
54131         * configure.in (use_default_link): Grok --with-default-link to set it.
54132         * configure: Regenerated.
54133         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54134         (shlib-lds, shlib-lds-flags): Define to empty.
54136         * Makerules (shlib-lds): New variable.
54137         (shlib-lds-flags): New variable.
54138         (build-shlib, build-moduile, build-module-asneeded): Use it.
54139         ($(common-objpfx)libc.so): Use $(shlib-lds).
54140         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54141         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54143         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54144         DT_FLAGS/DT_FLAGS_1 with zero flags.
54146         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54147         linker script munging.
54149 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54151         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54152         as 128-bit value.
54153         * crypt/sha512.c (sha512_process_block): Perform total addition using
54154         128-bit if possible.
54155         (__sha512_finish_ctx): Likewise.
54156         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54157         as 64-bit value.
54158         * crypt/sha256.c (SWAP64): Define.
54159         (sha256_process_block): Perform total addition using 64-bit if
54160         possible.
54161         (__sha256_finish_ctx): Likewise.
54163 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54165         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54166         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54167         * nscd/hstcache.c (cache_addhst): Likewise.
54168         * nscd/grpcache.c (cache_addgr): Likewise.
54169         * nscd/aicache.c (addhstaiX): Likewise
54170         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54172 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54174         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54175         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54176         * nscd/hstcache.c (cache_addhst): Likewise.
54177         * nscd/grpcache.c (cache_addgr): Likewise.
54178         * nscd/aicache.c (addhstaiX): Likewise
54180 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54182         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54183         domain only when needed.
54185 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54187         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54188         is always restored.
54190 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54192         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54193         are re-adding the entry.
54194         * nscd/servicescache.c (cache_addserv): Likewise.
54196 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54198         * sysdeps/generic/dl-irel.h: fix protection against multiple
54199         inclusions.
54200         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54202 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54204         [BZ #12935]
54205         * malloc/memusage.sh: Fix quoting in message.
54206         * debug/xtrace.sh: Likewise.
54208         * configure.in: Remove support for --experimental-malloc option, make
54209         it the default.
54210         * config.make.in: Likewise.
54211         * malloc/Makefile: Likewise.
54213 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54215         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54216         two-byte characters.
54218 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54220         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54221         AC_CACHE_CHECK invocation.
54222         * configure: Regenerated.
54224         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54226 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54228         [BZ #12350]
54229         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54230         bit from old_res_options.
54232         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54234         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54235         value type for setfct.
54237 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54239         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54240         __gettimeofday instead of gettimeofday.
54242 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54244         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54246 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54248         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54250         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54251         info.
54253 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54255         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54256         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54257         strcpy-sse2-unaligned strncpy-sse2-unaligned
54258         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54259         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54260         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54261         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54262         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54263         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54264         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54265         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54266         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54267         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54268         (STRCPY): Support SSE2 and SSSE3 versions.
54270 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54272         [BZ #12874]
54273         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54274         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54275         kernels which artificially limit size of requests.
54277 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54279         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54280         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54281         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54282         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54283         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54284         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54285         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54286         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54287         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54288         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54289         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54290         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54291         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54292         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54293         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54294         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54295         Enable unaligned load optimization for Intel Core i3, i5 and i7
54296         processors.
54297         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54298         Define.
54299         (index_Fast_Unaligned_Load): Define.
54300         (HAS_FAST_UNALIGNED_LOAD): Define.
54302 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54304         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54306 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54308         [BZ #12907]
54309         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54310         until it is clear that the information is realy needed.
54311         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54313 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54315         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54317 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54319         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54320         /sys/devices/system/cpu/online if it is usable.
54322         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54323         reading the information from the /proc filesystem to once a second.
54325 2011-06-21  Andreas Jaeger  <aj@suse.de>
54327         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54328         NULL after inclusion of kernel headers.
54330 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54332         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54333         calls to internal_setent.
54335         [BZ #12885]
54336         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54337         addresses using gethostbyname4_r ignore IPv4 addresses.
54339         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54340         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54342         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54344 2011-06-20  David S. Miller  <davem@davemloft.net>
54346         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54347         inclusions.
54348         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54350         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54351         (elf_irel): Use it.
54352         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54353         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54354         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54355         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54356         * sysdeps/x86_64/dl-irel.h: Likewise.
54358         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54359         * elf/dl-sym.c: Likewise.
54361 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54363         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54364         need to dereference resplen2.
54366 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54368         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54370 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54372         * Makeconfig: Define vardbdir and inst_vardbdir.
54373         * nss/Makefile: Add rules to install db-Makefile.
54375         * nss/nss_db/db-XXX.c: Cleanup.
54377         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54378         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54379         GLIBC_PRIVATE.
54380         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54381         * nss/makedb.c: Implement -g option to specify that value strings
54382         are generated and should not be added to table iterated over for
54383         get*ent calls.
54384         * nss/nss_db/db-initgroups.c: New file.
54386         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54387         interface.
54389         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54390         (internal_getgrouplist): Adjust to name change.
54391         Update use_initgroups_entry if this is not the first call.
54392         * nss/databases.def: Add initgroups entry.
54394         * nss/makedb.c (compute_tables): Check result of multiple hash table
54395         sizes to minimize maximum chain length.
54397 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54399         * Versions.def: Add entry for libnss_db.
54400         * shlib-versions: Likewise.
54401         * nss/Makefile: Add rules to build libnss_db.
54402         * nss/Versions: Add libnss_db information.  Organize libnss_files
54403         entries better.
54404         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54405         makedb progra.  Some minor improvements to generate smaller files.
54406         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54407         here from...
54408         * nss/makedb.c: ...here.
54409         Improve database format to be smaller and require less memory at
54410         runtime.
54411         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54412         db anymore.
54413         * nss/nss_db/db-netgrp.c: Likewise.
54414         * nss/nss_db/db-open.c: Likewise.
54415         * nss/nss_files/flies-XXX.x: Adjust comments.
54416         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54417         * nss/nss_files/files-grp.c: Likewise.
54418         * nss/nss_files/files-hosts.c: Likewise.
54419         * nss/nss_files/files-network.c: Likewise.
54420         * nss/nss_files/files-proto.c: Likewise.
54421         * nss/nss_files/files-pwd.c: Likewise.
54422         * nss/nss_files/files-rpc.c: Likewise.
54423         * nss/nss_files/files-service.c: Likewise.
54424         * nss/nss_files/files-sgrp.c: Likewise.
54425         * nss/nss_files/files-spwd.c: Likewise.
54426         * nss/nss_db/db-alias.c: Removed.
54427         * nss/nss_db/dummy-db.h: Removed.
54429 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54431         * nss/makedb.c: Rewritten to not use database library.
54432         * nss/Makefile: Update to build new makedb program.
54434 2011-06-14  Andreas Jaeger  <aj@suse.de>
54436         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54437         memset declaration.
54439 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54441         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54442         tmpbuf.
54444 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54446         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54447         * elf/Makefile ($(objpfx)ld.so): Likewise.
54449         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54450         Don't list ld.so twice in dependencies.
54452         * posix/bug-regex31.c: Include <stdlib.h>.
54454         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54456         * nis/nss_compat/compat-spwd.c
54457         (getspent_next_nss_netgr): Remove unused variable.
54458         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54460         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54461         nonmembers" output to use the right array.
54463         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54465         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54467         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54468         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54469         * catgets/gencat.c (read_input_file): Likewise.
54470         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54472         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54473         variable definition inside #if's controlling its use.
54475         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54477         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54479         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54481         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54482         unreachable code.
54484         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54486         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54487         * configure: Regenerated.
54489         * Makerules: Revert last change.
54490         * elf/Makefile: Likewise.
54492 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54494         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54495         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54496         (reloc-link): Likewise.
54498 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54500         * elf/Makefile: Add rules to build pldd.
54501         * elf/pldd.c: New file.
54502         * elf/pldd-xx.c: New file.
54504 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54506         * version.h: Update for 2.15 development version.
54508 2011-06-07  David S. Miller  <davem@davemloft.net>
54510         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54511         ifuncs.
54512         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54513         elf_machine_lazy_rel): Likewise.
54514         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54515         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54516         elf_machine_lazy_rel): Likewise.
54517         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54518         dl_hwcap via passed in argument.
54519         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54520         Likewise.
54522 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54524         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54526 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54528         [BZ #12849]
54529         * manual/fdl-1.1.texi: New file, verbatim from:
54530         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54531         * manual/lgpl-2.1.texi: New file, verbatim from:
54532         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54533         * manual/Makefile (licenses): New variable, list those new file names.
54534         (texis): Use it.
54535         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54537         * manual/fdl.texi: File removed.
54538         * manual/lesser.texi: File removed.
54539         * manual/libc.texinfo (Copying, Documentation License):
54540         Use new @include file names, put @appendix directive before @include.
54542 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54544         [BZ #12841]
54545         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54546         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54547         (mq_open): Add __NTH.
54549 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54551         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54552         Assume Intel Core i3/i5/i7 processor if AVX is available.
54554 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54556         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54557         typo.
54559 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54561         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54562         memory.  Use alloca_account.  Fix memory leak when retrying.
54564 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54566         * version.h (RELEASE): Bump for 2.14 release.
54567         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54569         * config.make.in (RANLIB): Remove entry.
54571 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54573         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54574         (libc.pot): Work around missing support for .ksh extension in xgettext.
54576         [BZ #12684]
54577         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54578         if both request failed.
54579         (send_dg): In case of server errors clear resplen or *resplen2.
54581         [BZ #12454]
54582         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54583         when there are multiple maps.
54584         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54585         (_dl_fini): Remove test here.
54587         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54589 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54591         [BZ #12350]
54592         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54593         bit from old_res_options.
54594         (gaih_inet): Likewise.
54596         [BZ #11099]
54597         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54598         as signed.
54600         * resolv/res_init.c (res_setoptions): Make the code more compact.
54602         [BZ #11558]
54603         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54604         set RES_USEVC.
54606         [BZ #11634]
54607         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54609         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54611         [BZ #11781]
54612         * malloc/malloc.h: Declare malloc hook variables as volatile.
54614         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54615         in last patch.
54617         [BZ #11799]
54618         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54619         raise in the comment.
54620         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54621         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54622         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54624 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54626         [BZ #12811]
54627         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54628         grow the buffers more if it already has to be sufficient.
54629         (build_wcs_upper_buffer): Likewise.
54630         * posix/regexec.c (check_matching): Likewise.
54631         (clean_state_log_if_needed): Likewise.
54632         (extend_buffers): Don't enlarge buffers beyond size of the input
54633         buffer.
54634         Patches mostly by Emil Wojak <emil@wojak.eu>.
54635         * posix/bug-regex32.c: New file.
54636         * posix/Makefile (tests): Add bug-regex32.
54638         * locale/findlocale.c (_nl_find_locale): Return right away if
54639         _nl_explode_name failed.
54640         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54642         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54644         * debug/xtrace.sh: Unify messages.
54645         * malloc/memusage.sh: Likewise.
54647         [BZ #12813]
54648         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54649         time symbol from vDSO.  Substitute with vsyscall if not available.
54650         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54651         __vdso_time.
54653         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54654         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54655         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54656         Add sendmmsg and internal_sendmmsg.
54657         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54658         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54659         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54661         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54662         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54663         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54665 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54667         [BZ #12813]
54668         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54669         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54670         available.
54671         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54672         __vdso_getcpu.
54674         [BZ #12814]
54675         * iconvdata/Makefile (tests): Add bug-iconv9.
54676         * iconvdata/bug-iconv9.c: New file.
54678 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54680         [BZ #12814]
54681         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54683 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54685         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54686         (struct user_regs_struct): Change intcs field back to cs.
54688 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54690         * po/ja.po: Update from translation team.
54692 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54694         [BZ #12795]
54695         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54696         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54698 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54700         * stdlib/longlong.h: Update from GCC.
54702 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54704         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54705         parameter name.
54706         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54707         Add parameter name.
54708         (__sysconf): Pass it down.
54710 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54712         [BZ #12671]
54713         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54714         some situations.
54715         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54716         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54717         add in in __libc_use_alloca calls.  Adjust callers.
54718         (glob): Use malloc in some situations.
54720         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54721         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54722         pltexit.
54724 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54726         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54727         and CLOCK_BOOTTIME_ALARM.
54729         [BZ #12782]
54730         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54731         is returned.
54733         * string/_strerror.c (__strerror_r): Print negative errors as signed
54734         numbers.
54736         [BZ #12777]
54737         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54738         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54739         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54741         * configure.in: Fix typo in redirection and correct removal of test
54742         files in two cases.
54744         [BZ #12788]
54745         * locale/setlocale.c (new_composite_name): Fix test to check for
54746         identical name of all categories.
54748         [BZ #12792]
54749         * libio/filedoalloc.c (local_isatty): New function.
54750         (_IO_file_doallocate): Use local_isatty.
54751         * stdio-common/perror.c (perror): In case a new stream is used
54752         forward the stream error.
54753         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54754         error flag.
54756 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54758         [BZ #11869]
54759         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54760         alloca.
54761         * include/alloca.h (extend_alloca_account): Define.
54763         [BZ #11857]
54764         * posix/regex.h: Fix comments with documentation of user-accessible
54765         fields after compilation and describe correct free'ing of pattern
54766         after re_compile_pattern.
54767         Patch by Reuben Thomas <rrt@sc3d.org>.
54769 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54771         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54772         and -mno-altivec to prevent the compiler from using Altivec and/or
54773         VSX instructions when the corresponding registers are not available.
54775 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54777         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54779 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54781         * libio/freopen.c (freopen): Use __dup2, not dup2.
54782         * libio/freopen64.c (freopen64): Likewise.
54784 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54786         [BZ #12775]
54787         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54788         * math/Makefile (tests): Add test-powl.
54789         (CFLAGS-test-powl.c): Define.
54790         * math/test-powl.c: New file.
54792 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54794         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54796 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54798         [BZ #11837]
54799         * iconvdata/gb18030.c: Update to GB18020-2005.
54801 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54803         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54804         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54805         Patch by Aharon Robbins <arnold@skeeve.com>.
54807         [BZ #11892]
54808         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54809         on the stack.
54811         [BZ #11895]
54812         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54813         through underflows.
54815         [BZ #12766]
54816         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54817         point to strings before performing equality test for error_one_per_line
54818         mode.
54820         [BZ #11697]
54821         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54823         [BZ #11820]
54824         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54825         (struct user_fpregs_struct): Avoid __uint*_t types.
54827         [BZ #6420]
54828         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54829         symbol info.  Use it instead of calling _dl_addr locally.
54830         (lock_and_info): New function.
54831         (tr_freehook): Call lock_and_info and pass symbol info as additional
54832         parameter to tr_where.
54833         (tr_mallochook): Likewise.
54834         (tr_reallochook): Likewise.
54835         (tr_memalignhook): Likewise.
54837         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54838         used and couldn't be at all thread-safe.
54840 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54842         * libio/freopen.c (freopen): Don't close old file descriptor
54843         before the new one is opened.  Instead dup the new file descriptor
54844         to the old one after the new stream is created.
54845         * libio/freopen64.c (freopen64): Likewise.
54846         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54847         * libio/fileops.c (_IO_new_file_close_it): Handle new
54848         _IO_FLAGS2_NOCLOSE flag.
54849         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54850         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54851         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54852         _IO_FLAGS2_NOCLOSE flag.
54853         * include/unistd.h: Add hidden_proto for dup3.
54854         Define __have_dup3.
54855         * io/dup3.c: Define hidden symbol.
54856         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54858         [BZ #7101]
54859         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54860         when an incomplete long option is used.
54861         * posix/tst-getopt_long1.c: New file.
54862         * posix/Makefile (tests): Add tst-getopt_long1.
54864         [BZ #10138]
54865         * scripts/config.guess: Update from autoconf-2.68.
54866         * scripts/config.sub: Likewise.
54868         [BZ #10157]
54869         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54870         tests into ...
54871         (has_cpuclock): ...this.  New function.
54872         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54873         macro here based on has_cpuclock code.
54875         [BZ #10149]
54876         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54877         First byte (not low byte) is now always NUL.
54878         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54880         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54881         Use non-cancelable interfaces.
54883         [BZ #9809]
54884         * locale/iso-639.def: Add entry for Sorani.
54886         [BZ #11901]
54887         * include/stdlib.h: Move include protection to the right place.
54888         Define abort_msg_s.  Declare __abort_msg with it.
54889         * stdlib/abort.c (__abort_msg): Adjust type.
54890         * assert/assert.c (__assert_fail_base): New function.  Majority
54891         of code from __assert_fail.  Allocate memory for __abort_msg with
54892         mmap.
54893         (__assert_fail): Now call __assert_fail_base.
54894         * assert/assert-perr.c: Remove bulk of implementation.  Use
54895         __assert_fail_base.
54896         * include/assert.hL Declare __assert_fail_base.
54897         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54898         mmap.
54899         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54901 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54903         [BZ #11952]
54904         [BZ #12453]
54905         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54906         until all modules are registered in the DTV.
54907         * elf/Makefile: Add rules to build and run tst-tls19.
54908         * elf/tst-tls19.c: New file.
54909         * elf/tst-tls19mod1.c: New file.
54910         * elf/tst-tls19mod2.c: New file.
54911         * elf/tst-tls19mod3.c: New file.
54912         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54914         [BZ #12083]
54915         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54916         correctly.
54918         [BZ #12601]
54919         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54920         two-byte sequence errors.
54921         * iconvdata/Makefile (tests): Add bug-iconv8.
54922         * iconvdata/bug-iconv8.c: New file.
54924         [BZ #12626]
54925         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54926         buf2 definition.
54928         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54930         [BZ #12432]
54931         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54932         (dummy_getcfa): New function.
54933         (init): Get _Unwind_GetCFA address, use dummy if not found.
54934         (backtrace_helper): In recursion check, also check whether CFA changes.
54935         (__backtrace): Completely initialize arg.
54937         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54938         storing incomplete byte sequence in state object.  Avoid testing for
54939         guaranteed too small input if we know there is enough data available.
54941 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54943         * Makeconfig (+link-pie): Indent.
54944         * Rules (binaries-pie): Define if $(have-fpie) and
54945         $(build-shared).
54946         (binaries-shared): Also filter out $(binaries-pie).
54947         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54948         * nscd/Makefile (others-pie): Add nscd.
54949         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54950         ($(objpfx)nscd): Remove command override.
54951         * login/Makefile (others-pie): Add pt_chown.
54952         ($(objpfx)pt_chown): Remove command override.
54953         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54954         remove command overrides.
54956 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54958         * libio/tst_putwc.c: Fix error messages.
54960         [BZ #12724]
54961         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54962         currently writing and seek to current position when not.
54963         * libio/Makefile (tests): Add bug-fclose1.
54964         * libio/bug-fclose1.c: New file.
54966 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54968         [BZ #12511]
54969         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54970         don't set DF_1_NODELETE here.
54971         (do_lookup_x): When entering new entry test for copy relocation
54972         and if necessary set DF_1_NODELETE flag.
54973         * elf/tst-unique4.cc: New file.
54974         * elf/tst-unique4.h: New file.
54975         * elf/tst-unique4lib.cc: New file.
54976         * elf/Makefile: Add rules to build and run tst-unique4.
54977         Patch by Piotr Bury <pbury@goahead.com>.
54979 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54981         [BZ #12052]
54982         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54984         [BZ #12625]
54985         * misc/mntent_r.c (addmntent): Flush the stream after the output
54987         [BZ #12393]
54988         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54989         (is_trusted_path_normalize): Skip initial colon.  Append slash
54990         to empty buffer.  Duplicate is_trusted_path code but allow
54991         constructed patch to be prefix.
54992         (is_dst): Allow $ORIGIN followed by /.
54993         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54994         Correct testing of result of is_trusted_path_normalize
54995         (decompose_rpath): Fix warning.
54997 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54999         [BZ #11257]
55000         * grp/initgroups.c (internal_getgrouplist): When we found the service
55001         list through the initgroups entry in nsswitch.conf do not always
55002         continue on a successful lookup.  Don't always use the
55003         __nss_group_database value if it is set.
55004         * nss/nsswitch.conf (initgroups): Change action for successful db
55005         lookup to continue for compatibility.
55007 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55009         [BZ #11532]
55010         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55011         and CP774 modules.
55012         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55013         and CP774 modules.
55014         * iconvdata/tst-tables.sh: Likewise.
55015         * iconvdata/cp770.c: New file.
55016         * iconvdata/cp771.c: New file.
55017         * iconvdata/cp772.c: New file.
55018         * iconvdata/cp773.c: New file.
55019         * iconvdata/cp774.c: New file.
55020         * iconvdata/testdata/CP770: New file.
55021         * iconvdata/testdata/CP770..UTF8: New file.
55022         * iconvdata/testdata/CP771: New file.
55023         * iconvdata/testdata/CP771..UTF8: New file.
55024         * iconvdata/testdata/CP772: New file.
55025         * iconvdata/testdata/CP772..UTF8: New file.
55026         * iconvdata/testdata/CP773: New file.
55027         * iconvdata/testdata/CP773..UTF8: New file.
55028         * iconvdata/testdata/CP774: New file.
55029         * iconvdata/testdata/CP774..UTF8: New file.
55031         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55032         END CHARMAP line.
55033         * iconvdata/gen-8bit-gap.sh: Likewise.
55034         * iconvdata/gen-8bit.sh: Likewise.
55036         * locale/iso-639.def: Add ary entry.
55038         [BZ #11258]
55039         * locale/C-translit.h.in: Add U20A1 transliteration.
55041         [BZ #12178]
55042         * locale/iso-639.def: Add wae entry.
55043         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55045         [BZ #12545]
55046         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55047         for n.
55049         [BZ #12711]
55050         * locale/C-translit.h.in: Add entry for U20B9.
55051         Patch by pravin.d.s@gmail.com.
55053 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55055         [BZ #12713]
55056         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55057         ENAMETOOLONG use generic getcwd.
55058         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55059         in rtld.  Use *stat64.
55060         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55061         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55062         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55063         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55064         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55065         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55066         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55067         __fstatat64 macros.
55068         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55069         * dirent/rewinddir.c: Add libc_hidden_def.
55070         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55071         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55073         * include/dirent.h (__alloc_dir): Add flags parameter.
55074         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55075         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55076         __alloc_dir.
55077         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55078         from fdopendir if O_CLOEXEC is already set.
55080 2011-03-15  Alan Modra  <amodra@gmail.com>
55082         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55083         l_tls_firstbyte_offset non-zero.  Save padding offset in
55084         l_tls_firstbyte_offset for later use.
55085         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55086         freeing static tls block.
55088 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55090         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55091         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55092         being defined by the kernel headers.
55094 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55096         [BZ #12734]
55097         * resolv/resolv.h: Define RES_NOTLDQUERY.
55098         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55099         no-tld-query and set RES_NOTLDQUERY.
55100         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55101         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55102         modern BIND to search name as TLD unless forbidden.
55104 2011-05-07  Petr Baudis  <pasky@suse.cz>
55105             Ulrich Drepper  <drepper@gmail.com>
55107         [BZ #12393]
55108         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55109         (is_trusted_path): ...to here.
55110         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55111         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55112         using is_trusted_path_normalize() in setuid scripts.
55114 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55116         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55117         __BEGIN/__END_DECLS.
55119 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55121         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55122         NSS_STATUS_NOTFOUND if no record was found.
55124 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55126         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55127         (headers-not-in-tirpc): Remove rpc/netdb.h
55128         * resolv/netdb.h: Revert last change.
55130 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55132         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55133         circular dependency between libgcc.a and libc.a.
55135 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55137         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55138         * nis/Makefile: Don't install rpcsvc/*.
55139         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55140         instead of <rpc/types.h>.
55141         (MAXHOSTNAMELEN): Define.
55143 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55145         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55147 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55149         [BZ #12714]
55150         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55151         gethostbyname4_r when IPv6 results are possible.
55153 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55155         [BZ #12723]
55156         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55157         _PC_PIPE_BUF handling.
55159 2011-04-30  Bruno Haible  <bruno@clisp.org>
55161         [BZ #12717]
55162         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55163         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55164         to 'int'.
55165         * inet/getnameinfo.c (getnameinfo): Likewise.
55167 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55169         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55170         to groups setting in database lookup.
55171         * nss/nsswitch.conf: Add initgroups entry.
55173 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55175         [BZ #12685]
55176         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55177         mode string.
55178         Patch by Eric Blake <eblake@redhat.com>.
55180 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55182         * sunrpc/Makefile (need-export-routines): Add svc_run.
55183         (routines): Remove svc_run.
55184         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55185         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55186         * sunrpc/svc_run.c (svc_run): Likewise.
55187         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55189 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55191         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55192         problem in reallocation in last patch.
55194 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55196         * sunrpc/Makefile: Move inclusion of Rules.
55198 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55200         * nss/nss_files/files-initgroups.c: New file.
55201         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55202         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55203         _nss_files_initgroups_dyn.
55205 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55207         * elf/elf.h (R_ARM_IRELATIVE): Define.
55209 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55211         * po/ru.po: Update from translation team.
55213 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55215         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55216         dependencies.
55218 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55220         [BZ #12653]
55221         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55222         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55223         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55224         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55225         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55227 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55229         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55230         differing bytes.
55231         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55232         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55233         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55235 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55237         [BZ #12420]
55238         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55239         storing it.
55240         * stdlib/bug-getcontext.c: New file.
55241         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55243 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55245         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55246         instructions into .machine "z9-109".
55247         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55248         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55250 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55252         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55253         between environment variables and auxiliary vector.
55255 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55257         * Makefile: Add rules to build linkobj/libc.so.
55258         * include/libc-symbols.h: Define libc_hidden_nolink.
55259         * include/rpc/auth.h: Mark functions which are to be hidden.
55260         * include/rpc/auth_des.h: Likewise.
55261         * include/rpc/auth_unix.h: Likewise.
55262         * include/rpc/clnt.h: Likewise.
55263         * include/rpc/des_crypt.h: Likewise.
55264         * include/rpc/key_prot.h: Likewise.
55265         * include/rpc/pmap_clnt.h: Likewise.
55266         * include/rpc/pmap_prot.h: Likewise.
55267         * include/rpc/pmap_rmt.h: Likewise.
55268         * include/rpc/rpc_msg.h: Likewise.
55269         * include/rpc/svc.h: Likewise.
55270         * include/rpc/svc_auth.h: Likewise.
55271         * include/rpc/xdr.h: Likewise.
55272         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55273         * nss/Makefile: Likewise.
55274         * sunrpc/Makefile: Don't install headers.  Build library with normal
55275         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55276         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55277         for the compat linking library.  Remove use of INTDEF/INTUSE.
55278         * sunrpc/auth_none.c: Likewise.
55279         * sunrpc/auth_unix.c: Likewise.
55280         * sunrpc/authdes_prot.c: Likewise.
55281         * sunrpc/authuxprot.c: Likewise.
55282         * sunrpc/clnt_gen.c: Likewise.
55283         * sunrpc/clnt_perr.c: Likewise.
55284         * sunrpc/clnt_raw.c: Likewise.
55285         * sunrpc/clnt_simp.c: Likewise.
55286         * sunrpc/clnt_tcp.c: Likewise.
55287         * sunrpc/clnt_udp.c: Likewise.
55288         * sunrpc/clnt_unix.c: Likewise.
55289         * sunrpc/des_crypt.c: Likewise.
55290         * sunrpc/des_soft.c: Likewise.
55291         * sunrpc/get_myaddr.c: Likewise.
55292         * sunrpc/key_call.c: Likewise.
55293         * sunrpc/key_prot.c: Likewise.
55294         * sunrpc/netname.c: Likewise.
55295         * sunrpc/pm_getmaps.c: Likewise.
55296         * sunrpc/pm_getport.c: Likewise.
55297         * sunrpc/pmap_clnt.c: Likewise.
55298         * sunrpc/pmap_prot.c: Likewise.
55299         * sunrpc/pmap_prot2.c: Likewise.
55300         * sunrpc/pmap_rmt.c: Likewise.
55301         * sunrpc/publickey.c: Likewise.
55302         * sunrpc/rpc_cmsg.c: Likewise.
55303         * sunrpc/rpc_common.c: Likewise.
55304         * sunrpc/rpc_dtable.c: Likewise.
55305         * sunrpc/rpc_prot.c: Likewise.
55306         * sunrpc/rpc_thread.c: Likewise.
55307         * sunrpc/rtime.c: Likewise.
55308         * sunrpc/svc.c: Likewise.
55309         * sunrpc/svc_auth.c: Likewise.
55310         * sunrpc/svc_authux.c: Likewise.
55311         * sunrpc/svc_raw.c: Likewise.
55312         * sunrpc/svc_run.c: Likewise.
55313         * sunrpc/svc_simple.c: Likewise.
55314         * sunrpc/svc_tcp.c: Likewise.
55315         * sunrpc/svc_udp.c: Likewise.
55316         * sunrpc/svc_unix.c: Likewise.
55317         * sunrpc/svcauth_des.c: Likewise.
55318         * sunrpc/xcrypt.c: Likewise.
55319         * sunrpc/xdr.c: Likewise.
55320         * sunrpc/xdr_array.c: Likewise.
55321         * sunrpc/xdr_float.c: Likewise.
55322         * sunrpc/xdr_intXX_t.c: Likewise.
55323         * sunrpc/xdr_mem.c: Likewise.
55324         * sunrpc/xdr_rec.c: Likewise.
55325         * sunrpc/xdr_ref.c: Likewise.
55326         * sunrpc/xdr_sizeof.c: Likewise.
55327         * sunrpc/xdr_stdio.c: Likewise.
55329 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55331         [BZ #12650]
55332         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55333         * sysdeps/ia64/dl-tls.h: Likewise.
55334         * sysdeps/powerpc/dl-tls.h: Likewise.
55335         * sysdeps/s390/dl-tls.h: Likewise.
55336         * sysdeps/sh/dl-tls.h: Likewise.
55337         * sysdeps/sparc/dl-tls.h: Likewise.
55338         * sysdeps/x86_64/dl-tls.h: Likewise.
55339         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55341 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55343         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55344         rpath element also skip the following colon.
55345         (expand_dynamic_string_token): Add is_path parameter and pass
55346         down to DL_DST_REQUIRED and _dl_dst_substitute.
55347         (decompose_rpath): Call expand_dynamic_string_token with
55348         non-zero is_path.  Ignore empty rpaths.
55349         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55350         with zero is_path.
55352 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55355         Make cancelable.
55357 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55359         [BZ #12655]
55360         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55361         Patch by Filipe David Manana <fdmanana@apache.org>.
55363 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55365         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55366         Maintain aligned stack.
55367         (CHECK_RSP): Remove unused macro.
55369 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55371         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55372         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55374 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55376         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55378         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55380 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55382         [BZ #12518]
55383         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55384         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55385         * sysdeps/x86_64/memmove.c: New file.
55386         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55387         (memcpy): Renamed to ...
55388         (__new_memcpy): This.
55389         (memcpy): Provide GLIBC_2_14 memcpy.
55390         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55391         (memcpy): Provide GLIBC_2_2_5 memcpy.
55393 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55395         [BZ #12631]
55396         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55398 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55400         * misc/syncfs.c: New file.
55401         * misc/Makefile (routines): Add syncfs.
55402         * posix/unistd.h: Declare syncfs.
55403         * sysdeps/unix/syscalls.list: Add syncfs.
55405 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55407         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55408         open_by_handle_at.
55409         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55410         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55411         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55412         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55413         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55414         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55415         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55417 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55419         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55420         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55421         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55422         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55423         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55424         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55425         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55427         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55428         sync_file_range.c with -fexceptions.
55429         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55430         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55431         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55432         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55433         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55434         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55435         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55436         sync_file_range as cancellation point
55437         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55438         now a wrapper around __call_sync_file_range with cancellation handling.
55439         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55440         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55441         function name to __call_sync_file_range.
55442         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55443         Add call_sync_file_range.
55445 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55447         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55448         bits/timex.h.
55450 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55452         * iconv/iconv.h: Fix typo in comment.
55453         * io/fcntl.h: Likewise.
55454         * libio/stdio.h: Likewise.
55455         * posix/spawn.h: Likewise.
55456         * posix/unistd.h: Likewise.
55457         * stdlib/stdlib.h: Likewise.
55458         * time/time.h: Likewise.
55459         * wcsmbs/wchar.h: Likewise.
55461         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55462         open_by_handle): Add.
55463         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55464         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55465         Augment a few comments.
55466         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55467         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55468         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55469         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55470         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55471         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55472         open_by_handle.
55474         * io/fcntl.h (AT_EMPTY_PATH): Define.
55476 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55478         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55479         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55480         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55481         to...
55482         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55483         * Versions.def: Add GLIBC_2.14.
55484         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55485         Export.
55487 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55489         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55490         round counter.
55491         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55493 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55495         [BZ #12597]
55496         * string/test-strncmp.c (do_page_test): New function.
55497         (check2): Likewise.
55498         (test_main): Call check2.
55499         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55501 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55503         [BZ #12587]
55504         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55505         Handle cache information in CPU leaf 4.
55506         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55508 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55510         [BZ #12583]
55511         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55512         character representation.
55513         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55515 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55517         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55518         END(__isnan) to END(__isnanf) to match function entry point/label
55519         EALIGN(__isnanf,...).
55521 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55523         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55525 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55527         [BZ #12510]
55528         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55529         copy from the symbol referenced in the relocation to initialize the
55530         used variable.
55531         Patch by Piotr Bury <pbury@goahead.com>.
55532         * elf/Makefile: Add rules to build and tst-unique3.
55533         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55534         * elf/tst-unique3.cc: New file.
55535         * elf/tst-unique3.h: New file.
55536         * elf/tst-unique3lib.cc: New file.
55537         * elf/tst-unique3lib2.cc: New file.
55539         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55541 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55543         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55544         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55545         to _start.
55547 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55549         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55550         to-be-loaded object along a path to loader is ld.so.
55552 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55553             Ulrich Drepper  <drepper@gmail.com>
55555         * sysdeps/x86_64/memset.S: After aligning destination, code
55556         branches to different locations depending on the value of
55557         misalignment, when multiarch is enabled. Fix this.
55559 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55561         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55562         Set _x86_64_preferred_memory_instruction for AMD processsors.
55563         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55564         Set bit_Prefer_SSE_for_memop for AMD processors.
55566 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55568         * libio/fmemopen.c (fmemopen): Optimize a bit.
55570 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55572         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55574 2011-03-03  Roland McGrath  <roland@redhat.com>
55576         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55578 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55580         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55581         __bzero_ultra1 instead of __memset_ultra1.
55583 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55584             Ulrich Drepper  <drepper@gmail.com>
55586         [BZ #12509]
55587         * include/link.h (struct link_map): Add l_orig_initfini.
55588         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55589         returning unsuccessfully.
55590         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55591         close of a file loaded at startup, restore the original l_initfini
55592         list.
55593         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55594         list, store the pointer.
55595         * elf/Makefile ($(objpfx)noload-mem): New rule.
55596         (noload-ENV): Define.
55597         (tests): Add $(objpfx)noload-mem.
55598         * elf/noload.c: Include <memcheck.h>.
55599         (main): Call mtrace.  Close all opened handles.
55601 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55603         [BZ #12454]
55604         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55605         dependencies are missing.
55607 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55609         Fix __if_freereq crash: Unlike the generic version which uses free,
55610         Hurd needs munmap.
55611         * sysdeps/mach/hurd/ifreq.h: New file.
55613 2011-01-27  Petr Baudis  <pasky@suse.cz>
55614             Ulrich Drepper  <drepper@gmail.com>
55616         [BZ 12445]#
55617         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55618         to extend_alloca().
55619         * stdio-common/bug23.c: New file.
55620         * stdio-common/Makefile (tests): Add bug23.
55622 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55623             Ulrich Drepper  <drepper@gmail.com>
55625         [BZ #12489]
55626         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55627         before performing relro protection.  At old place add assertion
55628         to make sure nothing changed.
55630 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55631             Glauber de Oliveira Costa  <glommer@gmail.com>
55633         * elf/elf.h: Add new ARM TLS relocs.
55635 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55638         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55639         cast from r3.
55640         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55641         'tests' variable.
55642         * sysdeps/wordsize-64/tst-writev.c: New file.
55644 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55646         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55647         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55648         insns in _dl_start to prevent a TOC reference before relocs are
55649         resolved.
55651 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55653         [BZ #12469]
55654         * Makeconfig: Remove RANLIB definition.
55655         * Makerules: Don't use RANLIB.
55656         * aclocal.m4: Remove ranlib test.
55657         * configure.in: No need to check for ranlib.
55658         * elf/rtld-Rules: Don't use RANLIB.
55660 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55662         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55663         protection macro.
55664         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55665         inclusion protection macro.
55667         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55668         SIGRTMIN and SIGRTMAX and print information in that case only when
55669         SIGRTMIN is defined.
55671 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55673         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55674         arginfo fn returning -1.
55676         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55677         and thousands string is zero terminated.
55679 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55681         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55682         sysdeps/unix/sysv/linux/bits/socket.h.
55684 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55686         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55687         (__CPU_COUNT): Remove old macros.
55688         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55689         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55690         (__CPU_ALLOC, __CPU_FREE): Add macros.
55691         (__sched_cpualloc, __sched_cpufree): Add declarations.
55693 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55695         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55696         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55697         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55698         (readdhstai): Return value of addhstaiX call.
55699         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55700         (addgrbyX): Return value returned by cache_addgr.
55701         (readdgrbyname): Return value returned by addgrbyX.
55702         (readdgrbygid): Likewise.
55703         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55704         (addpwbyX): Return value returned by cache_addpw.
55705         (readdpwbyname): Return value returned by addhstbyX.
55706         (readdpwbyuid): Likewise.
55707         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55708         (addservbyX): Return value returned by cache_addserv.
55709         (readdservbyname): Return value returned by addservbyX:
55710         (readdservbyport): Likewise.
55711         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55712         (addhstbyX): Return value returned by cache_addhst.
55713         (readdhstbyname): Return value returned by addhstbyX.
55714         (readdhstbyaddr): Likewise.
55715         (readdhstbynamev6): Likewise.
55716         (readdhstbyaddrv6): Likewise.
55717         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55718         (readdinitgroups): Return value returned by addinitgroupsX.
55719         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55720         (prune_cache): Keep track of timeout value of re-added entries.
55721         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55722         * nscd/nscd.h: Adjust prototypes of readd* functions.
55724 2011-02-04  Roland McGrath  <roland@redhat.com>
55726         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55727         (nis_stats): Likewise.
55728         * nis/nis_modify.c (nis_modify): Likewise.
55729         * nis/nis_remove.c (nis_remove): Likewise.
55730         * nis/nis_add.c (nis_add): Likewise.
55732         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55734         * posix/fnmatch_loop.c: Add some consts.
55736         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55738 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55740         [BZ #12460]
55741         * config.make.in (config-cflags-novzeroupper): Define.
55742         * configure.in: Substitute libc_cv_cc_novzeroupper.
55743         * elf/Makefile (AVX-CFLAGS): Define.
55744         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55745         (CFLAGS-tst-auditmod4a.c): Likewise.
55746         (CFLAGS-tst-auditmod4b.c): Likewise.
55747         (CFLAGS-tst-auditmod6b.c): Likewise.
55748         (CFLAGS-tst-auditmod6c.c): Likewise.
55749         (CFLAGS-tst-auditmod7b.c): Likewise.
55750         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55752 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55754         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55755         function to the callback.
55756         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55758 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55760         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55761         of errno.
55763 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55765         [BZ #11724]
55766         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55767         of constructors.
55768         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55769         of destructors.
55770         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55772         [BZ #11724]
55773         * elf/Makefile: Add rules to build and run new test.
55774         * elf/tst-initorder.c: New file.
55775         * elf/tst-initorder.exp: New file.
55776         * elf/tst-initordera1.c: New file.
55777         * elf/tst-initordera2.c: New file.
55778         * elf/tst-initordera3.c: New file.
55779         * elf/tst-initordera4.c: New file.
55780         * elf/tst-initorderb1.c: New file.
55781         * elf/tst-initorderb2.c: New file.
55782         * elf/tst-order-a1.c: New file.
55783         * elf/tst-order-a2.c: New file.
55784         * elf/tst-order-a3.c: New file.
55785         * elf/tst-order-a4.c: New file.
55786         * elf/tst-order-b1.c: New file.
55787         * elf/tst-order-b2.c: New file.
55788         * elf/tst-order-main.c: New file.
55789         New test case by George Gensure <werkt0@gmail.com>.
55791 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55793         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55794         decoding ACE if AI_CANONIDN.
55796 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55798         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55800 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55802         * version.h (RELEASE): Bump for 2.13 release.
55803         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55805         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55807         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55808         MADV_NOHUGEPAGE.
55809         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55810         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55811         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55812         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55813         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55814         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55816         * posix/getconf.c: Update copyright year.
55817         * catgets/gencat.c: Likewise.
55818         * csu/version.c: Likewise.
55819         * debug/catchsegv.sh: Likewise.
55820         * debug/xtrace.sh: Likewise.
55821         * elf/ldconfig.c: Likewise.
55822         * elf/ldd.bash.in: Likewise.
55823         * elf/sprof.c (print_version): Likewise.
55824         * iconv/iconv_prog.c: Likewise.
55825         * iconv/iconvconfig.c: Likewise.
55826         * locale/programs/locale.c: Likewise.
55827         * locale/programs/localedef.c: Likewise.
55828         * malloc/memusage.sh: Likewise.
55829         * malloc/mtrace.pl: Likewise.
55830         * nscd/nscd.c (print_version): Likewise.
55831         * nss/getent.c: Likewise.
55833         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55834         PF_CAIF, and PF_ALG.
55835         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55837 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55839         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55840         (modules-names): Use them.
55841         (ifunc-test-modules, ifunc-pie-tests): Define.
55842         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55843         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55844         (test-extras): Likewise.
55845         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55846         $(compile-command.c).
55847         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55848         (all-built-dso): Define.
55849         (check-textrel.out, check-execstack.out): Depend on it.
55851         * configure.in: Don't override --enable-multi-arch.
55853 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55855         [BZ #6812]
55856         * nscd/hstcache.c (tryagain): Define.
55857         (cache_addhst): Return tryagain not notfound for temporary errors.
55858         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55859         failed.
55861 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55863         [BZ #10563]
55864         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55865         to make the syscall.
55866         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55868         [BZ #12378]
55869         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55870         and fall back to matching as normal character if the string ends before
55871         the matching ']' is found.  This is what POSIX requires.
55872         * posix/testfnm.c: Adjust test result.
55873         * posix/globtest.sh: Adjust test result.  Add new test.
55874         * posix/tst-fnmatch.input: Likewise.
55875         * posix/tst-fnmatch2.c: Add new test.
55877 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55879         * elf/Makefile (check-execstack): Revert last change.  Depend on
55880         check-execstack.h.
55881         (check-execstack.h): New target.
55882         (generated): Add check-execstack.h.
55883         * elf/check-execstack.c: Include "check-execstack.h".
55884         (main): Revert last change.
55885         (handle_file): Return zero if GNU_STACK is absent and
55886         DEFAULT_STACK_PERMS doesn't include PF_X.
55888 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55890         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55891         in child fails because the descriptor is already closed.
55892         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55893         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55894         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55896         [BZ #12397]
55897         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55898         syscall.
55900         [BZ #10484]
55901         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55902         temporary buffer used to handle multi lookups locally.
55903         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55905 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55907         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55908         loader is ld.so.
55910 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55912         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55913         alignment for SSE2.
55915 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55917         [BZ #12394]
55918         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55919         characters.  When rounding increased number of integer digits recompute
55920         number of groups.
55921         * stdio-common/tst-grouping.c: New file.
55922         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55924 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55926         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55927         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55929         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55930         void.
55931         * bits/select.h: Likewise.
55933 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55935         * po/ja.po: Update from translation team.
55937 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55939         [BZ #11155]
55940         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55941         implementation just like for lxstat, fxstatat, et al.
55943 2010-12-27  Jim Meyering  <meyering@redhat.com>
55945         [BZ #12348]
55946         * posix/regexec.c (build_trtable): Return failure indication upon
55947         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55949 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55951         [BZ #12201]
55952         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55953         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55954         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55955         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55957         [BZ #12207]
55958         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55960         [BZ #12204]
55961         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55962         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55964 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55966         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55967         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55968         script has SORT_BY_INIT_PRIORITY.
55969         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55970         NO_CTORS_DTORS_SECTIONS is defined.
55971         * elf/soinit.c: Likewise.
55972         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55973         NO_CTORS_DTORS_SECTIONS is defined.
55974         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55975         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55976         * sysdeps/sh/init-first.c: Likewise.
55977         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55979 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55981         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55982         always use the slow path.
55984 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55986         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55987         similar rule which adds the sysdep directories to the header search in
55988         order to pick up the correct platform stackinfo.h.
55989         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55990         perform test if it is, otherwise return successfully without testing.
55991         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55992         DEFAULT_STACK_PERMS define in stackinfo.h.
55993         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55994         defined in stackinfo.h.
55995         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55996         DEFAULT_STACK_PERMS defined in stackinfo.h.
55997         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55998         * sysdeps/ia64/stackinfo.h: Likewise.
55999         * sysdeps/s390/stackinfo.h: Likewise.
56000         * sysdeps/sh/stackinfo.h: Likewise.
56001         * sysdeps/sparc/stackinfo.h: Likewise.
56002         * sysdeps/x86_64/stackinfo.h: Likewise.
56003         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56004         PF_X for powerpc64.  Retain PF_X for powerpc32.
56006 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56008         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56009         accurately.
56010         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56011         GETDENTS_64BIT_ALIGNED.
56013 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56015         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56017 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56019         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56020         _GNU_SOURCE.
56022         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56023         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56024         Remove __restrict.
56025         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56026         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56028 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56030         [BZ #11655]
56031         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56032         are initialized.
56034 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56036         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56038 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56040         * po/it.po: Update from translation team.
56042 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56044         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56045         unused codes.
56047 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56049         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56051 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56053         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56054         specially.
56055         (gaih_getanswer_slice): Likewise.
56057 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56059         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56061 2010-05-31  Petr Baudis  <pasky@suse.cz>
56063         [BZ #11149]
56064         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56065         silently even in the chroot mode.
56067 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56069         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56070         last patch a bit.  Pretty printing
56072 2010-05-31  Petr Baudis <pasky@suse.cz>
56074         [BZ #10085]
56075         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56076         initialization of skip_initgroups_dyn.
56078 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56080         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56081         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56083 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56085         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56087 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56089         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56090         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56091         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56092         ($(objpfx)tst-fnmatch-mem): New rule.
56093         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56094         * posix/tst-fnmatch.c (main): Call mtrace.
56096 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56098         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56099         Support Intel processor model 6 and model 0x2c.
56101 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56103         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56104           signed comparison.
56106 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56108         [BZ #12205]
56109         * string/test-strncasecmp.c (check_result): New function.
56110         (do_one_test): Use it.
56111         (check1): New function.
56112         (test_main): Use it.
56113         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56114         Support strcasecmp and strncasecmp.
56116 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56118         [BZ #12194]
56119         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56120         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56122 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56124         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56125         IFUNC support.
56126         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56127         memset-x86-64.
56128         * sysdeps/x86_64/multiarch/bzero.S: New file.
56129         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56130         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56131         * sysdeps/x86_64/multiarch/memset.S: New file.
56132         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56133         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56134         Set bit_Prefer_SSE_for_memop for Intel processors.
56135         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56136         Define.
56137         (index_Prefer_SSE_for_memop): Define.
56138         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56140 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56142         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56143         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56145 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56147         [BZ #12191]
56148         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56149         (__x86_64_raw_data_cache_size_half): Likewise.
56150         (__x86_64_raw_shared_cache_size): Likewise.
56151         (__x86_64_raw_shared_cache_size_half): Likewise.
56153         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56154         (__x86_64_raw_data_cache_size_half): Likewise.
56155         (__x86_64_raw_shared_cache_size): Likewise.
56156         (__x86_64_raw_shared_cache_size_half): Likewise.
56157         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56158         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56159         and __x86_64_raw_shared_cache_size_half.  Round
56160         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56161         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56162         to multiple of 256 bytes.
56164 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56166         [BZ #12167]
56167         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56168         of inacessible symlinks.  Verify result of symlink before returning it.
56169         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56170         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56172 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56174         * math/math.h (isinf): Fix typo in comment.
56176 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56178         * po/da.po: Update from translation team.
56180 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56182         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56183         is added to the list.
56185 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56186             Ulrich Drepper  <drepper@gmail.com>
56188         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56189         the global list here.  Move code to...
56190         (_dl_add_to_namespace_list): ...here.  New function.
56191         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56192         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56193         * elf/dl-load.c (lose): Don't remove the element from the list.
56194         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56195         (_dl_map_object): Likewise.
56197 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56199         [BZ #12159]
56200         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56201         into all bytes of SSE register.
56202         Patch by Richard Li <richardpku@gmail.com>.
56204 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56206         [BZ #12140]
56207         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56208         perturbing.
56210 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56212         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56213         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56214         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56215         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56217         submachine.
56218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56220 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56222         * include/dlfcn.h (__RTLD_SECURE): Define.
56223         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56224         mode & __RTLD_SECURE instead.
56225         (open_path): Rename preloaded parameter to secure.
56226         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56227         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56228         * elf/dl-deps.c (openaux): Likewise.
56229         * elf/rtld.c (struct map_args): Remove is_preloaded.
56230         (map_doit): Don't use it.
56231         (dl_main): Likewise.
56232         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56233         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56235 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56237         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56238         (sysd-rules-targets): Remove duplicates.
56239         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56240         rtld-%.$o dependency.
56242 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56244         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56245         _dl_map_object do it.
56247 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56249         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56250         fast fma builtins, define the macros in the C99 standard.
56251         (FP_FAST_FMAF): Likewise.
56252         (FP_FAST_FMAL): Likewise.
56253         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56255         * bits/mathdef.h: Update copyright year.
56256         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56258 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56260         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56261         builtins, define the macros in the C99 standard.
56262         (FP_FAST_FMAF): Likewise.
56263         (FP_FAST_FMAL): Likewise.
56264         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56265         multiply/add.
56266         (FP_FAST_FMAF): Likewise.
56268 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56270         [BZ #3268]
56271         * math/libm-test.inc (fma_test): Some new testcases.
56272         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56273         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56274         y and infinite z.  Do multiplication by C already in long double.
56275         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56276         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56277         y and infinite z.  Do bitwise or of inexact bit into u.d.
56278         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56279         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56280         * sysdeps/i386/fpu/s_fma.S: Removed.
56281         * sysdeps/i386/fpu/s_fmal.S: Removed.
56283 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56285         [BZ #3268]
56286         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56287         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56288         computation is not scheduled after fetestexcept.  Fix value
56289         of minimum denormal long double.
56291 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56293         [BZ #3268]
56294         * math/libm-test.inc (fma_test): Add some more tests.
56295         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56296         correctly.
56298 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56300         * scripts/data/localplt-s390-linux-gnu.data: New file.
56301         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56303 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56305         [BZ #3268]
56306         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56307         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56308         instead of dbl-64.
56309         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56310         inlines.
56311         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56312         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56313         if one of x and y is very large and the other is subnormal.
56314         * sysdeps/s390/fpu/s_fmaf.c: New file.
56315         * sysdeps/s390/fpu/s_fma.c: New file.
56316         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56317         * sysdeps/powerpc/fpu/s_fma.S: New file.
56318         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56319         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56320         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56322 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56324         [BZ #3268]
56325         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56326         fma tests.
56327         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56328         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56329         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56330         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56331         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56332         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56333         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56335 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56337         [BZ #12078]
56338         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56339         * posix/bug-regex31.input: Add test case.
56341 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56343         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56344         * posix/bug-regex31.input: New file.
56346         [BZ #12078]
56347         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56348         (parse_sub_exp): Fix last change, use postorder.
56350         * posix/bug-regex31.c: New file.
56351         * posix/Makefile: Add rules to build and run bug-regex31.
56353         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56355         [BZ #12078]
56356         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56358         [BZ #12108]
56359         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56360         to have entries in sys_siglist.
56362         [BZ #12093]
56363         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56364         be NULL.
56366 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56368         [BZ #3268]
56369         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56370         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56371         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56372         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56373         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56374         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56375         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56376         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56377         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56378         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56379         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56380         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56381         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56382         * math/ftestexcept.c (fetestexcept): Likewise.
56383         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56384         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56385         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56386         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56387         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56388         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56389         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56391 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56393         [BZ #12107]
56394         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56395         newline.
56397 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56399         * string/bug-strstr1.c: New file.
56400         * string/Makefile: Add rules to build and run bug-strstr1.
56402 2010-10-05  Eric Blake  <eblake@redhat.com>
56404         [BZ #12092]
56405         * string/str-two-way.h (two_way_long_needle): Always clear memory
56406         when skipping input due to the shift table.
56408 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56410         [BZ #12005]
56411         * malloc/mcheck.c: Handle large requests.
56413         [BZ #12077]
56414         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56415         for strncmp and strncasecmp.
56416         * string/stratcliff.c: Add tests for strcmp and strncmp.
56417         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56419 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56421         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56422         __set_fpscr.
56424 2010-09-30  Andreas Jaeger  <aj@suse.de>
56426         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56427         (CGROUP_SUPER_MAGIC): Define.
56428         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56429         Handle btrfs and cgroup file systems.
56430         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56431         Likewise.
56433 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56435         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56436         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56438 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56440         [BZ #12067]
56441         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56442         trying to locate the ELF header.
56444 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56446         [BZ #11611]
56447         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56448         Mask out sign-bit copies when constructing f_fsid.
56450 2010-09-24  Petr Baudis <pasky@suse.cz>
56452         * debug/stack_chk_fail_local.c: Add missing licence exception.
56453         * debug/warning-nop.c: Likewise.
56455 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56457         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56458         implementing getdents64 using getdents syscall, set d_type if
56459         __ASSUME_GETDENTS32_D_TYPE.
56461 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56463         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56464         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56466 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56468         [BZ #12037]
56469         * posix/unistd.h: Undo change of feature selection for ftruncate from
56470         2010-01-11.
56472 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56474         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56475         detection.
56477 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56479         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56480         fanotify_mark.
56481         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56483 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56485         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56486         variables after CHECK_SP call.
56487         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56489 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56490             Ulrich Drepper  <drepper@redhat.com>
56492         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56493         re-relocationg ld.so.
56494         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56495         _dl_init_paths call.
56496         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56497         here anymore.
56499 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56501         * resolv/res_init.c (__res_vinit): Count the default server we added.
56503 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56504             Ulrich Drepper  <drepper@redhat.com>
56506         [BZ #11968]
56507         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56508         (____longjmp_chk): Use %ebx for saving value across system call.
56509         Add unwind info.
56511 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56513         * manual/Makefile: Don't mix pattern rules with normal rules.
56515 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56517         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56518         operation.
56519         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56520         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56521         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56522         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56523         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56524         Likewise.
56526 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56528         [BZ #11979]
56529         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56530         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56532 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56534         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56535         * sysdeps/x86_64/addmul_1.S: Likewise.
56536         * sysdeps/x86_64/lshift.S: Likewise.
56537         * sysdeps/x86_64/mul_1.S: Likewise.
56538         * sysdeps/x86_64/rshift.S: Likewise.
56539         * sysdeps/x86_64/sub_n.S: Likewise.
56540         * sysdeps/x86_64/submul_1.S: Likewise.
56542 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56544         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56545         Define __sched_param instead of SCHED_* and sched_param when
56546         <bits/sched.h> is included with __need_schedparam defined.
56547         * bits/sched.h [__need_schedparam]
56548         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56549         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56550         (__defined_schedparam): Define to 1.
56551         (__sched_param): New structure, identical to sched_param.
56552         (__need_schedparam): Undefine.
56554 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56556         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56557         (epoll_create1): Declare.
56559         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56561 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56563         [BZ #7066]
56564         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56565         shifting retval into place.
56567 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56569         * nis/rpcsvc/nis.h: Update copyright notice.
56570         * nis/rpcsvc/nis.x: Likewise.
56571         * nis/rpcsvc/nis_callback.h: Likewise.
56572         * nis/rpcsvc/nis_callback.x: Likewise.
56573         * nis/rpcsvc/nis_object.x: Likewise.
56574         * nis/rpcsvc/nis_tags.h: Likewise.
56575         * nis/rpcsvc/yp.h: Likewise.
56576         * nis/rpcsvc/yp.x: Likewise.
56577         * nis/rpcsvc/ypupd.h: Likewise.
56578         * nis/yp_xdr.c: Likewise.
56579         * nis/ypupdate_xdr.c: Likewise.
56581         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56582         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56583         (pmap_getport): Use __libc_rpc_getport.
56584         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56585         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56586         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56588 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56591         fanotify_mark.
56593 2010-08-27  Roland McGrath  <roland@redhat.com>
56595         * sysdeps/i386/i686/multiarch/Makefile
56596         (CFLAGS-varshift.c): New variable.
56598 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56600         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56601         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56603         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56605         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56607 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56609         * sysdeps/x86_64/strlen.S: Unroll the loop.
56610         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56611         strlen-sse2 strlen-sse2-bsf.
56612         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56613         __strlen_no_bsf if bit_Slow_BSF is set.
56614         (__strlen_sse42): Removed.
56615         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56616         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56618 2010-08-25  Roland McGrath  <roland@redhat.com>
56620         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56621         * sysdeps/x86_64/multiarch/varshift.c: New file.
56622         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56623         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56624         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56625         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56627 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56629         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56630         strlen-sse2 strlen-sse2-bsf.
56631         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56632         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56633         (__strlen_sse2): Removed.
56634         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56635         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56636         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56637         bit_Slow_BSF for Atom.
56638         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56639         (index_Slow_BSF): Define.
56640         (HAS_SLOW_BSF): Define.
56642 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56644         [BZ #10851]
56645         * resolv/res_init.c (__res_vinit): When no server address at all
56646         is given default to loopback.
56648 2010-08-24  Roland McGrath  <roland@redhat.com>
56650         * configure.in: Remove config-name.h generation.
56651         * configure: Regenerated.
56652         * config-name.in: File removed.
56653         * scripts/config-uname.sh: New file.
56654         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56655         ($(objdir)config-name.h): New target.
56657         * sunrpc/rpc_parse.h: Avoid nested comment.
56659 2010-08-24  Richard Henderson  <rth@redhat.com>
56660             Ulrich Drepper  <drepper@redhat.com>
56661             H.J. Lu  <hongjiu.lu@intel.com>
56663         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56664         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56665         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56666         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56667         _mm_alignr_epi8 with _mm_loadu_si128.
56668         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56669         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56670         (__m128i_shift_right): Removed.
56671         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56672         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56673         * sysdeps/x86_64/multiarch/varshift.h: New file.
56674         * sysdeps/x86_64/multiarch/varshift.S: New file.
56676 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56678         * configure.in: Move assembler checks to before sysdep dir checking.
56680 2010-08-20  Petr Baudis  <pasky@suse.cz>
56682         * LICENSES: Sync the sunrpc license.
56684 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56686         * sunrpc/auth_des.c: Update copyright notice once again.
56687         * sunrpc/auth_none.c: Likewise.
56688         * sunrpc/auth_unix.c: Likewise.
56689         * sunrpc/authdes_prot.c: Likewise.
56690         * sunrpc/authuxprot.c: Likewise.
56691         * sunrpc/bindrsvprt.c: Likewise.
56692         * sunrpc/clnt_gen.c: Likewise.
56693         * sunrpc/clnt_perr.c: Likewise.
56694         * sunrpc/clnt_raw.c: Likewise.
56695         * sunrpc/clnt_simp.c: Likewise.
56696         * sunrpc/clnt_tcp.c: Likewise.
56697         * sunrpc/clnt_udp.c: Likewise.
56698         * sunrpc/clnt_unix.c: Likewise.
56699         * sunrpc/des_crypt.c: Likewise.
56700         * sunrpc/des_soft.c: Likewise.
56701         * sunrpc/get_myaddr.c: Likewise.
56702         * sunrpc/getrpcport.c: Likewise.
56703         * sunrpc/key_call.c: Likewise.
56704         * sunrpc/key_prot.c: Likewise.
56705         * sunrpc/openchild.c: Likewise.
56706         * sunrpc/pm_getmaps.c: Likewise.
56707         * sunrpc/pm_getport.c: Likewise.
56708         * sunrpc/pmap_clnt.c: Likewise.
56709         * sunrpc/pmap_prot.c: Likewise.
56710         * sunrpc/pmap_prot2.c: Likewise.
56711         * sunrpc/pmap_rmt.c: Likewise.
56712         * sunrpc/rpc/auth.h: Likewise.
56713         * sunrpc/rpc/auth_unix.h: Likewise.
56714         * sunrpc/rpc/clnt.h: Likewise.
56715         * sunrpc/rpc/des_crypt.h: Likewise.
56716         * sunrpc/rpc/key_prot.h: Likewise.
56717         * sunrpc/rpc/netdb.h: Likewise.
56718         * sunrpc/rpc/pmap_clnt.h: Likewise.
56719         * sunrpc/rpc/pmap_prot.h: Likewise.
56720         * sunrpc/rpc/pmap_rmt.h: Likewise.
56721         * sunrpc/rpc/rpc.h: Likewise.
56722         * sunrpc/rpc/rpc_des.h: Likewise.
56723         * sunrpc/rpc/rpc_msg.h: Likewise.
56724         * sunrpc/rpc/svc.h: Likewise.
56725         * sunrpc/rpc/svc_auth.h: Likewise.
56726         * sunrpc/rpc/types.h: Likewise.
56727         * sunrpc/rpc/xdr.h: Likewise.
56728         * sunrpc/rpc_clntout.c: Likewise.
56729         * sunrpc/rpc_cmsg.c: Likewise.
56730         * sunrpc/rpc_common.c: Likewise.
56731         * sunrpc/rpc_cout.c: Likewise.
56732         * sunrpc/rpc_dtable.c: Likewise.
56733         * sunrpc/rpc_hout.c: Likewise.
56734         * sunrpc/rpc_main.c: Likewise.
56735         * sunrpc/rpc_parse.c: Likewise.
56736         * sunrpc/rpc_parse.h: Likewise.
56737         * sunrpc/rpc_prot.c: Likewise.
56738         * sunrpc/rpc_sample.c: Likewise.
56739         * sunrpc/rpc_scan.c: Likewise.
56740         * sunrpc/rpc_scan.h: Likewise.
56741         * sunrpc/rpc_svcout.c: Likewise.
56742         * sunrpc/rpc_tblout.c: Likewise.
56743         * sunrpc/rpc_util.c: Likewise.
56744         * sunrpc/rpc_util.h: Likewise.
56745         * sunrpc/rpcinfo.c: Likewise.
56746         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56747         * sunrpc/rpcsvc/key_prot.x: Likewise.
56748         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56749         * sunrpc/rpcsvc/mount.x: Likewise.
56750         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56751         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56752         * sunrpc/rpcsvc/rex.x: Likewise.
56753         * sunrpc/rpcsvc/rstat.x: Likewise.
56754         * sunrpc/rpcsvc/rusers.x: Likewise.
56755         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56756         * sunrpc/rpcsvc/spray.x: Likewise.
56757         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56758         * sunrpc/rtime.c: Likewise.
56759         * sunrpc/svc.c: Likewise.
56760         * sunrpc/svc_auth.c: Likewise.
56761         * sunrpc/svc_authux.c: Likewise.
56762         * sunrpc/svc_raw.c: Likewise.
56763         * sunrpc/svc_run.c: Likewise.
56764         * sunrpc/svc_simple.c: Likewise.
56765         * sunrpc/svc_tcp.c: Likewise.
56766         * sunrpc/svc_udp.c: Likewise.
56767         * sunrpc/svc_unix.c: Likewise.
56768         * sunrpc/svcauth_des.c: Likewise.
56769         * sunrpc/xcrypt.c: Likewise.
56770         * sunrpc/xdr.c: Likewise.
56771         * sunrpc/xdr_array.c: Likewise.
56772         * sunrpc/xdr_float.c: Likewise.
56773         * sunrpc/xdr_mem.c: Likewise.
56774         * sunrpc/xdr_rec.c: Likewise.
56775         * sunrpc/xdr_ref.c: Likewise.
56776         * sunrpc/xdr_sizeof.c: Likewise.
56777         * sunrpc/xdr_stdio.c: Likewise.
56779         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56780         handling.
56782 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56784         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56786 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56788         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56789         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56790         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56791         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56792         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56793         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56794         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56795         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56796         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56797         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56798         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56799         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56800         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56801         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56803 2010-07-26  Anton Blanchard  <anton@samba.org>
56805         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56806         * malloc/arena.c (heap_trim): Likewise.
56808 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56810         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56811         here.  Not...
56812         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56813         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56815 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56817         * sysdeps/i386/elf/Makefile: New file.
56819 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56821         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56822         from fanotify_init.
56823         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56824         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56826 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56828         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56829         of strncasecmp_l.
56830         * sysdeps/multiarch/strcmp.S: Likewise.
56832 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56834         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56835         strncase_l-nonascii.
56836         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56837         Add strncase_l-ssse3.
56838         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56839         * sysdeps/x86_64/strcmp.S: Likewise.
56840         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56841         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56842         * sysdeps/x86_64/strncase.S: New file.
56843         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56844         * sysdeps/x86_64/strncase_l.S: New file.
56845         * string/Makefile (strop-tests): Add strncasecmp.
56846         * string/test-strncasecmp.c: New file.
56848         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56849         warning.
56851         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56852         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56854 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56856         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56858 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56860         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56861         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56862         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56864 2010-05-01  Alan Modra  <amodra@gmail.com>
56866         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56867         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56868         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56869         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56870         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56871         tidying.  Don't tail-call __sigjmp_save for static lib.
56872         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56873         save location.
56874         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56875         (CALL_MCOUNT): Add eh info, and nop after bl.
56876         (TAIL_CALL_SYSCALL_ERROR): New macro.
56877         (PSEUDO_RET): Use it.
56878         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56879         Correct save location of integer regs and cr.
56880         (_dl_profile_resolve): Correct cr save location.  Delete nops
56881         after bl when SHARED.  Reduce cfi size a little by better
56882         placement of cfi directives.
56883         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56884         make a stack frame.  Instead use parm save area as a temp.
56885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56886         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56888         Don't make a stack frame for parent, use parm save area.
56889         Increase child stack frame to 112 bytes.  Don't save unused reg,
56890         and adjust reg usage.  Set up cfi on error recovery and
56891         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56893         (__makecontext): Add dummy nop after jump to exit.
56894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56895         Use correct parm save area and cr save, reduce stack frame.
56896         Correct cfi for possible PSEUDO_RET frame setup.
56897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56898         Branch to local label emitted by PSEUDO_RET rather than
56899         __syscall_error.
56901 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56903         [BZ #11904]
56904         * locale/programs/locale.c (print_assignment): New function.
56905         (show_locale_vars): Use it.
56907 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56909         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56910         field.
56911         (struct statfs64): Likewise.
56912         (_STATFS_F_FLAGS): Define.
56913         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56914         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56915         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56916         (ST_VALID): Define locally.
56917         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56918         __statvfs_getflags, use the provided value.
56919         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56920         __ASSUME_STATFS_F_FLAGS.
56922         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56924         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56925         Add sys/fanotify.h.
56926         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56927         fanotify_mask for GLIBC_2.13.
56928         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56929         fanotify_init and fanotify_mark.
56930         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56931         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56933         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56934         Add prlimit.
56935         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56936         prlimit64 for GLIBC_2.13.
56937         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56938         prlimit64.
56939         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56940         syscall.
56941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56942         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56943         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56944         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56945         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56946         add prlimit alias.
56947         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56949         [BZ #11903]
56950         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56951         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56953         * nss/Makefile: Add rules to build and run tst-nss-test1.
56954         * shlib-versions: Add entry for libnss_test1.
56955         * nss/nss_test1.c: New file.
56956         * nss/tst-nss-test1.c: New file.
56958         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56959         (__nss_configure_lookup): Set appropriate entry in
56960         __nss_configure_lookup to true.
56961         * nss/nsswitch.h: Define enum with indeces of databases in
56962         databases and __nss_database_custom arrays.  Declare
56963         __nss_database_custom.
56964         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56965         to avoid using nscd when custom rules are installed.
56966         * nss/getXXbyYY_r.c: Likewise.
56967         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56969         * nss/nss_files/files-parse.c: Whitespace fixes.
56971 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56973         [BZ #11883]
56974         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56975         * posix/fnmatch_loop.c: Likewise.
56977 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56979         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56980         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56981         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56982         * Versions.def [GLIBC_2.13]: Add.
56984 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56986         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56987         Also fail if tpwd after pwuid call is NULL.
56989 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56991         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56992         when converting to ms.
56994 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56996         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56997         EOPNOTSUPP errors with ENOTTY.
56998         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56999         EOPNOTSUPP errors with ENOTTY.
57001 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57003         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57004         Add strcasecmp_l-ssse3.
57005         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57006         strcasecmp.
57007         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57008         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57009         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57011 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57013         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57015         * string/Makefile (strop-tests): Add strcasecmp.
57016         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57017         strcasecmp_l-nonascii.
57018         (gen-as-const-headers): Add locale-defines.sym.
57019         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57020         * sysdeps/x86_64/strcasecmp.S: New file.
57021         * sysdeps/x86_64/strcasecmp_l.S: New file.
57022         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57023         * sysdeps/x86_64/locale-defines.sym: New file.
57024         * string/test-strcasecmp.c: New file.
57026         * string/test-strcasestr.c: Test both ends of the range of characters.
57027         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57029 2010-07-29  Roland McGrath  <roland@redhat.com>
57031         [BZ #11856]
57032         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57034 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57036         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57037         for ld.so.
57039 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57041         * manual/memory.texi (Malloc Tunable Parameters): Document
57042         M_PERTURB.
57044 2010-07-26  Roland McGrath  <roland@redhat.com>
57046         [BZ #11840]
57047         * configure.in (-fgnu89-inline check): Set and substitute
57048         gnu89_inline, not libc_cv_gnu89_inline.
57049         * configure: Regenerated.
57050         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57052 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57054         * string/test-strnlen.c: New file.
57055         * string/Makefile (strop-tests): Add strnlen.
57056         * string/tester.c (test_strnlen): Add a few more test cases.
57057         * string/tst-strlen.c: Better error reporting.
57059         * sysdeps/x86_64/strnlen.S: New file.
57061 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57063         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57064         lower-latency instructions.
57066 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57068         * string/test-strcasestr.c: New file.
57069         * string/test-strstr.c: New file.
57070         * string/Makefile (strop-tests): Add strstr and strcasestr.
57071         * string/str-two-way.h: Don't undefine MAX.
57072         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57074 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57076         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57077         strcasestr-nonascii.
57078         (CFLAGS-strcasestr-nonascii.c): Define.
57079         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57080         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57081         Remove unused attribute.
57083 2010-07-20  Roland McGrath  <roland@redhat.com>
57085         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57086         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57087         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57088         like LD_HWCAP_MASK can disable hwcaps.
57090 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57092         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57094 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57096         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57097         call in strcasestr.
57098         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57099         __strcasestr_sse42_nonascii.
57100         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57101         strcasestr-nonascii.c.
57102         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57104 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57106         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57107         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57108         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57109         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57111 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57113         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57114         fcntl.
57116 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57118         [BZ #11577]
57119         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57120         dl_signal_cerror.
57122 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57124         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57125         _PC_PIPE_BUF using F_GETPIPE_SZ.
57127 2010-07-05  Roland McGrath  <roland@redhat.com>
57129         * manual/arith.texi (Rounding Functions): Fix rint description
57130         implicit in round description.
57132 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57134         * elf/Makefile: Fix linking for a few tests to make recent linker
57135         happy.
57137 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57139         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57140         $(common-objpfx)libc_nonshared.a.
57142 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57144         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57145         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57146         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57147         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57148         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57149         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57150         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57151         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57166         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57167         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57168         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57169         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57170         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57171         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57172         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57173         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57174         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57175         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57176         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57177         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57193 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57195         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57196         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57197         * string/memmove.c (memmove): Renamed to ...
57198         (MEMMOVE): ...this.  Default to memmove.
57199         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57200         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57201         (END_CHK): Define.
57202         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57203         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57204         mempcpy-ssse3-back memmove-ssse3-back.
57205         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57206         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57207         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57208         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57209         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57210         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57211         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57212         * sysdeps/x86_64/multiarch/memmove.c: New file.
57213         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57214         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57215         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57216         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57217         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57218         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57219         Define.
57220         (index_Fast_Copy_Backward): Define.
57221         (HAS_ARCH_FEATURE): Define.
57222         (HAS_FAST_REP_STRING): Define.
57223         (HAS_FAST_COPY_BACKWARD): Define.
57225 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57227         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57228         Restore proper fallback handling.
57230 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57232         [BZ #11701]
57233         * posix/group_member.c (__group_member): Correct checking loop.
57235         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57236         OOM in getpwuid_r correctly.  Return error number when the caller
57237         should return, otherwise -1.
57238         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57239         call returning > 0 value.
57240         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57242 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57244         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57245         libc_nonshared.a from targets in modules-names.
57247 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57249         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57250         requires it.
57252 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57254         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57255         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57256         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57257         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57259 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57261         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57263 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57265         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57266         and F_GETPIPE_SZ.
57267         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57268         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57269         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57270         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57271         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57272         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57274 2010-06-14  Roland McGrath  <roland@redhat.com>
57276         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57278 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57280         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57281         __REDIRECT followed by __THROW.
57282         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57283         * posix/getopt.h (getopt): Likewise.
57285 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57287         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57288         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57289         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57290         in AT_FLAGS.
57291         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57292         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57294 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57296         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57298 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57300         [BZ #11640]
57301         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57302         Properly check family and model.
57304 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57306         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57308 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57310         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57312 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57314         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57315         symbol reference.
57317 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57319         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57320         symbol reference.
57322 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57324         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57325         and internal_recvmmsg.
57326         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57327         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57328         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57329         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57331         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57332         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57333         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57335 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57337         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57339 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57341         POWER7 optimizations.
57342         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57343         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57345 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57347         * version.h: Update for 2.13 development version.
57349 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57351         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57352         exceptions.  Return 0.
57354 2010-05-07  Roland McGrath  <roland@redhat.com>
57356         * elf/ldconfig.c (main): Add a const.
57358 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57360         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57361         (args_options): Add no-idn option.
57362         (ahosts_keys_int): Add idn_flags to ai_flags.
57363         (parse_option): Handle 'i' option to clear idn_flags.
57365         * malloc/malloc.c (_int_free): Possible race in the most recently
57366         added check.  Only act on the data if no current modification
57367         happened.
57369 See ChangeLog.17 for earlier changes.