Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY
[glibc.git] / ChangeLog
blob2a2c866d0b21e0904df786deaaf86aad33cf9fbf
1 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
3         [BZ #18082]
4         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
5         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
6         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
7         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
8         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
9         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
10         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
11         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
12         Likewise.
13         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
14         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
15         Likewise.
16         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
17         Likewise.
18         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
19         Likewise.
20         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
21         Likewise.
22         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
23         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
24         Likewise.
25         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
26         Likewise.
27         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
28         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
30 2015-03-04  Roland McGrath  <roland@hack.frob.com>
32         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
33         (ETH_ALEN): New macro.
34         (struct ether_addr): Use it for length of ether_addr_octet.
36         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
37         (setdb): Don't call __nss_configure_lookup for "rpc".
38         (do_test): Don't call test_rpc.
39         (output_rpcent, test_rpc): Functions moved ...
40         * sunrpc/test-rpcent.c: ... to this new file.
41         * sunrpc/Makefile (tests): Add it.
43         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
44         __xpg_sigpause.
45         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
46         * nptl/tst-signal6.c: Likewise.
47         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
48         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
50         * configure.ac (libc_cv_cxx_link_ok): New check.
51         Reset CXX to empty if it fails to link.
52         * configure: Regenerated.
53         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
54         bug-atexit3-lib only if $(CXX) is nonempty.
55         * nptl/Makefile (tests): Likewise for tst-cancel24.
56         (tests, tests-static): Likewise for tst-cancel24-static.
57         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
58         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
59         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
60         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
62 2015-03-04  Andreas Schwab  <schwab@suse.de>
64         [BZ #17631]
65         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
66         for non-GCC compilers.
67         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
68         Likewise.
70 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
72         [BZ #17776]
73         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
74         integer before bitwise and assembly operations.
75         (feclearexcept): Likewise.
76         * math/test-fenvinline.c: New file.
77         * math/Makefile: Add test-fenvinline test.
79 2015-03-03  Alan Modra  <amodra@gmail.com>
81         [BZ #16512]
82         * scripts/localplt.awk: Strip off symbol version.
83         * NEWS: Mention bug fix.
85 2015-03-02  Roland McGrath  <roland@hack.frob.com>
87         * sysdeps/pthread/timer_routines.c
88         (timer_free_list, thread_free_list, thread_active_list): Make static.
90 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
92         [BZ #17779]
93         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
94         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
95         Undefine.
96         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
97         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
98         Likewise.
99         * sysdeps/unix/sysv/linux/sh/kernel-features.h
100         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
101         Likewise.
103 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
105         [BZ #18036]
106         * posix/fnmatch_loop.c (END): Detect invalid pattern.
107         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
109 2015-03-02  Andreas Schwab  <schwab@suse.de>
111         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
112         variable name.
114 2015-03-02  Florian Weimer  <fweimer@redhat.com>
116         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
117         Return error status.
119 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
121         [BZ #15969]
122         * locale/findlocale.c (_nl_find_locale): Introduce const
123         version of loc_name and drop unsafe type casts.
125 2015-02-27  Roland McGrath  <roland@hack.frob.com>
127         * dlfcn/tststatic2.c (main): Converted to ...
128         (do_test): ... this.
129         (TEST_FUNCTION): New macro.
130         Include test-skeleton.c.
132 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
134         [BZ #17711]
135         * elf/Makefile (tests): Add vismain only if PIE is enabled.
136         (tests-pie): Add vismain.
137         (CFLAGS-vismain.c): New.
138         * elf/vismain.c: Add comments for PIE requirement.
140 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
142         [BZ #18046]
143         [BZ #18047]
144         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
145         0x1p-56L as threshold for just returning the argument.
146         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
147         0x1p-32L as threshold for just returning the argument.
148         * math/auto-libm-test-in: Add more tests of atanh.
149         * math/auto-libm-test-out: Regenerated.
150         * sysdeps/i386/fpu/libm-test-ulps: Update.
151         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
153 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
155         * string/bcopy.c (bcopy): Call memmove for performance.
157 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
159         * string/bzero.c (__bzero): Call memset for performance.
161 2015-02-27  John David Anglin  <dave.anglin@bell.net>
163         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
164         to 00100000.
166 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
168         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
170 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
172         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
173         (__kernel_standard): Use CSTR macro when setting exc.name.
174         * sysdeps/ieee754/Makefile [$(subdir) = math]
175         (CFLAGS-k_standard.c): Remove variable.
177         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
178         setting p and q from "else if" to "else".
179         (qzero): Likewise.
180         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
181         (qone): Likewise.
182         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
183         (qzerof): Likewise.
184         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
185         (qonef): Likewise.
186         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
187         (qzero): Likewise.
188         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
189         (qone): Likewise.
191         [BZ #18038]
192         [BZ #18039]
193         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
194         return pi/2 for arguments below 0x1p-113L.
195         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
196         return pi/2 for arguments below 0x1p-106L.
197         * math/auto-libm-test-in: Add more tests of acos.
198         * math/auto-libm-test-out: Regenerated.
200         [BZ #16351]
201         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
202         (MO): New macro.
203         (__ieee754_asin): Force underflow exception for results with small
204         absolute value.
205         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
206         (MO): New macro.
207         (__ieee754_asinf): Force underflow exception for results with
208         small absolute value.
209         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
210         (__ieee754_asin): Force underflow exception for results with small
211         absolute value.
212         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
213         (__ieee754_asinf): Force underflow exception for results with
214         small absolute value.
215         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
216         (__ieee754_asinl): Force underflow exception for results with
217         small absolute value.
218         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
219         (__ieee754_asinl): Force underflow exception for results with
220         small absolute value.
221         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
222         (__ieee754_asinl): Force underflow exception for results with
223         small absolute value.
224         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
225         Include <math.h>.
226         * math/auto-libm-test-in: Do not mark underflow exceptions as
227         possibly missing for bug 16351.
228         * math/auto-libm-test-out: Regenerated.
230         [BZ #18030]
231         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
232         of power of 2 down when low part has opposite sign.
233         * math/libm-test.inc (logb_test_data): Add more tests.
235 2015-02-26  Andreas Schwab  <schwab@suse.de>
237         [BZ #18032]
238         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
239         over collating symbol inside a bracket expression.  Minor cleanup.
240         * posix/tst-fnmatch3.c (do_test): Add test case.
242 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
244         [BZ #18029]
245         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
246         Adjust exponent of power of 2 down when low part has opposite
247         sign.
248         * math/libm-test.inc (ilogb_test_data): Add more tests.
250 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
252         [BZ #15969]
253         * locale/findlocale.c (_nl_find_locale): Fix constness error in
254         the previous change.
256         [BZ #15969]
257         * locale/findlocale.c (_nl_find_locale): Retry archive search
258         after alias expansion.
260 2015-02-25  Roland McGrath  <roland@hack.frob.com>
262         * iconv/tst-iconv3.c (main): Converted to ...
263         (do_test): ... this.
264         (TEST_FUNCTION): New macro.
265         Include test-skeleton.c.
267         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
268         (convert): Make function static.
269         (test_unalign): Likewise.  Add const to argument pointee types.
270         (main): Replace with static function do_test.
271         Print "Succeeded." only if RET is zero.
272         (TEST_FUNCTION): New macro.
273         Include test-skeleton.c.
275         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
276         returns a null pointer.
278 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
280         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
281         to __memcpy_ppc only for static builds.
283 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
285         [BZ #18020]
286         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
287         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
288         * math/auto-libm-test-in: Add more tests of asinh.
289         * math/auto-libm-test-out: Regenerated.
290         * sysdeps/i386/fpu/libm-test-ulps: Update.
291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
293 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
295         [BZ #15850]
296         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
297         and ip6_mtuinfo definitions here.
298         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
299         in this define too.  Update comment.
301 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
303         * elf/sprof.c (load_shobj): Tweak error message to match others.
305 2015-02-24  Kevin Easton  <kevin@guarana.org>
307         [BZ #16145] (partial fix)
308         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
309         to reduce lock contention.
311 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
313         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
314         (struct timex): Update time comment.
315         (ADJ_SETOFFSET): Define.
317 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
319         [BZ #18019]
320         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
321         2**56 not 2**28 as threshold for log (2x) formula.
322         * math/auto-libm-test-in: Add more tests of acosh.
323         * math/auto-libm-test-out: Regenerated.
324         * sysdeps/i386/fpu/libm-test-ulps: Update.
325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
327 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
329         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
330         parenthesis around the buf assignment.
331         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
333 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
335         [BZ #16783]
336         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
337         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
338         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
339         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
340         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
341         * math/libm-test.inc (scalb_test_data): Add more tests.
343 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
345         [BZ #17916]
346         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
347         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
349 2015-02-24  Eric Rannaud  <e@nanocritical.com>
351         [BZ #17523]
352         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
353         * io/bits/fcntl2.h (open): Use it.
354         (openat): Likewise.
355         * io/open.c (__libc_open): Likewise.
356         * io/open64.c (__libc_open64): Likewise.
357         * io/open64_2.c (__open64_2): Likewise.
358         * io/open_2.c (__open_2): Likewise.
359         * io/openat.c (__openat): Likewise.
360         * io/openat64.c (__openat64): Likewise.
361         * io/openat64_2.c (__openat64_2): Likewise.
362         * io/openat_2.c (__openat_2): Likewise.
363         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
364         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
365         * sysdeps/posix/open64.c (__libc_open64): Likewise.
366         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
367         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
368         (__open_nocancel): Likewise.
369         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
370         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
371         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
373 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
375         [BZ #14841]
376         * resolv/gethnamaddr.c (getanswer): Skip logging if
377         RES_USE_DNSSEC is set.
378         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
380 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
382         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
384 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
386         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
387         201304L, for Unicode 7.
389 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
391         [BZ #17836]
392         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
393         shared library.  Add gmon-start.os otherwise.
394         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
395         $(objpfx)gmon-start.os if builing shared library.
396         ($(objpfx)g$(static-start-installed-name)): Likewise.
398 2015-02-23  Andreas Schwab  <schwab@suse.de>
400         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
402 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
404         [BZ #17269]
405         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
406         (enlarge_userbuf): Likewise.
408 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
410         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
411         * math/atest-exp.c (TIMEOUT): Adjust to 200.
412         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
413         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
415 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
417         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
418         expression inside statement expression.
420 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
422         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
423         <sysdeps/nptl/lowlevellock.h> and remove macros and
424         functions that are now defined there.
425         (SYS_futex): Remove.
426         (lll_compare_and_swap): Remove.
427         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
429 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
431         [BZ #17999]
432         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
433         instead of scandirat.
434         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
435         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
436         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
437         __scandirat.
438         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
439         (__scandirat): Declare.  Use libc_hidden_proto.
440         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
441         Remove variable.
442         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
444 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
446         [BZ #15319]
447         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
448         (MO): New macro.
449         (__ieee754_atan2): For results with small absolute value, force
450         underflow exception and remove excess range and precision from
451         return value.
452         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
453         (MO): New macro.
454         (__ieee754_atan2f): For results with small absolute value, force
455         underflow exception and remove excess range and precision from
456         return value.
457         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
458         (MO): New macro.
459         (__atan): For results with small absolute value, force underflow
460         exception and remove excess range and precision from return value.
461         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
462         (MO): New macro.
463         (__atanf): For results with small absolute value, force underflow
464         exception and remove excess range and precision from return value.
465         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
466         <math.h>.
467         (__ieee754_atan2): Force underflow exception for results with
468         small absolute value.
469         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
470         <math_private.h>.
471         (atan): Force underflow exception for results with small absolute
472         value.
473         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
474         (__atanf): Force underflow exception for results with small
475         absolute value.
476         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
477         <math.h>.
478         (__atanl): Force underflow exception for results with small
479         absolute value.
480         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
481         (__atanl): Force underflow exception for results with small
482         absolute value.
483         * sysdeps/x86/fpu/bits/mathinline.h
484         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
485         (__ieee754_atan2): Only define inline for long double.
486         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
487         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
488         * math/auto-libm-test-in: Do not mark underflow exceptions as
489         possibly missing for bug 15319.  Add more tests of atan2.
490         * math/auto-libm-test-out: Regenerated.
491         * math/libm-test.inc (casin_test_data): Do not mark underflow
492         exceptions as possibly missing for bug 15319.
493         (casinh_test_data): Likewise.
494         * sysdeps/i386/fpu/libm-test-ulps: Update.
496 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
498         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
499         * sysdeps/mips/bits/endian.h: Fix comments.
501 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
503         [BZ #17996]
504         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
505         (hdestroy_r): Likewise.
506         (hsearch_r): Likewise.
507         (__hcreate_r): Declare and use libc_hidden_proto.
508         (__hdestroy_r): Likewise.
509         (__hsearch_r): Likewise.
510         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
511         (hcreate): Call __hcreate_r instead of hcreate_r.
512         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
513         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
514         as weak alias of __hcreate_r.
515         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
516         __hdestroy_r.
517         (hsearch_r): Rename to __hsearch_r and define as weak alias of
518         __hsearch_r.
519         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
520         Remove variable.
521         (test-xfail-XPG4/search.h/linknamespace): Likewise.
522         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
523         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
524         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
526 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
528         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
529         arena_lock into a single arena_get.
531 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
533         * dl-reloc.c: Inlucde libc-internal.h.
534         (_dl_try_allocate_static_tls): Call ALIGN_UP.
535         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
536         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
537         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
538         (grow_heap): Likewise.
539         * malloc/malloc.c: Include libc-internal.h.
540         (do_check_malloc): Call powerof2.
541         (sysmalloc): Use pagesize. Call ALIGN_UP.
542         (systrim): Use pagesize.
543         (mremap_chunk): Use pagesize. Call ALIGN_UP.
544         (__libc_valloc): Use pagesize.
545         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
547 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
549         [BZ #17991]
550         * include/sys/resource.h (__getrlimit64): Declare.  Use
551         libc_hidden_proto.
552         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
553         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
554         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
555         getrlimit64.
556         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
557         __getrlimit64.
558         [!getrlimit64] (getrlimit64): Define as weak alias of
559         __getrlimit64.  Use libc_hidden_weak.
560         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
561         using __getrlimit64 not __new_getrlimit64.
562         (__GI_getrlimit64): Likewise.
563         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
564         Likewise.
565         (__GI_getrlimit64): Likewise.
566         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
568         (getrlimit): Add __getrlimit64 alias.
569         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
570         Likewise.
571         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
572         Remove variable.
573         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
574         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
576 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
578         * libio/fileops.c: Add missing sys/mman.h
579         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
581 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
583         * manual/math.texi (Errors in Math Functions): Clarify goals
584         regarding inexact and underflow exceptions.
586 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
588         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
589         * sysdeps/mips/memset.S: Ditto.
591 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
593         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
595 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
597         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
598         (__v1longjmp): Remove versioned symbol.
599         (__v1siglongjmp): Remove alias and versioned symbol.
600         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
601         (__v2siglongjmp): Likewise.
603 2015-02-16  Torvald Riegel  <triegel@redhat.com>
605         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
607 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
609         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
611 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
613         [BZ #17987]
614         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
615         zero result does not depend on the sign resulting from
616         subtraction.
617         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
618         Likewise.
619         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
620         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
621         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
622         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
623         * math/libm-test.inc (remquo_test_data): Add more tests.
625 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
627         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
628         Problem reported by J William Piggott.
630 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
632         [BZ #17978]
633         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
634         products 4 * y and 2 * y where those would overflow.
635         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
636         Likewise.
637         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
638         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
639         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
640         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
641         * math/libm-test.inc (remquo_test_data): Add more tests.
643         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
645         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
646         [defined _COMPILING_NEWLIB].
647         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
648         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
650         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
651         [!defined __mips_isa_rev || __mips_isa_rev < 6].
653 2015-02-16  Torvald Riegel  <triegel@redhat.com>
655         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
656         acquired.
658 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
660         [BZ #17792]
661         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
662         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
663         HOST_STACK_END_ADDR): Likewise.
665 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
667         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
668         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
669         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
671 2015-02-13  Roland McGrath  <roland@hack.frob.com>
673         * sysdeps/generic/c++-types.data: New file.
674         * sysdeps/generic/ld.abilist: New file.
675         * sysdeps/generic/libBrokenLocale.abilist: New file.
676         * sysdeps/generic/libanl.abilist: New file.
677         * sysdeps/generic/libc.abilist: New file.
678         * sysdeps/generic/libcrypt.abilist: New file.
679         * sysdeps/generic/libdl.abilist: New file.
680         * sysdeps/generic/libm.abilist: New file.
681         * sysdeps/generic/libpthread.abilist: New file.
682         * sysdeps/generic/libresolv.abilist: New file.
683         * sysdeps/generic/librt.abilist: New file.
685 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
687         [BZ #17569]
688         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
689         Compute absolute value of x as modified by fmod, not original
690         value of x.
691         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
692         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
693         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
694         RUN_TEST_ffI_f1_mod8.
695         (remquo_test_data): Add more tests.
697 2015-02-13  Roland McGrath  <roland@hack.frob.com>
699         * sysdeps/init_array/pt-crti.S: New file.
701 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
703         [BZ #17967]
704         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
705         __builtin_fmaf instead of relying on contraction of a * b + c.
707 2015-02-12  J William Piggott  <elseifthen@gmx.com>
709         [BZ #17969]
710         * manual/time.texi: correct the zoneinfo path in the TZ Variable
711         node.
713 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
715         [BZ #17964]
716         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
717         __builtin_fma instead of relying on contraction of a * b + c.
719 2015-02-12  Roland McGrath  <roland@hack.frob.com>
721         * Makeconfig (ASFLAGS): Add -Werror=undef.
722         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
723         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
724         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
726         * Makeconfig (after-link): New variable.
727         (+link-pie, +link-pie-tests): Use it.
728         (+link-static, +link-static-tests): Likewise.
729         (+link, +link-tests): Likewise.
730         * Makerules (build-module, build-module-asneeded): Likewise.
731         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
732         Likewise.
733         * elf/Makefile ($(objpfx)ld.so): Likewise.
735 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
737         [BZ #17965]
738         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
739         both struct timeval and struct timespec.
741 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
743         [BZ #16560]
744         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
745         and redefine.
746         (__ieee754_exp2l): Do not multiply small fractional parts by
747         M_LN2l.
748         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
749         small argument.
750         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
751         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
752         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
753         * math/auto-libm-test-in: Add more tests of exp2.
754         * math/auto-libm-test-out: Regenerated.
756 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
758         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
759         unaligned path.
761 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
763         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
764         little endian.
766 2015-02-12  Andreas Schwab  <schwab@suse.de>
768         [BZ #15790]
769         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
770         Filter out elision flags from value returned in kind.
771         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
772         * nptl/tst-pthread-mutexattr.c: New file.
774 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
776         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
777         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
778         into gnu-gnu, and update comment to refer to abi-tags.
780 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
782         [BZ #15467]
783         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
784         (__sincos): Set errno to EDOM for infinite argument.
785         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
786         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
787         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
788         (__sincosl): Set errno to EDOM for infinite argument.
789         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
790         (__sincosl): Set errno to EDOM for infinite argument.
791         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
792         (__sincosl): Set errno to EDOM for infinite argument.
793         * math/libm-test.inc (sincos_test_data): Test errno setting.
795 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
797         * string/strxfrm_l.c: Remove #define STRCMP.
798         * string/strcoll_l.c: Remove #define STRLEN.
799         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
800         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
802 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
804         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
805         * sysdeps/mips/mips32/sfp-machine.h: ... here.
806         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
807         * sysdeps/mips/mips64/Makefile: ... here.
808         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
809         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
810         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
811         * sysdeps/mips/mips64/sfp-machine.h: ... here.
812         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
813         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
814         * sysdeps/mips/mips64/n64/Implies: Likewise.
816 2015-02-10  Roland McGrath  <roland@hack.frob.com>
818         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
819         <sys/time.h>, <string.h>, and <errno.h>.
820         (dest_offset, dest_address, value, zero): Remove unused variables.
821         (ldouble): Remove typedef.
822         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
823         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
824         1).  Fix code style.
825         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
826         (check): Function removed.
827         (CHECK): New macro.
828         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
829         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
830         Don't call set_sigaction_FP and remove_sigaction_FP here.
831         (ldouble_test): Just use 'long double' as macro argument, no need for
832         the 'ldouble' typedef.
833         (do_test): Set up SIGFPE handler at start, using plain signal rather
834         than sigaction.  Fix code style.
836 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
838         [BZ #17949]
839         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
840         jump label.
842 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
844         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
845         * sysdeps/powerpc/powerpc32/configure: Regenerated.
847         * sysdeps/powerpc/configure.ac: Remove file.
848         * sysdeps/powerpc/configure: Likewise.
850         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
851         [sysdep_routines]: Remove wordcopy-power6 object.
852         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
853         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
854         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
855         (__memmove_ppc32): Likewise.
856         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
857         file.
858         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
859         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
860         Remove preprocessor.
862         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
863         [sysdep_routines]: Remove wide chars objects.
864         [wcsmbs]: New rule for wide char objects.
866         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
867         Remove wordcopy-power6 obejct.
868         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
869         Use local call for wordcopy and memcpy symbols.
870         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
871         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
872         implementation for loader.
873         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
875         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
876         Remove wordcopy-power7 object.
877         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
878         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
879         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
880         (_wordcopy_fwd_dest_aligned): Likewise.
881         (_wordcopy_bwd_aligned): Likewise.
882         (_wordcopy_bwd_dest_aligned): Likewise.
884         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
885         Rewrite to call __memmove_ppc instead of include default
886         implementation.
888         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
889         Remove wide chars objects.
890         [wcsmbs]: New rule for wide char objects.
892 2015-02-09  Andreas Schwab  <schwab@suse.de>
894         [BZ #17912]
895         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
896         in terms of __O_DIRECTORY.
898 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
900         * time/getdate.c: Include <stdbool.h>.
901         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
902         call PTR_MANGLE.
903         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
904         PTR_DEMANGLE.
906 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
908         Add ersatz _Static_assert on older C hosts
909         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
910         pre-C11 C platform that is not known to support _Static_assert.
912 2015-02-07  Richard Braun  <rbraun@sceen.net>
914         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
915         sigstate.
916         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
918 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
920         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
921         priority against unexistent AIO_PRIO_DELTA_MAX.
922         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
923         instead of int.
924         * misc/fchflags.c (fchflags): Likewise.
925         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
926         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
927         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
928         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
929         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
930         Declare macros.
931         [__USE_MISC] (chflags, fchflags): Declare functions.
932         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
933         EINVAL when nfds is greater than FD_SETSIZE.
934         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
935         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
936         45.
937         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
938         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
939         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
940         MACH_RCV_TIMED_OUT.
941         * hurd/hurd/signal.h (_hurd_self_sigstate,
942         _hurd_critical_section_lock, _hurd_critical_section_unlock):
943         Explicit casts from void *.
944         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
945         * abi-tags: Rename gnu-gnu os into gnu.
947         [BZ #4719]
948         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
949         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
950         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
951         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
952         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
953         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
955         [BZ #17944]
956         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
957         duplicates ADDR->sun_path with sockaddr LEN limitation.
958         * sysdeps/mach/hurd/connect.c: Include <string.h>
959         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
960         * sysdeps/mach/hurd/sendmsg.c: Likewise.
961         * sysdeps/mach/hurd/sendto.c: Likewise.
962         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
963         implementing it by hand.
965 2015-02-06  Roland McGrath  <roland@hack.frob.com>
967         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
968         Use sfi_breg on ldr.
969         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
970         Likewise.
972         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
973         it's defined.
974         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
975         Test SIGSETXID only if it's defined.
977         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
979         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
980         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
982         * nptl/tst-align2.c: Moved ...
983         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
984         * nptl/Makefile (tests): Remove tst-align2.
985         * sysdeps/unix/sysv/linux/Makefile
986         [$(subdir) = nptl] (tests): Add tst-align-clone.
987         * nptl/tst-getpid1.c: Moved ...
988         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
989         * nptl/tst-getpid2.c: Moved ...
990         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
991         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
992         * sysdeps/unix/sysv/linux/Makefile
993         [$(subdir) = nptl] (tests): ... here.
994         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
995         * sysdeps/unix/sysv/linux/Makefile
996         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
998         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
999         Drop trailing \n from perror argument.  Use return rather than exit.
1001         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1002         on [SA_SIGINFO].
1003         * nptl/tst-cancel21.c (do_test): Likewise.
1004         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1005         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1006         [!SA_SIGINFO]: Make it a stub test.
1008         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1009         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1011         * posix/tst-getlogin.c: Move to ...
1012         * login/tst-getlogin.c: ... here.
1013         * posix/Makefile (tests): Move tst-getlogin to ...
1014         * login/Makefile (tests): ... here.
1016         * libio/tst-atime.c (do_test): Move local variables SV and E
1017         inside [ST_NOATIME] conditional.
1019         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1021         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1023         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1024         (wait_code): New function replaces macro.
1025         Call nanosleep rather than syscall.
1027         * nptl/pt-system.c: Rewritten.  Put everything under
1028         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1029         Use IFUNC to redirect when possible.
1031         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1032         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1033         Use IFUNC to redirect when possible.
1035         * nptl/pt-fork.c: Rewritten.  Put everything under
1036         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1037         Use IFUNC to redirect when possible.
1038         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1040         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1041         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1042         unconditionally nowadays.  This included the only reference to
1043         __vdso_clock_gettime that appears outside libc proper.
1044         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1045         Remove version set (containing only __vdso_clock_gettime).
1046         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1047         Add attribute_hidden.
1048         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1049         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1050         libc_hidden_data_def.
1051         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1052         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1054         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1055         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1056         setrpcent, and getrpcport to ...
1057         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1058         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1059         getrpcbynumber_r, and getrpcent_r to ...
1060         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1061         * inet/getrpcbyname.c: Moved ...
1062         * sunrpc/getrpcbyname.c: ... here.
1063         * inet/getrpcbyname_r.c: Moved ...
1064         * sunrpc/getrpcbyname_r.c: ... here.
1065         * inet/getrpcbynumber.c: Moved ...
1066         * sunrpc/getrpcbynumber.c: ... here.
1067         * inet/getrpcbynumber_r.c: Moved ...
1068         * sunrpc/getrpcbynumber_r.c: ... here.
1069         * inet/getrpcent.c: Moved ...
1070         * sunrpc/getrpcent.c: ... here.
1071         * inet/getrpcent_r.c: Moved ...
1072         * sunrpc/getrpcent_r.c: ... here.
1073         * inet/Makefile (routines): Move those to ...
1074         * sunrpc/Makefile (routines): ... here.
1075         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1076         the $(subdirs) list.
1077         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1078         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1079         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1080         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1082         * elf/Makefile (routines): Include $(all-dl-routines), not just
1083         $(dl-routines).
1084         (rtld-routines): Likewise.  Use = rather than :=.
1085         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1086         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1087         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1088         * sysdeps/arm/Makefile: Likewise.
1089         * sysdeps/i386/Makefile: Likewise.
1090         * sysdeps/x86_64/Makefile: Likewise.
1091         * sysdeps/hppa/Makefile [$(subdir) = elf]
1092         (sysdep_routines, sysdep-rtld-routines): Don't add
1093         $(sysdep-dl-routines) to these.
1094         * sysdeps/ia64/Makefile: Likewise.
1095         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1096         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1097         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1098         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1099         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1100         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1101         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1102         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1103         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1104         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1105         these; sysdep-dl-routines alone is enough.
1107 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1109         [BZ #17932]
1110         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1111         where multiplication results in zero and third argument is finite
1112         and nonzero.
1113         * math/auto-libm-test-in: Add more tests of fma.
1114         * math/auto-libm-test-out: Regenerated.
1116         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1117         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1118         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1119         (_FP_CMP_EQ): Likewise.
1120         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1122         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1123         extra argument CHECK_NAN.  Redefine as wrapper around
1124         _FP_EXTEND_CNAN.
1126 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1128         * version.h (RELEASE): Set to "stable".
1129         (VERSION): Set to "2.21"
1130         * include/features.h (__GLIBC_MINOR__): Set to 21.
1132         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1134 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1135             Paul Eggert  <eggert@cs.ucla.edu>
1137         [BZ #16618]
1138         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1139         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1140         size in bytes. Store needed elements in wpmax. Use needed size
1141         in bytes for extend_alloca.
1143 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1145         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1146         binutls 2.25, and texinfo 5.2.
1147         * INSTALL: Regenerate.
1148         * sysdeps/nios2/configure: Regenerate.
1149         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1150         * manual/contrib.texi: Update.
1151         * po/be.po: Update.
1152         * po/bg.po: Update.
1153         * po/ca.po: Update.
1154         * po/cs.po: Update.
1155         * po/da.po: Update.
1156         * po/de.po: Update.
1157         * po/el.po: Update.
1158         * po/eo.po: Update.
1159         * po/es.po: Update.
1160         * po/fi.po: Update.
1161         * po/fr.po: Update.
1162         * po/gl.po: Update.
1163         * po/hr.po: Update.
1164         * po/hu.po: Update.
1165         * po/ia.po: Update.
1166         * po/id.po: Update.
1167         * po/it.po: Update.
1168         * po/ja.po: Update.
1169         * po/ko.po: Update.
1170         * po/lt.po: Update.
1171         * po/nb.po: Update.
1172         * po/nl.po: Update.
1173         * po/pl.po: Update.
1174         * po/pt_BR.po: Update.
1175         * po/ru.po: Update.
1176         * po/rw.po: Update.
1177         * po/sk.po: Update.
1178         * po/sl.po: Update.
1179         * po/sv.po: Update.
1180         * po/tr.po: Update.
1181         * po/uk.po: Update.
1182         * po/vi.po: Update.
1183         * po/zh_CN.po: Update.
1184         * po/zh_TW.po: Update.
1186         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1187         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1188         * sysdeps/hppa/dl-irel.h: Remove #warning.
1189         * sysdeps/hppa/entry.h: Provide prototype for
1190         __canonicalize_funcptr_for_compare and cast argument.
1191         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1192         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1193         * sysdeps/hppa/sotruss-lib.c: New file.
1194         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1195         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1196         (atomic_compare_and_exchange_bool_acq): Likewise.
1197         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1198         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1200         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1201         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1202         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1204 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1206         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1207         called function in non-PIC case.
1209 2015-01-31  David S. Miller  <davem@davemloft.net>
1211         * sysdeps/sparc/sparc32/bits/atomic.h
1212         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1213         unlock not after it.
1214         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1215         volatile register usage warnings from the compiler.
1217         * sysdeps/sparc/nptl/sem_init.c: Delete.
1218         * sysdeps/sparc/nptl/sem_post.c: Delete.
1219         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1220         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1221         * sysdeps/sparc/sparc32/sem_init.c: New file.
1222         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1223         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1224         padding explicitly initialized.
1225         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1226         padding for in-semaphore spinlock.
1227         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1228         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1229         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1230         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1231         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1232         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1233         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1234         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1235         version.
1236         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1237         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1239 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1241         [BZ #17801]
1242         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1243         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1244         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1245         New.
1246         (index_AVX_Fast_Unaligned_Load): Likewise.
1247         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1248         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1249         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1250         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1251         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1252         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1253         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1254         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1255         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1257 2015-01-29  Andreas Schwab  <schwab@suse.de>
1259         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1261 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1263         [BZ #17892]
1264         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1266 2015-01-28  Martin Sebor  <msebor@redhat.com>
1268         * math/README.libm-test: Clarify. Add "How to read the test output."
1270 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1272         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1273         Define to 0.
1275 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1277         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1278         (__HAVE_64B_ATOMICS): Define to 0.
1280 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1282         [BZ #17885]
1283         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1284         value to set as new flag.
1286         [BZ #16576]
1287         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1288         and use _ARCH_PPCSQ instead.
1289         (__ieee754_sqrt): Likewise.
1290         (__ieee754_sqrtf): Likewise.
1291         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1292         _ARCH_PPCSQ is defined.
1293         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1294         fsqrt instruction.
1295         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1296         _ARCH_PPCSQ is defined.
1297         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1298         fsqrts instruction.
1299         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1301 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1303         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1304         bug (GCC BZ #64739).
1306 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1308         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1309         Mark _retval as used.
1310         (lll_futex_wake_unlock): Likewise.
1311         (lll_futex_timed_wait_requeue_pi): Likewise.
1313         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1314         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1315         register variables.
1317         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1318         libm_hidden_def.
1320         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1321         (__bswap_64): Mark as __always_inline.
1323 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1325         [BZ #15378]
1326         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1327         when none of the search directories exist.
1329 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1331         [BZ #17869]
1332         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1333         power8 in .machine directive.
1335         [BZ #17868]
1336         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1337         set dependency from opd value.
1339 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1341         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1342         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1343         architecture.
1345 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1347         [BZ #17870]
1348         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1349         with uint64_t.
1350         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1351         (uint64_t) 1.
1352         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1353         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1354         Replace 1UL with (uint64_t) 1.
1355         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1356         int with uint64_t.
1358 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1360         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1361         (if_freenameindex): Likewise.
1363         * resource/getrlimit64.c: Add missing libc_hidden_def.
1365 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1367         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1368         __label__.
1369         (_FP_FMA): Likewise.
1370         (_FP_TO_INT_ROUND): Likewise.
1371         (_FP_FROM_INT): Likewise.
1373 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1375         [BZ #16418]
1376         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1377         Make code racy and cancel safe.
1379 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1381         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1382         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1383         attribution.
1385         * pwd/tst-getpw.c: Rewrite.
1387         [BZ #17702]
1388         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1389         (modules-names): Add moddummy1 and moddummy2.
1390         ($(objpfx)tst-rec-dlopen): Define.
1391         * dlfcn/moddummy1.c: New file.
1392         * dlfcn/moddummy2.c: New file.
1393         * dlfcn/tst-rec-dlopen.c: New file.
1394         * elf/dl-cache.c (_dl_load_cache_lookup):
1395         Return char*. Copy result with alloca/strcpy/strdup.
1396         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1397         returns char*. Free cached. If not saving realname
1398         free cached.
1399         * elf/dl-open.c (dl_open_worker): Do not assert that
1400         _r_debug->r_state is RT_CONSISTENT.
1401         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1402         returns char*.
1404 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1405             Carlos O'Donell  <carlos@redhat.com>
1407         [BZ #12674]
1408         * nptl/sem_waitcommon.c: New file.
1409         * nptl/sem_wait.c: Include sem_waitcommon.c.
1410         (__sem_wait_cleanup, do_futex_wait): Remove.
1411         (__new_sem_wait): Adapt.
1412         (__new_sem_trywait): New function.
1413         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1414         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1415         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1416         (sem_timedwait): Adapt.
1417         * nptl/sem_post.c (__new_sem_post): Adapt.
1418         (futex_wake): New function.
1419         (__old_sem_post): Add release MO fence.
1420         * nptl/sem_open.c (sem_open): Adapt.
1421         * nptl/sem_init.c (__new_sem_init): Adapt.
1422         (futex_private_if_supported): New function.
1423         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1424         (__old_sem_getvalue): Add using previous code.
1425         * sysdeps/nptl/internaltypes.h: Adapt.
1426         * nptl/tst-sem13.c (do_test): Adapt.
1427         * nptl/tst-sem11.c (main): Adapt.
1428         * nptl/sem_trywait.c: Remove.
1429         * nptl/DESIGN-sem.txt: Remove.
1430         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1431         (gen-as-const-headers): Remove structsem.sym.
1432         * nptl/structsem.sym: Remove.
1433         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1434         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1435         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1436         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1437         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1438         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1439         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1440         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1441         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1442         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1443         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1444         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1445         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1446         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1447         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1448         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1449         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1450         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1451         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1452         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1453         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1454         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1456 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1458         * INSTALL: Regenerated.
1460         * po/libc.pot: Regenerated.
1462 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1463             Sandra Loosemore  <sandra@codesourcery.com>
1464             Andrew Jenner  <andrew@codesourcery.com>
1465             Joseph Myers  <joseph@codesourcery.com>
1466             Nathan Sidwell  <nathan@codesourcery.com>
1468         * NEWS: Mention new Nios II port.
1469         * sysdeps/nios2/Implies: New file.
1470         * sysdeps/nios2/Makefile: New file.
1471         * sysdeps/nios2/Subdirs: New file.
1472         * sysdeps/nios2/Versions: New file.
1473         * sysdeps/nios2/__longjmp.S: New file.
1474         * sysdeps/nios2/abort-instr.h: New file.
1475         * sysdeps/nios2/backtrace.c: New file.
1476         * sysdeps/nios2/bits/endian.h: New file.
1477         * sysdeps/nios2/bits/fenv.h: New file.
1478         * sysdeps/nios2/bits/link.h: New file.
1479         * sysdeps/nios2/bits/setjmp.h: New file.
1480         * sysdeps/nios2/bsd-_setjmp.S: New file.
1481         * sysdeps/nios2/bsd-setjmp.S: New file.
1482         * sysdeps/nios2/configure: New generated file.
1483         * sysdeps/nios2/configure.ac: New file.
1484         * sysdeps/nios2/crti.S: New file.
1485         * sysdeps/nios2/crtn.S: New file.
1486         * sysdeps/nios2/dl-init.c: New file.
1487         * sysdeps/nios2/dl-machine.h: New file.
1488         * sysdeps/nios2/dl-sysdep.h: New file.
1489         * sysdeps/nios2/dl-tls.h: New file.
1490         * sysdeps/nios2/dl-trampoline.S: New file.
1491         * sysdeps/nios2/gccframe.h: New file.
1492         * sysdeps/nios2/gmp-mparam.h: New file.
1493         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1494         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1495         * sysdeps/nios2/ldsodefs.h: New file.
1496         * sysdeps/nios2/libc-tls.c: New file.
1497         * sysdeps/nios2/libm-test-ulps: New file.
1498         * sysdeps/nios2/machine-gmon.h: New file.
1499         * sysdeps/nios2/math-tests.h: New file.
1500         * sysdeps/nios2/math_private.h: New file.
1501         * sysdeps/nios2/memusage.h: New file.
1502         * sysdeps/nios2/nptl/Makefile: New file.
1503         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1504         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1505         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1506         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1507         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1508         * sysdeps/nios2/nptl/tls.h: New file.
1509         * sysdeps/nios2/preconfigure: New file.
1510         * sysdeps/nios2/s_fma.c: New file.
1511         * sysdeps/nios2/s_fmaf.c: New file.
1512         * sysdeps/nios2/setjmp.S: New file.
1513         * sysdeps/nios2/sfp-machine.h: New file.
1514         * sysdeps/nios2/sotruss-lib.c: New file.
1515         * sysdeps/nios2/stackguard-macros.h: New file.
1516         * sysdeps/nios2/stackinfo.h: New file.
1517         * sysdeps/nios2/start.S: New file.
1518         * sysdeps/nios2/sysdep.h: New file.
1519         * sysdeps/nios2/tls-macros.h: New file.
1520         * sysdeps/nios2/tst-audit.h: New file.
1521         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1522         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1523         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1524         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1525         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1526         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1527         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1528         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1529         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1530         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1531         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1532         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1533         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1534         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1535         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1536         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1537         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1538         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1539         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1540         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1541         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1542         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1543         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1544         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1545         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1546         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1547         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1548         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1549         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1550         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1551         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1552         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1553         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1554         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1555         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1556         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1557         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1558         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1559         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1560         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1561         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1562         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1563         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1564         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1566 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1568         [BZ #17844]
1569         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1570         (getutent): Use weak_alias in non SHARED case
1571         and default_symbol_version in SHARED case.
1572         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1573         (getutent_r, pututline): Likewise.
1574         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1575         (getutid): Likewise.
1576         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1577         (getutid_r): Likewise.
1578         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1579         (getutline): Likewise.
1580         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1581         (getutline_r): Likewise.
1582         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1583         (updwtmp): Likewise.
1585 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1587         [BZ #17848]
1588         * sysdeps/s390/s390-32/memcmp.S
1589         (memcmp_g5): Rename to __memcmp_g5.
1590         * sysdeps/s390/s390-32/memcpy.S
1591         (memcpy_g5): Rename to __memcpy_g5.
1592         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1593         (memcpy_mvcle) Rename to __memcpy_mvcle.
1594         * sysdeps/s390/s390-32/memset.S
1595         (memset_g5): Rename to __memset_g5.
1596         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1597         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1598         and use prefixed functions.
1599         * sysdeps/s390/s390-32/multiarch/memcmp.S
1600         (memcmp_z196): Rename to __memcmp_z196.
1601         (memcmp_z10): Rename to __memcmp_z10.
1602         (memcmp): Set alias to __memcmp_g5.
1603         (bcmp): Set alias to __memcmp_g5.
1604         * sysdeps/s390/s390-32/multiarch/memcpy.S
1605         (memcpy_z196): Rename to __memcpy_z196.
1606         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1607         (memcpy_z10): Rename to __memcpy_z10.
1608         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1609         (memcpy): Set alias to __memcpy_g5.
1610         * sysdeps/s390/s390-32/multiarch/memset.S
1611         (memset_z196): Rename to __memset_z196.
1612         Jump to __memset_mvcle instead of memset_mvcle.
1613         (memset_z10): Rename to __memset_z10.
1614         Jump to __memset_mvcle instead of memset_mvcle.
1615         (memset_mvcle) Rename to __memset_mvcle.
1616         (memset): Set alias to __memset_g5.
1617         * sysdeps/s390/s390-64/memcmp.S
1618         (memcmp_z900): Rename to __memcmp_z900.
1619         * sysdeps/s390/s390-64/memcpy.S
1620         (memcpy_z900): Rename to __memcpy_z900.
1621         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1622         (memcpy_mvcle) Rename to __memcpy_mvcle.
1623         * sysdeps/s390/s390-64/memset.S
1624         (memset_z900): Rename to __memset_z900.
1625         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1626         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1627         and use prefixed functions.
1628         * sysdeps/s390/s390-64/multiarch/memcmp.S
1629         (memcmp_z196): Rename to __memcmp_z196.
1630         (memcmp_z10): Rename to __memcmp_z10.
1631         (memcmp): Set alias to __memcmp_z900.
1632         (bcmp): Set alias to __memcmp_z900.
1633         * sysdeps/s390/s390-64/multiarch/memcpy.S
1634         (memcpy_z196): Rename to __memcpy_z196.
1635         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1636         (memcpy_z10): Rename to __memcpy_z10.
1637         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1638         (memcpy): Set alias to __memcpy_z900.
1639         * sysdeps/s390/s390-64/multiarch/memset.S
1640         (memset_z196): Rename to __memset_z196.
1641         Jump to __memset_mvcle instead of memset_mvcle.
1642         (memset_z10): Rename to __memset_z10.
1643         Jump to __memset_mvcle instead of memset_mvcle.
1644         (memset_mvcle) Rename to __memset_mvcle.
1645         (memset): Set alias to __memset_z900.
1647 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1649         [BZ #17748]
1650         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1651         __fesetenv instead of fesetenv.
1653 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1655         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1656         macro.
1658 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1660         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1661         regression on LE.
1663         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1664         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1665         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1666         strncmp-power8 object.
1667         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1668         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1669         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1670         * NEWS: Update.
1672 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1673             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1675         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1676         trailing byte check.
1678 2015-01-13  David S. Miller  <davem@davemloft.net>
1680         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1682 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1684         * login/logout.c (logout): Use memset rather than bzero.
1685         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1686         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1687         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1688         (_gethtbyaddr): Likewise.
1689         * locale/programs/simple-hash.c (bcopy): Macro removed.
1691 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1693         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1694         Add strcmp-power8 object.
1695         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1696         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1697         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1698         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1699         __strcmp_power8 implementation.
1700         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1701         * NEWS: Update.
1703         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1704         Add strncpy-power8 and stpncpy-power8 objects.
1705         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1706         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1707         implementations.
1708         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1709         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1710         __stpncpy_power8 implementation.
1711         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1712         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1713         __strncpy_power8 implementation.
1714         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1715         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1716         * NEWS: Update.
1718         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1719         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1720         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1722         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1723         strncat-power8 object.
1724         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1725         __strcat_power8 implementation.
1726         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1727         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1728         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1729         optimized strcat for power8.
1731         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1732         strcpy-power8 and stpcpy-power8 objects.
1733         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1734         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1735         implementations.
1736         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1737         multiarch stpcpy implementation for POWER8.
1738         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1739         multiarch strcpy implementation for POWER8.
1740         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1741         __strcpy_power8 function.
1742         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1743         stpcpy for POWER8.
1744         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1745         strcpy for POWER8.
1746         * NEWS: Update.
1748 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1750         [BZ #16009]
1751         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1752         weights and rules. Use do_xfrm_cached if data fits in cache,
1753         do_xfrm otherwise.  Moved former main loop to...
1754         * (do_xfrm_cached): New function.
1755         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1756         find_idx, find_position and stack_push.
1757         * (find_idx): New function.
1758         * (find_position): Likewise.
1759         * localedata/sort-test.sh: Added test run for do_xfrm.
1760         * localedata/xfrm-test.c (main): Added command line option
1761         -nocache to run the test with strings that are too large for
1762         the STRXFRM cache.
1764 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1766         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1767         variable to lll_futex_wake call, not the value itself.
1769 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1771         [BZ #17803]
1772         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1773         twom64.  Adjust value to 0x1p-64L.
1774         (__scalblnl): Only return standard underflowing result for K <=
1775         -64 not K <= -63; adjust exponent for underflowing result by 64
1776         not 63.
1777         * math/libm-test.inc (scalbn_test_data): Add more tests.
1778         (scalbln_test_data): Likewise.
1780         [BZ #17834]
1781         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1782         0x1p63L.
1783         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1784         not HX.
1785         * math/libm-test.inc (scalbn_test_data): Add more tests.
1786         (scalbln_test_data): Likewise.
1788 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1789             Stefani Seibold  <stefani@seibold.net>
1791         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1792         (sysdep_routines): Add dl-vdso here, ...
1793         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1794         (sysdep_routines): ... not here.
1795         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1796         fallback when vDSO is not presented.
1797         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1798         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1799         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1800         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1801         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1802         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1803         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1804         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1805         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1806         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1807         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1808         fallback configurable symbol when vDSO is not available.
1809         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1810         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1811         be able to redefine fallback symbol when vDSO is not available.
1812         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1813         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1815 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1817         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1818         (TLS_INIT_TP): Add tm_capable initialization.
1819         (TLS_DEFINE_INIT_TP): Likewise.
1820         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1821         TCB.
1822         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1823         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1824         calculation.
1825         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1826         transactoion is lock elision is built and TCB tm_capable is set.
1827         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1829         (INTERNAL_SYSCALL_NCS): Likewise.
1830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1831         (INTERNAL_SYSCALL_NCS): Likewise.
1832         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1834         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1835         for powerpc.
1836         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1837         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1838         and remove it for 32 bits case.
1839         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1840         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1841         initialization.
1842         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1843         Disable lock elision with rdlocks if elision is not available.
1845         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1846         (sysdep_routines): Add lock elision objects.
1847         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1848         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1849         [pthread_mutex_t] (__elision): Add field.
1850         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1851         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1852         elision definitions for powerpc.
1853         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1854         implementation of lock elision for powerpc.
1855         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1856         implementation of timed lock elision for powerpc.
1857         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1858         implementation of trylock with lock elision for powerpc.
1859         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1860         implementaion of unlock for lock elision for powerpc.
1861         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1862         automatic enable lock elision for mutexes.
1863         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1864         transaction execution definitions for powerpc.
1865         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1866         definitions.
1867         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1868         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1869         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1870         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1871         * NEWS: Update.
1873 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1875         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1876         for #include of <shm-directory.h>.
1878 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1880         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1881         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1883 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1885         [BZ #17791]
1886         * NEWS: Mention bug fix.
1887         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1888         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1889         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1891 2015-01-09  Torvald Riegel <triegel@redhat.com>
1893         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1895 2015-01-09  Torvald Riegel <triegel@redhat.com>
1897         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1899 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1901         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1902         pointer and cast to uintptr_t.
1904 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1906         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1907         removed.
1908         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1910 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1912         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1913         of 0.
1915 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1917         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1918         <nptl/pthreadP.h> instead.
1919         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1921         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1922         already defined.
1923         [__SIGRTMIN] (init): Function removed.
1924         [__SIGRTMIN] (initialized): Variable removed.
1925         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1926         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1927         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1928         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1929         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1930         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1931         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1932         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1933         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1934         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1935         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1936         * sysdeps/nptl/allocrtsig.c: New file.
1937         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1938         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1939         * sysdeps/generic/testrtsig.h: File removed.
1941         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1942         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1944         * nptl/nptl-init.c (pthread_functions): Conditionalize
1945         .ptr__nptl_setxid initialization on [SIGSETXID].
1947         * sysdeps/nptl/sys/procfs.h: New file.
1948         * nptl_db/Makefile (headers): Add it.
1949         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1951         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1952         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1953         * nptl/pthread_attr_setaffinity.c: Include it.
1954         * nptl/pthread_setattr_default_np.c: Likewise.
1955         * nptl/check-cpuset.h: New file.
1957 2015-01-08  Richard Henderson  <rth@redhat.com>
1959         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1960         (CFLAGS-tst-execstack-prog.c): Likewise.
1961         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1963 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1964             Sandra Loosemore  <sandra@codesourcery.com>
1965             Andrew Jenner  <andrew@codesourcery.com>
1966             Joseph Myers  <joseph@codesourcery.com>
1967             Nathan Sidwell  <nathan@codesourcery.com>
1969         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1970         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1971         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1972         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1973         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1974         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1975         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1976         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1977         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1978         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1979         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1980         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1981         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1982         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1983         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1984         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1985         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1987 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1989         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1990         timespec struct member in syscall macro.
1991         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1992         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1993         first timeval struct member in syscall macro.
1994         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1996 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1998         [BZ #17748]
1999         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2000         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2001         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2002         __feupdateenv and define as weak alias of __feupdateenv.  Use
2003         libm_hidden_weak.
2004         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2005         libm_hidden_def.
2006         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2007         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2008         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2009         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2010         libm_hidden_def.
2011         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2012         __feupdateenv and define as weak alias of __feupdateenv.  Use
2013         libm_hidden_weak.
2014         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2015         libm_hidden_def.
2016         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2017         __feupdateenv and define as weak alias of __feupdateenv.  Use
2018         libm_hidden_weak.
2019         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2020         libm_hidden_def.
2021         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2022         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2023         (__feupdateenv): Likewise.
2024         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2025         __feupdateenv and define as weak alias of __feupdateenv.  Use
2026         libm_hidden_weak.
2027         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2028         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2029         libm_hidden_def.
2030         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2031         function.
2032         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2033         libm_hidden_def.
2034         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2035         __feupdateenv instead of feupdateenv.
2036         (default_libc_feupdateenv_test): Likewise.
2037         (libc_feresetround_ctx): Likewise.
2039 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2041         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2042         prototype.
2044 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2046         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2047         COLL_SYM in a couple of places to avoid uninitialized variable
2048         wanings on tilegx gcc 4.8.2.
2050 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2052         * sysdeps/aarch64/strcpy.S: New file.
2053         * sysdeps/aarch64/stpcpy.S: New file.
2054         * NEWS: Updated.
2056 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2058         * sysdeps/aarch64/strrchr.S: New file.
2059         * NEWS: Updated.
2061 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2063         [BZ #17658]
2064         * stdlib/setenv.c: Fix memory leak when setting large,
2065         duplicate string.
2067 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2069         [BZ #17273]
2070         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2071         and tabs from buffer before parsing fstab entry.
2072         * misc/tst-mntent.c (main): Add test for mount entry with
2073         trailing spaces and tabs.
2075 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2077         [BZ #17748]
2078         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2079         * math/fesetround.c (fesetround): Rename to __fesetround and
2080         define as weak alias of __fesetround.  Use libm_hidden_weak.
2081         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2082         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2083         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2084         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2085         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2086         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2087         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2088         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2089         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2090         __fesetround_inline.
2091         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2092         __fesetround_inline instead of __fesetround.
2093         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2094         __fesetround and define as weak alias of __fesetround.  Use
2095         libm_hidden_weak.  Call __fesetround_inline instead of
2096         __fesetround.
2097         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2098         __fesetround and define as weak alias of __fesetround.  Use
2099         libm_hidden_weak.
2100         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2101         Likewise.
2102         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2103         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2104         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2105         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2106         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2107         __fesetround and define as weak alias of __fesetround.  Use
2108         libm_hidden_weak.
2109         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2110         __fesetround instead of fesetround.
2111         (default_libc_feholdexcept_setround): Likewise.
2112         (libc_feholdsetround_ctx): Likewise.
2113         (libc_feholdsetround_noex_ctx): Likewise.
2115         [BZ #17748]
2116         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2117         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2118         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2119         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2120         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2121         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2122         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2123         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2124         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2125         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2126         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2127         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2128         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2129         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2130         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2131         libm_hidden_def.
2132         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2133         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2134         Likewise.
2135         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2136         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2137         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2138         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2139         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2140         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2141         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2142         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2143         __fesetenv instead of fesetenv.
2144         (libc_feresetround_noex_ctx): Likewise.
2145         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2146         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2147         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2148         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2149         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2150         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2151         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2152         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2153         (__feupdateenv): Likewise.
2154         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2155         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2156         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2157         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2159 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2161         [BZ #17806]
2162         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2163         addresses have been freed.
2165 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2167         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2168         and nservall.
2170 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2172         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2173         Clean up check_pf allocation pattern. addresses
2175 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2177         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2178         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2179         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2180         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2181         * nptl/pthread_join.c (pthread_join): Likewise.
2182         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2183         * sysdeps/posix/waitid.c (__waitid): Likewise.
2184         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2185         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2186         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2187         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2188         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2189         Likewise.
2190         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2191         (__libc_pread64): Likewise.
2192         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2193         (__libc_pwrite): Likewise.
2194         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2195         (__libc_pwrite64): Likewsie.
2196         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2197         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2198         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2199         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2200         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2201         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2202         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2204         Likewise.
2205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2206         (__libc_pread64): Likewise.
2207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2208         Likewise.
2209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2210         (__libc_pwrite64): Likewise.
2211         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2212         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2213         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2214         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2215         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2216         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2217         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2218         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2219         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2220         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2221         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2222         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2223         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2224         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2225         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2226         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2227         Likewise.
2229 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2231         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2232         (CFLAGS-test-double.c): Likewise.
2233         (CFLAGS-test-ldouble.c): Likewise.
2234         (CPPFLAGS-test-ifloat.c): Likewise.
2235         (CPPFLAGS-test-idouble.c): Likewise.
2236         (CPPFLAGS-test-ildoubl.c): Likewise.
2237         (CFLAGS-test-test-fenv.c): Remove variable.
2238         (CFLAGS-test-misc.c): Likewise.
2240 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2242         [BZ #17797]
2243         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2244         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2245         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2246         CLOCKS_PER_SEC == 1000000.
2247         * time/clocktest.c (main): Replace %ld with %jd and cast to
2248         intmax_t.
2250 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2252         * sysdeps/generic/unwind-resume.h: New file.
2253         * sysdeps/gnu/unwind-resume.c: Include it.
2254         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2255         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2256         argument list.
2257         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2258         global rather than static.
2259         (_Unwind_Resume): Update user.
2260         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2261         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2262         rather than static.  Add __attribute__ ((cold)).
2263         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2264         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2265         * sysdeps/arm/arm-unwind-resume.S: New file.
2266         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2267         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2268         * sysdeps/arm/Makefile [$(subdir) = csu]
2269         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2270         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2271         Add rt-arm-unwind-resume.
2272         [$(subdir) = nptl]
2273         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2274         Add pt-arm-unwind-resume.
2275         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2276         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2278 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2280         [BZ #17748]
2281         * include/fenv.h (__feholdexcept): Declare.  Use
2282         libm_hidden_proto.
2283         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2284         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2285         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2286         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2287         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2288         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2289         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2290         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2291         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2292         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2293         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2294         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2295         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2296         (feholdexcept): Likewise.
2297         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2298         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2299         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2300         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2301         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2302         __feholdexcept instead of feholdexcept.
2303         (default_libc_feholdexcept_setround): Likewise.
2305 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2307         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2308         to avoid using stl/str to align destination.
2310 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2312         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2314 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2316         [BZ #17796]
2317         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2318         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2319         Define as weak alias not strong alias.
2321 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2323         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2324         bltzal with addiupc.
2325         (RTLD_START): Ditto.
2327 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2329         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2330         for __vdso_* functions in declarations.
2331         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2332         definitions.
2333         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2334         INTERNAL_VSYSCALL): Use struct return types to check for error.
2336         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2337         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2338         function with cast from llround().
2339         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2340         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2341         Define.
2343 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2345         [BZ #17793]
2346         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2347         Define as weak alias not strong alias.
2349         [BZ #17635]
2350         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2351         ...
2352         * ctype/ctype-extn.c: ... here.
2353         (__isblank_l): Move to ...
2354         * ctype/ctype-c99_l.c: ... here.  New file.
2355         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2356         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2357         Remove variable.
2358         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2359         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2360         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2361         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2362         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2364         [BZ #17777]
2365         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2366         (posix_fadvise64): Define as weak alias not strong alias.
2367         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2368         (posix_fallocate64): Likewise.
2369         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2370         Remove variable.
2371         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2372         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2373         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2374         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2375         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2377 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2379         [BZ #16191]
2380         * NEWS: Mention bug fix.
2381         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2382         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2383         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2384         (HOST_STACK_END_ADDR): Likewise.
2386 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2388         [BZ #17748]
2389         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2390         * math/fegetround.c (fegetround): Rename to __fegetround and
2391         define as weak alias of __fegetround.  Use libm_hidden_weak.
2392         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2393         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2394         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2395         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2396         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2397         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2398         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2399         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2400         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2401         Undefine after rather than before function definition; use
2402         parentheses around function name in definition.
2403         (__fegetround): Also undefine macro after function definition.
2404         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2405         __fegetround and define as weak alias of __fegetround.  Use
2406         libm_hidden_weak.  Do not undefine as macro.
2407         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2408         Likewise.
2409         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2410         __fegetround and define as weak alias of __fegetround.  Use
2411         libm_hidden_weak.
2412         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2413         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2414         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2415         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2416         __fegetround and define as weak alias of __fegetround.  Use
2417         libm_hidden_weak.
2418         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2419         __fegetround instead of fegetround.
2421         [BZ #17782]
2422         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2423         Condition macro definition on [__USE_MISC].
2425         [BZ #17781]
2426         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2427         (struct sigaction): Change type of sa_flags field to int.
2429         [BZ #17780]
2430         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2431         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2432         __glibc_reserved0.
2434         * nptl/version.c (banner): Use single year in copyright notice.
2436         * NEWS: Update copyright dates.
2437         * catgets/gencat.c (print_version): Likewise.
2438         * csu/version.c (banner): Likewise.
2439         * debug/catchsegv.sh: Likewise.
2440         * debug/pcprofiledump.c (print_version): Likewise.
2441         * debug/xtrace.sh (do_version): Likewise.
2442         * elf/ldconfig.c (print_version): Likewise.
2443         * elf/ldd.bash.in: Likewise.
2444         * elf/pldd.c (print_version): Likewise.
2445         * elf/sotruss.sh: Likewise.
2446         * elf/sprof.c (print_version): Likewise.
2447         * iconv/iconv_prog.c (print_version): Likewise.
2448         * iconv/iconvconfig.c (print_version): Likewise.
2449         * locale/programs/locale.c (print_version): Likewise.
2450         * locale/programs/localedef.c (print_version): Likewise.
2451         * login/programs/pt_chown.c (print_version): Likewise.
2452         * malloc/memusage.sh (do_version): Likewise.
2453         * malloc/memusagestat.c (print_version): Likewise.
2454         * malloc/mtrace.pl: Likewise.
2455         * manual/libc.texinfo: Likewise.
2456         * nptl/version.c (banner): Likewise.
2457         * nscd/nscd.c (print_version): Likewise.
2458         * nss/getent.c (print_version): Likewise.
2459         * nss/makedb.c (print_version): Likewise.
2460         * posix/getconf.c (main): Likewise.
2461         * scripts/test-installation.pl: Likewise.
2462         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2464 2015-01-02  Will Newton  <will.newton@linaro.org>
2466         * sysdeps/arm/armv7/configure: Removed.
2467         * sysdeps/arm/armv7/configure.ac: Likewise.
2469 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2471         * All files with FSF copyright notices: Update copyright dates
2472         using scripts/update-copyrights.
2473         * intl/plural.c: Regenerated.
2474         * locale/programs/charmap-kw.h: Likewise.
2475         * locale/programs/locfile-kw.h: Likewise.
2477 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2479         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2481 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2483         [BZ #17748]
2484         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2485         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2486         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2487         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2488         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2489         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2490         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2491         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2492         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2493         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2494         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2495         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2496         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2497         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2498         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2499         libm_hidden_def.
2500         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2501         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2502         Likewise.
2503         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2504         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2505         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2506         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2507         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2508         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2509         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2510         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2511         __fegetenv instead of fegetenv.
2512         (libc_feholdsetround_noex_ctx): Likewise.
2514 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2516         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2517         (Elf_MIPS_ABIFlags_v0): New structure.
2518         (EF_MIPS_FP64): Define.
2519         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2520         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2521         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2522         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2523         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2524         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2525         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2526         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2527         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2528         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2529         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2530         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2531         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2532         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2533         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2534         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2535         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2536         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2537         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2538         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2539         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2540         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2541         field.
2542         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2543         EF_MIPS_FP64.
2544         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2545         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2546         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2547         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2548         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2549         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2550         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2551         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2552         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2553         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2554         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2555         record the current FP ABI extension.
2556         (mips-mode-switch): Define to show if kernel headers support mode
2557         switching.
2558         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2559         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2560         supported SYSV ABI version to 3.
2561         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2562         feature.
2564 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2565             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2567         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2568         path.
2569         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2571 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2573         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2574         __fegetround and redefine to call __fegetround.  Remove condition
2575         on [!__NO_MATH_INLINES].
2576         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2577         function.
2578         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2579         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2580         Remove macro.
2581         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2582         instead of <fenv_libc.h>.
2583         (__llrintl): Call fegetround instead of __fegetround.
2584         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2585         instead of <fenv_libc.h>.
2586         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2587         (__lrintl): Call fegetround instead of __fegetround.
2588         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2589         instead of <fenv_libc.h>.
2590         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2591         (__rintl): Call fegetround instead of __fegetround.
2593 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2595         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2596         arrays.
2598 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2600         [BZ #17775]
2601         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2602         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2603         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2605 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2607         * sysdeps/i386/tls-macros.h: Include <features.h>.
2608         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2609         (TLS_IE): Likewise.
2610         (TLS_LD): Likewise.
2611         (TLS_GD): Likewise.
2612         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2613         define for GCC >= 5.0.
2615 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2617         * math/test-fenv.c (test_single_exception, set_single_exc,
2618         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2619         feexcp_mask_test, feenable_test, fe_single_test): Add
2620         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2621         case where they are not used.
2622         * math/libm-test.inc: Likewise.
2623         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2624         unused in the absence of FP rounding/exception support.
2625         * stdio-common/tst-printf-round.c: Likewise.
2626         * stdlib/tst-strtod-round.c: Likewise.
2627         * stdlib/tst-strtod-underflow.c: Likewise.
2629 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2631         [BZ #17723]
2632         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2633         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2634         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2635         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2636         libm_hidden_weak.
2637         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2638         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2639         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2640         libm_hidden_def.
2641         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2642         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2643         libm_hidden_weak.
2644         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2645         Likewise.
2646         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2647         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2648         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2649         libm_hidden_weak.
2650         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2651         libm_hidden_def.
2652         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2653         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2654         (__feraiseexcept): Likewise.
2655         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2656         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2657         libm_hidden_weak.
2658         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2659         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2660         libm_hidden_def.
2661         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2662         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2663         Use libm_hidden_def.
2664         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2665         libm_hidden_def.
2666         (feraiseexcept): Define as weak not strong alias.  Use
2667         libm_hidden_weak.
2668         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2669         New inline function.  Factored out of ...
2670         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2671         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2672         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2673         feraiseexcept.
2674         * math/w_acos.c (__acos): Likewise.
2675         * math/w_asin.c (__asin): Likewise.
2676         * math/w_ilogb.c (__ilogb): Likewise.
2677         * math/w_j0.c (y0): Likewise.
2678         * math/w_j1.c (y1): Likewise.
2679         * math/w_jn.c (yn): Likewise.
2680         * math/w_log.c (__log): Likewise.
2681         * math/w_log10.c (__log10): Likewise.
2682         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2683         * sysdeps/aarch64/fpu/math_private.h
2684         (libc_feupdateenv_test_aarch64): Likewise.
2685         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2686         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2687         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2688         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2689         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2690         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2691         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2692         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2693         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2694         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2696 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2698         [BZ #17732]
2699         * io/test-utime.c (main): Replace %ld with %jd and cast to
2700         intmax_t.
2701         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2702         * nptl/tst-mutex5.c: Include <stdint.h>.
2703         (do_test): Replace %ld with %jd and cast to intmax_t.
2704         * posix/tst-regex.c (run_test): Likewise.
2705         (run_test_backwards): Likewise.
2706         * rt/tst-clock.c: Include <stdint.h>.
2707         (clock_test): Replace %ld with %jd and cast to intmax_t.
2708         * rt/tst-cpuclock1.c: Include <stdint.h>.
2709         (do_test): Replace %lu with %ju and cast to uintmax_t.
2710         * rt/tst-cpuclock2.c: Include <stdint.h>.
2711         (do_test): Replace %lu with %ju and cast to uintmax_t.
2712         * rt/tst-mqueue1.c: Include <stdint.h>.
2713         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2714         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2715         intmax_t.
2716         * rt/tst-mqueue4.c (do_test): Likewise.
2717         * rt/tst-timer4.c: Include <stdint.h>.
2718         (check_ts): Replace %ld with %jd and cast to intmax_t.
2719         (do_test): Likewise.
2720         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2721         and cast to intmax_t.
2722         * sysdeps/pthread/tst-timer.c (main): Likewise.
2723         * time/clocktest.c (main): Likewise.
2724         * time/tst-posixtz.c (do_test): Likewise.
2725         * timezone/tst-timezone.c (main): Likewise.
2727 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2728             H.J. Lu  <hongjiu.lu@intel.com>
2730         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2731         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2732         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2733         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2734         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2735         version if bit_Fast_Unaligned_Load is set.
2736         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2737         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2738         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2739         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2740         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2741         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2742         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2743         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2744         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2745         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2746         to 4.
2747         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2748         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2749         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2750         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2752 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2754         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2755         instead of #if to avoid a Wundef warning.
2756         * stdlib/tst-limits.c (do_test): Likewise.
2758         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2759         parallel other exception macros.
2760         (fegetenv): Convert from macro to extern inline so that it applies
2761         retroactively to inline functions already seen by the compiler.
2762         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2764         * posix/Makefile (before-compile): Use $(objpfx) for
2765         posix-conf-vars-def.h.
2767 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2769         * posix/getconf.c (main): Use size_t for type of I.
2770         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2771         NSPEC.
2773         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2774         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2775         * posix/posix-envs.def: Likewise.
2776         * sysdeps/posix/sysconf.c: Likewise.
2777         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2778         (specs): Remove array.
2779         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2780         array.
2782         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2783         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2784         (__sysconf): Use CONF_IS_* macros.
2786         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2787         ($(objpfx)posix-conf-vars-def.h): New target.
2788         * posix/posix-conf-vars.list: New file.
2789         * posix/posix-conf-vars.h: New file.
2790         * posix/confstr.c: Include posix-conf-vars.h.
2791         (confstr): Use CONF_IS_* macros.
2792         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2793         CONF_IS_* macros.
2794         * scripts/gen-posix-conf-vars.awk: New file.
2796 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2798         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2799         fegetround): Add no-op macros to avoid linknamespace issues.
2801         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2802         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2804         * sysdeps/unix/sysv/linux/tile/sysdep.h
2805         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2806         assembly-specific section to avoid a redefinition warning.
2808         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2809         long before casting to pointer to avoid a cast warning.
2811 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2813         * sysdeps/tile/tilegx/Implies: New file.
2815 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2817         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2819 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2821         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2823 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2825         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2826         not define.
2827         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2828         <kernel-features.h>.
2829         (__utimes) [__NR_utimes]: Make code unconditional.
2830         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2831         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2832         (__ASSUME_UTIMES): Do not undefine.
2833         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2834         (__ASSUME_UTIMES): Likewise.
2835         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2836         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2837         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2838         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2840 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2842         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2844 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2846         [BZ #17747]
2847         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2848         alias to weak alias for j0l, y0l.
2849         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2850         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2852         [BZ #17746]
2853         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2854         conversion.
2856 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2858         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2859         to zero if not already defined.
2861 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2863         [BZ #17724]
2864         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2865         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2866         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2867         (char *) casts added.
2868         * sysdeps/ieee754/k_standardf.c: New file.
2869         * sysdeps/ieee754/k_standardl.c: Likewise.
2870         * math/Makefile (libm-support): Remove k_standard.
2871         (libm-calls): Add k_standard.
2873 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2875         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2876         Optimize to avoid an unnecessary FPCR read.
2878 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2880         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2881         Optimize to reduce FPCR/FPSR accesses.
2883 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2885         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2886         Call libc_fetestexcept_aarch64.
2888 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2890         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2891         Call libc_fesetround_aarch64.
2893 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2895         [BZ #17733]
2896         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2897         (__bind): Do not define as weak alias.
2898         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2899         define.
2900         (__getsockname): Do not define as weak alias.
2902 2014-12-22  Will Newton  <will.newton@linaro.org>
2904         * manual/install.texi: Document that we require bison 2.7
2905         or above.
2906         * INSTALL: Regenerate.
2907         * configure.ac: Use AC_CHECK_PROG_VER instead of
2908         AC_PATH_PROG when checking for bison and check for
2909         version 2.7 or above.
2910         * configure: Regenerate.
2912 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2914         [BZ #17745]
2915         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2916         * sysdeps/tile/ffsll.c (ffsll): To here.
2918         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2920 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2922         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2923         if not defined.
2924         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2925         definition.
2926         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2927         hidden ___tls_get_addr.
2928         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2929         hidden __tls_get_addr.
2930         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2931         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2932         Likewise.
2934 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2936         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2937         _dl_init call.
2939 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2941         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2942         from "call _dl_init@PLT".
2943         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2945 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2947         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2948         guarantees.
2950 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2952         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2954 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2956         [BZ #17744]
2957         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2958         strnlen.
2960 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2962         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2963         of multu on MIPSr6.
2964         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2965         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2966         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2967         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2968         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2970 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2972         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2973         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2974         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2975         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2976         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2977         mips32r6/mips64r6.
2978         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2980 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2982         * string/strncat.c (STRNCAT): Simplify implementation.
2984 2014-12-19  David S. Miller  <davem@davemloft.net>
2986         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2987         access the quad as both a long double and as a series of 4 words.
2989         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2990         link_map->l_info array access.
2992 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2994         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2996         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2997         * math/atest-exp2.c (TIMEOUT): Likewise.
2998         * math/atest-sincos.c (TIMEOUT): Likewise.
3000 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3002         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3003         -Wno-error with -fno-builtin-lround.
3005 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3007         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3008         Contains futex constants and functions moved over from ...
3009         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3010         <lowlevellock-futex.h>.
3011         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3012         (lll_timedwait_tid): Add comments and parentheses around macro
3013         arguments.
3015 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3017         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3018         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3019         (__lll_private_flag): Remove.
3020         (lll_futex_wait): Likewise.
3021         (lll_futex_timed_wait): Likewise.
3022         (lll_futex_wake): Likewise.
3023         (lll_futex_requeue): Likewise.
3024         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3025         (__lll_timedwait_tid): Spell out argument names.
3026         (lll_timedwait_tid): Add comments and parentheses around macro
3027         arguments.
3028         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3029         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3031 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3033         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3034         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3035         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3036         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3037         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3038         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3039         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3040         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3041         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3042         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3043         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3044         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3045         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3046         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3047         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3048         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3049         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3050         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3051         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3053 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3055         * sysdeps/x86_64/x32/Makefile: New file.
3057 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3059         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3060         1L with (mp_limb_t) 1.
3062 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3064         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3065         * nptl/libc_pthread_init.c: ... here.
3066         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3067         * nptl/register-atfork.c: ... here.
3069         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3070         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3071         Use assert_perror to check its return value.
3072         (__gai_create_helper_thread): Likewise.
3074         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3076         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3078 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3080         [BZ #17725]
3081         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3082         __profil_counter.
3083         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3084         Likewise.
3085         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3086         Likewise.
3087         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3088         Likewise.
3089         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3090         (profil_counter): Likewise.
3091         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3092         (profil_counter): Likewise.
3093         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3094         Likewise.
3095         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3096         Likewise.
3097         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3098         (profil_counter): Likewise.
3099         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3100         Likewise.
3101         [!__profil_counter] (profil_counter): Define as weak alias of
3102         __profil_counter.
3103         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3104         (profil_counter): Rename to __profil_counter.
3105         [!__profil_counter] (profil_counter): Define as weak alias of
3106         __profil_counter.
3107         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3108         (profil_counter): Rename to __profil_counter.
3109         [!__profil_counter] (profil_counter): Define as weak alias of
3110         __profil_counter.
3111         * sysdeps/posix/profil.c: Update comment referring to
3112         profil_counter.
3113         (__profil): Use __profil_counter instead of profil_counter.
3114         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3115         __profil_counter.  Use __profil_counter_ushort and
3116         __profil_counter_uint in definitions.
3117         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3118         instead of profil_counter_uint and profil_counter_ushort.
3120         [BZ #17722]
3121         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3122         define as weak alias of __inet_makeaddr.
3123         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3124         as weak alias of __inet_addr.
3125         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3126         as weak alias of __inet_pton.  Use libc_hidden_weak.
3127         * include/arpa/inet.h (__inet_pton): Declare.  Use
3128         libc_hidden_proto.
3129         (inet_makeaddr): Don't use libc_hidden_proto.
3130         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3131         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3132         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3133         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3134         Remove variable.
3135         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3136         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3138 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3140         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3142 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3144         * stdio-common/bug-vfprintf-nargs.c (do_test):
3145         Cast value to intptr_t to avoid format warning
3146         for usage with PRIdPTR printing macro.
3148 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3150         * libio/tst-widetext.c (do_test):
3151         Use format type %td instead of %Zd for ptrdiff_t
3152         in order to avoid format warning.
3154 2014-12-17  Andreas Schwab  <schwab@suse.de>
3156         * nscd/mem.c (gc): Add size_t cast to match printf format.
3158 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3160         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3161         (init): Apply PTR_MANGLE to pointers before storing them.
3162         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3163         before using them.
3165 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3167         [BZ #17719]
3168         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3169         define as weak alias of __memrchr.
3170         (__memrchr): Do not define as strong alias of memrchr.
3171         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3172         Remove variable.
3173         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3174         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3175         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3177         [BZ #17717]
3178         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3179         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3180         (if_indextoname): Rename to __if_indextoname and define as weak
3181         alias of __if_indextoname.  Use libc_hidden_weak.
3182         (if_freenameindex): Rename to __if_freenameindex and define as
3183         weak alias of __if_freenameindex.
3184         (if_nameindex): Rename to __if_nameindex and define as weak alias
3185         of __if_nameindex.
3186         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3187         __if_nametoindex and define as weak alias of __if_nametoindex.
3188         Use libc_hidden_weak.
3189         (if_freenameindex): Rename to __if_freenameindex and define as
3190         weak alias of __if_freenameindex.
3191         (if_nameindex): Rename to __if_nameindex and define as weak alias
3192         of __if_nameindex.
3193         (if_indextoname): Rename to __if_indextoname and define as weak
3194         alias of __if_indextoname.  Use libc_hidden_weak.
3195         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3196         __if_nametoindex and define as weak alias of __if_nametoindex.
3197         Use libc_hidden_weak.
3198         (if_freenameindex): Rename to __if_freenameindex and define as
3199         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3200         (if_nameindex_netlink): Use __if_freenameindex instead of
3201         if_freenameindex.
3202         (if_nameindex): Rename to __if_nameindex and define as weak alias
3203         of __if_nameindex.  Use libc_hidden_weak.
3204         (if_indextoname): Rename to __if_indextoname and define as weak
3205         alias of __if_indextoname.  Use libc_hidden_weak.
3206         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3207         libc_hidden_proto.
3208         [!_ISOMAC] (__if_freenameindex): Likewise.
3209         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3210         if_nametoindex.
3211         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3212         variable.
3213         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3214         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3215         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3216         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3217         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3218         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3219         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3221         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3222         Remove variable.
3223         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3224         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3226 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3228         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3229         subscript above bounds'
3231         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3232         bounds.
3234 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3236         * libio/tst-fopenloc.c: Use test-skeleton.c.
3238         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3239         (entry): Rename to ITEM.
3240         (do_test, comp): Adjust.
3242         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3244 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3246         * string/tester.c: Include <libc-internal.h>.
3247         (test_memset): Ignore -Wmemset-transposed-args.
3249 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3251         * misc/tst-mntent2.c (do_test): Fix warning.
3253 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3255         * elf/tst-unique4lib.cc(a): Mark as used.
3257 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3259         [BZ #17630]
3260         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3261         names.
3263 2014-12-16  Allan McRae  <allan@archlinux.org>
3265         * stdio-common/Makefile (tests): Re-add bug26.
3267 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3269         [BZ #17657]
3270         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3271         static array.
3273 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3275         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3276         (__lll_lock_wait): Likewise.
3277         (__lll_timedlock_wait): Likewise.
3278         (__lll_timedwait_tid): Likewise.
3279         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3280         (__lll_robust_timedlock_wait): Likewise.
3281         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3282         (lll_cond_trylock): Likewise.
3283         (__lll_lock): Likewise.
3284         (__lll_robust_lock): Likewise.
3285         (__lll_cond_lock): Likewise.
3286         (lll_robust_cond_lock): Likewise.
3287         (__lll_timedlock): Likewise.
3288         (__lll_robust_timedlock): Likewise.
3289         (__lll_unlock): Likewise.
3290         (__lll_robust_unlock): Likewise.
3291         (lll_wait_tid): Likewise.
3292         (lll_timedwait_tid): Likewise.
3294 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3296         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3298 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3300         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3302 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3304         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3305         * stdio-common/tst-sprintf.c: Likewise.
3307 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3309         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3311 2014-12-15  Jeff Law  <law@redhat.com>
3313         [BZ #16617]
3314         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3315         on the heap.  (CVE-2012-3406)
3316         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3317         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3318         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3320 2014-12-15  Will Newton  <will.newton@linaro.org>
3322         * manual/install.texi: Bump required version of texinfo
3323         to 4.7 from 4.5.
3324         * INSTALL: Regenerated.
3325         * configure.ac: Check for makeinfo version 4.7 and above.
3326         * configure: Regenerated.
3328 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3330         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3331         PREFIX, string constant to insert between directory and name.
3332         * sysdeps/posix/shm_open.c: Update caller.
3333         * sysdeps/posix/shm_unlink.c: Likewise.
3334         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3335         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3336         (SEM_SHM_PREFIX): New macro.
3337         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3338         [$(have-thread-library) = no].
3339         * nptl/Makefile (libpthread-routines): Add shm-directory.
3340         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3341         * sysdeps/nptl/shm-directory.h: New file.
3342         * sysdeps/posix/shm-directory.c
3343         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3344         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3345         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3346         INTERNAL_SYSCALL.
3347         (__where_is_shmfs): Function removed.
3348         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3349         Variables removed.
3350         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3351         Use SHM_GET_NAME.
3352         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3354         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3355         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3356         unconditional for use inside libpthread.
3357         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3359 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3361         * nptl/pthread_getaffinity.c: New file.
3362         * nptl/pthread_setaffinity.c: New file.
3363         * nptl/pthread_getname.c: New file.
3364         * nptl/pthread_setname.c: New file.
3366         * nptl/pthread_create.c (START_THREAD_DEFN)
3367         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3369 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3370             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3372         * resolv/res_send.c (send_vc): Disable warning resplen may
3373         be used uninitialized.
3375 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3377         * nptl/tst-mutex6.c
3378         (ATTR_NULL): New define checks ATTR against NULL.
3379         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3380         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3382 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3384         [BZ #17581]
3385         * malloc/hooks.c
3386         (mem2mem_check): Revert my previous change.
3387         (malloc_check_get_size): Revert my previous change.
3388         (mem2chunk_check): Revert my previous change.
3390 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3392         * sysdeps/posix/shm-directory.c: New file.
3393         * sysdeps/posix/shm-directory.h: New file.
3394         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3395         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3396         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3397         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3398         Transmute EPERM to EACCES.
3399         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3400         from ...
3401         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3402         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3404 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3406         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3407         pointer and cast to uintptr_t.
3408         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3409         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3410         Add cast to avoid warning.
3411         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3413 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3415         * nptl/semaphore.h: Move to ...
3416         * sysdeps/pthread/semaphore.h: ... here.
3417         * Makefile (installed-headers): Change nptl/semaphore.h to
3418         sysdeps/pthread/semaphore.h.
3420 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3422         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3423         generated error format strings.
3425         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3426         -Wformat-extra-args warnings for scanf formats.
3427         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3428         test of zero-length format (duh).
3429         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3430         corner-case scanf format test.
3431         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3432         generated fprintf format string.
3433         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3434         corner-case sprintf format tests.
3435         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3436         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3437         -Wformat-extra-args warnings throughout.
3438         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3439         (CFLAGS-scanf4.c): Likewise.
3440         (CFLAGS-scanf7.c): Likewise.
3441         (CFLAGS-tst-sprintf.c): Likewise.
3442         (CFLAGS-tst-printf.c): Likewise.
3443         (CFLAGS-tst-printfsz.c): Likewise.
3445 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3447         * include/cpio.h: New file.
3448         * include/fmtmsg.h: Likewise.
3450         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3451         corresponding format argument to size_t.
3452         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3453         arguments.
3454         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3455         corresponding format argument to size_t.
3456         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3457         arguments.
3458         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3459         corresponding format argument to size_t.
3460         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3461         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3462         (CFLAGS-tst-mbswcs2.c): Likewise.
3463         (CFLAGS-tst-mbswcs3.c): Likewise.
3464         (CFLAGS-tst-mbswcs4.c): Likewise.
3465         (CFLAGS-tst-mbswcs5.c): Likewise.
3466         (CFLAGS-tst-trans.c): Likewise
3468 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3470         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3471         rather than assuming they won't contain any '%'s.
3473 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3475         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3476         inhibit_loop_to_libcall to avoid recursive calls.
3477         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3478         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3480 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3482         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3483         prototype.
3485 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3487         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3488         integer value instead of boolean.
3490 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3492         * malloc/malloc.c: Fix powerof2 check.
3494 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3496         * locale/programs/locfile.h (maybe_swap_uint32):
3497         Remove inline and add unused attribute.
3499 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3501         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3502         Truncating assembler expression to a .long expression.
3504 2014-12-11  Andreas Schwab  <schwab@suse.de>
3506         * elf/rtld.c (struct map_args): Constify str member.
3507         (do_preload): Constify fname argument.
3509 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3511         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3512         constants definition.
3514 2014-12-11  Andreas Schwab  <schwab@suse.de>
3516         [BZ #16657]
3517         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3518         FORCE_ELISION instead of DO_ELISION.
3519         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3520         Remove.
3521         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3522         Likewise.
3524         * iconvdata/gconv-modules: Remove duplicate entry.
3526 2014-12-11  Will Newton  <will.newton@linaro.org>
3528         Merge gettext 0.19.3 into intl/.
3530         This involves a number of cosmetic changes to comments
3531         and ANSI function definitions and prototypes throughout
3532         all the files. The gettext copyright header is used but
3533         with the date ranges taken from the glibc copy.
3535         * NEWS: Add gettext merge to 2.21.
3536         * intl/bindtextdom.c: Switch to gettext copyright.
3537         Use ANSI definitions and prototypes.
3538         Use gl_* locking primitives rather than __libc_* ones.
3539         Use __builtin_expect rather than __glibc_likely/unlikely.
3540         * intl/dcgettext.c: Switch to gettext copyright.
3541         Use ANSI definitions and prototypes.
3542         * intl/dcigettext.c: Switch to gettext copyright.
3543         Use ANSI definitions and prototypes.
3544         (INTDIV0_RAISES_SIGFPE): New define.
3545         Use gl_* locking primitives rather than __libc_* ones.
3546         Include eval-plural.h instead of plural-eval.c.
3547         Use __builtin_expect rather than __glibc_likely/unlikely.
3548         * intl/dcngettext.c: Switch to gettext copyright.
3549         Use ANSI definitions and prototypes.
3550         * intl/dgettext.c: Likewise.
3551         * intl/dngettext.c: Likewise.
3552         * intl/plural-eval.c: Renamed to...
3553         * intl/eval-plural.h: ...this.
3554         * intl/explodename.c: Switch to gettext copyright.
3555         Use ANSI definitions and prototypes.
3556         (_nl_explode_name): Use strchr instead of __rawmemchr.
3557         * intl/finddomain.c: Switch to gettext copyright.
3558         Use ANSI definitions and prototypes.
3559         Use gl_* locking primitives rather than __libc_* ones.
3560         (_nl_find_domain): Use malloc rather than alloca for
3561         allocation of temporary locale name.
3562         * intl/gettext.c: Switch to gettext copyright.
3563         Use ANSI definitions and prototypes.
3564         * intl/gettextP.h: Switch to gettext copyright.
3565         Use ANSI definitions and prototypes.
3566         Use gl_* locking primitives rather than __libc_* ones.
3567         * intl/gmo.h: Switch to gettext copyright.
3568         (struct sysdep_string): Move struct segment_pair outside of
3569         struct definition.
3570         * intl/hash-string.c: Use ANSI definitions and prototypes.
3571         * intl/hash-string.h: Switch to gettext copyright.
3572         Use ANSI definitions and prototypes.
3573         * intl/l10nflist.c: Switch to gettext copyright.
3574         Use ANSI definitions and prototypes.
3575         (_nl_normalize_codeset): Avoid integer overflow.
3576         * intl/loadinfo.h: Switch to gettext copyright.
3577         Use ANSI definitions and prototypes.
3578         (LIBINTL_DLL_EXPORTED): New define.
3579         (PATH_SEPARATOR): New define.
3580         * intl/loadmsgcat.c: Switch to gettext copyright.
3581         * intl/localealias.c: Switch to gettext copyright.
3582         Use ANSI definitions and prototypes.
3583         (_nl_expand_alias): Use PATH_SEPARATOR.
3584         * intl/ngettext.c: Switch to gettext copyright.
3585         Use ANSI definitions and prototypes.
3586         * intl/plural-exp.c: Likewise.
3587         * intl/plural-exp.h: Switch to gettext copyright.
3588         Use ANSI definitions and prototypes.
3589         (struct expression): Move definition of enum operator outside
3590         of struct definition.
3591         * intl/plural.c: Regenerate.
3592         * intl/plural.y: Switch to gettext copyright.
3593         Use ANSI definitions and prototypes.
3594         Port to bison 3.0.
3595         * intl/textdomain.c: Switch to gettext copyright.
3596         Use ANSI definitions and prototypes.
3597         Use gl_* locking primitives rather than __libc_* ones.
3599 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3601         * debug/warning-nop.c: Add used atrribute.
3603 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3605         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3607         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3608         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3609         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3611 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3612             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3614         [BZ #17634]
3615         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3616         Undefine after defining function.  Define as weak alias of
3617         __wcschr.  Use libc_hidden_weak.
3618         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3619         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3620         (libc_hidden_def): Also define __GI___wcschr alias.
3621         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3622         __wcschr and define as weak alias of __wcschr.
3623         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3624         __wcschr.
3625         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3626         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3627         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3628         libc_hidden_weak.  Do not use libc_hidden_def.
3629         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3630         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3631         __GI___wcschr alias.
3632         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3633         [IS_IN (libc)] (wcschr): Define as macro expanding to
3634         __redirect_wcschr.
3635         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3636         [IS_IN (libc)] (__wcschr_power6): Likewise.
3637         [IS_IN (libc)] (__wcschr_power7): Likewise.
3638         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3639         instead of wcschr.
3640         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3641         __libc_wcschr.
3642         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3643         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3644         __wcschr and define as weak alias of __wcschr.  Use
3645         libc_hidden_builtin_def.
3646         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3647         as weak alias of __wcschr.  Use libc_hidden_weak.
3648         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3649         wcschr.
3650         * time/era.c (_nl_init_era_entries): Likewise.
3651         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3652         variable.
3653         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3654         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3656 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3658         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3659         format for long int variable.
3661 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3663         [BZ #10672]
3664         * manual/search.texi: (Array Sort Function): Remove claim how to make
3665         qsort stable.
3667 2014-12-10  Andreas Schwab  <schwab@suse.de>
3669         [BZ #12847]
3670         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3671         user-controlled locks.
3673 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3675         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3676         register.
3678 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3680         * configure.ac (--disable-werror): New configure option.
3681         (enable_werror): New AC_SUBST.
3682         * configure: Regenerated.
3683         * config.make.in (enable-werror): New variable.
3684         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3685         -Wno-error=undef.
3686         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3687         * manual/install.texi (Configuring and compiling): Document
3688         --disable-werror.
3689         * INSTALL: Regenerated.
3690         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3691         (CFLAGS-tst-chk2.c): Likewise.
3692         (CFLAGS-tst-chk3.c): Likewise.
3693         (CFLAGS-tst-chk4.cc): Likewise.
3694         (CFLAGS-tst-chk5.cc): Likewise.
3695         (CFLAGS-tst-chk6.cc): Likewise.
3696         (CFLAGS-tst-lfschk1.c): Likewise.
3697         (CFLAGS-tst-lfschk2.c): Likewise.
3698         (CFLAGS-tst-lfschk3.c): Likewise.
3699         (CFLAGS-tst-lfschk4.cc): Likewise.
3700         (CFLAGS-tst-lfschk5.cc): Likewise.
3701         (CFLAGS-tst-lfschk6.cc): Likewise.
3703         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3704         (main): Disable -Wdeprecated-declarations around calls to
3705         register_printf_function.
3707         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3708         (do_test): Disable -Wdiv-by-zero around some calls to
3709         fwrite_unlocked and fread_unlocked.
3711         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3712         (DIAG_POP_NEEDS_COMMENT): Likewise.
3713         (_DIAG_STR1): Likewise.
3714         (_DIAG_STR): Likewise.
3715         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3716         * stdio-common/bug21.c: Include <libc-internal.h>.
3717         (do_test): Disable -Wformat around call to sscanf.
3718         * stdio-common/scanf14.c: Include <libc-internal.h>.
3719         (main): Disable -Wformat around some calls to scanf functions.
3721 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3723         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3725 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3727         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3728         stack variable alignment.
3730 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3732         [BZ #17682]
3733         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3734         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3735         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3736         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3737         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3738         __getrlimit instead of getrlimit.
3739         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3740         __gettimeofday instead of gettimeofday.
3741         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3742         Likewise.
3743         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3744         Likewise.
3745         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3746         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3747         Remove variable.
3748         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3749         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3751 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3753         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3754         for wide-character tests.
3756 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3758         * io/openat64.c: #include <libc-internal.h>
3759         (__openat64): Prototypify.  Use ignore_value on MODE.
3760         * io/openat.c: Likewise.
3761         * misc/reboot.c: #include <libc-internal.h>
3762         (reboot): Prototypify.  Use ignore_value on HOWTO.
3763         * misc/ptrace.c: #include <libc-internal.h>
3764         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3766 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3768         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3769         XPG4, UNIX98 and XOPEN2K.
3770         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3771         Remove variable.
3772         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3774 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3776         * libio/fileops.c: Use ISO C style for function definitions.
3777         * libio/iofopen.c: Likewise.
3778         * libio/wfileops.c: Likewise.
3780         [BZ #17653]
3781         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3782         offset on EOF.
3783         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3784         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3785         (fgets_func): Function pointer to fgets and fgetws.
3786         (do_ftell_test): Add test to verify ftell value after read
3787         EOF.
3788         (do_test): Set fgets_func.
3790         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3791         O_TRUNC flag for w and w+ modes.
3792         (do_rewind_test): Likewise.
3793         (do_ftell_test): Likewise.
3794         (do_write_test): Likewise.
3796         [BZ #17647]
3797         * libio/fileops.c (do_ftell): Seek only when there are
3798         unflushed writes.
3799         * libio/wfileops.c (do_ftell_wide): Likewise.
3800         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3801         test case.
3802         (do_one_test): Call it.
3804 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3806         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3807         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3808         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3809         Remove variable.
3810         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3811         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3812         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3814 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3816         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3817         Remove variable.
3818         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3820         [BZ #17668]
3821         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3822         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3823         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3824         __freeifaddrs.  Use libc_hidden_weak.
3825         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3826         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3827         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3828         __freeifaddrs.  Use libc_hidden_weak.
3829         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3830         __getifaddrs and define as weak alias of __getifaddrs.  Use
3831         libc_hidden_weak.
3832         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3833         __freeifaddrs.  Use libc_hidden_weak.
3834         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3835         Remove variable.
3836         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3837         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3839 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3841         [BZ #17601]
3842         * sysdeps/mips/start.S (__start): Use indirect jump to call
3843         __libc_start_main.
3845 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3847         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3849         * nptl/tst-mutex1.c: Include <stdbool.h>.
3850         [!ATTR] (ATTR_NULL): New macro.
3851         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3852         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3853         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3855         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3856         to char *.
3858         [BZ #17665]
3859         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3860         Change conditional to [__USE_MISC].
3862         [BZ #17664]
3863         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3864         fgets_unlocked.
3865         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3866         __fgets_unlocked.
3867         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3868         fgets_unlocked.
3869         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3870         Remove variable.
3871         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3872         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3873         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3874         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3875         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3876         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3877         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3878         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3879         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3881         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3883 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3885         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3886         Remove strpbrk objects.
3887         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3888         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3889         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3890         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3891         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3892         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3894         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3895         Remove strcspn objects.
3896         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3897         (__libc_ifunc_impl_list): Remove strcspn implementation.
3898         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3899         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3900         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3901         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3903         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3904         Remove strspn objetcs.
3905         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3906         (__libc_ifunc_impl_list): Remove strspn implementation.
3907         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3908         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3909         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3910         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3912 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3914         [BZ #17581]
3915         * malloc/hooks.c
3916         (mem2mem_check): Add a terminator to the chain of checking blocks.
3917         (malloc_check_get_size): Use it here.
3918         (mem2chunk_check): Ditto.
3920 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3922         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3923         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3925 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3927         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3929         * nptl/nptl-init.c: Include libc-internal.h.
3930         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3932         * elf/ldconfig.c (search_dir): Expand comment.
3934 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3936         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3937         variable.
3938         (linknamespace-symlist-stdlibs-tests): Likewise.
3939         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3940         instead of $(objpfx)symlist-stdlibs.
3941         (linknamespace-libs-isoc): New variable.
3942         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3943         (linknamespace-libs-ISO): New variable.
3944         (linknamespace-libs-ISO99): Likewise.
3945         (linknamespace-libs-ISO11): Likewise.
3946         (linknamespace-libs-XPG3): Likewise.
3947         (linknamespace-libs-XPG4): Likewise.
3948         (linknamespace-libs-POSIX): Likewise.
3949         (linknamespace-libs-UNIX98): Likewise.
3950         (linknamespace-libs-XOPEN2K): Likewise.
3951         (linknamespace-libs-POSIX2008): Likewise.
3952         (linknamespace-libs-XOPEN2K8): Likewise.
3953         ($(objpfx)symlist-stdlibs): Replace by
3954         $(linknamespace-symlist-stdlibs-tests).  Use
3955         $(linknamespace-libs-$*) as set of libraries.
3956         ($(linknamespace-header-tests)): Update dependencies.  Use
3957         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3958         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3959         * conform/linknamespace.pl: Remove comment about considering
3960         definitions of symbols from irrelevant libraries.
3962 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3964         [BZ #13862]
3965         * elf/dl-tls.c: Include <atomic.h>.
3966         (oom): Remove #ifdef SHARED/#endif.
3967         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3968         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3969         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3970         big enough.
3971         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3972         * nptl/Makefile (tests): Add tst-stack4.
3973         (modules-names): Add tst-stack4mod.
3974         ($(objpfx)tst-stack4): New.
3975         (tst-stack4mod.sos): Likewise.
3976         ($(objpfx)tst-stack4.out): Likewise.
3977         ($(tst-stack4mod.sos)): Likewise.
3978         (clean): Likewise.
3979         * nptl/tst-stack4.c: New file.
3980         * nptl/tst-stack4mod.c: Likewise.
3982 2014-11-27  J. Brown  <jb999@gmx.de>
3984         * sysdeps/x86/bits/string.h: Add recent CPUs.
3986 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3988         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3989         sigblock.
3991         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3992         feof.
3994         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3995         variable.
3997 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3999         * nscd/connections.c: Include libc-internal.h because of macro
4000         usage ignore_value.
4002 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4004         * string/bits/string3.h (__warn_memset_zero_len): Don't
4005         declare for gcc newer than 5.0.
4006         (memset): Don't test for zero-length __LEN for gcc newer than
4007         5.0.
4009 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4011         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4012         size_t for %zu format.
4014         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4015         difference, not %ju.
4017 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4019         * include/libc-internal.h (ignore_value): New macro.
4020         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4021         with ignore_value.
4023         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4024         definition.
4026         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4027         pthread_cleanup_push to void *.
4029         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4030         Undefine.
4032         [BZ #16619]
4033         [BZ #16740]
4034         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4035         instead of 1L << 52.
4037         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4038         * libio/bug-rewind2.c (do_test): Likewise.
4040         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4041         * debug/test-strcpy_chk-ifunc.c: Likewise.
4042         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4043         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4044         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4045         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4046         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4047         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4048         * Rules [$(multi-arch) = no] (tests): Do not filter out
4049         $(tests-ifunc).
4050         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4051         * debug/Makefile (tests-ifunc): Remove variable.
4052         (tests): Do not add $(tests-ifunc).
4053         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4054         (tests): Do not add $(tests-ifunc).
4055         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4056         [TEST_IFUNC]: Remove conditionals.
4057         * string/test-string.h (TEST_IFUNC): Remove macro.
4058         [TEST_IFUNC]: Remove conditionals.
4060         * string/test-strchr.c [!WIDE] (L): New macro.
4061         [WIDE] (L): Likewise.
4062         (check1): Use CHAR instead of char.  Use L on string and character
4063         constants.
4065 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4067         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4068         tests.
4069         * sysdeps/powerpc/bits/atomic.h
4070         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4071         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4072         (atomic_exchange_and_add_acq): Likewise.
4073         (atomic_exchange_and_add_rel): Likewise.
4074         * sysdeps/powerpc/powerpc32/bits/atomic.h
4075         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4076         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4077         * sysdeps/powerpc/powerpc64/bits/atomic.h
4078         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4079         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4081 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4083         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4084         Change synchronization of __sched_fifo_min_prio and
4085         __sched_fifo_max_prio.
4086         * nptl/pthread_mutexattr_getprioceiling.c
4087         (pthread_mutexattr_getprioceiling): Likewise.
4088         * nptl/pthread_mutexattr_setprioceiling.c
4089         (pthread_mutexattr_setprioceiling): Likewise.
4090         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4091         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4092         Likewise.
4094 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4096         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4097         void.
4099 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4101         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4102         third argument const.
4104 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4106         fnmatch: work around GCC compiler warning bug with uninit var
4107         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4108         This works around a bug with x86-64 GCC 4.9.2 and earlier
4109         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4110         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4111         used uninitialized in this function [-Wmaybe-uninitialized]".
4113 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4115         * posix/bug-regex31.c (main): Return RES not 0.
4117 2014-11-25  Anton Blanchard <anton@samba.org>
4119         * sysdeps/powerpc/bits/atomic.h
4120         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4122 2014-11-24  Sterling Augustine  <saugustine@google.com>
4124         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4126 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4128         [BZ #17608]
4129         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4131 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4133         [BZ #17633]
4134         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4135         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4136         variable.
4137         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4138         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4140 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4142         * string/strncpy.c (strncpy): Improve performance by using memset.
4144 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4146         * string/strcpy.c (strcpy):
4147         Improve performance by using strlen and memcpy.
4149 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4151         * string/strcoll_l.c (get_next_seq): __always_inline.
4152         * string/strcoll_l.c (do_compare): __always_inline.
4154 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4156         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4157         defined.
4158         * include/mqueue.h: Likewise.
4159         * include/stdlib.h: Likewise.
4161         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4162         (get_null_defines): Adjust.
4163         * sunrpc/Makefile: Adjust comment.
4164         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4165         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4166         (CFLAGS-interp.c): Likewise.
4167         (CFLAGS-ldconfig.c): Likewise.
4168         (CPPFLAGS-.os): Likewise.
4169         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4170         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4171         * extra-modules.mk (extra-modules.mk): Likewise.
4172         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4173         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4174         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4175         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4176         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4177         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4178         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4179         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4180         * iconvdata/Makefile (CPPFLAGS): Likewise.
4181         (cpp-srcs-left): Add libof for all iconvdata routines.
4182         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4183         * include/assert.h: Likewise.
4184         * include/ctype.h: Likewise.
4185         * include/errno.h: Likewise.
4186         * include/libc-symbols.h: Likewise.
4187         * include/math.h: Likewise.
4188         * include/netdb.h: Likewise.
4189         * include/resolv.h: Likewise.
4190         * include/stdio.h: Likewise.
4191         * include/stdlib.h: Likewise.
4192         * include/string.h: Likewise.
4193         * include/sys/stat.h: Likewise.
4194         * include/wctype.h: Likewise.
4195         * intl/l10nflist.c: Likewise.
4196         * libidn/idn-stub.c: Likewise.
4197         * libio/libioP.h: Likewise.
4198         * nptl/libc_multiple_threads.c: Likewise.
4199         * nptl/pthreadP.h: Likewise.
4200         * posix/regex_internal.h: Likewise.
4201         * resolv/res_hconf.c: Likewise.
4202         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4203         * sysdeps/arm/memmove.S: Likewise.
4204         * sysdeps/arm/sysdep.h: Likewise.
4205         * sysdeps/generic/_itoa.h: Likewise.
4206         * sysdeps/generic/symbol-hacks.h: Likewise.
4207         * sysdeps/gnu/errlist.awk: Likewise.
4208         * sysdeps/gnu/errlist.c: Likewise.
4209         * sysdeps/i386/i586/memcpy.S: Likewise.
4210         * sysdeps/i386/i586/memset.S: Likewise.
4211         * sysdeps/i386/i686/memcpy.S: Likewise.
4212         * sysdeps/i386/i686/memmove.S: Likewise.
4213         * sysdeps/i386/i686/mempcpy.S: Likewise.
4214         * sysdeps/i386/i686/memset.S: Likewise.
4215         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4216         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4217         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4218         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4219         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4220         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4221         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4222         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4223         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4224         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4225         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4226         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4227         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4228         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4229         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4230         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4231         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4232         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4233         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4234         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4235         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4236         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4237         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4238         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4239         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4240         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4241         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4242         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4243         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4244         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4245         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4246         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4247         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4248         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4249         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4250         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4251         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4252         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4253         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4254         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4255         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4256         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4257         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4258         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4259         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4260         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4261         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4262         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4263         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4264         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4265         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4266         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4267         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4268         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4269         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4270         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4271         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4272         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4273         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4274         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4275         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4276         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4277         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4278         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4279         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4280         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4281         * sysdeps/posix/closedir.c: Likewise.
4282         * sysdeps/posix/opendir.c: Likewise.
4283         * sysdeps/posix/readdir.c: Likewise.
4284         * sysdeps/posix/rewinddir.c: Likewise.
4285         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4286         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4287         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4288         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4289         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4290         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4291         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4292         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4293         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4294         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4295         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4296         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4297         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4298         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4299         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4300         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4301         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4302         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4303         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4304         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4305         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4306         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4307         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4308         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4309         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4310         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4311         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4312         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4313         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4314         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4315         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4316         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4317         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4318         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4319         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4320         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4321         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4322         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4323         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4324         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4325         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4326         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4327         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4328         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4329         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4330         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4331         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4332         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4333         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4334         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4335         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4336         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4337         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4338         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4339         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4340         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4341         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4342         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4343         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4344         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4345         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4346         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4347         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4348         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4349         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4350         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4351         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4352         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4353         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4354         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4355         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4356         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4357         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4358         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4359         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4360         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4361         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4362         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4363         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4364         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4365         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4366         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4367         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4368         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4369         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4370         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4371         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4372         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4373         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4374         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4375         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4376         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4377         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4378         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4379         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4380         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4381         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4382         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4383         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4384         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4385         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4386         * sysdeps/unix/alpha/sysdep.S: Likewise.
4387         * sysdeps/unix/alpha/sysdep.h: Likewise.
4388         * sysdeps/unix/make-syscalls.sh: Likewise.
4389         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4390         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4391         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4392         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4393         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4394         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4395         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4396         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4397         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4398         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4399         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4400         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4401         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4402         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4403         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4404         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4405         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4406         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4407         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4408         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4409         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4410         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4411         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4412         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4413         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4414         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4415         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4418         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4419         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4420         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4421         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4422         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4423         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4424         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4425         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4426         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4427         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4428         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4429         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4430         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4431         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4432         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4433         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4434         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4435         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4436         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4437         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4438         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4439         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4440         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4441         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4442         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4443         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4444         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4445         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4446         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4447         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4448         * sysdeps/x86_64/memcpy.S: Likewise.
4449         * sysdeps/x86_64/memmove.c: Likewise.
4450         * sysdeps/x86_64/memset.S: Likewise.
4451         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4452         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4453         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4454         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4455         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4456         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4457         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4458         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4459         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4460         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4461         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4462         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4463         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4464         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4465         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4466         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4467         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4468         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4469         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4470         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4471         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4472         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4473         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4474         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4475         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4476         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4477         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4478         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4479         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4480         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4481         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4482         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4483         * sysdeps/x86_64/strcmp.S: Likewise.
4485         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4487         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4488         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4489         * elf/rtld-Rules: Likewise.
4490         * elf/setup-vdso.h: Likewise.
4491         * include/assert.h: Likewise.
4492         * include/bits/stdlib-float.h: Likewise.
4493         * include/errno.h: Likewise.
4494         * include/sys/stat.h: Likewise.
4495         * include/unistd.h: Likewise.
4496         * sysdeps/aarch64/setjmp.S: Likewise.
4497         * sysdeps/alpha/setjmp.S: Likewise.
4498         * sysdeps/arm/__longjmp.S: Likewise.
4499         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4500         * sysdeps/arm/setjmp.S: Likewise.
4501         * sysdeps/arm/sysdep.h: Likewise.
4502         * sysdeps/generic/_itoa.h: Likewise.
4503         * sysdeps/generic/dl-sysdep.h: Likewise.
4504         * sysdeps/generic/ldsodefs.h: Likewise.
4505         * sysdeps/i386/dl-tls.h: Likewise.
4506         * sysdeps/i386/setjmp.S: Likewise.
4507         * sysdeps/m68k/setjmp.c: Likewise.
4508         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4509         * sysdeps/mach/hurd/opendir.c: Likewise.
4510         * sysdeps/posix/getcwd.c: Likewise.
4511         * sysdeps/posix/opendir.c: Likewise.
4512         * sysdeps/posix/profil.c: Likewise.
4513         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4514         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4515         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4516         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4517         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4518         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4519         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4520         * sysdeps/s390/dl-tls.h: Likewise.
4521         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4522         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4523         * sysdeps/sh/sh3/setjmp.S: Likewise.
4524         * sysdeps/sh/sh4/setjmp.S: Likewise.
4525         * sysdeps/unix/alpha/sysdep.h: Likewise.
4526         * sysdeps/unix/arm/sysdep.S: Likewise.
4527         * sysdeps/unix/i386/sysdep.S: Likewise.
4528         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4529         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4530         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4531         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4532         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4533         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4534         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4535         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4536         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4537         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4538         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4539         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4540         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4543         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4544         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4545         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4546         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4547         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4548         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4549         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4550         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4551         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4552         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4553         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4554         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4555         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4556         * sysdeps/x86_64/setjmp.S: Likewise.
4558         * include/math.h: Use IS_IN instead of IS_IN_libm.
4559         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4560         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4561         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4562         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4563         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4564         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4565         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4566         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4567         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4568         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4569         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4570         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4571         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4572         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4573         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4574         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4575         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4576         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4577         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4578         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4579         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4580         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4581         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4582         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4583         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4584         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4585         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4586         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4587         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4588         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4589         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4590         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4591         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4593         Likewise.
4594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4595         Likewise.
4596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4597         Likewise.
4598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4599         Likewise.
4600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4601         Likewise.
4602         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4603         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4604         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4605         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4606         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4607         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4608         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4609         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4611         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4613         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4614         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4615         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4616         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4617         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4618         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4619         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4620         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4621         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4622         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4623         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4624         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4625         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4626         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4627         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4628         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4630         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4631         * nptl/pthreadP.h: Likewise.
4632         * nptl_db/structs.def: Likewise.
4633         * sysdeps/arm/sysdep.h: Likewise.
4634         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4635         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4636         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4637         * sysdeps/unix/alpha/sysdep.h: Likewise.
4638         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4639         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4640         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4641         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4642         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4643         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4644         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4645         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4646         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4647         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4648         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4649         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4650         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4651         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4654         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4655         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4656         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4657         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4658         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4659         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4660         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4661         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4662         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4663         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4665         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4666         * nptl/pthreadP.h: Likewise.
4667         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4668         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4669         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4670         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4671         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4672         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4673         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4674         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4675         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4676         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4677         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4678         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4680         Likewise.
4681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4682         Likewise.
4683         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4684         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4685         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4686         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4687         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4688         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4689         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4690         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4692         * dlfcn/dladdr.c: Use IS_IN.
4693         * dlfcn/dladdr1.c: Likewise.
4694         * dlfcn/dlclose.c: Likewise.
4695         * dlfcn/dlerror.c: Likewise.
4696         * dlfcn/dlinfo.c: Likewise.
4697         * dlfcn/dlmopen.c: Likewise.
4698         * dlfcn/dlopen.c: Likewise.
4699         * dlfcn/dlsym.c: Likewise.
4700         * dlfcn/dlvsym.c: Likewise.
4702         * include/ifaddrs.h: Use IS_IN.
4703         * inet/check_pf.c: Likewise.
4704         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4705         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4707         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4708         IS_IN_ldconfig.
4709         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4710         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4712         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4713         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4714         IS_IN (libc).
4716         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4718         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4719         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4720         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4721         * include/libc-symbols.h (IS_IN_LIB): New macro.
4722         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4723         * include/netdb.h: Likewise.
4724         * include/stap-probe.h: Remove all uses of IN_LIB.
4726         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4727         instead of IN_MODULE.
4728         * include/libc-symbols.h (IN_MODULE): Define using
4729         MODULE_NAME.
4730         (PASTE_NAME, PASTE_NAME1): New macros.
4731         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4732         of IN_LIB.
4733         (STAP_PROBE_ASM): Likewise.
4735 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4737         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4738         __mach_init in dlopened libc.
4740 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4742         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4743         * sysdeps/arm/preconfigure: Regenerate.
4745 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4747         * nptl/pthread_create.c (__pthread_create_2_1): Set
4748         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4749         when copying values from IATTR into PD.
4751 2014-11-21  Will Newton  <will.newton@linaro.org>
4752             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4754         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4755         Refactor inline-asm.  Also add comment.
4757         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4758         ElfW macro instead of hardcoded Elf64 types.
4759         (la_aarch64_gnu_pltenter): Likewise.
4760         * sysdeps/aarch64/dl-machine.h
4761         (elf_machine_runtime_setup): Use ElfW(Addr).
4763         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4764         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4765         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4766         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4767         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4768         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4769         (R_AARCH64_TLS_DTPMOD): This.
4770         (R_AARCH64_TLS_DTPREL64): Rename to ...
4771         (R_AARCH64_TLS_DTPREL): This.
4772         (R_AARCH64_TLS_TPREL64): Rename to ...
4773         (R_AARCH64_TLS_TPREL): This.
4774         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4775         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4776         R_AARCH64_TLS_TPREL64.
4777         (elf_machine_rela): Likewise.
4779 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4781         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4782         by setting it to 0.  64b atomics are not supported currently.
4784 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4786         [BZ #16469]
4787         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4788         search domain names.
4790 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4792         [BZ #16469]
4793         * NEWS: Update.
4794         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4795         trailing dot.
4796         * posix/tst-getaddrinfo5.c: New.
4797         * posix/Makefile (tests): Add it.
4799 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4801         [BZ #14498]
4802         * NEWS: Fixed.
4803         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4804         after parsing line but before break_if_match.
4805         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4806         if there is a protocol mismatch.
4808 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4810         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4811         because the potential race is on the user-supplied stream.
4813 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4815         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4816         string literal if not passed a buffer.
4817         * manual/job.texi (ctermid): Update reasoning, note deviation
4818         from posix, suggest mtasurace when not passed a buffer, for
4819         future non-preliminary safety notes.
4821 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4823         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4824         of not passing it a buffer.
4825         Reported by Peng Haitao.
4827 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4829         * manual/Makefile ($(objpfx)stamp-summary): Require
4830         check-safety.sh to pass.
4831         * manual/check-safety.sh: Wish for verification that every
4832         @deftypefn and @deftypefun is followed by a @safety remark.
4834 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4836         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4838         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4839         PTHREAD_CANCEL_ASYNCHRONOUS.
4840         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4841         send SIGCANCEL.
4843         * nptl/default-sched.h: New file.
4844         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4845         * nptl/pthread_create.c: Include it.
4846         (__pthread_create_2_1): Use collect_default_sched instead of making
4847         Linux syscalls here directly.
4849 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4851         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4852         __pthread_once): Use C11 atomics.
4854 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4856         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4858 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4860         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4861         atomic_thread_fence_acquire, atomic_thread_fence_release,
4862         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4863         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4864         atomic_compare_exchange_weak_relaxed,
4865         atomic_compare_exchange_weak_acquire,
4866         atomic_compare_exchange_weak_release,
4867         atomic_exchange_acquire, atomic_exchange_release,
4868         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4869         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4870         atomic_fetch_and_acquire,
4871         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4873 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4875         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4876         USE_ATOMIC_COMPILER_BUILTINS): Define.
4877         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4878         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4879         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4880         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4881         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4882         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4883         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4884         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4885         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4886         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4887         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4888         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4889         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4890         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4891         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4892         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4893         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4894         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4895         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4896         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4897         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4898         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4899         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4900         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4901         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4902         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4903         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4904         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4905         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4906         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4907         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4908         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4909         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4910         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4911         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4912         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4913         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4914         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4915         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4916         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4918 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4920         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4921         the sched_priority value here.  It was already checked when the user
4922         called pthread_attr_setschedparam.
4924         * nptl/tst-bad-schedattr.c: New file.
4925         * nptl/Makefile (tests): Add it.
4927 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4928             Florian Weimer  <fweimer@redhat.com>
4929             Joseph Myers  <joseph@codesourcery.com>
4930             Adam Conrad  <adconrad@0c3.net>
4931             Andreas Schwab  <schwab@suse.de>
4932             Brooks  <bmoses@google.com>
4934         [BZ #17625]
4935         * wordexp-test.c (__dso_handle): Add prototype.
4936         (__register_atfork): Likewise.
4937         (__app_register_atfork): New function.
4938         (registered_forks): New global.
4939         (register_fork): New function.
4940         (test_case): Add 3 new tests for WRDE_CMDSUB.
4941         (main): Call __app_register_atfork.
4942         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4943         fork count is non-zero fail the test.
4944         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4945         is set.
4946         (parse_dollars): Remove check for WRDE_NOCMD.
4947         (parse_dquote): Likewise.
4949 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4951         * Makeconfig (built-modules): List non-library modules to be
4952         built.
4953         (module-cppflags): Include libc-modules.h for
4954         everything except shlib-versions.v.i.
4955         (CPPFLAGS): Use it.
4956         (before-compile): Add libc-modules.h.
4957         ($(common-objpfx)libc-modules.h,
4958         $(common-objpfx)libc-modules.stmp): New targets.
4959         (common-generated): Add libc-modules.h and libc-modules.stmp.
4960         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4961         * include/libc-symbols.h: Don't include libc-modules.h.
4962         * include/libc-modules.h: Remove file.
4963         * scripts/gen-libc-modules.awk: New script to generate
4964         libc-modules.h.
4965         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4966         Depend on libc-modules.stmp.
4968         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4970         * Makeconfig (in-module): Get value of libof set for the
4971         translation unit.
4972         (CPPFLAGS): Use $(in-module).
4973         * Makerules: Don't suffix routine names for nonlib.
4974         * include/libc-modules.h: New file.
4975         * include/libc-symbols.h: Include libc-modules.h
4976         (IS_IN): New macro to replace IS_IN_* macros.
4977         * elf/Makefile: Set libof-* for each routine.
4978         * elf/rtld-Rules: Likewise.
4979         * extra-modules.mk: Likewise.
4980         * iconv/Makefile: Likewise.
4981         * iconvdata/Makefile: Likewise.
4982         * locale/Makefile: Likewise.
4983         * malloc/Makefile: Likewise.
4984         * nss/Makefile: Likewise.
4985         * sysdeps/gnu/Makefile: Likewise.
4986         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4987         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4988         * sysdeps/s390/s390-64/Makefile: Likewise.
4989         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4990         CPPFLAGS for nscd instead of nonlib.
4992 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4994         * nptl/createthread.c: New file.
4996         * nptl/createthread.c: Moved ...
4997         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4999         * nptl/createthread.c: Add proper top-line comment.
5000         (do_clone): Folded into ...
5001         (create_thread): ... here.  Take new arguments STOPPED_START and
5002         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5003         increment __nptl_threads, do event-reporting logic, do
5004         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5005         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5006         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5007         just send SIGCANCEL.
5008         * nptl/pthread_create.c: Forward-declare create_thread before
5009         including createthread.c.
5010         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5011         declaration, and new macro START_THREAD_SELF to replace argument.
5012         Remove return statement.
5013         (report_thread_creation): New function.
5014         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5015         synchronization logic, and __nptl_nthreads increment here, around
5016         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5017         PD->parent_cancelhandling here, before create_thread.  When
5018         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5019         __deallocate_stack, and ENOMEM translation here.
5021 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5023         [BZ #17616]
5024         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5025         (mptwo): Rename to __mptwo.
5026         (__inv): Use __mptwo instead of mptwo.
5027         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5028         (mptwo): Rename to __mptwo.
5029         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5030         of mpone and __mptwo instead of mptwo.
5031         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5032         instead of mpone.
5033         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5034         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5035         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5036         of mpone and __mptwo instead of mptwo.
5037         (__mpranred): Use __mpone instead of mpone.
5038         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5039         variable.
5040         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5041         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5042         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5043         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5044         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5045         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5046         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5047         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5048         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5049         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5050         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5051         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5052         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5053         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5054         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5055         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5056         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5057         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5058         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5060 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5062         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5063         replace BSD Handler xref with BSD Signal Handling.
5065 2014-11-17  Richard Henderson  <rth@redhat.com>
5067         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5068         (_FP_PACK_RAW_2): Remove.
5069         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5070         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5071         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5072         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5073         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5074         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5075         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5076         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5077         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5078         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5079         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5080         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5081         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5082         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5083         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5084         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5086 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5088         * signal/signal.h [__USE_MISC]
5089         (struct sigvec): Remove type.
5090         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5091         (sigvec): Remove declaration.
5092         * sysdeps/posix/sigvec.c: Moved ...
5093         * signal/sigvec.c: ... here, replacing old file.
5094         (struct sigvec): New type, copied from old signal.h definition.
5095         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5096         (__sigvec): Convert definition to prototype.
5097         (sigvec): Replace weak_alias with compat_symbol.
5098         * signal/Versions (libc: GLIBC_2.21): New version set.
5099         * include/signal.h: Remove __sigvec declaration.
5100         * sysdeps/unix/bsd/sigvec.c: Remove file.
5101         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5102         * manual/signal.texi (BSD Handler): Remove subsection.
5103         Move siginterrupt up to ...
5104         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5105         (Blocking in BSD): Fold subsection into its parent.
5106         * NEWS: Mention sigvec removal.
5108 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5110         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5111         (DLA_FMS): Make definition conditional only on [__FMA4__].
5112         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5113         definition.
5115         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5116         Make definition conditional only on [PROF].
5117         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5118         definition.
5119         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5120         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5122         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5123         !__GNUC__].
5124         * include/signal.h (__sigpause): Move declaration above call to
5125         libc_hidden_proto.
5126         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5127         variable.
5128         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5129         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5131 2014-11-14  David S. Miller  <davem@davemloft.net>
5133         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5134         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5136 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5138         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5139         * configure: Regenerated.
5140         * manual/install.texi (Tools for Compilation): Document a
5141         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5142         compiler verified to work.
5143         * INSTALL: Regenerated.
5145         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5146         redeclare with asm name.
5147         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5148         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5149         including <string.h>.
5150         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5151         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5152         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5153         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5154         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5155         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5156         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5158 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5160         * stdlib/strtol.c (__strtol): Use prototype definition.
5162         [BZ #17594]
5163         * stdlib/strtol.c (SYM__): New macro.
5164         (SYM__1): Likewise.
5165         (__strtol): Likewise.
5166         (strtol): Rename to __strtol and define as weak alias of
5167         __strtol.  Use libc_hidden_weak.
5169 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5171         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5172         Use numbered labels in inline assembly.
5174 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5176         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5177         Add setjmp LIBC_PROBE.
5178         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5179         Likewise.
5180         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5181         Add longjmp, longjmp_target LIBC_PROBE.
5182         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5183         Likewise.
5185 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5187         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5188         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5189         to get rid of unused variable warning.
5191 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5193         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5194         Check for unwind_backtrace ==  NULL only in SHARED case.
5195         (__backchain_backtrace): Compile only in SHARED case.
5196         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5197         Likewise.
5198         (__backchain_backtrace): Declare as static.
5200 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5202         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5203         (__libc_multiple_threads_ptr): Variable moved ...
5204         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5206 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5208         * conform/GlibcConform.pm: New file.
5209         * conform/conformtest.pl: Use GlibcConform module.
5210         * conform/linknamespace.pl: New file.
5211         * conform/list-header-symbols.pl: Likewise.
5212         * conform/Makefile (linknamespace-symlists-base): New variable.
5213         (linknamespace-symlists-tests): Likewise.
5214         (linknamespace-header-base): Likewise.
5215         (linknamespace-header-tests): Likewise.
5216         (tests-special): Add new tests.
5217         ($(linknamespace-symlists-tests)): New rule.
5218         (linknamespace-libs): New variable.
5219         ($(objpfx)symlist-stdlibs): New rule.
5220         ($(linknamespace-header-tests)): Likewise.
5221         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5222         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5223         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5224         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5225         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5226         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5227         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5228         (test-xfail-ISO/math.h/linknamespace): Likewise.
5229         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5230         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5231         (test-xfail-ISO/time.h/linknamespace): Likewise.
5232         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5233         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5234         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5235         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5236         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5237         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5238         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5239         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5240         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5241         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5242         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5243         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5244         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5245         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5246         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5247         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5248         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5249         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5250         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5251         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5252         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5253         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5254         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5255         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5256         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5257         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5258         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5259         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5260         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5261         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5262         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5263         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5264         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5265         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5266         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5267         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5268         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5269         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5270         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5271         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5272         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5273         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5274         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5275         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5276         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5277         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5278         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5279         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5280         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5281         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5282         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5283         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5284         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5285         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5286         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5287         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5288         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5289         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5290         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5291         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5292         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5293         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5294         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5295         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5296         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5297         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5298         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5299         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5300         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5301         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5302         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5303         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5304         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5305         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5306         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5307         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5308         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5309         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5310         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5311         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5312         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5313         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5314         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5315         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5316         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5317         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5318         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5319         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5320         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5321         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5322         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5323         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5324         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5325         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5326         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5327         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5328         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5329         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5330         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5331         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5332         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5333         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5334         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5335         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5336         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5337         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5338         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5339         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5340         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5341         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5342         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5343         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5344         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5345         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5346         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5347         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5348         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5349         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5350         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5351         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5352         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5353         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5354         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5355         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5356         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5357         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5358         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5359         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5360         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5361         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5362         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5363         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5364         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5365         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5366         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5367         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5368         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5369         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5370         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5371         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5372         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5373         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5374         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5375         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5376         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5377         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5378         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5379         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5380         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5381         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5383         [BZ #17589]
5384         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5385         of fgets_unlocked.
5387         [BZ #17585]
5388         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5389         (memmem): Rename to __memmem and define as weak alias of
5390         __memmem.  Use libc_hidden_weak.
5391         (__memmem): Use libc_hidden_def.
5392         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5393         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5394         memmem.
5396         [BZ #17582]
5397         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5398         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5399         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5400         and define as weak alias of __fgets_unlocked.  Use
5401         libc_hidden_weak.
5402         (__fgets_unlocked): Use libc_hidden_def.
5403         * include/stdio.h (__fgets_unlocked): Declare.  Use
5404         libc_hidden_proto.
5405         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5406         __fgets_unlocked instead of fgets_unlocked.
5407         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5408         (GET_NPROCS_CONF_PARSER): Likewise.
5409         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5410         (GET_NPROCS_CONF_PARSER): Likewise.
5412         [BZ #17574]
5413         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5414         weak alias of __wmemset.  Use libc_hidden_weak.
5415         (__wmemset): Use libc_hidden_def.
5416         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5417         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5418         of wmemset.
5420         [BZ #17573]
5421         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5422         with asm name __mempcpy.
5423         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5425         [BZ #17572]
5426         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5427         and define as weak alias of __rawmemchr.
5428         (__rawmemchr): Do not define as strong alias of rawmemchr.
5430         [BZ #17571]
5431         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5432         alias of __qsort_r.
5433         (qsort): Call __qsort_r instead of qsort_r.
5434         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5435         (__qsort_r): Declare.  Call libc_hidden_proto.
5436         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5437         instead of qsort_r.
5438         * nscd/gai.c (__qsort_r): Define to qsort_r.
5439         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5440         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5441         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5443         [BZ #17570]
5444         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5445         define as weak alias of __malloc_info.
5447         [BZ #17584]
5448         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5449         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5450         (__rewinddir): Use libc_hidden_def.
5451         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5452         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5453         (__rewinddir): Use libc_hidden_def.
5454         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5455         weak alias of __rewinddir.  Don't use libc_hidden_def.
5456         (__rewinddir): Use libc_hidden_def.
5457         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5458         (__rewinddir): Use libc_hidden_proto.
5459         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5460         rewinddir.
5461         (__getcwd): Use __rewinddir instead of rewinddir.
5463         [BZ #17583]
5464         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5465         alias of __fileno.  Use libc_hidden_weak.
5466         (__fileno): Use libc_hidden_def.
5467         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5468         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5469         alias of __ftello.
5470         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5471         __ftello.
5472         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5473         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5474         libc_hidden_def.
5475         (fread_unlocked): Don't use libc_hidden_ver.
5476         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5477         and define as weak alias of __fread_unlocked.  Don't use
5478         libc_hidden_def.
5479         (__fread_unlocked): Use libc_hidden_def.
5480         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5481         (ftello): Don't use libc_hidden_proto.
5482         (__ftello): Declare.  Use libc_hidden_proto.
5483         (fread_unlocked): Don't use libc_hidden_proto.
5484         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5485         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5486         and __ftello instead of fileno, fread_unlocked and ftello.
5488 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5490         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5491         GOT12.
5492         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5493         Likewise.
5494         (_dl_start_user): Likewise.
5495         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5497 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5498             Siddhesh Poyarekar  <siddhesh@redhat.com>
5500         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5501         Move argv and envp down instead of moving argc up.
5502         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5504 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5506         [BZ #17506]
5507         * test-skeleton.c (main): Return successful if one of
5508         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5509         * string/tst-strcoll-overflow.c: Define expected status.
5511 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5513         [BZ #17475]
5514         * locale/iso-639.def: Define Bhili and Tulu language codes.
5516 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5518         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5520 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5522         [BZ #17555]
5523         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5525 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5527         * configure.ac: Updated check of minimal required version to
5528         2.22.
5529         * manual/install.texi (Tools for Compilation): Updated version
5530         number.
5531         * configure: Regenerated.
5532         * INSTALL: Likewise.
5534 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5536         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5537         __tls_get_addr.
5539 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5541         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5542         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5543         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5544         libc_hidden_weak.
5545         (waitpid): Define as alias of __waitpid.
5546         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5547         __waitpid.
5548         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5549         libc_hidden_weak.
5550         (waitpid): Define as alias of __waitpid.
5551         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5552         __libc_waitpid alias.
5553         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5554         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5555         Likewise.
5556         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5557         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5558         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5559         alias.
5560         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5561         __waitpid.
5562         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5563         libc_hidden_weak.
5564         (waitpid): Define as alias of __waitpid.
5566 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5568         * manual/llio.texi: Add comment that write safety has been
5569         fixed in Linux.
5571         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5572         (localplt-build-dso): Add elf/ld.so.
5573         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5574         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5575         and free for ld.so.
5576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5577         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5579         Likewise.
5580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5581         Likewise.
5582         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5583         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5584         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5585         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5586         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5587         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5588         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5589         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5590         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5591         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5592         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5594 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5596         [BZ #14132]
5597         * include/libc-symbols.h (INTUSE): Remove macro.
5598         (INTDEF): Likewise.
5599         (INTVARDEF): Likewise.
5600         (_INTVARDEF): Likewise.
5601         (INTDEF2): Likewise.
5602         (INTVARDEF2): Likewise.
5603         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5604         rtld_hidden_def instead of INTVARDEF.
5605         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5606         (_dl_starting_up_internal): Remove declaration.
5607         (_dl_starting_up): Use rtld_hidden_proto.
5608         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5609         declaration.
5610         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5611         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5612         _dl_starting_up.
5613         * elf/dl-writev.h (_dl_writev): Likewise.
5614         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5615         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5616         _dl_starting_up_internal.
5618 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5620         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5621         test-skeleton.c.
5623 2014-11-05  Will Newton  <will.newton@linaro.org>
5625         * benchtests/Makefile: (bench-malloc): Add malloc thread
5626         scalability benchmark.
5627         * benchtests/bench-malloc-threads.c: New file.
5629 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5631         * sysdeps/aarch64/strchrnul.S: New file.
5633 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5635         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5636         definition.
5637         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5638         Likwise.
5639         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5640         Likewise.
5641         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5642         Likewise.
5643         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5644         Likewise.
5645         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5646         Likewise.
5648 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5650         * catgets/test-gencat.c: Use test-skeleton.c.
5651         * catgets/tst-catgets.c: Likewise.
5652         * csu/tst-empty.c: Likewise.
5653         * elf/tst-audit2.c: Likewise.
5654         * elf/tst-global1.c: Likewise.
5655         * elf/tst-pathopt.c: Likewise.
5656         * elf/tst-piemod1.c: Likewise.
5657         * elf/tst-tls10.c: Likewise.
5658         * elf/tst-tls11.c: Likewise.
5659         * elf/tst-tls12.c: Likewise.
5660         * gnulib/tst-gcc.c: Likewise.
5661         * iconvdata/tst-e2big.c: Likewise.
5662         * iconvdata/tst-loading.c: Likewise.
5663         * iconv/tst-iconv1.c: Likewise.
5664         * iconv/tst-iconv2.c: Likewise.
5665         * inet/test-inet6_opt.c: Likewise.
5666         * inet/tst-gethnm.c: Likewise.
5667         * inet/tst-network.c: Likewise.
5668         * inet/tst-ntoa.c: Likewise.
5669         * intl/tst-codeset.c: Likewise.
5670         * intl/tst-gettext2.c: Likewise.
5671         * intl/tst-gettext3.c: Likewise.
5672         * intl/tst-ngettext.c: Likewise.
5673         * intl/tst-translit.c: Likewise.
5674         * io/test-stat.c: Likewise.
5675         * libio/test-fmemopen.c: Likewise.
5676         * libio/tst-freopen.c: Likewise.
5677         * libio/tst-sscanf.c: Likewise.
5678         * libio/tst-ungetwc1.c: Likewise.
5679         * libio/tst-ungetwc2.c: Likewise.
5680         * libio/tst-widetext.c: Likewise.
5681         * localedata/tst-ctype.c: Likewise.
5682         * localedata/tst-digits.c: Likewise.
5683         * localedata/tst-leaks.c: Likewise.
5684         * localedata/tst-mbswcs1.c: Likewise.
5685         * localedata/tst-mbswcs2.c: Likewise.
5686         * localedata/tst-mbswcs3.c: Likewise.
5687         * localedata/tst-mbswcs4.c: Likewise.
5688         * localedata/tst-mbswcs5.c: Likewise.
5689         * localedata/tst-setlocale.c: Likewise.
5690         * localedata/tst-trans.c: Likewise.
5691         * localedata/tst-wctype.c: Likewise.
5692         * localedata/tst-xlocale1.c: Likewise.
5693         * login/tst-grantpt.c: Likewise.
5694         * malloc/tst-calloc.c: Likewise.
5695         * malloc/tst-malloc.c: Likewise.
5696         * malloc/tst-mallocstate.c: Likewise.
5697         * malloc/tst-mcheck.c: Likewise.
5698         * malloc/tst-mtrace.c: Likewise.
5699         * malloc/tst-obstack.c: Likewise.
5700         * math/atest-exp2.c: Likewise.
5701         * math/atest-exp.c: Likewise.
5702         * math/atest-sincos.c: Likewise.
5703         * math/test-matherr.c: Likewise.
5704         * math/test-misc.c: Likewise.
5705         * math/test-powl.c: Likewise.
5706         * math/tst-definitions.c: Likewise.
5707         * misc/tst-dirname.c: Likewise.
5708         * misc/tst-efgcvt.c: Likewise.
5709         * misc/tst-fdset.c: Likewise.
5710         * misc/tst-hsearch.c: Likewise.
5711         * misc/tst-mntent2.c: Likewise.
5712         * nptl/tst-sem7.c: Likewise.
5713         * nptl/tst-sem8.c: Likewise.
5714         * nptl/tst-sem9.c: Likewise.
5715         * nss/test-netdb.c: Likewise.
5716         * posix/tst-fnmatch.c: Likewise.
5717         * posix/tst-getlogin.c: Likewise.
5718         * posix/tst-gnuglob.c: Likewise.
5719         * posix/tst-mmap.c: Likewise.
5720         * pwd/tst-getpw.c: Likewise.
5721         * resolv/tst-inet_ntop.c: Likewise.
5722         * rt/tst-timer.c: Likewise.
5723         * stdio-common/test-fseek.c: Likewise.
5724         * stdio-common/test-popen.c: Likewise.
5725         * stdio-common/test-vfprintf.c: Likewise.
5726         * stdio-common/tst-cookie.c: Likewise.
5727         * stdio-common/tst-fileno.c: Likewise.
5728         * stdio-common/tst-gets.c: Likewise.
5729         * stdio-common/tst-obprintf.c: Likewise.
5730         * stdio-common/tst-perror.c: Likewise.
5731         * stdio-common/tst-sprintf2.c: Likewise.
5732         * stdio-common/tst-sprintf3.c: Likewise.
5733         * stdio-common/tst-sprintf.c: Likewise.
5734         * stdio-common/tst-swprintf.c: Likewise.
5735         * stdio-common/tst-tmpnam.c: Likewise.
5736         * stdio-common/tst-unbputc.c: Likewise.
5737         * stdio-common/tst-wc-printf.c: Likewise.
5738         * stdlib/tst-environ.c: Likewise.
5739         * stdlib/tst-fmtmsg.c: Likewise.
5740         * stdlib/tst-limits.c: Likewise.
5741         * stdlib/tst-rand48-2.c: Likewise.
5742         * stdlib/tst-rand48.c: Likewise.
5743         * stdlib/tst-random2.c: Likewise.
5744         * stdlib/tst-random.c: Likewise.
5745         * stdlib/tst-strtol.c: Likewise.
5746         * stdlib/tst-strtoll.c: Likewise.
5747         * stdlib/tst-tls-atexit.c: Likewise.
5748         * stdlib/tst-xpg-basename.c: Likewise.
5749         * string/test-ffs.c: Likewise.
5750         * string/tst-bswap.c: Likewise.
5751         * string/tst-inlcall.c: Likewise.
5752         * string/tst-strtok.c: Likewise.
5753         * string/tst-strxfrm.c: Likewise.
5754         * sysdeps/x86_64/tst-audit10.c: Likewise.
5755         * sysdeps/x86_64/tst-audit3.c: Likewise.
5756         * sysdeps/x86_64/tst-audit4.c: Likewise.
5757         * sysdeps/x86_64/tst-audit5.c: Likewise.
5758         * time/tst-ftime_l.c: Likewise.
5759         * time/tst-getdate.c: Likewise.
5760         * time/tst-mktime3.c: Likewise.
5761         * time/tst-mktime.c: Likewise.
5762         * time/tst-posixtz.c: Likewise.
5763         * time/tst-strptime2.c: Likewise.
5764         * time/tst-strptime3.c: Likewise.
5765         * wcsmbs/tst-btowc.c: Likewise.
5766         * wcsmbs/tst-mbrtowc.c: Likewise.
5767         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5768         * wcsmbs/tst-wchar-h.c: Likewise.
5769         * wcsmbs/tst-wcpncpy.c: Likewise.
5770         * wcsmbs/tst-wcrtomb.c: Likewise.
5771         * wcsmbs/tst-wcsnlen.c: Likewise.
5772         * wcsmbs/tst-wcstof.c: Likewise.
5774 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5776         [BZ #14132]
5777         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5778         INTDEF.
5779         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5780         declaration.
5781         (_dl_mcount): Use rtld_hidden_proto.
5782         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5783         _dl_mcount.
5784         * elf/rtld.c (_rtld_global_ro): Likewise.
5786         [BZ #14132]
5787         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5788         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5789         of _dl_init_internal.
5790         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5791         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5792         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5793         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5794         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5795         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5796         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5797         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5798         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5799         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5800         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5801         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5802         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5803         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5804         * sysdeps/tile/dl-start.S (_start): Likewise.
5805         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5806         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5808         [BZ #14132]
5809         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5810         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5811         (rtld_progname): Make macro definition unconditional.
5812         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5813         INTDEF.
5814         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5815         (dl_main): Likewise.
5816         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5817         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5818         instead of _dl_argv_internal.
5819         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5820         __GI__dl_argv instead of INTUSE(_dl_argv).
5821         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5822         __GI__dl_argv instead of _dl_argv_internal.
5824         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5825         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5826         macro.
5827         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5828         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5829         New macro.
5830         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5831         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5832         macro.
5833         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5834         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5836 2014-11-04  Andreas Schwab  <schwab@suse.de>
5838         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5840 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5842         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5843         mtvsrd instruction in binary form.
5845 2014-11-03  Andreas Schwab  <schwab@suse.de>
5847         [BZ #17522]
5848         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5849         for less than MB_LEN_MAX use a local buffer of that size.
5850         * libio/tst-fputws.c: New file.
5851         * libio/Makefile (tests): Add tst-fputws.
5853 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5855         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5856         the size of the fpu_fr.fpu_dregs[] array.
5858 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5860         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5861         (__nanosleep): Do not define as alias.
5862         (nanosleep): Define as alias of __nanosleep.
5863         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5864         __libc_nanosleep name.
5866 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5868         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5869         install.texi in comment.
5871 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5873         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5874         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5875         ... add here and use lwsync or sync ...
5876         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5877         ... and add here using lwsync.
5879 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5881         * elf/dl-machine-reject-phdr.h: New file.
5882         * elf/dl-load.c: #include that.
5883         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5884         if that returned true.
5886 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5888         [BZ #17496]
5889         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5890         gen-as-const-headers chunk.  Add a big scare comment after the last
5891         safe place to touch before-compile.
5893 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5895         * manual/install.texi (Tools for Compilation): Update autoconf
5896         version requirements.
5897         * INSTALL: Regenerated.
5899         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5900         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5901         (__libc_pselect): Likewise.
5903         [BZ #14138]
5904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5909 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5911         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5912         correct barrier instruction.
5913         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5914         Likewise.
5915         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5916         Likewise.
5918 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5920         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5921         after defining inlines.  Instead, just use parens to defeat macro
5922         expansion of __isctype in its declaration.
5924 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5926         * include/sys/uio.h (__libc_readv): Remove declaration.
5927         (__libc_writev): Likewise.
5928         * misc/readv.c (__libc_readv): Rename to __readv.
5929         (__readv): Do not define as alias.
5930         (readv): Define as alias of __readv.
5931         * misc/writev.c (__libc_writev): Rename to __writev.
5932         (__writev): Do not define as alias.
5933         (writev): Define as alias of __writev.
5934         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5935         (__readv): Do not define as alias.
5936         (readv): Define unconditionally as alias of __readv.
5937         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5938         (__writev): Do not define as alias.
5939         (writev): Define unconditionally as alias of __writev.
5940         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5941         name.
5942         (writev): Do not define __libc_writev name.
5944 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5946         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5947         (convert_charseq): New function, broken out of ...
5948         (use_from_charmap): ... here.  Call it.
5949         (use_to_charmap): Use convert_charseq and free instead of duplicating
5950         its code with a variable-length stack struct.
5952 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5954         * include/fcntl.h (__libc_creat): Remove declaration.
5955         * io/creat.c (__libc_creat): Rename to creat.
5956         (creat): Do not define as alias.
5957         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5958         of creat instead of __libc_creat.
5959         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5960         to creat.
5961         (creat): Do not define as alias.
5962         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5963         __libc_creat.
5964         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5965         __libc_creat name.
5966         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5967         Likewise.
5969 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5971         * manual/llio.texi: Add comments discussing why write() may be
5972         considered MT-unsafe on Linux.
5974 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5976         * dl-load.c (local_strdup): Remove.
5977         (expand_dynamic_string_token): Use __strdup.
5978         (decompose_rpath): Likewise.
5979         (_dl_map_object): Likewise.
5981 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5983         [BZ #14132]
5984         * sysdeps/generic/unwind-dw2-fde.c
5985         (__register_frame_info_bases_internal): Do not declare.
5986         (__register_frame_info_table_bases_internal): Likewise.
5987         (__deregister_frame_info_bases_internal): Likewise.
5988         (__register_frame_info_bases): Declare and use hidden_proto before
5989         definition.  Use hidden_def instead of INTDEF.
5990         (__register_frame_info_table_bases): Likewise.
5991         (__deregister_frame_info_bases): Likewise.
5992         (__register_frame_info): Do not use INTUSE.
5993         (__register_frame): Likewise.
5994         (__register_frame_info_table): Likewise.
5995         (__register_frame_table): Likewise.
5996         (__deregister_frame_info): Likewise.
5997         (__deregister_frame): Likewise.
5999 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6001         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6002         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6003         not undefine.
6004         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6005         Likewise.
6006         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6007         Likewise.
6009 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6011         [BZ #14138]
6012         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6013         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6014         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6015         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6016         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6017         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6018         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6019         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6020         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6021         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6022         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6023         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6024         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6025         syscall.
6026         (setfsuid): Likewise.
6027         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6028         (setfsuid): Likewise.
6029         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6030         (setfsuid): Likewise.
6031         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6032         Likewise.
6033         (setfsuid): Likewise.
6034         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6035         (setfsuid): Likewise.
6036         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6037         Likewise.
6038         (setfsuid): Likewise.
6040 2014-10-27  Andreas Schwab  <schwab@suse.de>
6042         [BZ #17501]
6043         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6044         check for Slow_SSE4_2 feature bit.
6045         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6046         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6047         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6048         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6050 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6052         * configure.ac: Validate compiler version with a empirical test of
6053         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6054         $CC -v output.
6055         * configure: Regenerated.
6057         * inet/htons.c (htons): Prototypify.
6058         * inet/htonl.c (htonl): Likewise.
6060 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6062         * string/strncat.c (strncat): Improve performance by using strlen.
6064 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6066         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6068 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6070         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6071         Call libc_fetestexcept_aarch64.
6073 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6075         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6076         Call libc_feholdexcept_aarch64.
6078 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6080         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6081         Call get_rounding_mode.
6083 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6085         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6086         Simplify logic.
6088 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6090         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6091         Simplify logic.
6093 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6095         [BZ #14138]
6096         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6097         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6098         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6099         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6100         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6101         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6102         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6103         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6104         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6105         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6106         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6107         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6108         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6109         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6110         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6111         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6112         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6113         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6114         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6115         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6116         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6117         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6118         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6119         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6120         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6121         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6122         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6123         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6124         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6125         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6126         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6127         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6128         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6129         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6130         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6131         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6132         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6133         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6134         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6135         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6136         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6137         syscall.
6138         (geteuid): Likewise.
6139         (getgid): Likewise.
6140         (getuid): Likewise.
6141         (getresgid): Likewise.
6142         (getresuid): Likewise.
6143         (getgroups): Likewise.
6144         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6145         (geteuid): Likewise.
6146         (getgid): Likewise.
6147         (getuid): Likewise.
6148         (getresgid): Likewise.
6149         (getresuid): Likewise.
6150         (getgroups): Likewise.
6151         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6152         (geteuid): Likewise.
6153         (getgid): Likewise.
6154         (getuid): Likewise.
6155         (getresgid): Likewise.
6156         (getresuid): Likewise.
6157         (getgroups): Likewise.
6158         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6159         Likewise.
6160         (geteuid): Likewise.
6161         (getgid): Likewise.
6162         (getuid): Likewise.
6163         (getresgid): Likewise.
6164         (getresuid): Likewise.
6165         (getgroups): Likewise.
6166         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6167         (geteuid): Likewise.
6168         (getgid): Likewise.
6169         (getuid): Likewise.
6170         (getresgid): Likewise.
6171         (getresuid): Likewise.
6172         (getgroups): Likewise.
6173         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6174         Likewise.
6175         (geteuid): Likewise.
6176         (getgid): Likewise.
6177         (getuid): Likewise.
6178         (getgroups): Likewise.
6180         [BZ #14138]
6181         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6182         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6183         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6184         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6185         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6186         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6187         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6188         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6189         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6190         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6191         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6192         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6193         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6194         __chown.
6195         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6196         (lchown): Likewise.
6197         (fchown): Likewise.
6198         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6199         Likewise.
6200         (lchown): Likewise.
6201         (fchown): Likewise.
6202         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6203         (lchown): Likewise.
6204         (fchown): Likewise.
6205         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6206         Likewise.
6207         (lchown): Likewise.
6208         (fchown): Likewise.
6210 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6212         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6213         Simplify logic.
6215 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6217         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6218         Cleanup logic.
6220 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6222         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6223         Remove unused include.
6225 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6227         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6228         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6229         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6230         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6232 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6233             Helge Deller <deller@gmx.de>
6235         [BZ #17508]
6236         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6237         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6238         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6240 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6242         [BZ #14132]
6243         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6244         Remove macro definition.
6245         (__ashrdi3_v_glibc20): Likewise.
6246         (__lshrdi3_v_glibc20): Likewise.
6247         (__cmpdi2_v_glibc20): Likewise.
6248         (__ucmpdi2_v_glibc20): Likewise.
6249         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6250         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6251         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6252         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6253         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6254         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6256 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6258         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6259         old GNU extension [0] syntax.
6260         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6261         alloca rather than an array member with variable length.
6262         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6263         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6264         (parse_opt): ... here.  Likewise use alloca there.
6265         Validate the -i argument before checking for rootness.
6266         (send_shutdown): New function, broken out of ...
6267         (parse_opt): ... here.
6269 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6271         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6272         macro to get at the _rt_local_ro field.
6273         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6274         ([PIC] case) or _dl_hwcap ([!PIC] case).
6275         * sysdeps/arm/setjmp.S: Likewise.
6277         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6278         * sysdeps/arm/configure.ac: New check to define it.
6279         * sysdeps/arm/configure: Regenerated.
6280         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6281         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6282         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6283         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6284         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6285         Use move/movt pair instead of a load.
6286         (LDST_GLOBAL): Macro removed.
6287         (LDR_GLOBAL): New macro replaces it.
6288         (LDR_HIDDEN): New macro.
6289         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6290         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6292         * setjmp/tst-setjmp-static.c: New file.
6293         * setjmp/Makefile (tests): Add it.
6294         (tests-static): New variable.
6296 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6298         [BZ #17485]
6299         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6301 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6303         [BZ #14132]
6304         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6306 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6308         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6310 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6312         * io/fts.c (dirent_not_directory): New function.
6313         (fts_build): Call it.
6315 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6317         * nptl/version.c (__nptl_main): Use normal __write rather than
6318         INTERNAL_SYSCALL.
6319         (banner): Update copyright years.
6321         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6322         gettimeofday.
6323         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6324         * nptl/pthread_cond_timedwait.c: Likewise.
6325         * nptl/pthread_mutex_timedlock.c: Likewise.
6326         * nptl/sem_timedwait.c: Likewise.
6328         * sysdeps/nptl/bits/libc-lock.h
6329         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6330         (__libc_lock_init_recursive): Return void, not 0.
6331         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6332         (__libc_rwlock_init): Likewise.
6333         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6335 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6337         [BZ #15215]
6338         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6339         (__pthread_once_slow): ... here.
6340         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6341         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6343 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6345         [BZ #15215]
6346         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6347         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6348         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6349         * nptl/pthread_once.c (__pthread_once): Likewise.
6350         Update comments.
6352 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6354         [BZ #14138]
6355         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6356         name.
6357         (writev): Use __libc_writev as strong name.
6358         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6359         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6361 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6363         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6365         * sysdeps/i386/nptl/tls.h
6366         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6367         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6368         New macros.
6369         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6370         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6371         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6372         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6373         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6374         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6376         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6377         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6378         on [__NR_futex].
6379         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6380         broken out of ...
6381         (__pthread_mutex_init): ... here.  Call it.
6382         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6383         Conditionalize PI cases on [__NR_futex].
6384         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6385         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6386         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6388         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6389         conditional on [SIGSETXID].
6390         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6391         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6392         is defined.  Likewise for SIGSETXID.
6393         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6394         Conditionalize definitions on [SIGSETXID].
6395         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6396         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6397         unblocking on [SIGCANCEL].
6399         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6400         [__NR_set_robust_list].
6402 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6404         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6405         (do_compare): Likewise.
6407 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6409         [BZ #15884]
6410         * string/strcoll_l.c: Don't include stdio.h.
6411         (coll_seq): Remove members idxarr and rulearr.
6412         (get_next_seq_cached): Remove function.
6413         (get_next_seq): Likewise.
6414         (get_next_seq_nocache): Rename to get_next_seq.
6415         (do_compare): Remove function.
6416         (do_compare_nocache): Rename to do_compare.
6417         (STRCOLL): Remove weight and rules cache.
6419 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6421         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6422         * sysdeps/arm/sfp-machine.h: ... to here.
6423         * sysdeps/arm/Implies: Remove arm/soft-fp.
6425 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6427         * conform/data/sys/utsname.h-data (*_t): Allow.
6428         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6429         [POSIX] (WEXITED): Do not expect constant.
6430         [POSIX] (WSTOPPED): Likewise.
6431         [POSIX] (WNOHANG): Likewise.
6432         [POSIX] (WNOWAIT): Likewise.
6433         [POSIX] (siginfo_t): Do not expect type or elements.
6434         [POSIX] (pid_t): Do not expect type.
6435         [POSIX] (signal.h): Do not allow header.
6436         [POSIX] (sys/resource.h): Likewise.
6437         [POSIX] (si_*): Do not allow pattern.
6438         [POSIX] (W*): Likewise.
6439         [POSIX] (P_*): Likewise.
6440         [POSIX] (BUS_*): Likewise.
6441         [POSIX] (CLD_*): Likewise.
6442         [POSIX] (FPE_*): Likewise.
6443         [POSIX] (ILL_*): Likewise.
6444         [POSIX] (POLL_*): Likewise.
6445         [POSIX] (SEGV_*): Likewise.
6446         [POSIX] (SI_*): Likewise.
6447         [POSIX] (TRAP_*): Likewise.
6448         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6449         variable.
6451 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6453         [BZ #12926]
6454         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6455         infinite loop when __recvmsg returns 0.
6457 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6459         * CANCEL-FCT-WAIVE: Remove file.
6460         * CANCEL-FILE-WAIVE: Likewise.
6462         [BZ #14132]
6463         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6464         instead of INTVARDEF.
6465         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6466         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6467         rtld_hidden_data_def instead of INTVARDEF.
6468         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6469         * elf/dl-deps.c (expand_dst): Likewise.
6470         * elf/dl-load.c (_dl_dst_count): Likewise.
6471         (_dl_dst_substitute): Likewise.
6472         (decompose_rpath): Likewise.
6473         (_dl_init_paths): Likewise.
6474         (open_path): Likewise.
6475         (_dl_map_object): Likewise.
6476         * elf/rtld.c (dl_main): Likewise.
6477         (process_dl_audit): Likewise.
6478         (process_envvars): Likewise.
6479         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6480         Remove declaration.
6481         (__libc_enable_secure): Use rtld_hidden_proto.
6483 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6485         * elf/dl-load.c
6486         (add_path): New function broken out of _dl_rtld_di_serinfo.
6487         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6489 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6491         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6492         parentheses around macro arguments.
6493         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6494         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6495         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6496         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6497         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6498         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6499         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6500         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6501         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6502         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6503         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6504         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6505         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6506         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6507         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6508         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6509         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6510         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6511         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6512         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6513         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6514         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6515         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6516         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6517         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6518         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6519         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6520         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6521         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6522         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6523         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6524         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6525         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6526         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6527         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6528         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6529         Likewise.
6530         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6531         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6532         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6533         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6534         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6535         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6536         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6537         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6538         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6539         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6540         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6541         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6542         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6543         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6544         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6545         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6546         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6547         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6548         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6549         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6550         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6551         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6552         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6553         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6554         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6555         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6556         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6557         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6558         (_FP_FRAC_SRS_1): Likewise.
6559         (_FP_FRAC_CLZ_1): Likewise.
6560         (_FP_MUL_MEAT_1_imm): Likewise.
6561         (_FP_MUL_MEAT_1_wide): Likewise.
6562         (_FP_MUL_MEAT_1_hard): Likewise.
6563         (_FP_SQRT_MEAT_1): Likewise.
6564         (_FP_FRAC_ASSEMBLE_1): Likewise.
6565         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6566         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6567         (__FP_CLZ_2): Likewise.
6568         (_FP_MUL_MEAT_2_wide): Likewise.
6569         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6570         (_FP_MUL_MEAT_2_gmp): Likewise.
6571         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6572         (_FP_SQRT_MEAT_2): Likewise.
6573         (_FP_FRAC_ASSEMBLE_2): Likewise.
6574         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6575         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6576         (_FP_FRAC_CLZ_4): Likewise.
6577         (_FP_MUL_MEAT_4_wide): Likewise.
6578         (_FP_MUL_MEAT_4_gmp): Likewise.
6579         (_FP_SQRT_MEAT_4): Likewise.
6580         (_FP_FRAC_ASSEMBLE_4): Likewise.
6581         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6582         * soft-fp/op-common.h (_FP_CMP): Likewise.
6583         (_FP_CMP_EQ): Likewise.
6584         (_FP_CMP_UNORD): Likewise.
6585         (_FP_TO_INT): Likewise.
6586         (_FP_FROM_INT): Likewise.
6587         [!__FP_CLZ] (__FP_CLZ): Likewise.
6588         (_FP_DIV_HELP_imm): Likewise.
6589         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6590         Likewise.
6591         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6592         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6593         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6594         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6595         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6596         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6597         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6598         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6599         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6600         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6601         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6602         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6603         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6604         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6605         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6606         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6607         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6608         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6609         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6610         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6611         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6612         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6613         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6614         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6615         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6616         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6617         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6618         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6619         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6620         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6621         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6622         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6623         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6624         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6625         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6626         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6627         (FP_UNPACK_RAW_SP): Likewise.
6628         (FP_PACK_RAW_S): Likewise.
6629         (FP_PACK_RAW_SP): Likewise.
6630         (FP_UNPACK_S): Likewise.
6631         (FP_UNPACK_SP): Likewise.
6632         (FP_UNPACK_SEMIRAW_S): Likewise.
6633         (FP_UNPACK_SEMIRAW_SP): Likewise.
6634         (FP_PACK_S): Likewise.
6635         (FP_PACK_SP): Likewise.
6636         (FP_PACK_SEMIRAW_S): Likewise.
6637         (FP_PACK_SEMIRAW_SP): Likewise.
6638         (_FP_SQRT_MEAT_S): Likewise.
6639         (FP_CMP_S): Likewise.
6640         (FP_CMP_EQ_S): Likewise.
6641         (FP_CMP_UNORD_S): Likewise.
6642         (FP_TO_INT_S): Likewise.
6643         (FP_FROM_INT_S): Likewise.
6645         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6647         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6648         (FP_EX_INVALID_IMZ): Likewise.
6649         (FP_EX_INVALID_IMZ_FMA): Likewise.
6650         (FP_EX_INVALID_ISI): Likewise.
6651         (FP_EX_INVALID_ZDZ): Likewise.
6652         (FP_EX_INVALID_IDI): Likewise.
6653         (FP_EX_INVALID_SQRT): Likewise.
6654         (FP_EX_INVALID_CVI): Likewise.
6655         (FP_EX_INVALID_VC): Likewise.
6656         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6657         "invalid" exceptions.
6658         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6659         (_FP_ADD_INTERNAL): Likewise.
6660         (_FP_MUL): Likewise.
6661         (_FP_FMA): Likewise.
6662         (_FP_DIV): Likewise.
6663         (_FP_CMP_CHECK_NAN): Likewise.
6664         (_FP_SQRT): Likewise.
6665         (_FP_TO_INT): Likewise.
6666         (FP_EXTEND): Likewise.
6668 2014-10-09  Allan McRae  <allan@archlinux.org>
6670         * po/fr.po: Update French translation from translation project.
6672 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6674         [BZ #14132]
6675         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6676         of INTDEF.
6677         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6678         (__cxa_atexit): Use libc_hidden_proto.
6679         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6681         [BZ #14132]
6682         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6683         declaration.
6684         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6685         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6686         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6687         [!_ISOMAC] (__iswctype_internal): Likewise.
6688         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6689         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6690         alias.
6691         (fcntl): Remove __fcntl_internal alias.
6692         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6693         __connect_internal alias.
6694         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6695         Likewise.
6697         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6698         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6699         FP_DENORM_ZERO.
6700         (_FP_CHECK_FLUSH_ZERO): New macro.
6701         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6702         (_FP_CMP): Likewise.
6703         (_FP_CMP_EQ): Likewise.
6704         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6705         FP_DENORM_ZERO.
6706         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6707         (FP_TRUNC): Likewise.
6709         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6710         treated as invalid conversion, not as normal exponent.
6712         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6713         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6714         (_FP_CMP_EQ): Likewise.
6715         (_FP_CMP_UNORD): Likewise.
6716         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6717         (FP_CMP_EQ_D): Likewise.
6718         (FP_CMP_UNORD_D): Likewise.
6719         * soft-fp/extended.h (FP_CMP_E): Likewise.
6720         (FP_CMP_EQ_E): Likewise.
6721         (FP_CMP_UNORD_E): Likewise.
6722         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6723         (FP_CMP_EQ_Q): Likewise.
6724         (FP_CMP_UNORD_Q): Likewise.
6725         * soft-fp/single.h (FP_CMP_S): Likewise.
6726         (FP_CMP_EQ_S): Likewise.
6727         (FP_CMP_UNORD_S): Likewise.
6728         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6729         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6730         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6731         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6732         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6733         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6734         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6735         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6736         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6737         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6738         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6739         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6740         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6741         to FP_CMP_Q.
6742         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6743         FP_CMP_Q.
6744         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6745         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6746         FP_CMP_EQ_Q.
6747         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6748         FP_CMP_Q.
6749         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6750         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6751         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6752         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6753         FP_CMP_EQ_Q.
6754         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6755         FP_CMP_Q.
6756         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6757         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6758         FP_CMP_EQ_Q.
6759         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6760         FP_CMP_Q.
6761         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6762         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6763         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6764         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6765         FP_CMP_EQ_Q.
6767         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6768         a subnormal result, set the underflow exception if trapping on
6769         underflow is enabled.
6770         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6771         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6772         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6773         redefine to 0.
6774         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6775         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6776         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6777         * soft-fp/extendxftf2.c (__extendxftf2): Use
6778         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6780         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6781         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6782         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6783         FP_HANDLE_EXCEPTIONS.
6784         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6785         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6786         FP_HANDLE_EXCEPTIONS.
6787         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6788         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6789         FP_HANDLE_EXCEPTIONS.
6790         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6791         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6792         FP_HANDLE_EXCEPTIONS.
6794 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6796         [BZ #14132]
6797         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6798         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6799         use INTUSE.
6800         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6801         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6802         Remove alias.
6803         (__adjtimex): Define using libc_hidden_ver.
6804         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6805         Remove declaration.
6806         (ntp_gettime): Call __adjtimex directly.
6807         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6808         Remove declaration.
6809         (ntp_gettimex): Call __adjtimex directly.
6810         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6811         __adjtimex_internal alias.
6813 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6815         [BZ #17460]
6816         * nscd/nscd.c (more_help): Rewrite list of tables collection
6817         using xstrdup and asprintf.
6819         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6821 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6822             Roland McGrath  <roland@hack.frob.com>
6824         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6825         (do_lookup_unique): ... local function 'enter' here; update callers.
6827 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6829         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6830         compat_symbol calls on [SHARED].
6831         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6832         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6833         Remove.
6834         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6835         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6836         (oldsetrlimit): Remove.
6837         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6839         (lchown): New syscall entry.
6840         (oldsetrlimit): Remove.
6841         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6842         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6843         (oldsetrlimit): Remove.
6844         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6846         [BZ #14138]
6847         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6848         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6849         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6850         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6851         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6852         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6853         (fchown): Likewise.
6854         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6855         (fchown): Likewise.
6856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6857         Likewise.
6859 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6861         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6862         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6863         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6864         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6865         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6866         Likewise.
6867         (__old_sem_post): Likewise.
6869 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6871         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6872         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6873         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6874         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6875         Use INLINE_VSYSCALL macro.
6876         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6877         __vdso_clock_gettime.
6878         * sysdeps/unix/sysv/linux/tile/init-first.c
6879         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6880         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6881         __vdso_clock_gettime.
6883         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6884         to set up frame more cleanly.
6886         * sysdeps/tile/memcmp.c: New file.
6888         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6890         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6891         * sysdeps/tile/tilegx/strcasestr.c: New file.
6892         * sysdeps/tile/tilegx/strnlen.c: New file.
6893         * sysdeps/tile/tilegx/strstr.c: New file.
6895         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6897 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6899         * nptl/tst-setuid3.c: Write errors to stdout.
6901 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6903         * elf/dl-deps.c
6904         (preload): New functions broken out of _dl_map_object_deps.
6905         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6907 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6909         [BZ #14138]
6910         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6911         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6913 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6915         * sysdeps/mips/strcmp.S: New.
6917 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6919         [BZ #14138]
6920         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6921         (linkat): Likewise.
6922         (mkdirat): Likewise.
6923         (readlinkat): Likewise.
6924         (renameat): Likewise.
6925         (symlinkat): Likewise.
6926         (unlinkat): Likewise.
6927         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6928         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6929         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6930         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6931         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6932         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6933         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6935 2014-09-30  Will Newton  <will.newton@linaro.org>
6937         * math/math.h: Define long double math functions if
6938         _LIBC_TEST is defined.
6939         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6941         * localedata/Makefile: Move assignment to tests-special
6942         into an ifdef testing run-built-tests.
6943         * timezone/Makefile: Likewise.
6945 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6947         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6948         with $(BASH) not $(SHELL).
6950 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6951             Matthew LeGendre  <legendre1@llnl.gov>
6953         [BZ #17411]
6954         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6955         l_reloc_result.
6957 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6959         * stdio-common/printf_fp.c
6960         (hack_digit): New function, broken out of ...
6961         (__printf_fp): ... local function here.  Update call sites.
6962         hack_digit now takes an additional parameter that is a pointer
6963         to a struct of the referenced locals.  Those locals moved inside
6964         the struct and references updated.
6966 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6968         * aclocal.m4: Require autoconf 2.69.
6969         * configure: Regenerated.
6970         * sysdeps/aarch64/configure: Likewise.
6971         * sysdeps/alpha/configure: Likewise.
6972         * sysdeps/arm/armv7/configure: Likewise.
6973         * sysdeps/arm/configure: Likewise.
6974         * sysdeps/ia64/configure: Likewise.
6975         * sysdeps/mach/configure: Likewise.
6976         * sysdeps/mips/configure: Likewise.
6977         * sysdeps/s390/configure: Likewise.
6978         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6981         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6982         file.
6983         * sysdeps/ia64/configure.ac: Likewise.
6985 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6988         specify symbol version for ld.so.  Do not include entry for
6989         libpthread.
6990         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6991         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6992         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6994         [BZ #14171]
6995         * Makeconfig [$(build-shared) = yes]
6996         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6997         makefiles.
6998         [$(build-shared) = yes && $(soversions.mk-done) = t]
6999         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7000         [$(build-shared) = yes && $(soversions.mk-done) = t]
7001         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7002         to Makerules.
7003         [$(build-shared) = yes && $(soversions.mk-done) = t]
7004         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7005         here.
7006         [$(build-shared) = yes && $(soversions.mk-done) = t]
7007         (common-generated): Don't append gnu/lib-names.h and
7008         gnu/lib-names.stmp here.
7009         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7010         (lib-names-h-abi): New variable.
7011         [$(build-shared) = yes && $(soversions.mk-done) = t]
7012         (lib-names-stmp-abi): Likewise.
7013         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7014         abi-variants] (before-compile): Append
7015         $(common-objpfx)$(lib-names-h-abi).
7016         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7017         abi-variants] (common-generated): Append gnu/lib-names.h.
7018         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7019         abi-variants] (install-others-nosubdir): Depend on
7020         $(inst_includedir)/$(lib-names-h-abi).
7021         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7022         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7023         [$(build-shared) = yes && $(soversions.mk-done) = t]
7024         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7025         [$(build-shared) = yes && $(soversions.mk-done) = t]
7026         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7027         [$(build-shared) = yes && $(soversions.mk-done) = t]
7028         (common-generated): Append $(lib-names-h-abi) and
7029         $(lib-names-stmp-abi).
7030         * scripts/lib-names.awk: Do not handle multi being set.
7031         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7032         Remove variable.
7033         (abi-lp64_be-ld-soname): Likewise.
7034         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7035         Likewise.
7036         (abi-hard-ld-soname): Likewise.
7037         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7038         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7039         Remove variable.
7040         (abi-o32_hard-ld-soname): Likewise.
7041         (abi-o32_soft_2008-ld-soname): Likewise.
7042         (abi-o32_hard_2008-ld-soname): Likewise.
7043         (abi-n32_soft-ld-soname): Likewise.
7044         (abi-n32_hard-ld-soname): Likewise.
7045         (abi-n32_soft_2008-ld-soname): Likewise.
7046         (abi-n32_hard_2008-ld-soname): Likewise.
7047         (abi-n64_soft-ld-soname): Likewise.
7048         (abi-n64_hard-ld-soname): Likewise.
7049         (abi-n64_soft_2008-ld-soname): Likewise.
7050         (abi-n64_hard_2008-ld-soname): Likewise.
7051         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7052         Likewise.
7053         (abi-64-v2-ld-soname): Likewise.
7054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7055         ld.so entries.
7056         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7057         variable.
7058         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7059         entry.
7060         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7061         variable.
7062         (abi-64-ld-soname): Likewise.
7063         (abi-x32-ld-soname): Likewise.
7064         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7065         entry.
7066         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7068 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7070         [BZ #14138]
7071         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7072         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7073         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7074         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7075         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7076         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7077         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7078         syscall entry for GLIBC_2.2 symbol version.
7079         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7080         Likewise.
7081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7082         (setrlimit): Likewise.
7083         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7084         Likewise.
7086 2014-09-23  Will Newton  <will.newton@linaro.org>
7088         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7089         _LINUX_ARM_SYSDEP_H include guard too.
7090         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7091         define.
7093 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7095         * sysdeps/unix/sysv/linux/eventfd.c:
7096         Make first argument unsigned.
7097         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7098         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7100 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7102         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7103         * socket/sys/socket.h: Likewise
7104         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7106 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7108         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7110 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7112         * time/tst-ftime.c: New test.
7113         * time/Makefile (tests): Add tst-ftime.
7115 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7117         * soft-fp/extended.h: Fix comment formatting.
7118         * soft-fp/op-1.h: Likewise.
7119         * soft-fp/op-2.h: Likewise.
7120         * soft-fp/op-4.h: Likewise.
7121         * soft-fp/op-8.h: Likewise.
7122         * soft-fp/op-common.h: Likewise.
7123         * soft-fp/soft-fp.h: Likewise.
7125         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7127 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7129         [BZ #6652]
7130         * Makeconfig (soversions-default-setname): Remove variable.
7131         ($(common-objpfx)soversions.i): Don't pass default_setname to
7132         soversions.awk.
7133         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7134         oldest_abi to abi-versions.awk.
7135         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7136         * config.make.in (oldest-abi): Remove variable.
7137         * configure.ac (--enable-oldest-abi): Remove configure option.
7138         * configure: Regenerated.
7139         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7140         text.
7141         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7142         * scripts/soversions.awk: Do not handle default_setname variable.
7143         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7144         variable.
7145         * sysdeps/mach/hurd/configure: Regenerated.
7146         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7147         variable.
7148         * sysdeps/unix/sysv/linux/configure: Regenerated.
7150 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7152         * elf/Makefile (CFLAGS-interp.c): Remove.
7153         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7154         path string.
7155         * elf/interp.c: Include generated runtime-linker.h
7157         * Makerules (lib%.so): Don't include $(+interp) in
7158         prerequisites.
7159         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7160         * dlfcn/eval.c: Remove file.
7162         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7163         macros.
7165         [BZ #17266]
7166         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7167         4.2 and newer.
7169         [BZ #17370]
7170         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7172 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7173             Jakub Jelinek  <jakub@redhat.com>
7175         [BZ #17266]
7176         * libio/stdio.h: Check definition of __fortify_function
7177         instead of __extern_always_inline to include bits/stdio2.h.
7178         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7179         check if __extern_always_inline is defined.
7180         [__USE_MISC || __USE_XOPEN]: Likewise.
7181         [__USE_ISOC99] Likewise.
7182         * misc/sys/cdefs.h (__fortify_function): Define only if
7183         __extern_always_inline is defined.
7184         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7185         __extern_always_inline and __extern_inline only for g++-4.3
7186         and newer or a compatible gcc.
7188 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7190         [BZ #17371]
7191         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7192         last change to handle zero prefix length.
7194 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7196         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7197         _SC_REGEX_VERSION.
7199         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7200         _POSIX_RAW_SOCKETS.
7202 2014-09-13  Allan McRae  <allan@archlinux.org>
7204         * po/ru.po: Update Russian translation from translation project.
7206 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7208         * locale/programs/locale.c (show_locale_vars): Inline local function
7209         into its sole call site.  Clean up some style nits.
7210         (print_item): New function, broken out of ...
7211         (show_info): ... local function here.  Clean up style nits.
7213         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7214         out of ...
7215         (set_class_defaults): ... local function set_default here.
7216         Define set_default as a macro locally to pass constant parameters.
7217         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7218         rather than a shared local.
7220         * stdlib/rpmatch.c (try): New function, broken out of ...
7221         (rpmatch): ... local function here.  Also, prototypify definition.
7223 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7225         * scripts/soversions.awk: Do not handle configuration names.
7226         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7227         vendor and os variables to soversions.awk.
7228         * configure.ac: Do not modify gnu-* host_os.
7229         * configure: Regenerated
7230         * shlib-versions: Remove first column with configuration names.
7231         * nptl/shlib-versions: Likewise.
7232         * nptl_db/shlib-versions: Likewise.
7233         * sysdeps/hppa/shlib-versions: Likewise.
7234         * sysdeps/m68k/shlib-versions: Likewise.
7235         * sysdeps/mach/hurd/shlib-versions: Likewise.
7236         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7237         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7238         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7239         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7240         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7241         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7242         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7243         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7245         Likewise.
7246         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7247         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7248         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7249         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7250         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7251         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7252         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7253         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7256         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7258         Regenerated.
7259         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7261         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7263         * shlib-versions: Remove OS-specific entries.  Moved to files in
7264         sysdeps.
7265         * sysdeps/mach/hurd/shlib-versions: New file.
7266         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7268         * nptl/shlib-versions: Remove architecture-specific entries.
7269         Moved to files in sysdeps.
7270         * shlib-versions: Likewise.
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7272         file.
7273         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7274         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7275         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7276         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7278         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7279         (UDP_NO_CHECK6_RX): Likewise.
7281 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7283         * sysdeps/posix/sysconf.c (__sysconf): Spell
7284         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7286 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7288         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7289         loading.
7290         * iconv/Versions (__gconv_transliterate): Export for use from
7291         gconv modules.
7292         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7293         (struct __gconv_trans_data, __gconv_trans_fct,
7294         __gconv_trans_context_fct, __gconv_trans_query_fct,
7295         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7296         definitions.
7297         (struct __gconv_step_data): Remove __trans member.
7298         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7299         longer hidden.  Remove unused trans_data argument.
7300         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7301         (__gconv_translit_find): Remove declaration.
7302         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7303         prototype.
7304         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7305         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7306         trans_data argument.  Add hidden definition.
7307         (__gconv_translit_find): Remove.
7308         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7309         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7310         * iconv/skeleton.c: Remove transliteration initialization.
7311         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7312         __gconv_step_data initialization.
7313         * libio/iofwide.c (__libio_translit_): Remove.
7314         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7315         * wcsmbs/btowc.c (__btowc): Likewise.
7316         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7317         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7318         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7319         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7320         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7321         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7322         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7323         * wcsmbs/wctob.c (wctob): Likewise.
7325 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7327         [BZ #16194]
7328         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7329         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7330         register usage.
7331         * sysdeps/x86/Makefile: Adjust.
7333 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7334             Roland McGrath  <roland@hack.frob.com>
7336         * locale/weight.h: Add include guard.
7337         (findidx): Make static rather than auto; take new parameters
7338         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7339         * locale/weightwc.h: Likewise.
7340         * posix/fnmatch_loop.c
7341         (FCT): Change type of EXTRA from int32_t to wint_t.
7342         Don't include either header inside the function.
7343         Call FINDIDX rather than findidx, and pass new arguments.
7344         #undef FINDIDX at the end of the file.
7345         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7346         FINDIDX before including fnmatch_loop.c for the non-wide version.
7347         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7348         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7349         for the wide version.
7350         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7351         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7352         Pass new arguments to findidx.
7353         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7354         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7355         Don't #include it inside the function.  Pass new arguments to findidx.
7356         * posix/regex_internal.h
7357         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7358         (re_string_elem_size_at): Don't #include it inside the function.
7359         Pass new arguments to findidx.
7360         * string/strcoll_l.c: #include WEIGHT_H at top level.
7361         (get_next_seq): Don't #include it inside the function.
7362         Pass new arguments to findidx.
7363         (get_next_seq_nocache): Likewise.
7364         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7365         (STRXFRM): Don't #include it inside the function.
7366         Pass new arguments to findidx.
7368 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7370         [BZ #17344]
7371         * malloc/malloc.c (unlink): Turn asserts into a call to
7372         malloc_printerr.
7374 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7376         [BZ #17370]
7377         * libio/wfileops (do_ftell_wide): Free OUT.
7379 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7381         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7383 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7385         [BZ #17363]
7386         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7387         group if the current group is empty.
7389 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7391         * benchtests/bench-memset.c (test_main): Add more test from size
7392         from 32 to 512 bytes.
7393         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7394         Add POWER8 memset object.
7395         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7396         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7397         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7398         implementation.
7399         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7400         Likewise.
7401         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7402         multiarch POWER8 memset optimization.
7403         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7404         POWER8 memset optimization.
7406         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7407         Remove bzero multiarch objects.
7408         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7409         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7410         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7411         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7412         Remove define.
7413         [__bzero]: Redefine to specific name.
7414         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7415         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7416         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7417         define.
7418         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7419         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7421 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7423         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7424         warnings into errors.
7426         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7427         __cxa_thread_atexit_impl prototype.
7429 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7431         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7432         Fix capitalization of error message.
7434 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7436         * sysdeps/mips/preconfigure: Modify ABI tests.
7438 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7440         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7442 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7443             Carlos O'Donell  <carlos@systemhalted.org>
7445         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7446         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7447         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7448         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7449         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7450         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7451         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7452         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7453         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7454         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7455         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7456         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7457         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7458         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7459         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7460         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7461         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7462         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7463         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7464         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7465         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7466         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7467         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7468         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7469         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7470         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7471         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7472         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7473         Deconditionalize the code that was previously under [RESET_PID].
7474         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7475         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7476         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7477         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7478         include sysdep.h.
7480 2014-09-08  Allan McRae  <allan@archlinux.org>
7482         * version.h (RELEASE): Set to "development".
7483         (VERSION): Set to "2.20.90"
7485 2014-09-07  Allan McRae  <allan@archlinux.org
7487         * version.h (RELEASE): Set to "stable".
7488         (VERSION): Set to "2.20"
7489         * include/features.h (__GLIBC_MINOR__): Set to 20.
7491         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7492         Liebler.
7494         * po/ko.po: Update Korean translation from translation project.
7496 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7498         [BZ #17354]
7499         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7500         macro for handling signed relocations.
7502 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7504         [BZ #17325]
7505         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7506         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7507         assert.
7508         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7509         * iconvdata/ibm935.c (BODY): Likewise.
7510         * iconvdata/ibm937.c (BODY): Likewise.
7511         * iconvdata/ibm939.c (BODY): Likewise.
7512         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7513         assert.
7514         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7515         script.
7516         * iconvdata/run-iconv-test.sh: New test loop for checking for
7517         decoder crashers.
7519 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7521         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7522         libm_hidden_ver.
7524 2014-09-01  Allan McRae  <allan@archlinux.org>
7526         * po/eo.po: Update Esperanto translation from translation project.
7528         * po/ca.po: Update Catalan translation from translation project.
7530 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7532         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7533         __proc_dostop call.
7535 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7537         [BZ #17319]
7538         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7539         to call set_thread_area instead of hand written asm.
7540         (__NR_set_thread_area): Removed define.
7541         (TLS_FLAG_WRITABLE): Likewise.
7542         (__ASSUME_SET_THREAD_AREA): Remove check.
7543         (TLS_EBX_ARG): Remove define.
7544         (TLS_LOAD_EBX): Likewise.
7546 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7548         Simplify atomicity of socket creation in bind.
7550         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7551         looking up the name after linking the file.
7553 2014-08-27  Allan McRae  <allan@archlinux.org>
7555         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7557 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7559         [BZ #17187]
7560         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7561         trans_compare, open_translit, __gconv_translit_find):
7562         Remove module loading code.
7564 2014-08-26  Allan McRae  <allan@archlinux.org>
7566         * po/vi.po: Update Vietnamese translation from translation project.
7568         * po/uk.po: Update Ukrainian translation from translation project.
7570         * po/fr.po: Update French translation from translation project.
7572         * po/ru.po: Update Russian translation from translation project.
7574         * po/pl.po: Update Polish translation from translation project.
7576         * po/cs.po: Update Czech translation from translation project.
7578         * po/de.po: Update German translation from translation project.
7580         * po/bg.po: Update Bulgarian translation from translation project.
7582         * po/sv.po: Update Sweedish translation from translation project.
7584         * po/nl.po: Update Dutch translation from translation project.
7586         * po/es.po: Update Spanish translation from translation project.
7588 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7590         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7592         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7593         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7594         (CPPFLAGS-iconvconfig): Likewise.
7595         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7597         * include/libc-symbols.h: Remove unnecessary check for
7598         NOT_IN_libc.
7599         * nptl/pthreadP.h: Likewise.
7600         * sysdeps/aarch64/setjmp.S: Likewise.
7601         * sysdeps/alpha/setjmp.S: Likewise.
7602         * sysdeps/arm/sysdep.h: Likewise.
7603         * sysdeps/i386/setjmp.S: Likewise.
7604         * sysdeps/m68k/setjmp.c: Likewise.
7605         * sysdeps/posix/getcwd.c: Likewise.
7606         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7607         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7608         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7609         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7610         * sysdeps/sh/sh3/setjmp.S: Likewise.
7611         * sysdeps/sh/sh4/setjmp.S: Likewise.
7612         * sysdeps/unix/alpha/sysdep.h: Likewise.
7613         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7614         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7615         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7616         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7619         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7620         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7621         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7622         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7623         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7624         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7625         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7626         * sysdeps/x86_64/setjmp.S: Likewise.
7628 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7630         [BZ #17263]
7631         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7632         <stdint.h>.
7633         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7634         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7636 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7638         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7640         [BZ #17262]
7641         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7642         and __x86_64__ when disabling x87 inline functions.
7644 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7646         [BZ #17259]
7647         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7648         asm statement with __cpuid_count.
7650 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7652         * configure.ac: Change __ehdr_start code to dereference the struct.
7653         Run readelf on the output to look for relocations.
7654         * configure: Regenerated.
7656 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7658         [BZ #17261]
7659         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7660         value to 0.
7661         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7663 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7665         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7667 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7669         [BZ #16892]
7670         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7671         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7673 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7675         * malloc/malloc.c: Fix typo in comment.
7677 2014-08-09  Allan McRae  <allan@archlinux.org>
7679         * Regenerate libc.po.
7681 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7683         * intl/tst-gettext2.sh: Check every lang file for creation.
7685 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7687         * sysdeps/aarch64/fpu/math_private.h
7688         (libc_feholdsetround_noex_aarch64_ctx): New function.
7690 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7692         * sysdeps/arm/armv6/strcpy.S (strcpy):
7693         Fix performance issue in misaligned cases.
7695 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7697         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7698         Move definition from termios.h.
7699         (struct termio): Likewise.
7700         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7701         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7702         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7703         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7704         Likewise.
7705         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7706         Move definition to ioctl-types.h
7707         (struct termio): Likewise.
7708         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7709         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7710         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7711         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7712         Likewise.
7714 2014-08-05  Richard Henderson  <rth@redhat.com>
7716         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7717         exceptions.
7718         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7719         Add fraiseexcpt.
7720         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7721         Use __feraiseexcept.
7722         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7723         Protect libm symbols with IS_IN_libm.
7725         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7727 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7729         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7731 2014-08-04  Will Newton  <will.newton@linaro.org>
7733         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7734         file.
7736 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7738         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7739         variants for each function.
7741 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7743         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7744         appended ...
7745         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7746         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7747         appended ...
7748         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7749         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7750         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7751         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7752         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7753         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7754         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7755         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7756         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7757         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7758         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7759         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7760         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7761         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7762         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7763         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7764         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7765         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7766         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7767         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7768         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7769         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7770         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7771         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7772         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7773         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7774         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7775         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7776         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7777         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7778         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7779         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7780         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7781         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7782         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7783         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7784         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7785         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7786         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7787         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7788         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7789         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7790         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7791         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7792         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7793         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7794         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7795         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7796         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7797         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7798         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7799         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7800         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7801         Update #include.
7802         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7803         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7805 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7807         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7808         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7809         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7810         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7811         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7812         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7814 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7816         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7817         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7818         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7819         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7821 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7823         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7824         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7825         (__libc_vfork): Define function under this name.
7826         (__vfork): Define as an alias.
7827         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7828         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7830 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7832         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7833         that was previously under [RESET_PID].
7834         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7836 2014-08-04  Andreas Schwab  <schwab@suse.de>
7838         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7840 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7842         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7843         (main): Likewise.
7845 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7847         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7849 2014-08-01  Richard Henderon  <rth@redhat.com>
7851         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7852         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7853         typo in exact zero test.
7854         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7855         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7856         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7858 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7860         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7861         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7862         * sysdeps/arm/sysdep.h: ... here.
7863         [!__ASSEMBLER__]: Include <stdint.h>.
7865 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7867         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7868         (HAVE_WCTYPE_H): Likewise.
7869         (HAVE_ISWCTYPE): Likewise.
7870         (ENABLE_NLS): Likewise.
7871         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7872         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7874         * posix/regex_internal.c: Check if DEBUG is defined and is
7875         set.
7877         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7878         (HAVE_MBSRTOWCS): Likewise.
7879         * posix/fnmatch.c: Include string.h unconditionally.
7881 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7883         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7884         reversal.
7886 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7888         * sysdeps/generic/safe-fatal.h: New file.
7889         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7890         * nptl/forward.c: Include it.
7891         (__pthread_unwind): Use __safe_fatal as default action, rather
7892         than a bogus use of INTERNAL_SYSCALL that could never work.
7894         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7895         * configure.ac (libc_cv_builtin_trap): New test.
7896         * configure: Regenerated.
7897         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7898         (ABORT_INSTRUCTION): Define using __builtin_trap.
7900         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7901         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7902         * sysdeps/nptl/nptl-signals.h: New file.
7903         * nptl/pthreadP.h: Include <nptl-signals.h>.
7905 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7907         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7908         (ONE_DIRECTION): Define.
7909         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7910         (ONE_DIRECTION): Define.
7911         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7912         (ONE_DIRECTION): Define.
7914 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7916         * sysdeps/s390/Makefile: Delete file.
7917         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7918         * sysdeps/s390/__longjmp.c: Delete file.
7919         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7920         Remove fields __flags and __reserved.
7921         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7922         and add versioning.
7923         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7924         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7925         * sysdeps/s390/rtld-setjmp.S: Likewise.
7926         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7927         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7928         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7929         * sysdeps/s390/s390-32/setjmp.S: ... here.
7930         Add versioning.
7931         (__sigsetjmp): Remove setting __flags field.
7932         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7933         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7934         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7935         * sysdeps/s390/s390-64/setjmp.S: ... here.
7936         Add versioning.
7937         (__sigsetjmp): Remove setting __flags field.
7938         * sysdeps/s390/setjmp.S: Delete file.
7939         * sysdeps/s390/sigjmp.c: Likewise.
7940         * sysdeps/s390/v1-longjmp.c: Likewise.
7941         * sysdeps/s390/v1-setjmp.h: Likewise.
7942         * sysdeps/s390/v1-sigjmp.c: Likewise.
7943         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7944         Remove v1-longjmp_chk.
7945         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7946         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7947         Include debug/longjmp_chk.c and add versioning.
7948         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7949         Include nptl/pt-longjmp.c and add versioning.
7950         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7951         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7952         Include __longjmp.c.
7953         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7954         Move to ...
7955         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7956         (__getcontext): Remove setting __flags field.
7957         Add versioning.
7958         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7959         Don't restore upper high grps.
7960         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7961         Likewise.
7962         (__swapcontext): Remove setting uc_flags field.
7963         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7964         Delete file.
7965         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7966         Include __longjmp.c.
7967         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7968         Move to ...
7969         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7970         (__getcontext): Remove setting __flags field.
7971         Add versioning.
7972         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7973         (__swapcontext): Remove setting uc_flags field.
7974         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7975         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7976         Remove fields uc_high_gprs and __reserved.
7977         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7978         New file with reverted content.
7979         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7980         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7981         Regenerated.
7982         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7983         Regenerated.
7985 2014-07-31  Andreas Schwab  <schwab@suse.de>
7987         * config.h.in (HAVE_IFUNC): Define to 0.
7988         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7989         definedness.
7991 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7993         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7994         memmove-avx-unaligned, memcpy-avx-unaligned and
7995         mempcpy-avx-unaligned.
7996         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7997         Add tests for AVX memcpy functions.
7998         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7999         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8000         memcpy_chk.
8001         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8002         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8003         memmove_chk.
8004         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8005         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8006         mempcpy_chk.
8007         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8008         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8009         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8011 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8013         [BZ #17213]
8014         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8015         powerpc64le.
8017 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8019         [BZ #16839]
8020         * manual/llio.texi: Add section about open file description locks.
8021         * manual/examples/ofdlocks.c: Example of open file description
8022         lock usage.
8023         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8024         F_OFD_SETLK, and F_OFD_SETLKW.
8026 2014-07-23  Allan McRae  <allan@archlinux.org>
8028         * po/es.po: Update Spanish translation from translation project.
8030 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8032         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8034 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8036         [BZ #17078]
8037         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8038         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8039         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8041 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8043         [BZ #17088]
8044         * math/fesetenv.c (__fesetenv)
8045         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8046         * math/feupdateenv.c (__feupdateenv)
8047         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8049         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8050         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8051         (__ASSUME_SOCKETCALL): Do not define.
8053         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8054         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8055         (__ASSUME_SOCKETCALL): Do not define.
8056         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8057         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8058         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8059         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8060         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8061         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8062         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8063         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8065         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8066         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8067         (__ASSUME_SOCKETCALL): Do not define.
8068         (__ASSUME_IPC64): Define unconditionally.
8069         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8070         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8071         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8072         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8073         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8074         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8075         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8076         Likewise.
8078         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8079         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8080         (__ASSUME_SOCKETCALL): Do not define.
8081         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8082         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8083         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8084         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8085         (__ASSUME_REQUEUE_PI): Define unconditionally.
8086         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8087         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8088         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8089         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8090         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8091         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8093         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8094         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8095         (__ASSUME_SOCKETCALL): Do not define.
8096         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8097         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8098         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8099         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8100         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8101         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8103         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8104         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8105         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8106         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8107         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8108         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8109         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8110         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8111         (__ASSUME_GETCPU_SYSCALL): Likewise.
8113         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8114         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8115         cases for individual architectures.
8116         * sysdeps/gnu/configure: Regenerated.
8117         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8118         LIBC_SLIBDIR_RTLDDIR.
8119         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8120         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8121         LIBC_SLIBDIR_RTLDDIR.
8122         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8124         LIBC_SLIBDIR_RTLDDIR.
8125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8126         Regenerated.
8127         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8128         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8129         file.
8130         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8131         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8132         file.
8133         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8134         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8135         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8136         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8138         * sysdeps/aarch64/shlib-versions: Move to ...
8139         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8140         * sysdeps/alpha/shlib-versions: Move to ...
8141         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8142         * sysdeps/arm/shlib-versions: Move to ...
8143         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8144         * sysdeps/hppa/shlib-versions: Move all contents except for
8145         libgcc_s entry to ...
8146         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8147         entry from ...
8148         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8149         * sysdeps/ia64/shlib-versions: Move to ...
8150         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8151         entry from ...
8152         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8153         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8154         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8155         * sysdeps/microblaze/shlib-versions: Move to ...
8156         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8157         * sysdeps/mips/shlib-versions: Move to ...
8158         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8159         entry from ...
8160         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8161         * sysdeps/tile/shlib-versions: Move to ...
8162         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8163         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8164         from ...
8165         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8166         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8167         entry from ...
8168         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8170 2014-07-17  Will Newton  <will.newton@linaro.org>
8172         * sysdeps/arm/bits/atomic.h
8173         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8174         (__arch_compare_and_exchange_bool_16_int): Likewise.
8175         (__arch_compare_and_exchange_bool_64_int): Likewise.
8177         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8178         into an #else block.
8180 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8182         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8183         just Linux configurations.  Test empirically that the compiler sets
8184         __ARM_EABI__, rather than using the tuple to decide.
8185         * sysdeps/arm/preconfigure: Regenerated.
8186         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8187         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8188         contents appended ...
8189         * sysdeps/arm/configure.ac: ... here.
8190         * sysdeps/arm/configure: Regenerated.
8192 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8194         * nptl/pthread_kill.c: New file.
8195         * nptl/pthread_sigmask.c: New file.
8196         * nptl/pthread_sigqueue.c: New file.
8198         * sysdeps/nptl/lowlevellock.h: New file.
8199         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8200         * sysdeps/nptl/lowlevellock-futex.h: New file.
8202         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8203         Remove dead declarations.
8205 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8207         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8208         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8209         config-cflags-avx2.
8210         * sysdeps/x86_64/configure.ac: Likewise.
8211         * sysdeps/i386/configure: Regenerated.
8212         * sysdeps/x86_64/configure: Likewise.
8213         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8214         memset-avx2 only if config-cflags-avx2 is yes.
8215         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8216         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8217         defined.
8218         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8219         only if HAVE_AVX2_SUPPORT is defined.
8220         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8222 2014-07-14  Alan Modra  <amodra@gmail.com>
8224         [BZ #17153]
8225         * elf/elf.h (DT_PPC64_NUM): Correct value.
8226         * NEWS: Add to fixed bug list.
8228 2014-07-13  Jim Meyering  <meyering@fb.com>
8230         [BZ 17150]
8231         regex: don't deref NULL upon heap allocation failure
8232         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8233         failure in one more place.
8234         To trigger the segfault, configure grep -with-included-regex,
8235         build it, and run these commands:
8236         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8238 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8240         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8242 2014-07-11  Richard Henderson  <rth@redhat.com>
8244         * sysdeps/aarch64/libm-test-ulps: Update.
8246 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8248         [BZ #17135]
8249         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8250         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8251         (__nptl_setxid): Initialize error member.  Call
8252         __nptl_setxid_error.
8253         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8254         * nptl/descr.h (struct xid_command): Add error member.
8255         * nptl/tst-setuid3.c: New file.
8256         * nptl/Makefile (tests): Add it.
8258 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8260         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8261         New define.
8262         (__lll_trylock): Use __lll_base_trylock.
8263         (__lll_cond_trylock): Likewise.
8265 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8267         * nptl/pthread_create.c (start_thread): Use atomic_or and
8268         lll_futex_wake directly rather than lll_robust_dead.
8269         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8270         (lll_robust_dead): Macro removed.
8271         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8272         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8273         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8274         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8275         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8276         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8277         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8278         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8279         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8280         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8281         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8282         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8283         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8284         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8285         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8287         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8288         Use atomic_compare_and_exchange_val_acq directly rather than
8289         lll_robust_trylock.
8290         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8291         (__lll_robust_trylock, lll_robust_trylock): Removed.
8292         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8293         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8294         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8295         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8296         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8297         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8298         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8299         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8300         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8301         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8302         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8303         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8304         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8305         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8307 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8309         * manual/locale.texi (Locale Names): New section documenting
8310         locale name syntax.  Adjust menu and node chaining accordingly.
8311         (Choosing Locale): Reference Locale Names, Locale Categories.
8312         Mention setting LC_ALL=C.  Reflect that name syntax is now
8313         documented.
8314         (Locale Categories): New section title.  Reference Locale Names.
8315         LC_ALL is an environment variable, but not a category.
8316         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8317         description, now in Locale Name.  Reference that section.  Locale
8318         name syntax is now documented.
8320 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8322         [BZ #17137]
8323         * locale/findlocale.c (name_present, valid_locale_name): New
8324         functions.
8325         (_nl_find_locale): Use the loc_name variable to store name
8326         candidates.  Call name_present and valid_locale_name to check and
8327         validate locale names.  Return an error if the locale is invalid.
8329 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8331         * locale/setlocale.c (setlocale): Use strdup for allocating
8332         composite name copy.
8334 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8336         Sync up with gnulib.
8337         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8338         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8339         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8340         and _GL_ARG_NONNULL.
8341         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8342         [!_LIBC]: Include code for Windows and Cygwin.
8343         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8344         Include prototype for int strerror_r.
8345         [!_LIBC] (is_open): New function.
8346         (flush_stdout): New function.
8347         (print_errno_message): Use it.
8348         (error): Likewise.
8349         (error_at_line): Likewise.
8350         (error_tail) Add function attribute macros.  Use
8351         __builtin_expect.
8353         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8355         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8357         * io/ftw.c: Include sys/param.h unconditionally.
8359         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8361         [BZ #17125]
8362         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8363         libc_freeres_ptr.
8364         (freecache): New function to free CACHE on exit.
8366         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8367         initialization.
8369 2014-07-09  David S. Miller  <davem@davemloft.net>
8371         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8373         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8374         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8375         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8376         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8377         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8378         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8379         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8380         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8381         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8382         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8383         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8384         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8385         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8387 2014-07-09  Andreas Schwab  <schwab@suse.de>
8389         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8390         output.
8391         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8392         (do_test): Likewise.
8394         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8396 2014-07-09  Will Newton  <will.newton@linaro.org>
8398         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8399         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8400         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8401         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8402         * sysdeps/hppa/start.S (_start): Likewise.
8404 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8406         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8408         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8409         defined.
8411 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8413         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8414         after checking that it is non-NULL.
8416         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8418 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8420         * sysdeps/powerpc/memmove.c: Remove file.
8421         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8422         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8423         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8424         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8425         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8426         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8427         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8428         string memmove instead of removed powerpc one.
8430         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8431         [weak_alias]: Fix compiler warning due trailing data.
8432         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8433         [weak_alias]: Likewise.
8434         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8435         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8437         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8438         (__libc_ifunc_impl_list): Add memmove functions.
8440 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8442         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8443         Remove code.
8444         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8445         Likewise
8446         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8447         Likewise
8448         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8449         Likewise
8450         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8451         Likewise
8452         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8453         Likewise
8454         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8455         Likewise
8456         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8457         Likewise
8458         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8459         Likewise
8460         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8461         Likewise
8462         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8463         Likewise
8464         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8465         Likewise
8466         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8467         Likewise
8468         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8469         Likewise
8470         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8471         Likewise
8472         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8473         Likewise
8474         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8475         Likewise
8477 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8479         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8480         to avoid alignment traps in non-cacheable memory.
8481         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8483         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8484         multiarch objects.
8485         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8486         file: multiarch power7 memmove.
8487         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8488         multiarch default memmove.
8489         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8490         multiarch memove for powerpc32/power4.
8492         * string/bcopy.c: Use full path to include memmove.c.
8493         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8494         multiarch objects.
8495         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8496         bcopy for powerpc64.
8497         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8498         bcopy for powerpc64.
8499         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8500         and memmove implementations.
8501         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8502         optimized multiarch memmove for POWER7/powerpc64.
8503         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8504         default multiarch memmove for powerpc64.
8505         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8506         multiarch for powerpc64.
8507         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8508         for POWER7/powerpc64.
8509         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8510         memmove for POWER7/powerpc64.
8512         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8513         glibc default one.
8515         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8516         __ELF_NATIVE_CLASS equal to 64.
8518 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8520         * sysdeps/nptl/lowlevellock.h: File removed.
8522         * NEWS: NPTL is no longer an add-on!
8523         * nptl/internaltypes.h: Moved ...
8524         * sysdeps/nptl/internaltypes.h: ... here.
8525         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8526         * sysdeps/nptl/fork.c: Likewise.
8527         * sysdeps/nptl/gai_misc.h: Likewise.
8528         * sysdeps/nptl/librt-cancellation.c: Likewise.
8529         * sysdeps/nptl/jmp-unwind.c: Likewise.
8530         * sysdeps/nptl/setxid.h: Likewise.
8531         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8532         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8533         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8534         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8535         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8536         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8537         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8538         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8539         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8540         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8541         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8542         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8543         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8544         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8545         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8546         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8547         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8548         * nptl/Makeconfig: Moved ...
8549         * sysdeps/nptl/Makeconfig: ... here.
8550         * nptl/configure: File removed.
8551         * nptl/ANNOUNCE: File removed.
8552         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8553         * sysdeps/unix/sysv/linux/configure: Regenerated.
8555         * nptl/Makefile (routines): Add libc_pthread_init,
8556         libc_multiple_threads, register-atfork and unregister-atfork.
8557         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8558         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8559         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8560         pthread-pi-defines.sym, structsem.sym.
8561         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8562         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8563         [$(subdir) = nptl] (tests): Add tst-setgetname.
8564         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8565         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8566         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8567         [!LIBC_SIGACTION]: Remove aliases.
8568         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8569         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8570         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8571         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8572         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8573         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8574         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8575         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8576         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8577         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8578         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8579         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8580         __libc_allocate_rtsig_private.
8581         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8582         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8583         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8584         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8585         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8586         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8587         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8588         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8589         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8590         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8591         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8592         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8593         * nptl/internaltypes.h: ... here.
8594         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8595         * sysdeps/nptl/jmp-unwind.c: ... here.
8596         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8597         * nptl/libc-lowlevellock.c: ... here.
8598         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8599         * nptl/libc_multiple_threads.c: ... here.
8600         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8601         * nptl/libc_pthread_init.c: ... here.
8602         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8603         * nptl/lowlevelbarrier.sym: ... here.
8604         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8605         * nptl/lowlevelcond.sym: ... here.
8606         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8607         * nptl/lowlevellock.c: ... here.
8608         * nptl/lowlevellock.h: Moved ...
8609         * sysdeps/nptl/lowlevellock.h: ... here.
8610         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8611         * nptl/lowlevelrobustlock.c: ... here.
8612         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8613         * nptl/lowlevelrobustlock.sym: ... here.
8614         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8615         * nptl/lowlevelrwlock.sym: ... here.
8616         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8617         * nptl/pt-fork.c: ... here.
8618         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8619         * nptl/pthread-pi-defines.sym: ... here.
8620         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8621         * nptl/pthread_attr_getaffinity.c: ... here.
8622         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8623         * nptl/pthread_attr_setaffinity.c: ... here.
8624         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8625         * nptl/pthread_mutex_cond_lock.c: ... here.
8626         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8627         Update #include.
8628         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8629         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8630         * nptl/pthread_once.c: ... here, replacing old file.
8631         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8632         * nptl/pthread_yield.c: ... here.
8633         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8634         * nptl/register-atfork.c: ... here.
8635         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8636         * nptl/sem_post.c: ... here.
8637         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8638         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8639         * nptl/sem_timedwait.c: ... here.
8640         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8641         * nptl/sem_trywait.c: ... here.
8642         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8643         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8644         * nptl/sem_wait.c: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8646         * nptl/structsem.sym: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8648         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8649         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8650         * nptl/unregister-atfork.c: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8652         * nptl/unwindbuf.sym: ... here.
8653         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8654         * sysdeps/nptl/fork.c: ... here.
8655         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8656         * sysdeps/nptl/fork.h: ... here.
8657         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8658         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8659         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8660         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8661         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8662         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8663         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8664         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8665         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8666         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8667         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8668         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8669         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8670         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8671         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8672         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8673         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8674         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8675         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8676         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8677         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8678         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8679         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8680         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8681         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8682         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8683         * sysdeps/unix/sysv/linux/raise.c: ... here.
8684         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8685         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8686         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8687         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8688         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8689         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8690         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8691         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8692         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8693         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8694         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8695         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8696         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8697         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8698         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8700 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8702         * sysdeps/generic/memcopy.h: Add comment for
8703         MEMCPY_OK_FOR_FWD_MEMMOVE.
8705 2014-07-04  Will Newton  <will.newton@linaro.org>
8707         * string/memchr.c: Merge from gnulib.
8708         [_LIBC]: Remove conditionals.
8709         (__ptr_t): Remove define.
8710         (LONG_MAX_32_BITS): Likewise.
8711         (LONG_MAX): Likewise.
8712         (MEMCHR): Use ANSI prototype and optimize algorithm.
8714         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8716 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8718         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8719         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8721         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8722         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8723         in a bare environment with no <stdlib.h> installed.
8724         * sysdeps/nptl/configure: Regenerated.
8726         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8728         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8729         AC_EGREP_CPP for kernel header checks, so they only succeed if
8730         including <linux/version.h> actually works right.
8731         * sysdeps/unix/sysv/linux/configure: Regenerated.
8733         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8734         value so it's not diagnosed as unused.
8736         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8737         thing) with "ifeq ($(subdir),rt)".
8739 2014-07-03  Richard Henderson  <rth@redhat.com>
8741         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8742         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8743         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8745         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8746         (math_force_eval): New.
8748         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8749         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8751         * sysdeps/alpha/fpu/s_round.c: Remove file.
8752         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8754         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8755         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8756         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8757         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8758         (_dl_start, print_statistics): Likewise.
8759         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8760         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8762         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8763         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8764         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8765         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8766         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8767         (HP_SMALL_TIMING_AVAIL): Define.
8768         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8769         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8770         (HP_SMALL_TIMING_AVAIL): Define.
8771         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8772         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8774         * sysdeps/aarch64/hp-timing.h: New file.
8776         * sysdeps/generic/hp-timing.h: Remove dead comment.
8777         * sysdeps/generic/hp-timing-common.h: New file.
8778         * sysdeps/alpha/hp-timing.h: Include it.
8779         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8780         * sysdeps/i386/i686/hp-timing.h: Likewise.
8781         * sysdeps/ia64/hp-timing.h: Likewise.
8782         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8783         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8784         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8785         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8786         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8787         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8788         (hp_timing_t): New.
8790         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8791         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8792         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8793         * elf/rtld.c (_dl_start_final): Likewise.
8794         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8795         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8796         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8797         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8798         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8799         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8800         (HP_TIMING_DIFF_INIT): Remove.
8801         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8802         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8803         (HP_TIMING_DIFF_INIT): Remove.
8804         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8805         * sysdeps/i386/i686/hp-timing.c: Remove file.
8806         * sysdeps/x86_64/hp-timing.c: Remove file.
8807         * sysdeps/ia64/hp-timing.c: Remove file.
8808         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8809         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8810         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8811         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8813         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8814         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8815         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8816         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8817         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8818         (HP_TIMING_ACCUM): Remove.
8819         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8820         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8821         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8823         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8824         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8825         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8826         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8827         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8828         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8829         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8830         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8832         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8834 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8836         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8838 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8840         Sync up with gettext.
8841         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8842         [_MSC_VER]: Include malloc.h
8843         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8844         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8845         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8846         TEMP_FAILURE_RETRY.  Cast return of alloca.
8847         [!_LIBC] Call gl_rwlock_init.
8848         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8850 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8852         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8853         before checking its value.
8855 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8857         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8859         * debug/memcpy_chk.c: Don't include pagecopy.h.
8860         * debug/mempcpy_chk.c: Likewise.
8861         * string/memcpy.c: Likewise.
8862         * string/memmove.c: Likewise.
8863         * sysdeps/powerpc/memmove.c: Likewise.
8864         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8865         definition of PAGE_COPY_FWD_MAYBE here...
8866         * sysdeps/generic/pagecopy.h: ... from here.
8867         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8869 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8870             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8872         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8873         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8874         optimizations.
8875         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8876         (__libc_ifunc_impl_list): Likewise.
8877         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8878         multiarch strcat for PPC64.
8879         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8880         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8882 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8884         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8886 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8888         * intl/loadmsgcat.c: Remove declaration of
8889         get_sysdep_segment_value.
8890         (get_sysdep_segment_value): Use ISO C style.
8891         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8892         semicolon.  Fix typo and formatting in comment.
8893         (_nl_unload_domain): Use ISO C style.
8895         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8897 2014-07-02  Will Newton  <will.newton@linaro.org>
8899         * malloc/obstack.c: Merge from gnulib master.
8900         [HAVE_CONFIG_H]: Remove conditional code.
8901         [!_LIBC]: Include config.h.
8902         [!ELIDE_CODE]: Don't include inttypes.h, include
8903         stdint.h unconditionally.
8904         (print_and_abort): Mark as _Noreturn.
8905         (_obstack_allocated_p): Mark as __attribute_pure__.
8906         (obstack_free): Rename to __obstack_free.
8907         [!__attribute__]: Remove conditional code.
8908         * malloc/obstack.h: Merge from gnulib master.
8909         [__cplusplus]: Move conditional down.
8910         [!__attribute_pure__]: Define __attribute_pure__ here
8911         if it is not already defined.
8912         (_obstack_memory_used): Mark as __attribute_pure__.
8913         [!__obstack_free]: Define as obstack_free.
8914         [__GNUC__]: Remove check for ancient NeXT gcc.
8916 2014-07-02  Will Newton  <will.newton@linaro.org>
8917             Paul Eggert  <eggert@cs.ucla.edu>
8919         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8921 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8923         * resolv/gethnamaddr.c: Add comment warning that the file is
8924         not maintained.
8926 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8928         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8929         entries.
8931         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8932         entry for aio_cancel and aio_cancel64.
8933         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8934         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8935         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8936         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8937         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8938         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8939         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8940         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8941         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8942         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8943         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8944         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8945         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8947 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8949         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8950         * nptl/pthread_mutex_lock.c: Likewise.
8951         * nptl/pthread_mutex_timedlock.c: Likewise.
8952         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8954 2014-07-01  Richard henderson  <rth@redhat.com>
8956         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8957         (__isnan, __isnanl): Remove.
8958         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8960         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8962 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8964         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8966 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8968         * resolv/nss_dns/dns-host.c (getanswer_r)
8969         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8971 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8973         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8974         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8975         undefine.
8976         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8977         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8979 2014-07-01  Roland McGrath <roland@hack.frob.com>
8981         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8982         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8984         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8985         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8987         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8988         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8989         ... here.
8990         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8991         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8993         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8994         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8995         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8996         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8998         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8999         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9000         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9001         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9002         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9003         Moved ...
9004         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9005         ... here.
9006         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9007         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9008         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9009         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9010         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9011         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9012         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9013         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9014         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9015         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9016         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9017         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9018         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9019         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9020         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9021         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9022         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9023         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9024         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9025         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9026         ... here.
9027         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9028         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9029         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9030         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9031         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9032         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9033         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9034         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9036 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9038         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9039         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9040         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9041         Add sysdep.
9043 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9045         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9047 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9049         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9050         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9052         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9054         * sysdeps/arm/libm-test-ulps: Regenerated.
9056 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9057             Roland McGrath <roland@hack.frob.com>
9059         * test-skeleton.c (signal_handler): Kill the whole process group
9060         before killing the child individually.
9061         (main): Report any failure on `setpgid'.
9063 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9065         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9066         from _TLS_H to _ARM_NPTL_TLS_H.
9067         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9068         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9070 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9072         [BZ #16539]
9073         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9074         (__expm1l): Return argument unchanged when small but not
9075         subnormal.
9077         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9078         include macro name.
9079         (_FP_UNPACK_RAW_1_P): Likewise.
9080         (_FP_PACK_RAW_1): Likewise.
9081         (_FP_PACK_RAW_1_P): Likewise.
9082         (_FP_MUL_MEAT_1_wide): Likewise.
9083         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9084         (_FP_MUL_MEAT_1_hard): Likewise.
9085         (_FP_DIV_MEAT_1_imm): Likewise.
9086         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9087         (_FP_DIV_MEAT_1_udiv): Likewise.
9088         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9089         (_FP_UNPACK_RAW_2): Likewise.
9090         (_FP_UNPACK_RAW_2_P): Likewise.
9091         (_FP_PACK_RAW_2): Likewise.
9092         (_FP_PACK_RAW_2_P): Likewise.
9093         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9094         (_FP_MUL_MEAT_2_wide): Likewise.
9095         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9096         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9097         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9098         (_FP_MUL_MEAT_2_gmp): Likewise.
9099         (_FP_DIV_MEAT_2_udiv): Likewise.
9100         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9101         (_FP_FRAC_SRL_4): Likewise.
9102         (_FP_FRAC_SRST_4): Likewise.
9103         (_FP_FRAC_SRS_4): Likewise.
9104         (_FP_UNPACK_RAW_4): Likewise.
9105         (_FP_UNPACK_RAW_4_P): Likewise.
9106         (_FP_PACK_RAW_4): Likewise.
9107         (_FP_PACK_RAW_4_P): Likewise.
9108         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9109         (_FP_MUL_MEAT_4_wide): Likewise.
9110         (_FP_MUL_MEAT_4_gmp): Likewise.
9111         (umul_ppppmnnn): Likewise.
9112         (_FP_DIV_MEAT_4_udiv): Likewise.
9113         (__FP_FRAC_ADD_4): Likewise.
9114         (__FP_FRAC_SUB_3): Likewise.
9115         (__FP_FRAC_SUB_4): Likewise.
9116         (__FP_FRAC_DEC_3): Likewise.
9117         (__FP_FRAC_DEC_4): Likewise.
9118         (__FP_FRAC_ADDI_4): Likewise.
9119         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9120         (_FP_FRAC_SRL_8): Likewise.
9121         (_FP_FRAC_SRS_8): Likewise.
9123         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9124         include macro name.
9125         (FP_UNPACK_RAW_EP): Likewise.
9126         (FP_PACK_RAW_E): Likewise.
9127         (FP_PACK_RAW_EP): Likewise.
9128         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9129         (_FP_ISSIGNAN): Likewise.
9130         (_FP_ADD_INTERNAL): Likewise.
9131         (_FP_FMA): Likewise.
9132         (_FP_CMP): Likewise.
9133         (_FP_SQRT): Likewise.
9134         (_FP_TO_INT): Likewise.
9135         (_FP_FROM_INT): Likewise.
9136         (FP_EXTEND): Likewise.
9137         (_FP_DIV_MEAT_N_loop): Likewise.
9139 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9141         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9142         throughout.
9144 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9146         [BZ #17097]
9147         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9148         result with correct sign in case of exponents that produce
9149         overflow except for X very close to 1.
9151 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9153         mktime: merge #if/#ifdef usage from glibc
9154         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9155         as that works with both Glibc's and Gnulib's style.
9156         See thread starting at Siddhesh Poyarekar's bug report at:
9157         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9159 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9161         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9162         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9163         * sysdeps/tile/tilegx/memmove.c: Remove file.
9165 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9167         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9168         abi-name definition.
9169         * scripts/soversions.awk: Do not handle or generate ABI lines.
9170         * shlib-versions: Remove ABI entries.
9171         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9172         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9174 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9176         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9177         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9178         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9179         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9180         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9181         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9182         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9183         Moved ...
9184         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9185         ... here.
9186         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9187         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9188         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9189         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9190         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9191         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9192         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9193         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9194         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9195         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9196         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9197         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9198         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9199         Moved ...
9200         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9201         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9202         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9203         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9204         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9205         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9206         Moved ...
9207         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9208         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9209         Moved ...
9210         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9211         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9212         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9213         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9214         Moved ...
9215         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9216         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9217         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9218         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9219         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9220         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9221         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9222         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9223         Moved ...
9224         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9226         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9227         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9228         Moved ...
9229         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9230         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9231         Moved ...
9232         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9233         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9234         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9235         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9236         Moved ...
9237         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9238         ... here.
9239         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9240         Identical file removed.
9241         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9242         Moved ...
9243         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9244         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9245         Identical file removed.
9246         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9247         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9248         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9249         Moved ...
9250         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9251         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9252         Identical file removed.
9253         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9254         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9255         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9256         Identical file removed.
9257         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9258         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9259         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9260         Identical file removed.
9261         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9262         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9263         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9264         Identical file removed.
9265         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9266         Moved ...
9267         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9268         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9269         Identical file removed.
9270         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9271         Moved ...
9272         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9273         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9274         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9275         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9276         Identical file removed.
9277         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9278         Moved ...
9279         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9280         ... here.
9281         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9282         Identical file removed.
9283         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9284         Moved ...
9285         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9286         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9287         Identical file removed.
9288         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9289         Moved ...
9290         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9291         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9292         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9293         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9294         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9295         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9296         Moved ...
9297         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9298         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9299         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9301         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9302         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9303         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9304         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9305         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9307 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9309         [BZ #17092]
9310         * nscd/nscd.c (monitor_child): Return exit status of child
9311         instead of return value from wait syscall.
9313 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9315         * configure.ac (libc_commonpagesize): Remove variable.
9316         (libc_relro_required): Likewise.
9317         (libc_cv_z_relro): Remove configure test.
9318         * configure: Regenerated.
9319         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9320         variable.
9321         (libc_relro_required): Likewise.
9322         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9323         (libc_relro_required): Likewise.
9324         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9325         (libc_relro_required): Likewise.
9326         * sysdeps/arm/preconfigure: Regenerated.
9327         * sysdeps/ia64/preconfigure: Remove file.
9328         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9329         variable.
9330         (libc_relro_required): Likewise.
9332         [BZ #16561]
9333         [BZ #16562]
9334         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9335         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9336         recompute overflowing results in original rounding mode.
9337         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9338         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9339         recompute overflowing results in original rounding mode.
9340         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9341         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9342         recompute overflowing results in original rounding mode.
9343         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9344         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9345         recompute overflowing results in original rounding mode.
9346         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9347         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9348         recompute overflowing results in original rounding mode.
9349         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9350         (libc_feholdsetround_ctx): New macro.
9351         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9352         * sysdeps/i386/fpu/libm-test-ulps: Update.
9353         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9355 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9357         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9358         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9359         corresponding .cpsetup call.
9361 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9363         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9364         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9365         * sysdeps/arm/Makefile [$(subdir) = csu]
9366         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9367         (static-only-routines): Add aeabi_read_tp here.
9368         (shared-only-routines): Add libc-aeabi_read_tp here.
9369         (CFLAGS-libc-start.c): Add -fexceptions here.
9370         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9371         (sysdep_routines, static-only-routines, shared-only-routines):
9372         Don't add to these here.
9373         (CFLAGS-libc-start.c): Likewise.
9375         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9376         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9377         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9378         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9379         * sysdeps/arm/Makefile [$(subdir) = rt]
9380         (librt-sysdep_routines, librt-shared-only-routines):
9381         Append rt-aeabi_unwind_cpp_pr1 here.
9382         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9383         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9384         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9385         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9386         Append nptl-aeabi_unwind_cpp_pr1 here.
9387         (tests): Filter out tst-cleanupx4 here.
9388         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9389         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9390         Don't do those here.
9392 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9394         * scripts/list-sources.sh: Do not handle ports specially.
9396 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9398         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9399         * sysdeps/arm/feupdateenv.c: Likewise.
9401         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9403 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9405         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9406         trailing whitespace removed.
9407         * scripts/config.guess: Update to version 2014-03-23.
9408         * scripts/config.sub: Update to version 2014-05-01
9409         * scripts/install-sh: Update to version 2013-12-25.23.
9410         * scripts/move-if-change: Update from gnulib.
9412 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9414         * debug/memmove_chk.c: Remove pagecopy.h include.
9416 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9418         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9419         identical to gnulib mktime.
9421 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9423         * configure.ac: Do not test for machine being rs6000.  Do not test
9424         for powerpc*-*soft.
9425         * configure: Regenerated.
9427         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9428         test.
9429         * configure: Regenerated.
9430         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9431         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9432         Remove configure test.
9433         * sysdeps/arm/configure: Regenerated.
9434         * sysdeps/nptl/configure.ac: Do not check
9435         libc_cv_asm_cfi_directives.
9436         * sysdeps/nptl/configure: Regenerated.
9437         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9438         * sysdeps/x86_64/nptl/configure: Remove generated file.
9439         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9440         unconditional.
9441         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9443 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9445         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9446         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9447         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9448         it is defined.
9450         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9451         instead of whether it is defined.
9452         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9453         * sysdeps/hppa/dl-machine.h: Likewise.
9454         * sysdeps/ia64/dl-machine.h: Likewise.
9455         * sysdeps/m68k/dl-machine.h: Likewise.
9456         * sysdeps/microblaze/dl-machine.h: Likewise.
9457         * sysdeps/mips/dl-machine.: Likewise.
9458         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9459         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9460         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9461         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9462         * sysdeps/sh/dl-machine.h: Likewise.
9463         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9464         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9465         * sysdeps/tile/dl-machine.h: Likewise.
9466         * sysdeps/x86_64/dl-machine.h: Likewise.
9468         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9469         code.
9470         (verify_persistent_db): Likewise.
9472 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9474         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9475         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9477         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9478         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9479         Moved ...
9480         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9481         ... here.
9482         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9483         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9485         Identical file removed.
9486         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9487         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9489         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9490         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9491         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9492         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9493         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9494         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9495         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9496         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9497         Moved ...
9498         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9499         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9500         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9501         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9502         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9503         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9504         Moved ...
9505         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9506         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9507         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9509         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9511         Identical file removed.
9512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9513         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9514         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9515         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9517         Moved ...
9518         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9519         ... here.
9520         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9521         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9522         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9523         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9524         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9525         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9526         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9527         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9528         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9529         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9531         Moved ...
9532         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9533         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9534         Moved ...
9535         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9536         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9537         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9538         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9539         Moved ...
9540         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9541         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9542         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9545         folded into ...
9546         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9547         * sysdeps/unix/sysv/linux/s390/Versions
9548         (libpthread: GLIBC_2.19): New version set.
9549         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9550         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9551         (librt: GLIBC_2.3.3): New version set.
9552         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9553         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9554         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9555         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9556         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9557         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9558         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9559         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9560         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9561         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9562         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9563         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9564         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9565         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9566         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9567         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9568         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9569         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9570         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9571         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9572         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9573         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9574         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9575         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9576         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9577         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9578         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9579         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9580         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9581         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9582         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9583         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9584         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9585         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9586         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9587         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9588         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9589         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9590         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9591         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9592         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9593         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9594         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9595         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9596         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9598         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9599         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9600         (__libc_vfork): Define the function under this name.
9601         [!NOT_IN_libc] (__vfork): Make this an alias.
9602         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9603         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9604         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9605         (__libc_vfork): Define the function under this name.
9606         [!NOT_IN_libc] (__vfork): Make this an alias.
9607         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9608         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9609         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9610         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9611         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9612         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9614         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9615         code that was previously under [RESET_PID].
9616         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9617         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9618         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9620         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9621         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9622         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9623         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9624         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9625         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9626         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9627         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9628         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9629         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9630         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9631         Moved ...
9632         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9633         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9634         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9635         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9636         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9637         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9638         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9639         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9640         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9641         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9642         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9643         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9644         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9645         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9646         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9647         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9648         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9649         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9650         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9651         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9652         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9653         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9654         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9655         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9656         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9657         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9658         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9659         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9660         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9662 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9664         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9665         that was previously under [RESET_PID].
9666         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9668 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9670         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9671         not undefine and redefine.
9672         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9673         [O_CLOEXEC]: Make code unconditional.
9674         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9675         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9676         <kernel-features.h>.
9677         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9678         conditional variable definition.
9679         (shm_open) [O_CLOEXEC]: Make code unconditional.
9680         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9681         code.
9683         * configure.ac (USE_REGPARMS): Don't define here.
9684         * configure: Regenerated.
9685         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9686         * sysdeps/i386/configure: Regenerated.
9688         * nptl/createthread.c: Don't include kernel-features.h.
9689         * nptl/pthread_cancel.c: Likewise.
9690         * nptl/pthread_condattr_setclock.c: Likewise.
9691         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9692         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9693         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9694         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9695         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9696         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9697         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9698         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9699         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9700         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9701         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9702         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9703         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9704         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9705         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9706         * nscd/gai.c: Likewise.
9707         * nss/nss_db/db-open.c: Likewise.
9708         * sysdeps/generic/ldsodefs.h: Likewise.
9709         * sysdeps/sh/nptl/tls.h: Likewise.
9710         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9711         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9712         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9713         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9714         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9715         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9716         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9717         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9718         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9719         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9720         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9721         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9722         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9723         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9724         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9725         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9726         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9727         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9728         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9729         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9730         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9731         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9732         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9733         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9734         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9735         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9736         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9737         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9738         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9739         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9740         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9741         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9742         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9743         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9744         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9745         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9746         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9747         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9748         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9749         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9750         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9751         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9752         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9753         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9754         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9755         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9756         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9757         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9758         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9759         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9760         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9761         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9762         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9763         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9764         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9765         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9766         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9767         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9790         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9791         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9792         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9793         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9794         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9795         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9796         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9797         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9798         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9799         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9800         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9801         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9802         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9803         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9804         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9805         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9806         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9807         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9808         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9809         * sysdeps/unix/sysv/linux/system.c: Likewise.
9810         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9811         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9812         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9813         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9814         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9815         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9816         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9818         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9819         * configure: Regenerated.
9820         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9822         * configure.ac (base_machine): Do not set specially for particular
9823         machines here.
9824         * configure: Regenerated.
9825         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9826         settings from configure.ac.
9827         * sysdeps/i386/preconfigure: New file.
9828         * sysdeps/s390/preconfigure: Likewise.
9829         * sysdeps/sh/preconfigure: Likewise.
9830         * sysdeps/sparc/preconfigure: Likewise.
9832 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9834         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9835         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9836         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9837         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9838         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9839         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9840         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9841         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9842         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9843         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9844         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9845         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9846         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9847         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9848         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9849         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9850         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9851         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9852         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9854         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9855         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9856         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9857         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9858         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9859         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9860         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9861         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9862         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9863         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9864         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9865         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9866         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9867         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9868         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9869         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9870         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9871         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9872         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9873         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9874         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9875         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9876         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9877         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9878         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9879         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9880         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9881         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9882         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9883         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9884         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9885         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9886         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9887         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9888         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9889         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9890         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9891         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9893         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9894         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9895         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9896         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9897         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9898         Moved ...
9899         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9900         ... here.
9901         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9902         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9903         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9904         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9905         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9906         Moved ...
9907         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9908         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9909         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9910         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9911         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9913         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9915         Moved ...
9916         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9917         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9918         Moved ...
9919         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9920         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9921         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9922         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9923         Moved ...
9924         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9925         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9926         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9927         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9928         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9929         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9930         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9931         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9932         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9933         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9934         Moved ...
9935         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9936         ... here.
9937         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9938         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9939         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9940         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9941         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9942         Moved ...
9943         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9944         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9945         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9947         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9949         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9951         Moved ...
9952         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9954         Moved ...
9955         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9956         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9957         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9958         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9959         Moved ...
9960         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9961         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9962         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9963         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9964         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9966 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9968         * timezone/checktab.awk: Update from tzcode 2014e.
9969         * timezone/private.h: Likewise.
9970         * timezone/tzfile.h: Likewise.
9971         * timezone/zdump.c: Likewise.
9972         * timezone/zic.c: Likewise.
9974         * sysdeps/unix/sysv/linux/kernel-features.h
9975         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9976         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9977         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9978         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9979         Remove conditional code.
9981 2014-06-25  Will Newton  <will.newton@linaro.org>
9983         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9984         (_dl_arm_cap_flags): Add HWCAP2 values.
9985         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9986         (_DL_HWCAP_COUNT): Increase to 37.
9987         (_DL_HWCAP_LAST): New define.
9988         (_DL_HWCAP2_LAST): New define.
9989         (_dl_procinfo): Add support for printing
9990         AT_HWCAP2 entries.
9991         (_dl_string_hwcap): Use _dl_hwcap_string.
9993 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9995         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9997 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9999         * README: Do not mention ports directory.
10001         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10002         Remove macro.
10003         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10004         <kernel-features.h>.
10005         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10006         conditional variable definition.
10007         (__futimes): Update comment.
10008         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10009         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10011         [BZ #16560]
10012         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10013         arguments close to 0.
10014         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10015         Likewise.
10016         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10017         Likewise.
10018         * math/auto-libm-test-in: Add more tests of exp10.
10019         * math/auto-libm-test-out: Regenerated.
10020         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10022         * sysdeps/unix/sysv/linux/kernel-features.h
10023         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10024         * sysdeps/unix/sysv/linux/readv.c: Do not include
10025         <kernel-features.h>.
10026         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10027         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10028         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10029         unconditional.
10030         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10031         conditional code.
10032         * sysdeps/unix/sysv/linux/writev.c: Do not include
10033         <kernel-features.h>.
10034         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10035         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10036         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10037         unconditional.
10038         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10039         conditional code.
10041 2014-06-25  Will Newton  <will.newton@linaro.org>
10043         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10044         comment changes throughout the file.  Remove checks
10045         for HAVE_*_H definitions that are not required.
10046         (__gen_tempname): Call abort if an unknown kind value is
10047         passed.
10049 2014-06-25  Andreas Schwab  <schwab@suse.de>
10051         [BZ #17086]
10052         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10053         scalbln, scalblnf, scalblnl in libc.
10055 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10057         [BZ #17086]
10058         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10059         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10060         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10062 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10064         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10065         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10066         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10067         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10068         Update #include.
10069         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10070         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10071         Update #include.
10072         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10073         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10074         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10075         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10076         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10077         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10078         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10079         * sysdeps/x86/bits/semaphore.h: ... here.
10080         * sysdeps/x86/nptl/elide.h: Moved ...
10081         * sysdeps/x86/elide.h: ... here.
10082         * sysdeps/x86_64/nptl/Implies: File removed.
10083         * sysdeps/i386/nptl/Implies: File removed.
10085 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10087         [BZ #16539]
10088         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10089         return the argument for normal arguments with exponent below -64.
10090         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10091         Likewise.
10092         * math/auto-libm-test-in: Add another test of expm1.
10093         * math/auto-libm-test-out: Regenerated.
10095         [BZ #16287]
10096         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10097         calling __erfcl for arguments at least 16.
10098         * math/auto-libm-test-in: Add more tests of erf.
10099         * math/auto-libm-test-out: Regenerated.
10101         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10102         individual architectures.
10103         * sysdeps/unix/sysv/linux/configure: Regenerated.
10104         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10105         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10106         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10107         (ldd_rewrite_script): Define variable.
10108         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10110         file.
10111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10112         generated file.
10113         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10114         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10115         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10116         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10117         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10118         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10119         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10120         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10122 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10124         [BZ #17084]
10125         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10126         Rename member __data.d to __data.__elision_data.
10128 2014-06-24  Wilco  <wdijkstr@arm.com>
10130         * NEWS: Add 16918 to fixed bug list.
10132 2014-06-24  Wilco  <wdijkstr@arm.com>
10134         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10136 2014-06-24  Wilco  <wdijkstr@arm.com>
10138         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10139         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10140         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10141         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10142         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10143         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10144         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10145         Use _FPU_MASK_RM.
10147 2014-06-24  Wilco  <wdijkstr@arm.com>
10149         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10151 2014-06-24  Wilco  <wdijkstr@arm.com>
10153         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10154         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10155         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10156         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10158 2014-06-24  Wilco  <wdijkstr@arm.com>
10160         [BZ #16918]
10161         * sysdeps/arm/feupdateenv.c (feupdateenv):
10162         Rewrite to reduce FPSCR accesses and fix return value.
10164 2014-06-24  Wilco  <wdijkstr@arm.com>
10166         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10167         Optimize to avoid unnecessary FPSCR writes.
10168         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10169         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10170         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10171         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10173 2014-06-24  Wilco  <wdijkstr@arm.com>
10175         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10176         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10177         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10178         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10179         Call libc_fetestexcept_vfp.
10180         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10181         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10182         __SOFTFP__ ifdef so that they can be built for softfp.
10184 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10186         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10187         argument type signed char.
10189         * Makerules (check-abi): Dump diff of symlist if the test
10190         fails.
10192 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10194         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10195         using abort.
10197         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10198         Remove unused variable ST.
10200 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10202         [BZ #16354]
10203         [BZ #17061]
10204         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10205         small arguments before calling __expm1.
10206         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10207         small arguments before calling __expm1f.
10208         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10209         small arguments before calling __expm1l.
10210         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10211         Likewise.
10212         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10213         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10214         spurious underflow for some cosh tests.
10215         * math/auto-libm-test-out: Regenerated.
10216         * sysdeps/i386/fpu/libm-test-ulps: Update.
10218         [BZ #17050]
10219         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10220         (__ieee754_y1): Set errno if return value overflows.
10221         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10222         (__ieee754_y1f): Set errno if return value overflows.
10223         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10224         (__ieee754_y1l): Set errno if return value overflows.
10225         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10226         (__ieee754_y1l): Set errno if return value overflows.
10227         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10228         * math/auto-libm-test-out: Regenerated.
10230         * math/gen-auto-libm-tests.c: Document use of
10231         ignore-zero-inf-sign.
10232         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10233         (input_flags): Add ignore-zero-inf-sign.
10234         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10235         * math/gen-libm-test.pl (generate_testfile): Handle
10236         ignore-zero-inf-sign.
10237         * math/auto-libm-test-in: Mark some cpow tests with
10238         ignore-zero-inf-sign and some with xfail-rounding.
10239         * math/auto-libm-test-out: Regenerated.
10240         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10241         * sysdeps/i386/fpu/libm-test-ulps: Update.
10242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10244         [BZ #16315]
10245         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10246         overflowing or underflowing operations take place with sign of
10247         result.
10248         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10249         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10250         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10251         (__ieee754_pow): Recompute overflowing and underflowing results in
10252         original rounding mode.
10253         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10254         (__powl_helper): Allow negative argument X and scale negated value
10255         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10256         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10257         overflowing or underflowing operations take place with sign of
10258         result.
10259         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10260         Include <math.h>.
10261         * math/auto-libm-test-in: Add more tests of pow.
10262         * math/auto-libm-test-out: Regenerated.
10263         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10264         (pow_tonearest_test_data): Remove.
10265         (pow_test_tonearest): Likewise.
10266         (pow_towardzero_test_data): Likewise.
10267         (pow_test_towardzero): Likewise.
10268         (pow_downward_test_data): Likewise.
10269         (pow_test_downward): Likewise.
10270         (pow_upward_test_data): Likewise.
10271         (pow_test_upward): Likewise.
10272         (main): Don't call removed functions.
10273         * sysdeps/i386/fpu/libm-test-ulps: Update.
10274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10276 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10279         Moved ...
10280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10282         Moved ...
10283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10285         Moved ...
10286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10288         Moved ...
10289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10291         File removed.
10292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10293         File removed.
10294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10295         File removed.
10296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10297         File removed.
10298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10299         File removed.
10300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10301         File removed.
10302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10303         File removed.
10304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10305         File removed.
10306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10307         File removed.
10308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10309         File removed.
10310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10311         File removed.
10312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10313         File removed.
10314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10315         Moved ...
10316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10318         Moved ...
10319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10320         ... here.
10321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10322         Moved ...
10323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10325         Moved ...
10326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10328         Moved ...
10329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10331         Moved ...
10332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10334         Moved ...
10335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10337         Moved ...
10338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10340         Moved ...
10341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10344         ... here.
10345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10346         Moved ...
10347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10349         Moved ...
10350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10351         ... here.
10352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10353         Moved ...
10354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10355         ... here.
10356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10357         Moved ...
10358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10359         ... here.
10360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10361         Moved ...
10362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10364         Moved ...
10365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10369         Moved ...
10370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10371         ... here.
10372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10373         Moved ...
10374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10375         ... here.
10376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10377         Moved ...
10378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10380         Moved ...
10381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10383         Moved ...
10384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10386         Moved ...
10387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10389         Moved ...
10390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10391         ... here.
10392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10393         Moved ...
10394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10396         Moved ...
10397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10399         Moved ...
10400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10402         Moved ...
10403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10407         Moved ...
10408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10410         Moved ...
10411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10413         Moved ...
10414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10415         ... here.
10416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10417         Moved ...
10418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10419         ... here.
10420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10421         Moved ...
10422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10423         ... here.
10424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10425         Moved ...
10426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10428         Moved ...
10429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10431         Moved ...
10432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10434         Moved ...
10435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10436         ... here.
10437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10438         Moved ...
10439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10440         ... here.
10441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10442         Moved ...
10443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10444         ... here.
10445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10446         Moved ...
10447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10449         Moved ...
10450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10452 2014-06-23  Will Newton  <will.newton@linaro.org>
10453             Wilco  <wdijkstr@arm.com>
10455         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10456         implementation.  Include get-rounding-mode.h.
10457         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10458         [!libc_feholdsetround_noex_ctx]: Define
10459         libc_feholdsetround_noex_ctx.
10460         [!libc_feholdsetround_noexf_ctx]: Define
10461         libc_feholdsetround_noexf_ctx.
10462         [!libc_feholdsetround_noexl_ctx]: Define
10463         libc_feholdsetround_noexl_ctx.
10464         (libc_feholdsetround_ctx): New function.
10465         (libc_feresetround_ctx): New function.
10466         (libc_feholdsetround_noex_ctx): New function.
10467         (libc_feresetround_noex_ctx): New function.
10469 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10471         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10472         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10473         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10474         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10475         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10476         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10478         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10479         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10480         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10481         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10482         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10483         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10484         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10485         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10486         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10487         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10488         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10489         Moved ...
10490         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10491         ... here.
10492         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10497         Moved ...
10498         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10499         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10500         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10501         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10502         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10503         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10504         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10505         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10506         Moved ...
10507         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10508         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10509         Moved ...
10510         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10511         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10512         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10513         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10514         Moved ...
10515         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10516         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10517         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10518         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10519         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10520         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10521         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10522         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10523         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10524         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10525         Moved ...
10526         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10527         ... here.
10528         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10529         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10530         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10531         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10532         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10533         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10534         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10535         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10536         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10537         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10538         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10539         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10540         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10541         Moved ...
10542         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10543         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10544         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10545         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10546         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10547         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10548         Moved ...
10549         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10550         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10551         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10552         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10553         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10555         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10556         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10557         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10558         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10559         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10560         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10561         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10562         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10563         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10564         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10565         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10566         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10567         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10568         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10569         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10570         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10571         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10572         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10573         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10574         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10575         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10576         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10577         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10578         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10579         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10580         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10581         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10582         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10584 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10586         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10587         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10588         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10589         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10590         (IPV6_PMTUDISC_INTERFACE): Likewise.
10591         (IPV6_PMTUDISC_OMIT): Likewise.
10593 2014-06-23  Andreas Schwab  <schwab@suse.de>
10595         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10596         Remove unused errout label.
10598 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10600         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10601         macro: hardware supports Vector Crypto instructions.
10603 2014-06-23  Will Newton  <will.newton@linaro.org>
10605         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10606         rather than __builtin_expect.
10608         * elf/dl-lookup.c (undefined_msg): Remove variable.
10609         (_dl_lookup_symbol_x): Replace undefined_msg with string
10610         literal.
10612         * elf/dl-lookup.c (do_lookup_unique): New function.
10613         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10614         to a separate function.
10616 2014-06-23  Andreas Schwab  <schwab@suse.de>
10618         [BZ #17079]
10619         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10620         before reading the next line.
10622 2014-06-23  Will Newton  <will.newton@linaro.org>
10624         * test-skeleton.c (signal_handler): Use printf and %m
10625         rather than perror.  Use printf rather than fprintf to
10626         stderr.  Use puts rather than fputs to stderr.
10627         (main): Likewise.
10629 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10631         * nscd/nscd.c (thread_info_t): Remove typedef.
10632         (thread_info): Remove variable.
10634 2014-06-21  Allan McRae  <allan@archlinux.org>
10636         * NEWS: Mention CVE-2014-4043.
10638 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10640         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10641         * nptl/smp.h: ... here.
10643         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10645         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10646         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10647         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10648         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10650         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10651         * nptl/stack-aliasing.h: New file.
10652         * sysdeps/i386/i686/stack-aliasing.h: New file.
10653         * sysdeps/i386/i686/nptl/Makefile: File removed.
10654         * sysdeps/x86_64/stack-aliasing.h: New file.
10655         * sysdeps/x86_64/nptl/Makefile
10656         (CFLAGS-pthread_create.c): Variable removed.
10658         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10659         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10660         old file.
10661         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10662         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10663         old file.
10665 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10667         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10668         (__ASSUME_SIGFRAME_V2): Remove macro.
10669         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10670         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10671         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10672         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10673         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10674         Declare as function.  Remove conditional macro definitions.
10675         (__default_rt_sa_restorer): Likewise.
10676         (__default_sa_restorer_v1): Remove declaration.
10677         (__default_sa_restorer_v2): Likewise.
10678         (__default_rt_sa_restorer_v1): Likewise.
10679         (__default_rt_sa_restorer_v2): Likewise.
10680         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10681         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10682         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10684 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10686         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10687         (libpthread-routines): Add sysdep.
10688         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10689         * sysdeps/unix/sysv/linux/sparc/Versions
10690         (libpthread: GLIBC_2.3.3): New version set.
10691         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10692         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10693         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10694         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10695         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10696         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10697         Moved ...
10698         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10699         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10700         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10701         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10702         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10703         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10704         * sysdeps/sparc/nptl/sem_init.c: ... here.
10705         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10706         * sysdeps/sparc/nptl/sem_post.c: ... here.
10707         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10708         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10709         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10710         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10711         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10712         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10713         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10714         (libpthread-routines): Add cpu_relax.
10715         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10716         File removed.
10717         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10718         (librt: GLIBC_2.3.3): New version set.
10719         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10720         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10721         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10722         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10723         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10724         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10725         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10726         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10727         Moved ...
10728         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10729         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10730         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10731         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10732         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10733         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10734         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10735         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10736         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10737         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10738         Moved ...
10739         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10740         Update #include.
10741         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10742         Moved ...
10743         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10744         Update #include.
10745         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10746         Moved ...
10747         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10748         Update #include.
10749         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10750         Moved ...
10751         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10752         Update #include.
10753         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10754         Moved ...
10755         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10756         Update #include.
10757         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10758         Moved ...
10759         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10760         Update #include.
10761         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10762         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10763         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10764         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10765         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10766         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10767         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10768         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10769         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10770         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10771         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10772         Moved ...
10773         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10774         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10775         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10776         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10777         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10779 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10781         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10782         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10783         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10784         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10785         * nscd/nscd.c: Likewise.
10786         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10787         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10788         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10789         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10791         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10792         <kernel-features.h>.
10793         (init_mq_netlink): Remove conditional have_sock_cloexec
10794         definitions.  Remove code conditional on have_sock_cloexec < 0.
10795         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10796         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10797         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10798         <kernel-features.h>.
10799         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10800         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10802 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10804         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10805         Add tests for memset_chk and memset.
10807         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10808         with AVX2_Usable.
10810 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10812         [BZ #16046]
10813         * elf/tst-dl-iter-static.c: New file.
10814         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10816         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10817         error.
10819 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10821         * sysdeps/unix/sysv/linux/kernel-features.h
10822         (__ASSUME_F_GETOWN_EX): Remove macro.
10823         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10824         <kernel-features.h>.
10825         (miss_F_GETOWN_EX): Remove variable or macro.
10826         (do_fcntl): Do not check miss_F_GETOWN_EX.
10827         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10829         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10830         Remove macro.
10831         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10832         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10833         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10835         * sysdeps/unix/sysv/linux/kernel-features.h
10836         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10837         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10838         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10839         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10841 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10843         [BZ #17075]
10844         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10845         Fix calculation of the symbol's value.
10846         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10847         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10848         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10849         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10850         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10851         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10852         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10853         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10854         (modules-names): Add `tst-armtlsdescmod',
10855         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10856         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10857         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10858         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10859         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10860         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10861         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10862         ($(objpfx)tst-armtlsdescloc): New dependency.
10863         ($(objpfx)tst-armtlsdescextnow): Likewise.
10864         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10865         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10866         TLS scheme support.
10867         * sysdeps/arm/configure: Regenerate.
10869 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10871         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10872         (__atfct_seterrno_2): Likewise.
10873         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10874         <kernel-features.h>.
10875         (__ASSUME_ATFCTS): Do not undefine and redefine.
10876         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10877         (__have_atfcts): Remove conditional definition.
10878         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10879         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10880         unreachable if [__ASSUME_ATFCTS].
10881         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10882         not undefine and redefine.
10883         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10884         <kernel-features.h>.
10885         (faccessat) [__NR_faccessat]: Make code unconditional.
10886         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10887         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10888         <kernel-features.h>.
10889         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10890         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10891         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10892         <kernel-features.h>.
10893         (fchownat) [__NR_fchownat]: Make code unconditional.
10894         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10895         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10896         <kernel-features.h>.
10897         (futimesat) [__NR_futimesat]: Make code unconditional.
10898         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10899         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10900         <kernel-features.h>.
10901         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10902         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10903         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10904         <kernel-features.h>.
10905         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10906         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10907         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10908         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10909         <kernel-features.h>.
10910         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10911         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10912         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10913         <kernel-features.h>.
10914         (linkat) [__NR_linkat]: Make code unconditional.
10915         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10916         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10917         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10918         <kernel-features.h>.
10919         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10920         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10921         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10922         <kernel-features.h>.
10923         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10924         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10925         * sysdeps/unix/sysv/linux/openat.c: Do not include
10926         <kernel-features.h>.
10927         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10928         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10929         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10930         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10931         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10932         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10933         <kernel-features.h>.
10934         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10935         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10936         result of INLINE_SYSCALL directly, not via int variable.
10937         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10938         <kernel-features.h>.
10939         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10940         (renameat) [__NR_renameat]: Make code unconditional.
10941         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10942         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10943         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10944         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10945         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10946         (__ASSUME_ATFCTS): Do not undefine and redefine.
10947         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10948         <kernel-features.h>.
10949         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10950         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10951         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10952         <kernel-features.h>.
10953         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10954         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10955         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10956         (__ASSUME_ATFCTS): Do not undefine and redefine.
10957         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10958         <kernel-features.h>.
10959         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10960         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10961         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10962         <kernel-features.h>.
10963         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10964         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10966 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10968         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10970 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10972         [BZ #17069]
10973         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10974         constructed tree before returning error.
10975         * posix/bug-regexp36.c: Expand test case.
10977 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10979         [BZ #6803]
10980         * math/libm-test.inc (scalbln_test_date):
10981         Add errno expectations.
10982         * math/w_scalblnf.c: New File.
10983         Add wrapper which checks for setting errno to ERANGE.
10984         Add weak_alias for corresponding scalbln function.
10985         * math/w_scalbln.c: Likewise.
10986         * math/w_scalblnl.c: Likewise.
10987         * math/Makefile (libm-calls): Add w_scalbln.
10988         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10989         Remove weak_alias for corresponding scalbln function.
10990         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10991         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10992         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10993         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10994         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10995         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10996         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10997         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10998         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10999         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11000         Remove long_double_symbol for scalblnl function in libm, libc.
11001         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11002         Add wrapper which checks for setting errno to ERANGE.
11003         Add long_double_symbol for scalblnl function in libm, libc.
11004         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11005         Remove long_double_symbol for scalblnl in libm.
11006         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11007         Add wrapper which checks for setting errno to ERANGE.
11008         Add long_double_symbol for scalblnl function in libm.
11009         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11010         Do not use wrapper because of own implementation.
11012 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11014         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11015         3 bytes for __pad1 for x32.
11016         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11018 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11019             H.J. Lu  <hongjiu.lu@intel.com>
11021         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11022         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11023         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11024         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11025         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11027 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11029         [BZ #17069]
11030         * posix/regcomp.c (parse_expression): Deallocate partially
11031         constructed tree before returning error.
11032         * posix/Makefile.c (tests): Add bug-regex36.
11033         (generated): Add bug-regex36.mtrace.
11034         (tests-special): Add $(objpfx)bug-regex36-mem.out
11035         (bug-regex36-ENV): New variable.
11036         ($(objpfx)bug-regex36-mem.out): New rule.
11037         * posix/bug-regex36.c: New file.
11039 2014-06-19  Will Newton  <will.newton@linaro.org>
11041         * malloc/malloc.c (systrim): If extra is zero then return
11042         early.
11044 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11046         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11048 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11050         * sysdeps/aarch64/strchr.S: New file.
11052 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11054         [BZ #17022]
11055         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11056         from arguments -2 or below.
11057         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11058         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11060 2014-06-18  Andreas Schwab  <schwab@suse.de>
11062         [BZ #17062]
11063         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11064         of a bracket expr not to run off the end of the string.
11065         * posix/Makefile (tests): Add tst-fnmatch3.
11066         * posix/tst-fnmatch3.c: New file.
11068 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11070         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11071         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11072         [$(cross-compiling) = no]: Likewise.
11073         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11074         [$(cross-compiling) = no]: Likewise.
11076 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11078         [BZ #17031]
11079         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11080         double, adjusted for any remainder from the high double.
11081         * math/libm-test.inc (nearbyint): Add tests.
11082         (rint): Likewise.
11084 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11086         * nptl/sysdeps/powerpc/Makefile: Moved ...
11087         * sysdeps/powerpc/nptl/Makefile: ... here.
11088         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11089         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11090         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11091         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11092         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11093         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11094         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11095         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11096         * nptl/sysdeps/powerpc/tls.h: Moved ...
11097         * sysdeps/powerpc/nptl/tls.h: ... here.
11099 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11101         [BZ #16681]
11102         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11103         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11104         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11105         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11106         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11107         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11108         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11109         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11110         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11112 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11114         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11116 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11118         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11119         defined operator.
11121         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11122         $TIMEOUTFACTOR.
11124 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11126         [BZ #17058]
11127         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11128         non-executed part of the test.
11130 2014-06-16  Andreas Schwab  <schwab@suse.de>
11132         * string/bits/string2.h (strdup, strndup): Update feature guard.
11134 2014-06-14  David S. Miller  <davem@davemloft.net>
11136         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11138 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11140         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11141         that was previously under [RESET_PID].
11142         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11144         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11145         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11146         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11147         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11148         (__libc_vfork): New strong alias.
11149         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11151 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11153         * sysdeps/generic/elide.h: New file.
11155 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11157         * Makefile (installed-headers): Adjust path of pthread.h header.
11159 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11161         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11162         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11163         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11164         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11166         * nptl/sysdeps/s390/Makefile: Moved ...
11167         * sysdeps/s390/nptl/Makefile: ... here.
11168         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11169         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11170         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11171         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11172         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11173         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11174         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11175         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11176         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11177         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11178         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11179         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11180         * nptl/sysdeps/s390/tls.h: Moved ...
11181         * sysdeps/s390/nptl/tls.h: ... here.
11183         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11184         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11186 2014-06-13  David S. Miller  <davem@davemloft.net>
11188         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11189         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11190         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11191         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11192         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11193         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11194         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11195         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11196         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11197         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11198         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11199         Remove RESET_PID cpp guards.
11200         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11201         Remove RESET_PID cpp guards.
11202         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11204 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11206         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11207         __sp to uintptr_t.
11209 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11211         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11212         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11213         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11214         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11215         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11216         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11217         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11218         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11219         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11220         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11221         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11222         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11223         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11224         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11225         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11226         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11227         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11228         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11229         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11230         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11232         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11233         (pthread_rwlock_rdlock): Add elision.
11234         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11235         (pthread_rwlock_wrlock): Add elision.
11236         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11237         (pthread_rwlock_trywrlock): Add elision.
11238         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11239         (pthread_rwlock_tryrdlock): Add elision.
11240         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11241         (pthread_rwlock_tryrdlock): Add elision unlock.
11242         * nptl/sysdeps/pthread/pthread.h:
11243         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11244         (PTHREAD_RWLOCK_INITIALIZER,
11245         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11246         Handle new elision field.
11247         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11248         * sysdeps/arm/nptl/bits/pthreadtypes.h
11249         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11250         * sysdeps/sh/nptl/bits/pthreadtypes.h
11251         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11252         * sysdeps/tile/nptl/bits/pthreadtypes.h
11253         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11254         * sysdeps/a/nptl/bits/pthreadtypes.h
11255         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11256         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11257         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11258         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11259         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11260         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11261         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11262         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11263         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11264         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11265         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11266         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11267         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11268         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11269         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11270         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11271         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11272         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11273         (elision_init): Set try_xbegin to zero when no RTM.
11274         * sysdeps/x86/nptl/bits/pthreadtypes.h
11275         (pthread_rwlock_t): Change __pad1 to __rwelision.
11276         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11278 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11280         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11281         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11282         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11283         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11285 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11287         [BZ #16996]
11288         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11289         that the cached result has been set before returning it.
11291 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11293         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11294         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11295         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11296         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11297         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11298         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11300         * nptl/sysdeps/sparc/Makefile: Moved ...
11301         * sysdeps/sparc/nptl/Makefile: ... here.
11302         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11303         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11304         * nptl/sysdeps/sparc/tls.h: Moved ...
11305         * sysdeps/sparc/nptl/tls.h: ... here.
11306         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11307         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11308         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11309         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11310         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11311         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11312         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11313         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11314         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11315         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11316         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11317         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11318         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11319         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11320         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11321         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11322         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11323         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11324         Update #include.
11325         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11326         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11327         Update #include.
11328         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11329         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11330         Update #include.
11331         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11332         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11333         Update #include.
11335         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11337         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11338         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11340         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11341         (struct list_links): Type removed.
11342         (struct thread_node, struct timer_node): Replace struct list_links
11343         with struct list_head.
11344         (list_unlink_ip): Likewise.
11345         * sysdeps/pthread/timer_routines.c
11346         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11347         (list_append, list_insbefore): Likewise.
11348         (list_init): Function removed.
11349         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11350         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11351         * sysdeps/pthread/Makefile: ... here, new file.
11353         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11354         * sysdeps/nptl/Implies: ... here.
11355         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11356         * nptl/sysdeps/pthread/list.h: Moved ...
11357         * include/list.h: ... here.
11358         * nptl/sysdeps/pthread/createthread.c: Moved ...
11359         * nptl/createthread.c: ... here.
11360         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11361         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11362         * nptl/pt-longjmp.c: ... here.
11363         * nptl/sysdeps/pthread/Makefile: Moved ...
11364         * sysdeps/nptl/Makefile: ... here.
11365         * nptl/sysdeps/pthread/Subdirs: Moved ...
11366         * sysdeps/nptl/Subdirs: ... here.
11367         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11368         * sysdeps/nptl/aio_misc.h: ... here.
11369         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11370         * sysdeps/nptl/bits/libc-lock.h: ... here.
11371         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11372         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11373         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11374         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11375         * nptl/sysdeps/pthread/configure: Moved ...
11376         * sysdeps/nptl/configure: ... here.
11377         * nptl/sysdeps/pthread/configure.ac: Moved ...
11378         * sysdeps/nptl/configure.ac: ... here.
11379         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11380         * sysdeps/nptl/gai_misc.h: ... here.
11381         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11382         * sysdeps/nptl/librt-cancellation.c: ... here.
11383         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11384         * sysdeps/nptl/malloc-machine.h: ... here.
11385         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11386         * sysdeps/nptl/pthread-functions.h: ... here.
11387         * nptl/sysdeps/pthread/pthread.h: Moved ...
11388         * sysdeps/nptl/pthread.h: ... here.
11389         * nptl/sysdeps/pthread/setxid.h: Moved ...
11390         * sysdeps/nptl/setxid.h: ... here.
11391         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11392         * sysdeps/nptl/sigfillset.c: ... here.
11393         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11394         * sysdeps/nptl/tcb-offsets.h: ... here.
11395         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11396         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11397         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11398         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11399         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11400         * sysdeps/pthread/allocalim.h: ... here.
11401         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11402         * sysdeps/pthread/bits/sigthread.h: ... here.
11403         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11404         * sysdeps/pthread/flockfile.c: ... here.
11405         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11406         * sysdeps/pthread/ftrylockfile.c: ... here.
11407         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11408         * sysdeps/pthread/funlockfile.c: ... here.
11409         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11410         * sysdeps/pthread/posix-timer.h: ... here.
11411         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11412         * sysdeps/pthread/timer_create.c: ... here.
11413         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11414         * sysdeps/pthread/timer_delete.c: ... here.
11415         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11416         * sysdeps/pthread/timer_getoverr.c: ... here.
11417         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11418         * sysdeps/pthread/timer_gettime.c: ... here.
11419         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11420         * sysdeps/pthread/timer_routines.c: ... here.
11421         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11422         * sysdeps/pthread/timer_settime.c: ... here.
11423         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11424         * sysdeps/pthread/tst-timer.c: ... here.
11425         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11426         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11428         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11429         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11431         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11432         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11433         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11434         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11435         Update #include target.
11436         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11437         * sysdeps/i386/i686/nptl/Makefile: ... here.
11438         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11439         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11440         Update #include target.
11441         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11442         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11443         * nptl/sysdeps/i386/Makefile: Moved ...
11444         * sysdeps/i386/nptl/Makefile: ... here.
11445         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11446         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11447         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11448         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11449         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11450         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11451         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11452         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11453         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11454         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11455         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11456         * nptl/sysdeps/i386/tls.h: Moved ...
11457         * sysdeps/i386/nptl/tls.h: ... here.
11459         * sysdeps/sh/Makefile [$(subdir) = csu]
11460         (gen-as-const-headers): Add tcb-offsets.sym.
11461         * nptl/sysdeps/sh/Makefile: File removed.
11462         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11463         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11464         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11465         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11466         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11467         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11468         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11469         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11470         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11471         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11472         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11473         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11474         * nptl/sysdeps/sh/tls.h: Moved ...
11475         * sysdeps/sh/nptl/tls.h: ... here.
11476         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11477         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11478         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11479         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11480         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11481         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11482         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11483         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11484         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11485         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11486         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11487         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11488         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11489         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11490         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11491         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11492         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11493         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11494         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11495         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11496         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11497         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11498         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11499         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11500         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11501         Moved ...
11502         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11503         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11504         Moved ...
11505         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11506         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11507         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11508         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11509         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11510         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11511         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11512         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11513         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11514         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11515         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11516         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11517         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11518         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11519         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11520         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11521         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11522         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11523         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11525 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11527         * posix/spawn_faction_addopen.c: Include string.h.
11529 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11531         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11532         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11533         * nptl/sysdeps/x86_64/Makefile: Moved ...
11534         * sysdeps/x86_64/nptl/Makefile: ... here.
11535         * nptl/sysdeps/x86_64/configure: Moved ...
11536         * sysdeps/x86_64/nptl/configure: ... here.
11537         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11538         * sysdeps/x86_64/nptl/configure.ac: ... here.
11539         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11540         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11541         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11542         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11543         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11544         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11545         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11546         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11547         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11548         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11549         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11550         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11551         * nptl/sysdeps/x86_64/tls.h: Moved ...
11552         * sysdeps/x86_64/nptl/tls.h: ... here.
11553         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11554         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11555         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11556         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11558         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11560 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11562         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11564 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11566         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11567         type.
11568         [POSIX] (off_t): Likewise.
11569         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11570         [POSIX] (S_ISBLK): Require macro.
11571         [POSIX] (S_ISCHR): Likewise.
11572         [POSIX] (S_ISDIR): Likewise.
11573         [POSIX] (S_ISFIFO): Likewise.
11574         [POSIX] (S_ISREG): Likewise.
11575         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11576         optional-macro.
11577         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11578         type.
11579         [POSIX] (time_t): Likewise.
11580         [POSIX] (timer_t): Likewise.
11582 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11584         [BZ #17048]
11585         * posix/spawn_int.h (struct __spawn_action): Make the path string
11586         non-const to support deallocation.
11587         * posix/spawn_faction_addopen.c
11588         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11589         * posix/spawn_faction_destroy.c
11590         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11591         path in all spawn_do_open actions.
11592         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11593         posix_spawn_file_actions_addopen.
11595 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11597         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11598         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11599         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11600         conditional code always true.
11601         (__libc_vfork): New alias.
11603 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11605         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11606         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11608         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11610         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11611         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11613         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11614         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11616         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11617         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11619 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11621         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11622         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11623         multiarch strcmp for PPC64.
11624         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11625         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11627         multiarch optimizations.
11628         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11629         (__libc_ifunc_impl_list): Likewise.
11631 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11633         * benchtests/scripts/validate_benchout.py: New script.
11634         * benchtests/Makefile (bench-func): Call it.
11635         * benchtests/scripts/benchout.schema.json: New file.
11637 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11639         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11640         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11641         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11642         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11643         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11644         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11645         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11646         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11647         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11648         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11649         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11650         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11651         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11652         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11653         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11654         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11655         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11656         Moved ...
11657         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11658         ... here.
11659         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11660         Moved ...
11661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11663         Moved ...
11664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11665         ... here.
11666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11667         Moved ...
11668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11669         ... here.
11670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11671         Moved ...
11672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11674         Moved ...
11675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11676         ... here.
11677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11678         Moved ...
11679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11680         ... here.
11681         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11682         Moved ...
11683         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11685         Moved ...
11686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11687         ... here.
11688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11689         Moved ...
11690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11691         ... here.
11692         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11693         Moved ...
11694         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11695         ... here.
11696         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11697         Moved ...
11698         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11700         Moved ...
11701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11702         ... here.
11703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11704         Moved ...
11705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11706         ... here.
11707         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11708         Moved ...
11709         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11710         ... here.
11711         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11712         Moved ...
11713         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11715         Moved ...
11716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11717         ... here.
11718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11719         Moved ...
11720         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11721         ... here.
11722         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11723         Moved ...
11724         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11726         Moved ...
11727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11728         ... here.
11729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11730         Moved ...
11731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11733         Moved ...
11734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11735         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11736         Moved ...
11737         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11738         ... here.
11739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11740         Moved ...
11741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11742         ... here.
11743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11744         Moved ...
11745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11746         ... here.
11747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11748         Moved ...
11749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11751         Moved ...
11752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11753         ... here.
11754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11755         Moved ...
11756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11757         ... here.
11758         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11759         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11760         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11761         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11762         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11763         Moved ...
11764         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11765         ... here.
11766         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11767         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11768         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11769         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11770         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11771         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11772         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11773         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11774         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11775         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11776         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11777         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11778         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11779         Moved ...
11780         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11781         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11782         Moved ...
11783         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11784         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11785         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11786         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11787         Moved ...
11788         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11789         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11790         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11791         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11792         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11793         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11794         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11796 2014-06-10  Wilco  <wdijkstr@arm.com>
11798         * math/test-fenv-return.c: New file.
11799         * math/Makefile: Add new test test-fenv-return.
11801 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11803         [BZ #17042]
11804         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11805         when x - 1 is zero.
11806         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11807         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11808         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11809         0.0L for an argument of 1.0L.
11810         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11811         Likewise.
11812         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11813         value when x - 1 is zero.
11814         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11815         * sysdeps/i386/fpu/libm-test-ulps: Update.
11816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11818 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11820         [BZ #15119]
11821         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11823 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11825         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11826         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11828 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11830         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11831         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11833         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11834         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11836         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11837         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11839         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11840         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11842         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11843         if not already defined.
11844         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11845         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11846         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11847         (TLS_INIT_TP): Use it.
11848         (TLS_DEFINE_INIT_TP): New macro.
11849         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11851 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11853         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11854         constant.
11855         [POSIX] (IXANY): Likewise.
11856         [POSIX] (OLCUC): Likewise.
11857         [POSIX || POSIX2008] (CBAUD): Do not allow.
11858         [POSIX || POSIX2008] (DEFECHO): Likewise.
11859         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11860         [POSIX || POSIX2008] (ECHOKE): Likewise.
11861         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11862         [POSIX || POSIX2008] (EXTA): Likewise.
11863         [POSIX || POSIX2008] (EXTB): Likewise.
11864         [POSIX || POSIX2008] (FLUSHO): Likewise.
11865         [POSIX || POSIX2008] (LOBLK): Likewise.
11866         [POSIX || POSIX2008] (PENDIN): Likewise.
11867         [POSIX || POSIX2008] (SWTCH): Likewise.
11868         [POSIX || POSIX2008] (VDISCARD): Likewise.
11869         [POSIX || POSIX2008] (VDSUSP): Likewise.
11870         [POSIX || POSIX2008] (VLNEXT): Likewise.
11871         [POSIX || POSIX2008] (VREPRINT): Likewise.
11872         [POSIX || POSIX2008] (VSTATUS): Likewise.
11873         [POSIX || POSIX2008] (VWERASE): Likewise.
11874         (B*): Change to B[0123456789]*.
11875         * conform/data/time.h-data [POSIX || UNIX98]
11876         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11877         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11878         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11879         [POSIX] (tm_*): Do not allow.
11881 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11883         * Makefile (install): Don't set LANGUAGE.
11884         * Makefile.in (install): Likewise.
11885         * assert/Makefile (test-assert-ENV): Remove variable.
11886         (test-assert-perr-ENV): Likewise.
11887         * elf/Makefile (neededtest4-ENV): Likewise.
11888         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11889         [$(cross-compiling) = no]: Don't set LANGUAGE.
11890         * io/ftwtest-sh (LANG): Remove variable.
11891         * libio/Makefile (tst-widetext-ENV): Likewise.
11892         * manual/install.texi (Running make install): Don't refer to
11893         environment settings for make install.
11894         * INSTALL: Regenerated.
11895         * nptl/tst-tls6.sh: Don't set LANG.
11896         * posix/globtest.sh (LANG): Remove variable.
11897         * string/Makefile (tester-ENV): Likewise.
11898         (inl-tester-ENV): Likewise.
11899         (noinl-tester-ENV): Likewise.
11900         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11901         [$(cross-compiling) = no]: Don't set LANGUAGE.
11902         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11903         without explicit environment settings.
11905 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11907         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11908         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11909         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11910         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11912 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11914         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11915         other files in the crypt directory.
11916         * crypt/crypt.c: Remove duplicate includes.
11917         * crypt/crypt-entry.c: Likewise.
11918         * crypt/crypt_util.c: Likewise.
11920 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11922         * Makeconfig (run-program-env): New variable.
11923         (run-program-prefix-before-env): Likewise.
11924         (run-program-prefix-after-env): Likewise.
11925         (run-program-prefix): Define in terms of new variables.
11926         (built-program-cmd-before-env): New variable.
11927         (built-program-cmd-after-env): Likewise.
11928         (built-program-cmd): Define in terms of new variables.
11929         (test-program-prefix-before-env): New variable.
11930         (test-program-prefix-after-env): Likewise.
11931         (test-program-prefix): Define in terms of new variables.
11932         (test-program-cmd-before-env): New variable.
11933         (test-program-cmd-after-env): Likewise.
11934         (test-program-cmd): Define in terms of new variables.
11935         * Rules (make-test-out): Use $(run-program-env).
11936         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11937         (help): Do not mention environment variables.  Mention
11938         --timeoutfactor option.
11939         (timeoutfactor): New variable.
11940         (blacklist_exports): Remove function.
11941         (exports): Remove variable.
11942         (command): Do not include ${exports}.
11943         * manual/install.texi (Configuring and compiling): Do not mention
11944         test wrappers preserving environment variables.  Mention that last
11945         assignment to a variable must take precedence.
11946         * INSTALL: Regenerated.
11947         * benchtests/Makefile (run-bench): Use $(run-program-env).
11948         * catgets/Makefile ($(objpfx)test1.cat): Use
11949         $(built-program-cmd-before-env), $(run-program-env) and
11950         $(built-program-cmd-after-env).
11951         ($(objpfx)test2.cat): Do not specify environment variables
11952         explicitly.
11953         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11954         $(run-program-env) and $(built-program-cmd-after-env).
11955         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11956         $(run-program-env) and $(test-program-cmd-after-env).
11957         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11958         explicitly.
11959         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11960         run_program_env and test_program_cmd_after_env arguments.
11961         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11962         * elf/tst-pathopt.sh: Use run_program_env argument.
11963         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11964         $(test-wrapper-env) and $(run-program-env).
11965         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11966         run_program_env arguments.
11967         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11968         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11969         $(test-program-prefix-before-env), $(run-program-env) and
11970         $(test-program-prefix-after-env).
11971         ($(objpfx)tst-gettext2.out): Likewise.
11972         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11973         run_program_env and test_program_prefix_after_env arguments.
11974         * intl/tst-gettext2.sh: Likewise.
11975         * intl/tst-gettext4.sh: Do not set environment variables
11976         explicitly.
11977         * intl/tst-gettext6.sh: Likewise.
11978         * intl/tst-translit.sh: Likewise.
11979         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11980         $(test-program-prefix-before-env), $(run-program-env) and
11981         $(test-program-prefix-after-env).
11982         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11983         run_program_env and test_program_prefix_after_env arguments.
11984         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11985         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11986         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11987         explicitly with each use of ${test_wrapper_env}.
11988         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11989         $(test-program-prefix-before-env), $(run-program-env) and
11990         $(test-program-prefix-after-env).
11991         * posix/tst-getconf.sh: Do not set environment variables
11992         explicitly.
11993         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11994         run_program_env and test_program_prefix_after_env arguments.
11995         * stdio-common/tst-printf.sh: Do not set environment variables
11996         explicitly.
11997         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11998         $(test-program-prefix-before-env), $(run-program-env) and
11999         $(test-program-prefix-after-env).
12000         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12001         run_program_env and test_program_prefix_after_env arguments.
12002         Split $test calls into $test_pre and $test.
12003         * timezone/Makefile (build-testdata): Use
12004         $(built-program-cmd-before-env), $(run-program-env) and
12005         $(built-program-cmd-after-env).
12007 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12009         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12010         strlen for non SHARED builds.
12012 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12014         * nptl/allocatestack.c (check_list): Inlined function...
12015         (__reclaim_stacks): ... here.
12017 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12019         [BZ #15698]
12020         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12021         memory overrun.
12023 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12025         * Rules (make-test-out): Include
12026         LOCPATH=$(common-objpfx)localedata in default environment.
12027         * debug/Makefile (tst-chk1-ENV): Remove variable.
12028         (tst-chk2-ENV): Likewise.
12029         (tst-chk3-ENV): Likewise.
12030         (tst-chk4-ENV): Likewise.
12031         (tst-chk5-ENV): Likewise.
12032         (tst-chk6-ENV): Likewise.
12033         (tst-lfschk1-ENV): Likewise.
12034         (tst-lfschk2-ENV): Likewise.
12035         (tst-lfschk3-ENV): Likewise.
12036         (tst-lfschk4-ENV): Likewise.
12037         (tst-lfschk5-ENV): Likewise.
12038         (tst-lfschk6-ENV): Likewise.
12039         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12040         (tst-iconv7-ENV): Likewise.
12041         * intl/Makefile (LOCPATH-ENV): Likewise.
12042         (tst-codeset-ENV): Likewise.
12043         (tst-gettext3-ENV): Likewise.
12044         (tst-gettext5-ENV): Likewise.
12045         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12046         (tst-fopenloc-ENV): Likewise.
12047         (tst-fgetws-ENV): Remove variable.
12048         (tst-ungetwc1-ENV): Likewise.
12049         (tst-ungetwc2-ENV): Likewise.
12050         (bug-ungetwc2-ENV): Likewise.
12051         (tst-swscanf-ENV): Likewise.
12052         (bug-ftell-ENV): Likewise.
12053         (tst-fgetwc-ENV): Likewise.
12054         (tst-fseek-ENV): Likewise.
12055         (tst-ftell-partial-wide-ENV): Likewise.
12056         (tst-ftell-active-handler-ENV): Likewise.
12057         (tst-ftell-append-ENV): Likewise.
12058         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12059         (tst-regexloc-ENV): Likewise.
12060         (bug-regex1-ENV): Likewise.
12061         (tst-regex-ENV): Likewise.
12062         (tst-regex2-ENV): Likewise.
12063         (bug-regex5-ENV): Likewise.
12064         (bug-regex6-ENV): Likewise.
12065         (bug-regex17-ENV): Likewise.
12066         (bug-regex18-ENV): Likewise.
12067         (bug-regex19-ENV): Likewise.
12068         (bug-regex20-ENV): Likewise.
12069         (bug-regex22-ENV): Likewise.
12070         (bug-regex23-ENV): Likewise.
12071         (bug-regex25-ENV): Likewise.
12072         (bug-regex26-ENV): Likewise.
12073         (bug-regex30-ENV): Likewise.
12074         (bug-regex32-ENV): Likewise.
12075         (bug-regex33-ENV): Likewise.
12076         (bug-regex34-ENV): Likewise.
12077         (bug-regex35-ENV): Likewise.
12078         (tst-rxspencer-ENV): Likewise.
12079         (tst-rxspencer-no-utf8-ENV): Likewise.
12080         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12081         (tst-sscanf-ENV): Likewise.
12082         (tst-swprintf-ENV): Likewise.
12083         (tst-swscanf-ENV): Likewise.
12084         (test-vfprintf-ENV): Likewise.
12085         (scanf13-ENV): Likewise.
12086         (bug14-ENV): Likewise.
12087         (tst-grouping-ENV): Likewise.
12088         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12089         (tst-strtod3-ENV): Likewise.
12090         (tst-strtod4-ENV): Likewise.
12091         (tst-strtod5-ENV): Likewise.
12092         (testmb2-ENV): Likewise./
12093         * string/Makefile (tst-strxfrm-ENV): Likewise.
12094         (tst-strxfrm2-ENV): Likewise.
12095         (bug-strcoll1-ENV): Likewise.
12096         (test-strcasecmp-ENV): Likewise.
12097         (test-strncasecmp-ENV): Likewise.
12098         * time/Makefile (tst-strptime-ENV): Likewise.
12099         (tst-ftime_l-ENV): Likewise.
12100         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12101         (tst-mbrtowc-ENV): Likewise.
12102         (tst-wcrtomb-ENV): Likewise.
12103         (tst-mbrtowc2-ENV): Likewise.
12104         (tst-c16c32-1-ENV): Likewise.
12105         (tst-mbsnrtowcs-ENV): Likewise.
12107 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12109         * manual/resource.texi (How to get information about the memory
12110         subsystem?): Fix typo.
12111         Reported by Peon de la Parra Ivan <peon@keba.com>
12113 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12115         [BZ #16882]
12116         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12117         (pthread_spin_lock): Branch out of spin loop to proper location.
12118         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12119         (pthread_spin_lock): Likewise.
12121         * nptl/tst-spin4.c: New test.
12122         * nptl/Makefile (tests): Add tst-spin4.
12124 2014-06-03  Andreas Schwab  <schwab@suse.de>
12126         [BZ #15946]
12127         * resolv/res_send.c (send_dg): Reload file descriptor after
12128         calling reopen.
12130 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12132         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12134 2014-06-03  Richard Henderson  <rth@redhat.com>
12136         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12137         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12138         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12139         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12140         in the SAVE_PID block.
12141         (__libc_vfork): New alias.
12142         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12144         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12145         child in registers, not on the stack.  Remove RESET_PID conditionals.
12146         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12148 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12150         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12152 2014-06-03  Wilco  <wdijkstr@arm.com>
12154         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12155         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12156         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12157         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12158         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12159         Likewise.
12161 2014-06-03  Wilco  <wdijkstr@arm.com>
12163         * sysdeps/aarch64/fpu/math_private.h
12164         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12165         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12166         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12167         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12168         Fix declarations.
12170 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12172         * crypt/crypt-private.h: Include ufc-crypt.h.
12173         (__b64_from_24bit): Declare extern.
12174         * crypt/crypt_util.c(__b64_from_24bit): New function.
12175         (b64t): New static const variable.
12176         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12177         (b64t): Remove variable.
12178         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12179         * crypt/sha256-crypt.c: Include crypt-private.h.
12180         (b64t): Remove variable.
12181         (__sha256_crypt_r): Remove b64_from_24bit and replace
12182         with __b64_from_24bit.
12183         * crypt/sha512-crypt.c: Likewise.
12185 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12187         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12188         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12189         Label the code __libc_vfork rather than __vfork.
12190         [!NOT_IN_libc] (vfork): Define as weak alias.
12191         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12192         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12193         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12195 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12197         * malloc/malloc.c (malloc_info): Fix format specifier for
12198         n_mmaps.
12200 2014-06-02  Wilco  <wdijkstr@arm.com>
12202         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12203         FPCR write.
12205 2014-06-02  Wilco  <wdijkstr@arm.com>
12207         [BZ #17009]
12208         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12209         Rewrite to reduce FPCR/FPSR accesses.
12211 2014-06-01  David S. Miller  <davem@davemloft.net>
12213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12215 2014-05-31  David S. Miller  <davem@davemloft.net>
12217         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12218         to occur in round to nearest mode when |x| >= 2.0
12220 2014-05-30  Richard Henderson  <rth@twiddle.net>
12222         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12223         (PSEUDO_RET_NOERRNO): Remove.
12224         (ret): Don't redefine.
12225         (ret_NOERRNO): Define in terms of ret.
12226         (ret_ERRVAL): Likewise.
12228         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12229         use of PSEUDO_RET; perform the error check directly.
12231 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12233         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12234         with __int128_t.
12236 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12238         * malloc/malloc (malloc_info): Fix formatting.
12240 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12241             Roland McGrath  <roland@hack.frob.com>
12243         * malloc/malloc (malloc_info): Also print mmapped statistics.
12245 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12247         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12248         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12250 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12252         * malloc/malloc.c (malloc_info): Inline mi_arena.
12254 2014-05-29  Richard Henderson  <rth@twiddle.net>
12256         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12257         Remove comma before expanding ASM_ARGS_##nr.
12258         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12259         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12260         of ASM_ARGS_##nr.
12261         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12262         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12263         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12264         (ASM_ARGS_1): Add leading comma.
12266         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12267         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12268         to __errno_location.
12269         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12270         Remove the expected plt for __errno_location.
12272         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12273         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12274         call to __read_tp.
12276         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12277         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12278         it and break it down.
12279         (DOCARGS_0, DOCARGS_1): Do nothing.
12280         (DOCARGS_2): Update to store into the new stack frame.
12281         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12282         (UNDOCARGS_1): Update to restore from the new stack frame.
12283         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12284         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12286         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12287         (SINGLE_THREAD_P): New parameter for result regno.
12288         (PSEUDO): Update to match; use cbz instead of beq.
12290         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12291         Use ENTRY to define the _nocancel entry point.  Share the syscall
12292         and syscall error check paths with the cancel path.
12293         (PSEUDO_END): New.
12295         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12296         whitespace; tabs before and after asm mnemonics.
12298 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12300         [BZ #15132]
12301         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12302         Call fstat64 or stat64 internally, depending on arguments passed.
12303         Replace stat buffer argument with file descriptor argument.
12304         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12305         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12306         Pass fd to __internal_statvfs instead of calling fstat64.
12307         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12308         Pass fd to __internal_statvfs64 instead of calling fstat64.
12309         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12310         Pass -1 to __internal_statvfs instead of calling stat64.
12311         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12312         Pass -1 to __internal_statvfs64 instead of calling stat64.
12314 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12316         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12317         that was previously under [RESET_PID].
12318         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12320         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12321         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12323 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12325         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12327         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12328         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12330 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12332         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12334 2014-05-27  Andreas Schwab  <schwab@suse.de>
12336         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12337         TLS_INIT_TP macro.
12338         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12339         * elf/rtld.c (init_tls, dl_main): Likewise.
12340         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12341         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12342         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12343         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12344         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12345         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12346         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12347         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12348         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12349         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12350         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12351         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12352         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12353         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12354         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12355         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12356         * sysdeps/generic/tls.h: Update description.
12358 2014-05-27  Will Newton  <will.newton@linaro.org>
12360         [BZ #16990]
12361         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12362         and restore r2 rather than just restoring.
12364 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12366         [BZ #16724]
12367         * libio/tst-ftell-append.c: New test case.
12368         * libio/Makefile (tests): Add test case.
12369         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12370         append mode.
12371         * libio/wfileops.c (do_ftell_wide): Likewise.
12373 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12375         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12377         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12378         ...
12379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12381         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12382         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12383         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12384         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12385         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12386         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12387         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12388         Moved ...
12389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12390         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12391         Moved ...
12392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12393         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12394         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12395         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12396         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12397         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12398         ...
12399         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12400         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12401         Moved ...
12402         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12403         here.
12404         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12405         ...
12406         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12407         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12408         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12410         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12411         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12412         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12413         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12415         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12416         merge into ...
12417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12418         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12419         ...
12420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12421         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12422         ...
12423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12424         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12425         Moved ...
12426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12427         here.
12428         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12429         Moved ...
12430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12431         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12432         Moved ...
12433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12436         conditional [RESET_PID].
12437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12438         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12439         removed.
12440         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12441         removed.
12443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12444         <tcb-offsets.h>.
12445         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12446         (__libc_vfork): New strong alias.
12447         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12448         removed.
12449         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12450         Removed.
12452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12453         <tcb-offsets.h>.
12454         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12455         (__libc_vfork): New strong alias.
12456         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12457         removed.
12458         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12459         removed.
12461 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12463         * malloc/malloc.c (mi_arena): New function.
12464         (malloc_info): Remove nested function mi_arena. Call non-nosted
12465         function mi_arena.
12467 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12469         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12470         by insrwi.
12471         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12472         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12473         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12474         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12475         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12476         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12477         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12479 2014-05-26  Andreas Schwab  <schwab@suse.de>
12481         [BZ #16984]
12482         * locale/programs/repertoire.c (repertoire_read): Add slash
12483         between I18NPATH element and file name.
12484         * locale/programs/locfile.c (locfile_read): Likewise.
12486 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12488         * nptl/pthread_mutexattr_settype.c
12489         (__pthread_mutexattr_settype):
12490         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12492 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12494         * nptl/tst-mutex5 (do_test):
12495         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12497 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12499         * benchtests/README: Document 'init' directive.
12500         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12501         BENCH_INIT.
12502         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12503         (parse_file): Recognize 'init' directive.
12505 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12507         [BZ #16796]
12508         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12509         alignment of struct pthread.
12511 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12513         [BZ #16878]
12514         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12515         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12516         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12517         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12519 2014-05-25  Richard Henderson  <rth@twiddle.net>
12521         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12522         (SINGLE_THREAD_P_PIC): Remove.
12523         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12524         (SINGLE_THREAD_P_PIC): Remove.
12526         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12527         branch to syscall error ...
12528         (PSEUDO): ... here.
12529         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12530         from __local_syscall_error to .Lsyscall_error.
12531         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12532         (SYSCALL_ERROR): Update label name.
12534         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12535         Do not use DOARGS/UNDOARGS.
12536         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12537         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12538         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12539         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12540         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12542         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12543         block comment.
12545         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12546         define if !NOT_IN_libc.
12547         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12548         define with non-default symbol versions.
12550 2014-05-23  Richard Henderson  <rth@twiddle.net>
12552         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12553         (vfork, __vfork): Define via compat_symbol.
12555         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12556         [!HAVE_IFUNC] (vfork_compat): Remove.
12557         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12559 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12561         [BZ #16978]
12562         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12563         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12564         variable.
12566 2014-05-23  Richard Henderson  <rth@twiddle.net>
12568         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12569         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12570         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12571         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12573         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12574         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12575         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12576         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12577         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12578         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12579         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12580         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12581         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12582         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12583         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12584         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12585         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12586         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12587         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12588         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12589         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12590         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12591         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12592         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12593         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12594         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12595         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12596         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12597         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12598         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12599         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12600         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12601         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12602         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12603         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12604         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12605         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12606         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12607         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12608         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12609         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12610         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12611         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12612         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12613         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12614         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12615         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12616         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12617         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12618         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12619         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12620         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12621         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12622         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12623         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12624         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12625         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12626         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12627         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12628         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12630         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12631         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12632         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12633         before exiting on error.
12634         (__libc_vfork): New strong alias.
12635         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12636         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12638         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12639         that was previously under [RESET_PID].
12640         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12642         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12644 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12646         [BZ #16977]
12647         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12648         value when x - 1 is zero.
12649         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12650         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12651         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12652         0.0L for an argument of 1.0L.
12653         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12654         Likewise.
12655         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12656         value when x - 1 is zero.
12657         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12658         * sysdeps/i386/fpu/libm-test-ulps: Update.
12659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12661 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12663         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12664         alphasort and versionsort.
12666 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12668         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12669         macro.
12670         [copysignf]: Likewise.
12672 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12674         * crypt/md5-crypt.c: Fix formatting.
12676 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12678         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12679         (b64_from_24bit): New function.
12681 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12683         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12684         libc_hidden_builtin_def to ifunc.
12685         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12686         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12688 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12690         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12691         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12693 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12695         * nscd/Depend (linuxthreads): Remove.
12696         (nptl): Add.
12697         * resolv/Depend (linuxthreads): Remove.
12698         * rt/Depend (linuxthreads): Remove.
12700         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12701         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12702         $(common-objpfx)elf/.
12703         (link-libc-before-gnulib): Likewise.
12704         (elfobjdir): Remove variable.
12705         * Makefile (install): Use $(elf-objpfx) instead of
12706         $(common-objpfx)elf/.
12707         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12708         $(elfobjdir)/.
12709         (link-libc-deps): Likewise.
12710         ($(common-objpfx)libc.so): Likewise.
12711         ($(common-objpfx)linkobj/libc.so): Likewise.
12712         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12713         instead of $(common-objpfx)elf/.
12714         (symbolic-link-list): Likewise.
12715         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12716         [$(cross-compiling) = no]: Likewise.
12717         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12718         $(elfobjdir)/.
12719         (static-gnulib-arch): Likewise.
12720         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12721         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12722         $(common-objpfx)elf/.
12724 2014-05-21  Richard Henderson  <rth@redhat.com>
12726         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12727         (SINGLE_THREAD_P): Use the correct width load.  Fold
12728         into the ldr offset.
12730         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12731         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12733 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12735         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12736         (libgcc_s_resume): Use __attribute_used__.
12737         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12738         Likewise.
12740 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12742         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12743         optimization when used with float constants.
12745         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12747 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12749         [BZ #16915]
12750         * locale/nl_langinfo_l.c: Make direct reference to every
12751         _nl_current_CATEGORY symbol.
12752         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12753         (tests-static): Add tst-langinfo-static.
12754         (tests-special): Add tst-langinfo-static.out.
12755         ($(objpfx)tst-langinfo.out): Redirect output.
12756         ($(objpfx)tst-langinfo-static.out): New.
12757         * localedata/tst-langinfo.sh: Send output to stdout.
12758         * localedata/tst-langinfo-static.c: New file.
12760         [BZ #16965]
12761         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12762         when the shift amount is modulo the limb size.
12764 2014-05-20  Richard Henderson  <rth@redhat.com>
12766         [BZ #16967]
12767         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12768         Change type of sa_flags from unsigned int to int.
12770         [BZ #16966]
12771         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12773         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12775 2014-05-20  Will Newton  <will.newton@linaro.org>
12777         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12778         Test the return value of the system call in the nocancel case.
12780 2014-05-20  Will Newton  <will.newton@linaro.org>
12781             Yvan Roux  <yvan.roux@linaro.org>
12783         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12784         #include of asm/ptrace.h.
12785         (PTRACE_GET_THREAD_AREA): Remove #undef.
12786         (PTRACE_GETHBPREGS): Likewise.
12787         (PTRACE_SETHBPREGS): Likewise.
12788         (struct user_regs_struct): New structure.
12789         (struct user_fpsimd_struct): New structure.
12790         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12791         #include of asm/ptrace.h and second #include of sys/user.h.
12792         (PTRACE_GET_THREAD_AREA): Remove #undef.
12793         (PTRACE_GETHBPREGS): Likewise.
12794         (PTRACE_SETHBPREGS): Likewise.
12795         (ELF_NGREG): Use new struct user_regs_struct.
12796         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12798 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12800         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12801         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12803 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12805         [BZ #16958]
12806         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12807         membar to avoid block loads/stores to overlap previous stores.
12809 2014-05-17  Richard Henderson  <rth@redhat.com>
12811         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12812         Create the __##syscall_name##_nocancel entry point.
12813         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12814         Remove; let the sysdep-cancel.h code create it.
12816 2014-05-17  David S. Miller  <davem@davemloft.net>
12818         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12819         Protect with __USE_GNU.
12820         (TIOCSET_TEMPT): Likewise.
12821         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12822         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12823         these are already provided in bits/ioctl-types.h
12825 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12827         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12828         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12830         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12831         Use wait4 regardless of [__NR_waitpid].
12833 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12835         PR libgcc/60166
12836         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12837         (_FP_NANSIGN_Q): Set the quiet bit.
12839 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12841         * benchtests/Makefile
12842         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12843         not $(common-objpfx)math/libm.so.
12844         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12845         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12846         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12847         $(common-objpfx)dlfcn/libdl.so.
12848         ($(objpfx)tst-audit8): Depend on $(libm), not
12849         $(common-objpfx)math/libm.so.
12850         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12851         not $(common-objpfx)dlfcn/libdl.so.
12852         * math/Makefile
12853         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12854         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12855         [$(build-shared) = yes].
12856         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12857         $(common-objpfx)nptl/libpthread.so.
12858         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12859         $(common-objpfx)math/libm.so$(libm.so-version) or
12860         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12861         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12862         $(common-objpfx)dlfcn/libdl.so.
12863         * setjmp/Makefile (link-libm): Remove variable.
12864         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12865         * stdio-common/Makefile (link-libm): Remove variable.
12866         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12867         * stdlib/Makefile (link-libm): Remove variable.
12868         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12869         ($(objpfx)tst-strtod-round): Likewise.
12870         ($(objpfx)tst-tininess): Likewise.
12871         ($(objpfx)tst-strtod-underflow): Likewise.
12872         ($(objpfx)tst-strtod6): Likewise.
12873         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12874         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12875         $(common-objpfx)dlfcn/libdl.so.
12877 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12879         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12880         BSD terminal modes definitions.
12882 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12884         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12885         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12887         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12888         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12889         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12890         Don't do #include_next.
12891         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12892         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12893         Don't do #include_next.
12894         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12895         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12896         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12897         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12899 2014-05-16  Allan McRae  <allan@archlinux.org>
12901         * po/sv.po: Update Swedish translation from translation project.
12903         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12904         in sed expression.
12906 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12908         [BZ #16917]
12909         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12910         errno if the TIOCGPTN ioctl fails with an error different than
12911         EINVAL.
12912         * login/tst-ptsname.c: New file.
12913         * login/Makefile (tests): Add tst-ptsname.
12915         [BZ #16943]
12916         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12917         and prlimit64.
12919 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12921         [BZ #16849]
12922         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12923         herrno to return EAI_AGAIN.
12925 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12927         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12928         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12929         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12930         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12931         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12932         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12933         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12934         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12935         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12936         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12937         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12938         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12939         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12940         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12941         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12942         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12943         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12944         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12945         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12946         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12947         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12948         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12949         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12950         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12951         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12952         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12953         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12954         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12955         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12956         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12957         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12958         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12959         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12960         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12961         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12962         Moved ...
12963         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12964         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12965         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12967         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12969         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12970         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12971         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12972         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12973         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12974         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12975         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12976         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12977         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12978         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12979         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12981         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12982         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12983         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12984         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12985         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12986         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12987         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12988         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12989         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12990         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12991         Moved ...
12992         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12993         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12994         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12995         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12996         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12997         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12998         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12999         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13000         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13001         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13002         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13003         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13004         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13005         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13006         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13007         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13008         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13009         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13010         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13011         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13012         Moved ...
13013         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13014         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13015         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13017         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13018         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13019         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13020         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13021         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13022         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13023         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13024         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13025         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13026         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13027         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13028         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13029         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13030         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13031         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13032         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13033         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13034         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13035         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13036         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13037         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13038         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13039         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13040         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13041         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13042         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13043         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13044         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13045         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13046         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13047         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13049         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13050         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13052         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13053         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13054         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13055         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13056         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13057         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13058         Moved ...
13059         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13060         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13061         Moved ...
13062         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13063         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13064         Moved ...
13065         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13066         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13067         Moved ...
13068         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13069         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13070         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13071         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13072         Moved ...
13073         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13074         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13075         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13076         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13077         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13078         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13079         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13080         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13081         Moved ...
13082         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13083         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13084         Moved ...
13085         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13086         ... here.
13087         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13088         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13089         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13090         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13091         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13092         Moved ...
13093         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13094         ... here.
13095         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13096         Moved ...
13097         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13098         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13099         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13100         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13101         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13102         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13103         Moved ...
13104         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13105         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13106         Moved ...
13107         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13108         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13109         Moved ...
13110         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13111         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13112         Moved ...
13113         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13114         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13115         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13116         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13117         Moved ...
13118         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13119         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13120         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13121         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13122         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13123         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13124         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13125         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13126         Moved ...
13127         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13128         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13129         Moved ...
13130         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13131         ... here.
13132         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13133         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13134         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13135         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13136         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13137         Moved ...
13138         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13139         ... here.
13140         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13141         Moved ...
13142         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13143         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13144         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13145         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13146         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13147         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13148         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13149         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13150         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13151         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13152         Moved ...
13153         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13154         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13155         Moved ...
13156         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13157         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13158         Moved ...
13159         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13160         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13161         Moved ...
13162         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13163         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13164         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13165         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13166         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13167         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13168         Moved ...
13169         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13170         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13171         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13172         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13173         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13174         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13175         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13176         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13177         Moved ...
13178         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13179         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13180         Moved ...
13181         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13182         ... here.
13183         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13184         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13185         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13186         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13187         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13188         Moved ...
13189         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13190         ... here.
13191         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13192         Moved ...
13193         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13194         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13195         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13196         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13197         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13198         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13199         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13200         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13201         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13202         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13203         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13205         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13206         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13208         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13209         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13211         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13212         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13213         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13214         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13215         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13216         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13217         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13218         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13219         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13220         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13221         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13222         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13223         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13224         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13225         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13226         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13227         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13228         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13229         Moved ...
13230         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13231         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13232         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13233         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13234         Moved ...
13235         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13236         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13237         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13238         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13239         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13240         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13241         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13242         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13243         Moved ...
13244         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13245         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13246         Moved ...
13247         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13248         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13249         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13250         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13251         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13252         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13253         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13254         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13255         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13256         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13257         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13258         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13259         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13260         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13261         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13262         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13263         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13265         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13266         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13267         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13268         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13269         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13271         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13272         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13273         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13274         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13275         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13276         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13277         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13278         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13279         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13280         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13282         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13283         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13285         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13286         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13287         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13288         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13289         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13290         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13291         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13292         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13293         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13294         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13295         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13296         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13297         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13298         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13299         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13300         Update #include.
13301         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13302         Likewise.
13303         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13304         Likewise.
13305         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13306         Likewise.
13307         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13308         Likewise.
13309         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13310         Likewise.
13311         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13312         Likewise.
13313         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13314         Likewise.
13315         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13316         Likewise.
13317         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13318         Likewise.
13319         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13320         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13321         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13322         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13323         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13324         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13325         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13326         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13327         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13328         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13329         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13330         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13331         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13332         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13333         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13335         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13336         that was previously under [RESET_PID].
13337         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13338         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13339         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13341         * sysdeps/i386/nptl/Implies: New file.
13342         * sysdeps/x86_64/nptl/Implies: New file.
13343         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13344         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13345         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13346         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13348         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13349         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13350         (__libc_vfork): New strong alias.
13351         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13352         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13354         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13355         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13356         (__libc_vfork): New strong alias.
13357         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13358         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13360         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13361         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13362         (__libc_vfork): New strong alias.
13363         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13364         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13365         * nptl/pt-vfork.c: New file.
13366         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13367         (libpthread: GLIBC_2.20): New version set (empty).
13369 2014-05-14  Will Newton  <will.newton@linaro.org>
13371         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13372         rather than #if.
13374 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13376         [BZ #16564]
13377         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13378         arguments with exponent 65 or above.
13379         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13380         arguments 0x1p113L or above.
13381         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13382         to arguments 0x1p107L or above.
13383         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13384         positive arguments with exponent 65 or above.
13385         * math/auto-libm-test-in: Add more tests of log1p.
13386         * math/auto-libm-test-out: Regenerated.
13388         [BZ #16928]
13389         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13390         non-finite arguments is +0.
13391         * math/s_cacosf.c (__cacosf): Likewise.
13392         * math/s_cacosl.c (__cacosl): Likewise.
13393         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13394         * sysdeps/i386/fpu/libm-test-ulps: Update.
13395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13397         [BZ #16927]
13398         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13399         value.
13400         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13401         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13402         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13403         for explicit high bit of mantissa when testing for argument equal
13404         to 1.
13405         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13406         * sysdeps/i386/fpu/libm-test-ulps: Update.
13407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13409         [BZ #16516]
13410         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13411         (__erf): Scale by 16 instead of 8 in potentially underflowing
13412         case.  Ensure exception if result actually underflows.
13413         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13414         (__erff): Scale by 16 instead of 8 in potentially underflowing
13415         case.  Ensure exception if result actually underflows.
13416         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13417         (efx8): Remove variable.
13418         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13419         case.  Ensure exception if result actually underflows.
13420         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13421         (efx8): Remove variable.
13422         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13423         case.  Ensure exception if result actually underflows.
13424         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13425         (efx8): Remove variable.
13426         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13427         case.  Ensure exception if result actually underflows.
13428         * math/auto-libm-test-in: Add more tests of erf.
13429         * math/auto-libm-test-out: Regenerated.
13431 2014-05-14  Andreas Schwab  <schwab@suse.de>
13433         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13434         Remove code conditionalized on USE___THREAD.
13436         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13437         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13438         not definedness.
13440 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13442         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13443         Define unconditionally.
13444         (__ASSUME_O_CLOEXEC): Likewise.
13445         (__ASSUME_SOCK_CLOEXEC): Likewise.
13446         (__ASSUME_IN_NONBLOCK): Likewise.
13447         (__ASSUME_PIPE2): Likewise.
13448         (__ASSUME_EVENTFD2): Likewise.
13449         (__ASSUME_SIGNALFD4): Likewise.
13450         (__ASSUME_DUP3): Likewise.
13451         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13452         (__ASSUME_DUP3): Do not define.
13453         (__ASSUME_EVENTFD2): Likewise.
13454         (__ASSUME_IN_NONBLOCK): Likewise.
13455         (__ASSUME_O_CLOEXEC): Likewise.
13456         (__ASSUME_PIPE2): Likewise.
13457         (__ASSUME_SIGNALFD4): Likewise.
13458         (__ASSUME_SOCK_CLOEXEC): Likewise.
13459         (__ASSUME_UTIMES): Undefine.
13460         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13461         (__ASSUME_UTIMES): Do not define.
13462         (__ASSUME_O_CLOEXEC): Likewise.
13463         (__ASSUME_SOCK_CLOEXEC): Likewise.
13464         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13465         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13466         0x020621].
13467         (__ASSUME_PIPE2): Likewise.
13468         (__ASSUME_EVENTFD2): Likewise.
13469         (__ASSUME_SIGNALFD4): Likewise.
13470         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13471         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13472         Do not define.
13473         (__ASSUME_EVENTFD2): Likewise.
13474         (__ASSUME_SIGNALFD4): Likewise.
13475         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13476         (__ASSUME_32BITUIDS): Likewise.
13477         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13478         (__ASSUME_IPC64): Likewise.
13479         (__ASSUME_ST_INO_64_BIT): Likewise.
13480         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13481         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13482         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13483         (__ASSUME_UTIMES): Do not define.
13484         (__ASSUME_PSELECT): Likewise.
13485         (__ASSUME_PPOLL): Likewise.
13486         (__ASSUME_O_CLOEXEC): Likewise.
13487         (__ASSUME_SOCK_CLOEXEC): Likewise.
13488         (__ASSUME_IN_NONBLOCK): Likewise.
13489         (__ASSUME_PIPE2): Likewise.
13490         (__ASSUME_EVENTFD2): Likewise.
13491         (__ASSUME_SIGNALFD4): Likewise.
13492         (__ASSUME_DUP3): Likewise.
13493         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13494         (__ASSUME_UTIMES): Likewise.
13495         (__ASSUME_O_CLOEXEC): Likewise.
13496         (__ASSUME_SOCK_CLOEXEC): Likewise.
13497         (__ASSUME_IN_NONBLOCK): Likewise.
13498         (__ASSUME_PIPE2): Likewise.
13499         (__ASSUME_EVENTFD2): Likewise.
13500         (__ASSUME_SIGNALFD4): Likewise.
13501         (__ASSUME_DUP3): Likewise.
13502         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13503         (__ASSUME_UTIMES): Likewise.
13504         (__ASSUME_O_CLOEXEC): Likewise.
13505         (__ASSUME_SOCK_CLOEXEC): Likewise.
13506         (__ASSUME_IN_NONBLOCK): Likewise.
13507         (__ASSUME_PIPE2): Likewise.
13508         (__ASSUME_EVENTFD2): Likewise.
13509         (__ASSUME_SIGNALFD4): Likewise.
13510         (__ASSUME_DUP3): Likewise.
13511         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13512         Likewise.
13513         (__ASSUME_UTIMES): Likewise.
13514         (__ASSUME_EVENTFD2): Likewise.
13515         (__ASSUME_SIGNALFD4): Likewise.
13516         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13517         (__ASSUME_O_CLOEXEC): Likewise.
13518         (__ASSUME_SOCK_CLOEXEC): Likewise.
13519         (__ASSUME_IN_NONBLOCK): Likewise.
13520         (__ASSUME_PIPE2): Likewise.
13521         (__ASSUME_EVENTFD2): Likewise.
13522         (__ASSUME_SIGNALFD4): Likewise.
13523         (__ASSUME_DUP3): Likewise.
13524         (__ASSUME_UTIMES): Undefine.
13526         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13527         feclearexcept.  Remove symbol versioning code.
13528         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13529         symbol versioning code.
13530         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13531         symbol versioning code.
13532         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13533         feupdateenv.  Remove symbol versioning code.
13534         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13535         fegetexceptflag.  Remove symbol versioning code.
13536         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13537         fesetexceptflag.  Remove symbol versioning code.
13538         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13539         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13540         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13541         (__posix_fadvise64_l32): Remove prototype.
13542         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13543         code.
13545 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13547         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13548         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13549         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13550         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13552 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13554         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13555         current working directory
13557 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13559         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13560         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13561         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13562         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13563         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13564         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13565         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13566         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13567         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13568         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13569         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13570         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13571         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13572         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13573         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13574         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13575         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13576         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13577         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13578         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13579         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13580         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13581         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13582         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13583         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13584         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13585         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13586         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13587         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13588         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13589         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13590         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13591         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13592         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13593         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13594         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13595         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13596         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13597         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13598         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13599         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13600         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13602         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13603         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13605         * sysdeps/unix/sysv/linux/arm/Makefile
13606         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13607         Add rt-aeabi_unwind_cpp_pr1.
13608         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13609         Add nptl-aeabi_unwind_cpp_pr1.
13610         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13611         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13612         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13613         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13614         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13615         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13617         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13618         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13619         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13620         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13622         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13623         Deconditionalize the code that was previously under [RESET_PID].
13624         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13626         * sysdeps/generic/exit-thread.h: New file.
13627         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13628         * include/unistd.h (__exit_thread): Remove declaration.
13629         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13630         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13631         * csu/libc-start.c: Include <exit-thread.h>.
13632         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13633         * nptl/pthread_create.c: Include <exit-thread.h>.
13634         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13635         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13636         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13637         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13638         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13639         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13640         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13641         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13642         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13643         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13644         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13645         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13646         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13647         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13648         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13649         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13650         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13652 2014-05-13  Andreas Schwab  <schwab@suse.de>
13654         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13656 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13658         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13659         (__ASSUME_UTIMES): Do not condition on kernel version.
13660         (__ASSUME_PSELECT): Define unconditionally.
13661         (__ASSUME_PPOLL): Likewise.
13662         (__ASSUME_ATFCTS): Likewise.
13663         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13664         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13665         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13666         (__ASSUME_UTIMENSAT): Define unconditionally.
13667         (__ASSUME_PRIVATE_FUTEX): Likewise.
13668         (__ASSUME_FALLOCATE): Likewise.
13669         (__ASSUME_O_CLOEXEC): Likewise.
13670         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13671         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13672         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13673         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13674         (__ASSUME_IN_NONBLOCK): Likewise.
13675         (__ASSUME_PIPE2): Likewise.
13676         (__ASSUME_EVENTFD2): Likewise.
13677         (__ASSUME_SIGNALFD4): Likewise.
13678         (__ASSUME_DUP3): Likewise.
13679         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13680         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13681         (__ASSUME_AT_RANDOM): Likewise.
13682         (__ASSUME_PREADV): Likewise.
13683         (__ASSUME_PWRITEV): Likewise.
13684         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13685         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13686         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13687         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13688         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13689         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13690         (__ASSUME_O_CLOEXEC): Define unconditionally.
13691         (__ASSUME_PSELECT): Do not undefine conditionally.
13692         (__ASSUME_PPOLL): Likewise.
13693         (__ASSUME_ATFCTS): Likewise.
13694         (__ASSUME_SET_ROBUST_LIST): Likewise.
13695         (__ASSUME_UTIMENSAT): Likewise.
13696         (__ASSUME_FDATASYNC): Define unconditionally.
13697         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13698         (__ASSUME_SIGFRAME_V2): Likewise.
13699         )__ASSUME_EVENTFD2): Likewise.
13700         (__ASSUME_SIGNALFD4): Likewise.
13701         (__ASSUME_PSELECT): Do not undefine conditionally.
13702         (__ASSUME_PPOLL): Likewise.
13703         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13704         (__ASSUME_PSELECT): Define unconditionally.
13705         (__ASSUME_PPOLL): Likewise.
13706         (__ASSUME_O_CLOEXEC): Likewise.
13707         (__ASSUME_SOCK_CLOEXEC): Likewise.
13708         (__ASSUME_IN_NONBLOCK): Likewise.
13709         (__ASSUME_PIPE2): Likewise.
13710         (__ASSUME_EVENTFD2): Likewise.
13711         (__ASSUME_SIGNALFD4): Likewise.
13712         (__ASSUME_DUP3): Likewise.
13713         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13714         (__ASSUME_O_CLOEXEC): Likewise.
13715         (__ASSUME_SOCK_CLOEXEC): Likewise.
13716         (__ASSUME_IN_NONBLOCK): Likewise.
13717         (__ASSUME_PIPE2): Likewise.
13718         (__ASSUME_EVENTFD2): Likewise.
13719         (__ASSUME_SIGNALFD4): Likewise.
13720         (__ASSUME_DUP3): Likewise.
13721         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13722         (__ASSUME_EVENTFD2): Likewise.
13723         (__ASSUME_SIGNALFD4): Likewise.
13724         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13726 2014-05-12  Andreas Schwab  <schwab@suse.de>
13728         [BZ #16932]
13729         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13730         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13731         than maximum RPC packet size.
13732         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13733         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13734         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13735         (_nss_nis_getservbyport_r): Likewise.
13737 2014-05-12  Will Newton  <will.newton@linaro.org>
13739         * malloc/Makefile (tests): Add tst-mallopt.
13740         * malloc/tst-mallopt.c: New file.
13742 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13744         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13745         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13747 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13749         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13750         (tst-tlsmod6.so): Likewise.
13752 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13754         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13756 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13758         [BZ #16064]
13759         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13760         and <dl-procinfo.h>.
13761         (__fegetenv): Save SSE state in envp->__eip if supported.
13762         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13763         envp->__eip if supported.
13764         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13765         and <dl-procinfo.h>.
13766         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13767         __data_offset and __data_selector in environment to 0.  Set SSE
13768         state if supported.
13769         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13770         test-fenv-sse.
13771         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13772         -mfpmath=sse.
13773         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13775 2014-05-09  Will Newton  <will.newton@linaro.org>
13777         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13778         and libc_relro_required for ARM.
13779         * sysdeps/arm/preconfigure: Regenerate.
13781 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13782             Stefan Liebler  <stli@linux.vnet.ibm.com>
13784         * config.make.in (enable-lock-elision): New Makefile variable.
13785         * configure.ac: Likewise.
13786         * configure: Regenerate.
13787         * sysdeps/s390/configure.ac:
13788         Add check for gcc transactions support.
13789         * sysdeps/s390/configure: Regenerate.
13790         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13791         Build elision files if enabled.
13792         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13793         Add lock elision support for s390.
13794         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13795         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13796         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13797         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13798         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13799         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13800         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13801         Likewise.
13802         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13803         Likewise.
13804         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13805         Likewise.
13806         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13807         Likewise.
13808         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13809         (__lll_timedlock_elision, __lll_lock_elision)
13810         (__lll_unlock_elision, __lll_trylock_elision)
13811         (lll_timedlock_elision, lll_lock_elision)
13812         (lll_unlock_elision, lll_trylock_elision): Add.
13813         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13814         (pthread_mutex_t): Add lock elision support for s390.
13816 2014-05-14  Wilco  <wdijkstr@arm.com>
13818         * sysdeps/arm/fclrexcpt.c: Cleanup.
13819         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13820         * sysdeps/arm/feenablxcpt.c: Cleanup.
13821         * sysdeps/arm/fegetenv.c: Cleanup.
13822         * sysdeps/arm/fegetexcept.c: Cleanup.
13823         * sysdeps/arm/fegetround.c: Cleanup.
13824         * sysdeps/arm/feholdexcpt.c: Cleanup.
13825         * sysdeps/arm/fesetenv.c: Cleanup.
13826         * sysdeps/arm/fesetround.c: Cleanup.
13827         * sysdeps/arm/feupdateenv.c: Cleanup.
13828         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13829         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13830         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13831         * sysdeps/arm/ftestexcept.c: Cleanup.
13832         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13833         * sysdeps/arm/setfpucw.c: Cleanup.
13835 2014-05-09  Will Newton  <will.newton@linaro.org>
13837         * sysdeps/arm/armv7/strcmp.S: New file.
13838         * NEWS: Mention addition of ARMv7 optimized strcmp.
13840 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13842         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13843         look for %.ac rather than %.in.
13845         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13846         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13847         * sysdeps/mach/hurd/configure: Regenerated.
13848         * sysdeps/unix/sysv/linux/configure: Regenerated.
13850         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13852 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13854         [BZ# 16922]
13855         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13856         (LONG_SUB): Ditto.
13857         (PTR_SUB): Ditto.
13859 2014-05-07  Andreas Schwab  <schwab@suse.de>
13861         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13862         when skipping over non-matching result from nscd.
13864 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13866         [BZ #16876]
13867         * nptl/sockperf.c (client): Check socket return value.
13869         [BZ #16877]
13870         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13871         nscd security class.
13873 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13875         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13876         * sysdeps/arm/unwind.h: ... here.
13878 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13880         [BZ# 16916]
13881         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13882         Define.
13884 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13886         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13887         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13888         multiarch strncpy for PPC64.
13889         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13890         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13891         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13892         multiarch optimizations.
13893         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13894         (__libc_ifunc_impl_list): Likewise.
13895         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13896         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13897         multiarch stpncpy for PPC64.
13898         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13899         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13901 2014-05-06  Andreas Schwab  <schwab@suse.de>
13903         [BZ #16912]
13904         * gmon/mcount.c (_MCOUNT_DECL): Use
13905         atomic_compare_and_exchange_bool_acq instead of
13906         catomic_compare_and_exchange_bool_acq.
13908 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13910         * elf/Makefile (others, install-bin): Remove pldd.
13911         (pldd-modules): Variable removed.
13912         ($(objpfx)pldd): Target removed.
13913         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13914         (others, install-bin): Append pldd here.
13915         ($(objpfx)pldd): New target.
13917         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13918         to 0, so the first #if test emitted later doesn't see it undefined.
13919         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13920         * sysdeps/gnu/errlist.c: Regenerated.
13922 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13924         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13925         [libc_hidden_builtin_def]: Define to empty value.
13926         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13927         [libc_hidden_builtin_def]: Likewise.
13928         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13929         [libc_hidden_builtin_def]: Likewise.
13930         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13931         [libc_hidden_builtin_def]: Likewise.
13932         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13933         __redirect_memcpy and define ifunc as default hidden symbol.
13934         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13935         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13937 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13939         * locale/iso-4217.def: Reintroduce XDR currency.
13941 2014-05-04  Allan McRae  <allan@archlinux.org>
13943         * po/eo.po: Update Esperanto translation from translation project.
13945 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13947         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13948         and FEATURE_INDEX_MAX to 1.
13949         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13951 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13953         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13954         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13955         * iconvdata/big5.c (ONE_DIRECTION): Define.
13956         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13957         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13958         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13959         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13960         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13961         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13962         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13963         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13964         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13965         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13966         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13967         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13968         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13969         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13970         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13971         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13972         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13973         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13974         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13975         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13976         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13977         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13978         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13979         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13980         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13981         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13982         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13983         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13984         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13985         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13986         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13987         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13988         * iconvdata/johab.c (ONE_DIRECTION): Define.
13989         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13990         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13991         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13992         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13993         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13994         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13995         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13996         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13997         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13998         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14000 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14002         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14003         (_IO_JUMPS_OFFSET): Define to 0.
14005         * nptl/sysdeps/pthread/bits/libc-lock.h
14006         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14007         (__libc_lock_define_initialized_recursive): Always define using
14008         initializer.  Modern compilers treat uninitialized (implicit zero) and
14009         explicit zero initializers the same (i.e. put the datum in bss).
14011 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14013         * nscd/nscd-client.h: Include <string.h>.
14015 2014-05-01  David S. Miller  <davem@davemloft.net>
14017         [BZ #16885]
14018         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14019         multiple zero bytes exist at the end of a string.
14020         Reported by Aurelien Jarno <aurelien@aurel32.net>
14022         * string/test-strcmp.c (check): Add explicit test for situations where
14023         there are multiple zero bytes after the first.
14025 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14027         [BZ #16890]
14028         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14029         when compiling wprintf.
14030         * stdio-common/tstdiomisc.c (t3): New function.
14031         (main): Call it.
14033 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14035         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14036         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14037         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14038         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14040 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14042         * stdlib/longlong.h: Updated from GCC.
14044 2014-05-01  Will Newton  <will.newton@linaro.org>
14045             Bernard Ogden  <bernie.ogden@linaro.org>
14047         * NEWS: Update fixed bug list.
14049         [BZ #15119]
14050         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14052 2014-04-30  David S. Miller  <davem@davemloft.net>
14054         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14055         (libc_feholdexcept_setround_sparc_ctx): New function.
14056         (libc_fesetenv_sparc_ctx): Likewise.
14057         (libc_feupdateenv_sparc_ctx): Likewise.
14058         (libc_feholdsetround_sparc_ctx): Likewise.
14059         (libc_feholdexcept_setround_ctx): Define.
14060         (libc_feholdexcept_setroundf_ctx): Likewise.
14061         (libc_feholdexcept_setroundl_ctx): Likewise.
14062         (libc_fesetenv_ctx): Likewise.
14063         (libc_fesetenvf_ctx): Likewise.
14064         (libc_fesetenvl_ctx): Likewise.
14065         (libc_feupdateenv_ctx): Likewise.
14066         (libc_feupdateenvf_ctx): Likewise.
14067         (libc_feupdateenvl_ctx): Likewise.
14068         (libc_feresetround_ctx): Likewise.
14069         (libc_feresetroundf_ctx): Likewise.
14070         (libc_feresetroundl_ctx): Likewise.
14071         (libc_feholdsetround_ctx): Likewise.
14072         (libc_feholdsetroundf_ctx): Likewise.
14073         (libc_feholdsetroundl_ctx): Likewise.
14075         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14076         with __USE_GNU instead of XOPEN cpp guards.
14078         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14079         0.
14081         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14082         with XOPEN cpp guards.
14084 2014-04-30  Julian Brown  <julian@codesourcery.com>
14086         [BZ #16888]
14087         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14088         handling.
14090 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14092         [BZ #9894]
14093         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14094         Change to 2.6.32.
14095         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14096         * sysdeps/unix/sysv/linux/configure: Regenerated.
14097         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14098         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14099         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14100         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14101         * README: Update reference to required Linux kernel version.
14102         * manual/install.texi (Linux): Update reference to required Linux
14103         kernel headers version.
14104         * INSTALL: Regenerated.
14106         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14107         header inclusion.
14108         [POSIX] (limits.h): Likewise.
14109         [POSIX] (math.h): Likewise.
14110         [POSIX] (sys/wait.h): Likewise.
14111         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14112         function.
14113         [POSIX] (stddef.h): Do not allow header inclusion.
14115 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14117         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14119 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14121         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14122         Return immediately after lll_futex_wake.
14124 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14126         [BZ #16791]
14127         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14128         structure.
14129         (datahead_init_pos): Call datahead_init_common early.
14130         (datahead_init_neg): Likewise.
14132         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14133         datahead_init_neg): New functions.
14134         * nscd/aicache.c (addhstaiX): Use them.
14135         * nscd/grpcache.c (cache_addgr): Likewise.
14136         * nscd/hstcache.c (cache_addhst): Likewise.
14137         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14138         * nscd/netgroupcache.c (do_notfound): Likewise.
14139         (addgetnetgrentX): Likewise.
14140         (addinnetgrX): Likewise.
14141         * nscd/pwdcache.c (cache_addpw): Likewise.
14142         * nscd/servicescache.c (cache_addserv): Likewise.
14144 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14145             Atsushi Onoe  <atsushi@onoe.org>
14147         [BZ #14308]
14148         [BZ #12994]
14149         [BZ #13651]
14150         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14151         one response is valid.
14152         * resolv/res_send.c (send_dg): Check for validity of other
14153         response if the current response is a referral.
14155 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14157         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14159 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14161         [BZ #16823]
14162         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14163         Always divide by positive zero when computing -Inf result.
14164         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14165         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14167 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14169         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14170         FPSCR if value do not change.
14171         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14172         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14173         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14174         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14175         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14176         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14177         function.
14179 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14181         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14182         * sysdeps/unix/sysv/linux/hppa: Move directory from
14183         ports/systeps/unix/sysv/linux/hppa.
14184         * README: Update listing for hppa-*-linux-gnu.
14186 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14188         [BZ #16754]
14189         * manual/stdio.texi (Hook functions): Fix types of stream hook
14190         functions.
14191         [BZ #16854]
14192         * socket/sys/socket.h: Fix typo in comment.
14194 2014-04-28  Wilco  <wdijkstr@arm.com>
14196         * sysdeps/arm/fenv_private.h: New file.
14197         * sysdeps/arm/math_private.h: New file.
14198         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14200 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14202         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14203         with __int128_t.
14204         (La_x86_64_retval): Likewise.
14206 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14208         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14209         fpsr if value didn't change.
14210         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14211         to fpcr if value didn't change.
14212         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14213         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14214         fpsr or fpcr if value didn't change.
14215         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14216         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14217         fpcr if value didn't change.
14218         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14219         to fpsr if value didn't change.
14221 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14223         * nptl/tst-sem3.c: Use test-skeleton.c
14224         (main): Rename to do_test.  Use return instead of
14225         exit.
14226         * nptl/tst-sem4.c: Use test-skeleton.c
14227         (main): Rename to do_test.
14229 2014-04-22  David S. Miller  <davem@davemloft.net>
14231         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14232         (struct sigaction): New struct member __glibc_reserved0, change
14233         type of sa_flags to int.
14235 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14237         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14238         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14240 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14242         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14243         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14245 2014-04-22  Will Newton  <will.newton@linaro.org>
14246             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14248         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14249         (__longjmp): Add longjmp and longjmp_target SystemTap
14250         probes.
14251         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14252         (__sigsetjmp): Add setjmp SystemTap probe.
14254 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14256         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14257         match manual order.
14259 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14261         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14263         * sysdeps/powerpc/fpu/fenv_private.h
14264         (libc_feholdexcept_setroundl_ctx): Define to
14265         libc_feholdexcept_setround_ppc_ctx.
14266         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14267         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14268         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14269         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14271 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14273         * sysdeps/aarch64/math-tests.h: New file.
14275 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14277         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14278         New.
14279         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14280         Check and set bit_AVX2_Usable.
14281         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14282         macro.
14283         (bit_AVX2): Likewise.
14284         (index_AVX2_Usable): Likewise.
14285         (CPUID_AVX2): Likewise.
14286         (HAS_AVX2): Likewise.
14288 2014-04-17  Will Newton  <will.newton@linaro.org>
14290         * manual/setjmp.texi (System V contexts): Add note that
14291         calling setcontext on a context created by a call to a
14292         signal handler is undefined.  Update text to note that
14293         setcontext from a signal handler is possible but not
14294         recommended.
14296         [BZ #16629]
14297         * stdlib/tst-setcontext.c: Include signal.h.
14298         (main): Check that the signal stack before and
14299         after swapcontext is the same.
14301         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14302         Re-implement to restore registers in user code and avoid
14303         rt_sigreturn system call.
14305 2014-04-17  Wilco  <wdijkstr@arm.com>
14307         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14308         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14309         * math/test-fenv.c: Skip exception trap tests on targets which only
14310         support non-stop mode.
14312 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14313             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14315         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14316         (libc_feholdsetround_aarch64_ctx)
14317         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14318         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14319         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14320         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14321         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14322         (libc_feresetround_noexl_ctx): Define.
14324 2014-04-16  Richard Henderson  <rth@redhat.com>
14326         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14328         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14329         unwind tables.
14331         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14332         const from the non-libc, non-ldso copy.
14334         * sysdeps/alpha/libm-test-ulps: Regenerate.
14336 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14337             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14339         * sysdeps/aarch64/fpu/math_private.h: New file.
14341 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14343         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14345 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14347         [BZ #16275]
14348         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14349         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14350         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14351         Intel MPX bound registers before _dl_profile_fixup.
14352         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14353         registers after _dl_profile_fixup.  Save and restore bound
14354         registers bnd0/bnd1 when calling _dl_call_pltexit.
14355         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14356         (LR_BND_OFFSET): Likewise.
14357         (LRV_BND0_OFFSET): Likewise.
14358         (LRV_BND1_OFFSET): Likewise.
14360 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14362         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14363         to...
14364         * sysdeps/mach/hurd/i386/tls.h: ... here.
14365         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14366         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14367         fields.
14369 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14371         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14373 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14375         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14377 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14379         [BZ #14770]
14380         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14381         * sysdeps/s390/configure: Regenerate.
14383         [BZ #16824]
14384         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14385         Set round-to-nearest internally to reduce error accumulation.
14387 2014-04-16  Alan Modra  <amodra@gmail.com>
14389         [BZ #16740]
14390         [BZ #16619]
14391         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14392         * math/libm-test.inc (frexp_test_data): Add tests.
14393         * NEWS: Update fixed bug list.
14395 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14397         * benchtests/Makefile: Depend on libraries in build directory.
14398         (bench-math): Separate out math tests.
14399         (bench-pthread): Separate out pthread tests.
14400         (bench): Include math and pthread tests.
14402 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14404         [BZ #16831]
14405         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14406         _dl_debug_initialize.
14408         * configure.ac: Remove SELinux header check.
14409         * configure: Regenerate.
14410         * nscd/selinux.c (perms): Array of const char* to permission names.
14411         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14412         default policy. Call string_to_security_class and string_to_av_perm to
14413         translate strings. Enforce default policy and call avs_has_perm with
14414         results of translated strings.
14416 2014-04-13  David S. Miller  <davem@davemloft.net>
14418         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14420 2014-04-12  Allan McRae  <allan@archlinux.org>
14422         [BZ #16838]
14423         * manual/string.texi (Collation Functions): Fix qsort argument
14424         order in example.
14425         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14427 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14429         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14430         Make the test a no-op if there are no exceptions defined.
14432 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14434         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14435         enable-hardcoded-path-in-tests
14437 2014-04-11  Will Newton  <will.newton@linaro.org>
14439         * benchtests/Makefile (extra-objs): Add json-lib.o.
14440         (bench-func): Tidy up JSON output.
14441         * benchtests/bench-skeleton.c: Include json-lib.h.
14442         (main): Use JSON library functions to do output of
14443         benchmark results.
14444         * benchtests/bench-timing-type.c (main): Output the
14445         timing type simply, leaving formatting to the user.
14446         * benchtests/json-lib.c: New file.
14447         * benchtests/json-lib.h: Likewise.
14449 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14451         [BZ #15215]
14452         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14453         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14454         memory barriers.  Add comments.
14455         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14456         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14457         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14458         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14459         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14460         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14462 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14464         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14465         * sysdeps/s390/s390-64/configure.ac: ... this ...
14466         * sysdeps/s390/configure.ac: ... to here.
14467         * sysdeps/s390/s390-32/configure: Delete file.
14468         * sysdeps/s390/s390-64/configure: Delete file.
14469         * sysdeps/s390/configure: Regenerate.
14471 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14473         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14475 2014-04-11  Will Newton  <will.newton@linaro.org>
14477         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14478         to zero if it is not defined elsewhere.  (mtrim): Test
14479         the value of MALLOC_DEBUG with #if rather than #ifdef.
14481 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14483         * benchtests/pthread_once-inputs: New file.
14484         * benchtests/pthread_once-source.c: New file.
14485         * benchtests/README: Update documentation.
14487 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14488             H.J. Lu  <hongjiu.lu@intel.com>
14490         [BZ #16275]
14491         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14492         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14493         * sysdeps/x86_64/configure: Regenerated.
14494         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14495         macro.
14496         (REGISTER_SAVE_RAX): Likewise.
14497         (REGISTER_SAVE_RCX): Likewise.
14498         (REGISTER_SAVE_RDX): Likewise.
14499         (REGISTER_SAVE_RSI): Likewise.
14500         (REGISTER_SAVE_RDI): Likewise.
14501         (REGISTER_SAVE_R8): Likewise.
14502         (REGISTER_SAVE_R9): Likewise.
14503         (REGISTER_SAVE_BND0): Likewise.
14504         (REGISTER_SAVE_BND1): Likewise.
14505         (REGISTER_SAVE_BND2): Likewise.
14506         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14507         bound registers when calling _dl_fixup.
14509 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14511         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14512         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14513         of its definition.
14514         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14515         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14516         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14517         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14518         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14519         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14520         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14522 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14524         [BZ #15514]
14525         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14526         pathconf(_PC_NAME_MAX).
14528 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14530         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14531         Remove macro usage.
14532         (__PTHREAD_SPINS): Move definition to ...
14533         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14534         (__PTHREAD_SPINS): ... here.
14535         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14536         (__PTHREAD_SPIN): Likewise.
14537         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14538         (__PTHREAD_SPIN): Likewise.
14539         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14540         (__PTHREAD_SPIN): Likewise.
14541         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14542         (__PTHREAD_SPIN): Likewise.
14543         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14544         (__PTHREAD_SPIN): Likewise.
14545         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14546         (__PTHREAD_SPIN): Likewise.
14547         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14548         (__PTHREAD_SPIN): Likewise.
14549         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14550         (__PTHREAD_SPIN): Likewise.
14551         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14552         (__PTHREAD_SPIN): Likewise.
14553         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14554         (__PTHREAD_SPIN): Likewise.
14555         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14556         (__PTHREAD_SPIN): Likewise.
14557         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14558         (__PTHREAD_SPIN): Likewise.
14560         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14561         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14562         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14563         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14564         imply folder.
14565         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14566         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14567         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14568         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14569         correct imply path.
14570         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14571         strlen symbol for non multi-arch builds.
14572         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14573         missing hidden_def and weak_alias.
14575 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14577         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14579 2014-04-07  Will Newton  <will.newton@linaro.org>
14581         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14582         and contents.  [!_LIBC] Remove #ifndef and contents.
14583         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14584         * string/memccpy.c (__memccpy): Use ANSI prototype.
14585         * string/memfrob.c (memfrob): Likewise.
14586         * string/strcoll.c (STRCOLL): Likewise.
14587         * string/strlen.c (strlen): Likewise.
14588         * string/strtok.c (STRTOK): Likewise.
14589         * string/strcat.c: Remove unused #include of memcopy.h.
14590         (strcat): Use ANSI prototype.
14591         * string/strchr.c: Remove unused #include of memcopy.h.
14592         (strchr): Use ANSI prototype.
14593         * string/strcmp.c: Remove unused #include of memcopy.h.
14594         (strcmp): Use ANSI prototype.
14595         * string/strcpy.c: Remove unused #include of memcopy.h.
14596         (strcpy): Use ANSI prototype.
14598 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14600         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14601         * config.make.in (config-extra-cppflags): Set it from
14602         libc_extra_cppflags.
14603         * configure.ac (libc_extra_cflags): Make it accumulate over
14604         configure fragments.
14605         (libc_extra_cppflags): New flag.
14606         * configure. Regenerate.
14607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14608         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14609         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14612         [BZ #16815]
14613         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14614         result for FE_DOWNWARD rounding mode.
14615         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14616         Likewise.
14617         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14619 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14621         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14622         in function argument name.
14624 2014-04-03  David Svoboda  <svoboda@cert.org>
14626         [BZ #5666]
14627         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14628         explicitly.
14630 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14632         * elf/dl-unmap-segments.h: New file.
14633         * sysdeps/generic/ldsodefs.h
14634         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14635         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14636         * elf/dl-fptr.c: Likewise.
14637         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14638         * sysdeps/aarch64/tlsdesc.c: Likewise.
14639         * sysdeps/arm/tlsdesc.c: Likewise.
14640         * sysdeps/i386/tlsdesc.c: Likewise.
14641         * sysdeps/tile/dl-runtime.c: Likewise.
14642         * sysdeps/x86_64/tlsdesc.c: Likewise.
14643         * elf/dl-load.h: New file.
14644         * elf/dl-load.c: Include it.
14645         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14646         Macros moved to dl-load.h.
14647         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14648         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14649         Use _dl_unmap_segments in place of __munmap.
14650         Break out segment-mapping loop into ...
14651         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14653 2014-04-03  Will Newton  <will.newton@linaro.org>
14655         * elf/dl-lookup.c (do_lookup_x): Remove comment
14656         referring to nested function and move variable
14657         declarations down to before first use.
14659 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14661         [BZ #16799]
14662         [BZ #16800]
14663         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14664         with 0 numerator.
14665         * math/s_catanf.c (__catanf): Likewise.
14666         * math/s_catanh.c (__catanh): Likewise.
14667         * math/s_catanhf.c (__catanhf): Likewise.
14668         * math/s_catanhl.c (__catanhl): Likewise.
14669         * math/s_catanl.c (__catanl): Likewise.
14670         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14671         by positive zero when computing -Inf result.
14672         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14673         (catanh_test): Likewise.
14674         * sysdeps/i386/fpu/libm-test-ulps: Update.
14675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14677         [BZ #16789]
14678         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14679         instead of using underflowing value in computing result.
14680         * math/s_clog10.c (__clog10): Likewise.
14681         * math/s_clog10f.c (__clog10f): Likewise.
14682         * math/s_clog10l.c (__clog10l): Likewise.
14683         * math/s_clogf.c (__clogf): Likewise.
14684         * math/s_clogl.c (__clogl): Likewise.
14685         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14686         (clog10_test): Likewise.
14687         * sysdeps/i386/fpu/libm-test-ulps: Update.
14688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14690 2014-04-02  Alan Modra  <amodra@gmail.com>
14692         [BZ #16739]
14693         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14694         output when value is near a power of two.  Use int64_t for lx and
14695         remove casts.  Use decimal rather than hex exponent constants.
14696         Don't use long double multiplication when double will suffice.
14697         * math/libm-test.inc (nextafter_test_data): Add tests.
14698         * NEWS: Add 16739 and 16786 to bug list.
14700         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14702         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14704 2014-04-01  Will Newton  <will.newton@linaro.org>
14706         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14707         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14709 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14711         [BZ #13347]
14712         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14713         * nptl/tst-setuid2.c: New file.
14714         * nptl/Makefile (xtests): Add tst-setuid2.
14716 2014-04-01  Alan Modra  <amodra@gmail.com>
14718         [BZ #16786]
14719         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14721 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14723         [BZ #6803]
14724         [BZ #6804]
14725         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14726         set errno as appropriate.
14727         * math/w_scalbf.c (__scalbf): Likewise.
14728         * math/w_scalbl.c (__scalbl): Likewise.
14729         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14730         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14731         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14732         Add more NaN tests.
14734         [BZ #16349]
14735         * math/w_atan2.c: Include <errno.h>.
14736         (__atan2): Set errno for result underflowing to zero.
14737         * math/w_atan2f.c: Include <errno.h>.
14738         (__atan2f): Set errno for result underflowing to zero.
14739         * math/w_atan2l.c: Include <errno.h>.
14740         (__atan2l): Set errno for result underflowing to zero.
14741         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14742         tests.
14743         * math/auto-libm-test-out: Regenerated.
14745 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14747         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14748         Encode instruction correctly in little endian.
14749         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14750         Likewise.
14751         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14752         Likewise.
14753         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14754         Likewise.
14755         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14756         Likewise.
14758 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14760         [BZ #9894]
14761         * sysdeps/unix/sysv/linux/kernel-features.h
14762         [__sparc__ && !__arch64__ && !__sparc_v9__]
14763         (__ASSUME_SET_ROBUST_LIST): Do not define.
14764         [__sparc__ && !__arch64__ && !__sparc_v9__]
14765         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14766         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14767         Likewise.
14768         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14769         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14770         (__ASSUME_REQUEUE_PI): Likewise.
14771         (__ASSUME_SET_ROBUST_LIST): Likewise.
14772         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14773         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14774         Undefine.
14775         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14776         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14777         Likewise.
14778         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14779         Likewise.
14780         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14781         Likewise.
14782         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14783         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14784         Undefine.
14785         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14786         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14787         Likewise.
14789         [BZ #16648]
14790         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14791         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14792         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14794 2014-03-31  Will Newton  <will.newton@linaro.org>
14796         * benchtests/Makefile (bench): Add ffs and ffsll to list
14797         of tests.
14798         * benchtests/ffs-inputs: New file.
14799         * benchtests/ffsll-inputs: Likewise.
14801 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14803         [BZ #16770]
14804         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14805         too large before casting to int.
14806         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14807         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14808         * math/libm-test.inc (scalb_test_data): Add more tests.
14810 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14812         * benchtests/Makefile (DETAILED_OPT): New make option.
14813         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14814         set.
14815         * benchtests/bench-skeleton.c: Include stdbool.h.
14816         (main): Store and print timings per input.
14817         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14818         member to each argument value.
14819         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14820         (_print_arg_data): Initialize per-input timing to 0.
14822         * benchtests/Makefile (timing-type): New binary.
14823         (bench-clean): Also remove bench-timing-type.
14824         (bench): New target for timing-type.
14825         (bench-func): Print output in JSON format.
14826         * benchtests/bench-skeleton.c (main): Print output in JSON
14827         format.
14828         * benchtests/bench-timing-type.c: New file.
14829         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14830         (TIMING_PRINT_STATS): Remove.
14831         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14832         name separately.
14834         * benchtests/bench-modf.c: Remove.
14835         * benchtests/modf-inputs: New inputs file.
14837 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14839         [BZ #16362]
14840         * math/s_clog10.c (M_PI_LOG10E): New macro.
14841         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14842         imaginary parts are 0.
14843         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14844         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14845         imaginary parts are 0.
14846         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14847         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14848         imaginary parts are 0.
14849         * math/libm-test.inc (clog10_test_data): Update expected results
14850         for when real and imaginary parts are 0.
14852 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14854         * elf/dl-load.c: Finish conversion of __builtin_expect into
14855         __glibc_{un}likely.
14857 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14859         [BZ #16348]
14860         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14861         1+x for argument with exponent below -67.
14862         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14863         Likewise.
14864         * math/auto-libm-test-in: Add more tests of exp.
14865         * math/auto-libm-test-out: Regenerated.
14867 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14869         [BZ #16759]
14870         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14871         (nscd_getnetgrent): Use it.
14873         [BZ #16760]
14874         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14875         of stpcpy.
14877 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14879         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14880         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14881         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14882         (lll_robust_unlock): Remove out of line section. Use cfi
14883         intrinsics.
14884         (LLL_STUB_UNWIND_INFO*): Remove.
14885         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14886         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14887         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14888         (lll_robust_unlock): Remove out of line section. Use cfi
14889         intrinsics.
14890         (LLL_STUB_UNWIND_INFO*): Remove.
14892 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14894         [BZ #16758]
14895         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14896         blank values.
14898 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14900         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14902 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14904         [BZ #16198]
14905         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14906         fnstenv.
14907         * math/test-fenv-preserve.c: New file.
14908         * math/Makefile (tests): Add test-fenv-preserve.
14910 2014-03-26  Will Newton <will.newton@linaro.org>
14912         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14914 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14916         * scripts/versionlist.awk: Partition the version sets and emit all
14917         GLIBC_* (sorted) before all others (sorted).
14919 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14921         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14922         GLIBC_2.2.5 version.
14924 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14926         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14927         calls.
14929         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14930         previous change.
14932         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14934 2014-03-25  Andreas Schwab  <schwab@suse.de>
14936         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14937         label to be used after in6ailist is initialized.
14939 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14941         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14942         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14944 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14946         [BZ #16357]
14947         [BZ #16599]
14948         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14949         min_plus_half.
14950         (fp_formats): Update initializers.
14951         (init_fp_formats): Initialize new field.
14952         (output_for_one_input_case): Allow underflow for results up to
14953         min_plus_half.
14954         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14955         * math/auto-libm-test-in: Don't mark some underflows from asin and
14956         atanh as spurious.
14957         * math/auto-libm-test-out: Regenerated.
14958         * sysdeps/i386/fpu/libm-test-ulps: Update.
14959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14961 2014-03-25  Andreas Schwab  <schwab@suse.de>
14963         * libio/Makefile (tst-ftell-partial-wide-ENV)
14964         (tst-ftell-active-handler-ENV): Define.
14966 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14968         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14970 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14972         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14974 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14976         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14977         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14978         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14980 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14982         [BZ #16634]
14983         * elf/dl-load.c (open_verify): Add mode parameter.
14984         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14985         (open_path): Change from boolean 'secure' to complete flag 'mode'
14986         (_dl_map_object): Adjust.
14987         * elf/Makefile (tests): Add tst-dlopen-aout.
14988         * elf/tst-dlopen-aout.c: New test.
14990 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14992         [BZ #16714]
14993         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14994         (struct stat): Rename member pad0 to __glibc_reserved0.
14996         [BZ #16712]
14997         * sysdeps/s390/s390-32/bits/wordsize.h
14998         (__WORDSIZE32_SIZE_ULONG): New define.
14999         * sysdeps/s390/s390-64/bits/wordsize.h
15000         (__WORDSIZE32_SIZE_ULONG): Likewise.
15001         * sysdeps/generic/stdint.h (SIZE_MAX):
15002         Define as UL if __WORDSIZE32_SIZE_ULONG.
15004         [BZ #16713]
15005         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15006         (__glibc_reserved0): New variable.
15007         (sa_flags): Change type to int.
15009         * posix/Makefile (before-compile): Use += before-compile instead
15010         of a :=.
15012         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15013         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15015 2014-03-20  Andreas Schwab  <schwab@suse.de>
15017         [BZ #16743]
15018         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15019         non-matching result from nscd.
15021 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15023         * scripts/bench.py: Moved to ...
15024         * benchtests/scripts/bench.py: ... here.
15025         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15027 2014-03-24  Andreas Schwab  <schwab@suse.de>
15029         [BZ #16002]
15030         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15031         alloca_account and account alloca use for struct in6ailist.
15033 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15035         [BZ #16284]
15036         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15037         rounding mode to recompute results that overflow to infinity or
15038         underflow to zero.
15039         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15040         bug 16284.
15041         * math/auto-libm-test-out: Regenerated.
15042         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15043         (ccosh_test): Likewise.
15044         (csin_test_data): Use plus_oflow.
15045         (csin_test): Use ALL_RM_TEST.
15046         (csinh_test_data): Use plus_oflow.
15047         (csinh_test): Use ALL_RM_TEST.
15048         * sysdeps/i386/fpu/libm-test-ulps: Update.
15049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15051 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15053         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15054         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15055         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15057         [BZ #16731]
15058         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15059         when x - 1 is zero.
15060         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15061         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15062         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15063         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15064         argument is 1.
15065         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15066         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15067         zero.
15068         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15069         * sysdeps/i386/fpu/libm-test-ulps: Update.
15070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15072 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15074         * scripts/bench.pl: Remove file.
15075         * scripts/bench.py: New benchmark script.
15076         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15077         * benchtests/README: Mention python dependency.
15078         * scripts/pylintrc: New file.
15079         * scripts/pylint: New file.
15081         * bits/mathdef.h: Use #ifdef instead of #if.
15082         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15083         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15084         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15085         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15086         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15087         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15089 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15090             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15092         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15093         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15094         and strpbrk-ppc64 objects.
15095         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15096         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15097         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15098         multiarch strpbrk for POWER7.
15099         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15100         multiarch strpbrk for PPC64.
15101         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15102         ifunc selector.
15103         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15104         strpbrk for POWER7.
15106 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15108         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15109         (atan_test): Likewise.
15110         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15111         (atanh_test): Use ALL_RM_TEST.
15112         (atan2_test_data): Likewise.
15113         (cabs_test): Likewise.
15114         (cacosh_test): Likewise.
15115         (carg_test): Likewise.
15116         (casin_test): Likewise.
15117         (casinh_test): Likewise.
15118         (cbrt_test): Likewise.
15119         (csqrt_test): Likewise.
15120         (erf_test): Likewise.
15121         (erfc_test): Likewise.
15122         (pow10_test): Likewise.
15123         (exp2_test): Likewise.
15124         (hypot_test): Likewise.
15125         (j0_test): Likewise.
15126         (j1_test): Likewise.
15127         (lgamma_test): Likewise.
15128         (gamma_test): Likewise.
15129         (sincos_test): Likewise.
15130         (tanh_test): Likewise.
15131         (y0_test): Likewise.
15132         (y1_test): Likewise.
15133         * sysdeps/i386/fpu/libm-test-ulps: Update.
15134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15136 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15138         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15139         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15140         and strcspn-ppc64 objects.
15141         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15142         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15143         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15144         multiarch strcspn for POWER7.
15145         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15146         multiarch strcspn for PPC64.
15147         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15148         ifunc selector.
15149         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15150         strcspn for POWER7.
15152 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15154         * math/gen-libm-test.pl (generate_testfile): Expect only function
15155         name as argument to AUTO_TESTS_* and pass results for all rounding
15156         modes to parse_args.
15157         (parse_auto_input): Separate inputs of automatic tests from
15158         outputs before storing in %auto_tests.
15159         * math/libm-test.inc (acos_test_data): Update call to
15160         AUTO_TESTS_f_f.
15161         (acos_test): Use ALL_RM_TEST.
15162         (acos_tonearest_test_data): Remove.
15163         (acos_test_tonearest): Likewise.
15164         (acos_towardzero_test_data): Likewise.
15165         (acos_test_towardzero): Likewise.
15166         (acos_downward_test_data): Likewise.
15167         (acos_test_downward): Likewise.
15168         (acos_upward_test_data): Likewise.
15169         (acos_test_upward): Likewise.
15170         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15171         (asin_test_data): Likewise.
15172         (asin_test): Use ALL_RM_TEST.
15173         (asin_tonearest_test_data): Remove.
15174         (asin_test_tonearest): Likewise.
15175         (asin_towardzero_test_data): Likewise.
15176         (asin_test_towardzero): Likewise.
15177         (asin_downward_test_data): Likewise.
15178         (asin_test_downward): Likewise.
15179         (asin_upward_test_data): Likewise.
15180         (asin_test_upward): Likewise.
15181         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15182         (atan_test_data): Likewise.
15183         (atanh_test_data): Likewise.
15184         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15185         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15186         (carg_test_data): Likewise.
15187         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15188         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15189         (ccosh_test_data): Likewise.
15190         (cexp_test_data): Likewise.
15191         (clog_test_data): Likewise.
15192         (clog10_test_data): Likewise.
15193         (cos_test_data): Update call to AUTO_TESTS_f_f.
15194         (cos_test): Use ALL_RM_TEST.
15195         (cos_tonearest_test_data): Remove.
15196         (cos_test_tonearest): Likewise.
15197         (cos_towardzero_test_data): Likewise.
15198         (cos_test_towardzero): Likewise.
15199         (cos_downward_test_data): Likewise.
15200         (cos_test_downward): Likewise.
15201         (cos_upward_test_data): Likewise.
15202         (cos_test_upward): Likewise.
15203         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15204         (cosh_test): Use ALL_RM_TEST.
15205         (cosh_tonearest_test_data): Remove.
15206         (cosh_test_tonearest): Likewise.
15207         (cosh_towardzero_test_data): Likewise.
15208         (cosh_test_towardzero): Likewise.
15209         (cosh_downward_test_data): Likewise.
15210         (cosh_test_downward): Likewise.
15211         (cosh_upward_test_data): Likewise.
15212         (cosh_test_upward): Likewise.
15213         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15214         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15215         (ctan_test_data): Likewise.
15216         (ctan_test): Use ALL_RM_TEST.
15217         (ctan_tonearest_test_data): Remove.
15218         (ctan_test_tonearest): Likewise.
15219         (ctan_towardzero_test_data): Likewise.
15220         (ctan_test_towardzero): Likewise.
15221         (ctan_downward_test_data): Likewise.
15222         (ctan_test_downward): Likewise.
15223         (ctan_upward_test_data): Likewise.
15224         (ctan_test_upward): Likewise.
15225         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15226         (ctanh_test): Use ALL_RM_TEST.
15227         (ctanh_tonearest_test_data): Remove.
15228         (ctanh_test_tonearest): Likewise.
15229         (ctanh_towardzero_test_data): Likewise.
15230         (ctanh_test_towardzero): Likewise.
15231         (ctanh_downward_test_data): Likewise.
15232         (ctanh_test_downward): Likewise.
15233         (ctanh_upward_test_data): Likewise.
15234         (ctanh_test_upward): Likewise.
15235         (erf_test_data): Update call to AUTO_TESTS_f_f.
15236         (erfc_test_data): Likewise.
15237         (exp_test_data): Likewise.
15238         (exp_test): Use ALL_RM_TEST.
15239         (exp_tonearest_test_data): Remove.
15240         (exp_test_tonearest): Likewise.
15241         (exp_towardzero_test_data): Likewise.
15242         (exp_test_towardzero): Likewise.
15243         (exp_downward_test_data): Likewise.
15244         (exp_test_downward): Likewise.
15245         (exp_upward_test_data): Likewise.
15246         (exp_test_upward): Likewise.
15247         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15248         (exp10_test): Use ALL_RM_TEST.
15249         (exp10_tonearest_test_data): Remove.
15250         (exp10_test_tonearest): Likewise.
15251         (exp10_towardzero_test_data): Likewise.
15252         (exp10_test_towardzero): Likewise.
15253         (exp10_downward_test_data): Likewise.
15254         (exp10_test_downward): Likewise.
15255         (exp10_upward_test_data): Likewise.
15256         (exp10_test_upward): Likewise.
15257         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15258         (expm1_test_data): Likewise.
15259         (expm1_test): Use ALL_RM_TEST.
15260         (expm1_tonearest_test_data): Remove.
15261         (expm1_test_tonearest): Likewise.
15262         (expm1_towardzero_test_data): Likewise.
15263         (expm1_test_towardzero): Likewise.
15264         (expm1_downward_test_data): Likewise.
15265         (expm1_test_downward): Likewise.
15266         (expm1_upward_test_data): Likewise.
15267         (expm1_test_upward): Likewise.
15268         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15269         (fma_test): Use ALL_RM_TEST.
15270         (fma_towardzero_test_data): Remove.
15271         (fma_test_towardzero): Likewise.
15272         (fma_downward_test_data): Likewise.
15273         (fma_test_downward): Likewise.
15274         (fma_upward_test_data): Likewise.
15275         (fma_test_upward): Likewise.
15276         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15277         (j0_test_data): Update call to AUTO_TESTS_f_f.
15278         (j1_test_data): Likewise.
15279         (jn_test_data): Update call to AUTO_TESTS_if_f.
15280         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15281         (log_test_data): Update call to AUTO_TESTS_f_f.
15282         (log10_test_data): Likewise.
15283         (log1p_test_data): Likewise.
15284         (log2_test_data): Likewise.
15285         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15286         (pow_tonearest_test_data): Likewise.
15287         (sin_test_data): Update call to AUTO_TESTS_f_f.
15288         (sin_test): Use ALL_RM_TEST.
15289         (sin_tonearest_test_data): Remove.
15290         (sin_test_tonearest): Likewise.
15291         (sin_towardzero_test_data): Likewise.
15292         (sin_test_towardzero): Likewise.
15293         (sin_downward_test_data): Likewise.
15294         (sin_test_downward): Likewise.
15295         (sin_upward_test_data): Likewise.
15296         (sin_test_upward): Likewise.
15297         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15298         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15299         (sinh_test): Use ALL_RM_TEST.
15300         (sinh_tonearest_test_data): Remove.
15301         (sinh_test_tonearest): Likewise.
15302         (sinh_towardzero_test_data): Likewise.
15303         (sinh_test_towardzero): Likewise.
15304         (sinh_downward_test_data): Likewise.
15305         (sinh_test_downward): Likewise.
15306         (sinh_upward_test_data): Likewise.
15307         (sinh_test_upward): Likewise.
15308         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15309         (sqrt_test): Use ALL_RM_TEST.
15310         (sqrt_tonearest_test_data): Remove.
15311         (sqrt_test_tonearest): Likewise.
15312         (sqrt_towardzero_test_data): Likewise.
15313         (sqrt_test_towardzero): Likewise.
15314         (sqrt_downward_test_data): Likewise.
15315         (sqrt_test_downward): Likewise.
15316         (sqrt_upward_test_data): Likewise.
15317         (sqrt_test_upward): Likewise.
15318         (tan_test_data): Update call to AUTO_TESTS_f_f.
15319         (tan_test): Use ALL_RM_TEST.
15320         (tan_tonearest_test_data): Remove.
15321         (tan_test_tonearest): Likewise.
15322         (tan_towardzero_test_data): Likewise.
15323         (tan_test_towardzero): Likewise.
15324         (tan_downward_test_data): Likewise.
15325         (tan_test_downward): Likewise.
15326         (tan_upward_test_data): Likewise.
15327         (tan_test_upward): Likewise.
15328         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15329         (tgamma_test_data): Likewise.
15330         (y0_test_data): Likewise.
15331         (y1_test_data): Likewise.
15332         (yn_test_data): Update call to AUTO_TESTS_if_f.
15333         (main): Do not call removed functions.
15335 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15337         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15338         (ldexp_test_data): Remove.
15339         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15340         scalbn_test_data.
15341         (scalb_test): Use ALL_RM_TEST.
15343 2014-03-19  Andreas Schwab  <schwab@suse.de>
15345         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15347 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15349         [BZ #16649]
15350         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15351         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15352         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15353         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15354         (__ASSUME_PREADV): Undefine.
15355         (__ASSUME_PWRITEV): Likewise.
15357 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15359         * bits/mman-linux.h: Add comment about non-Linux use.
15360         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15361         bits/mman-linux.h resting place.
15363         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15364         * bits/mman-linux.h: ... here.
15366 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15368         * conform/conformtest.pl: Add standard definition when calling C
15369         preprocessor on data files.
15370         (checknamespace): Remove unused variable.
15372 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15374         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15375         minus_oflow, plus_uflow and minus_uflow in expected results.
15376         * math/libm-test.inc (scalbn_test_data): Add more tests of
15377         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15378         minus_uflow.
15379         (scalbn_test): Use ALL_RM_TEST.
15380         (scalbln_test_data): Add more tests of negative arguments.  Use
15381         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15382         (scalbln_test): Use ALL_RM_TEST.
15384 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15386         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15388 2014-03-18  Will Newton  <will.newton@linaro.org>
15390         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15391         inaccurate comment.
15393 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15395         * Makerules [!subdir] (check-abi): Exit with error status if a
15396         test failed.
15398 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15400         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15401         for rint.  Include results for all rounding modes.
15402         (nearbyint_test): Use ALL_RM_TEST.
15403         (rint_test_data): Include all tests used for nearbyint.
15405 2014-03-17  Will Newton  <will.newton@linaro.org>
15407         * nptl/sysdeps/pthread/pthread.h: Revert previous
15408         change.
15410         * sysdeps/generic/ldsodefs.h: Revert previous
15411         change.
15413         * libio/genops.c: Revert previous change.
15414         * libio/libioP.h: Likewise.
15415         * stdio-common/vfprintf.c: Likewise.
15417         * sysdeps/generic/math_private.h: Revert previous
15418         change.
15420         * sysdeps/generic/math_private.h: Check whether
15421         HAVE_RM_CTX is defined with #ifdef rather
15422         than #if.
15424         * argp/argp-fmtstream.h: Check whether
15425         __STRICT_ANSI__ is defined with #ifdef rather
15426         than #if.
15427         * argp/argp.h: Likewise.
15429         * libio/genops.c: Check whether
15430         _IO_JUMPS_OFFSET is defined with #ifdef rather
15431         than #if.
15432         * libio/libioP.h: Likewise.
15433         * stdio-common/vfprintf.c: Likewise.
15435         * sysdeps/generic/ldsodefs.h: Check whether
15436         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15437         than #if.
15439         * nptl/sysdeps/pthread/pthread.h: Check
15440         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15441         its value.
15443 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15445         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15446         setting O_APPEND.
15447         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15448         test case.
15450         [BZ #16680]
15451         * libio/fileops.c (_IO_file_open): Seek to end of file but
15452         don't cache the offset.
15453         (get_file_offset): Remove function.
15454         (do_ftell): Use cached offset when available.
15455         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15456         don't cache the offset.
15457         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15458         case.
15459         (do_one_test): Call it.
15460         (do_ftell_test): Fix up expected old offset for a+ mode.
15461         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15462         available.
15464         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15465         up test status with function return status.
15466         (do_write_test): Likewise.
15467         (do_append_test): Likewise.
15469         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15470         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15471         Remove.
15473 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15475         * math/gen-libm-test.pl (parse_args): Handle results specified for
15476         each rounding mode separately.
15477         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15478         tests and results from lrint_tonearest_test_data,
15479         lrint_towardzero_test_data, lrint_downward_test_data and
15480         lrint_upward_test_data.
15481         (lrint_test): Use ALL_RM_TEST.
15482         (lrint_tonearest_test_data): Remove.
15483         (lrint_test_tonearest): Likewise.
15484         (lrint_towardzero_test_data): Likewise.
15485         (lrint_test_towardzero): Likewise.
15486         (lrint_downward_test_data): Likewise.
15487         (lrint_test_downward): Likewise.
15488         (lrint_upward_test_data): Likewise.
15489         (lrint_test_upward): Likewise.
15490         (llrint_test_data): Merge in per-rounding-mode tests and results
15491         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15492         llrint_downward_test_data and llrint_upward_test_data.
15493         (llrint_test): Use ALL_RM_TEST.
15494         (llrint_tonearest_test_data): Remove.
15495         (llrint_test_tonearest): Likewise.
15496         (llrint_towardzero_test_data): Likewise.
15497         (llrint_test_towardzero): Likewise.
15498         (llrint_downward_test_data): Likewise.
15499         (llrint_test_downward): Likewise.
15500         (llrint_upward_test_data): Likewise.
15501         (llrint_test_upward): Likewise.
15502         (rint_test_data): Merge in per-rounding-mode tests and results
15503         from rint_tonearest_test_data, rint_towardzero_test_data,
15504         rint_downward_test_data and rint_upward_test_data.  Add
15505         per-rounding-mode results for tests not in those arrays.
15506         (rint_test): Use ALL_RM_TEST.
15507         (rint_tonearest_test_data): Remove.
15508         (rint_test_tonearest): Likewise.
15509         (rint_towardzero_test_data): Likewise.
15510         (rint_test_towardzero): Likewise.
15511         (rint_downward_test_data): Likewise.
15512         (rint_test_downward): Likewise.
15513         (rint_upward_test_data): Likewise.
15514         (rint_test_upward): Likewise.
15515         (main): Don't call removed functions.
15517 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15519         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15520         "Compiled on ..." crapola.  It is anti-useful.
15522 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15524         * scripts/evaluate-test.sh: Handle fourth argument to determine
15525         whether test run should stop on failure.
15526         * Makeconfig (stop-on-test-failure): New variable.
15527         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15528         $(stop-on-test-failure).
15529         * Makefile (tests): Give a summary of results from testing and
15530         exit with failure status if they include an ERROR or FAIL.
15531         (xtests): Likewise.
15532         * manual/install.texi (Configuring and compiling): Mention
15533         stop-on-test-failure=y.
15534         * INSTALL: Regenerated.
15536 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15538         * scripts/versionlist.awk: New file.
15539         * Makerules [$(build-shared) = yes]
15540         (postclean-generated): Add Versions.def, not Versions.def.v and
15541         Versions.def.v.i.
15542         ($(common-objpfx)Versions.def.v.i): Target removed.
15543         ($(common-objpfx)Versions.def): New target.
15544         ($(common-objpfx)Versions.all): Depend on that rather that
15545         $(common-objpfx)Versions.def.v.
15546         * Versions.def: File removed.
15548         * Makeconfig (+gccwarn): Add -Wundef.
15549         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15550         a dl-sysdep.h breaking its contract.
15551         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15552         * include/stackinfo.h: New file.
15553         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15554         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15555         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15556         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15557         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15558         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15559         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15560         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15561         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15562         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15563         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15564         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15565         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15566         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15567         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15569 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15571         [BZ #16707]
15572         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15573         implementation.
15574         * math/libm-test.inc (round_test_data): Add more tests.
15576         [BZ #16706]
15577         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15578         implementation.
15579         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15581         [BZ #16701]
15582         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15583         implementation.
15584         * math/libm-test.inc (ceil_test_data): Add more tests.
15586         * math/libm-test.inc (trunc_test_data): Add more tests related to
15587         BZ#16414.
15589 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15591         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15592         with #if rather than #ifdef.
15593         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15595 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15597         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15598         first.  Disable AVX-512 GCC support if assembler doesn't support
15599         it.
15600         * sysdeps/x86_64/configure: Regenerated.
15602 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15604         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15605         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15606         (__old_pthread_attr_setstack): Likewise.
15607         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15608         [!_STACK_GROWS_DOWN]: Likewise.
15610 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15612         * config.make.in (have-bash2): Delete.
15613         * configure.ac (libc_cv_have_bash2): Delete.
15614         * configure: Regenerate.
15615         * elf/Makefile (common-ldd-rewrite): Rename to ...
15616         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15617         (sh-ldd-rewrite): Delete.
15618         (bash-ldd-rewrite): Delete.
15619         (have-bash2): Delete checks.
15620         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15621         ldd-rewrite.
15623         * config.make.in (have-ksh): Delete.
15624         (KSH): Delete.
15625         * configure.ac (libc_cv_have_ksh): Delete.
15626         * configure: Regenerate.
15628         * elf/Makefile: Delete $(have-ksh) check.
15629         ($(objpfx)sotruss): Change KSH to BASH.
15630         * elf/sotruss.ksh: Rename to ...
15631         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15632         function style to match POSIX.  Drop ksh vim mode setting.
15634         * manual/time.texi (Specifying the Time Zone with TZ): Change
15635         Tuesday to Thursday.
15637         * debug/tst-longjmp_chk2.c: Update header comment.
15638         (stackoverflow_handler): Add comment.  Call assert on pass value.
15640 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15642         [BZ #16194]
15643         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15644         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15645         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15646         (La_x86_64_vector): Add zmm.
15647         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15648         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15649         ($(objpfx)tst-audit10): New target.
15650         ($(objpfx)tst-audit10.out): Likewise.
15651         (tst-audit10-ENV): New.
15652         (AVX512-CFLAGS): Likewise.
15653         (CFLAGS-tst-audit10.c): Likewise.
15654         (CFLAGS-tst-auditmod10a.c): Likewise.
15655         (CFLAGS-tst-auditmod10b.c): Likewise.
15656         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15657         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15658         * sysdeps/x86_64/configure: Regenerated.
15659         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15660         AVX-512 zmm register support.
15661         (_dl_x86_64_save_sse): Likewise.
15662         (_dl_x86_64_restore_sse): Likewise.
15663         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15664         size vector registers.
15665         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15666         (ZMM_SIZE): Likewise.
15667         * sysdeps/x86_64/tst-audit10.c: New file.
15668         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15669         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15671 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15673         * configure.ac (HAVE_EHDR_START): New check.
15674         * configure: Regenerated.
15675         * config.h.in (HAVE_EHDR_START): New #undef.
15676         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15677         assuming the lowest-addressed segment maps the start of the file.
15679 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15681         * INSTALL: Regenerated.
15683 2014-03-13  Will Newton  <will.newton@linaro.org>
15685         * manual/setjmp.texi (System V contexts): Improve
15686         clarity and grammar of documentation.
15688 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15690         [BZ #16381]
15691         * elf/Makefile (tests): Add tst-pie2.
15692         (tests-pie): Add tst-pie2.
15693         * elf/tst-pie2.c: New file.
15694         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15695         for ET_EXEC.
15696         * elf/rtld.c (map_doit): Load executable as lt_executable.
15697         (dl_main): Likewise.
15699 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15701         [BZ #16642]
15702         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15703         (__ASSUME_PSELECT): Undefine.
15705 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15707         [BZ #16689]
15708         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15709         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15710         static build.
15711         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15712         selector for static builds.
15714 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15716         [BZ #16695]
15717         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15718         key in the buffer.
15720 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15722         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15723         IFUNC selector for static builds.
15725 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15727         * sysdeps/mips/math_private.h [__mips_hard_float]
15728         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15729         libc_feresetround_mips_ctx.
15730         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15731         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15732         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15734         [BZ #16677]
15735         * math/s_nextafter.c (__nextafter): Do not return value from
15736         overflowing computation.
15737         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15738         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15739         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15740         Likewise.
15741         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15742         Likewise.
15743         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15744         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15746 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15748         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15749         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15750         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15751         the new mov targetting sp.
15753 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15755         [BZ #16683]
15756         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15757         Define it for static builds as well.
15758         (NO_BZERO_IMPL): Likewise.
15760 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15762         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15763         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15764         multiarch strspn for PPC64.
15765         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15766         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15767         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15768         (__libc_ifunc_impl_list): Likewise.
15769         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15770         multiarch optimizations
15771         * string/strspn.c (strspn): Using macro to redefine symbol name.
15773 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15774             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15776         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15777         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15778         multiarch strncat for PPC64.
15779         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15780         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15781         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15782         (__libc_ifunc_impl_list): Likewise.
15783         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15784         multiarch optimizations
15786 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15788         [BZ #16639]
15789         * nscd/nscd.service: Make service type forking.
15791 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15793         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15794         sign in non default rounding modes.
15795         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15797 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15799         * math/libm-test.inc (ALL_RM_TEST): New macro.
15800         (ceil_test): Use ALL_RM_TEST.
15801         (cimag_test): Likewise.
15802         (conj_test): Likewise.
15803         (copysign_test): Likewise.
15804         (cproj_test): Likewise.
15805         (creal_test): Likewise.
15806         (fabs_test): Likewise.
15807         (floor_test): Likewise.
15808         (fmax_test): Likewise.
15809         (fmin_test): Likewise.
15810         (fmod_test): Likewise.
15811         (fpclassify_test): Likewise.
15812         (frexp_test): Likewise.
15813         (ilogb_test): Likewise.
15814         (isfinite_test): Likewise.
15815         (finite_test): Likewise.
15816         (isgreater_test): Likewise.
15817         (isgreaterequal_test): Likewise.
15818         (isinf_test): Likewise.
15819         (isless_test): Likewise.
15820         (islessequal_test): Likewise.
15821         (islessgreater_test): Likewise.
15822         (isnan_test): Likewise.
15823         (isnormal_test): Likewise.
15824         (issignaling_test): Likewise.
15825         (isunordered_test): Likewise.
15826         (logb_test): Likewise.
15827         (logb_downward_test_data): Remove.
15828         (logb_test_downward): Likewise.
15829         (lround_test): Use ALL_RM_TEST.
15830         (llround_test): Likewise.
15831         (modf_test): Likewise.
15832         (nexttoward_test): Likewise.
15833         (remainder_test): Likewise.
15834         (drem_test): Likewise.
15835         (remainder_tonearest_test_data): Likewise.
15836         (remainder_test_tonearest): Likewise.
15837         (drem_test_tonearest): Likewise.
15838         (remainder_towardzero_test_data): Likewise.
15839         (remainder_test_towardzero): Likewise.
15840         (drem_test_towardzero): Likewise.
15841         (remainder_downward_test_data): Likewise.
15842         (remainder_test_downward): Likewise.
15843         (drem_test_downward): Likewise.
15844         (remainder_upward_test_data): Likewise.
15845         (remainder_test_upward): Likewise.
15846         (drem_test_upward): Likewise.
15847         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15848         (round_test): Use ALL_RM_TEST.
15849         (signbit_test): Likewise.
15850         (trunc_test): Likewise.
15851         (significand_test): Likewise.
15852         (main): Don't call removed functions.
15854 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15856         [BZ #16674]
15857         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15858         || __USE_XOPEN2K8].
15859         (ILL_ILLOPN): Likewise.
15860         (ILL_ILLADR): Likewise.
15861         (ILL_ILLTRP): Likewise.
15862         (ILL_PRVOPC): Likewise.
15863         (ILL_PRVREG): Likewise.
15864         (ILL_COPROC): Likewise.
15865         (ILL_BADSTK): Likewise.
15866         (FPE_INTDIV): Likewise.
15867         (FPE_INTOVF): Likewise.
15868         (FPE_FLTDIV): Likewise.
15869         (FPE_FLTOVF): Likewise.
15870         (FPE_FLTUND): Likewise.
15871         (FPE_FLTRES): Likewise.
15872         (FPE_FLTINV): Likewise.
15873         (FPE_FLTSUB): Likewise.
15874         (SEGV_MAPERR): Likewise.
15875         (SEGV_ACCERR): Likewise.
15876         (BUS_ADRALN): Likewise.
15877         (BUS_ADRERR): Likewise.
15878         (BUS_OBJERR): Likewise.
15879         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15880         (TRAP_TRACE): Likewise.
15881         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15882         __USE_XOPEN2K8].
15883         (CLD_KILLED): Likewise.
15884         (CLD_DUMPED): Likewise.
15885         (CLD_TRAPPED): Likewise.
15886         (CLD_STOPPED): Likewise.
15887         (CLD_CONTINUED): Likewise.
15888         (POLL_IN): Likewise.
15889         (POLL_OUT): Likewise.
15890         (POLL_MSG): Likewise.
15891         (POLL_ERR): Likewise.
15892         (POLL_PRI): Likewise.
15893         (POLL_HUP): Likewise.
15894         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15895         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/bits/siginfo.h (ILL_ILLOPC): Likewise.
15934         (ILL_ILLOPN): Likewise.
15935         (ILL_ILLADR): Likewise.
15936         (ILL_ILLTRP): Likewise.
15937         (ILL_PRVOPC): Likewise.
15938         (ILL_PRVREG): Likewise.
15939         (ILL_COPROC): Likewise.
15940         (ILL_BADSTK): Likewise.
15941         (FPE_INTDIV): Likewise.
15942         (FPE_INTOVF): Likewise.
15943         (FPE_FLTDIV): Likewise.
15944         (FPE_FLTOVF): Likewise.
15945         (FPE_FLTUND): Likewise.
15946         (FPE_FLTRES): Likewise.
15947         (FPE_FLTINV): Likewise.
15948         (FPE_FLTSUB): Likewise.
15949         (SEGV_MAPERR): Likewise.
15950         (SEGV_ACCERR): Likewise.
15951         (BUS_ADRALN): Likewise.
15952         (BUS_ADRERR): Likewise.
15953         (BUS_OBJERR): Likewise.
15954         (BUS_MCEERR_AR): Likewise.
15955         (BUS_MCEERR_AO): Likewise.
15956         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15957         (TRAP_TRACE): Likewise.
15958         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15959         __USE_XOPEN2K8].
15960         (CLD_KILLED): Likewise.
15961         (CLD_DUMPED): Likewise.
15962         (CLD_TRAPPED): Likewise.
15963         (CLD_STOPPED): Likewise.
15964         (CLD_CONTINUED): Likewise.
15965         (POLL_IN): Likewise.
15966         (POLL_OUT): Likewise.
15967         (POLL_MSG): Likewise.
15968         (POLL_ERR): Likewise.
15969         (POLL_PRI): Likewise.
15970         (POLL_HUP): Likewise.
15971         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15972         Likewise.
15973         (ILL_ILLOPN): Likewise.
15974         (ILL_ILLADR): Likewise.
15975         (ILL_ILLTRP): Likewise.
15976         (ILL_PRVOPC): Likewise.
15977         (ILL_PRVREG): Likewise.
15978         (ILL_COPROC): Likewise.
15979         (ILL_BADSTK): Likewise.
15980         (ILL_BADIADDR): Likewise.
15981         (ILL_BREAK): Likewise.
15982         (FPE_INTDIV): Likewise.
15983         (FPE_INTOVF): Likewise.
15984         (FPE_FLTDIV): Likewise.
15985         (FPE_FLTOVF): Likewise.
15986         (FPE_FLTUND): Likewise.
15987         (FPE_FLTRES): Likewise.
15988         (FPE_FLTINV): Likewise.
15989         (FPE_FLTSUB): Likewise.
15990         (FPE_DECOVF): Likewise.
15991         (FPE_DECDIV): Likewise.
15992         (FPE_DECERR): Likewise.
15993         (FPE_INVASC): Likewise.
15994         (FPE_INVDEC): Likewise.
15995         (SEGV_MAPERR): Likewise.
15996         (SEGV_ACCERR): Likewise.
15997         (SEGV_PSTKOVF): Likewise.
15998         (BUS_ADRALN): Likewise.
15999         (BUS_ADRERR): Likewise.
16000         (BUS_OBJERR): Likewise.
16001         (BUS_MCEERR_AR): Likewise.
16002         (BUS_MCEERR_AO): Likewise.
16003         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16004         (TRAP_TRACE): Likewise.
16005         (TRAP_BRANCH): Likewise.
16006         (TRAP_HWBKPT): 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/mips/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/s390/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/sparc/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         (FPE_INTDIV): Likewise.
16105         (FPE_INTOVF): Likewise.
16106         (FPE_FLTDIV): Likewise.
16107         (FPE_FLTOVF): Likewise.
16108         (FPE_FLTUND): Likewise.
16109         (FPE_FLTRES): Likewise.
16110         (FPE_FLTINV): Likewise.
16111         (FPE_FLTSUB): Likewise.
16112         (SEGV_MAPERR): Likewise.
16113         (SEGV_ACCERR): Likewise.
16114         (BUS_ADRALN): Likewise.
16115         (BUS_ADRERR): Likewise.
16116         (BUS_OBJERR): Likewise.
16117         (BUS_MCEERR_AR): Likewise.
16118         (BUS_MCEERR_AO): Likewise.
16119         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16120         (TRAP_TRACE): Likewise.
16121         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16122         __USE_XOPEN2K8].
16123         (CLD_KILLED): Likewise.
16124         (CLD_DUMPED): Likewise.
16125         (CLD_TRAPPED): Likewise.
16126         (CLD_STOPPED): Likewise.
16127         (CLD_CONTINUED): Likewise.
16128         (POLL_IN): Likewise.
16129         (POLL_OUT): Likewise.
16130         (POLL_MSG): Likewise.
16131         (POLL_ERR): Likewise.
16132         (POLL_PRI): Likewise.
16133         (POLL_HUP): Likewise.
16134         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16135         (ILL_ILLOPN): Likewise.
16136         (ILL_ILLADR): Likewise.
16137         (ILL_ILLTRP): Likewise.
16138         (ILL_PRVOPC): Likewise.
16139         (ILL_PRVREG): Likewise.
16140         (ILL_COPROC): Likewise.
16141         (ILL_BADSTK): Likewise.
16142         (ILL_DBLFLT): Likewise.
16143         (ILL_HARDWALL): 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         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16175         (ILL_ILLOPN): Likewise.
16176         (ILL_ILLADR): Likewise.
16177         (ILL_ILLTRP): Likewise.
16178         (ILL_PRVOPC): Likewise.
16179         (ILL_PRVREG): Likewise.
16180         (ILL_COPROC): Likewise.
16181         (ILL_BADSTK): Likewise.
16182         (FPE_INTDIV): Likewise.
16183         (FPE_INTOVF): Likewise.
16184         (FPE_FLTDIV): Likewise.
16185         (FPE_FLTOVF): Likewise.
16186         (FPE_FLTUND): Likewise.
16187         (FPE_FLTRES): Likewise.
16188         (FPE_FLTINV): Likewise.
16189         (FPE_FLTSUB): Likewise.
16190         (SEGV_MAPERR): Likewise.
16191         (SEGV_ACCERR): Likewise.
16192         (BUS_ADRALN): Likewise.
16193         (BUS_ADRERR): Likewise.
16194         (BUS_OBJERR): Likewise.
16195         (BUS_MCEERR_AR): Likewise.
16196         (BUS_MCEERR_AO): Likewise.
16197         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16198         (TRAP_TRACE): Likewise.
16199         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16200         __USE_XOPEN2K8].
16201         (CLD_KILLED): Likewise.
16202         (CLD_DUMPED): Likewise.
16203         (CLD_TRAPPED): Likewise.
16204         (CLD_STOPPED): Likewise.
16205         (CLD_CONTINUED): Likewise.
16206         (POLL_IN): Likewise.
16207         (POLL_OUT): Likewise.
16208         (POLL_MSG): Likewise.
16209         (POLL_ERR): Likewise.
16210         (POLL_PRI): Likewise.
16211         (POLL_HUP): Likewise.
16212         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16213         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16215         [BZ #16670]
16216         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16217         before #include of <time.h>.
16218         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16219         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16220         (test-xfail-UNIX98/sched.h/conform): Likewise.
16222 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16224         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16225         error absence of trapping exception support.
16226         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16228 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16230         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16231         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16232         * timezone/Makefile (testdata): Move definition above include of
16233         Rules.
16234         (test-zones): New variable.
16235         (tests-special): Add zone files.
16236         (build-testdata): Use $(evaluate-test).
16238         * elf/Makefile (tests-special): Rename tests to end with .out.
16239         ($(objpfx)noload-mem): Likewise.
16240         ($(objpfx)tst-leaks1-mem): Likewise.
16241         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16242         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16243         $(objpfx)test-iconvconfig.out.
16244         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16245         set -e inside subshell and redirect output to file.
16246         * iconvdata/Makefile (generated): Rename tests to end with .out.
16247         Correct type.
16248         (tests-special): Rename tests to end with .out.
16249         ($(objpfx)mtrace-tst-loading): Likewise.
16250         * intl/Makefile (generated): Likewise.
16251         (tests-special): Likewise.
16252         ($(objpfx)mtrace-tst-gettext): Likewise.
16253         * misc/Makefile (generated): Likewise.
16254         (tests-special): Likewise.
16255         ($(objpfx)tst-error1-mem): Likewise.
16256         * nptl/Makefile (tests-special): Likewise.
16257         ($(objpfx)tst-stack3-mem): Likewise.
16258         (generated): Likewise.
16259         * posix/Makefile (generated): Likewise.
16260         (tests-special): Likewise.
16261         (xtests-special): Likewise.
16262         ($(objpfx)tst-fnmatch-mem): Likewise.
16263         ($(objpfx)bug-regex2-mem): Likewise.
16264         ($(objpfx)bug-regex14-mem): Likewise.
16265         ($(objpfx)bug-regex21-mem): Likewise.
16266         ($(objpfx)bug-regex31-mem): Likewise.
16267         ($(objpfx)tst-vfork3-mem): Likewise.
16268         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16269         ($(objpfx)tst-pcre-mem): Likewise.
16270         ($(objpfx)tst-boost-mem): Likewise.
16271         ($(objpfx)bug-ga2-mem): Likewise.
16272         ($(objpfx)bug-glob2-mem): Likewise.
16273         * resolv/Makefile (generate): Likewise.
16274         (tests-special): Likewise.
16275         (xtests-special): Likewise.
16276         (generated): Likewise.
16277         ($(objpfx)mtrace-tst-leaks): Likewise.
16278         ($(objpfx)mtrace-tst-leaks2): Likewise.
16280         * scripts/merge-test-results.sh: New file.
16281         * Makefile (tests-special-notdir): New variable.
16282         (tests): Run merge-test-results.sh.
16283         (xtests): Likewise.
16284         * Rules (tests-special-notdir): New variable.
16285         (xtests-special-notdir): Likewise.
16286         (tests): Run merge-test-results.sh
16287         (xtests): Likewise.
16289         * Makeconfig (test-xfail-name): New variable.
16290         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16291         compute variable name for expected failures.
16292         * conform/Makefile (conformtest-headers-data): New variable.
16293         (conformtest-standards): Likewise.
16294         (conformtest-headers-ISO): Likewise.
16295         (conformtest-headers-ISO99): Likewise.
16296         (conformtest-headers-ISO11): Likewise.
16297         (conformtest-headers-POSIX): Likewise.
16298         (conformtest-headers-XPG3): Likewise.
16299         (conformtest-headers-XPG4): Likewise.
16300         (conformtest-headers-UNIX98): Likewise.
16301         (conformtest-headers-XOPEN2K): Likewise.
16302         (conformtest-headers-POSIX2008): Likewise.
16303         (conformtest-headers-XOPEN2K8): Likewise.
16304         (conformtest-header-list-base): Likewise.
16305         (conformtest-header-list-tests): Likewise.
16306         (conformtest-header-base): Likewise.
16307         (conformtest-header-tests): Likewise.
16308         (tests-special): Add $(conformtest-header-list-tests).  If
16309         [$(fast-check) && !$(cross-compiling)], add
16310         $(conformtest-header-tests) instead of
16311         $(objpfx)run-conformtest.out.
16312         (generated): Add $(conformtest-header-list-base).  If
16313         [$(fast-check) && !$(cross-compiling)], add
16314         $(conformtest-header-base).  Remove previous setting.
16315         ($(conformtest-header-list-tests)): New target.
16316         (test-xfail-run-conformtest): Remove variable.
16317         ($(objpfx)run-conformtest.out): Remove target.
16318         (test-xfail-ISO11/complex.h/conform): New variable.
16319         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16320         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16321         (test-xfail-XPG3/varargs.h/conform): Likewise.
16322         (test-xfail-XPG4/varargs.h/conform): Likewise.
16323         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16324         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16325         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16326         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16327         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16328         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16329         (test-xfail-XPG3/ftw.h/conform): Likewise.
16330         (test-xfail-XPG3/grp.h/conform): Likewise.
16331         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16332         (test-xfail-XPG3/limits.h/conform): Likewise.
16333         (test-xfail-XPG3/pwd.h/conform): Likewise.
16334         (test-xfail-XPG3/search.h/conform): Likewise.
16335         (test-xfail-XPG3/signal.h/conform): Likewise.
16336         (test-xfail-XPG3/stdio.h/conform): Likewise.
16337         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16338         (test-xfail-XPG3/string.h/conform): Likewise.
16339         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16340         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16341         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16342         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16343         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16344         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16345         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16346         (test-xfail-XPG3/termios.h/conform): Likewise.
16347         (test-xfail-XPG3/time.h/conform): Likewise.
16348         (test-xfail-XPG3/unistd.h/conform): Likewise.
16349         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16350         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16351         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16352         (test-xfail-XPG4/netdb.h/conform): Likewise.
16353         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16354         (test-xfail-XPG4/signal.h/conform): Likewise.
16355         (test-xfail-XPG4/stdio.h/conform): Likewise.
16356         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16357         (test-xfail-XPG4/stropts.h/conform): Likewise.
16358         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16359         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16360         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16361         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16362         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16363         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16364         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16365         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16366         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16367         (test-xfail-XPG4/termios.h/conform): Likewise.
16368         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16369         (test-xfail-XPG4/unistd.h/conform): Likewise.
16370         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16371         (test-xfail-POSIX/sched.h/conform): Likewise.
16372         (test-xfail-POSIX/signal.h/conform): Likewise.
16373         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16374         (test-xfail-POSIX/tar.h/conform): Likewise.
16375         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16376         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16377         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16378         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16379         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16380         (test-xfail-UNIX98/sched.h/conform): Likewise.
16381         (test-xfail-UNIX98/signal.h/conform): Likewise.
16382         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16383         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16384         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16385         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16386         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16387         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16388         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16389         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16390         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16391         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16392         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16393         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16394         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16395         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16396         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16397         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16398         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16399         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16400         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16401         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16402         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16403         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16404         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16405         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16406         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16407         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16408         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16409         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16410         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16411         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16412         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16413         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16414         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16415         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16416         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16417         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16418         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16419         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16420         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16421         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16422         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16423         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16424         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16425         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16426         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16427         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16428         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16429         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16430         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16431         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16432         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16433         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16434         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16435         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16436         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16437         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16438         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16439         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16440         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16441         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16442         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16443         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16444         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16445         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16446         (conformtest-cc-flags): Likewise.
16447         ($(conformtest-header-tests): New target.
16448         * conform/check-header-lists.sh: New file.
16449         * conform/run-conformtest.sh: Remove.
16451         * conform/conformtest.pl: Allow ' and \ in values given for
16452         constants.
16453         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16454         inclusion.
16455         [POSIX] (sys/types.h): Likewise.
16456         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16457         inclusion.
16458         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16459         inclusion.
16460         * conform/data/signal.h-data (SIGIO): Remove expectation.
16461         [XPG3] (SIGBUS): Do not expect.
16462         [POSIX || XPG3] (SIGPOLL): Likewise.
16463         [POSIX || XPG3] (SIGPROF): Likewise.
16464         [POSIX || XPG3] (SIGSYS): Likewise.
16465         [XPG3] (SIGTRAP): Likewise.
16466         [POSIX || XPG3] (SIGURG): Likewise.
16467         [POSIX || XPG3] (SIGVTALRM): Likewise.
16468         [POSIX || XPG3] (SIGXCPU): Likewise.
16469         [POSIX || XPG3] (SIGXFSZ): Likewise.
16470         [POSIX] (SA_SIGINFO): Expect.
16471         [XPG3] (siginfo_t): Do not expect type or contents.
16472         [POSIX] (si_pid): Do not expect element.
16473         [POSIX] (si_uid): Likewise.
16474         [POSIX] (si_addr): Likewise.
16475         [POSIX] (si_status): Likewise.
16476         [POSIX] (si_band): Likewise.
16477         [XPG4] (si_value): Likewise.
16478         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16479         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16480         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16481         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16482         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16483         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16484         [POSIX || XPG3] (ILL_COPROC): Likewise.
16485         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16486         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16487         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16488         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16489         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16490         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16491         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16492         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16493         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16494         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16495         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16496         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16497         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16498         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16499         [POSIX || XPG3] (CLD_EXITED): Likewise.
16500         [POSIX || XPG3] (CLD_KILLED): Likewise.
16501         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16502         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16503         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16504         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16505         [POSIX || XPG3] (POLL_IN): Likewise.
16506         [POSIX || XPG3] (POLL_OUT): Likewise.
16507         [POSIX || XPG3] (POLL_MSG): Likewise.
16508         [POSIX || XPG3] (POLL_ERR): Likewise.
16509         [POSIX || XPG3] (POLL_PRI): Likewise.
16510         [POSIX || XPG3] (POLL_HUP): Likewise.
16511         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16512         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16513         (SIG*): Do not allow.
16514         [XPG3] (si_*): Likewise.
16515         [XPG3] (SI_*): Likewise.
16516         [XPG3 || XPG4] (sigev_*): Likewise.
16517         [XPG3 || XPG4] (SIGEV_*): Likewise.
16518         [XPG3 || XPG4] (sival_*): Likewise.
16519         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16520         [POSIX || XPG3] (BUS_*): Likewise.
16521         [POSIX || XPG3] (CLD_*): Likewise.
16522         [POSIX || XPG3] (FPE_*): Likewise.
16523         [POSIX || XPG3] (ILL_*): Likewise.
16524         [POSIX || XPG3] (POLL_*): Likewise.
16525         [POSIX || XPG3] (SEGV_*): Likewise.
16526         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16527         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16528         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16529         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16530         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16531         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16532         Specify type and value.
16533         (TVERSLEN): Likewise.
16534         (REGTYPE): Likewise.
16535         (AREGTYPE): Likewise.
16536         (LNKTYPE): Likewise.
16537         (SYMTYPE): Likewise.
16538         (CHRTYPE): Likewise.
16539         (BLKTYPE): Likewise.
16540         (DIRTYPE): Likewise.
16541         (FIFOTYPE): Likewise.
16542         (CONTTYPE): Likewise.
16543         (TSUID): Likewise.
16544         (TSGID): Likewise.
16545         (TSVTX): Likewise.
16546         (TUREAD): Likewise.
16547         (TUWRITE): Likewise.
16548         (TUEXEC): Likewise.
16549         (TGREAD): Likewise.
16550         (TGWRITE): Likewise.
16551         (TGEXEC): Likewise.
16552         (TOREAD): Likewise.
16553         (TOWRITE): Likewise.
16554         (TOEXEC): Likewise.
16555         [POSIX] (TSVTX): Expect constant.
16557 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16559         * Makefile (tests): Change dependencies to ....
16560         (tests-special): ... additions to this variable.
16561         (tests): Depend on $(tests-special).
16562         * Makerules (check-abi-list): New variable.
16563         (check-abi): Depend on $(check-abi-list).
16564         [$(subdir) = elf] (tests-special): Add
16565         $(objpfx)check-abi-libc.out.
16566         [$(build-shared) = yes && subdir] (tests-special): Add
16567         $(check-abi-list).
16568         [$(build-shared) = yes && subdir] (tests): Do not depend on
16569         check-abi.
16570         * Rules (tests): Depend on $(tests-special).
16571         (xtests): Depend on $(xtests-special).
16572         * catgets/Makefile (tests): Change dependencies to ....
16573         (tests-special): ... additions to this variable.
16574         * conform/Makefile (tests): Change dependencies to ....
16575         (tests-special): ... additions to this variable.
16576         * elf/Makefile (tests): Change dependencies to ....
16577         (tests-special): ... additions to this variable.
16578         * grp/Makefile (tests): Change dependencies to ....
16579         (tests-special): ... additions to this variable.
16580         * iconv/Makefile (xtests): Change dependencies to ....
16581         (xtests-special): ... additions to this variable.
16582         * iconvdata/Makefile (tests): Change dependencies to ....
16583         (tests-special): ... additions to this variable.
16584         * intl/Makefile (tests): Change dependencies to ....
16585         (tests-special): ... additions to this variable.  Also add
16586         $(objpfx)tst-gettext.out.
16587         * io/Makefile (tests): Change dependencies to ....
16588         (tests-special): ... additions to this variable.
16589         * libio/Makefile (tests): Change dependencies to ....
16590         (tests-special): ... additions to this variable.
16591         * malloc/Makefile (tests): Change dependencies to ....
16592         (tests-special): ... additions to this variable.
16593         * misc/Makefile (tests): Change dependencies to ....
16594         (tests-special): ... additions to this variable.
16595         * nptl/Makefile (tests): Change dependencies to ....
16596         (tests-special): ... additions to this variable.
16597         * nptl_db/Makefile (tests): Change dependencies to ....
16598         (tests-special): ... additions to this variable.
16599         * posix/Makefile (tests): Change dependencies to ....
16600         (tests-special): ... additions to this variable.
16601         (xtests): Change dependencies to ....
16602         (xtests-special): ... additions to this variable.
16603         * resolv/Makefile (tests): Change dependencies to ....
16604         (tests-special): ... additions to this variable.
16605         (xtests): Change dependencies to ....
16606         (xtests-special): ... additions to this variable.
16607         * stdio-common/Makefile (tests): Change dependencies to ....
16608         (tests-special): ... additions to this variable.
16609         (do-tst-unbputc): Remove target.
16610         (do-tst-printf): Likewise.
16611         * stdlib/Makefile (tests): Change dependencies to ....
16612         (tests-special): ... additions to this variable.
16613         * string/Makefile (tests): Change dependencies to ....
16614         (tests-special): ... additions to this variable.
16615         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16616         (tests-special): ... additions to this variable.
16618         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16619         whole file.
16620         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16621         whole file.
16622         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16623         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16625         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16626         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16627         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16628         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16629         * conform/data/libgen.h-data [XPG3]: Likewise.
16630         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16631         * conform/data/ndbm.h-data [XPG3]: Likewise.
16632         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16633         * conform/data/netdb.h-data [XPG3]: Likewise.
16634         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16635         * conform/data/poll.h-data [XPG3]: Likewise.
16636         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16637         * conform/data/strings.h-data [XPG3]: Likewise.
16638         * conform/data/stropts.h-data [XPG3]: Likewise.
16639         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16640         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16641         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16642         Likewise.
16643         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16644         * conform/data/sys/time.h-data [XPG3]: Likewise.
16645         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16646         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16647         * conform/data/sys/un.h-data [XPG3]: Likewise.
16648         * conform/data/syslog.h-data [XPG3]: Likewise.
16649         * conform/data/ucontext.h-data [XPG3]: Likewise.
16650         * conform/data/utmpx.h-data [XPG3]: Likewise.
16651         * conform/data/varargs.h-data [UNIX98]: Enable file.
16653         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16655         * math/libm-test.inc (struct test_f_f_data): Move expected results
16656         into structure for each rounding mode.
16657         (struct test_ff_f_data): Likewise.
16658         (struct test_ff_f_data_nexttoward): Likewise.
16659         (struct test_fi_f_data): Likewise.
16660         (struct test_fl_f_data): Likewise.
16661         (struct test_if_f_data): Likewise.
16662         (struct test_fff_f_data): Likewise.
16663         (struct test_c_f_data): Likewise.
16664         (struct test_f_f1_data): Likewise.
16665         (struct test_fF_f1_data): Likewise.
16666         (struct test_ffI_f1_data): Likewise.
16667         (struct test_c_c_data): Likewise.
16668         (struct test_cc_c_data): Likewise.
16669         (struct test_f_i_data): Likewise.
16670         (struct test_ff_i_data): Likewise.
16671         (struct test_f_l_data): Likewise.
16672         (struct test_f_L_data): Likewise.
16673         (struct test_fFF_11_data): Likewise.
16674         (RM_): New macro.
16675         (RM_FE_DOWNWARD): Likewise.
16676         (RM_FE_TONEAREST): Likewise.
16677         (RM_FE_TOWARDZERO): Likewise.
16678         (RM_FE_UPWARD): Likewise.
16679         (RUN_TEST_LOOP_f_f): Update references to expected results.
16680         (RUN_TEST_LOOP_2_f): Likewise.
16681         (RUN_TEST_LOOP_fff_f): Likewise.
16682         (RUN_TEST_LOOP_c_f): Likewise.
16683         (RUN_TEST_LOOP_f_f1): Likewise.
16684         (RUN_TEST_LOOP_fF_f1): Likewise.
16685         (RUN_TEST_LOOP_fI_f1): Likewise.
16686         (RUN_TEST_LOOP_ffI_f1): Likewise.
16687         (RUN_TEST_LOOP_c_c): Likewise.
16688         (RUN_TEST_LOOP_cc_c): Likewise.
16689         (RUN_TEST_LOOP_f_i): Likewise.
16690         (RUN_TEST_LOOP_f_i_tg): Likewise.
16691         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16692         (RUN_TEST_LOOP_f_b): Likewise.
16693         (RUN_TEST_LOOP_f_b_tg): Likewise.
16694         (RUN_TEST_LOOP_f_l): Likewise.
16695         (RUN_TEST_LOOP_f_L): Likewise.
16696         (RUN_TEST_LOOP_fFF_11): Likewise.
16697         * math/gen-libm-test.pl (parse_args): Output four copies of
16698         expected results for each test.
16700         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16701         (__ASSUME_UTIMES): Remove.
16702         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16703         (__ASSUME_UTIMES): Likewise.
16705         * math/gen-auto-libm-tests.c: Update comment on output format.
16706         (output_for_one_input_case): Generate before-rounding and
16707         after-rounding information as conditions on output flags not
16708         floating-point format.
16709         * math/auto-libm-test-out: Regenerated.
16710         * math/gen-libm-test.pl (cond_value): New function.
16711         (or_cond_value): Use cond_value.
16712         (generate_testfile): Handle conditional exceptions.
16714 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16716         * math/libm-test.inc (max_valid_error): New variable.
16717         (init_max_error): Take new argument specifying whether function
16718         results are exactly determined.  Set max_valid_error and bound
16719         other variables for errors based on this argument.
16720         (set_max_error): Do not record results above max_valid_error.
16721         (check_float_internal): Only accept errors of up to 0.5ulps if
16722         also at most max_valid_error.
16723         (START): Take new argument EXACT and pass it to init_max_error.
16724         (acos_test): Update call to START.
16725         (acos_test_tonearest): Likewise.
16726         (acos_test_towardzero): Likewise.
16727         (acos_test_downward): Likewise.
16728         (acos_test_upward): Likewise.
16729         (acosh_test): Likewise.
16730         (asin_test): Likewise.
16731         (asin_test_tonearest): Likewise.
16732         (asin_test_towardzero): Likewise.
16733         (asin_test_downward): Likewise.
16734         (asin_test_upward): Likewise.
16735         (asinh_test): Likewise.
16736         (atan_test): Likewise.
16737         (atanh_test): Likewise.
16738         (atan2_test): Likewise.
16739         (cabs_test): Likewise.
16740         (cacos_test): Likewise.
16741         (cacosh_test): Likewise.
16742         (carg_test): Likewise.
16743         (casin_test): Likewise.
16744         (casinh_test): Likewise.
16745         (catan_test): Likewise.
16746         (catanh_test): Likewise.
16747         (cbrt_test): Likewise.
16748         (ccos_test): Likewise.
16749         (ccosh_test): Likewise.
16750         (ceil_test): Likewise.
16751         (cexp_test): Likewise.
16752         (cimag_test): Likewise.
16753         (clog_test): Likewise.
16754         (clog10_test): Likewise.
16755         (conj_test): Likewise.
16756         (copysign_test): Likewise.
16757         (cos_test): Likewise.
16758         (cos_test_tonearest): Likewise.
16759         (cos_test_towardzero): Likewise.
16760         (cos_test_downward): Likewise.
16761         (cos_test_upward): Likewise.
16762         (cosh_test): Likewise.
16763         (cosh_test_tonearest): Likewise.
16764         (cosh_test_towardzero): Likewise.
16765         (cosh_test_downward): Likewise.
16766         (cosh_test_upward): Likewise.
16767         (cpow_test): Likewise.
16768         (cproj_test): Likewise.
16769         (creal_test): Likewise.
16770         (csin_test): Likewise.
16771         (csinh_test): Likewise.
16772         (csqrt_test): Likewise.
16773         (ctan_test): Likewise.
16774         (ctan_test_tonearest): Likewise.
16775         (ctan_test_towardzero): Likewise.
16776         (ctan_test_downward): Likewise.
16777         (ctan_test_upward): Likewise.
16778         (ctanh_test): Likewise.
16779         (ctanh_test_tonearest): Likewise.
16780         (ctanh_test_towardzero): Likewise.
16781         (ctanh_test_downward): Likewise.
16782         (ctanh_test_upward): Likewise.
16783         (erf_test): Likewise.
16784         (erfc_test): Likewise.
16785         (exp_test): Likewise.
16786         (exp_test_tonearest): Likewise.
16787         (exp_test_towardzero): Likewise.
16788         (exp_test_downward): Likewise.
16789         (exp_test_upward): Likewise.
16790         (exp10_test): Likewise.
16791         (exp10_test_tonearest): Likewise.
16792         (exp10_test_towardzero): Likewise.
16793         (exp10_test_downward): Likewise.
16794         (exp10_test_upward): Likewise.
16795         (pow10_test): Likewise.
16796         (exp2_test): Likewise.
16797         (expm1_test): Likewise.
16798         (expm1_test_tonearest): Likewise.
16799         (expm1_test_towardzero): Likewise.
16800         (expm1_test_downward): Likewise.
16801         (expm1_test_upward): Likewise.
16802         (fabs_test): Likewise.
16803         (fdim_test): Likewise.
16804         (floor_test): Likewise.
16805         (fma_test): Likewise.
16806         (fma_test_towardzero): Likewise.
16807         (fma_test_downward): Likewise.
16808         (fma_test_upward): Likewise.
16809         (fmax_test): Likewise.
16810         (fmin_test): Likewise.
16811         (fmod_test): Likewise.
16812         (fpclassify_test): Likewise.
16813         (frexp_test): Likewise.
16814         (hypot_test): Likewise.
16815         (ilogb_test): Likewise.
16816         (isfinite_test): Likewise.
16817         (finite_test): Likewise.
16818         (isgreater_test): Likewise.
16819         (isgreaterequal_test): Likewise.
16820         (isinf_test): Likewise.
16821         (isless_test): Likewise.
16822         (islessequal_test): Likewise.
16823         (islessgreater_test): Likewise.
16824         (isnan_test): Likewise.
16825         (isnormal_test): Likewise.
16826         (issignaling_test): Likewise.
16827         (isunordered_test): Likewise.
16828         (j0_test): Likewise.
16829         (j1_test): Likewise.
16830         (jn_test): Likewise.
16831         (ldexp_test): Likewise.
16832         (lgamma_test): Likewise.
16833         (gamma_test): Likewise.
16834         (lrint_test): Likewise.
16835         (lrint_test_tonearest): Likewise.
16836         (lrint_test_towardzero): Likewise.
16837         (lrint_test_downward): Likewise.
16838         (lrint_test_upward): Likewise.
16839         (llrint_test): Likewise.
16840         (llrint_test_tonearest): Likewise.
16841         (llrint_test_towardzero): Likewise.
16842         (llrint_test_downward): Likewise.
16843         (llrint_test_upward): Likewise.
16844         (log_test): Likewise.
16845         (log10_test): Likewise.
16846         (log1p_test): Likewise.
16847         (log2_test): Likewise.
16848         (logb_test): Likewise.
16849         (logb_test_downward): Likewise.
16850         (lround_test): Likewise.
16851         (llround_test): Likewise.
16852         (modf_test): Likewise.
16853         (nearbyint_test): Likewise.
16854         (nextafter_test): Likewise.
16855         (nexttoward_test): Likewise.
16856         (pow_test): Likewise.
16857         (pow_test_tonearest): Likewise.
16858         (pow_test_towardzero): Likewise.
16859         (pow_test_downward): Likewise.
16860         (pow_test_upward): Likewise.
16861         (remainder_test): Likewise.
16862         (drem_test): Likewise.
16863         (remainder_test_tonearest): Likewise.
16864         (drem_test_tonearest): Likewise.
16865         (remainder_test_towardzero): Likewise.
16866         (drem_test_towardzero): Likewise.
16867         (remainder_test_downward): Likewise.
16868         (drem_test_downward): Likewise.
16869         (remainder_test_upward): Likewise.
16870         (drem_test_upward): Likewise.
16871         (remquo_test): Likewise.
16872         (rint_test): Likewise.
16873         (rint_test_tonearest): Likewise.
16874         (rint_test_towardzero): Likewise.
16875         (rint_test_downward): Likewise.
16876         (rint_test_upward): Likewise.
16877         (round_test): Likewise.
16878         (scalb_test): Likewise.
16879         (scalbn_test): Likewise.
16880         (scalbln_test): Likewise.
16881         (signbit_test): Likewise.
16882         (sin_test): Likewise.
16883         (sin_test_tonearest): Likewise.
16884         (sin_test_towardzero): Likewise.
16885         (sin_test_downward): Likewise.
16886         (sin_test_upward): Likewise.
16887         (sincos_test): Likewise.
16888         (sinh_test): Likewise.
16889         (sinh_test_tonearest): Likewise.
16890         (sinh_test_towardzero): Likewise.
16891         (sinh_test_downward): Likewise.
16892         (sinh_test_upward): Likewise.
16893         (sqrt_test): Likewise.
16894         (sqrt_test_tonearest): Likewise.
16895         (sqrt_test_towardzero): Likewise.
16896         (sqrt_test_downward): Likewise.
16897         (sqrt_test_upward): Likewise.
16898         (tan_test): Likewise.
16899         (tan_test_tonearest): Likewise.
16900         (tan_test_towardzero): Likewise.
16901         (tan_test_downward): Likewise.
16902         (tan_test_upward): Likewise.
16903         (tanh_test): Likewise.
16904         (tgamma_test): Likewise.
16905         (trunc_test): Likewise.
16906         (y0_test): Likewise.
16907         (y1_test): Likewise.
16908         (yn_test): Likewise.
16909         (significand_test): Likewise.
16911         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16912         individual tests in comment.
16913         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16914         (prev_max_error): New variable.
16915         (prev_real_max_error): Likewise.
16916         (prev_imag_max_error): Likewise.
16917         (compare_ulp_data): Don't refer to test names in comment.
16918         (find_test_ulps): Remove function.
16919         (find_function_ulps): Likewise.
16920         (find_complex_function_ulps): Likewise.
16921         (init_max_error): Take function name as argument.  Look up ulps
16922         for that function.
16923         (print_ulps): Remove function.
16924         (print_max_error): Use prev_max_error instead of calling
16925         find_function_ulps.
16926         (print_complex_max_error): Use prev_real_max_error and
16927         prev_imag_max_error instead of calling find_complex_function_ulps.
16928         (check_float_internal): Take max_ulp parameter instead of calling
16929         find_test_ulps.  Don't call print_ulps.
16930         (check_float): Update call to check_float_internal.
16931         (check_complex): Update calls to check_float_internal.
16932         (START): Pass argument to init_max_error.
16933         * math/gen-libm-test.pl (%results): Don't include "kind"
16934         information.
16935         (parse_ulps): Don't handle ulps of individual tests.
16936         (print_ulps_file): Likewise.
16937         (output_ulps): Likewise.
16938         * math/README.libm-test: Update.
16939         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16940         individual tests.
16941         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16942         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16943         * sysdeps/arm/libm-test-ulps: Likewise.
16944         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16945         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16946         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16947         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16948         * sysdeps/microblaze/libm-test-ulps: Likewise.
16949         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16950         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16951         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16952         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16953         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16954         * sysdeps/sh/libm-test-ulps: Likewise.
16955         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16956         * sysdeps/tile/libm-test-ulps: Likewise.
16957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16959 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16961         * math/libm-test.inc (print_complex_max_error): Check separately
16962         whether real and imaginary errors are within allowed range and
16963         pass 0 to print_complex_function_ulps instead of value within
16964         allowed range.
16966 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16968         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16969         formatting.
16970         (get_handles_fopen): Likewise.
16971         (do_write_test): Likewise.
16973         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16975         * libio/fileops.c (do_ftell): Use cached offset when
16976         available.
16977         * libio/iofwide.c (do_ftell_wide): Likewise.
16978         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16979         _IO_file_attach.
16980         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16982         [BZ #16532]
16983         * libio/libioP.h (get_file_offset): New function.
16984         * libio/fileops.c (get_file_offset): Likewise.
16985         (do_ftell): Likewise.
16986         (_IO_new_file_seekoff): Split out ftell logic.
16987         * libio/wfileops.c (do_ftell_wide): Likewise.
16988         (_IO_wfile_seekoff): Split out ftell logic.
16989         * libio/tst-ftell-active-handler.c: New test case.
16990         * libio/Makefile (tests): Add it.
16992 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16994         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16995         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16997 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16999         [BZ #16639]
17000         * nscd/connections.c (nscd_init): Call do_exit.
17001         (start_threads): Call do_exit and notify_parent.
17002         (begin_drop_privileges): Call do_exit.
17003         (finish_drop_privileges): Likewise.
17004         * nscd/selinux.c (preserve_capabilities): Likewise.
17005         (install_real_capabilities): Likewise.
17006         (nscd_selinux_enabled): Likewise.
17007         (avc_create_thread): Likewise.
17008         (avc_alloc_lock): Likewise.
17009         (nscd_avc_init): Likewise.
17010         * nscd/nscd.c (parent_fd): New static variable.
17011         (main): Create a pipe between parent and child processes.
17012         Skip closing parent_fd.
17013         (monitor_child): New function.
17014         (do_exit): Likewise.
17015         (notify_parent): Likewise.
17016         * nscd/nscd.h (notify_parent): Likewise.
17017         (do_exit): Likewise.
17019 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17021         * malloc/malloc.c (__libc_calloc): Revert last change.
17023 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17027 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17029         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17030         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17031         implementation.
17032         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17033         (__libc_ifunc_impl_list): Likewise.
17034         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17035         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17036         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17037         * string/strrchr.c: Define STRRCHR.
17039 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17041         * benchtest/bench-strtok.c (simple_strtok): Delete.
17042         (strtok_string): Use as benchmark.
17043         * string/strtok (STRTOK): New macro.
17045 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17047         * manual/threads.texi: Add header and standard comments to all
17048         functions.
17050         * elf/dl-lookup.c (check_match): New function.
17051         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17052         (do_lookup_x): Remove nested function check_match. Use non-nested
17053         function check_match.
17055 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17057         * csu/Makefile (generated, before-compile): Use += rather than =.
17058         * catgets/Makefile (generated, generated-dirs): Likewise.
17059         * debug/Makefile (generated): Likewise.
17060         * dlfcn/Makefile (generated): Likewise.
17061         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17062         * iconvdata/Makefile (before-compile, generated): Likewise.
17063         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17064         * libio/Makefile (generated): Likewise.
17065         * malloc/Makefile (generated): Likewise.
17066         * manual/Makefile (generated, generated-dirs): Likewise.
17067         * misc/Makefile (generated): Likewise.
17068         * posix/Makefile (generated): Likewise.
17069         * resolv/Makefile (generated): Likewise.
17070         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17071         * timezone/Makefile (generated, generated-dirs): Likewise.
17073         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17075 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17077         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17078         power8 implementation.
17079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17080         file: POWER8 llround ifunc implementation.
17081         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17082         (__lllround): Add POWER8 implementation.
17083         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17084         POWER8 llround implementation.
17086         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17087         power8 implementation.
17088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17089         file: POWER8 llrint ifunc implementation.
17090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17091         Add POWER8 implementation.
17092         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17093         POWER8 llrint implementation.
17095         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17096         power8 implementation.
17097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17098         file: POWER8 finite ifunc implementation.
17099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17100         Add POWER8 implementation.
17101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17102         Likewise.
17103         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17104         POWER8 finite implementation.
17105         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17107         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17108         power8 implementation.
17109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17110         file: POWER8 isinf ifunc implementation.
17111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17112         POWER8 implementation.
17113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17114         Likewise.
17115         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17116         isinf implementation.
17117         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17119         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17120         (INIT_ARCH): Add hwcap2 initialization.
17121         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17122         power8 implementation.
17123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17124         file: POWER8 isnan ifunc implementation.
17125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17126         POWER8 implementation.
17127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17128         Likewise.
17129         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17130         isnan implementation.
17131         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17133 2014-02-27  Joey Ye  <joey.ye@arm.com>
17135         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17136         (_FP_NANFRAC_Q): Set to zero.
17138 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17140         [BZ #16623]
17141         * math/auto-libm-test-in: New test inputs.
17142         * math/auto-libm-test-out: Regenerate.
17143         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17144         and DA.
17145         (__cos): Likewise.
17146         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17148 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17150         * scripts/evaluate-test.sh: Take new argument indicating whether
17151         failure is expected.
17152         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17153         indicating whether failure is expected.
17154         * conform/Makefile (test-xfail-run-conformtest): New variable.
17155         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17156         level.
17157         * posix/Makefile (test-xfail-annexc): New variable.
17158         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17160 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17162         * argp/Makefile: Include Makeconfig immediately after defining
17163         subdir.
17164         * assert/Makefile: Likewise.
17165         * benchtests/Makefile: Likewise.
17166         * catgets/Makefile: Likewise.
17167         * conform/Makefile: Likewise.
17168         * crypt/Makefile: Likewise.
17169         * csu/Makefile: Likewise.
17170         (all): Remove target.
17171         * ctype/Makefile: Include Makeconfig immediately after defining
17172         subdir.
17173         * debug/Makefile: Likewise.
17174         * dirent/Makefile: Likewise.
17175         * dlfcn/Makefile: Likewise.
17176         * gmon/Makefile: Likewise.
17177         * gnulib/Makefile: Likewise.
17178         * grp/Makefile: Likewise.
17179         * gshadow/Makefile: Likewise.
17180         * hesiod/Makefile: Likewise.
17181         * hurd/Makefile: Likewise.
17182         (all): Remove target.
17183         * iconvdata/Makefile: Include Makeconfig immediately after
17184         defining subdir.
17185         * inet/Makefile: Likewise.
17186         * intl/Makefile: Likewise.
17187         * io/Makefile: Likewise.
17188         * libio/Makefile: Likewise.
17189         (all): Remove target.
17190         * locale/Makefile: Include Makeconfig immediately after defining
17191         subdir.
17192         * login/Makefile: Likewise.
17193         * mach/Makefile: Likewise.
17194         (all): Remove target.
17195         * malloc/Makefile: Include Makeconfig immediately after defining
17196         subdir.
17197         (all): Remove target.
17198         * manual/Makefile: Include Makeconfig immediately after defining
17199         subdir.
17200         * math/Makefile: Likewise.
17201         * misc/Makefile: Likewise.
17202         * nis/Makefile: Likewise.
17203         * nss/Makefile: Likewise.
17204         * po/Makefile: Likewise.
17205         (all): Remove target.
17206         * posix/Makefile: Include Makeconfig immediately after defining
17207         subdir.
17208         * pwd/Makefile: Likewise.
17209         * resolv/Makefile: Likewise.
17210         * resource/Makefile: Likewise.
17211         * rt/Makefile: Likewise.
17212         * setjmp/Makefile: Likewise.
17213         * shadow/Makefile: Likewise.
17214         * signal/Makefile: Likewise.
17215         * socket/Makefile: Likewise.
17216         * soft-fp/Makefile: Likewise.
17217         * stdio-common/Makefile: Likewise.
17218         * stdlib/Makefile: Likewise.
17219         * streams/Makefile: Likewise.
17220         * string/Makefile: Likewise.
17221         * sunrpc/Makefile: Likewise.
17222         (all): Remove target.
17223         * sysvipc/Makefile: Include Makeconfig immediately after defining
17224         subdir.
17225         * termios/Makefile: Likewise.
17226         * time/Makefile: Likewise.
17227         * timezone/Makefile: Likewise.
17228         (all): Remove target.
17229         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17230         subdir.
17231         * wctype/Makefile: Likewise.
17233 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17235         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17236         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17237         (libc_feholdexcept_setround_mips): Ditto.
17238         (libc_feholdsetround): New.
17239         (libc_feholdsetroundf): New.
17240         (libc_feholdsetroundl): New.
17241         (libc_feupdateenv_test_mips): New.
17242         (libc_feupdateenv_test): New.
17243         (libc_feupdateenv_testf): New.
17244         (libc_feupdateenv_testl): New.
17245         (libc_feresetround): New.
17246         (libc_feresetroundf): New.
17247         (libc_feresetroundl): New.
17248         (libc_fetestexcept_mips): New.
17249         (libc_fetestexcept): New.
17250         (libc_fetestexceptf): New.
17251         (libc_fetestexceptl): New.
17252         (HAVE_RM_CTX): New.
17253         (libc_feholdexcept_setround_mips_ctx): New.
17254         (libc_feholdexcept_setround_ctx): New.
17255         (libc_feholdexcept_setroundf_ctx): New.
17256         (libc_feholdexcept_setroundl_ctx): New.
17257         (libc_fesetenv_mips_ctx): New.
17258         (libc_fesetenv_ctx): New.
17259         (libc_fesetenv_ctxf): New.
17260         (libc_fesetenv_ctxl): New.
17261         (libc_feupdateenv_mips_ctx): New.
17262         (libc_feupdateenv_ctx): New.
17263         (libc_feupdateenvf_ctx): New.
17264         (libc_feupdateenvl_ctx): New.
17265         (libc_feholdsetround_mips_ctx): New.
17266         (libc_feholdsetround_ctx): New.
17267         (libc_feholdsetroundf_ctx): New.
17268         (libc_feholdsetroundl_ctx): New.
17269         (libc_feresetround_mips_ctx): New.
17270         (libc_feresetround_ctx): New.
17271         (libc_feresetroundf_ctx): New.
17272         (libc_feresetroundl_ctx): New.
17274 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17276         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17278         * manual/ipc.texi: New file.
17279         * manual/Makefile (chapters): Add ipc.
17280         * manual/job.texi: Add "Inter-Process Communication" to next.
17281         * manual/process.texi: Add "Inter-Process Communication" to prev.
17283 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17285         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17287 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17289         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17291         * manual/arith.texi: Fix spaces after sentences.
17292         * manual/charset.texi: Likewise.
17293         * manual/errno.texi: Likewise.
17294         * manual/install.texi: Likewise.
17295         * manual/llio.texi: Likewise.
17296         * manual/locale.texi: Likewise.
17297         * manual/maint.texi: Likewise.
17298         * manual/math.texi: Likewise.
17299         * manual/memory.texi: Likewise.
17300         * manual/message.texi: Likewise.
17301         * manual/probes.texi: Likewise.
17302         * manual/resource.texi: Likewise.
17303         * manual/signal.texi: Likewise.
17304         * manual/socket.texi: Likewise.
17305         * manual/stdio.texi: Likewise.
17306         * manual/string.texi: Likewise.
17307         * manual/time.texi: Likewise.
17308         * manual/users.texi: Likewise.
17310 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17312         [BZ #16632]
17313         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17314         _DEFAULT_SOURCE is defined.
17316 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17317             Carlos O'Donell  <carlos@redhat.com>
17319         [BZ #16613]
17320         * elf/dl-tls.c (_dl_count_modids): New function.
17321         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17322         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17323         audit library and increment generation counter.
17324         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17325         * elf/tst-audit9.c: New file.
17326         * elf/tst-auditmod9a.c: New file.
17327         * elf/tst-auditmod9b.c: New file.
17328         * elf/Makefile: Add rules to build and run tst-audit9.
17330 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17332         [BZ #15347]
17333         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17335 2014-02-25  Will Newton  <will.newton@linaro.org>
17337         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17338         (__longjmp): Restore sp and lr before restoring callee
17339         saved registers.  Add longjmp and longjmp_target
17340         SystemTap probe point.
17341         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17342         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17343         Define to zero to match jmpbuf layout.
17344         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17345         (__sigsetjmp): Save sp and lr before saving callee
17346         saved registers.  Add setjmp SystemTap probe point.
17348 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17350         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17352 2014-02-24  Andreas Schwab  <schwab@suse.de>
17354         [BZ #15804]
17355         * elf/pldd.c (wait_for_ptrace_stop): New function.
17356         (main): Call it after attaching.
17358 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17360         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17361         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17362         Versions files is now verboten.
17363         * hurd/Versions (libc: GLIBC_2.0):
17364         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17365         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17366         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17367         * mach/Versions: Likewise.
17369         * csu/Versions: Remove unused %include.
17370         * resolv/Versions: Likewise.
17372 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17374         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17375         ($(objpfx)check-local-headers.out): Likewise.
17376         ($(objpfx)begin-end-check.out): Likewise.
17377         * Makerules (check-abi-%.out): Likewise.
17378         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17379         ($(objpfx)test2.cat): Likewise.
17380         ($(objpfx)de/libc.cat): Likewise.
17381         ($(objpfx)test-gencat.out): Likewise.
17382         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17383         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17384         ($(objpfx)noload-mem): Likewise.
17385         ($(objpfx)tst-pathopt.out): Likewise.
17386         ($(objpfx)tst-rtld-load-self.out): Likewise.
17387         ($(objpfx)tst-array1-cmp.out): Likewise.
17388         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17389         ($(objpfx)tst-array2-cmp.out): Likewise.
17390         ($(objpfx)tst-array3-cmp.out): Likewise.
17391         ($(objpfx)tst-array4-cmp.out): Likewise.
17392         ($(objpfx)tst-array5-cmp.out): Likewise.
17393         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17394         ($(objpfx)check-textrel.out): Likewise.
17395         ($(objpfx)check-execstack.out): Likewise.
17396         ($(objpfx)check-localplt.out): Likewise.
17397         ($(objpfx)order2-cmp.out): Likewise.
17398         ($(objpfx)tst-leaks1-mem): Likewise.
17399         ($(objpfx)tst-leaks1-static-mem): Likewise.
17400         ($(objpfx)tst-initorder-cmp.out): Likewise.
17401         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17402         ($(objpfx)tst-unused-dep.out): Likewise.
17403         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17404         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17405         * iconv/Makefile (test-iconvconfig): Likewise.
17406         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17407         ($(objpfx)iconv-test.out): Likewise.
17408         ($(objpfx)tst-tables.out): Likewise.
17409         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17410         ($(objpfx)tst-gettext.out): Likewise.
17411         ($(objpfx)tst-translit.out): Likewise.
17412         ($(objpfx)tst-gettext2.out): Likewise.
17413         ($(objpfx)tst-gettext4.out): Likewise.
17414         ($(objpfx)tst-gettext6.out): Likewise.
17415         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17416         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17417         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17418         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17419         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17420         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17421         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17422         ($(objpfx)wordexp-tst.out): Likewise.
17423         ($(objpfx)annexc.out): Likewise.
17424         ($(objpfx)tst-fnmatch-mem): Likewise.
17425         ($(objpfx)bug-regex2-mem): Likewise.
17426         ($(objpfx)bug-regex14-mem): Likewise.
17427         ($(objpfx)bug-regex21-mem): Likewise.
17428         ($(objpfx)bug-regex31-mem): Likewise.
17429         ($(objpfx)tst-vfork3-mem): Likewise.
17430         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17431         ($(objpfx)tst-pcre-mem): Likewise.
17432         ($(objpfx)tst-boost-mem): Likewise.
17433         ($(objpfx)tst-getconf.out): Likewise.
17434         ($(objpfx)bug-ga2-mem): Likewise.
17435         ($(objpfx)bug-glob2-mem): Likewise.
17436         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17437         ($(objpfx)mtrace-tst-leaks2): Likewise.
17438         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17439         ($(objpfx)tst-printf.out): Likewise.
17440         ($(objpfx)tst-setvbuf1.out): Likewise.
17441         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17442         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17443         ($(objpfx)tst-fmtmsg.out): Likewise.
17444         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17445         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17447         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17448         * bits/sigaction.h [__USE_MISC]: Likewise.
17449         * bits/waitstatus.h: Update #endif comments.
17450         * ctype/ctype.h: Likewise.
17451         * dirent/dirent.h: Likewise.
17452         [__USE_MISC]: Remove redundant conditionals.
17453         * grp/grp.h: Update #endif comments.
17454         [__USE_GNU]: Remove redundant conditionals.
17455         [__USE_MISC]: Likewise.
17456         * inet/netinet/in.h [__USE_GNU]: Likewise.
17457         * io/sys/stat.h [__USE_MISC]: Likewise.
17458         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17459         * libio/bits/stdio.h: Update #endif comments.
17460         [__USE_MISC]: Remove redundant conditionals.
17461         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17462         * libio/stdio.h: Update #endif comments.
17463         [__USE_MISC]: Remove redundant conditionals.
17464         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17465         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17466         * math/math.h: Update #else and #endif comments.
17467         [__USE_MISC]: Remove redundant conditionals.
17468         * misc/sys/uio.h: Update #endif comments.
17469         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17470         * posix/glob.h [__USE_MISC]: Likewise.
17471         * posix/sys/types.h: Update #endif comments.
17472         [__USE_MISC]: Remove redundant conditionals.
17473         * posix/sys/wait.h: Update #endif comments.
17474         [__USE_MISC]: Remove redundant conditionals.
17475         * posix/unistd.h: Update #endif comments.
17476         [__USE_MISC]: Remove redundant conditionals.
17477         * pwd/pwd.h [__USE_GNU]: Likewise.
17478         [__USE_MISC]: Likewise.
17479         * resolv/netdb.h [__USE_GNU]: Likewise.
17480         * signal/signal.h: Update #endif comments.
17481         [__USE_MISC]: Remove redundant conditionals.
17482         * stdlib/stdlib.h: Update #else and #endif comments.
17483         [__USE_MISC]: Remove redundant conditionals.
17484         [__USE_GNU]: Likewise.
17485         * string/bits/string2.h [__USE_MISC]: Likewise.
17486         * string/string.h: Update #endif comments.
17487         [__USE_MISC]: Remove redundant conditionals.
17488         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17489         Likewise.
17490         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17491         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17492         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17493         Likewise.
17494         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17495         Likewise.
17496         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17497         comments.
17498         [__USE_MISC]: Remove redundant conditionals.
17499         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17500         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17501         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17502         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17503         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17504         Likewise.
17505         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17506         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17507         Likewise.
17508         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17509         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17510         Likewise.
17511         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17512         Likewise.
17513         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17514         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17515         Likewise.
17516         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17517         Likewise.
17518         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17519         * sysdeps/x86/bits/string.h: Update #endif comments.
17520         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17521         conditionals.
17522         * time/sys/time.h: Update #endif comments.
17523         * time/time.h: Likewise.
17524         [__USE_MISC]: Remove redundant conditionals.
17526 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17528         [BZ #16600]
17529         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17531 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17533         * Versions.def (librt): Add GLIBC_2.17.
17535 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17537         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17538         synonym for _SYS_AUXV_H to allow direct inclusion.
17539         * sysdeps/sparc/bits/hwcap.h: Likewise.
17540         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17541         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17542         * sysdeps/sparc/sysdep.h: Likewise.
17544 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17546         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17548 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17550         * benchtests/bench-strrchr.c: Print length instead of position.
17552 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17554         [BZ #16611]
17555         * sysdeps/unix/sysv/linux/kernel-features.h
17556         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17557         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17558         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17559         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17560         Likewise.
17561         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17562         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17563         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17564         (__ASSUME_SENDMMSG): Define instead of using previous
17565         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17566         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17567         (__ASSUME_SENDMMSG_SYSCALL): Define.
17568         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17569         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17570         Likewise.
17571         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17572         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17573         Likewise.
17574         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17575         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17576         Likewise.
17577         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17578         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17579         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17580         [__ASSUME_SENDMMSG]: Change conditionals to
17581         [__ASSUME_SENDMMSG_SOCKETCALL].
17582         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17583         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17584         Define.
17585         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17586         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17587         Likewise.
17588         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17589         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17590         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17591         [!__ASSUME_SENDMMSG]: Change conditional to
17592         [!__ASSUME_SENDMMSG_SOCKETCALL].
17593         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17594         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17595         Define.
17597         [BZ #16610]
17598         * sysdeps/unix/sysv/linux/kernel-features.h
17599         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17600         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17601         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17602         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17603         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17604         [__i386__ || __sparc__]
17605         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17606         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17607         (__ASSUME_RECVMMSG): Define instead of using previous
17608         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17609         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17610         (__ASSUME_RECVMMSG_SYSCALL): Define.
17611         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17612         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17613         Likewise.
17614         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17615         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17616         Likewise.
17617         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17618         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17619         Likewise.
17620         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17621         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17622         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17623         [__ASSUME_RECVMMSG]: Change condition to
17624         [__ASSUME_RECVMMSG_SOCKETCALL].
17625         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17626         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17627         Define.
17628         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17629         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17630         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17631         Likewise.
17632         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17633         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17634         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17635         [!__ASSUME_RECVMMSG]: Change condition to
17636         [!__ASSUME_RECVMMSG_SOCKETCALL].
17637         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17638         (__ASSUME_RECVMMSG_SYSCALL): Define.
17640         [BZ #16609]
17641         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17642         __powerpc__ || __s390__ || __sh__ || __sparc__]
17643         (__ASSUME_SOCKETCALL): Define.
17644         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17645         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17646         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17647         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17648         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17649         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17650         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17651         (__ASSUME_ACCEPT4): Define instead of using previous
17652         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17653         __powerpc__ || __sparc__ || __s390__)] condition.
17654         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17655         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17656         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17657         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17658         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17659         [!__ASSUME_ACCEPT4]: Change condition to
17660         [!__ASSUME_ACCEPT4_SOCKETCALL].
17661         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17662         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17663         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17664         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17665         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17666         __ASSUME_ACCEPT4_SYSCALL.
17667         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17668         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17669         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17670         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17671         __ASSUME_ACCEPT4_SYSCALL.
17672         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17673         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17674         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17675         [__ASSUME_ACCEPT4]: Change condition to
17676         [__ASSUME_ACCEPT4_SOCKETCALL].
17677         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17678         (__ASSUME_SOCKETCALL): Define.
17679         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17680         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17681         (__ASSUME_SOCKETCALL): Define.
17682         (__ASSUME_ACCEPT4): Remove.
17683         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17684         Define.
17685         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17686         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17687         Likewise.
17688         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17689         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17691         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17692         macro.
17693         (HWCAP_ARM_LPAE): Likewise.
17694         (HWCAP_ARM_EVTSTRM): Likewise.
17695         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17696         Add vpfd32, lpae and evtstrm.
17697         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17698         Increase to 22.
17700 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17702         * math/auto-libm-test-in: Add tests of clog10.
17703         * math/auto-libm-test-out: Regenerated.
17704         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17705         * sysdeps/i386/fpu/libm-test-ulps: Update.
17706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17708 2014-02-18  Andreas Schwab  <schwab@suse.de>
17710         [BZ #16574]
17711         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17712         Store non-zero if the second buffer was newly allocated.
17713         (send_dg): Likewise.
17714         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17715         to send_vc and send_dg.
17716         (res_nsend): Pass NULL for ansp2_malloced.
17717         * resolv/res_query.c (__libc_res_nquery): Add parameter
17718         answerp2_malloced and pass it down to __libc_res_nsend.
17719         (res_nquery): Pass additional NULL to __libc_res_nquery.
17720         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17721         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17722         second answer buffer if answerp2_malloced was set.
17723         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17724         (__libc_res_nquerydomain): Add parameter
17725         answerp2_malloced and pass it down to __libc_res_nquery.
17726         (res_nquerydomain): Pass additional NULL to
17727         __libc_res_nquerydomain.
17728         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17729         additional NULL to __libc_res_nsend and __libc_res_nquery.
17730         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17731         additional NULL to __libc_res_nsearch.
17732         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17733         parameter of __libc_res_nsearch to check for separately allocated
17734         second buffer.
17735         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17736         __libc_res_nquery.
17737         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17738         additional NULL to __libc_res_nquery.
17739         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17740         __libc_res_nsearch.
17741         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17742         * include/resolv.h: Update prototypes of __libc_res_nquery,
17743         __libc_res_nsearch, __libc_res_nsend.
17745 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17747         * math/auto-libm-test-in: Add tests of fma.
17748         * math/auto-libm-test-out: Regenerated.
17749         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17750         (fma_towardzero_test_data): Likewise.
17751         (fma_downward_test_data): Likewise.
17752         (fma_upward_test_data): Likewise.
17753         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17754         mpc_mode.
17755         (rounding_modes): Add values for new field.
17756         (func_calc_method): Add value mpfr_fff_f.
17757         (func_calc_desc): Add mpfr_fff_f union field.
17758         (test_function): Add field exact_args.
17759         (FUNC): Add macro argument EXACT_ARGS.
17760         (FUNC_mpfr_f_f): Update call to FUNC.
17761         (FUNC_mpfr_f_f): Likewise.
17762         (FUNC_mpfr_ff_f): Likewise.
17763         (FUNC_mpfr_if_f): Likewise.
17764         (FUNC_mpc_c_f): Likewise.
17765         (FUNC_mpc_c_c): Likewise.
17766         (test_functions): Add fma.  Update calls to FUNC.
17767         (handle_input_arg): Add argument exact_args.
17768         (add_test): Update call to handle_input_arg.
17769         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17770         (output_for_one_input_case): Update call to calc_generic_results.
17771         Recalculate exact zero results in each rounding mode.
17773         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17774         non-negative before setting low bit.
17775         * math/auto-libm-test-in: Mark one asin test possibly having
17776         spurious underflow.
17777         * math/auto-libm-test-out: Regenerated.
17778         * sysdeps/i386/fpu/libm-test-ulps: Update.
17779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17781 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17783         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17784         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17785         ports/sysdeps/unix/sysv/linux/microblaze.
17786         * README: Add missing listing for microblaze*-*-linux-gnu.
17788 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17790         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17791         duplicate code
17793 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17795         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17796         * sysdeps/unix/sysv/linux/ia64: Move directory from
17797         ports/sysdeps/unix/sysv/linux/ia64.
17798         * README: Update listing for ia64-*-linux-gnu.
17800 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17801             Joseph Myers  <joseph@codesourcery.com>
17803         * Makeconfig (test-name): New variable.
17804         (evaluate-test): Likewise.
17805         * Makerules (do-test-clean): Remove .test-result files.
17806         (common-mostlyclean): Likewise.
17807         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17808         * scripts/evaluate-test.sh: New file.
17810 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17812         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17813         separate $(objpfx)tst-fopenloc-cmp.out and
17814         $(objpfx)tst-fopenloc-mem.out targets.
17815         (tests): Update dependencies.
17816         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17817         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17818         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17819         (tst-rxspencer-no-utf8-ARGS): New variable.
17820         (tst-rxspencer-no-utf8-ENV): Likewise.
17821         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17822         instead of $(objpfx)tst-rxspencer-mem.
17823         ($(objpfx)tst-rxspencer-mem): Change target to
17824         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17825         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17826         * posix/tst-rxspencer-no-utf8.c: New file.
17828         * elf/Makefile ($(objpfx)order.out): Remove rule.
17829         [$(run-built-tests) = yes] (tests): Depend on
17830         $(objpfx)order-cmp.out.
17831         ($(objpfx)order-cmp.out): New rule.
17832         [$(run-built-tests) = yes] (tests): Depend on
17833         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17834         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17835         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17836         $(objpfx)tst-array5-static-cmp.out.
17837         ($(objpfx)tst-array1.out): Remove rule.
17838         ($(objpfx)tst-array1-cmp.out): New rule.
17839         ($(objpfx)tst-array1-static.out): Remove rule.
17840         ($(objpfx)tst-array1-static-cmp.out): New rule.
17841         ($(objpfx)tst-array2.out): Remove rule.
17842         ($(objpfx)tst-array2-cmp.out): New rule.
17843         ($(objpfx)tst-array3.out): Remove rule.
17844         ($(objpfx)tst-array3-cmp.out): New rule.
17845         ($(objpfx)tst-array4.out): Remove rule.
17846         ($(objpfx)tst-array4-cmp.out): New rule.
17847         ($(objpfx)tst-array5.out): Remove rule.
17848         ($(objpfx)tst-array5-cmp.out): New rule.
17849         ($(objpfx)tst-array5-static.out): Remove rule.
17850         ($(objpfx)tst-array5-static-cmp.out): New rule.
17851         [$(run-built-tests) = yes] (tests): Depend on
17852         $(objpfx)order2-cmp.out.
17853         ($(objpfx)order2.out): Remove rule.
17854         ($(objpfx)order2-cmp.out): New rule.
17855         ($(objpfx)tst-initorder.out): Remove rule.
17856         [$(run-built-tests) = yes] (tests): Depend on
17857         $(objpfx)tst-initorder-cmp.out.
17858         ($(objpfx)tst-initorder-cmp.out): New rule.
17859         ($(objpfx)tst-initorder2.out): Remove rule.
17860         [$(run-built-tests) = yes] (tests): Depend on
17861         $(objpfx)tst-initorder2-cmp.out.
17862         ($(objpfx)tst-initorder2-cmp.out): New rule.
17863         [$(run-built-tests) = yes] (tests): Depend on
17864         $(objpfx)tst-unused-dep-cmp.out.
17865         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17866         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17867         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17868         on $(objpfx)tst-setvbuf1-cmp.out.
17869         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17870         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17871         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17872         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17873         ($(objpfx)tst-svc.out): Remove rule.
17874         ($(objpfx)tst-svc-cmp.out): New rule.
17876 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17878         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17879         * ctype/ctype.h [__USE_MISC]: Likewise.
17880         * dirent/dirent.h [__USE_MISC]: Likewise.
17881         * grp/grp.h [__USE_MISC]: Likewise.
17882         * io/fcntl.h [__USE_MISC]: Likewise.
17883         * io/sys/stat.h [__USE_MISC]: Likewise.
17884         * libio/stdio.h [__USE_MISC]: Likewise.
17885         * posix/unistd.h [__USE_MISC]: Likewise.
17886         * pwd/pwd.h [__USE_MISC]: Likewise.
17887         * stdlib.h [__USE_MISC]: Likewise.
17888         * string/bits/string2.h [__USE_MISC]: Likewise.
17889         * string/string.h [__USE_MISC]: Likewise.
17890         * time/time.h [__USE_MISC]: Likewise.
17892 2014-02-13  Andreas Schwab  <schwab@suse.de>
17894         [BZ #16574]
17895         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17896         second answer buffer if it was separately allocated.
17898 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17900         * sysdeps/mips/math-tests.h: Include <features.h>.
17901         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17902         (ROUNDING_TESTS_long_double): Do not define.
17903         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17904         (EXCEPTION_TESTS_long_double): Likewise.
17905         * sysdeps/mips/mips64/libm-test-ulps: Update.
17907         * include/features.h (__USE_BSD): Remove macro definitions.
17908         (__USE_SVID): Likewise.
17909         (_BSD_SOURCE): Likewise.
17910         (_SVID_SOURCE): Likewise.
17911         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17912         from definition of _DEFAULT_SOURCE.
17913         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17914         [_DEFAULT_SOURCE].
17915         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17916         * bits/mman.h [__USE_BSD]: Likewise.
17917         * bits/termios.h [__USE_BSD]: Likewise.
17918         * bits/waitstatus.h [__USE_BSD]: Likewise.
17919         * ctype/ctype.h [__USE_SVID]: Likewise.
17920         * dirent/dirent.h [__USE_BSD]: Likewise.
17921         * grp/grp.h [__USE_SVID]: Likewise.
17922         [__USE_BSD]: Likewise.
17923         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17924         * io/fcntl.h [__USE_BSD]: Likewise.
17925         * io/ftw.h [__USE_BSD]: Likewise.
17926         * io/sys/stat.h [__USE_BSD]: Likewise.
17927         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17928         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17929         * libio/stdio.h [__USE_SVID]: Likewise.
17930         [__USE_BSD]: Likewise.
17931         * math/math.h [__USE_SVID]: Likewise.
17932         [__USE_BSD]: Likewise.
17933         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17934         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17935         * misc/search.h [__USE_SVID]: Likewise.
17936         * misc/sys/mman.h [__USE_BSD]: Likewise.
17937         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17938         * misc/sys/uio.h [__USE_BSD]: Likewise.
17939         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17940         * posix/glob.h [__USE_BSD]: Likewise.
17941         * posix/regex.h [__USE_BSD]: Likewise.
17942         * posix/sys/types.h [__USE_BSD]: Likewise.
17943         [__USE_SVID]: Likewise.
17944         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17945         * posix/sys/wait.h [__USE_BSD]: Likewise.
17946         [__USE_SVID]: Likewise.
17947         * posix/unistd.h [__USE_BSD]: Likewise.
17948         [__USE_SVID]: Likewise.
17949         * pwd/pwd.h [__USE_SVID]: Likewise.
17950         * resolv/netdb.h [__USE_BSD]: Likewise.
17951         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17952         * signal/signal.h [__USE_BSD]: Likewise.
17953         [__USE_SVID]: Likewise.
17954         * socket/sys/socket.h [__USE_BSD]: Likewise.
17955         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17956         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17957         [__USE_SVID]: Likewise.
17958         * string/bits/string2.h [__USE_BSD]: Likewise.
17959         [__USE_SVID]: Likewise.
17960         * string/bits/string3.h [__USE_BSD]: Likewise.
17961         * string/endian.h [__USE_BSD]: Likewise.
17962         * string/string.h [__USE_SVID]: Likewise.
17963         [__USE_BSD]: Likewise.
17964         * string/strings.h [__USE_BSD]: Likewise.
17965         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17966         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17967         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17968         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17969         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17970         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17971         Likewise.
17972         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17973         Likewise.
17974         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17975         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17976         Likewise.
17977         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17978         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17979         Likewise.
17980         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17981         Likewise.
17982         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17983         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17984         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17985         Likewise.
17986         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17987         Likewise.
17988         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17989         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17990         * termios/termios.h [__USE_BSD]: Likewise.
17991         * time/sys/time.h [__USE_BSD]: Likewise.
17992         * time/time.h [__USE_BSD]: Likewise.
17993         [__USE_SVID]: Likewise.
17995         * Makefile (subdir_targets): Remove subdir_lint.out.
17997         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17998         (do-tst-printf): Likewise.
17999         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18000         $(objpfx)tst-printf.out.
18002         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18004         * Makerules (check-abi-%): Change target to
18005         $(objpfx)check-abi-%.out.
18006         (check-abi target): Update dependencies.
18007         (check-abi-pattern variable): Redirect output of diff to $@.
18008         (check-abi variable): Likewise.
18009         * elf/Makefile (check-abi): Update dependencies.
18011         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18012         unused.
18013         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18014         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18015         subnormal range.
18016         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18017         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18018         value has largest subnormal exponent.
18019         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18020         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18021         * sysdeps/aarch64/soft-fp/sfp-machine.h
18022         (_FP_TININESS_AFTER_ROUNDING): New macro.
18023         * sysdeps/alpha/soft-fp/sfp-machine.h
18024         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18025         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18026         Likewise.
18027         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18028         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18029         * sysdeps/mips/soft-fp/sfp-machine.h
18030         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18031         * sysdeps/powerpc/soft-fp/sfp-machine.h
18032         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18033         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18034         Likewise.
18035         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18036         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18037         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18038         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18039         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18040         Likewise.
18042 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18044         [BZ #16545]
18045         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18046         model 1.
18048 2014-02-12  Richard Henderson  <rth@redhat.com>
18050         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18051         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18052         * sysdeps/unix/sysv/linux/alpha: Move directory from
18053         ports/sysdeps/unix/sysv/linux/alpha.
18054         * README: Update listing for alpha-*-linux-gnu.
18056 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18058         * include/features.h: Update comment documenting feature test
18059         macros.
18060         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18061         _DEFAULT_SOURCE.
18062         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18063         (_SVID_SOURCE): Likewise.
18064         (_DEFAULT_SOURCE): Update description of default features.
18065         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18066         with _GNU_SOURCE.
18067         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18068         (S_ISVTX): Likewise.
18069         * manual/math.texi (Mathematical Constants): Likewise.
18070         * manual/signal.texi (Interrupted Primitives): Likewise.
18071         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18072         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18073         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18074         Don't refer to _SVID_SOURCE in warning text.
18076         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18078         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18079         already defined.
18080         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18081         * sysdeps/mips/dl-lookup.c: Remove.
18082         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18084 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18086         [BZ #16447]
18087         * math/auto-libm-test-in: Add testcase for expl.
18088         * math/auto-libm-test-out: Regenerate.
18089         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18090         calculation of unsafe.
18091         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18093 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18095         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18096         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18097         ports/sysdeps/unix/sysv/linux/aarch64.
18098         * README: Update listing for aarch64*-*-linux-gnu.
18100 2014-02-11  Will Newton  <will.newton@linaro.org>
18102         * manual/probes.texi (Mathematical Function Probes): Use
18103         "triggered" instead of "hit".
18105         * manual/probes.texi (Internal Probes): Add documentation
18106         of setjmp, longjmp and longjmp_target probes.
18108         * include/stap-probe.h: Add comment about probe argument
18109         format.
18111         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18112         definition.  (tr_where, tr_freehook, tr_mallochook,
18113         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18115 2014-02-11  David S. Miller  <davem@davemloft.net>
18117         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18118         processing int_tests.
18120 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18122         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18123         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18124         * sysdeps/unix/sysv/linux/mips: Move directory from
18125         ports/sysdeps/unix/sysv/linux/mips.
18126         * README: Update listing for mips-*-linux-gnu and
18127         mips64-*-linux-gnu.
18129 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18131         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18132         * sysdeps/unix/sysv/linux/m68k: Move directory from
18133         ports/sysdeps/unix/sysv/linux/m68k.
18134         * README: Update listing for m68k-*-linux-gnu.
18136 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18138         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18139         * sysdeps/unix/sysv/linux/generic: Move directory from
18140         ports/sysdeps/unix/sysv/linux/generic.
18141         * sysdeps/unix/sysv/linux/tile: Move directory from
18142         ports/sysdeps/unix/sysv/linux/tile.
18143         * README: Update listing for tile*-*-linux-gnu.
18145 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18147         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18148         __builtin_expect.
18149         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18150         * catgets/open_catalog.c (__open_catalog): Likewise.
18151         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18152         * debug/confstr_chk.c: Likewise.
18153         * debug/fread_chk.c (__fread_chk): Likewise.
18154         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18155         * debug/getgroups_chk.c: Likewise.
18156         * debug/mbsnrtowcs_chk.c: Likewise.
18157         * debug/mbsrtowcs_chk.c: Likewise.
18158         * debug/mbstowcs_chk.c: Likewise.
18159         * debug/memcpy_chk.c: Likewise.
18160         * debug/memmove_chk.c: Likewise.
18161         * debug/mempcpy_chk.c: Likewise.
18162         * debug/memset_chk.c: Likewise.
18163         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18164         * debug/strcat_chk.c (__strcat_chk): Likewise.
18165         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18166         * debug/strncat_chk.c (__strncat_chk): Likewise.
18167         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18168         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18169         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18170         * debug/wcpncpy_chk.c: Likewise.
18171         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18172         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18173         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18174         * debug/wcsncpy_chk.c: Likewise.
18175         * debug/wcsnrtombs_chk.c: Likewise.
18176         * debug/wcsrtombs_chk.c: Likewise.
18177         * debug/wcstombs_chk.c: Likewise.
18178         * debug/wmemcpy_chk.c: Likewise.
18179         * debug/wmemmove_chk.c: Likewise.
18180         * debug/wmempcpy_chk.c: Likewise.
18181         * debug/wmemset_chk.c: Likewise.
18182         * dirent/scandirat.c (SCANDIRAT): Likewise.
18183         * dlfcn/dladdr1.c (dladdr1): Likewise.
18184         * dlfcn/dladdr.c (dladdr): Likewise.
18185         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18186         * dlfcn/dlerror.c (__dlerror): Likewise.
18187         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18188         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18189         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18190         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18191         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18192         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18193         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18194         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18195         Likewise.
18196         * elf/dl-conflict.c: Likewise.
18197         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18198         * elf/dl-dst.h: Likewise.
18199         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18200         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18201         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18202         * elf/dl-init.c (call_init, _dl_init): Likewise.
18203         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18204         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18205         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18206         Likewise.
18207         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18208         Likewise.
18209         * elf/dl-minimal.c (__libc_memalign): Likewise.
18210         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18211         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18212         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18213         * elf/dl-sym.c (do_sym): Likewise.
18214         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18215         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18216         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18217         * elf/dl-writev.h (_dl_writev): Likewise.
18218         * elf/ldconfig.c (search_dir): Likewise.
18219         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18220         (dl_main): Likewise.
18221         * elf/setup-vdso.h (setup_vdso): Likewise.
18222         * grp/compat-initgroups.c (compat_call): Likewise.
18223         * grp/fgetgrent.c (fgetgrent): Likewise.
18224         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18225         * grp/putgrent.c (putgrent): Likewise.
18226         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18227         Likewise.
18228         * hurd/hurdinit.c: Likewise.
18229         * iconvdata/8bit-gap.c (struct): Likewise.
18230         * iconvdata/ansi_x3.110.c : Likewise.
18231         * iconvdata/big5.c : Likewise.
18232         * iconvdata/big5hkscs.c : Likewise.
18233         * iconvdata/cp1255.c: Likewise.
18234         * iconvdata/cp1258.c : Likewise.
18235         * iconvdata/cp932.c : Likewise.
18236         * iconvdata/euc-cn.c: Likewise.
18237         * iconvdata/euc-jisx0213.c : Likewise.
18238         * iconvdata/euc-jp.c: Likewise.
18239         * iconvdata/euc-jp-ms.c : Likewise.
18240         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18241         * iconvdata/gb18030.c : Likewise.
18242         * iconvdata/gbbig5.c (const): Likewise.
18243         * iconvdata/gbgbk.c: Likewise.
18244         * iconvdata/gbk.c : Likewise.
18245         * iconvdata/ibm1364.c : Likewise.
18246         * iconvdata/ibm930.c : Likewise.
18247         * iconvdata/ibm932.c: Likewise.
18248         * iconvdata/ibm933.c : Likewise.
18249         * iconvdata/ibm935.c : Likewise.
18250         * iconvdata/ibm937.c : Likewise.
18251         * iconvdata/ibm939.c : Likewise.
18252         * iconvdata/ibm943.c: Likewise.
18253         * iconvdata/iso_11548-1.c: Likewise.
18254         * iconvdata/iso-2022-cn.c : Likewise.
18255         * iconvdata/iso-2022-cn-ext.c : Likewise.
18256         * iconvdata/iso-2022-jp-3.c: Likewise.
18257         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18258         * iconvdata/iso-2022-kr.c : Likewise.
18259         * iconvdata/iso646.c (gconv_end): Likewise.
18260         * iconvdata/iso_6937-2.c : Likewise.
18261         * iconvdata/iso_6937.c : Likewise.
18262         * iconvdata/iso8859-1.c: Likewise.
18263         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18264         * iconvdata/shift_jisx0213.c : Likewise.
18265         * iconvdata/sjis.c : Likewise.
18266         * iconvdata/t.61.c : Likewise.
18267         * iconvdata/tcvn5712-1.c : Likewise.
18268         * iconvdata/tscii.c: Likewise.
18269         * iconvdata/uhc.c : Likewise.
18270         * iconvdata/unicode.c (gconv_end): Likewise.
18271         * iconvdata/utf-16.c (gconv_end): Likewise.
18272         * iconvdata/utf-32.c (gconv_end): Likewise.
18273         * iconvdata/utf-7.c (base64): Likewise.
18274         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18275         * iconv/gconv_close.c (__gconv_close): Likewise.
18276         * iconv/gconv_open.c (__gconv_open): Likewise.
18277         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18278         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18279         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18280         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18281         (ucs4le_internal_loop_single): Likewise.
18282         * iconv/iconv.c (iconv): Likewise.
18283         * iconv/iconv_close.c: Likewise.
18284         * iconv/loop.c (SINGLE): Likewise.
18285         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18286         * include/atomic.h: Likewise.
18287         * inet/inet6_option.c (option_alloc): Likewise.
18288         * intl/bindtextdom.c (set_binding_values): Likewise.
18289         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18290         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18291         * intl/localealias.c (read_alias_file): Likewise.
18292         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18293         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18294         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18295         * libio/fmemopen.c (fmemopen): Likewise.
18296         * libio/iofgets.c (_IO_fgets): Likewise.
18297         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18298         * libio/iofgetws.c (fgetws): Likewise.
18299         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18300         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18301         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18302         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18303         * locale/findlocale.c (_nl_find_locale): Likewise.
18304         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18305         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18306         Likewise.
18307         * locale/setlocale.c (setlocale): Likewise.
18308         * login/programs/pt_chown.c (main): Likewise.
18309         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18310         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18311         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18312         (mmap, mmap64, mremap, munmap): Likewise.
18313         * math/e_exp2l.c: Likewise.
18314         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18315         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18316         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18317         * math/s_catan.c (__catan): Likewise.
18318         * math/s_catanf.c (__catanf): Likewise.
18319         * math/s_catanh.c (__catanh): Likewise.
18320         * math/s_catanhf.c (__catanhf): Likewise.
18321         * math/s_catanhl.c (__catanhl): Likewise.
18322         * math/s_catanl.c (__catanl): Likewise.
18323         * math/s_ccosh.c (__ccosh): Likewise.
18324         * math/s_ccoshf.c (__ccoshf): Likewise.
18325         * math/s_ccoshl.c (__ccoshl): Likewise.
18326         * math/s_cexp.c (__cexp): Likewise.
18327         * math/s_cexpf.c (__cexpf): Likewise.
18328         * math/s_cexpl.c (__cexpl): Likewise.
18329         * math/s_clog10.c (__clog10): Likewise.
18330         * math/s_clog10f.c (__clog10f): Likewise.
18331         * math/s_clog10l.c (__clog10l): Likewise.
18332         * math/s_clog.c (__clog): Likewise.
18333         * math/s_clogf.c (__clogf): Likewise.
18334         * math/s_clogl.c (__clogl): Likewise.
18335         * math/s_csin.c (__csin): Likewise.
18336         * math/s_csinf.c (__csinf): Likewise.
18337         * math/s_csinh.c (__csinh): Likewise.
18338         * math/s_csinhf.c (__csinhf): Likewise.
18339         * math/s_csinhl.c (__csinhl): Likewise.
18340         * math/s_csinl.c (__csinl): Likewise.
18341         * math/s_csqrt.c (__csqrt): Likewise.
18342         * math/s_csqrtf.c (__csqrtf): Likewise.
18343         * math/s_csqrtl.c (__csqrtl): Likewise.
18344         * math/s_ctan.c (__ctan): Likewise.
18345         * math/s_ctanf.c (__ctanf): Likewise.
18346         * math/s_ctanh.c (__ctanh): Likewise.
18347         * math/s_ctanhf.c (__ctanhf): Likewise.
18348         * math/s_ctanhl.c (__ctanhl): Likewise.
18349         * math/s_ctanl.c (__ctanl): Likewise.
18350         * math/w_pow.c: Likewise.
18351         * math/w_powf.c: Likewise.
18352         * math/w_powl.c: Likewise.
18353         * math/w_scalb.c (sysv_scalb): Likewise.
18354         * math/w_scalbf.c (sysv_scalbf): Likewise.
18355         * math/w_scalbl.c (sysv_scalbl): Likewise.
18356         * misc/error.c (error_tail): Likewise.
18357         * misc/pselect.c (__pselect): Likewise.
18358         * nis/nis_callback.c (__nis_create_callback): Likewise.
18359         * nis/nis_call.c (__nisfind_server): Likewise.
18360         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18361         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18362         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18363         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18364         * nis/nis_lookup.c (nis_lookup): Likewise.
18365         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18366         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18367         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18368         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18369         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18370         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18371         * nis/nss_compat/compat-initgroups.c (add_group)
18372         (internal_getgrent_r): Likewise.
18373         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18374         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18375         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18376         (internal_getspnam_r): Likewise.
18377         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18378         (_nss_nis_getaliasbyname_r): Likewise.
18379         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18380         (_nss_nis_getntohost_r): Likewise.
18381         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18382         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18383         (_nss_nis_getgrgid_r): Likewise.
18384         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18385         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18386         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18387         (_nss_nis_gethostbyname4_r): Likewise.
18388         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18389         (initgroups_netid): Likewise.
18390         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18391         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18392         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18393         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18394         (_nss_nis_getprotobynumber_r): Likewise.
18395         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18396         (_nss_nis_getsecretkey): Likewise.
18397         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18398         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18399         (_nss_nis_getpwuid_r): Likewise.
18400         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18401         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18402         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18403         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18404         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18405         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18406         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18407         Likewise.
18408         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18409         (_nss_nisplus_getntohost_r): Likewise.
18410         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18411         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18412         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18413         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18414         Likewise.
18415         * nis/nss_nisplus/nisplus-initgroups.c
18416         (_nss_nisplus_initgroups_dyn): Likewise.
18417         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18418         (_nss_nisplus_getnetbyaddr_r): Likewise.
18419         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18420         (_nss_nisplus_getprotobynumber_r): Likewise.
18421         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18422         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18423         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18424         Likewise.
18425         * nis/nss_nisplus/nisplus-service.c
18426         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18427         (_nss_nisplus_getservbyport_r): Likewise.
18428         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18429         (_nss_nisplus_getspnam_r): Likewise.
18430         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18431         Likewise.
18432         * nscd/aicache.c (addhstaiX): Likewise.
18433         * nscd/cache.c (cache_search, prune_cache): Likewise.
18434         * nscd/connections.c (register_traced_file, send_ro_fd)
18435         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18436         (main_loop_epoll): Likewise.
18437         * nscd/grpcache.c (addgrbyX): Likewise.
18438         * nscd/hstcache.c (addhstbyX): Likewise.
18439         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18440         * nscd/mem.c (gc, mempool_alloc): Likewise.
18441         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18442         (addinnetgrX): Likewise.
18443         * nscd/nscd-client.h (__nscd_acquire_maplock)
18444         (__nscd_drop_map_ref): Likewise.
18445         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18446         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18447         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18448         Likewise.
18449         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18450         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18451         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18452         (__nscd_get_map_ref): Likewise.
18453         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18454         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18455         Likewise.
18456         * nscd/pwdcache.c (addpwbyX): Likewise.
18457         * nscd/selinux.c (preserve_capabilities): Likewise.
18458         * nscd/servicescache.c (addservbyX): Likewise.
18459         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18460         * posix/fnmatch.c (fnmatch): Likewise.
18461         * posix/getopt.c (_getopt_internal_r): Likewise.
18462         * posix/glob.c (glob, glob_in_dir): Likewise.
18463         * posix/wordexp.c (exec_comm_child): Likewise.
18464         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18465         (getanswer_r, gaih_getanswer_slice): Likewise.
18466         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18467         * resolv/res_init.c: Likewise.
18468         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18469         * resolv/res_query.c (__libc_res_nquery): Likewise.
18470         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18471         Likewise.
18472         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18473         * stdio-common/perror.c (perror): Likewise.
18474         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18475         * stdio-common/tmpnam.c (tmpnam): Likewise.
18476         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18477         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18478         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18479         Likewise.
18480         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18481         * stdlib/putenv.c (putenv): Likewise.
18482         * stdlib/setenv.c (__add_to_environ): Likewise.
18483         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18484         * stdlib/strtol_l.c (INTERNAL): Likewise.
18485         * string/memmem.c (memmem): Likewise.
18486         * string/strerror.c (strerror): Likewise.
18487         * string/strnlen.c (__strnlen): Likewise.
18488         * string/test-memmem.c (simple_memmem): Likewise.
18489         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18490         * sunrpc/pm_getport.c (__get_socket): Likewise.
18491         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18492         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18493         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18494         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18495         Likewise.
18496         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18497         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18498         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18499         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18500         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18501         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18502         Likewise.
18503         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18504         Likewise.
18505         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18506         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18507         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18508         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18509         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18510         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18511         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18512         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18513         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18514         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18515         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18516         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18517         Likewise.
18518         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18519         Likewise.
18520         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18521         Likewise.
18522         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18523         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18524         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18525         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18526         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18527         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18528         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18529         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18530         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18531         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18532         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18533         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18534         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18535         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18536         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18537         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18538         Likewise.
18539         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18540         Likewise.
18541         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18542         Likewise.
18543         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18544         Likewise.
18545         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18546         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18547         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18548         Likewise.
18549         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18550         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18551         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18552         * sysdeps/posix/sleep.c: Likewise.
18553         * sysdeps/posix/tempname.c: Likewise.
18554         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18555         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18556         Likewise.
18557         * sysdeps/powerpc/powerpc32/dl-machine.h
18558         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18559         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18560         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18561         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18562         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18563         Likewise.
18564         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18565         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18566         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18567         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18568         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18569         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18570         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18571         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18572         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18573         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18574         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18575         (elf_machine_lazy_rel): Likewise.
18576         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18577         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18578         (elf_machine_lazy_rel): Likewise.
18579         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18580         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18581         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18582         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18583         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18584         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18585         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18586         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18587         Likewise.
18588         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18589         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18590         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18591         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18592         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18593         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18594         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18595         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18596         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18597         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18598         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18599         Likewise.
18600         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18601         (__posix_fallocate64_l64): Likewise.
18602         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18603         (posix_fallocate): Likewise.
18604         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18605         Likewise.
18606         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18607         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18608         (getifaddrs_internal): Likewise.
18609         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18610         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18611         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18612         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18613         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18614         (__posix_fallocate64_l64): Likewise.
18615         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18616         Likewise.
18617         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18618         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18619         (__get_clockfreq): Likewise.
18620         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18621         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18622         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18623         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18624         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18625         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18626         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18627         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18628         Likewise.
18629         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18630         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18631         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18632         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18633         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18634         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18635         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18636         Likewise.
18637         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18638         (posix_fallocate): Likewise.
18639         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18640         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18641         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18642         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18643         (elf_machine_rela, elf_machine_rela_relative)
18644         (elf_machine_lazy_rel): Likewise.
18645         * time/asctime.c (asctime_internal): Likewise.
18646         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18647         * time/tzset.c (__tzset_parse_tz): Likewise.
18648         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18649         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18650         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18651         * wcsmbs/wcsmbsload.h: Likewise.
18653         [BZ #15894]
18654         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18656         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18657         (arena_get2): Remove THREAD_STATS conditionals.
18658         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18659         (__malloc_stats, int): Likewise.
18661 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18663         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18664         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18666         * manual/setjmp.texi: Fix typos/grammar errors.
18668         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18669         Only return early when n is <= 0.  Delete unused return statement.
18671         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18672         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18673         * debug/tst-longjmp_chk3.c: New file.
18675         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18676         (test_main): Replace code with set_fortify_handler call.
18677         * debug/test-strcpy_chk.c: Likewise.
18678         * debug/tst-chk1.c: Likewise.
18679         * debug/tst-longjmp_chk.c: Likewise.
18680         * test-skeleton.c: Include fcntl.h & paths.h
18681         (set_fortify_handler): Define.
18683         * debug/tst-longjmp_chk.c: Add header comment and include
18684         ../test-skeleton.c.
18685         (do_test): Mark static.
18686         (TEST_FUNCTION): Define.
18688         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18689         (IP_PMTUDISC_INTERFACE): Likewise.
18690         (IP_MULTICAST_IF): Likewise.
18691         (IP_MULTICAST_TTL): Likewise.
18692         (IP_MULTICAST_LOOP): Likewise.
18693         (IP_ADD_MEMBERSHIP): Likewise.
18694         (IP_DROP_MEMBERSHIP): Likewise.
18695         (IP_UNBLOCK_SOURCE): Likewise.
18696         (IP_BLOCK_SOURCE): Likewise.
18697         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18698         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18699         (IP_MSFILTER): Likewise.
18700         (MCAST_JOIN_GROUP): Likewise.
18701         (MCAST_BLOCK_SOURCE): Likewise.
18702         (MCAST_UNBLOCK_SOURCE): Likewise.
18703         (MCAST_LEAVE_GROUP): Likewise.
18704         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18705         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18706         (MCAST_MSFILTER): Likewise.
18707         (IP_MULTICAST_ALL): Likewise.
18708         (IP_UNICAST_IF): Likewise.
18710         * timezone/Makefile: Delete $(have-ksh) check.
18711         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18712         * timezone/tzselect.ksh: Add +x mode bits.
18714         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18715         (ANON_INODE_FS_MAGIC): Likewise.
18716         (BDEVFS_MAGIC): Likewise.
18717         (BINFMTFS_MAGIC): Likewise.
18718         (BTRFS_TEST_MAGIC): Likewise.
18719         (CRAMFS_MAGIC_WEND): Likewise.
18720         (DEBUGFS_MAGIC): Likewise.
18721         (ECRYPTFS_SUPER_MAGIC): Likewise.
18722         (EXT3_SUPER_MAGIC): Likewise.
18723         (EXT4_SUPER_MAGIC): Likewise.
18724         (FUTEXFS_SUPER_MAGIC): Likewise.
18725         (HOSTFS_SUPER_MAGIC): Likewise.
18726         (HUGETLBFS_MAGIC): Likewise.
18727         (MINIX3_SUPER_MAGIC): Likewise.
18728         (MTD_INODE_FS_MAGIC): Likewise.
18729         (NILFS_SUPER_MAGIC): Likewise.
18730         (OPENPROM_SUPER_MAGIC): Likewise.
18731         (PIPEFS_MAGIC): Likewise.
18732         (PSTOREFS_MAGIC): Likewise.
18733         (QNX6_SUPER_MAGIC): Likewise.
18734         (RAMFS_MAGIC): Likewise.
18735         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18736         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18737         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18738         (SECURITYFS_MAGIC): Likewise.
18739         (SELINUX_MAGIC): Likewise.
18740         (SMACK_MAGIC): Likewise.
18741         (SOCKFS_MAGIC): Likewise.
18742         (SQUASHFS_MAGIC): Likewise.
18743         (STACK_END_MAGIC): Likewise.
18744         (TMPFS_MAGIC): Likewise.
18745         (USBDEVICE_SUPER_MAGIC): Likewise.
18746         (V9FS_MAGIC): Likewise.
18747         (XENFS_SUPER_MAGIC): Likewise.
18748         (CRAMFS_MAGIC): Fix typo in comment.
18749         (EXT2_SUPER_MAGIC): Update comment.
18750         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18752 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18754         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18755         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18756         * sysdeps/unix/sysv/linux/arm: Move directory from
18757         ports/sysdeps/unix/sysv/linux/arm.
18758         * README: Update listing for arm-*-linux-gnueabi.
18760         * README: Remove mention of am33.
18762 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18764         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18765         than the comma operator, to avoid "rhs of comma has no effect"
18766         compiler warnings.
18767         (__sigfillset, __sigandset, __sigorset): Likewise.
18768         * include/signal.h (__sigemptyset): Likewise.
18769         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18771 2014-02-07  Allan McRae  <allan@archlinux.org>
18773         * version.h (RELEASE): Set to "development".
18774         (VERSION): Set to "2.19.90"
18775         * NEWS: Add 2.20 section.
18777 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18779         [BZ #16529]
18780         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18782 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18784         * manual/contrib.texi: Update entry for Carlos O'Donell,
18785         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18787 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18789         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18791         * sysdeps/unix/sysv/linux/kernel-features.h
18792         [__LINUX_KERNEL_VERSION >= 0x020621]
18793         (__ASSUME_PROC_PID_TASK_COMM): Define.
18795 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18797         [BZ #16398]
18798         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18799         conversion when destination buffer does not have enough space.
18800         * libio/tst-ftell-partial-wide.c: New test case.
18801         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18803         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18804         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18805         Leonard and Allan McRae.
18807 2014-02-04  David S. Miller  <davem@davemloft.net>
18809         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18810         32-bit.
18812 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18815         New file
18816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18817         New file
18818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18819         New file.
18820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18821         New file.
18822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18823         New file.
18824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18825         New file.
18826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18827         New file.
18828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18829         New file.
18830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18831         New file.
18832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18833         New file.
18834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18835         New file.
18836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18837         New file.
18838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18839         New file.
18841 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18843         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18844         * shlib-versions: Likewise.
18846 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18847             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18849         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18850         (abilist-pattern): New variable, set to %-le.abilist.
18852         * Makerules (abilist-pattern): New variable.
18853         (vpath): Use $(abilist-pattern) in place of %.abilist.
18854         (check-abi-% pattern rule): Likewise.
18855         (check-abi, update-abi): Likewise.
18857 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18859         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18861 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18863         * manual/startup.texi: Add next, previous, and top entries for
18864         the `Program Arguments' and `Environment Variables' nodes.
18866 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18868         * manual/macros.texi: Add comments before MTASC-safety macros.
18870         * manual/users.texi: Document MTASC-safety properties.
18872         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18873         (pthread_getspecific, pthread_setspecific): Format with
18874         @deftypefun, and add @safety note.
18875         * manual/signal.texi: Move comments that analyze the above
18876         functions to their home place.
18878 2014-02-03  Allan McRae  <allan@archlinux.org>
18880         * po/sl.po: Update Slovenian translation from translation project.
18882 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18884         * manual/time.texi (timegm): Add missing blank after @c.
18885         Reported by Joseph Myers <joseph@codesourcery.com>.
18887 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18889         * manual/check-safety.sh: New.
18890         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18892         * manual/terminal.texi: Document MTASC-safety properties.
18894         * manual/filesys.texi: Document MTASC-safety properties.
18896         * manual/errno.texi: Document MTASC-safety properties.
18898         * manual/intro.texi: Document safety identifiers and
18899         conditionals.
18901         * manual/string.texi (wcstok): Fix prototype.
18902         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18904         * manual/time.texi: Document MTASC-safety properties.
18906         * manual/string.texi: Document MTASC-safety properties.
18908         * manual/threads.texi: Document MTASC-safety properties.
18910         * manual/stdio.texi: Document MTASC-safety properties.
18912         * manual/syslog.texi: Document MTASC-safety properties.
18914         * manual/sysinfo.texi: Document MTASC-safety properties.
18916         * manual/startup.texi: Document MTASC-safety properties.
18918         * manual/socket.texi: Document MTASC-safety properties.
18920         * manual/signal.texi: Document MTASC-safety properties.
18922 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18924         * manual/setjmp.texi: Document MTASC-safety properties.
18926         * manual/search.texi: Document MTASC-safety properties.
18928         * manual/resource.texi: Document MTASC-safety properties.
18930         * manual/process.texi: Document MTASC-safety properties.
18932         * manual/platform.texi: Document MTASC-safety properties.
18934         * manual/pipe.texi: Document MTASC-safety properties.
18936         * manual/pattern.texi: Document MTASC-safety properties.
18938         * manual/message.texi: Document MTASC-safety properties.
18940         [BZ #12751]
18941         * manual/memory.texi: Document MTASC-safety properties.
18943         * manual/math.texi: Document MTASC-safety properties.
18945         * manual/locale.texi: Document MTASC-safety properties.
18947         * manual/llio.texi: Document MTASC-safety properties.
18949         * manual/libdl.texi: New.
18951         * manual/lang.texi: Document MTASC-safety properties.
18953         * manual/job.texi: Document MTASC-safety properties.
18955         * manual/getopt.texi: Document MTASC-safety properties.
18957         * manual/ctype.texi: Document MTASC-safety properties.
18959 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18961         [BZ #16046]
18962         * csu/libc-tls.c (static_map): Remove variable.
18963         (__libc_setup_tls): Use main executable's link map for TLS data.
18964         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18965         casing for LM_ID_BASE and GL(dl_nns).
18966         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18967         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18968         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18969         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18970         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18971         member.
18972         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18973         l_phnum members.
18975 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18977         * manual/debug.texi: Document MTASC-safety properties.
18979 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18981         [BZ #16510]
18982         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18983         of __x86_64__ when disabling x87 inline functions.
18985 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18987         * manual/charset.texi: Document MTASC-safety properties.
18989         * manual/crypt.texi: Document MTASC-safety properties.
18991         * manual/conf.texi: Document MTASC-safety properties.
18993         * manual/arith.texi: Document MTASC-safety properties.
18995         * manual/argp.texi: Document MTASC-safety properties.
18997         * manual/macros.texi: Introduce macros to document multi
18998         thread, asynchronous signal and asynchronous cancellation
18999         safety properties.
19000         * manual/intro.texi: Introduce the properties themselves.
19002 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19004         * sysdeps/sh/sh4/Makefile: New file.
19006 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19008         * math/gen-libm-test.pl ($srcdir): New variable.
19009         ($auto_input): Use it.
19011 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19013         [BZ #16506]
19014         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19015         access beyond array bounds when parsing netgroups file.
19017         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19018         the old buffer before realloc.
19020 2014-01-27  Allan McRae  <allan@archlinux.org>
19022         * po/fr.po: Update French translation from translation project.
19024 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19026         * sysdeps/sh/libm-test-ulps: Regenerate.
19028 2014-01-24  David S. Miller  <davem@davemloft.net>
19030         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19032 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19034         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19035         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19037 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19039         [BZ #16474]
19040         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19041         string pointers after reallocation.
19043 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19045         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19046         __SH4A__ instead of __SH_FPU_ANY__.
19048 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19050         * sysdeps/sh/fpu_control.h: New file.
19051         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19052         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19053         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19054         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19055         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19056         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19057         * sysdeps/sh/sys/ucontext.h: Remove.
19058         * sysdeps/sh/sys: Remove directory.
19060 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19062         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19063         s390/sys/ucontext.h.
19064         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19065         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19067 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19069         [BZ #15605]
19070         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19072 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19074         [BZ#16431]
19075         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19076         Adjust the vDSO correctly for internal calls.
19077         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19079 2014-01-20  Allan McRae  <allan@archlinux.org>
19081         * po/ca.po: Update Catalan translation from translation project.
19083 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19085         * sysdeps/s390/sotruss-lib.c: New file.
19087 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19089         [BZ#16430]
19090         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19091         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19092         local calls issues by not having a PLT stub required for IFUNC calls.
19093         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19095 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19097         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19098         * math/test-fpucw-static.c: Likewise.
19100 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19102         [BZ #16453]
19103         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19105 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19107         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19108         implementation for powerpc.
19110 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19112         [BZ #14782]
19113         * sysdeps/posix/system.c (__libc_system): Do not enable
19114         asynchronous cancellation.
19116 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19118         [BZ #16427]
19119         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19120         handling only for numbers special also in the IEEE case.
19122 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19124         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19126 2014-01-11  Allan McRae  <allan@archlinux.org>
19128         * po/bg.po: Update Bulgarian translation from translation project.
19130         * po/de.po: Update German translation from translation project.
19132 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19134         * sysdeps/generic/gcc-compat.h: New file.
19136 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19138         * benchtests/asin-inputs: Correct slow inputs.
19139         * benchtests/acos-inputs: Likewise.
19141 2014-01-10  Allan McRae  <allan@archlinux.org>
19143         * po:sv.po: Update Swedish translation from translation project.
19145         * po/vi.po: Update Vietnamese translation from translation project.
19147         * po/eo.po: Update Esperanto translation from translation project.
19149         * po/cs.po: Update Czech translation from translation project.
19151         * po/nl.po: Update Dutch translation from translation project.
19153         * po/pl.po: Update Polish translation from translation project.
19155         * po/ru.po: Update Russian translation from translation project.
19157         * po/uk.po: Update Ukrainian translation from translation project.
19159 2014-01-08  Brooks Moses  <bmoses@google.com>
19161         * elf/dl-load.c: Fix comment typo.
19163 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19165         * po/header.pot: Rename to...
19166         * po/pot.header: ... this.
19167         * po/Makefile: Use pot.header.
19169 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19170             Maxim Kuvyrkov  <maxim@kugelworks.com>
19172         [BZ #16394]
19173         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19174         SRC and DEST against LEN.
19176 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19178         [BZ #16414]
19179         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19180         implementation.
19181         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19183 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19185         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19187 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19189         [BZ #16408]
19190         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19191         for large positive arguments.
19193 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19195         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19197         * math/auto-libm-test-in: Mark various tests with
19198         xfail-rounding:ldbl-128ibm.
19199         * math/auto-libm-test-out: Regenerated.
19201         [BZ #16407]
19202         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19203         Increase overflow threshold.
19205 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19207         [BZ #14286]
19208         * stdio-common/vfprintf.c: Check for integer overflow.
19210 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19212         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19213         the first argument and return value of __tls_get_addr_internal.
19215 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19217         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19218         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19220 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19222         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19223         * sysdeps/s390/rtld-global-offsets.sym: New file.
19224         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19225         GLIBC_2.19 symbol.
19226         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19227         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19228         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19229         ... this.
19230         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19231         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19232         ... this.
19233         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19234         Regenerate.
19235         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19236         Regenerate.
19237         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19238         halfs of GPRs for high_gprs contexts.
19239         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19240         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19241         field.
19242         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19243         uc_flags field.
19244         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19245         64 bit versions:
19246         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19247         for high GPRs (uc_high_gprs) and for future extensions
19248         (__reserved).
19249         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19250         for future extensions (__reserved).
19251         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19252         64 bit versions:
19253         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19254         SC_HIGHGPRS offset definition.
19255         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19256         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19258         * Versions.def: Add GLIBC_2.19 for libpthread.
19259         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19260         siglongjmp for libpthread with GLIBC_2.19 symver.
19261         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19262         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19263         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19264         * sysdeps/s390/__longjmp.c: New file.
19265         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19266         * sysdeps/s390/longjmp.c: New file.
19267         * sysdeps/s390/setjmp.S: New file.
19268         * sysdeps/s390/sigjmp.S: New file.
19269         * sysdeps/s390/v1-longjmp.c: New file.
19270         * sysdeps/s390/v1-setjmp.h: New file.
19271         * sysdeps/s390/v1-sigjmp.c: New file.
19272         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19273         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19274         GLIBC_2.19 version.
19275         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19276         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19277         versioned symbols for ____longjmp_chk.
19278         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19279         Likewise.
19280         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19281         Regenerate.
19282         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19283         Regenerate.
19284         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19285         Regenerate.
19286         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19287         Regenerate.
19288         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19289         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19290         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19291         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19292         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19293         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19294         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19295         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19296         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19297         * sysdeps/s390/rtld-__longjmp.c: New file.
19298         * sysdeps/s390/rtld-setjmp.S: New file.
19300 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19302         [BZ #16400]
19303         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19304         Return -__logl (x) for small positive arguments without evaluating
19305         a polynomial.
19307 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19309         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19310         Rename to ...
19311         (__ptrace_peeksiginfo_args): ... this.
19312         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19313         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19314         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19316 2014-01-06  Allan McRae  <allan@archlinux.org>
19318         * inet/netinet/in.h: Fix typo in comment.
19320 2014-01-05  Andreas Jaeger  <aj@suse.de>
19322         * sysdeps/i386/fpu/libm-test-ulps: Update.
19324 2014-01-05  Allan McRae  <allan@archlinux.org>
19326         * po/libc.pot: Regenerated.
19328         * malloc/memusagestat.c: Fix gettext call formatting.
19330 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19332         * nscd/nscd.c: Improve usage() output.
19334 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19336         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19337         * sysdeps/unix/sysv/linux/configure: Regenerated.
19338         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19339         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19341 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19343         [BZ #16390]
19344         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19345         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19347 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19349         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19350         extra tokens at end of #undef directive.
19351         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19352         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19353         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19355 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19357         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19359         * math/auto-libm-test-in: Mark various tests with
19360         xfail-rounding:ldbl-128ibm.
19361         * math/auto-libm-test-out: Regenerated.
19363 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19365         [BZ #16386]
19366         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19367         numbers with subnormal high part when calculating exponent.
19369         [BZ #16385]
19370         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19371         fabs.
19373         [BZ #16384]
19374         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19375         M_LN2l.
19376         (__ieee754_acoshl): Use __log1pl not __log1p.
19378 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19380         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19381         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19382         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19383         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19384         (reused_arena, arena_get2): Convert to GNU style.
19385         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19386         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19387         (memalign_check, __malloc_set_state): Likewise.
19388         * malloc/mallocbug.c (main): Likewise.
19389         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19390         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19391         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19392         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19393         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19394         (__posix_memalign, malloc_info): Likewise.
19395         * malloc/malloc.h: Likewise.
19396         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19397         (mallochook, memalignhook, reallochook, mabort): Likewise.
19398         * malloc/mcheck.h: Likewise.
19399         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19400         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19401         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19402         * malloc/morecore.c (__default_morecore): Likewise.
19403         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19404         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19405         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19406         (print_and_abort): Likewise.
19407         * malloc/obstack.h: Likewise.
19408         * malloc/set-freeres.c (__libc_freeres): Likewise.
19409         * malloc/tst-mallocstate.c (main): Likewise.
19410         * malloc/tst-mtrace.c (main): Likewise.
19411         * malloc/tst-realloc.c (do_test): Likewise.
19413 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19415         [BZ #16366]
19416         * nscd/netgroupcache.c (do_notfound): New function.
19417         (addgetnetgrentX): Use it.
19419         [BZ # 16365]
19420         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19421         NSS_STATUS_NOTFOUND.
19423 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19425         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19428 2014-01-01  Allan McRae  <allan@archlinux.org>
19430         * scripts/update-copyrights: Update configure input file suffix.
19432         * NEWS: Update copyright year.
19433         * catgets/gencat.c: Likewise.
19434         * csu/version.c: Likewise.
19435         * debug/catchsegv.sh: Likewise.
19436         * debug/pcprofiledump.c: Likewise.
19437         * debug/xtrace.sh: Likewise.
19438         * elf/ldconfig.c: Likewise.
19439         * elf/ldd.bash.in: Likewise.
19440         * elf/pldd.c: Likewise.
19441         * elf/sotruss.ksh: Likewise.
19442         * elf/sprof.c: Likewise.
19443         * iconv/iconv_prog.c: Likewise.
19444         * iconv/iconvconfig.c: Likewise.
19445         * locale/programs/locale.c: Likewise.
19446         * locale/programs/localedef.c: Likewise.
19447         * login/programs/pt_chown.c: Likewise.
19448         * malloc/memusage.sh: Likewise.
19449         * malloc/memusagestat.c: Likewise.
19450         * malloc/mtrace.pl: Likewise.
19451         * manual/libc.texinfo: Likewise.
19452         * nscd/nscd.c: Likewise.
19453         * nss/getent.c: Likewise.
19454         * nss/makedb.c: Likewise.
19455         * posix/getconf.c: Likewise.
19456         * scripts/test-installation.pl: Likewise.
19458         * All files with FSF copyright notices: Update copyright dates
19459         using scripts/update-copyrights.
19460         * intl/plural.c: Regenerated.
19461         * locale/programs/charmap-kw.h: Likewise.
19462         * locale/programs/locfile-kw.h: Likewise.
19464 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19466         * sysdeps/unix/sysv/linux/configure: Regenerated.
19467         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19468         the linux/fanotify.h header.
19469         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19470         HAVE_LINUX_FANOTIFY_H is defined.
19472 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19474         * benchtests/cos-inputs: New inputs.
19475         * benchtests/sin-inputs: Likewise.
19477         * benchtests/atan-inputs: New inputs. Fix name of multiple
19478         precision fallback inputs.
19480         * benchtests/atanh-inputs: New inputs.
19481         * benchtests/tanh-inputs: Likewise.
19483         * benchtests/acosh-inputs: New inputs.
19484         * benchtests/asinh-inputs: Likewise.
19486         * benchtests/cosh-inputs: New inputs.
19487         * benchtests/sinh-inputs: Likewise.
19489         * benchtests/acos-inputs: Add more inputs.
19490         * benchtests/asin-inputs: Likewise.
19492 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19494         [BZ #16375]
19495         * manual/arith.texi: Fix spelling.
19496         * manual/charset.texi: Likewise.
19497         * manual/errno.texi: Likewise.
19498         * manual/filesys.texi: Likewise.
19499         * manual/lang.texi: Likewise.
19500         * manual/llio.texi: Likewise.
19501         * manual/locale.texi: Likewise.
19502         * manual/message.texi: Likewise.
19503         * manual/resource.texi: Likewise.
19504         * manual/search.texi: Likewise.
19505         * manual/setjmp.texi: Likewise.
19506         * manual/stdio.texi: Likewise.
19507         * manual/string.texi: Likewise.
19508         * manual/sysinfo.texi: Likewise.
19509         * manual/time.texi: Likewise.
19511 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19513         * po/sl.po: New file.
19515 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19517         * .gitignore: Add core/.gdbinit/.gdb_history.
19519 2013-12-27  Allan McRae  <allan@archlinux.org>
19521         [BZ #16369]
19522         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19523         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19525 2013-12-24  Brooks Moses  <bmoses@google.com>
19527         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19528         all compilers that claim C++98 compliance, not just GCC.
19529         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19530         Likewise.
19532 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19534         * NEWS: Restore accidentally deleted bug-fix entries.
19536 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19537             Ondřej Bílka  <neleai@seznam.cz>
19539         [BZ #15073]
19540         * malloc/malloc.c (_int_free): Perform sanity check only if we
19541         have_lock.
19543 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19545         [BZ #12986]
19546         * manual/stdio.texi (String Input Conversions): Clarify that character
19547         classes are not supported.
19549 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19551         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19553 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19555         [BZ #16337]
19556         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19557         Calculate results for small negative arguments directly rather
19558         than using reflection formula with special underflow handling.
19560         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19561         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19562         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19563         (fchflags): Likewise.
19564         (revoke): Likewise.
19565         (setlogin): Likewise.
19566         (sigaltstack): Likewise.
19567         (wait4): Likewise.
19568         (sigblock): Remove.
19569         (sigsetmask): Likewise.
19570         (wait3): Likewise.
19571         (waitpid): Likewise.
19572         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19573         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19574         file.
19575         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19576         * sysdeps/unix/bsd/Makefile: ... here.
19577         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19578         * sysdeps/unix/bsd/Versions: ... here.
19579         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19580         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19581         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19582         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19583         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19584         * sysdeps/unix/bsd/sigblock.c: ... here.
19585         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19586         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19587         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19588         * sysdeps/unix/bsd/sigvec.c: ... here.
19589         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19590         * sysdeps/unix/bsd/tcdrain.c: ... here.
19591         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19592         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19593         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19594         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19595         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19596         * sysdeps/unix/bsd/wait.c: ... here.
19597         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19598         * sysdeps/unix/bsd/wait3.c: ... here.
19599         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19600         * sysdeps/unix/bsd/waitpid.c: ... here.
19602 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19604         [BZ #16356]
19605         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19606         round-to-nearest for [!USE_AS_EXPM1L].
19607         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19608         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19609         more tests of exp and exp10.  Expect some exp10 tests to miss
19610         exceptions or fail in directed rounding modes.
19611         * math/auto-libm-test-out: Regenerated.
19612         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19613         (exp10_test_tonearest): New function.
19614         (exp10_towardzero_test_data): New array.
19615         (exp10_test_towardzero): New function.
19616         (exp10_downward_test_data): New array.
19617         (exp10_test_downward): New function.
19618         (exp10_upward_test_data): New array.
19619         (exp10_test_upward): New function.
19620         (main): Call the new functions.
19621         * sysdeps/i386/fpu/libm-test-ulps: Update.
19622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19624 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19626         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19627         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19628         * math/auto-libm-test-out: Regenerated.
19629         * math/libm-test.inc (acosh_test_data): Add more tests.
19630         (atanh_test_data): Likewise.
19631         (ceil_test_data): Likewise.
19632         (copysign_test_data): Likewise.
19633         * sysdeps/i386/fpu/libm-test-ulps: Update.
19634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19636         * timezone/checktab.awk: Update from tzcode 2013i.
19637         * timezone/private.h: Likewise.
19638         * timezone/scheck.c: Likewise.
19639         * timezone/tzfile.h: Likewise.
19640         * timezone/tzselect.ksh: Likewise.
19641         * timezone/zdump.c: Likewise.
19642         * timezone/zic.c: Likewise.
19644         * math/auto-libm-test-in: Add tests of cpow.
19645         * math/auto-libm-test-out: Regenerated.
19646         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19647         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19648         mpc_cc_c.
19649         (func_calc_desc): Add mpc_cc_c union field.
19650         (test_functions): Add cpow.
19651         (special_fill_2pi): New function.
19652         (special_real_inputs): Add 2pi.
19653         (calc_generic_results): Handle mpc_cc_c.
19654         * sysdeps/i386/fpu/libm-test-ulps: Update.
19655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19657         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19658         csqrt, ctan and ctanh.
19659         * math/auto-libm-test-out: Regenerated.
19660         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19661         (TEST_COND_x86): Likewise.
19662         (ccos_test_data): Use AUTO_TESTS_c_c.
19663         (ccosh_test_data): Likewise.
19664         (cexp_test_data): Likewise.
19665         (clog_test_data): Likewise.
19666         (csqrt_test_data): Likewise.
19667         (ctan_test_data): Likewise.
19668         (ctan_tonearest_test_data): Likewise.
19669         (ctan_towardzero_test_data): Likewise.
19670         (ctan_downward_test_data): Likewise.
19671         (ctan_upward_test_data): Likewise.
19672         (ctanh_test_data): Likewise.
19673         (ctanh_tonearest_test_data): Likewise.
19674         (ctanh_towardzero_test_data): Likewise.
19675         (ctanh_downward_test_data): Likewise.
19676         (ctanh_upward_test_data): Likewise.
19677         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19678         mpc_c_c.
19679         (func_calc_desc): Add mpc_c_c union field.
19680         (FUNC_mpc_c_c): New macro.
19681         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19682         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19683         ctanh.
19684         (special_fill_min_subnorm_p120): New function.
19685         (special_real_inputs): Add min_subnorm_p120.
19686         (calc_generic_results): Handle mpc_c_c.
19687         * sysdeps/i386/fpu/libm-test-ulps: Update.
19688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19690 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19692         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19693         (do_sin_slow): New functions.
19694         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19695         (cslow2, csloww1, csloww2): Use the new functions.
19697         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19698         Use M to change sign of result instead of X.  Assume X is
19699         positive.
19700         (csloww1): Likewise.
19701         (__sin): Adjust.
19702         (__cos): Adjust.
19704         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19705         arguments A and DA.
19706         (__sin): Adjust.
19707         (__cos): Likewise.
19709         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19710         (__cos): Likewise.
19711         (sloww1): Don't adjust sign of DX.
19712         (csloww1): Likewise.
19713         (sloww2): Use X directly and don't adjust sign of DX.
19714         (csloww2): Likewise.
19716 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19718         * math/auto-libm-test-in: Add tests of cabs and carg.
19719         * math/auto-libm-test-out: Regenerated.
19720         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19721         (carg_test_data): Likewise.
19722         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19723         mpc_c_f.
19724         (func_calc_desc): Add mpc_c_f union field.
19725         (test_functions): Add cabs and carg.
19726         (calc_generic_results): Handle mpc_c_f.
19728         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19729         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19730         as a macro and a compat symbol.
19731         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19732         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19733         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19734         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19735         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19736         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19737         not use .hidden.
19738         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19739         Likewise.
19740         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19741         Likewise.
19742         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19743         Likewise.
19744         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19745         Likewise.
19746         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19747         Likewise.
19748         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19749         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19750         from GLIBC_2.3.2.
19752 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19754         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19756 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19758         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19759         trailing whitespace removed.
19760         * scripts/config.guess: Update to version 2013-11-29.
19761         * scripts/config.sub: Update to version 2013-10-01.
19763         * math/auto-libm-test-in: Add tests of sincos.
19764         * math/auto-libm-test-out: Regenerated.
19765         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19766         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19767         mpfr_f_11.
19768         (func_calc_desc): Add mpfr_f_11 union field.
19769         (test_functions): Add sincos.
19770         (calc_generic_results): Handle mpfr_f_11.
19771         * sysdeps/i386/fpu/libm-test-ulps: Update.
19772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19774 2013-12-19  Andreas Schwab  <schwab@suse.de>
19776         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19777         CALL_MCOUNT.
19778         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19779         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19780         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19782 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19784         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19785         * sysdeps/i386/fpu/libm-test-ulps: Update.
19786         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19788         [BZ #16293]
19789         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19790         round-to-nearest mode when using frndint.
19791         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19792         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19793         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19794         Likewise.
19795         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19796         sinh test to fail.
19797         * math/auto-libm-test-out: Regenerated.
19798         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19799         (TEST_COND_x86): Likewise.
19800         (expm1_tonearest_test_data): New array.
19801         (expm1_test_tonearest): New function.
19802         (expm1_towardzero_test_data): New array.
19803         (expm1_test_towardzero): New function.
19804         (expm1_downward_test_data): New array.
19805         (expm1_test_downward): New function.
19806         (expm1_upward_test_data): New array.
19807         (expm1_test_upward): New function.
19808         (main): Run the new test functions.
19809         * sysdeps/i386/fpu/libm-test-ulps: Update.
19810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19812         * include/features.h: Update comment documenting feature test
19813         macros.  Mention _DEFAULT_SOURCE in comment.
19814         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19815         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19816         _BSD_SOURCE and _SVID_SOURCE.
19817         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19818         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19819         !_SVID_SOURCE]: Likewise.
19820         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19821         (__USE_POSIX_IMPLICITLY): Define.
19822         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19823         (_POSIX_SOURCE): Undefine and redefine.
19824         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19825         (_POSIX_C_SOURCE): Likewise.
19826         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19827         (Feature Test Macros): Update documentation of default features.
19829 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19831         * benchtests/Makefile: Add bench-strtok.
19832         * benchtests/bench-strtok.c: New file: strtok benchtest.
19834 2013-12-19  Allan McRae  <allan@archlinux.org>
19836         * manual/install.texi: Suppress menu for plain text output.
19837         * INSTALL: Regenerated.
19839 2013-12-18  Brooks Moses  <bmoses@google.com>
19841         [BZ #15846]
19842         * misc/getauxval.c: Include errno.h.
19843         (__getauxval): Set errno to ENOENT if the requested type is not
19844         found.
19845         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19846         don't declare with __attribute_const__.
19847         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19848         * manual/startup.texi: Document that getauxval sets errno.
19850 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19852         * math/auto-libm-test-in: Add tests of jn and yn.
19853         * math/auto-libm-test-out: Regenerated.
19854         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19855         (yn_test_data): Likewise.
19856         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19857         mpfr_if_f.
19858         (func_calc_desc): Add mpfr_if_f union field.
19859         (FUNC_mpfr_if_f): New macro.
19860         (test_functions): Add jn and yn.
19861         (calc_generic_results): Assert type of second input for
19862         mpfr_ff_f.  Handle mpfr_if_f.
19863         (output_for_one_input_case): Disable all checking for arguments
19864         fitting floating-point types in case of an integer argument.
19865         * sysdeps/i386/fpu/libm-test-ulps: Update.
19866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19869         Don't expect fegetround reference in libm.so.
19871 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19873         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19874         $(config-cflags-nofma).
19876 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19878         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19879         * math/auto-libm-test-out: Regenerated.
19881         [BZ #16338]
19882         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19883         to determine exponent and adjust argument to have exponent of -1.
19884         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19885         log2.
19886         * math/auto-libm-test-out: Regenerated.
19887         * sysdeps/i386/fpu/libm-test-ulps: Update.
19888         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19890 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19892         * manual/probes.texi: Remove cases when per-thread arenas are
19893         disabled.
19895 2013-12-18  Andreas Schwab  <schwab@suse.de>
19897         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19898         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19899         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19900         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19901         * sysdeps/i386/i686/multiarch/Makefile: Update.
19902         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19904 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19906         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19907         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19909 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19911         [BZ #15968]
19912         Support TZ transition times < 00:00:00.
19913         This is needed for version-3 tz-format files; it supports time
19914         stamps past 2037 for America/Godthab (the only entry in the tz
19915         database for which this change is relevant).
19916         * manual/time.texi (TZ Variable): Document transition times
19917         from -167:59:59 through -00:00:01.
19918         * time/tzset.c (tz_rule): Time of day is now signed.
19919         (__tzset_parse_tz): Parse negative time of day.
19921         Document TZ transition times >= 25:00:00.
19922         * manual/time.texi (TZ Variable): Document transition times from
19923         25:00:00 through 167:59:59.  These are already supported, and this
19924         support will help with version-3 tz-format files.
19926         * manual/time.texi (TZ Variable): Modernize North America example
19927         to reflect current (i.e., 2007-and-later) daylight saving rules.
19929         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19931 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19933         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19934         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19935         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19936         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19937         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19938         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19939         * sysdeps/unix/bsd/clock.c: Likewise.
19940         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19941         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19942         * sysdeps/unix/bsd/init-posix.c: Likewise.
19943         * sysdeps/unix/bsd/poll.c: Likewise.
19944         * sysdeps/unix/bsd/ptsname.c: Likewise.
19945         * sysdeps/unix/bsd/seekdir.c: Likewise.
19946         * sysdeps/unix/bsd/setegid.c: Likewise.
19947         * sysdeps/unix/bsd/seteuid.c: Likewise.
19948         * sysdeps/unix/bsd/setgid.c: Likewise.
19949         * sysdeps/unix/bsd/setrgid.c: Likewise.
19950         * sysdeps/unix/bsd/setruid.c: Likewise.
19951         * sysdeps/unix/bsd/setsid.c: Likewise.
19952         * sysdeps/unix/bsd/setuid.c: Likewise.
19953         * sysdeps/unix/bsd/sigaction.c: Likewise.
19954         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19955         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19956         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19957         * sysdeps/unix/bsd/telldir.c: Likewise.
19958         * sysdeps/unix/bsd/times.c: Likewise.
19959         * sysdeps/unix/bsd/usleep.c: Likewise.
19961         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19962         ($(objpfx)libbsd-compat.a): Remove rule.
19964         * include/features.h (__FAVOR_BSD): Do not define.
19965         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19966         features conflicting with POSIX.
19967         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19968         (_BSD_SOURCE): Remove description of not being a subset of other
19969         feature test macros.
19970         * manual/job.texi (getpgrp): Do not document BSD version.
19971         (getpgid): Do not document by reference to BSD getpgrp.
19972         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19973         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19974         * signal/signal.h [__FAVOR_BSD]: Likewise.
19975         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19976         instead of making contents conditional on [__FAVOR_BSD].
19977         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19979 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19981         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19983 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19985         [BZ #16314]
19986         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19987         values below 2**-450, not 2**-500.
19988         * math/auto-libm-test-in: Don't allow spurious underflow from
19989         hypot.
19990         * math/auto-libm-test-out: Regenerated.
19992         [BZ #16316]
19993         [BZ #16330]
19994         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19995         values of ha and hb and sort them after adjusting subnormal
19996         arguments.
19997         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19998         Likewise.
19999         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20000         values of ea and eb and sort them after adjusting subnormal
20001         arguments.
20002         * math/auto-libm-test-in: Do not expect some hypot tests of
20003         subnormals to fail.  Add more hypot tests.
20004         * math/auto-libm-test-out: Regenerated.
20006 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20008         [BZ #13304]
20009         * sysdeps/sh/s_fma.c: New file.
20010         * sysdeps/sh/s_fmaf.c: New file.
20011         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20012         version.
20013         * sysdeps/sh/Implies: Add sh/soft-fp.
20015 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20017         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20018         level of indirection to members `objname', `errstring', `malloced'.
20019         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20020         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20021         it as the __longjmp argument (just pass 1 instead).
20022         (_dl_catch_error): Initialize C with argument pointers and address of
20023         volatile local ERRCODE rather than copying values out of C at return.
20025 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20027         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20028         * math/auto-libm-test-out: Regenerated.
20029         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20030         (hypot_test_data): Likewise.
20031         (pow_test_data): Likewise.
20032         (pow_tonearest_test_data): Likewise.
20033         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20034         mpfr_ff_f.
20035         (func_calc_desc): Add mpfr_ff_f union field.
20036         (FUNC_mpfr_ff_f): New macro.
20037         (test_functions): Add atan2, hypot and pow.
20038         (special_fill_min): New function.
20039         (special_fill_minus_min): Likewise.
20040         (special_fill_min_subnorm): Likewise.
20041         (special_fill_minus_min_subnorm): Likewise.
20042         (special_real_inputs): Add min, -min, min_subnorm and
20043         -min_subnorm.
20044         (calc_generic_results): Handle mpfr_ff_f.
20045         * sysdeps/i386/fpu/libm-test-ulps: Update.
20046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20048 2013-12-16  Will Newton  <will.newton@linaro.org>
20050         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20051         (Aligned Memory Blocks): Add documentation for aligned_alloc
20052         and suggest it as an alternative to posix_memalign.
20053         (Hooks for Malloc): Document __memalign_hook is also called
20054         for aligned_alloc.  (Summary of Malloc): Add summary for
20055         aligned alloc.  Document __memalign_hook is also called
20056         for aligned_alloc.
20058 2013-12-16  Will Newton  <will.newton@linaro.org>
20060         * manual/memory.texi (Malloc Examples): Clarify default
20061         alignment documentation.  Suggest posix_memalign rather
20062         than memalign or valloc.
20063         (Aligned Memory Blocks): Remove suggestion to use memalign
20064         or valloc.  Remove obsolete comment about BSD.
20065         Document memalign errno values and mark the function obsolete.
20066         Document posix_memalign returned error codes.  Mark valloc
20067         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20068         called for posix_memalign and valloc.
20069         (Summary of Malloc): Add posix_memalign to function summary.
20070         __memalign_hook is also called for posix_memalign and valloc.
20072 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20074         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20075         TAYLOR_SIN.
20076         (__sin): Adjust.
20077         (__cos): Likewise.
20078         (sloww): Use mynumber union.  Expand ternary operator into
20079         if-else statements.
20080         (cslow): use mynumber union.
20082 2013-12-16  Allan McRae  <allan@archlinux.org>
20084         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20085         * configure: Regenerated.
20087         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20089         [BZ #14120]
20090         * configure.ac: Added --enable-maintainer-mode. Check for
20091         autoconf when enabled.
20092         * configure: Regenerated.
20094         * nscd/nscd.service: New file.
20095         * nscd/nscd.tmpfiles: New file.
20097 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20099         [BZ #12100]
20100         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20101         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20102         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20103         (strstr): Add __strstr_sse2_unaligned ifunc.
20104         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20105         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20106         (strcasestr): Remove __strcasestr_sse42 ifunc.
20107         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20108         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20109         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20111 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20113         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20114         * sysdeps/sh/bits/fenv.h: ... here.
20115         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20117 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20119         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20121         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20122         hypotf multiarch implementations.
20123         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20124         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20125         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20126         multiarch hypot for PPC64.
20127         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20128         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20129         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20130         multiarch hypotf for PPC64.
20132         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20133         modff multiarch implementations.
20134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20137         multiarch modf for PPC64.
20138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20141         multiarch modff for PPC64.
20143         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20144         and logl multiarch implementations.
20145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20148         multiarch logb for PPC64.
20149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20152         multiarch logb for PPC64.
20153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20156         multiarch logb for PPC64.
20158         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20159         isinff multiarch implementation.
20160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20161         file.
20162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20163         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20164         multiarch isinf for PPC64.
20165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20166         file.
20167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20168         multiarch isinff for PPC64.
20170         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20171         finitef multiarch implementation.
20172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20173         file.
20174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20176         multiarch finite for PPC64.
20177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20178         file.
20179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20180         multiarch finitef for PPC64.
20182         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20183         lrint multiarch implementation.
20184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20185         file.
20186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20188         multiarch llrint for PPC64.
20189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20190         multiarch lrint for PPC64.
20192         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20193         copysignf multiarch implementation.
20194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20195         file.
20196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20197         file.
20198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20199         multiarch copysign for PPC64.
20200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20201         multiarch copysignf for PPC64.
20203         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20204         multiarch implementation.
20205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20206         file.
20207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20208         file.
20209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20210         file.
20211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20212         file.
20213         multiarch llround for PPC64.
20214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20215         multiarch trunc for PPC64.
20216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20217         multiarch truncf for PPC64.
20219         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20220         multiarch implementation.
20221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20222         file.
20223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20224         file.
20225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20226         file.
20227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20228         file.
20229         multiarch llround for PPC64.
20230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20231         multiarch round for PPC64.
20232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20233         multiarch roundf for PPC64.
20235         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20236         multiarch implementation.
20237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20238         file.
20239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20240         file.
20241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20242         file.
20243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20244         file.
20245         multiarch llround for PPC64.
20246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20247         multiarch floor for PPC64.
20248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20249         multiarch floorf for PPC64.
20251         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20252         multiarch implementation.
20253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20254         file.
20255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20256         file.
20257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20258         file.
20259         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20260         file.
20261         multiarch llround for PPC64.
20262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20263         multiarch ceil for PPC64.
20264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20265         multiarch ceilf for PPC64.
20267         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20268         multiarch implementation.
20269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20270         file.
20271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20272         file.
20273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20274         file.
20275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20276         multiarch llround for PPC64.
20277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20278         multiarch lround for PPC64.
20280         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20281         multiarch implementation.
20282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20285         file.
20286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20289         multiarch isnan for PPC64.
20290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20291         multiarch isnanf for PPC64.
20293         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20294         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20295         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20296         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20297         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20300         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20301         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20302         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20303         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20305         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20306         multiarch implementations.
20307         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20308         (__libc_ifunc_impl_list): Likewise.
20309         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20310         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20311         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20312         multiarch stpcpy for PPC64.
20314         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20315         multiarch implementations.
20316         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20317         (__libc_ifunc_impl_list): Likewise.
20318         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20319         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20320         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20321         multiarch strcpy for PPC64.
20323         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20324         redefine function name.
20325         (_wordcopy_fwd_dest_aligned): Likewise.
20326         (_wordcopy_bwd_aligned): Likewise.
20327         (_wordcopy_bwd_dest_aligned): Likewise.
20328         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20329         multiarch implementations.
20330         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20331         (__libc_ifunc_impl_list): Likewise.
20332         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20333         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20334         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20335         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20336         multiarch wcscpy for PPC64.
20338         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20339         multiarch implementations.
20340         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20341         (__libc_ifunc_impl_list): Likewise.
20342         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20343         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20344         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20345         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20346         multiarch wcscpy for PPC64.
20348         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20349         multiarch implementations.
20350         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20351         (__libc_ifunc_impl_list): Likewise.
20352         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20353         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20354         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20355         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20356         multiarch wcsrchr for PPC64.
20358         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20359         multiarch implementations.
20360         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20361         (__libc_ifunc_impl_list): Likewise.
20362         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20363         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20364         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20365         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20366         multiarch wcschr for PPC64.
20368         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20369         multiarch implementations.
20370         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20371         (__libc_ifunc_impl_list): Likewise.
20372         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20373         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20374         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20375         multiarch strchrnul for PPC64.
20377         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20378         implementations.
20379         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20380         (__libc_ifunc_impl_list): Likewise.
20381         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20382         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20383         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20384         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20385         strchr for PPC64.
20387         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20388         implementations.
20389         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20390         (__libc_ifunc_impl_list): Likewise.
20391         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20392         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20393         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20394         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20395         strncmp for PPC64.
20397         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20398         multiarch implementations.
20399         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20400         (__libc_ifunc_impl_list): Likewise.
20401         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20402         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20403         strncasecmp for PPC64.
20404         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20405         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20406         multiarch strncasecmp_l for PPC64.
20408         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20409         multiarch implementations.
20410         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20411         (__libc_ifunc_impl_list): Likewise.
20412         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20413         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20414         multiarch strcasecmp for PPC64.
20415         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20416         file.
20417         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20418         multiarch strcasecmp_l for PPC64.
20420         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20421         implementations.
20422         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20423         (__libc_ifunc_impl_list): Likewise.
20424         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20425         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20426         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20427         strnlen for PPC64.
20429         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20430         implementations.
20431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20432         (__libc_ifunc_impl_list): Likewise.
20433         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20434         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20435         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20436         strlen for PPC64.
20438         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20439         implementations.
20440         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20441         (__libc_ifunc_impl_list): Likewise.
20442         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20443         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20444         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20445         rawmemrchr for PPC64.
20447         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20448         implementation.
20449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20450         (__libc_ifunc_impl_list): Likewise.
20451         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20452         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20453         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20454         memrchr for PPC64.
20456         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20457         implementation.
20458         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20459         (__libc_ifunc_impl_list): Likewise.
20460         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20461         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20462         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20463         memchr for PPC64.
20465         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20466         implementation.
20467         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20468         (__libc_ifunc_impl_list): Likewise.
20469         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20470         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20471         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20472         mempcpy for PPC64.
20474         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20475         avoid cretion of __bzero symbol.
20476         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20477         Likewise.
20478         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20479         Likewise.
20480         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20481         Likewise.
20482         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20483         multiarch implementations.
20484         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20485         (__libc_ifunc_impl_list): Likewise.
20486         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20487         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20488         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20489         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20490         bzero for PPC32.
20491         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20492         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20493         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20494         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20495         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20496         memset for PPC64.
20497         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20499         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20500         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20501         implementations.
20502         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20503         (__libc_ifunc_impl_list): Likewise.
20504         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20505         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20506         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20507         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20508         memcmp for PPC64.
20510         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20511         multiarch for POWER/PPC64.
20512         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20513         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20514         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20515         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20516         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20517         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20518         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20519         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20520         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20521         memcpy for PPC64.
20523         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20524         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20525         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20526         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20527         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20528         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20529         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20530         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20531         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20532         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20533         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20534         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20535         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20536         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20537         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20546 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20548         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20550 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20552         * benchtests/Makefile (bench): Add exp2 and log2.
20553         (LDLIBS-bench-exp2): Add -lm.
20554         (LDLIBS-bench-log2): Likewise.
20555         * benchtests/exp2-inputs: New inputs file.
20556         * benchtests/log2-inputs: New inputs file.
20557         * benchtests/log-inputs: Add new inputs.
20558         * benchtests/tan-inputs: Likewise.
20560 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20562         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20563         definition...
20564         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20565         (csloww2): ... from here.
20567         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20568         instead of structures.
20569         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20570         (POLYNOMIAL): Likewise.
20571         (TAYLOR_SLOW): Likewise.
20572         (__sin): Likewise.
20573         (__cos): Likewise.
20574         (slow1): Likewise.
20575         (slow2): Likewise.
20576         (sloww): Likewise.
20577         (sloww1); Likewise.
20578         (sloww2): Likewise.
20579         (bsloww1): Likewise.
20580         (bsloww2): Likewise.
20581         (cslow2): Likewise.
20582         (csloww): Likewise.
20583         (csloww1): Likewise.
20584         (csloww2): Likewise.
20586 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20588         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20589         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20590         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20591         * malloc/hooks.c (realloc_check): Likewise.
20593         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20594         * malloc/arena.c: Remove PER_THREAD conditional.
20595         [!PER_THREAD]: Remove code.
20596         (ptmalloc_unlock_all2): Likewise.
20597         (ptmalloc_init): Likewise.
20598         (_int_new_arena): Likewise.
20599         (arena_get2): Likewise.
20600         * malloc/hooks.c (__malloc_get_state): Likewise.
20601         (__malloc_set_state): Likewise.
20602         * malloc/malloc.c: Likewise.
20603         (struct malloc_state): Likewise.
20604         (struct malloc_par): Likewise.
20605         (__libc_realloc): Likewise.
20606         (__libc_mallopt): Likewise.
20608 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20610         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20612 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20614         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20615         macro to a function.  Check for zero perturb_byte.
20616         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20618         * malloc/malloc.c: (force_reg): Remove.
20619         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20620         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20621         force_reg by atomic_forced_read.
20622         * malloc/arena.c (ptmalloc_init): Likewise.
20623         * malloc/hooks.c (top_check): Likewise.
20625 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20629 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20631         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20633 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20635         * math/auto-libm-test-in: Add tests of lgamma.
20636         * math/auto-libm-test-out: Regenerated.
20637         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20638         (M_LOG_2_SQRT_PIl): Likewise.
20639         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20640         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20641         mpfr_f_f1.
20642         (func_calc_desc): Add mpfr_f_f1 union field.
20643         (ARGS1): New macro.
20644         (ARGS2): Likewise.
20645         (ARGS3): Likewise.
20646         (ARGS4): Likewise.
20647         (RET1): Likewise.
20648         (RET2): Likewise.
20649         (CALC): Likewise.
20650         (FUNC): Likewise.
20651         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20652         (test_functions): Add lgamma.
20653         (calc_generic_results): Handle mpfr_f_f1.
20654         * sysdeps/i386/fpu/libm-test-ulps: Update.
20655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20657 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20659         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20660         __mpn_add_n for PowerPC64/POWER7.
20661         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20662         __mpn_sub_n for PowerPC64/POWER7.
20664         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20665         __mpn_addmul_1 for PowerPC64.
20666         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20667         __mpn_submul_1 for PowerPC64.
20668         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20669         for PowerPC64.
20670         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20671         for PowerPC64.
20673 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20675         [BZ #15089]
20676         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20678 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20680         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20682         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20683         add multiarch folders.
20684         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20685         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20686         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20687         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20688         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20689         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20690         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20691         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20692         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20693         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20694         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20703         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20705         New file.
20706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20707         New file.
20708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20709         multiarch __ieee754_hypot for PowerPC32.
20710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20711         New file.
20712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20713         New file.
20714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20715         multiarch __ieee754_hypotf for PowerPC32.
20717         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20718         long_double_symbol only if __logbl is defined.
20719         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20720         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20721         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20722         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20723         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20724         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20725         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20726         path for implementation.
20727         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20728         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20730         logb, and logbl multiarch implementations for PowerPC32.
20731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20732         file.
20733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20734         file.
20735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20736         multiarch logb for PowerPC32.
20737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20738         file.
20739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20740         file.
20741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20742         multiarch logbf for PowerPC32.
20743         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20745         file.
20746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20747         multiarch logbl implementation for PowerPC32.
20749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20750         and modff multiarch implementations.
20751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20752         New file.
20753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20754         New file.
20755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20756         multiarch modf for PowerPC32.
20757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20758         New file.
20759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20760         New file.
20761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20762         multiarch modff for PowerPC32.
20764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20765         and lrintf multiarch implementations.
20766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20767         New file.
20768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20769         New file.
20770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20771         multiarch lrint for PowerPC32.
20772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20773         file: multiarch lrintf for PowerPC32.
20775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20776         and lroundf multiarch implementations.
20777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20778         New file.
20779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20780         New file.
20781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20782         New file.
20783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20784         multiarch lround for PowerPC32.
20785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20786         file: multiarch lroundf for PowerPC32.
20788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20789         copysign and copysignf multiarch implementations.
20790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20791         New file.
20792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20793         New file.
20794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20795         file: multiarch copysign for PowerPC32.
20796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20797         file: multiarch copysignf for PowerPC32.
20799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20800         and truncf multiarch implementations.
20801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20802         New file.
20803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20804         file.
20805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20806         multiarch trunc for PowerPC32.
20807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20808         New file.
20809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20810         New file.
20811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20812         multiarch truncf for PowerPC32.
20814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20815         and roundf multiarch implementations.
20816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20817         New file.
20818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20819         file.
20820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20821         multiarch round for PowerPC32.
20822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20823         New file.
20824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20825         New file.
20826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20827         multiarch roundf for PowerPC32.
20829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20830         and floorf multiarch implementations.
20831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20832         New file.
20833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20834         file.
20835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20836         multiarch floor for PowerPC32.
20837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20838         New file.
20839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20840         New file.
20841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20842         multiarch floorf for PowerPC32.
20844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20845         and ceilf multiarch implementations.
20846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20847         New file.
20848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20849         file.
20850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20851         multiarch ceil for PowerPC32.
20852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20853         New file.
20854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20855         file.
20856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20857         multiarch ceilf for PowerPC32.
20859         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20860         is defined.
20861         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20862         FINITEF is defined.
20863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20864         and finitef multiarch implementations.
20865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20866         New file.
20867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20868         file.
20869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20870         multiarch finite for PowerPC32.
20871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20872         New file.
20873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20874         file: multiarch finitef for PowerPC32.
20876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20877         and isinff multiarch implementations.
20878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20879         file.
20880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20881         file.
20882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20883         multiarch isinf for PowerPC32.
20884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20885         New file.
20886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20887         multiarch isinff for PowerPC32.
20889         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20890         alias when __isnan is defined.
20891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20892         and isnanf multiarch implementations.
20893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20894         file.
20895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20896         file.
20897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20898         file.
20899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20900         file.
20901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20902         multiarch isnan for PowerPC32.
20903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20904         New file.
20905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20906         New file.
20907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20908         multiarch isnanf for PowerPC32.
20910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20911         and sqrtf multiarch implementations.
20912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20913         file.
20914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20915         file.
20916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20917         multiarch sqrt for PowerPC32.
20918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20919         file.
20920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20921         file.
20922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20923         multiarch sqrtf for PowerPC32.
20925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20926         and llroundf multiarch implementations.
20927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20928         New file.
20929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20930         New file.
20931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20932         New file.
20933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20934         file: multiarch llround for PowerPC32.
20935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20936         file: multiarch llroundf for PowerPC32.
20938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20939         multiarch PowerPC32 fpu implementations.
20940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20941         New file.
20942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20943         New file.
20944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20945         multiarch llrint for PowerPC32.
20946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20947         New file.
20948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20949         New file.
20950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20951         file.
20953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20955         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20956         file.
20957         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20958         file.
20959         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20960         file.
20961         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20962         multiarch wordcopy for PPC32.
20963         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20964         wordcopy objects.
20965         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20966         (__libc_ifunc_impl_list): Likewise.
20967         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20968         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20969         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20970         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20971         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20972         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20974         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20975         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20976         file.
20977         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20978         file.
20979         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20980         file.
20981         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20982         multiarch wcscpy for PPC32.
20983         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20984         multiarch objects.
20985         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20986         (__libc_ifunc_impl_list): Likewise.
20987         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20988         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20989         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20990         sysdeps/powerpc/power6/wcscpy.c.
20992         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20993         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20994         file.
20995         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20996         file.
20997         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20998         file.
20999         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21000         multiarch wcsrchr for PPC32.
21001         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21002         multiarch objects.
21003         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21004         (__libc_ifunc_impl_list): Likewise.
21005         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21006         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21007         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21008         sysdeps/powerpc/power6/wcsrchr.c.
21010         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21011         file.
21012         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21013         file.
21014         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21015         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21016         multiarch wcschr for PPc32.
21017         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21018         multiarch objects.
21019         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21020         (__libc_ifunc_impl_list): Likewise.
21021         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21022         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21023         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21024         sysdeps/powerpc/power6/wcschr.c.
21026         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21027         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21028         file.
21029         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21030         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21031         file: multiarch strchr for PPC32.
21032         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21033         multiarch objects.
21034         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21035         (__libc_ifunc_impl_list): Likewise.
21037         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21038         name.
21039         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21040         file.
21041         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21042         file.
21043         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21044         multiarch strchrnul for PPC32.
21045         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21046         multiarch objects.
21047         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21048         (__libc_ifunc_impl_list): Likewise.
21050         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21051         file.
21052         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21053         multiarch strncasecmp for PPC32.
21054         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21055         file.
21056         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21057         multiarch strncasecmp_l for PPC32.
21058         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21059         strncasecmp multiarch objects.
21060         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21061         (__libc_ifunc_impl_list): Likewise.
21063         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21064         file.
21065         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21066         multiarch strncasecmp for PPC32.
21067         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21068         New file.
21069         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21070         multiarch strcasecmp_l for PPC32.
21071         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21072         multiarch objects.
21073         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21074         (__libc_ifunc_impl_list): Likewise.
21076         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21077         file.
21078         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21079         file.
21080         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21081         multiarch strncmp for PPC32.
21082         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21083         multiarch objects.
21084         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21085         (__libc_ifunc_impl_list): Likewise.
21087         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21088         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21089         file.
21090         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21091         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21092         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21093         multiarch objects.
21094         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21095         (__libc_ifunc_impl_list): Likewise.
21097         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21098         file.
21099         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21100         file.
21101         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21102         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21103         multiarch objects.
21104         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21105         (__libc_ifunc_impl_list): Likewise.
21107         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21108         file.
21109         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21110         file.
21111         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21112         multiarch rawmemchr for PPC32.
21113         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21114         multiarch objects.
21115         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21116         (__libc_ifunc_impl_list): Likewise.
21118         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21119         file.
21120         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21121         file.
21122         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21123         file: memrchr multiarch for PPC32.
21124         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21125         multiarch objects.
21126         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21127         (__libc_ifunc_impl_list): Likewise.
21129         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21130         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21131         file.
21132         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21133         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21134         multiarch memchr for PPC32.
21135         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21136         multiarch objects.
21137         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21138         (__libc_ifunc_impl_list): Likewise.
21140         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21141         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21142         file.
21143         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21144         file.
21145         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21146         file: multiarch mempcpy for PPC32.
21147         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21148         multiarch objects.
21149         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21150         (__libc_ifunc_impl_list): Likewise.
21152         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21153         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21154         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21155         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21156         multiarch bzero for PPC32.
21157         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21158         file.
21159         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21160         file.
21161         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21162         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21163         file: multiarch memset for PPC32.
21164         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21165         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21166         memset multiarch objects.
21167         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21168         (__libc_ifunc_impl_list): Likewise.
21170         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21171         file.
21172         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21173         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21174         memcmp for PPC32.
21175         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21176         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21177         multiarch objects.
21178         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21179         (__libc_ifunc_impl_list): Likewise.
21181         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21182         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21183         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21184         file.
21185         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21186         file.
21187         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21188         file.
21189         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21190         multiarch memcpy for PPC32.
21191         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21192         multiarch objects.
21193         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21194         (__libc_ifunc_impl_list): Likewise.
21196         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21197         support multiarch for POWER/PPC32.
21198         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21199         Likewise.
21200         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21202         Implies file to make multiarch folder appers before the fpu and
21203         default folder for power4 configuration.
21205 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21207         * scripts/bench.pl: Append volatile keyword to type.
21209 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21211         * sysdeps/sh/sotruss-lib.c: New file.
21212         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21214 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21216         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21218 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21220         [BZ #6810]
21221         * math/w_tgamma.c: Include <errno.h>.
21222         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21223         * math/w_tgammaf.c: Include <errno.h>.
21224         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21225         * math/w_tgammal.c: Include <errno.h>.
21226         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21227         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21228         underflow.  Add more tgamma tests.
21229         * math/auto-libm-test-out: Regenerated.
21230         * sysdeps/i386/fpu/libm-test-ulps: Update.
21231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21233         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21234         sin, sinh, tan, tanh, tgamma, y0 and y1.
21235         * math/auto-libm-test-out: Regenerated.
21236         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21237         (TEST_COND_x86): Likewise.
21238         (M_E2l): Remove macro.
21239         (M_E3l): Likewise.
21240         (M_2_SQRT_PIl): Likewise.
21241         (M_SQRT_PIl): Likewise.
21242         (M_1_DIV_El): Likewise.
21243         (log_test_data): Use AUTO_TESTS_f_f.
21244         (log10_test_data): Likewise.
21245         (log1p_test_data): Likewise.
21246         (log2_test_data): Likewise.
21247         (sin_test_data): Likewise.
21248         (sin_tonearest_test_data): Likewise.
21249         (sin_towardzero_test_data): Likewise.
21250         (sin_downward_test_data): Likewise.
21251         (sin_upward_test_data): Likewise.
21252         (sinh_test_data): Likewise.
21253         (sinh_tonearest_test_data): Likewise.
21254         (sinh_towardzero_test_data): Likewise.
21255         (sinh_downward_test_data): Likewise.
21256         (sinh_upward_test_data): Likewise.
21257         (tan_test_data): Likewise.
21258         (tan_tonearest_test_data): Likewise.
21259         (tan_towardzero_test_data): Likewise.
21260         (tan_downward_test_data): Likewise.
21261         (tan_upward_test_data): Likewise.
21262         (tanh_test_data): Likewise.
21263         (tgamma_test_data): Likewise.
21264         (y0_test_data): Likewise.
21265         (y1_test_data): Likewise.
21266         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21267         (special_real_inputs): Add pi/4.
21268         * sysdeps/i386/fpu/libm-test-ulps: Update.
21269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21271 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21273         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21274         "longjmp_target" static probes.
21275         (__longjmp): Rename to __longjmp_symbol.
21276         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21277         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21278         on which longjmp to generate.
21279         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21280         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21281         probe.
21282         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21283         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21284         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21285         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21286         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21287         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21289         __longjmp_symbol based on which __longjmp to generate.
21290         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21291         probe.
21292         (setjmp): Rename to setjmp_symbol.
21293         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21294         (_setjmp): Rename to _setjmp_symbol.
21295         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21296         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21297         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21298         which setjmp to generate.
21299         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21300         "longjmp_target" static probes.
21302 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21304         * benchtests/README: Add note about output arguments.
21305         * benchtests/bench-sincos.c: Remove file.
21306         * benchtests/sincos-inputs: New file.
21307         * scripts/bench.pl: Identify output arguments and define
21308         static variables for them.
21310         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21312         [BZ #15941]
21313         * Makefile (INSTALL): Add install-plain.texi as the primary
21314         dependency.
21315         * manual/install-plain.texi: New file.
21316         * manual/install.texi: Include node directive only for
21317         non-plaintext output.
21319 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21321         * stdlib/longlong.h: Update from GCC.
21323         [BZ #6807]
21324         [BZ #15901]
21325         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21326         * math/w_j0f.c (y0f): Likewise.
21327         * math/w_j0l.c (__y0l): Likewise.
21328         * math/w_j1.c (y1): Likewise.
21329         * math/w_j1f.c (y1f): Likewise.
21330         * math/w_j1l.c (__y1l): Likewise
21331         * math/w_jn.c (yn): Likewise.
21332         * math/w_jnf.c (ynf): Likewise.
21333         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21334         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21335         value for Bessel function domain errors outside _SVID_ mode.
21336         Adjust sign of return value for yn (negative integer, 0).
21337         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21338         by zero in return for negative x and set sign appropriately for
21339         negative n.
21340         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21341         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21342         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21343         expectations in error cases.
21344         (y1_test_data): Likewise.
21345         (yn_test_data): Likewise.
21346         * sysdeps/i386/fpu/libm-test-ulps: Update.
21347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21349 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21351         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21352         "64" to "64-v1".  Add "64-v2".
21353         (abi-64-options): Rename to ...
21354         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21355         (abi-64-condition): Rename to ...
21356         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21357         (abi-64-ld-soname): Rename to ...
21358         (abi-64-v1-ld-soname): ... this.
21359         (abi-64-v2-options): Define.
21360         (abi-64-v2-condition): Likewise.
21361         (abi-64-v2-ld-soname): Likewise.
21362         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21363         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21368 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21369             Alan Modra  <amodra@gmail.com>
21371         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21372         New versions for use with the ELFv2 ABI.
21373         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21374         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21375         declaration.
21376         (struct La_ppc64v2_retval): Likewise.
21377         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21378         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21379         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21380         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21381         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21382         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21383         Do not save or restore CR.
21384         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21385         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21386         return values for ELFv2 ABI.  Fix location of FPR return registers.
21387         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21388         updated values for _CALL_ELF == 2.
21389         (La_regs, La_retval, int_retval): Likewise.
21391 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21393         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21394         (FRAME_MIN_SIZE_PARM): Likewise.
21395         (FRAME_BACKCHAIN): Likewise.
21396         (FRAME_CR_SAVE): Likewise.
21397         (FRAME_LR_SAVE): Likewise.
21398         (FRAME_TOC_SAVE): Likewise.
21399         (FRAME_PARM_SAVE): Likewise.
21400         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21401         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21402         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21403         (call_mcount_parm_offset): New macro.
21404         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21405         (PROF): Use symbolic stack frame offsets.
21406         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21407         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21408         Redefine in terms of FRAME_MIN_SIZE.
21409         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21410         (_dl_profile_resolve): Likewise.  Update comment.
21411         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21412         symbols stack frame offsets.
21413         (__sigsetjmp): Likewise.
21414         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21415         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21416         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21417         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21420         (FRAME_BACKCHAIN): Remove.
21421         (FRAME_CR_SAVE): Likewise.
21422         (FRAME_LR_SAVE): Likewise.
21423         (FRAME_COMPILER_DW): Likewise.
21424         (FRAME_LINKER_DW): Likewise.
21425         (FRAME_TOC_SAVE): Likewise.
21426         (FRAME_PARM_SAVE): Likewise.
21427         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21428         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21429         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21431         (CHECK_SP): Use symbolic stack frame offsets.
21432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21433         zone" instead of caller's parameter save area for temp storage.
21434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21435         Likewise.  Also, use symbolic stack frame offsets.
21436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21437         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21438         our own stack frame instead of the caller's.
21439         (__socket): Use symbolic stack frame offsets.
21441 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21442             Alan Modra  <amodra@gmail.com>
21444         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21445         Define.
21446         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21447         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21448         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21449         New function.
21450         (elf_machine_fixup_plt): Call it.
21451         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21452         reloc arguments.
21453         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21454         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21455         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21456         r2 before calling target.
21458 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21459             Alan Modra  <amodra@gmail.com>
21461         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21462         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21463         versions of macros to support ELFv2 ABI.
21464         (LOCALENTRY): New macro.
21465         (ENTRY, EALIGN): Use it.
21466         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21467         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21468         fall through into ENTRY entry point.
21469         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21470         Only define if _CALL_ELF != 2.
21472         (elf_machine_matches_host): Verify ABI version matches.
21473         (RTLD_START): Use LOCALENTRY.
21474         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21475         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21476         (PLT_ENTRY_WORDS): New macro.
21477         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21478         (elf_machine_runtime_setup): Support ELFv2 ABI.
21479         (elf_machine_fixup_plt): Likewise.
21480         (elf_machine_plt_conflict): Likewise.
21481         (resolve_ifunc): Likewise.
21482         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21483         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21484         Likewise.
21485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21486         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21488         (makecontext): Support ELFv2 ABI.
21489         * elf/elf.h (EF_PPC64_ABI): Define.
21491 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21493         * sysdeps/powerpc/powerpc64/sysdep.h
21494         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21495         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21496         (ENTRY) [ASSEMBLER]: ... but instead here ...
21497         (EALIGN) [ASSEMBLER]: ... and here.
21498         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21499         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21500         (ENTRY_2) [!ASSEMBLER]: Use it.
21501         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21502         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21503         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21504         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21505         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21507         Use PPC64_LOAD_FUNCPTR.
21509         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21511 2013-12-04  Alan Modra  <amodra@gmail.com>
21513         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21514         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21515         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21516         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21518         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21519         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21520         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21521         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21522         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21523         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21525 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21528         (__makecontext): Fix incorrect CFI when backtracing out of
21529         context created via makecontext.
21530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21531         (__setcontext): Fix incorrect CFI during switch to new context.
21532         (__novec_setcontext): Likewise.
21534 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21536         [BZ #4772]
21537         * time/strptime_l.c (__strptime_internal): Allow modifiers
21538         in strptime.
21539         * time/tst-strptime.c (day_tests): Add testcase.
21541 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21543         * scripts/bench.pl: Skip over blank lines.
21545 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21547         [BZ #926]
21548         * manual/time.texi (Calendar Time): Clarify what timezone functions
21549         use.
21551 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21555 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21557         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21558         implementation.
21559         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21560         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21561         * debug/memset_chk.c (__memset_chk): Likewise.
21562         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21563         * debug/strncpy_chk.c: Likewise.
21565 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21567         [BZ #15268]
21568         [BZ #15425]
21569         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21570         (__ieee754_exp): For possibly underflowing results, check size of
21571         result and force underflow exception if required.
21572         * math/auto-libm-test-in: Add more tests of exp.
21573         * math/auto-libm-test-out: Regenerated.
21574         * sysdeps/i386/fpu/libm-test-ulps: Update.
21575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21577         [BZ #16283]
21578         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21579         * math/w_exp2f.c (__exp2f): Likewise.
21580         * math/w_exp2l.c (__exp2l): Likewise.
21581         * math/auto-libm-test-in: Do not allow missing errno on exp2
21582         underflow.
21583         * math/auto-libm-test-out: Regenerated.
21585 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21587         [BZ #16274]
21588         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21589         handle filename validation.
21590         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21591         (do_open): Delete.
21593 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21595         [BZ #6786]
21596         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21597         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21598         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21599         <float.h>.
21600         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21601         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21602         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21603         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21604         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21605         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21606         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21607         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21608         Add more erfc tests.
21609         * math/auto-libm-test-out: Regenerated.
21610         * sysdeps/i386/fpu/libm-test-ulps: Update.
21611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21613         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21614         exp2, expm1, j0 and j1.
21615         * math/auto-libm-test-out: Regenerated.
21616         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21617         (erfc_test_data): Likewise.
21618         (exp_test_data): Likewise.
21619         (exp_tonearest_test_data): Likewise.
21620         (exp_towardzero_test_data): Likewise.
21621         (exp_downward_test_data): Likewise.
21622         (exp_upward_test_data): Likewise.
21623         (exp10_test_data): Likewise.
21624         (exp2_test_data): Likewise.
21625         (expm1_test_data): Likewise.
21626         (j0_test_data): Likewise.
21627         (j1_test_data): Likewise.
21628         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21629         (input_flag_type): Add flag_xfail_rounding.
21630         (input_flags): Add xfail-rounding.
21631         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21632         (output_for_one_input_case): Handle flag_xfail_rounding.
21633         * sysdeps/i386/fpu/libm-test-ulps: Update.
21634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21636 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21638         [BZ #16289]
21639         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21640         division by 0.
21642 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21644         [BZ #16195]
21645         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21646         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21647         (STAP_PROBE0): New macro.
21648         (STAP_PROBE1): Likewise.
21649         (STAP_PROBE2): Likewise.
21650         (STAP_PROBE3): Likewise.
21651         (STAP_PROBE4): Likewise.
21653 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21655         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21657 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21659         * benchtests/Makefile (bench): Add sqrt.
21660         (LDLIBS-bench-sqrt): New.
21661         * benchtests/sqrt-input: New.
21663 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21665         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21666         (GAIH_EAI): Likewise.
21667         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21668         (gaih_inet): Likewise.
21669         (getaddrinfo): Don't use GAIH_EAI.
21671         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21672         (struct gaih): Remove definition.
21674 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21676         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21677         Use HERRNOP directly.
21679 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21681         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21683 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21685         * math/gen-auto-libm-tests.c (test_functions): Add more
21686         single-argument functions.
21687         (special_fill_pi_2): New function.
21688         (special_fill_minus_pi_2): Likewise.
21689         (special_fill_pi_6): Likewise.
21690         (special_fill_minus_pi_6): Likewise.
21691         (special_fill_pi_3): Likewise.
21692         (special_fill_2pi_3): Likewise.
21693         (special_fill_e): Likewise.
21694         (special_fill_1_e): Likewise.
21695         (special_fill_e_minus_1): Likewise.
21696         (special_real_inputs): Add more special inputs.
21697         (output_for_one_input_case): Do not require ERANGE on underflow to
21698         zero if round-to-nearest result does not underflow to zero, unless
21699         exact results required.
21700         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21701         atan, atanh, cbrt, cos and cosh.
21702         * math/auto-libm-test-out: Regenerated.
21703         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21704         (acos_tonearest_test_data): Likewise.
21705         (acos_towardzero_test_data): Likewise.
21706         (acos_downward_test_data): Likewise.
21707         (acos_upward_test_data): Likewise.
21708         (acosh_test_data): Likewise.
21709         (asin_test_data): Likewise.
21710         (asin_tonearest_test_data): Likewise.
21711         (asin_towardzero_test_data): Likewise.
21712         (asin_upward_test_data): Likewise.
21713         (asinh_test_data): Likewise.
21714         (atan_test_data): Likewise.
21715         (atanh_test_data): Likewise.
21716         (cbrt_test_data): Likewise.
21717         (cos_test_data): Likewise.
21718         (cos_tonearest_test_data): Likewise.
21719         (cos_towardzero_test_data): Likewise.
21720         (cos_downward_test_data): Likewise.
21721         (cos_upward_test_data): Likewise.
21722         (cosh_test_data): Likewise.
21723         (cosh_tonearest_test_data): Likewise.
21724         (cosh_towardzero_test_data): Likewise.
21725         (cosh_downward_test_data): Likewise.
21726         (cosh_upward_test_data): Likewise.
21727         * sysdeps/i386/fpu/libm-test-ulps: Update.
21728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21730 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21732         [BZ #6787]
21733         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21734         * math/w_exp10f.c (__exp10f): Likewise.
21735         * math/w_exp10l.c (__exp10l): Likewise.
21736         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21737         errno settings in existing tests.
21739         [BZ #14032]
21740         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21741         precision control set to double precision.
21742         * sysdeps/i386/fpu/w_sqrt.c: New file.
21743         * math/auto-libm-test-in: Add more tests.
21744         * math/auto-libm-test-out: Update.
21746         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21747         (sqrt_test_tonearest): New function.
21748         (sqrt_towardzero_test_data): New variable.
21749         (sqrt_test_towardzero): New function.
21750         (sqrt_downward_test_data): New variable.
21751         (sqrt_test_downward): New function.
21752         (sqrt_upward_test_data): New variable.
21753         (sqrt_test_upward): New function.
21754         (main): Call the new functions.
21756         * math/gen-auto-libm-tests.c: New file.
21757         * math/auto-libm-test-in: Likewise.
21758         * math/auto-libm-test-out: New generated file.
21759         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21760         variables.
21761         (%beautify): Add generated representations of zero.
21762         (top level): Set $auto_input and call parse_auto_input.
21763         (beautify): Remove trailing "f" from hex float constants.
21764         (parse_args): Handle XFAIL_TEST.
21765         (convert_condition): New function.
21766         (or_value): Likewise.
21767         (or_cond_value): Likewise.
21768         (generate_testfile): Handle AUTO_TESTS_* lines.
21769         (parse_auto_input): New function.
21770         * math/libm-test.inc (XFAIL_TEST): New macro.
21771         (ERRNO_UNCHANGED): Update value.
21772         (ERRNO_EDOM): Likewise.
21773         (ERRNO_ERANGE): Likewise.
21774         (IGNORE_RESULT): Likewise.
21775         (TEST_COND_flt_32): New macro.
21776         (TEST_COND_dbl_64): Likewise.
21777         (TEST_COND_ldbl_96_intel): Likewise.
21778         (TEST_COND_ldbl_96_m68k): Likewise.
21779         (TEST_COND_ldbl_128): Likewise.
21780         (TEST_COND_ldbl_128ibm): Likewise.
21781         (TEST_COND_long32): Likewise.
21782         (TEST_COND_long64): Likewise.
21783         (TEST_COND_before_rounding): Likewise.
21784         (TEST_COND_after_rounding): Likewise.
21785         (enable_test): Handle XFAIL_TEST flag.
21786         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21787         with finite results.
21788         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21789         auto-libm-test-out.
21791 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21792             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21794         [BZ #16214]
21795         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21796         __tls_get_addr_internal instead of __tls_get_offset in order to
21797         avoid GOT pointer dependency.  Make rtld export
21798         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21799         __tls_get_addr since we are a __tls_get_offset platform.
21800         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21801         GOT pointer being set up before.
21802         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21804 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21806         * manual/math.texi (Errors in Math Functions): Document accuracy
21807         goals.
21809         [BZ #15004]
21810         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21811         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21812         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21813         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21814         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21815         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21816         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21817         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21818         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21819         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21820         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21821         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21822         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21823         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21824         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21825         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21827         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21828         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21829         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21830         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21831         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21832         Likewise.
21833         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21834         Likewise.
21835         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21836         Likewise.
21837         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21838         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21839         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21840         atomic-feupdateenv and flt-rounds.
21841         * sysdeps/powerpc/nofpu/Versions (libc): Add
21842         __atomic_feholdexcept, __atomic_feclearexcept,
21843         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21844         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21845         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21846         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21847         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21848         here.
21849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21850         Update.
21852         * manual/arith.texi (FP Exceptions): Document that exceptions may
21853         not be raised when matherr is used.
21854         (Math Error Reporting): Document overflow in directed rounding
21855         modes.  Document that errno may not be set when finite values are
21856         returned on overflow.  Document intent to set errno on underflow
21857         only for underflow to zero.
21859         [BZ #16271]
21860         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21861         round-to-nearest then adjust result for other rounding modes.
21862         * include/fenv.h (fegetround): Use libm_hidden_proto.
21863         * math/fegetround.c (fegetround): Use libm_hidden_def.
21864         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21865         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21866         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21867         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21868         Likewise.
21869         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21870         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21871         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21872         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21874 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21876         [BZ #16077]
21877         * nss/Versions (libnss_files): Add
21878         _nss_files_gethostbyname3_r.
21879         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21880         New function.
21881         (HOST_DB_LOOKUP): Remove macro.
21882         (_nss_files_gethostbyname_r): Implement function without the
21883         HOST_DB_LOOKUP macro.
21884         (_nss_files_gethostbyname2_r): Likewise.
21886 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21888         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21890 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21892         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21893         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21894         warning.
21896 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21898         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21899         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21900         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21901         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21902         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21903         __fe_nomask_env_priv and attribute_hidden.
21904         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21905         (libc_feupdateenv_test_ppc): Likewise.
21906         (libc_feresetround_ppc): Likewise.
21907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21908         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21909         compat_symbol macro.
21910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21911         (__fe_nomask_env): Likewise.
21912         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21914 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21916         * string/Makefile: Remove ifunc tests.
21917         * string/test-string.h: Define TEST_IFUNC.
21918         * string/test-bcopy-ifunc.c: Remove.
21919         * string/test-bzero-ifunc.c: Likewise.
21920         * string/test-memccpy-ifunc.c: Likewise.
21921         * string/test-memchr-ifunc.c: Likewise.
21922         * string/test-memcmp-ifunc.c: Likewise.
21923         * string/test-memcpy-ifunc.c: Likewise.
21924         * string/test-memmem-ifunc.c: Likewise.
21925         * string/test-memmove-ifunc.c: Likewise.
21926         * string/test-mempcpy-ifunc.c: Likewise.
21927         * string/test-memrchr-ifunc.c: Likewise.
21928         * string/test-memset-ifunc.c: Likewise.
21929         * string/test-rawmemchr-ifunc.c: Likewise.
21930         * string/test-stpcpy-ifunc.c: Likewise.
21931         * string/test-stpncpy-ifunc.c: Likewise.
21932         * string/test-strcasecmp-ifunc.c: Likewise.
21933         * string/test-strcasestr-ifunc.c: Likewise.
21934         * string/test-strcat-ifunc.c: Likewise.
21935         * string/test-strchr-ifunc.c: Likewise.
21936         * string/test-strchrnul-ifunc.c: Likewise.
21937         * string/test-strcmp-ifunc.c: Likewise.
21938         * string/test-strcpy-ifunc.c: Likewise.
21939         * string/test-strcspn-ifunc.c: Likewise.
21940         * string/test-strlen-ifunc.c: Likewise.
21941         * string/test-strncasecmp-ifunc.c: Likewise.
21942         * string/test-strncat-ifunc.c: Likewise.
21943         * string/test-strncmp-ifunc.c: Likewise.
21944         * string/test-strncpy-ifunc.c: Likewise.
21945         * string/test-strnlen-ifunc.c: Likewise.
21946         * string/test-strpbrk-ifunc.c: Likewise.
21947         * string/test-strrchr-ifunc.c: Likewise.
21948         * string/test-strspn-ifunc.c: Likewise.
21949         * string/test-strstr-ifunc.c: Likewise.
21951 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21953         * benchtests/Makefile: Remove ifunc tests.
21954         * benchtests/bench-string.h: Define TEST_IFUNC.
21955         * benchtests/bench-bcopy-ifunc.c: Remove.
21956         * benchtests/bench-bzero-ifunc.c: Likewise.
21957         * benchtests/bench-memccpy-ifunc.c: Likewise.
21958         * benchtests/bench-memchr-ifunc.c: Likewise.
21959         * benchtests/bench-memcmp-ifunc.c: Likewise.
21960         * benchtests/bench-memcpy-ifunc.c: Likewise.
21961         * benchtests/bench-memmem-ifunc.c: Likewise.
21962         * benchtests/bench-memmove-ifunc.c: Likewise.
21963         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21964         * benchtests/bench-memrchr-ifunc.c: Likewise.
21965         * benchtests/bench-memset-ifunc.c: Likewise.
21966         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21967         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21968         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21969         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21970         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21971         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21972         * benchtests/bench-strcat-ifunc.c: Likewise.
21973         * benchtests/bench-strchr-ifunc.c: Likewise.
21974         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21975         * benchtests/bench-strcmp-ifunc.c: Likewise.
21976         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21977         * benchtests/bench-strcpy-ifunc.c: Likewise.
21978         * benchtests/bench-strcspn-ifunc.c: Likewise.
21979         * benchtests/bench-strlen-ifunc.c: Likewise.
21980         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21981         * benchtests/bench-strncat-ifunc.c: Likewise.
21982         * benchtests/bench-strncmp-ifunc.c: Likewise.
21983         * benchtests/bench-strncpy-ifunc.c: Likewise.
21984         * benchtests/bench-strnlen-ifunc.c: Likewise.
21985         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21986         * benchtests/bench-strrchr-ifunc.c: Likewise.
21987         * benchtests/bench-strsep-ifunc.c: Likewise.
21988         * benchtests/bench-strspn-ifunc.c: Likewise.
21989         * benchtests/bench-strstr-ifunc.c: Likewise.
21991 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21993         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21995 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21997         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21998         * rt/aio.h: Likewise.
21999         * sysdeps/gnu/bits/utmp.h: Likewise.
22000         * sysdeps/gnu/bits/utmpx.h: Likewise.
22001         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22002         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22003         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22004         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22005         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22006         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22007         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22008         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22009         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22010         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22011         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22012         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22013         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22015         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22016         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22017         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22018         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22019         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22020         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22021         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22022         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22023         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22024         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22025         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22026         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22027         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22028         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22029         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22030         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22031         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22032         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22033         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22034         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22035         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22036         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22037         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22038         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22039         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22040         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22041         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22042         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22044 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22046         [BZ #16245]
22047         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22048         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22050 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22052         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22053         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22054         Likewise.
22056 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22058         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22059         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22060         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22061         (__fesetround): Remove define.
22062         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22063         rounding and exceptions handling.
22064         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22065         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22066         (__fe_nomask_env): Likewise.
22067         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22068         __fegetround instead of fegetround.
22069         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22070         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22072 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22074         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22075         it's there.
22077         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22079 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22081         [BZ #11157]
22082         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22083         (encrypt_r): Likewise.
22084         * malloc/obstack.h (obstack_free): Likewise.
22085         * posix/unistd.h (encrypt): Likewise.
22087 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22089         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22090         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22091         DL_CALL_DT_FINI() that call the functions directly.
22092         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22093         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22094         * elf/dl-fini.c: Likewise.
22096 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22098         * malloc/hooks.c (memalign_check): Add alignment rounding.
22099         * malloc/malloc.c (_mid_memalign): New function.
22100         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22101         Implement by calling _mid_memalign.
22102         * manual/probes.texi (Memory Allocation Probes): Remove
22103         memory_valloc_retry and memory_pvalloc_retry.
22105 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22107         * locale/programs/locarchive.c (open_archive): Add const
22108         qualifier to ARCHIVEFNAME and copy default fname to
22109         DEFAULT_FNAME.
22111         [BZ #15601]
22112         * libio/tst-widetext.input: Rename Oriya to Odia.
22113         * locale/iso-639.def: Likewise.
22115         * manual/probes.texi (Mathematical Function Probes): Add
22116         documentation for sin, cos, asin and acos probes.
22117         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22118         (__sin32): Add slowasin probe.
22119         (__cos32): Add slowacos probe.
22120         (__mpsin): Add slowsin probe.
22121         (__mpcos): Add slowcos probe.
22123 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22125         [BZ #15483]
22126         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22127         thread-local __sim_exceptions_thread and global
22128         __sim_exceptions_global.
22129         (__sim_disabled_exceptions): Change to thread-local
22130         __sim_disabled_exceptions_thread and global
22131         __sim_disabled_exceptions_global.
22132         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22133         and global __sim_round_mode_global.
22134         (__simulate_exceptions): Use thread-local floating-point state and
22135         set global state from it as needed.
22136         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22137         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22138         __sim_round_mode_thread.
22139         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22140         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22141         and global __sim_exceptions_global.
22142         (__sim_disabled_exceptions): Change to thread-local
22143         __sim_disabled_exceptions_thread and global
22144         __sim_disabled_exceptions_global.
22145         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22146         and global __sim_round_mode_global.
22147         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22148         (SIM_SET_GLOBAL): Likewise.
22149         * sysdeps/powerpc/soft-fp/sfp-machine.h
22150         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22151         __sim_round_mode_thread.
22152         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22153         __sim_disabled_exceptions_thread.
22154         (__sim_exceptions): Change to __sim_exceptions_thread.
22155         (__sim_disabled_exceptions): Change to
22156         __sim_disabled_exceptions_thread.
22157         (__sim_round_mode): Change to __sim_round_mode_thread.
22158         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22159         thread-local floating-point state and set global state from it as
22160         needed.
22161         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22162         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22163         (__sim_disabled_exceptions): Remove extern declaration.
22164         (feenableexcept): Use thread-local floating-point state and set
22165         global state from it as needed.
22166         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22167         extern declaration.
22168         (__sim_disabled_exceptions): Likewise.
22169         (__sim_round_mode): Likewise.
22170         (__fegetenv): Use thread-local floating-point state.
22171         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22172         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22173         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22174         floating-point state and set global state from it as needed.
22175         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22176         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22177         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22178         Likewise.
22179         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22180         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22181         Likewise.
22182         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22183         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22184         Use __sim_round_mode_thread.
22185         * math/test-fenv-tls.c: New file.
22186         * math/Makefile (tests): Add test-fenv-tls.
22187         ($(objpfx)test-fenv-tls): Depend on
22188         $(common-objpfx)nptl/libpthread.so.
22190 2013-11-19  Andreas Schwab  <schwab@suse.de>
22192         * locale/programs/locale.c (show_info): Decode wordarray elements.
22193         * locale/categories.def (LC_MONETARY): Add element for
22194         _NL_MONETARY_CRNCYSTR.
22195         * locale/C-monetary.c (conversion_rate): New variable.
22196         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22197         element.
22199 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22201         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22202         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22204 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22206         * elf/Makefile (tst-auxv): New test.
22207         * elf/tst-auxv.c: New
22208         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22210 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22212         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22213         (hidden_proto): Caller changed.
22214         (hidden_tls_proto): New macro.
22215         (libc_hidden_tls_proto): Likewise.
22216         (rtld_hidden_tls_proto): Likewise.
22217         (libm_hidden_tls_proto): Likewise.
22218         (libresolv_hidden_tls_proto): Likewise.
22219         (librt_hidden_tls_proto): Likewise.
22220         (libdl_hidden_tls_proto): Likewise.
22221         (libnss_files_hidden_tls_proto): Likewise.
22222         (libnsl_hidden_tls_proto): Likewise.
22223         (libnss_nisplus_hidden_tls_proto): Likewise.
22224         (libutil_hidden_tls_proto): Likewise.
22226 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22228         [BZ #10253]
22229         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22230         (decompose_rpath): Defer expansion to fillin_rpath.
22231         (_dl_init_paths): Pass linkmap to fillin_rpath.
22233 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22235         * benchtests/Makefile: Add strsep.
22236         * benchtests/bench-strsep.c: New file: strsep benchtest.
22237         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22239 2013-11-18  Andreas Schwab  <schwab@suse.de>
22241         * locale/programs/locale.c (show_info) [case byte]: Check for
22242         '\377' instead of '\177'.
22243         * locale/C-monetary.c (not_available): Always use "\377".
22244         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22245         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22246         detect unavailable sign_posn locale elements.
22247         * locale/localeconv.c (__localeconv): For grouping and
22248         mon_grouping handle "\177" and "\377" like no grouping.
22249         (INT_ELEM): New macro.  Use it to set all numeric members.
22250         * locale/programs/ld-monetary.c (monetary_read)
22251         <tok_mon_grouping>: Normalize single -1 to the empty string.
22252         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22253         Likewise.
22255 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22257         [BZ #16055]
22258         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22259         when we match (nil).
22260         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22262 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22264         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22265         (NO_TEST_INLINE): Update value.
22266         (ERRNO_UNCHANGED): Likewise.
22267         (ERRNO_EDOM): Likewise.
22268         (ERRNO_ERANGE): Likewise.
22269         (IGNORE_RESULT): Likewise.
22270         (check_float_internal): Check signs of NaN results if
22271         TEST_NAN_SIGN used.
22272         (check_complex): Pass TEST_NAN_SIGN flag through to second
22273         check_float_internal call.
22274         (copysign_test_data): Add tests with quiet NaNs as second
22275         argument.  Use TEST_NAN_SIGN.
22276         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22277         TEST_NAN_SIGN.
22278         (signbit_test_data): Add tests of quiet NaN argument.
22279         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22281         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22282         $ignore_result.
22283         (parse_args): Handle function results specified as IGNORE.
22284         * math/libm-test.inc (IGNORE_RESULT): New macro.
22285         (check_float_internal): Do not check numerical result if flag
22286         IGNORE_RESULT set.
22287         (check_complex): Pass through IGNORE_RESULT to second
22288         check_float_internal call.
22289         (check_int): Do not check numerical result if flag IGNORE_RESULT
22290         set.
22291         (check_long): Likewise.
22292         (check_bool): Likewise.
22293         (check_longlong): Likewise.
22294         (lrint_test_data): Add tests of infinite and NaN arguments.
22295         (lrint_tonearest_test_data): Likewise.
22296         (lrint_towardzero_test_data): Likewise.
22297         (lrint_downward_test_data): Likewise.
22298         (lrint_upward_test_data): Likewise.
22299         (llrint_test_data): Likewise.
22300         (llrint_tonearest_test_data): Likewise.
22301         (llrint_towardzero_test_data): Likewise.
22302         (llrint_downward_test_data): Likewise.
22303         (llrint_upward_test_data): Likewise.
22304         (lround_test_data): Likewise.
22305         (llround_test_data): Likewise.
22307         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22308         (ERRNO_UNCHANGED): Update value.
22309         (ERRNO_EDOM): Likewise.
22310         (ERRNO_ERANGE): Likewise.
22311         (NO_TEST_INLINE_FLOAT): New macro.
22312         (NO_TEST_INLINE_DOUBLE): Likewise.
22313         (enable_test): New function.
22314         (RUN_TEST_f_f): Check enable_test before running test.
22315         (RUN_TEST_2_f): Likewise.
22316         (RUN_TEST_fff_f): Likewise.
22317         (RUN_TEST_c_f): Likewise.
22318         (RUN_TEST_f_f1): Likewise.
22319         (RUN_TEST_fF_f1): Likewise.
22320         (RUN_TEST_fI_f1): Likewise.
22321         (RUN_TEST_ffI_f1): Likewise.
22322         (RUN_TEST_c_c): Likewise.
22323         (RUN_TEST_cc_c): Likewise.
22324         (RUN_TEST_f_i): Likewise.
22325         (RUN_TEST_f_i_tg): Likewise.
22326         (RUN_TEST_ff_i_tg): Likewise.
22327         (RUN_TEST_f_b): Likewise.
22328         (RUN_TEST_f_b_tg): Likewise.
22329         (RUN_TEST_f_l): Likewise.
22330         (RUN_TEST_f_L): Likewise.
22331         (RUN_TEST_fFF_11): Likewise.
22332         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22333         conditionals.
22334         (cosh_test_data): Likewise.
22335         (exp_test_data): Likewise.
22336         (expm1_test_data): Likewise.
22337         (hypot_test_data): Likewise.
22338         (pow_test_data): Likewise.
22339         (sinh_test_data): Likewise.
22340         (tanh_test_data): Likewise.
22341         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22342         flags argument.
22344         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22345         tests with quiet NaN input and output.
22346         (acosh_test_data): Likewise.
22347         (asin_test_data): Likewise.
22348         (asinh_test_data): Likewise.
22349         (atan_test_data): Likewise.
22350         (atanh_test_data): Likewise.
22351         (atan2_test_data): Likewise.
22352         (cbrt_test_data): Likewise.
22353         (cos_test_data): Likewise.
22354         (cosh_test_data): Likewise.
22355         (erf_test_data): Likewise.
22356         (erfc_test_data): Likewise.
22357         (exp_test_data): Likewise.
22358         (exp10_test_data): Likewise.
22359         (exp2_test_data): Likewise.
22360         (expm1_test_data): Likewise.
22361         (hypot_test_data): Likewise.
22362         (j0_test_data): Likewise.
22363         (j1_test_data): Likewise.
22364         (jn_test_data): Likewise.
22365         (lgamma_test_data): Likewise.
22366         (log_test_data): Likewise.
22367         (log10_test_data): Likewise.
22368         (log1p_test_data): Likewise.
22369         (log2_test_data): Likewise.
22370         (pow_test_data): Likewise.
22371         (scalb_test_data): Likewise.
22372         (sin_test_data): Likewise.
22373         (sincos_test_data): Likewise.
22374         (sinh_test_data): Likewise.
22375         (tan_test_data): Likewise.
22376         (tanh_test_data): Likewise.
22377         (tgamma_test_data): Likewise.
22378         (y0_test_data): Likewise.
22379         (y1_test_data): Likewise.
22380         (yn_test_data): Likewise.
22382         [BZ #16167]
22383         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22384         argument being NaN and avoid computations with second argument in
22385         that case.
22386         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22387         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22388         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22390 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22392         * locale/iso-639.def: Add Chitwani Tharu (the).
22394 2013-11-14  Andreas Schwab  <schwab@suse.de>
22396         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22397         word instead of empty string.
22399 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22402         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22404         (__fe_nomask_env): Likewise.
22406 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22408         * benchtests/bench-timing.h: Include time.h.
22410 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22412         [BZ #15997]
22413         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22414         to 3.4.0 for x32.
22415         * sysdeps/unix/sysv/linux/configure: Regenerated.
22417 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22419         [BZ #16151]
22420         * stdlib/strtod_l.c (round_and_return): Do not consider
22421         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22422         exponent one less than half the least subnormal exponent.
22423         * stdlib/test-strtod-round-data: Add more tests.
22424         * stdlib/tst-strtod-round.c (tests): Regenerated.
22426 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22428         [BZ #14143]
22429         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22430         (__fe_mask_env): Likewise.
22431         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22432         libm_hidden_proto and add function prototype.
22433         (__fe_mask_env): Add function prototype.
22434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22435         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22437         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22439         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22441 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22443         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22444         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22446 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22448         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22449         of htab_find_slot().
22451 2013-11-11  David S. Miller  <davem@davemloft.net>
22453         [BZ #16150]
22454         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22455         symbol in the non-vis3 case in static builds.
22456         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22457         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22458         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22459         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22461 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22463         [BZ #387]
22464         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22465         it is empty.
22467 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22469         * benchtests/Makefile: Add bench-strtod.
22470         * benchtests/bench-strtod.c: New file: strtod benchtest
22472 2013-11-11  Andreas Schwab  <schwab@suse.de>
22474         [BZ #16153]
22475         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22476         terminating NUL in key length.
22478 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22480         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22481         Add artificial ODP entry for vDSO symbol for PPC64.
22482         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22483         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22485 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22487         [BZ #15374]
22488         * nss/getent.c (services_keys): Recognize services starting with digit.
22490 2013-11-06  David S. Miller  <davem@davemloft.net>
22492         [BZ #15985]
22493         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22494         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22496 2013-11-06  Will Newton  <will.newton@linaro.org>
22498         * manual/memory.texi (Malloc Examples): Remove register
22499         keyword from examples.
22501 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22503         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22505 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22507         [BZ #6981]
22508         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22509         depending on [__GCC_IEC_559 > 0].
22510         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22511         depending on [__GCC_IEC_559_COMPLEX > 0].
22513 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22515         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22516         to iso-639.def.
22518 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22520         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22522 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22524         [BZ #16112]
22525         * malloc/malloc (malloc_info): Do not handle first bin as
22526         special case.
22528 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22530         * locale/iso-639.def: Add Central Nahuatl (nhn).
22532 2013-11-01  Bruno Haible  <bruno@clisp.org>
22534         [BZ #7003]
22535         * manual/math.texi (BSD Random): Specify range upper bound as
22536         in POSIX.
22538 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22540         * locale/iso-639.def: Add Meadow Mari (mhr).
22542 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22544         [BZ #14752], [BZ #15763]
22545         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22546         Validate name.
22547         * rt/tst_shm.c: Add test for escaping directory.
22549 2013-10-31  Andreas Schwab  <schwab@suse.de>
22551         [BZ #15917]
22552         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22553         followed by 'x' as part of digit sequence.
22554         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22556 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22558         [BZ #16037]
22559         * configure.ac: allow GNU Make 4.0 and greater.
22560         * configure: Regenerated.
22562 2013-10-30  Will Newton  <will.newton@linaro.org>
22564         [BZ #16038]
22565         * malloc/hooks.c (memalign_check): Limit alignment to the
22566         maximum representable power of two.
22567         * malloc/malloc.c (__libc_memalign): Likewise.
22568         * malloc/tst-memalign.c (do_test): Add test for very
22569         large alignment values.
22570         * malloc/tst-posix_memalign.c (do_test): Likewise.
22572 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22574         [BZ #11087]
22575         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22576         (munmap_chunk): Likewise.
22577         (mremap_chunk): Likewise.
22579 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22581         [BZ #15799]
22582         * stdlib/div.c (div): Remove obsolete code.
22583         * stdlib/ldiv.c (ldiv): Likewise.
22584         * stdlib/lldiv.c (lldiv): Likewise.
22586 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22588         [BZ #16071]
22589         * nss/nss_files/files-XXX.c (get_contents_ret): New
22590         enumerator.
22591         (get_contents): New function.
22592         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22594 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22596         * configure.in: Moved to ...
22597         * configure.ac: ... here. Change reference to configure.in
22598         to configure.ac.
22599         * sysdeps/arm/preconfigure.ac: ... here.
22600         configure.in to configure.ac.
22601         * sysdeps/gnu/configure.in: Moved to ...
22602         * sysdeps/gnu/configure.ac: ... here.
22603         * sysdeps/i386/configure.in: Moved to ...
22604         * sysdeps/i386/configure.ac: ... here.
22605         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22606         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22607         * sysdeps/mach/configure.in: Moved to ...
22608         * sysdeps/mach/configure.ac: ... here.
22609         * sysdeps/mach/hurd/configure.in: Moved to ...
22610         * sysdeps/mach/hurd/configure.ac: ... here.
22611         * sysdeps/powerpc/configure.in: Moved to ...
22612         * sysdeps/powerpc/configure.ac: ... here.
22613         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22614         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22615         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22616         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22617         * sysdeps/s390/s390-32/configure.in: Moved to ...
22618         * sysdeps/s390/s390-32/configure.ac: ... here.
22619         * sysdeps/s390/s390-64/configure.in: Moved to ...
22620         * sysdeps/s390/s390-64/configure.ac: ... here.
22621         * sysdeps/sh/configure.in: Moved to ...
22622         * sysdeps/sh/configure.ac: ... here.
22623         * sysdeps/sparc/configure.in: Moved to ...
22624         * sysdeps/sparc/configure.ac: ... here.
22625         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22626         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22627         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22628         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22629         * sysdeps/x86_64/configure.in: Moved to ...
22630         * sysdeps/x86_64/configure.ac: ... here.
22631         * sysdeps/x86_64/preconfigure.in: Moved to ...
22632         * sysdeps/x86_64/preconfigure.ac: ... here.
22633         * aclocal.m4: Change reference to configure.in to configure.ac.
22634         * config.h.in: Likewise.
22635         * manual/install.texi: Likewise.
22636         * manual/maint.texi: Likewise.
22637         * Makefile: Likewise.
22638         * malloc/Makefile: Likewise.
22639         * nscd/Makefile: Likewise.
22640         * Makeconfig: Change reference to configure.in and
22641         preconfigure.in to configure.ac and preconfigure.ac
22642         respectively.
22643         * INSTALL: Regenerated.
22644         * configure: Likewise.
22645         * sysdeps/gnu/configure: Likewise.
22646         * sysdeps/i386/configure: Likewise.
22647         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22648         * sysdeps/mach/configure: Likewise.
22649         * sysdeps/mach/hurd/configure: Likewise.
22650         * sysdeps/powerpc/configure: Likewise.
22651         * sysdeps/powerpc/powerpc32/configure: Likewise.
22652         * sysdeps/powerpc/powerpc64/configure: Likewise.
22653         * sysdeps/s390/s390-32/configure: Likewise.
22654         * sysdeps/s390/s390-64/configure: Likewise.
22655         * sysdeps/sh/configure: Likewise.
22656         * sysdeps/sparc/configure: Likewise.
22657         * sysdeps/unix/sysv/linux/configure: Likewise.
22658         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22659         * sysdeps/x86_64/configure: Likewise.
22660         * sysdeps/x86_64/preconfigure: Likewise.
22662 2013-10-29  Andreas Schwab  <schwab@suse.de>
22664         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22666 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22668         * benchtests/pow-inputs: Add new inputs.
22670         * benchtests/exp-inputs: Add new inputs.
22672         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22673         conditional check for return value.
22674         (__cos32): Likewise.
22676 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22678         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22679         to provide a boost for large inputs with word alignment.
22680         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22681         implementation based on optimized PPC64 strcpy.
22682         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22683         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22684         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22685         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22687 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22689         [BZ #2801]
22690         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22692 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22694         [BZ #14876]
22695         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22696         * time/tst-strptime.c (day_tests): Add testcase.
22698 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22700         [BZ #14029]
22701         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22703 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22705         [BZ #16074]
22706         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22707         MAP_FAILED on error.
22709 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22711         [BZ #16072]
22712         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22713         heap for large requests.
22715 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22717         [BZ #9954]
22718         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22719         result if the result has no associated interface.
22720         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22721         interface for all 127.X.Y.Z addresses.
22723 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22725         * locale/iso-639.def: Add Ligurian (lij)
22727 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22729         [BZ #15825]
22730         * sunrpc/rpc_main.c: Document rpcgen -5.
22732 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22734         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22736 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22738         [BZ #10278]
22739         * posix/glob.c: Match only directories when trailing slash is present.
22740         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22741         (main): Add testcase.
22743 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22745         [BZ #15670]
22746         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22748 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22750         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22751         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22752         AUTH_DES and cindex for FIPS 140-2.
22753         (DES Encryption): Add cindex FIPS 46-3.
22755         * locale/locarchive.h (struct locarhandle): Add fname.
22756         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22757         if an optional argument was specified to --list-archive,
22758         otherwise NULL.
22759         * locale/programs/locarchive.c (show_archive_content): Take new
22760         argument fname and pass it via ah.fname to open_archive.
22761         * locale/programs/localedef.h: Update decl.
22762         (open_archive): If AH->fname is non-null, open that file
22763         rather than the default file name, and don't ignore ENOENT.
22764         (create_archive): Set AH.fname to NULL.
22765         (delete_locales_from_archive): Likewise.
22766         (add_locales_to_archive): Likewise.
22767         * locale/programs/locfile.c (write_all_categories): Likewise.
22769 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22770             Aldy Hernandez  <aldyh@redhat.com>
22772         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22773         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22774         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22775         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22776         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22777         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22778         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22779         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22780         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22781         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22782         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22783         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22784         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22785         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22786         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22787         Likewise.
22788         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22789         Likewise.
22790         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22791         Likewise.
22792         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22793         Likewise.
22794         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22795         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22796         Likewise.
22797         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22798         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22799         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22800         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22801         Likewise.
22802         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22803         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22804         * sysdeps/powerpc/preconfigure: Likewise.
22805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22806         Likewise.
22807         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22808         Replace contents of file by #include of <fenv_libc.h>.
22809         * sysdeps/powerpc/soft-fp/sfp-machine.h
22810         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22811         and <sys/prctl.h>.
22812         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22813         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22814         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22815         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22816         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22817         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22818         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22819         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22820         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22821         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22822         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22823         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22825         Allow copysignl PLT reference to be missing.
22827 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22828             Joseph Myers  <joseph@codesourcery.com
22830         [BZ #15948]
22831         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22832         single character.
22833         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22835 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22837         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22838         * elf/tst-tls1.c: Likewise.
22839         * elf/tst-tls10.h: Likewise.
22840         * elf/tst-tls14.c: Likewise.
22841         * elf/tst-tls2.c: Likewise.
22842         * elf/tst-tls3.c: Likewise.
22843         * elf/tst-tls4.c: Likewise.
22844         * elf/tst-tls5.c: Likewise.
22845         * elf/tst-tls6.c: Likewise.
22846         * elf/tst-tls7.c: Likewise.
22847         * elf/tst-tls8.c: Likewise.
22848         * elf/tst-tls9.c: Likewise.
22849         * elf/tst-tlsmod1.c: Likewise.
22850         * elf/tst-tlsmod13.c: Likewise.
22851         * elf/tst-tlsmod13a.c: Likewise.
22852         * elf/tst-tlsmod14a.c: Likewise.
22853         * elf/tst-tlsmod16a.c: Likewise.
22854         * elf/tst-tlsmod16b.c: Likewise.
22855         * elf/tst-tlsmod2.c: Likewise.
22856         * elf/tst-tlsmod3.c: Likewise.
22857         * elf/tst-tlsmod4.c: Likewise.
22858         * elf/tst-tlsmod5.c: Likewise.
22859         * elf/tst-tlsmod6.c: Likewise.
22861 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22863         [BZ #12486]
22864         * malloc/malloc.c: remove checks for statistics.
22866 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22868         [BZ #15277]
22869         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22870         * inet/tst-network.c: Add testcase.
22872 2013-10-17  Andreas Schwab  <schwab@suse.de>
22874         [BZ #15218]
22875         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22876         to determine canonical name.
22878 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22880         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22881         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22882         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22883         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22884         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22885         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22886         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22887         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22888         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22889         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22890         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22891         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22892         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22893         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22894         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22895         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22896         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22897         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22898         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22899         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22900         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22901         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22902         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22903         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22904         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22905         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22906         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22907         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22908         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22909         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22910         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22911         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22912         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22913         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22914         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22915         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22916         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22917         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22918         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22919         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22920         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22921         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22922         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22923         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22924         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22925         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22926         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22927         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22928         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22929         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22930         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22931         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22932         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22933         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22934         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22935         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22936         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22937         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22939 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22941         [BZ #16041]
22942         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22943         make result into a quiet NaN.
22945 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22947         * soft-fp/adddf3.c: Fix horizontal whitespace.
22948         * soft-fp/addsf3.c: Likewise.
22949         * soft-fp/addtf3.c: Likewise.
22950         * soft-fp/divdf3.c: Likewise.
22951         * soft-fp/divsf3.c: Likewise.
22952         * soft-fp/divtf3.c: Likewise.
22953         * soft-fp/double.h: Likewise.
22954         * soft-fp/eqdf2.c: Likewise.
22955         * soft-fp/eqsf2.c: Likewise.
22956         * soft-fp/eqtf2.c: Likewise.
22957         * soft-fp/extenddftf2.c: Likewise.
22958         * soft-fp/extended.h: Likewise.
22959         * soft-fp/extendsfdf2.c: Likewise.
22960         * soft-fp/extendsftf2.c: Likewise.
22961         * soft-fp/extendxftf2.c: Likewise.
22962         * soft-fp/fixdfdi.c: Likewise.
22963         * soft-fp/fixdfsi.c: Likewise.
22964         * soft-fp/fixdfti.c: Likewise.
22965         * soft-fp/fixsfdi.c: Likewise.
22966         * soft-fp/fixsfsi.c: Likewise.
22967         * soft-fp/fixsfti.c: Likewise.
22968         * soft-fp/fixtfdi.c: Likewise.
22969         * soft-fp/fixtfsi.c: Likewise.
22970         * soft-fp/fixtfti.c: Likewise.
22971         * soft-fp/fixunsdfdi.c: Likewise.
22972         * soft-fp/fixunsdfsi.c: Likewise.
22973         * soft-fp/fixunsdfti.c: Likewise.
22974         * soft-fp/fixunssfdi.c: Likewise.
22975         * soft-fp/fixunssfsi.c: Likewise.
22976         * soft-fp/fixunssfti.c: Likewise.
22977         * soft-fp/fixunstfdi.c: Likewise.
22978         * soft-fp/fixunstfsi.c: Likewise.
22979         * soft-fp/fixunstfti.c: Likewise.
22980         * soft-fp/floatdidf.c: Likewise.
22981         * soft-fp/floatdisf.c: Likewise.
22982         * soft-fp/floatditf.c: Likewise.
22983         * soft-fp/floatsidf.c: Likewise.
22984         * soft-fp/floatsisf.c: Likewise.
22985         * soft-fp/floatsitf.c: Likewise.
22986         * soft-fp/floattidf.c: Likewise.
22987         * soft-fp/floattisf.c: Likewise.
22988         * soft-fp/floattitf.c: Likewise.
22989         * soft-fp/floatundidf.c: Likewise.
22990         * soft-fp/floatundisf.c: Likewise.
22991         * soft-fp/floatunditf.c: Likewise.
22992         * soft-fp/floatunsidf.c: Likewise.
22993         * soft-fp/floatunsisf.c: Likewise.
22994         * soft-fp/floatunsitf.c: Likewise.
22995         * soft-fp/floatuntidf.c: Likewise.
22996         * soft-fp/floatuntisf.c: Likewise.
22997         * soft-fp/floatuntitf.c: Likewise.
22998         * soft-fp/fmadf4.c: Likewise.
22999         * soft-fp/fmasf4.c: Likewise.
23000         * soft-fp/fmatf4.c: Likewise.
23001         * soft-fp/gedf2.c: Likewise.
23002         * soft-fp/gesf2.c: Likewise.
23003         * soft-fp/getf2.c: Likewise.
23004         * soft-fp/ledf2.c: Likewise.
23005         * soft-fp/lesf2.c: Likewise.
23006         * soft-fp/letf2.c: Likewise.
23007         * soft-fp/muldf3.c: Likewise.
23008         * soft-fp/mulsf3.c: Likewise.
23009         * soft-fp/multf3.c: Likewise.
23010         * soft-fp/negdf2.c: Likewise.
23011         * soft-fp/negsf2.c: Likewise.
23012         * soft-fp/negtf2.c: Likewise.
23013         * soft-fp/op-1.h: Likewise.
23014         * soft-fp/op-2.h: Likewise.
23015         * soft-fp/op-4.h: Likewise.
23016         * soft-fp/op-8.h: Likewise.
23017         * soft-fp/op-common.h: Likewise.
23018         * soft-fp/quad.h: Likewise.
23019         * soft-fp/single.h: Likewise.
23020         * soft-fp/soft-fp.h: Likewise.
23021         * soft-fp/sqrtdf2.c: Likewise.
23022         * soft-fp/sqrtsf2.c: Likewise.
23023         * soft-fp/sqrttf2.c: Likewise.
23024         * soft-fp/subdf3.c: Likewise.
23025         * soft-fp/subsf3.c: Likewise.
23026         * soft-fp/subtf3.c: Likewise.
23027         * soft-fp/truncdfsf2.c: Likewise.
23028         * soft-fp/trunctfdf2.c: Likewise.
23029         * soft-fp/trunctfsf2.c: Likewise.
23030         * soft-fp/trunctfxf2.c: Likewise.
23031         * soft-fp/unorddf2.c: Likewise.
23032         * soft-fp/unordsf2.c: Likewise.
23033         * soft-fp/unordtf2.c: Likewise.
23035 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23037         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23038         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23040 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23042         * elf/dl-libc.c: Clear initfini list after freeing.
23044 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23046         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23047         * soft-fp/addsf3.c: Likewise.
23048         * soft-fp/addtf3.c: Likewise.
23049         * soft-fp/divdf3.c: Likewise.
23050         * soft-fp/divsf3.c: Likewise.
23051         * soft-fp/divtf3.c: Likewise.
23052         * soft-fp/double.h: Likewise.
23053         * soft-fp/eqdf2.c: Likewise.
23054         * soft-fp/eqsf2.c: Likewise.
23055         * soft-fp/eqtf2.c: Likewise.
23056         * soft-fp/extenddftf2.c: Likewise.
23057         * soft-fp/extended.h: Likewise.
23058         * soft-fp/extendsfdf2.c: Likewise.
23059         * soft-fp/extendsftf2.c: Likewise.
23060         * soft-fp/extendxftf2.c: Likewise.
23061         * soft-fp/fixdfdi.c: Likewise.
23062         * soft-fp/fixdfsi.c: Likewise.
23063         * soft-fp/fixdfti.c: Likewise.
23064         * soft-fp/fixsfdi.c: Likewise.
23065         * soft-fp/fixsfsi.c: Likewise.
23066         * soft-fp/fixsfti.c: Likewise.
23067         * soft-fp/fixtfdi.c: Likewise.
23068         * soft-fp/fixtfsi.c: Likewise.
23069         * soft-fp/fixtfti.c: Likewise.
23070         * soft-fp/fixunsdfdi.c: Likewise.
23071         * soft-fp/fixunsdfsi.c: Likewise.
23072         * soft-fp/fixunsdfti.c: Likewise.
23073         * soft-fp/fixunssfdi.c: Likewise.
23074         * soft-fp/fixunssfsi.c: Likewise.
23075         * soft-fp/fixunssfti.c: Likewise.
23076         * soft-fp/fixunstfdi.c: Likewise.
23077         * soft-fp/fixunstfsi.c: Likewise.
23078         * soft-fp/fixunstfti.c: Likewise.
23079         * soft-fp/floatdidf.c: Likewise.
23080         * soft-fp/floatdisf.c: Likewise.
23081         * soft-fp/floatditf.c: Likewise.
23082         * soft-fp/floatsidf.c: Likewise.
23083         * soft-fp/floatsisf.c: Likewise.
23084         * soft-fp/floatsitf.c: Likewise.
23085         * soft-fp/floattidf.c: Likewise.
23086         * soft-fp/floattisf.c: Likewise.
23087         * soft-fp/floattitf.c: Likewise.
23088         * soft-fp/floatundidf.c: Likewise.
23089         * soft-fp/floatundisf.c: Likewise.
23090         * soft-fp/floatunsidf.c: Likewise.
23091         * soft-fp/floatunsisf.c: Likewise.
23092         * soft-fp/floatuntidf.c: Likewise.
23093         * soft-fp/floatuntisf.c: Likewise.
23094         * soft-fp/floatuntitf.c: Likewise.
23095         * soft-fp/fmadf4.c: Likewise.
23096         * soft-fp/fmasf4.c: Likewise.
23097         * soft-fp/fmatf4.c: Likewise.
23098         * soft-fp/gedf2.c: Likewise.
23099         * soft-fp/gesf2.c: Likewise.
23100         * soft-fp/getf2.c: Likewise.
23101         * soft-fp/ledf2.c: Likewise.
23102         * soft-fp/lesf2.c: Likewise.
23103         * soft-fp/letf2.c: Likewise.
23104         * soft-fp/muldf3.c: Likewise.
23105         * soft-fp/mulsf3.c: Likewise.
23106         * soft-fp/multf3.c: Likewise.
23107         * soft-fp/negdf2.c: Likewise.
23108         * soft-fp/negsf2.c: Likewise.
23109         * soft-fp/negtf2.c: Likewise.
23110         * soft-fp/op-1.h: Likewise.
23111         * soft-fp/op-2.h: Likewise.
23112         * soft-fp/op-4.h: Likewise.
23113         * soft-fp/op-8.h: Likewise.
23114         * soft-fp/op-common.h: Likewise.
23115         * soft-fp/quad.h: Likewise.
23116         * soft-fp/single.h: Likewise.
23117         * soft-fp/soft-fp.h: Likewise.
23118         * soft-fp/sqrtdf2.c: Likewise.
23119         * soft-fp/sqrtsf2.c: Likewise.
23120         * soft-fp/sqrttf2.c: Likewise.
23121         * soft-fp/subdf3.c: Likewise.
23122         * soft-fp/subsf3.c: Likewise.
23123         * soft-fp/subtf3.c: Likewise.
23124         * soft-fp/truncdfsf2.c: Likewise.
23125         * soft-fp/trunctfdf2.c: Likewise.
23126         * soft-fp/trunctfsf2.c: Likewise.
23127         * soft-fp/trunctfxf2.c: Likewise.
23128         * soft-fp/unorddf2.c: Likewise.
23129         * soft-fp/unordsf2.c: Likewise.
23130         * soft-fp/unordtf2.c: Likewise.
23132 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23134         [BZ #15672]
23135         * misc/error.c (error_tail): Fix possible buffer overflow.
23137 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23139         [BZ #13028]
23140         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23141         address.
23143 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23145         [BZ #832]
23146         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23147         testing pipefail option.
23149 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23151         * soft-fp/double.h: Indent preprocessor directives inside #if.
23152         * soft-fp/extended.h: Likewise.
23153         * soft-fp/op-2.h: Likewise.
23154         * soft-fp/op-4.h: Likewise.
23155         * soft-fp/op-common.h: Likewise.
23156         * soft-fp/quad.h: Likewise.
23157         * soft-fp/single.h: Likewise.
23158         * soft-fp/soft-fp.h: Likewise.
23160 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23162         * iconv/iconv_prog.c: Fix typos.
23163         * stdio-common/psiginfo-data.h: Likewise.
23165 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23167         [BZ #15764]
23168         * locale/setlocale.c: Fix typo.
23170 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23172         [BZ #16036]
23173         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23174         signaling NaN arguments.
23175         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23176         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23178         [BZ #14910]
23179         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23180         unordered operands.
23181         * soft-fp/gesf2.c (__gesf2): Likewise.
23182         * soft-fp/getf2.c (__getf2): Likewise.
23183         * soft-fp/ledf2.c (__ledf2): Likewise.
23184         * soft-fp/lesf2.c (__lesf2): Likewise.
23185         * soft-fp/letf2.c (__letf2): Likewise.
23187         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23188         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23189         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23190         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23191         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23192         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23193         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23194         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23195         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23196         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23197         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23198         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23199         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23200         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23201         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23202         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23203         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23204         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23205         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23206         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23207         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23208         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23209         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23210         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23211         * soft-fp/floattidf.c (__floattidf): Likewise.
23212         * soft-fp/floattisf.c (__floattisf): Likewise.
23213         * soft-fp/floattitf.c (__floattitf): Likewise.
23214         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23215         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23216         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23217         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23218         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23219         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23220         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23221         * soft-fp/gesf2.c (__gesf2): Likewise.
23222         * soft-fp/getf2.c (__getf2): Likewise.
23223         * soft-fp/ledf2.c (__ledf2): Likewise.
23224         * soft-fp/lesf2.c (__lesf2): Likewise.
23225         * soft-fp/letf2.c (__letf2): Likewise.
23227         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23228         Undefine and redefine.
23229         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23230         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23231         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23232         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23233         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23234         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23235         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23236         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23237         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23238         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23239         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23240         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23241         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23242         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23243         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23245         [BZ #16032]
23246         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23247         without decrementing exponent if mantissa >= that for the
23248         denominator, not >.
23249         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23250         denominator, not >.  Decrement exponent in < case instead of
23251         incrementing in >= case.
23252         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23253         without decrementing exponent if mantissa >= that for the
23254         denominator, not >.
23256         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23257         computing saturated result for unsigned overflow.
23259 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23260             Jeff Law  <law@redhat.com>
23262         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23263         (atan2Mp): Add systemtap probe marker.
23264         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23265         (__ieee754_log): Add systemtap probe marker.
23266         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23267         (atanMp): Add systemtap probe marker.
23268         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23269         (tanMp): Add systemtap probe marker.
23270         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23271         (__slowexp): Add systemtap probe marker.
23272         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23273         (__slowpow): Add systemtap probe marker.
23274         * manual/probes.texi: Document probes.
23276 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23278         [BZ #15362]
23279         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23280         written.
23281         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23282         written.
23283         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23284         written to buffer but not flushed.
23285         * libio/iofwrite_u.c:  Likewise.
23286         * libio/iopadn.c:  Return bytes returned even if EOF was
23287         encountered.
23288         * libio/iowpadn.c:  Likewise.
23289         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23290         if _IO_padn does not write the whole buffer.
23291         [!COMPILE_WPRINTF] (PAD): Likewise.
23293 2013-10-10  David S. Miller  <davem@davemloft.net>
23295         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23296         directory block.
23298 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23300         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23301         instead of FSF address.
23302         * soft-fp/fixdfti.c: Likewise.
23303         * soft-fp/fixsfti.c: Likewise.
23304         * soft-fp/fixtfti.c: Likewise.
23305         * soft-fp/fixunsdfti.c: Likewise.
23306         * soft-fp/fixunssfti.c: Likewise.
23307         * soft-fp/fixunstfti.c: Likewise.
23308         * soft-fp/floattidf.c: Likewise.
23309         * soft-fp/floattisf.c: Likewise.
23310         * soft-fp/floattitf.c: Likewise.
23311         * soft-fp/floatuntidf.c: Likewise.
23312         * soft-fp/floatuntisf.c: Likewise.
23313         * soft-fp/floatuntitf.c: Likewise.
23314         * soft-fp/trunctfxf2.c: Likewise.
23316         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23317         * soft-fp/fixdfti.c: Likewise.
23318         * soft-fp/fixsfti.c: Likewise.
23319         * soft-fp/fixtfti.c: Likewise.
23320         * soft-fp/fixunsdfti.c: Likewise.
23321         * soft-fp/fixunssfti.c: Likewise.
23322         * soft-fp/fixunstfti.c: Likewise.
23323         * soft-fp/floattidf.c: Likewise.
23324         * soft-fp/floattisf.c: Likewise.
23325         * soft-fp/floattitf.c: Likewise.
23326         * soft-fp/floatuntidf.c: Likewise.
23327         * soft-fp/floatuntisf.c: Likewise.
23328         * soft-fp/floatuntitf.c: Likewise.
23329         * soft-fp/trunctfxf2.c: Likewise.
23331 2013-10-10  David S. Miller  <davem@davemloft.net>
23333         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23335 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23337         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23338         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23339         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23340         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23341         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23342         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23343         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23345         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23346         for NaNs before doing comparisons on argument.
23347         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23348         Likewise.
23350 2013-10-10  Will Newton  <will.newton@linaro.org>
23352         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23353         passed to _int_memalign does not overflow.
23355 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23357         * scripts/bench.pl: Add include-sources directive.
23358         * benchtests/README: Update documentation.
23360 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23362         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23363         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23364         instead of FP_INIT_ROUNDMODE.
23365         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23366         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23368         [BZ #16034]
23369         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23370         copy class of input value.
23371         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23372         not handle exceptions.
23373         * soft-fp/negsf2.c (__negsf2): Likewise.
23374         * soft-fp/negtf2.c (__negtf2): Likewise.
23375         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23377 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23379         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23380         semicolon.  From Linux kernel.
23382 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23384         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23386 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23388         [BZ #156]
23389         * manual/socket.texi: Added statement about buffer
23390         for gethostbyname2_r.
23392 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23394         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23395         Use .p2align directive instead, throughout.
23396         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23397         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23398         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23399         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23400         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23401         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23402         * sysdeps/x86_64/strchr.S: Likewise.
23403         * sysdeps/x86_64/strrchr.S: Likewise.
23405 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23407         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23409         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23411         * sysdeps/generic/math_private.h (__mpsin1): Remove
23412         declaration.
23413         (__mpcos1): Likewise.
23414         (__mpsin): New argument __range_reduce.
23415         (__mpcos): Likewise.
23416         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23417         (slow): Use __mpsin and __mpcos.
23418         (slow1): Likewise.
23419         (slow2): Likewise.
23420         (sloww): Likewise.
23421         (sloww1): Likewise.
23422         (sloww2): Likewise.
23423         (bsloww): Likewise.
23424         (bsloww1): Likewise.
23425         (bsloww2): Likewise.
23426         (cslow2): Likewise.
23427         (csloww): Likewise.
23428         (csloww1): Likewise.
23429         (csloww2): Likewise.
23430         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23431         range_reduce.  Merge in __mpsin1.
23432         (__mpcos): Likewise.
23433         (__mpsin1): Remove.
23434         (__mpcos1): Likewise.
23436 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23438         * locale/loadlocale.c (_nl_intern_locale_data): Use
23439         LOCFILE_ALIGNED_P.
23440         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23441         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23442         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23443         obstack data is appropriately aligned.
23444         (obstack_int32_grow_fast): Likewise.
23445         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23446         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23447         (add_locale_uint32_array): Likewise.
23449 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23451         * benchtests/Makefile: Remove ARGLIST and RET variables.
23452         ($(objpfx)bench-%.c): Pass only function name to the script.
23453         * benchtests/README: Update documentation.
23454         * benchtests/acos-inputs: Add new directives.
23455         * benchtests/acosh-inputs: Likewise.
23456         * benchtests/asin-inputs: Likewise.
23457         * benchtests/asinh-inputs: Likewise.
23458         * benchtests/atan-inputs: Likewise.
23459         * benchtests/atanh-inputs: Likewise.
23460         * benchtests/cos-inputs: Likewise.
23461         * benchtests/cosh-inputs: Likewise.
23462         * benchtests/exp-inputs: Likewise.
23463         * benchtests/log-inputs: Likewise.
23464         * benchtests/pow-inputs: Likewise.
23465         * benchtests/rint-inputs: Likewise.
23466         * benchtests/sin-inputs: Likewise.
23467         * benchtests/sinh-inputs: Likewise.
23468         * benchtests/tan-inputs: Likewise.
23469         * benchtests/tanh-inputs: Likewise.
23470         * scripts/bench.pl: Add support for new directives.
23472 2013-10-07  Alan Modra  <amodra@gmail.com>
23474         * README: Fix careless merge.
23476 2013-10-05  Alan Modra  <amodra@gmail.com>
23478         * NEWS: Mention powerpc64le support and bugs fixed.
23479         * README: Both big-endian and little-endian powerpc64 supported.
23481 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23483         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23484         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23485         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23486         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23488 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23490         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23491         match prototype.
23493 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23495         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23496         Move -mhard-float appending from
23497         ports/sysdeps/powerpc/powerpc32/Makefile.
23498         [$(with-fp) = yes] (ASFLAGS): Likewise.
23499         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23500         * sysdeps/powerpc/nofpu: Move directory from
23501         ports/sysdeps/powerpc/nofpu.
23502         * sysdeps/powerpc/soft-fp: Move directory from
23503         ports/sysdeps/powerpc/soft-fp.
23504         * sysdeps/powerpc/powerpc32/405: Move directory from
23505         ports/sysdeps/powerpc/powerpc32/405.
23506         * sysdeps/powerpc/powerpc32/440: Move directory from
23507         ports/sysdeps/powerpc/powerpc32/440.
23508         * sysdeps/powerpc/powerpc32/464: Move directory from
23509         ports/sysdeps/powerpc/powerpc32/464.
23510         * sysdeps/powerpc/powerpc32/476: Move directory from
23511         ports/sysdeps/powerpc/powerpc32/476.
23512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23513         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23515         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23517         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23519         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23521         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23522         * README: Update for powerpc-*-linux-gnu software floating point
23523         support in libc.
23525         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23526         case to powerpc/powerpc32*.
23527         * sysdeps/unix/sysv/linux/configure: Regenerated.
23529         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23530         (_FPU_MASK_OM): Define as 0x04.
23531         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23532         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23533         0x00c10080.
23534         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23535         0x0000003c.
23536         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23539         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23540         getcontext_e500.
23541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23542         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23543         setcontext_e500.
23544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23545         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23546         and setcontext_e500.
23548 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23550         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23552 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23554         * manual/threads.texi (Default Thread Attributes): Fix typo.
23556 2013-10-04  Will Newton  <will.newton@linaro.org>
23558         * malloc/Makefile: Add tst-memalign.
23559         * malloc/tst-memalign.c: New file.
23561         * malloc/tst-posix_memalign.c: Add comments.
23562         (do_test): Add comments and call free on all potentially
23563         allocated pointers. Add space after cast.
23565         * malloc/tst-pvalloc.c: Add comments.
23566         (do_test): Add comments and call free on all potentially
23567         allocated pointers. Remove duplicate check for NULL pointer.
23568         Add space after cast.
23570         * malloc/tst-valloc.c: Add comments.
23571         (do_test): Add comments and call free on all potentially
23572         allocated pointers. Remove duplicate check for NULL pointer.
23573         Add space after cast.
23575 2013-10-04  Alan Modra  <amodra@gmail.com>
23577         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23578         Use stdint types in rather than __attribute__((mode())).
23579         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23581 2013-10-04  Alan Modra  <amodra@gmail.com>
23583         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23584         Correct handling of unaligned relocs for little-endian.
23585         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23587 2013-10-04  Alan Modra  <amodra@gmail.com>
23589         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23590         * configure: Regenerate.
23591         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23592         * shlib-versions: Likewise.
23594 2013-10-04  Alan Modra  <amodra@gmail.com>
23596         * string/tester.c (test_memrchr): Increment reported test cycle.
23598 2013-10-04  Alan Modra  <amodra@gmail.com>
23600         * string/test-memcpy.c (do_one_test): When reporting errors, print
23601         string address and don't overrun end of string.
23603 2013-10-04  Alan Modra  <amodra@gmail.com>
23605         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23606         insrdi.  Make better use of reg selection to speed exit slightly.
23607         Schedule entry path a little better.  Remove useless "are we done"
23608         checks on entry to main loop.  Handle wrapping around zero address.
23609         Correct main loop count.  Handle single left-over word from main
23610         loop inline rather than by using loop_small.  Remove extra word
23611         case in loop_small caused by wrong loop count.  Add little-endian
23612         support.
23613         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23614         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23615         cache hint.
23616         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23617         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23618         support.  Avoid rlwimi.
23619         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23621 2013-10-04  Alan Modra  <amodra@gmail.com>
23623         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23624         insrdi.  Formatting.
23625         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23626         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23627         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23628         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23629         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23630         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23632 2013-10-04  Alan Modra  <amodra@gmail.com>
23634         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23635         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23636         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23637         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23638         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23639         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23640         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23641         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23642         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23643         use of regs.  Use power7 mtocrf.  Tidy function tails.
23645 2013-10-04  Alan Modra  <amodra@gmail.com>
23647         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23648         Formatting.  Consistently use rXXX register defines or rN defines.
23649         Use early exit labels that avoid restoring unused non-volatile regs.
23650         Make cr field use more consistent with rWORDn compares.  Rename
23651         regs used as shift registers for unaligned loop, using rN defines
23652         for short lifetime/multiple use regs.
23653         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23654         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23655         addi 1,1,64 to pop stack frame.  Simplify return value code.
23656         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23658 2013-10-04  Alan Modra  <amodra@gmail.com>
23660         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23661         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23662         rather than rlwimi.
23663         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23664         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23665         little-endian support.  Correct typos.
23666         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23667         rather than rlwimi.
23668         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23669         in loop and entry code to keep "and." results.
23670         (strchr): Add little-endian support.  Comment.  Move cntlzd
23671         earlier in tail.
23672         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23674 2013-10-04  Alan Modra  <amodra@gmail.com>
23676         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23677         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23678         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23679         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23681 2013-10-04  Alan Modra  <amodra@gmail.com>
23683         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23684         (rTMP): Define as r11.
23685         (strcmp): Add little-endian support.  Optimise tail.
23686         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23687         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23688         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23689         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23690         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23691         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23692         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23694 2013-10-04  Alan Modra  <amodra@gmail.com>
23696         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23697         little-endian support.  Remove unnecessary "are we done" tests.
23698         Handle "s" wrapping around zero and extremely large "size".
23699         Correct main loop count.  Handle single left-over word from main
23700         loop inline rather than by using small_loop.  Correct comments.
23701         Delete "zero" tail, use "end_max" instead.
23702         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23704 2013-10-04  Alan Modra  <amodra@gmail.com>
23706         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23707         support.  Don't branch over align.
23708         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23709         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23710         support.  Rearrange tmp reg use to suit.  Comment.
23711         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23713 2013-10-04  Alan Modra  <amodra@gmail.com>
23715         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23717 2013-10-04  Alan Modra  <amodra@gmail.com>
23719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23720         conditional form of branch and link when obtaining pc.
23721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23723 2013-10-04  Alan Modra  <amodra@gmail.com>
23725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23726         HIWORD/LOWORD.
23727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23730 2013-10-04  Alan Modra  <amodra@gmail.com>
23732         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23733         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23734         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23735         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23736         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23737         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23738         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23739         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23740         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23741         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23743 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23744             Alistair Popple <alistair@ozlabs.au.ibm.com>
23745             Alan Modra <amodra@gmail.com>
23747         [BZ #15723]
23748         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23749         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23750         _dl_hwcap access for little-endian.
23751         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23752         destroy vmx regs when saving unaligned.
23753         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23754         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23755         destroy vmx regs when saving unaligned.
23757 2013-10-04  Alan Modra  <amodra@gmail.com>
23759         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23760         Don't use a union to pack hi/low value.
23762 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23764         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23765         for little-endian.
23766         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23767         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23768         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23769         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23770         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23772 2013-10-04  Alan Modra  <amodra@gmail.com>
23774         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23775         constants to usual value for .cst8 section, and remove redundant
23776         high address load.
23777         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23778         constant for 0x1p52.  Load little-endian words of double from
23779         correct stack offsets.
23781 2013-10-04  Alan Modra  <amodra@gmail.com>
23783         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23784         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23785         words of double from correct stack offsets.
23786         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23787         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23788         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23789         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23790         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23791         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23792         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23793         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23794         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23795         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23796         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23797         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23798         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23799         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23800         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23801         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23802         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23804 2013-10-04  Alan Modra  <amodra@gmail.com>
23806         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23807         64-bit int/double union.
23808         (_FPU_SETCW): Likewise.
23809         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23810         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23812 2013-10-04  Alan Modra  <amodra@gmail.com>
23814         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23815         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23817 2013-10-04  Alan Modra  <amodra@gmail.com>
23819         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23820         use vector int constants.
23821         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23823 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23825         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23826         array with long long.
23827         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23828         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23829         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23830         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23831         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23832         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23833         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23834         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23835         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23836         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23837         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23838         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23839         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23841 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23843         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23844         (__signbit): Likewise.  Correct for little-endian.
23845         (__signbitl): Call __signbit.
23846         (lrint): Correct for little-endian.
23847         (lrintf): Call lrint.
23849 2013-10-04  Alan Modra  <amodra@gmail.com>
23851         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23852         union 32-bit int array member with 64-bit int array.
23853         (t515, tm256): Double rather than long double.
23854         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23856 2013-10-04  Alan Modra  <amodra@gmail.com>
23858         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23859         Delete.
23860         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23861         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23862         version of math_ldbl.h.
23864 2013-10-04  Alan Modra  <amodra@gmail.com>
23866         [BZ #15734], [BZ #15735]
23867         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23868         all uses of ieee875 long double macros and unions.  Simplify test
23869         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23870         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23871         normalize after ldbl_extract_mantissa, and don't add hidden bit
23872         already handled.  Don't treat low word of ieee854 mantissa like
23873         low word of IBM long double and mask off bit when testing for
23874         zero.
23875         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23876         all uses of ieee875 long double macros and unions.  Simplify tests
23877         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23878         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23879         two1022, instead use their values.  Recognise that tests for large
23880         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23881         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23882         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23883         test for 0.0L and nan.  Correct negation.
23884         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23885         ieee875 long double macros and unions.  Correct output for large
23886         magnitude x.  Correct absolute value calculation.
23887         (__erfcl): Likewise.
23888         * math/libm-test.inc: Add tests for errors discovered in IBM long
23889         double versions of fmodl, remainderl, erfl and erfcl.
23891 2013-10-04  Alan Modra  <amodra@gmail.com>
23893         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23894         all uses of ieee854 long double macros and unions.  Simplify tests
23895         for long doubles that are fully specified by the high double.
23896         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23897         Likewise.
23898         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23899         Remove dead code too.
23900         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23901         (__ieee754_ynl): Likewise.
23902         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23903         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23904         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23905         Remove dead code too.
23906         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23907         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23908         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23909         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23910         Simplify.
23911         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23912         Simplify.
23913         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23914         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23915         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23916         Comment on variable precision.
23917         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23918         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23919         Likewise.
23920         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23921         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23922         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23923         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23924         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23926 2013-10-04  Alan Modra  <amodra@gmail.com>
23928         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23929         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23930         all uses of ieee854 long double macros and unions.
23931         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23932         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23933         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23934         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23935         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23936         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23937         Likewise.
23938         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23939         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23940         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23941         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23942         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23943         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23944         Simplify sign and nan test too.
23945         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23946         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23947         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23948         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23949         Likewise.
23950         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23951         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23952         Likewise.
23953         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23954         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23955         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23956         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23957         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23958         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23960 2013-10-04  Alan Modra  <amodra@gmail.com>
23962         * stdio-common/printf_size.c (__printf_size): Don't use
23963         union ieee854_long_double in fpnum union.
23964         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23965         signbit macro to retrieve sign from long double.
23966         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23967         retrieve sign from long double.
23968         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23969         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23970         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23971         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23972         * math/test-misc.c (main): Don't use union ieee854_long_double.
23974 2013-10-04  Alan Modra  <amodra@gmail.com>
23976         [BZ #15680]
23977         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23978         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23979         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23980         calculation.  Remove unnecessary test for denormal exponent.
23981         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23982         Correct handling of denormals.  Avoid undefined shift behaviour.
23983         Correct normalisation of low mantissa when low double is denormal.
23984         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23985         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23986         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23987         Correct normalisation of low mantissa.  Test for overflow of high
23988         mantissa and normalise.
23989         (ldbl_nearbyint): Use more readable constant for two52.
23990         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23991         (__mpn_construct_long_double): Fix test for overflow of high
23992         mantissa and correct normalisation.  Avoid undefined shift.
23994 2013-10-04  Alan Modra  <amodra@gmail.com>
23996         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23997         (union ibm_extended_long_double): Define as an array of ieee754_double.
23998         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23999         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24000         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24001         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24002         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24003         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24004         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24005         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24006         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24007         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24008         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24010 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24012         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24013         page size instead of calling getpagesize.
24015         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24016         (LOCFILE_ALIGN_MASK): Likewise.
24017         (LOCFILE_ALIGN_UP): Likewise.
24018         (LOCFILE_ALIGNED_P): Likewise.
24019         * locale/programs/ld-collate.c (collate_output): Use the new
24020         macros instead of __alignof__ (int32_t).
24021         * locale/weight.h (findidx): Likewise.
24023 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24025         [BZ #431]
24026         * manual/string.texi: Fix strncat and wcsncat.
24028 2013-10-03  Brooks Moses  <bmoses@google.com>
24030         [BZ #15915]
24031         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24032         * Makerules: ...here, and adjust associated comments.
24034 2013-10-02  Will Newton  <will.newton@linaro.org>
24036         * malloc/Makefile: Add tst-pvalloc.
24037         * malloc/tst-pvalloc.c: New file.
24039 2013-10-02  Will Newton  <will.newton@linaro.org>
24041         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24042         improve test coverage.
24044 2013-10-02  Will Newton  <will.newton@linaro.org>
24046         * malloc/Makefile: Add tst-posix_memalign.
24047         * malloc/tst-posix_memalign.c: New file.
24049 2013-10-01  Eric Blake  <eblake@redhat.com>
24051         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24052         Use __THROWNL rather than __THROW on static functions.
24054 2013-09-30  Petr Machata  <pmachata@redhat.com>
24056         * elf/elf.h (R_AARCH64_ABS16): New macro.
24057         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24058         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24059         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24060         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24061         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24062         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24063         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24064         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24065         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24066         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24067         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24068         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24069         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24070         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24071         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24072         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24073         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24074         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24075         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24076         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24077         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24078         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24079         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24080         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24081         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24082         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24083         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24084         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24085         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24086         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24087         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24088         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24089         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24090         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24091         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24092         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24093         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24094         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24095         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24096         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24097         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24098         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24099         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24100         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24101         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24102         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24103         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24104         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24105         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24106         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24107         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24108         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24109         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24110         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24111         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24112         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24113         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24114         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24115         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24116         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24117         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24118         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24119         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24120         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24121         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24122         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24123         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24124         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24125         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24126         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24127         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24128         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24129         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24130         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24131         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24132         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24133         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24134         (R_AARCH64_TLSDESC_LDR): Likewise.
24135         (R_AARCH64_TLSDESC_ADD): Likewise.
24136         (R_AARCH64_TLSDESC_CALL): Likewise.
24138 2013-09-30  Andreas Schwab  <schwab@suse.de>
24140         [BZ #15048]
24141         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24142         the nss database lookup.
24143         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24144         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24146 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24148         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24150 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24152         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24153         ${Bash-specific parameter/pattern/string} parameter expansion.
24154         * sysdeps/unix/make-syscalls.sh: Likewise.
24156 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24158         * sysdeps/sh/stackguard-macros.h: New file.
24160 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24162         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24163         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24164         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24165         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24166         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24167         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24169 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24171         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24172         Fix thread ID register.
24174 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24176         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24177         [POSIX || UNIX98]: Require rather than permitting all symbols from
24178         <time.h>.
24179         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24180         element of struct sched_param.
24181         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24182         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24183         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24184         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24185         constant.
24187 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24189         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24190         argument calculation.
24192 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24194         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24195         Expect macro.
24196         [POSIX] (pthread_attr_t): Do not require type.
24197         [POSIX] (pthread_cond_t): Likewise.
24198         [POSIX] (pthread_condattr_t): Likewise.
24199         [POSIX] (pthread_key_t): Likewise.
24200         [POSIX] (pthread_mutex_t): Likewise.
24201         [POSIX] (pthread_mutexattr_t): Likewise.
24202         [POSIX] (pthread_once_t): Likewise.
24203         [POSIX] (pthread_t): Likewise.
24204         [POSIX-based standards] (pthread_atfork): Expect function.
24206 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24207             Richard Sandiford  <richard@codesourcery.com>
24209         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24210         (swap_endianness_p): New extern variable.
24211         (set_big_endian): New inline function.
24212         (maybe_swap_uint32): Likewise.
24213         (maybe_swap_uint32_array): Likewise.
24214         (maybe_swap_uint32_obstack): Likewise.
24215         * locale/programs/locfile.c: Include <stdbool.h>.
24216         (swap_endianness_p): New variable.
24217         (add_locale_uint32): Call maybe_swap_uint32.
24218         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24219         (write_locale_data): Call maybe_swap_uint32_array.
24220         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24221         maybe_swap_uint32.
24222         (obstack_int32_grow_fast): Likewise.
24223         (output_weightwc): Call maybe_swap_uint32_obstack.
24224         (collate_output): Likewise.
24225         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24226         (OPT_LITTLE_ENDIAN): Likewise.
24227         (options): Add --little-endian and --big-endian options.
24228         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24229         * locale/programs/locarchive.c: Include "locfile.h".
24230         (GET): New macro.
24231         (SET): Likewise.
24232         (INC): Likewise.
24233         (create_archive): Use the new macros to access fields of
24234         structures directly mapped from or written to locale archives.
24235         (oldlocrecentcmp): Likewise.
24236         (enlarge_archive): Likewise.
24237         (insert_name): Likewise.
24238         (add_alias): Likewise.
24239         (add_locale): Likewise.
24240         (delete_locales_from_archive): Likewise.
24241         (show_archive_content): Likewise.
24242         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24243         locale data.
24245 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24247         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24248         http://www.gnu.org/doc/freemanuals.texi.
24249         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24251 2013-09-24  Will Newton  <will.newton@linaro.org>
24253         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24254         macro.
24256 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24258         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24259         unsigned char.
24261 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24263         * manual/threads.texi (POSIX Threads): Fix a typo.
24265 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24267         [BZ #14547]
24268         * string/tst-strcoll-overflow.c: New test case.
24269         * string/Makefile (xtests): Add tst-strcoll-overflow.
24270         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24271         cache if string sizes may cause integer overflow.
24273         [BZ #14547]
24274         * string/strcoll_l.c (coll_seq): New members rule, idx,
24275         save_idx and back_us.
24276         (get_next_seq_nocache): New function.
24277         (do_compare_nocache): New function.
24278         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24279         when malloc fails.
24281 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24283         [BZ #15754]
24284         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24285         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24286         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24288         [BZ #15754]
24289         * elf/Makefile (tests): Add tst-ptrguard1.
24290         (tests-static): Add tst-ptrguard1-static.
24291         (tst-ptrguard1-ARGS): Define.
24292         (tst-ptrguard1-static-ARGS): Define.
24293         * elf/tst-ptrguard1.c: New file.
24294         * elf/tst-ptrguard1-static.c: New file.
24295         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24296         * sysdeps/i386/stackguard-macros.h: Likewise.
24297         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24298         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24299         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24300         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24301         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24302         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24304 2013-09-23  Hector Marco  <hecmargi@upv.es>
24305             Ismael Ripoll  <iripoll@disca.upv.es>
24306             Carlos O'Donell  <carlos@redhat.com>
24308         [BZ #15754]
24309         * sysdeps/generic/stackguard-macros.h: Define
24310         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24311         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24312         Define __pointer_chk_guard_local.
24313         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24314         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24316 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24318         [BZ #15859]
24319         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24321 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24323         * include/string.h (__ffs): Declare as hidden.
24324         * string/ffs.c (__ffs): Define as hidden.
24325         * sysdeps/i386/ffs.c (__ffs): Likewise.
24326         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24327         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24328         * sysdeps/s390/ffs.c (__ffs): Likewise.
24329         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24331 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24333         * NEWS: Mention malloc probes.
24335         * malloc/arena.c (new_heap): New memory_heap_new probe.
24336         (grow_heap): New memory_heap_more probe.
24337         (shrink_heap): New memory_heap_less probe.
24338         (heap_trim): New memory_heap_free probe.
24339         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24340         (systrim): New memory_sbrk_less probe.
24341         * manual/probes.texi: Document them.
24343         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24344         * manual/probes.texi: Document it.
24346         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24347         (__libc_realloc): Add memory_realloc_retry probe.
24348         (__libc_memalign): Add memory_memalign_retry probe.
24349         (__libc_valloc): Add memory_valloc_retry probe.
24350         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24351         (__libc_calloc): Add memory_calloc_retry probe.
24352         * manual/probes.texi: Document them.
24354         * malloc/arena.c (get_free_list): Add probe
24355         memory_arena_reuse_free_list.
24356         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24357         and memory_arena_reuse.
24358         (arena_get2) [!PER_THREAD]: Likewise.
24359         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24360         memory_arena_reuse_realloc.
24361         * manual/probes.texi: Document them.
24363         * malloc/malloc.c (__libc_free): Add
24364         memory_mallopt_free_dyn_thresholds probe.
24365         (__libc_mallopt): Add multiple memory_mallopt probes.
24366         * manual/probes.texi: Document them.
24368         * malloc/malloc.c: Include stap-probe.h.
24369         (__libc_mallopt): Add memory_mallopt probe.
24370         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24371         * manual/probes.texi: New.
24372         * manual/Makefile (chapters): Add probes.
24373         * manual/threads.texi: Set next node.
24375 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24377         [BZ #15963, #13985]
24378         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24379         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24380         Add `Chinese' to `nan' entry name.
24382 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24384         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24385         (POLYNOMIAL): Likewise.
24386         (TAYLOR_SINCOS): Likewise.
24387         (TAYLOR_SLOW): Likewise.
24388         (__sin): Use TAYLOR_SINCOS.
24389         (__cos): Likewise.
24390         (slow): Use TAYLOR_SLOW.
24391         (sloww): Likewise.
24392         (bsloww): Likewise.
24393         (csloww): Likewise.
24395 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24397         * stdlib/strtod_l.c: Fix buffer overrun.
24399 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24401         * benchtests/Makefile (bench): Add sincos.
24402         * benchtests/bench-sincos.c: New file.
24404         * math/libm-test.inc (cos_test_data): New test inputs.
24405         (sin_test_data): Likewise.
24407         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24408         macro.
24409         (__sin): Use it.
24410         (__cos): Likewise.
24411         (slow1): Likewise.
24412         (slow2): Likewise.
24413         (sloww1): Likewise.
24414         (sloww2): Likewise.
24415         (bsloww1): Likewise.
24416         (bsloww2): Likewise.
24417         (cslow2): Likewise.
24418         (csloww1): Likewise.
24419         (csloww2): Likewise.
24421         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24422         function.
24423         (__sin): Use it.
24424         (__cos): Likewise.
24426         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24427         gotos.
24428         (__cos): Likewise.
24430 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24432         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24433         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24434         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24435         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24436         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24437         * elf/cache.c (print_entry): Handle the new cache flags.
24439 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24440             Aldy Hernandez  <aldyh@redhat.com>
24442         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24443         Change condition to [_SOFT_FLOAT].
24444         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24445         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24446         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24447         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24448         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24449         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24450         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24451         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24452         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24453         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24454         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24455         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24456         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24457         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24458         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24459         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24460         declaration.
24462 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24464         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24465         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24466         (__longjmp): Use LOAD_GP to load saved GPRs.
24467         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24468         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24469         (__sigsetjmp): Use SAVE_GP to save GPRs.
24471         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24472         Do not append -msoft-float.
24473         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24475 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24477         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24479 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24481         [BZ #15966]
24482         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24483         (_FPU_GETCW): Use initial "__" on variable and field names but not
24484         on macro parameter name.
24485         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24486         parentheses around reference to macro parameter.
24488 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24490         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24491         prototype.
24492         (ctype_startup): Use uint32_t in cast and sizeof for
24493         ctype->charnames.
24495 2013-09-11  Jia Liu  <proljc@gmail.com>
24497         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24498         __daddr_t_defined.
24499         [__FreeBSD__]: Likewise.
24501 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24503         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24504         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24505         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24506         (strchr): Remove __strchr_sse42 ifunc selection.
24507         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24508         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24510 2013-09-11  Will Newton  <will.newton@linaro.org>
24512         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24513         parameter to RES. Remove hardcoded 1000 value.
24514         * benchtests/bench-skeleton.c (main): Pass RES parameter
24515         to TIMING_INIT and multiply result by 1000.
24517 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24519         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24521 2013-09-11  Andreas Schwab  <schwab@suse.de>
24523         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24524         if not defined.
24525         (O_TMPFILE) [__USE_GNU]: Define.
24526         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24527         Define.
24529 2013-09-11  Will Newton  <will.newton@linaro.org>
24531         [BZ #15857]
24532         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24533         does not overflow.
24535 2013-09-11  Will Newton  <will.newton@linaro.org>
24537         [BZ #15856]
24538         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24539         does not overflow.
24541 2013-09-11  Will Newton  <will.newton@linaro.org>
24543         [BZ #15855]
24544         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24545         does not overflow.
24547 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24549         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24550         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24551         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24552         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24553         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24555 2013-09-10  Allan McRae  <allan@archlinux.org>
24557         [BZ #15748]
24558         * manual/arith.texi (Parsing of Floats): Clarify
24559         cross-reference.
24561         [BZ #15849]
24562         * manual/install.texi (Running make install): Mention
24563         --enable-pt-chown.
24564         * INSTALL: Regenerated.
24566 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24568         * csu/init-first.c (_init): Remove the !SHARED condition around
24569         FPU control word initialization.
24570         * elf/dl-support.c (_dl_fpu_control): New variable.
24571         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24572         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24573         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24574         * math/test-fpucw-static.c: New file.
24575         * math/test-fpucw-ieee.c: New file.
24576         * math/test-fpucw-ieee-static.c: New file.
24577         * math/Makefile (tests): Add `test-fpucw-ieee' and
24578         `$(tests-static)'.
24579         (tests-static): New variable.
24580         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24581         dependency to...
24582         [($(build-shared),yes)]
24583         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24584         ... this.
24585         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24586         New dependency.
24588 2013-09-09  Allan McRae  <allan@archlinux.org>
24590         [BZ #15939]
24591         * manual/string.texi (Collation Functions): Fix typo in
24592         strcoll example.
24593         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24595         [BZ #15893]
24596         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24598         [BZ #15892]
24599         * libio/memstream.c (open_memstream): Fix memory leak.
24600         * libio/wmemstream.c (open_wmemstream): Likewise.
24602         [BZ #15895]
24603         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24605 2013-09-09  Will Newton  <will.newton@linaro.org>
24607         * malloc/Makefile: Add tst-realloc to tests.
24608         * malloc/tst-realloc.c: New file.
24610 2013-09-09  Allan McRae  <allan@archlinux.org>
24612         [BZ #15844]
24613         * COPYING: Update from GNU website to fix FSF address.
24614         * COPYING.LIB: Likewise.
24616 2013-09-06  David S. Miller  <davem@davemloft.net>
24618         * po/zh_TW.po: Update Chinese (traditional) translation from
24619         translation project.
24621 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24622             Joseph Myers  <joseph@codesourcery.com>
24624         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24625         "localeinfo.h".
24626         (obstack_chunk_alloc): New macro.
24627         (obstack_chunk_free): Likewise.
24628         (record_offset): New function.
24629         (init_locale_data): Likewise.
24630         (align_locale_data): Likewise.
24631         (add_locale_empty): Likewise.
24632         (add_locale_raw_data): Likewise.
24633         (add_locale_raw_obstack): Likewise.
24634         (add_locale_string): Likewise.
24635         (add_locale_wstring): Likewise.
24636         (add_locale_uint32): Likewise.
24637         (add_locale_uint32_array): Likewise.
24638         (add_locale_char): Likewise.
24639         (start_locale_structure): Likewise.
24640         (end_locale_structure): Likewise.
24641         (start_locale_prelude): Likewise.
24642         (end_locale_prelude): Likewise.
24643         (write_locale_data): Take locale_file structure rather than an
24644         iovec.
24645         * locale/programs/locfile.h: Include "obstack.h".
24646         (struct locale_file): Change to store locale file contents instead
24647         of header.
24648         (init_locale_data): New prototype.
24649         (align_locale_data): Likewise.
24650         (add_locale_empty): Likewise.
24651         (add_locale_raw_data): Likewise.
24652         (add_locale_raw_obstack): Likewise.
24653         (add_locale_string): Likewise.
24654         (add_locale_wstring): Likewise.
24655         (add_locale_uint32): Likewise.
24656         (add_locale_uint32_array): Likewise.
24657         (add_locale_char): Likewise.
24658         (start_locale_structure): Likewise.
24659         (end_locale_structure): Likewise.
24660         (start_locale_prelude): Likewise.
24661         (end_locale_prelude): Likewise.
24662         (write_locale_data): Update prototype.
24663         * locale/programs/3level.h (struct TABLE): Remove result field.
24664         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24665         Use new locale_file interface.
24666         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24667         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24668         * locale/programs/ld-address.c (address_output): Use new
24669         locale_file interface.
24670         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24671         NO_ADD_LOCALE.
24672         (collate_finish): Don't call collseq_table_finalize.
24673         (collate_output): Use new locale_file interface.
24674         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24675         in file.
24676         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24677         (TABLE): Move defines earlier in file.
24678         (ELEMENT): Likewise.
24679         (DEFAULT): Likewise.
24680         (wctrans_table_add): Move macro and inline function earlier in
24681         file.
24682         (struct wctype_table): Move type earlier in file.
24683         (add_locale_wctype_table): New static prototype.
24684         (struct locale_ctype_t): Use logical types instead of struct iovec
24685         pointers for members.
24686         (ctype_output): Use new locale_file interface.
24687         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24688         new locale_file interface.
24689         (allocate_arrays): Update for use of new locale_file interface.
24690         * locale/programs/ld-identification.c (identification_output): Use
24691         new locale_file interface.
24692         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24693         * locale/programs/ld-messages.c (messages_output): Likewise.
24694         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24695         * locale/programs/ld-name.c (name_output): Likewise.
24696         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24697         * locale/programs/ld-paper.c (paper_output): Likewise.
24698         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24699         * locale/programs/ld-time.c (time_output): Likewise.
24701 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24703         * benchtests/Makefile: Add memrchr benchmark.
24704         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24705         benchmark as memrchr.
24706         * benchtests/bench-memrchr-ifunc.c: New file.
24707         * benchtests/bench-memrchr.c: New file.
24709 2013-09-06   Will Newton  <will.newton@linaro.org>
24711         * benchtests/Makefile (string-bench): Add memcpy.
24713 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24714             Cong Wang  <amwang@redhat.com>
24716         [BZ #15850]
24717         * sysdeps/unix/sysv/linux/bits/in.h
24718         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24719         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24720         before __USE_KERNEL_IPV6_DEFS uses.
24721         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24722         IPPROTO_BEETPH.
24723         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24724         sockaddr_in6, or ipv6_mreq.
24726 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24728         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24729         memory access for final bytes in some large inputs.
24730         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24732 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24734         * string/test-memrchr.c: New file.
24735         * string/test-memrchr-ifunc.c: New file.
24736         * string/Makefile: Add new memrchr testcase.
24738 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24740         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24741         fanotify_init returns EPERM.
24743 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24745         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24746         errors.
24747         (top level): Treat second token from macro or constant entries for
24748         allowed headers as allowed.
24749         * include/complex.h: Condition internal declarations on
24750         [!_ISOMAC].
24751         * include/fenv.h: Condition include of <stdbool.h> and internal
24752         declarations on [!_ISOMAC].
24754 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24756         [BZ #15923]
24757         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24759 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24761         * configure.in (--enable-versioning): Remove configure option.
24762         (libc_cv_asm_symver_directive): Remove configure test.
24763         (libc_cv_ld_version_script_option): Likewise.
24764         (VERSIONING): Remove variable and AC_SUBST.
24765         (DO_VERSIONING): Remove AC_DEFINE.
24766         * configure: Regenerated.
24767         * config.h.in (DO_VERSIONING): Remove macro.
24768         * Makerules [$(versioning) = yes]: Change conditionals to
24769         [$(build-shared) = yes].
24770         * config.make.in (versioning): Remove variable.
24771         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24772         [$(build-shared) = yes].
24773         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24774         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24775         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24776         [$(build-shared) = yes].
24777         * extra-lib.mk [$(versioning) = yes]: Likewise.
24778         * hurd/Makefile [$(versioning) = yes]: Likewise.
24779         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24780         [SHARED].
24781         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24782         [SHARED].
24783         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24784         [SHARED && !NO_HIDDEN].
24785         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24786         [SHARED].
24787         [SHARED && DO_VERSIONING]: Likewise..
24788         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24789         [$(build-shared) = yes].
24790         * manual/install.texi (--disable-versioning): Remove
24791         documentation.
24792         * INSTALL: Regenerated.
24793         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24794         to [SHARED].
24795         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24796         [$(build-shared) = yes].
24797         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24798         * sysdeps/i386/i686/multiarch/strstr-c.c
24799         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24800         [SHARED && !NO_HIDDEN].
24801         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24802         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24803         * sysdeps/powerpc/powerpc32/dl-machine.c
24804         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24805         * sysdeps/powerpc/powerpc32/sysdep.h
24806         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24807         to [SHARED && PIC && !NO_HIDDEN].
24808         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24809         conditional to [SHARED].
24811 2013-09-04   Will Newton  <will.newton@linaro.org>
24813         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24814         * benchtests/bench-string.h: Include bench-timing.h instead
24815         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24816         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24817         call to HP_TIMING_DIFF_INIT.
24818         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24819         instead of hp-timing.h macros.
24820         * benchtests/bench-memchr.c: Likewise.
24821         * benchtests/bench-memcmp.c: Likewise.
24822         * benchtests/bench-memcpy.c: Likewise.
24823         * benchtests/bench-memmem.c: Likewise.
24824         * benchtests/bench-memmove.c: Likewise.
24825         * benchtests/bench-memset.c: Likewise.
24826         * benchtests/bench-rawmemchr.c: Likewise.
24827         * benchtests/bench-strcasecmp.c: Likewise.
24828         * benchtests/bench-strcasestr.c: Likewise.
24829         * benchtests/bench-strcat.c: Likewise.
24830         * benchtests/bench-strchr.c: Likewise.
24831         * benchtests/bench-strcmp.c: Likewise.
24832         * benchtests/bench-strcpy.c: Likewise.
24833         * benchtests/bench-strcpy_chk.c: Likewise.
24834         * benchtests/bench-strlen.c: Likewise.
24835         * benchtests/bench-strncasecmp.c: Likewise.
24836         * benchtests/bench-strncat.c: Likewise.
24837         * benchtests/bench-strncmp.c: Likewise.
24838         * benchtests/bench-strncpy.c: Likewise.
24839         * benchtests/bench-strnlen.c: Likewise.
24840         * benchtests/bench-strpbrk.c: Likewise.
24841         * benchtests/bench-strrchr.c: Likewise.
24842         * benchtests/bench-strspn.c: Likewise.
24843         * benchtests/bench-strstr.c: Likewise.
24845 2013-09-04  Will Newton  <will.newton@linaro.org>
24847         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24849 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24851         [BZ #15427]
24852         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24853         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24854         * math/libm-test.inc (lgamma_test_data): Add more tests.
24855         * sysdeps/i386/fpu/libm-test-ulps: Update.
24856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24858 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24860         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24861         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24862         Add ifunc.
24863         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24864         Add strcmp-sse2-unaligned
24865         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24867 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24869         * Versions.def (libc): Add GLIBC_2.19.
24871 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24873         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24874         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24876 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24878         [BZ #14155]
24879         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24880         intermediate calculations in recurrence.
24881         (__ieee754_ynf): Likewise.
24882         * math/libm-test.inc (jn_test_data): Do not allow spurious
24883         underflow exception.  Add more tests.
24884         (yn_test_data): Add more tests.
24885         * sysdeps/i386/fpu/libm-test-ulps: Update.
24886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24888 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24890         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24892 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24894         * csu/init-first.c: Fix then/than typos.
24895         * locale/programs/ld-collate.c: Likewise.
24896         * locale/programs/linereader.h: Likewise.
24897         * manual/charset.texi: Likewise.
24898         * manual/filesys.texi: Likewise.
24899         * manual/stdio.texi: Likewise.
24900         * manual/string.texi: Likewise.
24901         * stdlib/fmtmsg.c: Likewise.
24902         * sysdeps/i386/stpncpy.S: Likewise.
24903         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24904         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24905         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24906         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24908 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24910         * elf/dl-open.c: Fix typos.
24911         * iconvdata/gbbig5.c: Likewise.
24912         * iconvdata/iso-2022-jp.c: Likewise.
24913         * iconv/gconv_int.h: Likewise.
24914         * iconv/loop.c: Likewise.
24915         * nis/rpcsvc/nis.h: Likewise.
24916         * resolv/ns_name.c: Likewise.
24917         * stdio-common/vfscanf.c: Likewise.
24918         * streams/stropts.h: Likewise.
24919         * sunrpc/rpc_thread.c: Likewise.
24920         * sysdeps/i386/strpbrk.S: Likewise.
24921         * sysdeps/ieee754/k_standard.c: Likewise.
24922         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24923         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24924         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24925         * sysdeps/mach/hurd/profil.c: Likewise.
24926         * sysdeps/s390/dl-procinfo.h: Likewise.
24927         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24928         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24929         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24930         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24931         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24933 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24935         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24936         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24938 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24940         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24941         aix specific files.
24942         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24943         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24944         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24945         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24946         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24947         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24948         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24949         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24951 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24952             Roland McGrath  <roland@hack.frob.com>
24954         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24955         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24957 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24959         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24960         __executable_start symbol instead of _start.
24962 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24964         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24965         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24966         Move macros to...
24967         * sysdeps/gnu/ldsodefs.h: ... this new file.
24969         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24970         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24971         instead of ELFOSABI_LINUX.
24973         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24974         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24975         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24976         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24977         Likewise.
24978         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24979         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24980         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24981         Likewise.
24982         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24983         (ibm_extended_long_double): Add ieee_nan member.
24984         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24985         (do_test): New function.
24987         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24988         TEST_TRUNC.
24989         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24990         functions, renamed from truncdfsf_test, trunctfsf_test,
24991         trunctfdf_test.
24992         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24993         functions.
24994         (do_test): Run all these.
24996 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24998         * argp/argp-help.c: Fix typos.
24999         * argp/argp-parse.c: Likewise.
25000         * debug/backtracesyms.c: Likewise.
25001         * elf/elf.h: Likewise.
25002         * malloc/malloc.c: Likewise.
25003         * nis/nis_print.c: Likewise.
25004         * resolv/res_comp.c: Likewise.
25005         * stdlib/stdlib.h: Likewise.
25006         * sunrpc/clnt_tcp.c: Likewise.
25007         * sunrpc/clnt_udp.c: Likewise.
25008         * sunrpc/clnt_unix.c: Likewise.
25009         * sysdeps/unix/bsd/ptsname.c: Likewise.
25010         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25011         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25013         Likewise.
25014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25015         Likewise.
25016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25017         Likewise.
25018         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25020 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25022         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25023         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25025 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25027         [BZ #15897]
25028         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25029         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25030         ($(objpfx)bug-dl-leaf): New rule.
25031         ($(objpfx)bug-dl-leaf.so): Likewise.
25032         ($(objpfx)bug-dl-leaf.out): Likewise.
25033         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25034         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25035         * dlfcn/bug-dl-leaf.c: New test.
25036         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25037         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25038         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25039         (dlclose): Likewise.
25040         (dlmopen): Likewise.
25042 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25044         * include/netdb.h [!_ISOMAC]:
25045         Don't include <tls.h>.
25046         (h_errno, __libc_h_errno): Move declaration and macros out of
25047         [_LIBC_REENTRANT].
25049         * include/resolv.h [_RESOLV_H_]:
25050         Don't include <tls.h>.
25051         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25052         * resolv/res_libc.c: Don't include <tls.h>.
25053         (_res): Use __attribute__ ((nocommon)) in place of
25054         __attribute__ ((section (".bss"))).
25056         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25057         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25059         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25061         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25062         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25064         * resolv/res_mkquery.c: Include <sys/time.h>.
25066         * inet/ifreq.c: Moved to ...
25067         * sysdeps/unix/ifreq.c: ... here.
25068         * inet/ifreq.c: New file, true stub version.
25070         * socket/sa_len.c: New file.
25071         * socket/Makefile (aux): Add it.
25072         * sysdeps/unix/sysv/linux/Makefile
25073         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25074         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25075         and #include <socket/sa_len.c>.
25076         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25077         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25079         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25080         * bits/socket.h: ... here.
25082         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25083         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25084         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25086 2013-08-27  Andreas Schwab  <schwab@suse.de>
25088         [BZ #15736]
25089         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25090         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25091         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25092         * string/test-strcasecmp.c (test_main): Run tests in several
25093         locales.
25094         * string/test-strncasecmp.c (test_main): Likewise.
25096         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25097         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25098         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25099         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25100         (__strncasecmp_ssse3) [PIC]: Likewise.
25102 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25104         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25106         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25107         instead of explicitly declaring xdecrypt.
25108         * nis/nss_nis/nis-publickey.c: Likewise.
25110 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25112         [BZ #15890]
25113         * nscd/aicache.c: Include res_hconf.h.
25114         (addhstaiX): Initialize res_hconf.
25116 2013-08-26  Andreas Schwab  <schwab@suse.de>
25118         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25119         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25121 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25123         * nscd/aicache.c (addhstaiX): Fix indentation.
25125 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25127         * configure.ac: Quote $build_pt_chown test.
25128         * configure: Regenerated.
25130 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25132         [BZ #15532]
25133         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25134         * math/s_cexpf.c (__cexpf): Likewise.
25135         * math/s_cexpl.c (__cexpl): Likewise.
25136         * math/libm-test.inc (cexp_test_data): Correct expected return
25137         value for NaN + i0.  Add another test.
25139 2013-08-22  David S. Miller  <davem@davemloft.net>
25141         * po/ca.po: Update Catalan translation from translation project.
25142         * po/uk.po: Add Ukrainian translations from translation project.
25144 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25146         [BZ #15797]
25147         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25148         is infinite, not alongside NaN test.
25149         * math/s_fdimf.c (__fdimf): Likewise.
25150         * math/s_fdiml.c (__fdiml): Likewise.
25151         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25152         errno is unchanged.
25154 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25156         * argp/argp-help.c: Fix typos.
25157         * crypt/speeds.c: Likewise.
25158         * csu/check_fds.c: Likewise.
25159         * elf/dl-load.c: Likewise.
25160         * elf/dl-open.c: Likewise.
25161         * elf/reldep3.c: Likewise.
25162         * elf/reldep.c: Likewise.
25163         * elf/sprof.c: Likewise.
25164         * iconv/iconv_charmap.c: Likewise.
25165         * iconv/skeleton.c: Likewise.
25166         * iconv/strtab.c: Likewise.
25167         * io/lockf64.c: Likewise.
25168         * libio/libioP.h: Likewise.
25169         * resolv/gai_notify.c: Likewise.
25170         * resolv/ns_name.c: Likewise.
25171         * resolv/ns_samedomain.c: Likewise.
25172         * resolv/res_send.c: Likewise.
25173         * stdlib/random.c: Likewise.
25174         * sunrpc/rpc/xdr.h: Likewise.
25175         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25176         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25177         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25178         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25179         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25180         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25181         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25182         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25183         * sysdeps/mach/hurd/check_fds.c: Likewise.
25184         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25185         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25186         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25187         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25188         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25189         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25190         * sysdeps/pthread/aio_notify.c: Likewise.
25191         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25192         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25193         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25194         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25195         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25197 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25199         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25200         version if bit_Slow_SSE4_2 is set.
25201         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25202         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25204 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25206         [BZ #15867]
25207         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25208         trampoline stack frame information.
25209         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25210         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25211         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25212         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25213         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25214         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25215         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25216         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25217         sa_flags value.
25218         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25219         interrupting a syscall and set with option SA_SIGINFO.
25221 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25223         [BZ #15531]
25224         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25225         argument is infinite.
25226         * math/s_cprojf.c (__cprojf): Likewise.
25227         * math/s_cprojl.c (__cprojl): Likewise.
25228         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25229         * math/libm-test.inc (cproj_test_data): Add more tests.
25231         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25233         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25234         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25235         size.  Use __ffs to determine corresponding shift.
25237 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25238             Roland McGrath  <roland@hack.frob.com>
25240         * Makefile (INSTALL): Remove trailing blank lines from output of
25241         makeinfo.
25243 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25245         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25246         Align 32 bit compat elf_greg to 8 bytes.
25248 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25250         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25252 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25254         * string/strcoll_l.c (coll_seq): New structure.
25255         (get_next_seq_cached): New function.
25256         (get_next_seq): New function.
25257         (do_compare): New function.
25258         (STRCOLL): Use GNU style definition.  Simplify implementation
25259         by using get_next_seq, get_next_seq_cached and do_compare.
25261 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25263         [BZ #14699]
25264         CVE-2013-4237
25265         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25266         member.
25267         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25268         member.
25269         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25270         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25271         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25272         conditional.
25273         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25274         GETDENTS_64BIT_ALIGNED.
25275         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25276         * manual/filesys.texi (Reading/Closing Directory): Document
25277         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25278         strongly.
25279         * manual/conf.texi (Limits for Files): Add portability note to
25280         NAME_MAX, PATH_MAX.
25281         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25283 2013-08-13  Andreas Schwab  <schwab@suse.de>
25285         [BZ #15749]
25286         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25287         of fabs.
25288         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25289         LDBL_MAX_EXP >= 16384]: Add tests for it.
25291 2013-08-12  David S. Miller  <davem@davemloft.net>
25293         * version.h (RELEASE): Set to "development".
25294         (VERSION): Set to "2.18.90".
25295         * NEWS: Add 2.19 section.
25297 2013-08-03  David S. Miller  <davem@davemloft.net>
25299         * po/ko.po: Update Korean translation from translation project.
25301 2013-08-01  David S. Miller  <davem@davemloft.net>
25303         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25304         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25305         Bilka.
25307 2013-07-30  David S. Miller  <davem@davemloft.net>
25309         * po/fr.po: Update French translation from translation project.
25311 2013-07-28  David S. Miller  <davem@davemloft.net>
25313         * po/cs.po: Update Czech translation from translation project.
25315         * po/sv.po: Update Swedish translation from translation project.
25317 2013-07-27  David S. Miller  <davem@davemloft.net>
25319         * po/eo.po: Update Esperanto translation from translation project.
25321         * po/vi.po: Update Vietnamese translation from translation project.
25323         * po/de.po: Update German translation from translation project.
25325 2013-07-26  David S. Miller  <davem@davemloft.net>
25327         * po/bg.po: Update Bulgarian translation from translation project.
25329         * po/nl.po: Update Dutch translation from translation project.
25330         * po/pl.po: Update Polish translation from translation project.
25331         * po/ru.po: Update Russian translation from translation project.
25333 2013-07-24  David S. Miller  <davem@davemloft.net>
25335         * po/libc.pot: Update.
25337 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25339         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25340         variable page size.
25341         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25342         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25343         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25345 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25347         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25349 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25350             Andreas Schwab  <schwab@suse.de>
25351             Roland McGrath  <roland@hack.frob.com>
25352             Joseph Myers  <joseph@codesourcery.com>
25353             Carlos O'Donell  <carlos@redhat.com>
25355         [BZ #15755]
25356         * config.h.in: Define HAVE_PT_CHOWN.
25357         * config.make.in (build-pt-chown): New variable.
25358         * configure.in (--enable-pt_chown): New configure option.
25359         * configure: Regenerate.
25360         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25361         build-pt-chown is enabled.
25362         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25363         pt_chown to fix pty ownership.
25364         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25365         CLOSE_ALL_FDS.
25366         * manual/install.texi (Configuring and compiling): Mention
25367         --enable-pt_chown. Add @findex for grantpt.
25368         * INSTALL: Regenerate.
25370 2013-07-20  David S. Miller  <davem@davemloft.net>
25372         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25373         difference between 32-bit and 64-bit.
25375 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25377         [BZ #15711]
25378         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25379         Avoid system header dependency with -ffreestanding.
25380         ($(objpfx)bits/syscall%d): Likewise.
25382 2013-07-13  David S. Miller  <davem@davemloft.net>
25384         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25385         underflows from atanl/atan2l due to bug 15319.
25386         (casinh_test_data): Likewise.
25388 2013-07-07  David S. Miller  <davem@davemloft.net>
25390         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25392 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25394         * sysdeps/i386/fpu/libm-test-ulps: Update.
25395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25397 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25399         * configure.in (--enable-lock-elision): Fix message text.
25400         * INSTALL: Regenerate.
25401         * configure: Regenerate.
25403 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25405         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25407 2013-07-03  Andreas Jaeger  <aj@suse.de>
25409         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25410         define.
25411         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25412         (ptrace_peeksiginfo_args): Add.
25413         (__ptrace_peeksiginfo_flags): Add.
25414         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25415         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25416         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25418 2013-07-03  Allan McRae  <allan@archlinux.org>
25420         * sysdeps/i386/fpu/libm-test-ulps: Update.
25422 2013-07-02  David S. Miller  <davem@davemloft.net>
25424         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25426 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25428         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25430 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25432         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25435 2013-07-02  Andi Kleen <ak@linux.intel.com>
25437         * config.h.in (ENABLE_LOCK_ELISION): Add.
25438         * configure.in (--enable-lock-elision): Add option.
25439         * manual/install.texi: Document --enable lock elision.
25440         * configure: Regenerate
25441         * INSTALL: Regenerate.
25443 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25445         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25446         SSE4.2 strcasecmp for libc.a.
25447         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25449 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25451         [BZ #13304]
25452         * soft-fp/op-common.h (_FP_FMA): New macro.
25453         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25454         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25455         (_FP_MUL_MEAT_1_imm): ... here.
25456         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25457         (_FP_MUL_MEAT_1_wide): ... here.
25458         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25459         (_FP_MUL_MEAT_1_hard): ... here.
25460         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25461         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25462         (_FP_MUL_MEAT_2_wide): ... here.
25463         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25464         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25465         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25466         (_FP_MUL_MEAT_2_gmp): ... here.
25467         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25468         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25469         (_FP_MUL_MEAT_4_wide): ... here.
25470         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25471         (_FP_MUL_MEAT_4_gmp): ... here.
25472         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25473         (_FP_WFRACBITS_DW_S): Likewise.
25474         (_FP_WFRACXBITS_DW_S): Likewise.
25475         (_FP_HIGHBIT_DW_S): Likewise.
25476         (FP_FMA_S): Likewise.
25477         (_FP_FRAC_HIGH_DW_S): Likewise.
25478         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25479         (_FP_WFRACBITS_DW_D): Likewise.
25480         (_FP_WFRACXBITS_DW_D): Likewise.
25481         (_FP_HIGHBIT_DW_D): Likewise.
25482         (FP_FMA_D): Likewise.
25483         (_FP_FRAC_HIGH_DW_D): Likewise.
25484         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25485         (_FP_WFRACBITS_DW_E): Likewise.
25486         (_FP_WFRACXBITS_DW_E): Likewise.
25487         (_FP_HIGHBIT_DW_E): Likewise.
25488         (FP_FMA_E): Likewise.
25489         (_FP_FRAC_HIGH_DW_E): Likewise.
25490         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25491         (_FP_WFRACBITS_DW_Q): Likewise.
25492         (_FP_WFRACXBITS_DW_Q): Likewise.
25493         (_FP_HIGHBIT_DW_Q): Likewise.
25494         (FP_FMA_Q): Likewise.
25495         (_FP_FRAC_HIGH_DW_Q): Likewise.
25496         * soft-fp/fmasf4.c: New file.
25497         * soft-fp/fmadf4.c: Likewise.
25498         * soft-fp/fmatf4.c: Likewise.
25500 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25502         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25503         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25504         Silvermont.
25505         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25506         macro.
25507         (index_Slow_SSE4_2): Likewise.
25508         (index_Prefer_PMINUB_for_stringop): Likewise.
25509         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25510         bit_Slow_SSE4_2 is set.
25511         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25512         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25514 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25516         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25517         rtld_global._dl_hwcap2.
25518         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25519         POWER8.
25520         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25521         POWER8 feature descriptions defined in _dl_hwcap2.
25522         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25523         string handling for POWER8 feature bits.
25524         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25525         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25526         _dl_powerpc_cap_flags.
25527         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25528         * sysdeps/powerpc/rtld-global-offsets.sym
25529         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25530         _dl_hwcap2 in the rtld_global_ro structure.
25532 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25534         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25535         hardware capabilities in support of AT_HWCAP2.
25536         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25537         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25538         GLRO(dl_hwcap2).
25539         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25540         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25541         explicitly the unknown a_type display mechanism is used.
25542         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25543         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25544         struct member.
25545         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25546         to macro prototype for AT_HWCAP2 support.
25547         * sysdeps/i386/dl-procinfo.h: Likewise.
25548         * sysdeps/s390/dl-procinfo.h: Likewise.
25549         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25550         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25551         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25552         return -1 for unknown a_type display fallback.
25553         * sysdeps/sparc/dl-procinfo.h: Likewise.
25554         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25555         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25557 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25559         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25560         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25562 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25564         [BZ #12492]
25565         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25566         mprotect making __stack_prot writable.
25568 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25569             Joseph Myers  <joseph@codesourcery.com>
25571         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25572         as being properly aligned.
25574 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25576         * dlfcn/modstatic5.c: New file.
25577         * dlfcn/tststatic5.c: New file.
25578         * dlfcn/Makefile (tests): Add tststatic5.
25579         (tests-static): Likewise.
25580         (modules-names): Add modstatic5.
25581         (tststatic5-ENV): New variable.
25582         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25584         [BZ #15022]
25585         * elf/dl-support.c (_dl_main_map): New variable.
25586         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25587         (_dl_nns, _dl_load_adds): Set to 1.
25588         (_dl_initial_searchlist): Refer to _dl_main_map.
25589         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25590         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25591         call to _dl_get_origin.
25592         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25593         around call_map.
25594         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25595         * dlfcn/modstatic3.c: New file.
25596         * dlfcn/tststatic3.c: New file.
25597         * dlfcn/tststatic4.c: New file.
25598         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25599         (tests-static): Likewise.
25600         (modules-names): Add modstatic3.
25601         (tststatic3-ENV, tststatic4-ENV): New variables.
25602         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25603         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25605 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25607         * configure.in (CC): Require GCC version 4.4 or later.
25608         * configure: Regenerated.
25609         * manual/install.texi (Tools for Compilation): Update GCC version
25610         requirement.
25611         * INSTALL: Regenerated.
25613 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25615         [BZ #15674]
25616         * string/test-memcmp.c (check2): New.
25617         (main): Call check2.
25619         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25621 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25623         [BZ #15022]
25624         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25625         over to...
25626         (dl_open_worker) [!SHARED]: ... here.
25628 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25630         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25632 2013-06-25  Richard Henderson  <rth@redhat.com>
25634         * locale/programs/locarchive.c: Include <libc-internal.h>
25636 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25638         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25639         trailing whitespace removed.
25641 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25643         [BZ #10283]
25644         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25645         * locale/programs/locarchive.c: Include libc-mmap.h.
25646         (prepare_address_space): Take two new outputs (the mmap base and len).
25647         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25648         values.
25649         (create_archive): Declare new mmap base and len values for
25650         prepare_address_space, and store the result in ah.
25651         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25652         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25653         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25654         Declare new mmap base and len values for
25655         prepare_address_space, and store the result in new_ah.
25656         (open_archive): Declare new mmap base and len values for
25657         prepare_address_space, and store the result in ah.
25658         (close_archive): If ah->mmap_base is not NULL, use that and
25659         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25660         * sysdeps/generic/libc-mmap.h: New file.
25662 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25664         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25665         (ALIGN_UP): Likewise.
25666         (PTR_ALIGN_DOWN): Likewise.
25667         (PTR_ALIGN_UP): Likewise.
25669 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25671         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25672         entry mapped to PPC_PLATFORM_POWER8.
25673         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25674         POWER8.
25675         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25676         (_dl_string_platform): Add case for exporting platform position for
25677         POWER8.
25678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25679         search path to sysdeps/powerpc/powerpc32/power8 directory.
25680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25681         search path to sysdeps/powerpc/powerpc64/power8 directory.
25682         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25683         power7 directories.
25684         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25685         power7 directories.
25687 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25689         * INSTALL: Regenerate.
25691         * nscd/connections.c (nscd_init): Fix comment.
25693 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25695         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25697         [BZ #15667]
25698         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25699         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25701 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25703         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25704         DL_DST_REQ_STATIC.
25705         (DL_DST_REQ_STATIC): Remove macro.
25707 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25709         [BZ #7006]
25710         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25711         with a shift of 0 bits.
25713 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25715         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25716         $(tststatic-ENV).
25718 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25720         [BZ #15655]
25721         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25723 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25725         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25726         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25727         accepts -fno-tree-loop-distribute-patterns.
25728         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25729         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25730         recursive call.
25731         * string/memset.c (memset): Likewise.
25732         * string/test-memmove.c (simple_memmove): Disable loop transformation
25733         to library calls.
25734         * string/test-memset.c (simple_memset): Likewise.
25735         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25736         * benchtests/bench-memset.c (simple_memset): Likewise.
25737         * configure: Regenerated.
25739 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25741         * math/test-misc.c (main): Ignore fesetround failure when failures
25742         of subsequent rounding tests would be ignored.
25744         [BZ #15654]
25745         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25746         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25747         * math/fegetenv.c (__fegetenv): Return 0.
25748         * math/fegetexcept.c (fegetexcept): Return 0.
25749         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25750         FE_TONEAREST.
25751         * math/feholdexcpt.c (feholdexcept): Return 0.
25752         * math/fesetenv.c (__fesetenv): Return 0.
25753         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25754         argument FE_TONEAREST.
25755         * math/feupdateenv.c (__feupdateenv): Return 0.
25756         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25758 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25760         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25761         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25762         ($(objpfx)rtld-%.os rules): Use them.
25764 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25766         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25767         fields.
25769 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25771         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25772         length of target pattern, then descending length of dependency pattern.
25773         * configure.in (AWK): Require gawk 3.1.2 or newer.
25774         * manual/install.texi (Tools for Compilation): Say that we do.
25775         * configure: Regenerated.
25777         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25778         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25779         * scripts/sysd-rules.awk: ... this new script.
25780         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25781         than a glob-style pattern.
25783 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25785         * math/test-misc.c (main): Do not treat incorrectly rounded
25786         conversions as failure unless ROUNDING_TESTS passes.
25788 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25790         [BZ #15631]
25791         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25792         restore exception state around main square root computation, then
25793         check for inexactness explicitly.
25795         * math/libm-test.inc (fma_test_data): Add another test.
25797 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25799         * manual/threads.texi (Non-POSIX Extensions): New document
25800         node.  Document pthread_getattr_default_np and
25801         pthread_setattr_default_np.
25803         * Versions.def (libpthread): Add GLIBC_2.18.
25804         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25806         Likewise.
25807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25808         Likewise.
25809         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25810         Likewise.
25811         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25812         Likewise.
25813         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25814         Likewise.
25815         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25816         Likewise.
25817         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25818         Likewise.
25819         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25820         Likewise.
25821         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25822         Likewise.
25824 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25826         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25827         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25829 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25830             H.J. Lu  <hjl.tools@gmail.com>
25832         [BZ #15627]
25833         * sysdeps/x86_64/rtld-memset.c: Remove file.
25834         * sysdeps/x86_64/rtld-memset.S: New file.
25836 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25838         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25839         (test_in_one_mode): Take arguments for whether the rounding mode
25840         is supported for each floating-point type.
25841         (do_test): Pass new arguments to test_in_one_mode using
25842         ROUNDING_TESTS.
25844 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25846         * posix/tst-waitid.c (do_test): Distinguish different instances of
25847         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25848         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25849         before entering the kernel for waitpid.
25851 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25853         * NEWS: Fix note on clock function precision.  Text by Roland
25854         McGrath.
25856 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25858         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25859         it into place only when and if the sanity check passes.
25861 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25863         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25864         output for whether conversion result is exact.  Take argument
25865         indicating whether type is IBM long double.
25866         (round_for_all): Change need_exact field to ibm_ld.
25867         * stdlib/tst-strtod-round.c (struct exactness): New type.
25868         (struct test): Change bool ld_ok field to struct exactness exact.
25869         (TEST): Update all definitions for change to field.
25870         (tests): Regenerate array contents.
25871         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25872         field value.  Check for IBM long double here.
25873         (do_test): Update calls to test_in_one_mode.
25875 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25877         [BZ #12515]
25878         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25879         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25881 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25883         [BZ #15605]
25884         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25885         generated by the compiler on loop optimizations.
25886         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25887         general definitions.
25889 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25891         * math/bug-nextafter.c: Include <math-tests.h>.
25892         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25893         the relevant type.
25894         * math/bug-nexttoward.c: Include <math-tests.h>.
25895         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25896         the relevant type.
25897         * math/test-misc.c: Include <math-tests.h>.
25898         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25899         the relevant type.
25901 2013-06-12  Andreas Jaeger  <aj@suse.de>
25903         * po/ia.po: Update Interlingua translation from translation
25904         project.
25906 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25908         * include/fenv.h: Include stdbool.h.
25909         (struct rm_ctx): New structure.
25910         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25911         Define macro.
25912         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25913         (SET_RESTORE_ROUNDF): Likewise.
25914         (SET_RESTORE_ROUNDL): Likewise.
25915         (SET_RESTORE_ROUND_NOEX): Likewise.
25916         (SET_RESTORE_ROUND_NOEXF): Likewise.
25917         (SET_RESTORE_ROUND_NOEXL): Likewise.
25918         (SET_RESTORE_ROUND_53BIT): Likewise.
25919         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25920         (libc_feresetround_noexf_ctx): Likewise.
25921         (libc_feresetround_noexl_ctx): Likewise.
25922         (libc_feholdsetround_53bit_ctx): Likewise.
25923         (libc_feresetround_53bit_ctx): Likewise.
25924         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25925         (libc_feholdexcept_setround_sse_ctx): New function.
25926         (libc_fesetenv_sse_ctx): Likewise.
25927         (libc_feupdateenv_sse_ctx): Likewise.
25928         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25929         (libc_feholdexcept_setround_387_ctx): Likewise.
25930         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25931         (libc_feholdsetround_387_prec_ctx): Likewise.
25932         (libc_feholdsetround_387_ctx): Likewise.
25933         (libc_feholdsetround_387_53bit_ctx): Likewise.
25934         (libc_feholdsetround_sse_ctx): Likewise.
25935         (libc_feresetround_sse_ctx): Likewise.
25936         (libc_feresetround_387_ctx): Likewise.
25937         (libc_feupdateenv_387_ctx): Likewise.
25938         (libc_feholdexcept_setroundf_ctx): Define macro.
25939         (libc_fesetenvf_ctx): Likewise.
25940         (libc_feupdateenvf_ctx): Likewise.
25941         (libc_feholdsetroundf_ctx): Likewise.
25942         (libc_feresetroundf_ctx): Likewise.
25943         (libc_feholdexcept_setround_ctx): Likewise.
25944         (libc_fesetenv_ctx): Likewise.
25945         (libc_feupdateenv_ctx): Likewise.
25946         (libc_feholdsetround_ctx): Likewise.
25947         (libc_feresetround_ctx): Likewise.
25948         (libc_feholdexcept_setroundl_ctx): Likewise.
25949         (libc_feupdateenvl_ctx): Likewise.
25950         (libc_feholdsetroundl_ctx): Likewise.
25951         (libc_feresetroundl_ctx): Likewise.
25952         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25953         (libc_feresetround_53bit_ctx): Likewise.
25955 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25957         * locale/iso-639.def: Convert to UTF-8.
25959 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25961         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25962         (EXCEPTION_TESTS_double): Likewise.
25963         (EXCEPTION_TESTS_long_double): Likewise.
25964         (EXCEPTION_TESTS): Likewise.
25965         * math/libm-test.inc (test_exceptions): Only test exceptions if
25966         EXCEPTION_TESTS (FLOAT).
25968 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25970         * benchtests/Makefile (string-bench): Add strcpy_chk and
25971         stpcpy_chk.
25972         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25973         * benchtests/bench-stpcpy_chk.c: New file.
25974         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25975         * benchtests/bench-strcpy_chk.c: New file.
25976         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25977         code.
25978         (do_test): Likewise.
25980 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25982         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25983         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25984         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25985         with tabs where appropriate.
25986         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25987         dl-procinfo.h.
25988         [PPC_PLATFORM_PPC440]: Likewise.
25989         [PPC_PLATFORM_PPC464]: Likewise.
25990         [PPC_PLATFORM_PPC476]: Likewise.
25991         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25992         ppc464, and ppc476 platform strings merging from ports/
25993         dl-procinfo.h.
25995 2013-06-11  Andreas Schwab  <schwab@suse.de>
25997         [BZ #14991]
25998         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25999         (from_ucs4_idx): Regenerate.
26000         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26001         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26002         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26003         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26004         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26005         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26006         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26007         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26008         from FROM_LOOP and TO_LOOP specific macros.
26009         (BODY): Handle combining characters.
26010         * iconvdata/BIG5HKSCS.irreversible: Update.
26011         * iconvdata/BIG5HKSCS.precomposed: New file.
26012         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26013         characters.
26014         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26016 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26018         * include/sys/time.h: Fix indentation and add copyright header.
26020         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26021         (do_test): Likewise.
26022         * string/test-memchr.c (do_one_test): Likewise.
26023         (do_test): Likewise.
26024         * string/test-memcmp.c (do_one_test): Likewise.
26025         (do_test): Likewise.
26026         * string/test-memcpy.c (do_one_test): Likewise.
26027         (do_test): Likewise.
26028         * string/test-memmem.c (do_one_test): Likewise.
26029         (do_test): Likewise.
26030         (do_random_tests): Likewise.
26031         * string/test-memmove.c (do_one_test): Likewise.
26032         (do_test): Likewise.
26033         * string/test-memset.c (do_one_test): Likewise.
26034         (do_test): Likewise.
26035         * string/test-rawmemchr.c (do_one_test): Likewise.
26036         (do_test): Likewise.
26037         * string/test-strcasecmp.c (do_one_test): Likewise.
26038         (do_test): Likewise.
26039         * string/test-strcasestr.c (do_one_test): Likewise.
26040         (do_test): Likewise.
26041         * string/test-strcat.c (do_one_test): Likewise.
26042         (do_test): Likewise.
26043         * string/test-strchr.c (do_one_test): Likewise.
26044         (do_test): Likewise.
26045         * string/test-strcmp.c (do_one_test): Likewise.
26046         (do_test): Likewise.
26047         * string/test-strcpy.c (do_one_test): Likewise.
26048         (do_test): Likewise.
26049         * string/test-string.h: Likewise.
26050         (test_init): Likewise.
26051         * string/test-strlen.c (do_one_test): Likewise.
26052         (do_test): Likewise.
26053         * string/test-strncasecmp.c (do_one_test): Likewise.
26054         (do_test): Likewise.
26055         * string/test-strncat.c (do_one_test): Likewise.
26056         (do_test): Likewise.
26057         * string/test-strncmp.c (do_one_test): Likewise.
26058         (do_test_limit): Likewise.
26059         (do_test): Likewise.
26060         * string/test-strncpy.c (do_one_test): Likewise.
26061         (do_test): Likewise.
26062         * string/test-strnlen.c (do_one_test): Likewise.
26063         (do_test): Likewise.
26064         * string/test-strpbrk.c (do_one_test): Likewise.
26065         (do_test): Likewise.
26066         * string/test-strrchr.c (do_one_test): Likewise.
26067         (do_test): Likewise.
26068         * string/test-strspn.c (do_one_test): Likewise.
26069         (do_test): Likewise.
26070         * string/test-strstr.c (do_one_test): Likewise.
26071         (do_test): Likewise.
26073         * benchtests/Makefile (string-bench): Add string benchmarks.
26074         * benchtests/bench-bcopy-ifunc.c: New file.
26075         * benchtests/bench-bcopy.c: New file.
26076         * benchtests/bench-bzero-ifunc.c: New file.
26077         * benchtests/bench-bzero.c: New file.
26078         * benchtests/bench-memccpy-ifunc.c: New file.
26079         * benchtests/bench-memccpy.c: New file.
26080         * benchtests/bench-memchr-ifunc.c: New file.
26081         * benchtests/bench-memchr.c: New file.
26082         * benchtests/bench-memcmp-ifunc.c: New file.
26083         * benchtests/bench-memcmp.c: New file.
26084         * benchtests/bench-memmem-ifunc.c: New file.
26085         * benchtests/bench-memmem.c: New file.
26086         * benchtests/bench-memmove-ifunc.c: New file.
26087         * benchtests/bench-memmove.c: New file.
26088         * benchtests/bench-mempcpy-ifunc.c: New file.
26089         * benchtests/bench-mempcpy.c: New file.
26090         * benchtests/bench-memset-ifunc.c: New file.
26091         * benchtests/bench-memset.c: New file.
26092         * benchtests/bench-rawmemchr-ifunc.c: New file.
26093         * benchtests/bench-rawmemchr.c: New file.
26094         * benchtests/bench-stpcpy-ifunc.c: New file.
26095         * benchtests/bench-stpcpy.c: New file.
26096         * benchtests/bench-stpncpy-ifunc.c: New file.
26097         * benchtests/bench-stpncpy.c: New file.
26098         * benchtests/bench-strcasecmp-ifunc.c: New file.
26099         * benchtests/bench-strcasecmp.c: New file.
26100         * benchtests/bench-strcasestr-ifunc.c: New file.
26101         * benchtests/bench-strcasestr.c: New file.
26102         * benchtests/bench-strcat-ifunc.c: New file.
26103         * benchtests/bench-strcat.c: New file.
26104         * benchtests/bench-strchr-ifunc.c: New file.
26105         * benchtests/bench-strchr.c: New file.
26106         * benchtests/bench-strchrnul-ifunc.c: New file.
26107         * benchtests/bench-strchrnul.c: New file.
26108         * benchtests/bench-strcmp-ifunc.c: New file.
26109         * benchtests/bench-strcmp.c: New file.
26110         * benchtests/bench-strcpy-ifunc.c: New file.
26111         * benchtests/bench-strcpy.c: New file.
26112         * benchtests/bench-strcspn-ifunc.c: New file.
26113         * benchtests/bench-strcspn.c: New file.
26114         * benchtests/bench-strlen-ifunc.c: New file.
26115         * benchtests/bench-strlen.c: New file.
26116         * benchtests/bench-strncasecmp-ifunc.c: New file.
26117         * benchtests/bench-strncasecmp.c: New file.
26118         * benchtests/bench-strncat-ifunc.c: New file.
26119         * benchtests/bench-strncat.c: New file.
26120         * benchtests/bench-strncmp-ifunc.c: New file.
26121         * benchtests/bench-strncmp.c: New file.
26122         * benchtests/bench-strncpy-ifunc.c: New file.
26123         * benchtests/bench-strncpy.c: New file.
26124         * benchtests/bench-strnlen-ifunc.c: New file.
26125         * benchtests/bench-strnlen.c: New file.
26126         * benchtests/bench-strpbrk-ifunc.c: New file.
26127         * benchtests/bench-strpbrk.c: New file.
26128         * benchtests/bench-strrchr-ifunc.c: New file.
26129         * benchtests/bench-strrchr.c: New file.
26130         * benchtests/bench-strspn-ifunc.c: New file.
26131         * benchtests/bench-strspn.c: New file.
26132         * benchtests/bench-strstr-ifunc.c: New file.
26133         * benchtests/bench-strstr.c: New file.
26135         * benchtests/Makefile: Disable parallel execution of targets.
26136         (string-bench): Add memcpy.
26137         (benchset): New variable to store a list of benchmark sets.
26138         (bench-func): Renamed from bench.
26139         (bench-set): New target.
26140         (bench): Depend on bench-func and bench-set.
26141         * benchtests/README: Add section on benchmark sets.
26142         * benchtests/bench-memcpy-ifunc.c: New file.
26143         * benchtests/bench-memcpy.c: New file.
26144         * benchtests/bench-string.h: New file.
26146 2013-06-11  Andreas Schwab  <schwab@suse.de>
26148         [BZ #15577]
26149         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26150         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26151         values in the triple.
26152         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26153         terminator in the group key.
26155 2013-06-11  Andreas Jaeger  <aj@suse.de>
26157         * po/zh_TW.po: Update Chinese (traditional) translation from
26158         translation project.
26160 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26162         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26163         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26164         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26165         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26166         (clock_getcpuclockid): Likewise.
26167         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26168         Add weak_alias and libc_hidden_def.
26169         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26170         * rt/clock_gettime.c (clock_gettime): Rename to
26171         __clock_gettime.  Add weak_alias and libc_hidden_def.
26172         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26173         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26174         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26175         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26176         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26177         Likewise.
26178         * rt/clock_settime.c (clock_settime): Rename to
26179         __clock_settime.  Add weak_alias and libc_hidden_def.
26180         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26182 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26184         * mach/err_boot.sub: Remove trailing whitespace.
26185         * mach/err_ipc.sub: Likewise.
26186         * mach/err_mach.sub: Likewise.
26188         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26189         (ROUNDING_TESTS_double): Likewise.
26190         (ROUNDING_TESTS_long_double): Likewise.
26191         (ROUNDING_TESTS): Likewise.
26192         * math/libm-test.inc: Include <math-tests.h>.
26193         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26194         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26195         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26196         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26198 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26200         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26201         of assigning.
26203 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26205         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26206         otherwise empty TRANS lines.
26207         * sysdeps/gnu/errlist.c: Regenerated.
26209         * catgets/gencat.c (error_print): Use (void) in function
26210         definition.
26211         * crypt/crypt_util.c (__init_des): Likewise.
26212         * crypt/speeds.c (Stop): Likewise.
26213         (main): Likewise.
26214         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26215         * inet/ruserpass.c (token): Likewise.
26216         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26217         * intl/localealias.c (extend_alias_table): Likewise.
26218         * intl/plural-exp.c (init_germanic_plural): Likewise.
26219         * libio/fcloseall.c (__fcloseall): Likewise.
26220         * libio/genops.c (_IO_flush_all): Likewise.
26221         (_IO_flush_all_linebuffered): Likewise.
26222         (_IO_cleanup): Likewise.
26223         (_IO_iter_begin): Likewise.
26224         (_IO_iter_end): Likewise.
26225         (_IO_list_lock): Likewise.
26226         (_IO_list_unlock): Likewise.
26227         (_IO_list_resetlock): Likewise.
26228         * libio/getchar.c (getchar): Likewise.
26229         * libio/getchar_u.c (getchar_unlocked): Likewise.
26230         * libio/getwchar.c (getwchar): Likewise.
26231         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26232         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26233         * login/getpt.c (__getpt): Likewise.
26234         * login/tst-utmp.c (main): Likewise.
26235         * malloc/hooks.c (__malloc_check_init): Likewise.
26236         * malloc/malloc.c (__malloc_stats): Likewise.
26237         * malloc/mtrace.c (tr_break): Likewise.
26238         (mtrace): Likewise.
26239         (muntrace): Likewise.
26240         * misc/fstab.c (endfsent): Likewise.
26241         * misc/getclktck.c (__getclktck): Likewise.
26242         * misc/getdtsz.c (__getdtablesize): Likewise.
26243         * misc/gethostid.c (gethostid): Likewise.
26244         * misc/getpagesize.c (__getpagesize): Likewise.
26245         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26246         (__get_nprocs): Likewise.
26247         (__get_phys_pages): Likewise.
26248         (__get_avphys_pages): Likewise.
26249         * misc/getttyent.c (getttyent): Likewise.
26250         (setttyent): Likewise.
26251         (endttyent): Likewise.
26252         * misc/getusershell.c (getusershell): Likewise.
26253         (endusershell): Likewise.
26254         (setusershell): Likewise.
26255         (initshells): Likewise.
26256         * misc/hsearch.c (__hdestroy): Likewise.
26257         * misc/sync.c (sync): Likewise.
26258         * misc/syslog.c (closelog_internal): Likewise.
26259         (closelog): Likewise.
26260         * misc/ttyslot.c (ttyslot): Likewise.
26261         * misc/vhangup.c (vhangup): Likewise.
26262         * posix/fork.c (__fork): Likewise.
26263         * posix/getegid.c (__getegid): Likewise.
26264         * posix/geteuid.c (__geteuid): Likewise.
26265         * posix/getgid.c (__getgid): Likewise.
26266         * posix/getpid.c (__getpid): Likewise.
26267         * posix/getppid.c (__getppid): Likewise.
26268         * posix/getuid.c (__getuid): Likewise.
26269         * posix/pause.c (pause): Likewise.
26270         * posix/setpgrp.c (setpgrp): Likewise.
26271         * posix/setsid.c (__setsid): Likewise.
26272         * posix/test-vfork.c (noop): Likewise.
26273         * resolv/gethnamaddr.c (_endhtent): Likewise.
26274         (_gethtent): Likewise.
26275         (ht_endhostent): Likewise.
26276         (gethostent): Likewise.
26277         (dns_service): Likewise.
26278         * stdlib/drand48.c (drand48): Likewise.
26279         * stdlib/lrand48.c (lrand48): Likewise.
26280         * stdlib/mrand48.c (mrand48): Likewise.
26281         * stdlib/rand.c (rand): Likewise.
26282         * stdlib/random.c (__random): Likewise.
26283         * stdlib/setenv.c (clearenv): Likewise.
26284         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26285         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26286         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26287         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26288         (__get_nprocs): Likewise.
26289         (__get_phys_pages): Likewise.
26290         (__get_avphys_pages): Likewise.
26291         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26292         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26293         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26294         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26295         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26296         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26297         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26298         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26299         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26300         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26301         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26302         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26303         * sysdeps/posix/clock.c (clock): Likewise.
26304         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26305         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26306         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26307         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26308         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26309         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26310         (__get_nprocs_conf): Likewise.
26311         (__get_phys_pages): Likewise.
26312         (__get_avphys_pages): Likewise.
26313         * time/clock.c (clock): Likewise.
26314         * time/tzset.c (__tzname_max): Likewise.
26316 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26318         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26319         (__bswap_32): Do not use "register".
26320         * crypt/crypt.c (_ufc_doit_r): Likewise.
26321         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26322         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26323         * gmon/gmon.c (__monstartup): Likewise.
26324         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26325         * hurd/hurdmalloc.c (more_memory): Likewise.
26326         (malloc): Likewise.
26327         (free): Likewise.
26328         (realloc): Likewise.
26329         (malloc_fork_prepare): Likewise.
26330         (malloc_fork_parent): Likewise.
26331         (malloc_fork_child): Likewise.
26332         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26333         (_svcauth_des): Likewise.
26334         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26335         * inet/inet_net.c (inet_network): Likewise.
26336         * inet/inet_netof.c (inet_netof): Likewise.
26337         * inet/rcmd.c (__validuser2_sa): Likewise.
26338         * io/fts.c (fts_open): Likewise.
26339         (fts_load): Likewise.
26340         (fts_close): Likewise.
26341         (fts_read): Likewise.
26342         (fts_children): Likewise.
26343         (fts_build): Likewise.
26344         (fts_stat): Likewise.
26345         (fts_sort): Likewise.
26346         (fts_alloc): Likewise.
26347         (fts_lfree): Likewise.
26348         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26349         (_IO_file_xsgetn): Likewise.
26350         (_IO_file_xsgetn_mmap): Likewise.
26351         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26352         (_IO_cookie_write): Likewise.
26353         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26354         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26355         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26356         * malloc/obstack.c (_obstack_begin): Likewise.
26357         (_obstack_begin_1): Likewise.
26358         (_obstack_newchunk): Likewise.
26359         (_obstack_allocated_p): Likewise.
26360         (obstack_free): Likewise.
26361         (_obstack_memory_used): Likewise.
26362         * misc/getttyent.c (getttynam): Likewise.
26363         (getttyent): Likewise.
26364         (skip): Likewise.
26365         (value): Likewise.
26366         * misc/getusershell.c (initshells): Likewise.
26367         * misc/syslog.c (__vsyslog_chk): Likewise.
26368         * misc/ttyslot.c (ttyslot): Likewise.
26369         * nis/nis_hash.c (__nis_hash): Likewise.
26370         * posix/fnmatch_loop.c (FCT): Likewise.
26371         * posix/getconf.c (print_all): Likewise.
26372         (main): Likewise.
26373         * posix/getopt.c (exchange): Likewise.
26374         * posix/glob.c (globfree): Likewise.
26375         (prefix_array): Likewise.
26376         (__glob_pattern_type): Likewise.
26377         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26378         (NS_GET32): Likewise.
26379         (NS_PUT16): Likewise.
26380         (NS_PUT32): Likewise.
26381         * resolv/gethnamaddr.c (getanswer): Likewise.
26382         (gethostbyname2): Likewise.
26383         (gethostbyaddr): Likewise.
26384         (_gethtent): Likewise.
26385         (_gethtbyname2): Likewise.
26386         (_gethtbyaddr): Likewise.
26387         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26388         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26389         * resolv/res_init.c (__res_vinit): Likewise.
26390         (net_mask): Likewise.
26391         * resolv/res_mkquery.c (outchar): Likewise.
26392         (PRINT): Likewise.
26393         * stdio-common/printf_fp.c (outchar): Likewise.
26394         (PRINT): Likewise.
26395         * stdio-common/printf_fphex.c (outchar): Likewise.
26396         (PRINT): Likewise.
26397         * stdio-common/printf_size.c (outchar): Likewise.
26398         (PRINT): Likewise.
26399         * stdio-common/test_rdwr.c (main): Likewise.
26400         * stdio-common/tfformat.c (matches): Likewise.
26401         * stdio-common/vfprintf.c (outchar): Likewise.
26402         (printf_unknown): Likewise.
26403         (buffered_vfprintf): Likewise.
26404         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26405         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26406         (ReadFile): Likewise.
26407         * stdlib/qsort.c (SWAP): Likewise.
26408         (_quicksort): Likewise.
26409         * stdlib/setenv.c (__add_to_environ): Likewise.
26410         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26411         * stdlib/strtol_l.c (__strtol_l): Likewise.
26412         * stdlib/tst-strtod.c (main): Likewise.
26413         * stdlib/tst-strtol.c (main): Likewise.
26414         * stdlib/tst-strtoll.c (main): Likewise.
26415         * string/bits/string2.h (__strcmp_cc): Likewise.
26416         (__strcmp_cg): Likewise.
26417         (__strcspn_c1): Likewise.
26418         (__strcspn_c2): Likewise.
26419         (__strcspn_c3): Likewise.
26420         (__strspn_c1): Likewise.
26421         (__strspn_c2): Likewise.
26422         (__strspn_c3): Likewise.
26423         (__strsep_1c): Likewise.
26424         (__strsep_2c): Likewise.
26425         (__strsep_3c): Likewise.
26426         * string/memccpy.c (__memccpy): Likewise.
26427         * string/stpcpy.c (__stpcpy): Likewise.
26428         * string/strcmp.c (strcmp): Likewise.
26429         * string/strrchr.c (strrchr): Likewise.
26430         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26431         Likewise.
26432         * sysdeps/mach/hurd/getcwd.c
26433         (_hurd_canonicalize_directory_name_internal): Likewise.
26434         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26435         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26436         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26437         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26438         Likewise, in both definitions.
26439         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26440         definitions.
26441         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26442         64] (__bswap_64): Likewise.
26443         * time/test_time.c (main): Likewise.
26444         * time/tzfile.c (__tzfile_read): Likewise.
26445         (__tzfile_compute): Likewise.
26446         * time/tzset.c (__tzset_parse_tz): Likewise.
26447         (tzset_internal): Likewise.
26448         (compute_change): Likewise.
26449         * wcsmbs/wcscat.c (__wcscat): Likewise.
26450         * wcsmbs/wcschr.c (wcschr): Likewise.
26451         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26452         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26453         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26454         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26455         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26456         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26457         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26458         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26459         * wcsmbs/wmemset.c (wmemset): Likewise.
26461 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26463         * scripts/config.guess: Update to version 2013-05-16.
26464         * scripts/config.sub: Update to version 2013-04-24.
26465         * scripts/install-sh: Update to version 2011-11-20.07.
26466         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26467         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26469 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26471         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26472         * elf/sln.c: Likewise.
26473         * hurd/hurd/ioctl.h: Likewise.
26474         * hurd/hurdmalloc.c: Likewise.
26475         * hurd/xattr.c: Likewise.
26476         * include/shlib-compat.h: Likewise.
26477         * inet/ruserpass.c: Likewise.
26478         * libio/iofgets_u.c: Likewise.
26479         * libio/iofgetws_u.c: Likewise.
26480         * locale/programs/ld-identification.c: Likewise.
26481         * locale/programs/ld-time.c: Likewise.
26482         * mach/msg-destroy.c: Likewise.
26483         * nss/nss_files/files-netgrp.c: Likewise.
26484         * resolv/res_data.c: Likewise.
26485         * soft-fp/op-1.h: Likewise.
26486         * soft-fp/op-2.h: Likewise.
26487         * soft-fp/op-4.h: Likewise.
26488         * soft-fp/op-common.h: Likewise.
26489         * stdio-common/printf_fphex.c: Likewise.
26490         * stdlib/strtod_l.c: Likewise.
26491         * sunrpc/rpc/clnt.h: Likewise.
26492         * sysdeps/generic/framestate.c: Likewise.
26493         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26494         * sysdeps/i386/bsd-setjmp.S: Likewise.
26495         * sysdeps/i386/__longjmp.S: Likewise.
26496         * sysdeps/i386/setjmp.S: Likewise.
26497         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26498         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26499         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26500         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26501         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26502         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26503         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26504         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26505         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26506         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26507         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26508         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26509         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26510         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26511         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26512         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26513         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26514         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26515         * sysdeps/ieee754/support.c: Likewise.
26516         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26517         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26518         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26519         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26520         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26521         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26522         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26523         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26524         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26525         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26526         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26527         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26528         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26529         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26530         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26531         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26532         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26535 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26537         * posix/transbug.c: Remove executable mode.
26539 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26541         * crypt/speeds.c: Remove trailing whitespace.
26542         * dlfcn/default.c: Likewise.
26543         * elf/ifuncdep2.c: Likewise.
26544         * elf/ifuncmain1.c: Likewise.
26545         * elf/ifuncmain1vis.c: Likewise.
26546         * elf/testobj.h: Likewise.
26547         * elf/tst-stackguard1.c: Likewise.
26548         * gmon/sys/gmon.h: Likewise.
26549         * hurd/hurdmsg.c: Likewise.
26550         * hurd/new-fd.c: Likewise.
26551         * hurd/ports-get.c: Likewise.
26552         * iconvdata/ibm1008_420.c: Likewise.
26553         * inet/tst-getni1.c: Likewise.
26554         * inet/tst-getni2.c: Likewise.
26555         * libio/ioungetc.c: Likewise.
26556         * libio/wfiledoalloc.c: Likewise.
26557         * manual/libm-err-tab.pl: Likewise.
26558         * math/w_dremf.c: Likewise.
26559         * misc/ftruncate.c: Likewise.
26560         * posix/bug-glob2.c: Likewise.
26561         * posix/tst-pcre.c: Likewise.
26562         * posix/wait4.c: Likewise.
26563         * resolv/README: Likewise.
26564         * resolv/res_debug.h: Likewise.
26565         * resolv/tst-inet_ntop.c: Likewise.
26566         * setjmp/bug269-setjmp.c: Likewise.
26567         * soft-fp/extended.h: Likewise.
26568         * soft-fp/op-1.h: Likewise.
26569         * soft-fp/op-2.h: Likewise.
26570         * soft-fp/op-4.h: Likewise.
26571         * soft-fp/op-8.h: Likewise.
26572         * soft-fp/testit.c: Likewise.
26573         * stdio-common/bug16.c: Likewise.
26574         * stdlib/random.c: Likewise.
26575         * sunrpc/rpcsvc/rquota.x: Likewise.
26576         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26577         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26578         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26579         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26580         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26581         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26582         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26583         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26584         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26585         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26586         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26587         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26588         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26589         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26590         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26591         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26592         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26593         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26594         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26595         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26596         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26597         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26598         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26599         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26600         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26601         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26602         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26603         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26604         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26605         * sysdeps/ieee754/s_lib_version.c: Likewise.
26606         * sysdeps/mach/hurd/check_fds.c: Likewise.
26607         * sysdeps/mach/hurd/getsockname.c: Likewise.
26608         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26609         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26610         * sysdeps/powerpc/bits/link.h: Likewise.
26611         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26612         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26613         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26614         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26615         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26616         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26617         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26618         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26619         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26620         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26621         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26622         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26623         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26624         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26625         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26626         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26627         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26628         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26629         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26630         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26631         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26632         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26633         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26634         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26635         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26636         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26637         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26638         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26639         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26640         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26641         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26642         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26643         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26644         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26645         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26646         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26647         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26648         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26649         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26650         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26651         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26652         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26653         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26654         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26655         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26656         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26657         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26658         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26659         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26660         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26661         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26662         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26663         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26664         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26665         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26666         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26667         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26668         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26669         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26670         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26671         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26672         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26673         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26674         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26675         * sysdeps/powerpc/sysdep.h: Likewise.
26676         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26677         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26678         * sysdeps/sh/dl-trampoline.S: Likewise.
26679         * sysdeps/sh/memset.S: Likewise.
26680         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26681         * sysdeps/sh/strlen.S: Likewise.
26682         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26683         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26684         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26685         * sysdeps/sparc/sparc32/rem.S: Likewise.
26686         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26687         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26688         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26689         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26690         * sysdeps/sparc/sparc32/urem.S: Likewise.
26691         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26692         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26693         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26694         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26695         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26696         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26697         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26698         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26699         * sysdeps/unix/bsd/times.c: Likewise.
26700         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26701         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26705         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26706         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26707         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26708         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26709         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26710         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26711         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26712         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26713         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26714         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26715         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26716         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26717         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26718         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26719         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26720         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26721         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26722         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26723         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26724         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26725         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26726         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26727         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26728         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26729         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26730         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26731         * sysdeps/x86_64/strcspn.S: Likewise.
26733 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26735         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26736         generated file.  Regenerate properly from gen-translit.pl.
26737         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26738         locale/C-translit.h.
26740 2013-06-05  Andreas Schwab  <schwab@suse.de>
26742         [BZ #15100]
26743         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26744         week as 6 instead of -1.
26745         * time/tst-strptime.c (day_tests): Add test case.
26747 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26749         * sysdeps/generic/math_private.h
26750         (libc_feholdexcept_setround_53bit): Replace with
26751         libc_feholdsetround_53bit.
26752         (libc_feupdateenv_53bit): Replace with
26753         libc_feresetround_53bit.
26754         (SET_RESTORE_ROUND_53BIT): Adjust.
26756 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26758         * string/test-strchrnul.c: Add copyright header.
26760         * posix/tst-getaddrinfo4.c: Increase test timeout.
26762 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26764         [BZ #15536]
26765         * math/libm-test.inc (MAX_EXP): Remove
26766         (MIN_EXP): Define.
26767         (ulp): Use MIN_EXP - MANT_DIG.
26768         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26770 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26772         * po/be.po: Revert last change.
26773         * po/zh_CN.po: Likewise.
26774         * po/header.pot: Likewise.
26776 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26778         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26779         link-libc-deps to empty as target-specific variable.
26780         * Makerules (link-libc-args): New variable.
26781         (libc-for-link): Likewise.
26782         (link-libc-deps): Likewise.
26783         (lib%.so): Depend on $(link-libc-deps).  Link with
26784         $(link-libc-args).
26785         (build-module): Link with $(link-libc-args).
26786         (build-module-asneeded): Likewise.
26787         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26788         list of objects.
26789         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26790         target-specific variable.
26791         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26792         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26793         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26794         libc.
26795         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26796         libc and ld.so.
26797         ($(objpfx)libpcprofile.so): Likewise.
26798         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26799         libc_nonshared.a.
26800         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26801         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26802         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26803         $(link-libc-deps).
26804         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26805         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26806         * login/Makefile ($(objpfx)libutil.so): Likewise.
26807         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26808         * math/Makefile ($(objpfx)libm.so): Likewise.
26809         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26810         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26811         variable instead of depending directly on libc.
26812         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26813         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26814         $(link-libc-deps).
26815         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26816         libc.
26817         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26818         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26819         ($(objpfx)libanl.so): Likewise.
26820         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26821         ld.so.
26822         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26823         $(link-libc-deps).
26824         * sysdeps/i386/fpu/Makefile: Remove file.
26825         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26826         ($(objpfx)libm.so): Remove dependency on ld.so.
26828 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26830         [BZ # 15553]
26831         * nis/yp_xdr.c (XDRMAXNAME): Define.
26832         (XDRMAXRECORD): Define.
26833         (xdr_domainname): Use XDRMAXNAME.
26834         (xdr_mapname): Likewise.
26835         (xdr_peername): Likewise.
26836         (xdr_keydat): Use XDRMAXRECORD.
26837         (xdr_valdat): Likewise.
26839 2013-05-30  Jeff Law  <law@redhat.com>
26841         [BZ #14256]
26842         * manual/errno.texi (ESTALE): Update to account for more than
26843         just NFS file systems.
26844         * sysdeps/gnu/errlist.c: Regenerated.
26846 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26848         [BZ #15465]
26849         * elf/Makefile (tests): Add tst-null-argv.
26850         (modules-names):  Add tst-null-argv-lib.
26851         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26852         (tst-null-argv-ENV): Set environment for tst-null-argv.
26853         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26854         (RTLD_PROGNAME): New macro.
26855         * elf/tst-null-argv.c: New test case.
26856         * elf/tst-null-argv-lib.c: Library for test case.
26857         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26858         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26859         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26860         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26861         * elf/dl-init.c (call_init): Likewise.
26862         (_dl_init): Likewise.
26863         * elf/dl-load.c (print_search_path): Likewise.
26864         (_dl_map_object): Likewise.
26865         * elf/dl-lookup.c (do_lookup_x): Likewise.
26866         (add_dependency): Likewise.
26867         (_dl_lookup_symbol_x): Likewise.
26868         (_dl_debug_bindings): Likewise.
26869         * elf/dl-open.c (_dl_show_scope): Likewise.
26870         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26871         * elf/dl-version.c (match_symbol): Likewise.
26872         (_dl_check_map_versions): Likewise.
26873         * elf/rtld.c (dl_main): Likewise.
26874         (print_unresolved): Use RTLD_PROGNAME.
26875         (print_missing_version): Likewise.
26876         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26877         (elf_machine_rela): Likewise.
26878         * sysdeps/powerpc/powerpc32/dl-machine.c
26879         (__process_machine_rela): Likewise.
26880         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26881         Likewise.
26882         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26883         Likewise.
26884         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26885         Likewise.
26886         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26887         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26888         Likewise.
26889         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26890         Likewise.
26891         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26893 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26895         * po/be.po: Add descriptive title.
26896         * po/zh_CN.po: Likewise.
26897         * po/header.pot: Likewise.
26899 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26901         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26902         error message.
26903         (enlarge_archive): Likewise.
26905 2013-05-28  Ben North  <ben@redfrontdoor.org>
26907         * manual/arith.texi (frexp): It is the magnitude of the return
26908         value which lies in [0.5, 1), not the return value itself.
26910 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26912         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26914 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26916         * stdio-common/bug26.c (main): Correct fscanf template.
26918         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26919         declare _dl_skip_args.
26921         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26922         Don't declare.
26924         * manual/platform.texi: Add missing @end deftypefun.
26926 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26928         [BZ #15529]
26929         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26930         bit of mantissa of 2^16382.
26931         * math/libm-test.inc (hypot_test_data): Add more tests.
26933         * math/libm-test.inc: Add drem and pow10 to list of tested
26934         functions.
26935         (pow10_test): New function.
26936         (drem_test): Likewise.
26937         (drem_test_tonearest): Likewise.
26938         (drem_test_towardzero): Likewise.
26939         (drem_test_downward): Likewise.
26940         (drem_test_upward): Likewise.
26941         (main): Call the new functions.
26943         * math/libm-test.inc (finite_test_data): Remove.
26944         (finite_test): Run tests from isfinite_test_data.
26945         (gamma_test_data): Remove.
26946         (gamma_test): Run tests from lgamma_test_data.
26947         * sysdeps/i386/fpu/libm-test-ulps: Update.
26948         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26950 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26952         * manual/platform.texi: Add PowerPC PPR function set documentation.
26953         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26954         implementation.
26956 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26958         * math/libm-test.inc (MAX_EXP): Define.
26959         (ULPDIFF): Define.
26960         (ulp): New function.
26961         (check_float_internal): Use ULPDIFF.
26962         (cpow_test): Disable failing test.
26963         (check_ulp): Test ulp() implemetnation.
26964         (main): Call check_ulp before starting tests.
26966 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26968         * math/gen-libm-test.pl (generate_testfile): Do not handle
26969         START_DATA and END_DATA.
26970         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26971         END_DATA.
26972         (acos_tonearest_test_data): Likewise.
26973         (acos_towardzero_test_data): Likewise.
26974         (acos_downward_test_data): Likewise.
26975         (acos_upward_test_data): Likewise.
26976         (acosh_test_data): Likewise.
26977         (asin_test_data): Likewise.
26978         (asin_tonearest_test_data): Likewise.
26979         (asin_towardzero_test_data): Likewise.
26980         (asin_downward_test_data): Likewise.
26981         (asin_upward_test_data): Likewise.
26982         (asinh_test_data): Likewise.
26983         (atan_test_data): Likewise.
26984         (atanh_test_data): Likewise.
26985         (atan2_test_data): Likewise.
26986         (cabs_test_data): Likewise.
26987         (cacos_test_data): Likewise.
26988         (cacosh_test_data): Likewise.
26989         (carg_test_data): Likewise.
26990         (casin_test_data): Likewise.
26991         (casinh_test_data): Likewise.
26992         (catan_test_data): Likewise.
26993         (catanh_test_data): Likewise.
26994         (cbrt_test_data): Likewise.
26995         (ccos_test_data): Likewise.
26996         (ccosh_test_data): Likewise.
26997         (ceil_test_data): Likewise.
26998         (cexp_test_data): Likewise.
26999         (cimag_test_data): Likewise.
27000         (clog_test_data): Likewise.
27001         (clog10_test_data): Likewise.
27002         (conj_test_data): Likewise.
27003         (copysign_test_data): Likewise.
27004         (cos_test_data): Likewise.
27005         (cos_tonearest_test_data): Likewise.
27006         (cos_towardzero_test_data): Likewise.
27007         (cos_downward_test_data): Likewise.
27008         (cos_upward_test_data): Likewise.
27009         (cosh_test_data): Likewise.
27010         (cosh_tonearest_test_data): Likewise.
27011         (cosh_towardzero_test_data): Likewise.
27012         (cosh_downward_test_data): Likewise.
27013         (cosh_upward_test_data): Likewise.
27014         (cpow_test_data): Likewise.
27015         (cproj_test_data): Likewise.
27016         (creal_test_data): Likewise.
27017         (csin_test_data): Likewise.
27018         (csinh_test_data): Likewise.
27019         (csqrt_test_data): Likewise.
27020         (ctan_test_data): Likewise.
27021         (ctan_tonearest_test_data): Likewise.
27022         (ctan_towardzero_test_data): Likewise.
27023         (ctan_downward_test_data): Likewise.
27024         (ctan_upward_test_data): Likewise.
27025         (ctanh_test_data): Likewise.
27026         (ctanh_tonearest_test_data): Likewise.
27027         (ctanh_towardzero_test_data): Likewise.
27028         (ctanh_downward_test_data): Likewise.
27029         (ctanh_upward_test_data): Likewise.
27030         (erf_test_data): Likewise.
27031         (erfc_test_data): Likewise.
27032         (exp_test_data): Likewise.
27033         (exp_tonearest_test_data): Likewise.
27034         (exp_towardzero_test_data): Likewise.
27035         (exp_downward_test_data): Likewise.
27036         (exp_upward_test_data): Likewise.
27037         (exp10_test_data): Likewise.
27038         (exp2_test_data): Likewise.
27039         (expm1_test_data): Likewise.
27040         (fabs_test_data): Likewise.
27041         (fdim_test_data): Likewise.
27042         (finite_test_data): Likewise.
27043         (floor_test_data): Likewise.
27044         (fma_test_data): Likewise.
27045         (fma_towardzero_test_data): Likewise.
27046         (fma_downward_test_data): Likewise.
27047         (fma_upward_test_data): Likewise.
27048         (fmax_test_data): Likewise.
27049         (fmin_test_data): Likewise.
27050         (fmod_test_data): Likewise.
27051         (fpclassify_test_data): Likewise.
27052         (frexp_test_data): Likewise.
27053         (gamma_test_data): Likewise.
27054         (hypot_test_data): Likewise.
27055         (ilogb_test_data): Likewise.
27056         (isfinite_test_data): Likewise.
27057         (isgreater_test_data): Likewise.
27058         (isgreaterequal_test_data): Likewise.
27059         (isinf_test_data): Likewise.
27060         (isless_test_data): Likewise.
27061         (islessequal_test_data): Likewise.
27062         (islessgreater_test_data): Likewise.
27063         (isnan_test_data): Likewise.
27064         (isnormal_test_data): Likewise.
27065         (issignaling_test_data): Likewise.
27066         (isunordered_test_data): Likewise.
27067         (j0_test_data): Likewise.
27068         (j1_test_data): Likewise.
27069         (jn_test_data): Likewise.
27070         (ldexp_test_data): Likewise.
27071         (lgamma_test_data): Likewise.
27072         (lrint_test_data): Likewise.
27073         (lrint_tonearest_test_data): Likewise.
27074         (lrint_towardzero_test_data): Likewise.
27075         (lrint_downward_test_data): Likewise.
27076         (lrint_upward_test_data): Likewise.
27077         (llrint_test_data): Likewise.
27078         (llrint_tonearest_test_data): Likewise.
27079         (llrint_towardzero_test_data): Likewise.
27080         (llrint_downward_test_data): Likewise.
27081         (llrint_upward_test_data): Likewise.
27082         (log_test_data): Likewise.
27083         (log10_test_data): Likewise.
27084         (log1p_test_data): Likewise.
27085         (log2_test_data): Likewise.
27086         (logb_test_data): Likewise.
27087         (logb_downward_test_data): Likewise.
27088         (lround_test_data): Likewise.
27089         (llround_test_data): Likewise.
27090         (modf_test_data): Likewise.
27091         (nearbyint_test_data): Likewise.
27092         (nextafter_test_data): Likewise.
27093         (nexttoward_test_data): Likewise.
27094         (pow_test_data): Likewise.
27095         (pow_tonearest_test_data): Likewise.
27096         (pow_towardzero_test_data): Likewise.
27097         (pow_downward_test_data): Likewise.
27098         (pow_upward_test_data): Likewise.
27099         (remainder_test_data): Likewise.
27100         (remainder_tonearest_test_data): Likewise.
27101         (remainder_towardzero_test_data): Likewise.
27102         (remainder_downward_test_data): Likewise.
27103         (remainder_upward_test_data): Likewise.
27104         (remquo_test_data): Likewise.
27105         (rint_test_data): Likewise.
27106         (rint_tonearest_test_data): Likewise.
27107         (rint_towardzero_test_data): Likewise.
27108         (rint_downward_test_data): Likewise.
27109         (rint_upward_test_data): Likewise.
27110         (round_test_data): Likewise.
27111         (scalb_test_data): Likewise.
27112         (scalbn_test_data): Likewise.
27113         (scalbln_test_data): Likewise.
27114         (signbit_test_data): Likewise.
27115         (sin_test_data): Likewise.
27116         (sin_tonearest_test_data): Likewise.
27117         (sin_towardzero_test_data): Likewise.
27118         (sin_downward_test_data): Likewise.
27119         (sin_upward_test_data): Likewise.
27120         (sincos_test_data): Likewise.
27121         (sinh_test_data): Likewise.
27122         (sinh_tonearest_test_data): Likewise.
27123         (sinh_towardzero_test_data): Likewise.
27124         (sinh_downward_test_data): Likewise.
27125         (sinh_upward_test_data): Likewise.
27126         (sqrt_test_data): Likewise.
27127         (tan_test_data): Likewise.
27128         (tan_tonearest_test_data): Likewise.
27129         (tan_towardzero_test_data): Likewise.
27130         (tan_downward_test_data): Likewise.
27131         (tan_upward_test_data): Likewise.
27132         (tanh_test_data): Likewise.
27133         (tgamma_test_data): Likewise.
27134         (trunc_test_data): Likewise.
27135         (y0_test_data): Likewise.
27136         (y1_test_data): Likewise.
27137         (yn_test_data): Likewise.
27138         (significand_test_data): Likewise.
27140         * math/gen-libm-test.pl (@functions): Remove variable.
27141         (generate_testfile): Don't handle START and END lines.
27142         * math/libm-test.inc (START): New macro.
27143         (END): Likewise.
27144         (END_COMPLEX): Likewise.
27145         (acos_test): Use END macro without arguments.
27146         (acos_test_tonearest): Likewise.
27147         (acos_test_towardzero): Likewise.
27148         (acos_test_downward): Likewise.
27149         (acos_test_upward): Likewise.
27150         (acosh_test): Likewise.
27151         (asin_test): Likewise.
27152         (asin_test_tonearest): Likewise.
27153         (asin_test_towardzero): Likewise.
27154         (asin_test_downward): Likewise.
27155         (asin_test_upward): Likewise.
27156         (asinh_test): Likewise.
27157         (atan_test): Likewise.
27158         (atanh_test): Likewise.
27159         (atan2_test): Likewise.
27160         (cabs_test): Likewise.
27161         (cacos_test): Use END_COMPLEX macro without arguments.
27162         (cacosh_test): Likewise.
27163         (carg_test): Use END macro without arguments.
27164         (casin_test): Use END_COMPLEX macro without arguments.
27165         (casinh_test): Likewise.
27166         (catan_test): Likewise.
27167         (catanh_test): Likewise.
27168         (cbrt_test): Use END macro without arguments.
27169         (ccos_test): Use END_COMPLEX macro without arguments.
27170         (ccosh_test): Likewise.
27171         (ceil_test): Use END macro without arguments.
27172         (cexp_test): Use END_COMPLEX macro without arguments.
27173         (cimag_test): Use END macro without arguments.
27174         (clog_test): Use END_COMPLEX macro without arguments.
27175         (clog10_test): Likewise.
27176         (conj_test): Likewise.
27177         (copysign_test): Use END macro without arguments.
27178         (cos_test): Likewise.
27179         (cos_test_tonearest): Likewise.
27180         (cos_test_towardzero): Likewise.
27181         (cos_test_downward): Likewise.
27182         (cos_test_upward): Likewise.
27183         (cosh_test): Likewise.
27184         (cosh_test_tonearest): Likewise.
27185         (cosh_test_towardzero): Likewise.
27186         (cosh_test_downward): Likewise.
27187         (cosh_test_upward): Likewise.
27188         (cpow_test): Use END_COMPLEX macro without arguments.
27189         (cproj_test): Likewise.
27190         (creal_test): Use END macro without arguments.
27191         (csin_test): Use END_COMPLEX macro without arguments.
27192         (csinh_test): Likewise.
27193         (csqrt_test): Likewise.
27194         (ctan_test): Likewise.
27195         (ctan_test_tonearest): Likewise.
27196         (ctan_test_towardzero): Likewise.
27197         (ctan_test_downward): Likewise.
27198         (ctan_test_upward): Likewise.
27199         (ctanh_test): Likewise.
27200         (ctanh_test_tonearest): Likewise.
27201         (ctanh_test_towardzero): Likewise.
27202         (ctanh_test_downward): Likewise.
27203         (ctanh_test_upward): Likewise.
27204         (erf_test): Use END macro without arguments.
27205         (erfc_test): Likewise.
27206         (exp_test): Likewise.
27207         (exp_test_tonearest): Likewise.
27208         (exp_test_towardzero): Likewise.
27209         (exp_test_downward): Likewise.
27210         (exp_test_upward): Likewise.
27211         (exp10_test): Likewise.
27212         (exp2_test): Likewise.
27213         (expm1_test): Likewise.
27214         (fabs_test): Likewise.
27215         (fdim_test): Likewise.
27216         (finite_test): Likewise.
27217         (floor_test): Likewise.
27218         (fma_test): Likewise.
27219         (fma_test_towardzero): Likewise.
27220         (fma_test_downward): Likewise.
27221         (fma_test_upward): Likewise.
27222         (fmax_test): Likewise.
27223         (fmin_test): Likewise.
27224         (fmod_test): Likewise.
27225         (fpclassify_test): Likewise.
27226         (frexp_test): Likewise.
27227         (gamma_test): Likewise.
27228         (hypot_test): Likewise.
27229         (ilogb_test): Likewise.
27230         (isfinite_test): Likewise.
27231         (isgreater_test): Likewise.
27232         (isgreaterequal_test): Likewise.
27233         (isinf_test): Likewise.
27234         (isless_test): Likewise.
27235         (islessequal_test): Likewise.
27236         (islessgreater_test): Likewise.
27237         (isnan_test): Likewise.
27238         (isnormal_test): Likewise.
27239         (issignaling_test): Likewise.
27240         (isunordered_test): Likewise.
27241         (j0_test): Likewise.
27242         (j1_test): Likewise.
27243         (jn_test): Likewise.
27244         (ldexp_test): Likewise.
27245         (lgamma_test): Likewise.
27246         (lrint_test): Likewise.
27247         (lrint_test_tonearest): Likewise.
27248         (lrint_test_towardzero): Likewise.
27249         (lrint_test_downward): Likewise.
27250         (lrint_test_upward): Likewise.
27251         (llrint_test): Likewise.
27252         (llrint_test_tonearest): Likewise.
27253         (llrint_test_towardzero): Likewise.
27254         (llrint_test_downward): Likewise.
27255         (llrint_test_upward): Likewise.
27256         (log_test): Likewise.
27257         (log10_test): Likewise.
27258         (log1p_test): Likewise.
27259         (log2_test): Likewise.
27260         (logb_test): Likewise.
27261         (logb_test_downward): Likewise.
27262         (lround_test): Likewise.
27263         (llround_test): Likewise.
27264         (modf_test): Likewise.
27265         (nearbyint_test): Likewise.
27266         (nextafter_test): Likewise.
27267         (nexttoward_test): Likewise.
27268         (pow_test): Likewise.
27269         (pow_test_tonearest): Likewise.
27270         (pow_test_towardzero): Likewise.
27271         (pow_test_downward): Likewise.
27272         (pow_test_upward): Likewise.
27273         (remainder_test): Likewise.
27274         (remainder_test_tonearest): Likewise.
27275         (remainder_test_towardzero): Likewise.
27276         (remainder_test_downward): Likewise.
27277         (remainder_test_upward): Likewise.
27278         (remquo_test): Likewise.
27279         (rint_test): Likewise.
27280         (rint_test_tonearest): Likewise.
27281         (rint_test_towardzero): Likewise.
27282         (rint_test_downward): Likewise.
27283         (rint_test_upward): Likewise.
27284         (round_test): Likewise.
27285         (scalb_test): Likewise.
27286         (scalbn_test): Likewise.
27287         (scalbln_test): Likewise.
27288         (signbit_test): Likewise.
27289         (sin_test): Likewise.
27290         (sin_test_tonearest): Likewise.
27291         (sin_test_towardzero): Likewise.
27292         (sin_test_downward): Likewise.
27293         (sin_test_upward): Likewise.
27294         (sincos_test): Likewise.
27295         (sinh_test): Likewise.
27296         (sinh_test_tonearest): Likewise.
27297         (sinh_test_towardzero): Likewise.
27298         (sinh_test_downward): Likewise.
27299         (sinh_test_upward): Likewise.
27300         (sqrt_test): Likewise.
27301         (tan_test): Likewise.
27302         (tan_test_tonearest): Likewise.
27303         (tan_test_towardzero): Likewise.
27304         (tan_test_downward): Likewise.
27305         (tan_test_upward): Likewise.
27306         (tanh_test): Likewise.
27307         (tgamma_test): Likewise.
27308         (trunc_test): Likewise.
27309         (y0_test): Likewise.
27310         (y1_test): Likewise.
27311         (yn_test): Likewise.
27312         (significand_test): Likewise.
27314 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27316         [BZ #15381]
27317         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27319 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27321         [BZ #14894]
27322         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27323         __ppc_mdoio and __ppc_mdoom.
27324         * manual/platform.texi: Document new functions __ppc_yield,
27325         __ppc_mdoio and __ppc_mdoom.
27327 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27329         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27330         (main): Mention "tls" pseudo-hwcap is legacy.
27331         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27333 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27335         * math/gen-libm-test.pl (parse_args): Output only string of
27336         arguments as text for test name, not full call or descriptions of
27337         tests for extra outputs.
27338         (generate_testfile): Do not pass function name to parse_args.
27339         Generate this_func variable from START.
27340         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27341         field to arg_str.
27342         (struct test_ff_f_data): Likewise.
27343         (test_ff_f_data_nexttoward): Likewise.
27344         (struct test_fi_f_data): Likewise.
27345         (struct test_fl_f_data): Likewise.
27346         (struct test_if_f_data): Likewise.
27347         (struct test_fff_f_data): Likewise.
27348         (struct test_c_f_data): Likewise.
27349         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27350         (struct test_fF_f1_data): Likewise.
27351         (struct test_ffI_f1_data): Likewise.
27352         (struct test_c_c_data): Rename test_name field to arg_str.
27353         (struct test_cc_c_data): Likewise.
27354         (struct test_f_i_data): Likewise.
27355         (struct test_ff_i_data): Likewise.
27356         (struct test_f_l_data): Likewise.
27357         (struct test_f_L_data): Likewise.
27358         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27359         and extra2_name.
27360         (COMMON_TEST_SETUP): New macro.
27361         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27362         (COMMON_TEST_CLEANUP): Likewise.
27363         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27364         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27365         macros.
27366         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27367         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27368         macros.
27369         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27370         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27371         cleanup macros.
27372         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27373         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27374         macros.
27375         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27376         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27377         macros.
27378         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27379         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27380         cleanup macros.
27381         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27382         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27383         cleanup macros.
27384         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27385         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27386         cleanup macros.
27387         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27388         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27389         macros.
27390         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27391         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27392         macros.
27393         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27394         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27395         macros.
27396         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27397         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27398         cleanup macros.
27399         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27400         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27401         cleanup macros.
27402         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27403         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27404         macros.
27405         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27406         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27407         cleanup macros.
27408         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27409         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27410         macros.
27411         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27412         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27413         macros.
27414         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27415         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27416         cleanup macros.
27417         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27419 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27421         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27422         to _sifields.sigfault.
27423         (si_addr_lsb): Define new macro.
27424         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27425         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27426         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27428 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27430         [BZ #15441]
27431         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27432         returns -1.
27433         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27434         null return -1.
27435         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27436         loading the domain.
27438 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27440         * math/gen-libm-test.pl (parse_args): Do not include expected
27441         result in test name.
27442         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27443         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27444         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27445         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27446         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27449 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27451         * benchtests/Makefile: Sort function entries.
27453         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27454         tanh, asinh, acosh, atanh.
27455         * benchtests/acos-inputs: New file.
27456         * benchtests/acosh-inputs: New file.
27457         * benchtests/asin-inputs: New file.
27458         * benchtests/asinh-inputs: New file.
27459         * benchtests/atanh-inputs: New file.
27460         * benchtests/cosh-inputs: New file.
27461         * benchtests/log-inputs: New file.
27462         * benchtests/sinh-inputs: New file.
27463         * benchtests/tanh-inputs: New file.
27465 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27467         [BZ #15339]
27468         * posix/tst-getaddrinfo4.c: New test.
27469         * posix/Makefile (tests): Add it.
27471 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27473         [BZ #15339]
27474         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27475         when no services were used.
27476         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27477         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27479 2013-05-21  Andreas Schwab  <schwab@suse.de>
27481         [BZ #15014]
27482         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27483         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27484         successful.
27485         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27486         redundant variable declarations and reallocation of buffer when
27487         parsing as IPv6 address.  Always set NSS status when called from
27488         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27489         buffer too small.  Correct computation of needed size.
27490         * nss/Makefile (tests): Add test-digits-dots.
27491         * nss/test-digits-dots.c: New test.
27493 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27495         * benchtests/Makefile: Remove instructions for adding
27496         benchmark tests.
27497         * benchtests/README: New file to explain how to execute and
27498         enhance the benchmark tests.
27500 2013-05-21  Andreas Schwab  <schwab@suse.de>
27502         [BZ #15493]
27503         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27504         * setjmp/tst-sigsetjmp.c: New test.
27506 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27508         * sysdeps/x86_64/memset.S (memset): New implementation.
27509         (__bzero): Likewise.
27510         (__memset_tail): New function.
27512 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27514         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27515         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27516         __memcpy_sse2_unaligned ifunc selection.
27517         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27518         Add memcpy-sse2-unaligned.S.
27519         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27520         Add: __memcpy_sse2_unaligned.
27522 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27524         [BZ #15490]
27525         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27526         math_force_eval before restoring floating-point envrionment.
27527         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27528         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27529         Likewise.
27530         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27531         <math_private.h>.
27532         (__nearbyintl): Use math_force_eval before restoring
27533         floating-point environment.
27534         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27536         * math/gen-libm-test.pl (special_functions): Remove.
27537         (parse_args): Don't handle TEST_extra.  Handle functions with no
27538         return value.
27539         * math/libm-test.inc (struct test_sincos_data): Replace with
27540         struct test_fFF_11_data.
27541         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27542         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27543         (sincos_test_data): Change element type to struct
27544         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27545         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27546         RUN_TEST_LOOP_sincos.
27547         * math/README.libm-test: Don't mention special handling of
27548         individual functions.
27549         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27550         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27551         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27552         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27553         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27556         * math/gen-libm-test.pl (get_variable): Remove function.
27557         (parse_args): Don't show pointer parameters to call in test
27558         names.  Use "extra output N" in test names for extra outputs
27559         rather than naming variables.
27561 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27563         [BZ #15488]
27564         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27565         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27566         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27567         double tests.
27568         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27569         disable.
27570         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27571         check_long_double.
27573         * math/gen-libm-test.pl (@tests): Remove variable.
27574         ($count): Likewise.
27575         (new_test): Remove function.
27576         (show_exceptions): New function.
27577         (special_functions): Use show_exceptions instead of new_test.
27578         (parse_args): Likewise.
27579         (generate_testfile): Pass only function name in generated call to
27580         print_max_error or print_complex_max_error.
27581         (get_ulps): Do not handle complex tests specially.
27582         (output_test): Rename to ...
27583         (get_all_ulps_for_test): ... this.  Return a string rather than
27584         printing to a file.  Require ulps to be present.
27585         (output_ulps): Generate arrays rather than #defines.
27586         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27587         (struct ulp_data): New type.
27588         (BUILD_COMPLEX_ULP): Remove macro.
27589         (compare_ulp_data): New function.
27590         (find_ulps): Likewise.
27591         (find_test_ulps): Likewise.
27592         (find_function_ulps): Likewise.
27593         (find_complex_function_ulps): Likewise.
27594         (print_max_error): Determine allowed ulps using
27595         find_function_ulps.
27596         (print_complex_max_error): Determine allowed ulps using
27597         find_complex_function_ulps.
27598         (check_float_internal): Determine max ulps using find_test_ulps.
27599         (check_float): Do not take max_ulp parameter.  Update call to
27600         check_float_internal.
27601         (check_complex): Likewise.
27602         (check_int): Do not take max_ulp parameter.
27603         (check_long): Likewise.
27604         (check_bool): Likewise.
27605         (check_longlong): Likewise.
27606         (struct test_f_f_data): Remove max_ulp field.
27607         (struct test_ff_f_data): Likewise.
27608         (struct test_ff_f_data_nexttoward): Likewise.
27609         (struct test_fi_f_data): Likewise.
27610         (struct test_fl_f_data): Likewise.
27611         (struct test_if_f_data): Likewise.
27612         (struct test_fff_f_data): Likewise.
27613         (struct test_c_f_data): Likewise.
27614         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27615         (struct test_fF_f1_data): Likewise.
27616         (struct test_ffI_f1_data): Likewise.
27617         (struct test_c_c_data): Remove max_ulp field.
27618         (struct test_cc_c_data): Likewise.
27619         (struct test_f_i_data): Likewise.
27620         (struct test_ff_i_data): Likewise.
27621         (struct test_f_l_data): Likewise.
27622         (struct test_f_L_data): Likewise.
27623         (struct test_sincos_data): Likewise.
27624         (RUN_TEST_f_f): Do not handle ulps.
27625         (RUN_TEST_LOOP_f_f): Likewise.
27626         (RUN_TEST_2_f): Likewise.
27627         (RUN_TEST_LOOP_2_f): Likewise.
27628         (RUN_TEST_fff_f): Likewise.
27629         (RUN_TEST_LOOP_fff_f): Likewise.
27630         (RUN_TEST_c_f): Likewise.
27631         (RUN_TEST_LOOP_c_f): Likewise.
27632         (RUN_TEST_f_f1): Likewise.
27633         (RUN_TEST_LOOP_f_f1): Likewise.
27634         (RUN_TEST_fF_f1): Likewise.
27635         (RUN_TEST_LOOP_fF_f1): Likewise.
27636         (RUN_TEST_fI_f1): Likewise.
27637         (RUN_TEST_LOOP_fI_f1): Likewise.
27638         (RUN_TEST_ffI_f1): Likewise.
27639         (RUN_TEST_LOOP_ffI_f1): Likewise.
27640         (RUN_TEST_c_c): Likewise.
27641         (RUN_TEST_LOOP_c_c): Likewise.
27642         (RUN_TEST_cc_c): Likewise.
27643         (RUN_TEST_LOOP_cc_c): Likewise.
27644         (RUN_TEST_f_i): Likewise.
27645         (RUN_TEST_LOOP_f_i): Likewise.
27646         (RUN_TEST_f_i_tg): Likewise.
27647         (RUN_TEST_LOOP_f_i_tg): Likewise.
27648         (RUN_TEST_ff_i_tg): Likewise.
27649         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27650         (RUN_TEST_f_b): Likewise.
27651         (RUN_TEST_LOOP_f_b): Likewise.
27652         (RUN_TEST_f_b_tg): Likewise.
27653         (RUN_TEST_LOOP_f_b_tg): Likewise.
27654         (RUN_TEST_f_l): Likewise.
27655         (RUN_TEST_LOOP_f_l): Likewise.
27656         (RUN_TEST_f_L): Likewise.
27657         (RUN_TEST_LOOP_f_L): Likewise.
27658         (RUN_TEST_sincos): Likewise.
27659         (RUN_TEST_LOOP_sincos): Likewise.
27661 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27663         [BZ #15480]
27664         [BZ #15485]
27665         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27666         main case of finite arguments, set rounding mode to FE_TONEAREST
27667         and discard exceptions.
27668         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27669         exceptions.
27670         (remainder_tonearest_test_data): New variable.
27671         (remainder_test_tonearest): New function.
27672         (remainder_towardzero_test_data): New variable.
27673         (remainder_test_towardzero): New function.
27674         (remainder_downward_test_data): New variable.
27675         (remainder_test_downward): New function.
27676         (remainder_upward_test_data): New variable.
27677         (remainder_test_upward): New function.
27678         (main): Call the new test functions.
27680         * math/libm-test.inc (struct test_f_f1_data): Remove field
27681         extra_init.
27682         (struct test_fF_f1_data): Likewise.
27683         (struct test_ffI_f1_data): Likewise.
27684         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27685         based on value of EXTRA_EXPECTED.
27686         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27687         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27688         EXTRA_VAR based on value of EXTRA_EXPECTED.
27689         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27690         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27691         EXTRA_VAR based on value of EXTRA_EXPECTED.
27692         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27693         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27694         EXTRA_VAR based on value of EXTRA_EXPECTED.
27695         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27696         * math/gen-libm-test.pl (parse_args): Don't output initializers
27697         for extra output values.
27699         * math/libm-test.inc (check_int): Expect result to be exactly
27700         equal to expected value and do not handle ulps.
27701         (check_long): Likewise.
27702         (check_longlong): Likewise.
27704         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27705         exceptions.
27706         (cimag_test_data): Likewise.
27707         (conj_test_data): Likewise.
27708         (copysign_test_data): Likewise.
27709         (cproj_test_data): Likewise.
27710         (creal_test_data): Likewise.
27711         (fabs_test_data): Likewise.
27712         (fdim_test_data): Likewise.
27713         (finite_test_data): Likewise.
27714         (floor_test_data): Likewise.
27715         (fmax_test_data): Likewise.
27716         (fmin_test_data): Likewise.
27717         (fmod_test_data): Likewise.
27718         (fpclassify_test_data): Likewise.
27719         (frexp_test_data): Likewise.
27720         (ilogb_test_data): Likewise.
27721         (isfinite_test_data): Likewise.
27722         (isgreater_test_data): Likewise.
27723         (isgreaterequal_test_data): Likewise.
27724         (isinf_test_data): Likewise.
27725         (isless_test_data): Likewise.
27726         (islessequal_test_data): Likewise.
27727         (islessgreater_test_data): Likewise.
27728         (isnan_test_data): Likewise.
27729         (isnormal_test_data): Likewise.
27730         (issignaling_test_data): Likewise.
27731         (isunordered_test_data): Likewise.
27732         (ldexp_test_data): Likewise.
27733         (lrint_test_data): Likewise.
27734         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27735         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27736         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27737         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27738         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27739         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27740         test input.
27741         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27742         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27743         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27744         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27745         that test input.
27746         (lrint_downward_test_data): Test for "inexact" exceptions.
27747         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27748         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27749         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27750         test input.
27751         (lrint_upward_test_data): Test for "inexact" exceptions.
27752         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27753         test input.
27754         (llrint_test_data): Test for "inexact" exceptions.
27755         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27756         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27757         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27758         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27759         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27760         (llrint_downward_test_data): Test for "inexact" exceptions.
27761         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27762         (llrint_upward_test_data): Test for "inexact" exceptions.
27763         (logb_test_data): Likewise.
27764         (logb_downward_test_data): Likewise.
27765         (nextafter_test_data): Likewise.
27766         (nexttoward_test_data): Likewise.
27767         (remainder_test_data): Likewise.
27768         (remquo_test_data): Likewise.
27769         (scalbn_test_data): Likewise.
27770         (scalbln_test_data): Likewise.
27771         (signbit_test_data): Likewise.
27772         (sqrt_test_data): Likewise.
27773         (significand_test_data): Likewise.
27775 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27777         [BZ #15424]
27778         * benchtests/bench-modf.c (struct args): Mark arg0 as
27779         volatile.
27780         * scripts/bench.pl: Mark members of struct args as volatile.
27782 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27784         [BZ # 15497]
27785         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27786         negative infinity on POWER6 or lower.
27787         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27789 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27791         [BZ #15442]
27792         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27793         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27794         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27795         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27796         (_FP_SETQNAN): New macro.
27797         (_FP_SETQNAN_SEMIRAW): Likewise.
27798         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27799         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27800         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27801         (FP_EXTEND): Use _FP_FRAC_SNANP.
27802         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27803         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27804         into account.
27805         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27806         New macro.
27807         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27808         Likewise.
27810 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27812         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27813         with DIVIDE_BY_ZERO_EXCEPTION.
27814         (gamma_test_data): Likewise.
27815         (lgamma_test_data): Likewise.
27816         (log_test_data): Likewise.
27817         (log10_test_data): Likewise.
27818         (log2_test_data): Likewise.
27819         (tgamma_test_data): Likewise.
27821         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27822         (acos_test_tonearest): Likewise.
27823         (acos_test_towardzero): Likewise.
27824         (acos_test_downward): Likewise.
27825         (acos_test_upward): Likewise.
27826         (acosh_test): Likewise.
27827         (asin_test): Likewise.
27828         (asin_test_tonearest): Likewise.
27829         (asin_test_towardzero): Likewise.
27830         (asin_test_downward): Likewise.
27831         (asin_test_upward): Likewise.
27832         (asinh_test): Likewise.
27833         (atan_test): Likewise.
27834         (atanh_test): Likewise.
27835         (atan2_test): Likewise.
27836         (cabs_test): Likewise.
27837         (cacos_test): Likewise.
27838         (cacosh_test): Likewise.
27839         (casin_test): Likewise.
27840         (casinh_test): Likewise.
27841         (catan_test): Likewise.
27842         (catanh_test): Likewise.
27843         (cbrt_test): Likewise.
27844         (ccos_test): Likewise.
27845         (ccosh_test): Likewise.
27846         (cexp_test): Likewise.
27847         (clog_test): Likewise.
27848         (clog10_test): Likewise.
27849         (cos_test): Likewise.
27850         (cos_test_tonearest): Likewise.
27851         (cos_test_towardzero): Likewise.
27852         (cos_test_downward): Likewise.
27853         (cos_test_upward): Likewise.
27854         (cosh_test): Likewise.
27855         (cosh_test_tonearest): Likewise.
27856         (cosh_test_towardzero): Likewise.
27857         (cosh_test_downward): Likewise.
27858         (cosh_test_upward): Likewise.
27859         (cpow_test): Likewise.
27860         (csin_test): Likewise.
27861         (csinh_test): Likewise.
27862         (csqrt_test): Likewise.
27863         (ctan_test): Likewise.
27864         (ctan_test_tonearest): Likewise.
27865         (ctan_test_towardzero): Likewise.
27866         (ctan_test_downward): Likewise.
27867         (ctan_test_upward): Likewise.
27868         (ctanh_test): Likewise.
27869         (ctanh_test_tonearest): Likewise.
27870         (ctanh_test_towardzero): Likewise.
27871         (ctanh_test_downward): Likewise.
27872         (ctanh_test_upward): Likewise.
27873         (erf_test): Likewise.
27874         (erfc_test): Likewise.
27875         (exp_test): Likewise.
27876         (exp_test_tonearest): Likewise.
27877         (exp_test_towardzero): Likewise.
27878         (exp_test_downward): Likewise.
27879         (exp_test_upward): Likewise.
27880         (exp10_test): Likewise.
27881         (exp2_test): Likewise.
27882         (expm1_test): Likewise.
27883         (fmod_test): Likewise.
27884         (gamma_test): Likewise.
27885         (hypot_test): Likewise.
27886         (j0_test): Likewise.
27887         (j1_test): Likewise.
27888         (jn_test): Likewise.
27889         (lgamma_test): Likewise.
27890         (log_test): Likewise.
27891         (log10_test): Likewise.
27892         (log1p_test): Likewise.
27893         (log2_test): Likewise.
27894         (logb_test_downward): Likewise.
27895         (pow_test): Likewise.
27896         (pow_test_tonearest): Likewise.
27897         (pow_test_towardzero): Likewise.
27898         (pow_test_downward): Likewise.
27899         (pow_test_upward): Likewise.
27900         (remainder_test): Likewise.
27901         (remquo_test): Likewise.
27902         (sin_test): Likewise.
27903         (sin_test_tonearest): Likewise.
27904         (sin_test_towardzero): Likewise.
27905         (sin_test_downward): Likewise.
27906         (sin_test_upward): Likewise.
27907         (sincos_test): Likewise.
27908         (sinh_test): Likewise.
27909         (sinh_test_tonearest): Likewise.
27910         (sinh_test_towardzero): Likewise.
27911         (sinh_test_downward): Likewise.
27912         (sinh_test_upward): Likewise.
27913         (sqrt_test): Likewise.
27914         (tan_test): Likewise.
27915         (tan_test_tonearest): Likewise.
27916         (tan_test_towardzero): Likewise.
27917         (tan_test_downward): Likewise.
27918         (tan_test_upward): Likewise.
27919         (tanh_test): Likewise.
27920         (tgamma_test): Likewise.
27921         (y0_test): Likewise.
27922         (y1_test): Likewise.
27923         (yn_test): Likewise.
27925         * math/gen-libm-test.pl (adjust_arg): Remove function.
27926         (special_function): Remove argument $in_func.  Only handle
27927         generating output for tables of tests, not inside functions.
27928         (parse_args): Likewise.
27929         (generate_testfile): Remove variable $in_func.  Update call to
27930         parse_args.
27931         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27932         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27933         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27934         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27935         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27936         (MAX_VALUE_INIT): Rename macro to max_value.
27937         (MIN_VALUE_INIT): Rename macro to min_value.
27938         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27939         (plus_zero): Remove variable.
27940         (minus_zero): Likewise.
27941         (plus_infty): Likewise.
27942         (minus_infty): Likewise.
27943         (qnan_value): Likewise.
27944         (max_value): Likewise.
27945         (min_value): Likewise.
27946         (min_subnorm_value): Likewise.
27948 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27950         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27951         uint64_t or uint32_t usage.
27952         * crypt/sha256-block.c: Likewise.
27953         * crypt/sha256-crypt.c: Likewise.
27954         * crypt/sha256.c: Likewise.
27955         * crypt/sha512-block.c: Likewise.
27956         * crypt/sha512-crypt.c: Likewise.
27957         * crypt/sha512.c: Likewise.
27958         * debug/backtrace-tst.c: Likewise.
27959         * debug/pcprofiledump.c: Likewise.
27960         * elf/cache.c: Likewise.
27961         * elf/dl-cache.c: Likewise.
27962         * elf/dl-misc.c: Likewise.
27963         * elf/dl-profile.c: Likewise.
27964         * elf/dl-support.c: Likewise.
27965         * elf/ldconfig.c: Likewise.
27966         * elf/sprof.c: Likewise.
27967         * iconv/dummy-repertoire.c: Likewise.
27968         * iconv/iconv_charmap.c: Likewise.
27969         * iconv/skeleton.c: Likewise.
27970         * iconvdata/8bit-generic.c: Likewise.
27971         * iconvdata/cp737.h: Likewise.
27972         * iconvdata/cp775.h: Likewise.
27973         * iconvdata/ibm1008.h: Likewise.
27974         * iconvdata/ibm1025.h: Likewise.
27975         * iconvdata/ibm1046.h: Likewise.
27976         * iconvdata/ibm1097.h: Likewise.
27977         * iconvdata/ibm1112.h: Likewise.
27978         * iconvdata/ibm1122.h: Likewise.
27979         * iconvdata/ibm1123.h: Likewise.
27980         * iconvdata/ibm1124.h: Likewise.
27981         * iconvdata/ibm1129.h: Likewise.
27982         * iconvdata/ibm1130.h: Likewise.
27983         * iconvdata/ibm1132.h: Likewise.
27984         * iconvdata/ibm1133.h: Likewise.
27985         * iconvdata/ibm1137.h: Likewise.
27986         * iconvdata/ibm1140.h: Likewise.
27987         * iconvdata/ibm1141.h: Likewise.
27988         * iconvdata/ibm1142.h: Likewise.
27989         * iconvdata/ibm1143.h: Likewise.
27990         * iconvdata/ibm1144.h: Likewise.
27991         * iconvdata/ibm1145.h: Likewise.
27992         * iconvdata/ibm1146.h: Likewise.
27993         * iconvdata/ibm1147.h: Likewise.
27994         * iconvdata/ibm1148.h: Likewise.
27995         * iconvdata/ibm1149.h: Likewise.
27996         * iconvdata/ibm1153.h: Likewise.
27997         * iconvdata/ibm1154.h: Likewise.
27998         * iconvdata/ibm1155.h: Likewise.
27999         * iconvdata/ibm1156.h: Likewise.
28000         * iconvdata/ibm1157.h: Likewise.
28001         * iconvdata/ibm1158.h: Likewise.
28002         * iconvdata/ibm1160.h: Likewise.
28003         * iconvdata/ibm1161.h: Likewise.
28004         * iconvdata/ibm1162.h: Likewise.
28005         * iconvdata/ibm1163.h: Likewise.
28006         * iconvdata/ibm1164.h: Likewise.
28007         * iconvdata/ibm1166.h: Likewise.
28008         * iconvdata/ibm1167.h: Likewise.
28009         * iconvdata/ibm12712.h: Likewise.
28010         * iconvdata/ibm1390.h: Likewise.
28011         * iconvdata/ibm1399.h: Likewise.
28012         * iconvdata/ibm16804.h: Likewise.
28013         * iconvdata/ibm4517.h: Likewise.
28014         * iconvdata/ibm4899.h: Likewise.
28015         * iconvdata/ibm4909.h: Likewise.
28016         * iconvdata/ibm4971.h: Likewise.
28017         * iconvdata/ibm5347.h: Likewise.
28018         * iconvdata/ibm803.h: Likewise.
28019         * iconvdata/ibm856.h: Likewise.
28020         * iconvdata/ibm901.h: Likewise.
28021         * iconvdata/ibm902.h: Likewise.
28022         * iconvdata/ibm9030.h: Likewise.
28023         * iconvdata/ibm9066.h: Likewise.
28024         * iconvdata/ibm921.h: Likewise.
28025         * iconvdata/ibm922.h: Likewise.
28026         * iconvdata/ibm9448.h: Likewise.
28027         * iconvdata/isiri-3342.h: Likewise.
28028         * iconvdata/jis0201.h: Likewise.
28029         * include/link.h: Likewise.
28030         * include/netdb.h: Likewise.
28031         * inet/check_native.c: Likewise.
28032         * inet/check_pf.c: Likewise.
28033         * inet/getipv4sourcefilter.c: Likewise.
28034         * inet/getnameinfo.c: Likewise.
28035         * inet/getsourcefilter.c: Likewise.
28036         * inet/htonl.c: Likewise.
28037         * inet/setipv4sourcefilter.c: Likewise.
28038         * inet/setsourcefilter.c: Likewise.
28039         * inet/test-inet6_opt.c: Likewise.
28040         * inet/tst-network.c: Likewise.
28041         * locale/C-collate.c: Likewise.
28042         * locale/C-ctype.c: Likewise.
28043         * locale/C-time.c: Likewise.
28044         * locale/C-translit.h: Likewise.
28045         * locale/loadarchive.c: Likewise.
28046         * locale/programs/3level.h: Likewise.
28047         * locale/programs/charmap.c: Likewise.
28048         * locale/programs/charmap.h: Likewise.
28049         * locale/programs/ld-address.c: Likewise.
28050         * locale/programs/ld-collate.c: Likewise.
28051         * locale/programs/ld-ctype.c: Likewise.
28052         * locale/programs/ld-identification.c: Likewise.
28053         * locale/programs/ld-measurement.c: Likewise.
28054         * locale/programs/ld-messages.c: Likewise.
28055         * locale/programs/ld-monetary.c: Likewise.
28056         * locale/programs/ld-name.c: Likewise.
28057         * locale/programs/ld-numeric.c: Likewise.
28058         * locale/programs/ld-paper.c: Likewise.
28059         * locale/programs/ld-telephone.c: Likewise.
28060         * locale/programs/ld-time.c: Likewise.
28061         * locale/programs/linereader.c: Likewise.
28062         * locale/programs/locale.c: Likewise.
28063         * locale/programs/locarchive.c: Likewise.
28064         * locale/programs/locfile.h: Likewise.
28065         * locale/programs/repertoire.c: Likewise.
28066         * locale/programs/simple-hash.c: Likewise.
28067         * locale/programs/simple-hash.h: Likewise.
28068         * malloc/memusage.c: Likewise.
28069         * malloc/memusagestat.c: Likewise.
28070         * nis/nis_defaults.c: Likewise.
28071         * nis/nis_hash.c: Likewise.
28072         * nis/nis_print.c: Likewise.
28073         * nis/nis_xdr.c: Likewise.
28074         * nscd/connections.c: Likewise.
28075         * nscd/hstcache.c: Likewise.
28076         * nscd/nscd_gethst_r.c: Likewise.
28077         * nscd/nscd_getserv_r.c: Likewise.
28078         * nscd/nscd_helper.c: Likewise.
28079         * nscd/servicescache.c: Likewise.
28080         * nss/makedb.c: Likewise.
28081         * nss/nss_db/db-XXX.c: Likewise.
28082         * nss/nss_db/db-initgroups.c: Likewise.
28083         * nss/nss_db/db-netgrp.c: Likewise.
28084         * nss/nss_files/files-network.c: Likewise.
28085         * nss/nss_files/files-parse.c: Likewise.
28086         * posix/bug-regex5.c: Likewise.
28087         * posix/fnmatch_loop.c: Likewise.
28088         * posix/regcomp.c: Likewise.
28089         * posix/regexec.c: Likewise.
28090         * posix/tst-rfc3484-2.c: Likewise.
28091         * posix/tst-rfc3484-3.c: Likewise.
28092         * posix/tst-rfc3484.c: Likewise.
28093         * resolv/nss_dns/dns-canon.c: Likewise.
28094         * resolv/nss_dns/dns-network.c: Likewise.
28095         * resolv/res_init.c: Likewise.
28096         * resolv/res_mkquery.c: Likewise.
28097         * resolv/tst-aton.c: Likewise.
28098         * stdlib/cxa_atexit.c: Likewise.
28099         * stdlib/cxa_finalize.c: Likewise.
28100         * stdlib/gen-fpioconst.c: Likewise.
28101         * stdlib/strtol_l.c: Likewise.
28102         * string/tst-endian.c: Likewise.
28103         * sunrpc/auth_des.c: Likewise.
28104         * sunrpc/clnt_udp.c: Likewise.
28105         * sunrpc/rtime.c: Likewise.
28106         * sunrpc/svcauth_des.c: Likewise.
28107         * sunrpc/xdr.c: Likewise.
28108         * sunrpc/xdr_intXX_t.c: Likewise.
28109         * sunrpc/xdr_rec.c: Likewise.
28110         * sysdeps/generic/ldconfig.h: Likewise.
28111         * sysdeps/generic/ldsodefs.h: Likewise.
28112         * sysdeps/generic/memusage.h: Likewise.
28113         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28114         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28115         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28116         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28117         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28118         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28119         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28120         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28121         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28122         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28123         * sysdeps/posix/getaddrinfo.c: Likewise.
28124         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28125         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28126         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28127         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28128         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28129         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28130         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28131         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28132         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28133         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28134         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28135         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28136         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28137         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28138         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28139         * sysdeps/x86_64/dl-tls.h: Likewise.
28140         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28141         * time/alt_digit.c: Likewise.
28142         * time/era.c: Likewise.
28143         * wcsmbs/tst-c16c32-1.c: Likewise.
28145 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28147         * math/libm-test.inc (struct test_sincos_data): New type.
28148         (RUN_TEST_LOOP_sincos): New macro.
28149         (sincos_test_data): New variable.
28150         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28152 2013-05-16  Richard Henderson  <rth@redhat.com>
28154         * math/atest-exp2.c (LIMB64): New macro.
28155         (CONSTSZ): New macro.
28156         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28157         (hexdig): Move ...
28158         (print_mpn_fp): ... to function scope.
28159         (read_mpn_hex): Remove.
28160         (get_log2): Remove.
28161         (exp2_mpn): Use mp_log2.
28162         (main): Use mp_exp1.
28164 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28166         * math/libm-test.inc: Remove comment about not testing "inexact"
28167         exceptions.
28168         (INEXACT_EXCEPTION): New macro.
28169         (NO_INEXACT_EXCEPTION): Likewise.
28170         (INVALID_EXCEPTION_OK): Update value.
28171         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28172         (OVERFLOW_EXCEPTION_OK): Likewise.
28173         (UNDERFLOW_EXCEPTION_OK): Likewise.
28174         (IGNORE_ZERO_INF_SIGN): Likewise.
28175         (ERRNO_UNCHANGED): Likewise.
28176         (ERRNO_EDOM): Likewise.
28177         (ERRNO_ERANGE): Likewise.
28178         (test_exceptions): Handle testing "inexact" exceptions.
28179         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28180         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28181         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28182         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28183         INEXACT_EXCEPTION.
28184         (rint_towardzero_test_data): Likewise.
28185         (rint_downward_test_data): Likewise.
28186         (rint_upward_test_data): Likewise.
28188         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28189         with OVERFLOW_EXCEPTION.
28190         (exp10_test_data): Likewise.
28191         (exp2_test_data): Likewise.
28192         (expm1_test_data): Likewise.
28193         (lgamma_test_data): Likewise.
28194         (pow_test_data): Likewise.
28195         (tgamma_test_data): Likewise.
28196         (yn_test_data): Remove duplicate test of overflow.
28198         * math/libm-test.inc (struct test_cc_c_data): New type.
28199         (RUN_TEST_LOOP_cc_c): New macro.
28200         (cpow_test_data): New variable.
28201         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28203         * math/libm-test.inc (struct test_f_L_data): New type.
28204         (RUN_TEST_LOOP_f_L): New macro.
28205         (llrint_test_data): New variable.
28206         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28207         (llrint_tonearest_test_data): New variable.
28208         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28209         (llrint_towardzero_test_data): New variable.
28210         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28211         (llrint_downward_test_data): New variable.
28212         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28213         (llrint_upward_test_data): New variable.
28214         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28215         (llround_test_data): New variable.
28216         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28218 2013-05-13  Peter Collingbourne  <pcc@google.com>
28220         * math/atest-exp2.c (get_log2): Remove const attribute.
28222 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28224         * math/libm-test.inc (struct test_f_l_data): New type.
28225         (RUN_TEST_LOOP_f_l): New macro.
28226         (lrint_test_data): New variable.
28227         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28228         (lrint_tonearest_test_data): New variable.
28229         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28230         (lrint_towardzero_test_data): New variable.
28231         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28232         (lrint_downward_test_data): New variable.
28233         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28234         (lrint_upward_test_data): New variable.
28235         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28236         (lround_test_data): New variable.
28237         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28239 2013-05-15  Peter Collingbourne  <pcc@google.com>
28241         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28242         (EXTRACT_WORDS64) Use where appropriate.
28243         (INSERT_WORDS64) Likewise.
28245         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28246         constraints with x constraints.
28247         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28249         * malloc/obstack.c (_obstack_compat): Add initializer.
28251 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28253         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28254         si_trapno and add si_addr_lsb to _sifields.sigfault.
28255         (si_trapno): Remove macro.
28256         (si_addr_lsb): Define new macro.
28257         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28259 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28261         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28262         instead of TEST_f_l.
28263         (llrint_test_tonearest): Likewise.
28264         (llrint_test_towardzero): Likewise.
28265         (llrint_test_downward): Likewise.
28266         (llrint_test_upward): Likewise.
28267         (llround_test): Likewise.
28269         * math/libm-test.inc (struct test_f_i_data): Add comment.
28270         (RUN_TEST_LOOP_f_b): New macro.
28271         (RUN_TEST_LOOP_f_b_tg): Likewise.
28272         (finite_test_data): New variable.
28273         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28274         (isfinite_test_data): New variable.
28275         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28276         (isinf_test_data): New variable.
28277         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28278         (isnan_test_data): New variable.
28279         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28280         (isnormal_test_data): New variable.
28281         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28282         (issignaling_test_data): New variable.
28283         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28284         (signbit_test_data): New variable.
28285         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28287         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28288         with INVALID_EXCEPTION.
28289         (acosh_test_data): Likewise.
28290         (asin_test_data): Likewise.
28291         (atanh_test_data): Likewise.
28292         (fmod_test_data): Likewise.
28293         (log_test_data): Likewise.
28294         (log10_test_data): Likewise.
28295         (log2_test_data): Likewise.
28296         (pow_test_data): Likewise.
28297         (sqrt_test_data): Likewise.
28298         (y0_test_data): Likewise.
28299         (y1_test_data): Likewise.
28300         (yn_test_data): Likewise.
28302         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28303         function contents.
28305         * math/libm-test.inc (struct test_ff_i_data): New type.
28306         (RUN_TEST_LOOP_ff_i_tg): New macro.
28307         (isgreater_test_data): New variable.
28308         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28309         (isgreaterequal_test_data): New variable.
28310         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28311         (isless_test_data): New variable.
28312         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28313         (islessequal_test_data): New variable.
28314         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28315         (islessgreater_test_data): New variable.
28316         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28317         (isunordered_test_data): New variable.
28318         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28320 2013-05-14  David S. Miller  <davem@davemloft.net>
28322         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28324 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28326         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28328         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28329         extra_test to int.
28330         (struct test_f_i_data): Change type of max_ulp to int.
28332         * math/libm-test.inc (test_ffI_f1_data): New type.
28333         (RUN_TEST_LOOP_ffI_f1): New macro.
28334         (remquo_test_data): New variable.
28335         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28337         * setjmp/tst-setjmp-fp.c: New file.
28338         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28339         (link-libm): New variable.
28340         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28342         * math/libm-test.inc (struct test_f_i_data): New type.
28343         (RUN_TEST_LOOP_f_i): New macro.
28344         (RUN_TEST_LOOP_f_i_tg): Likewise.
28345         (fpclassify_test_data): New variable.
28346         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28347         (ilogb_test_data): New variable.
28348         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28350         * math/libm-test.inc (scalbln_test): Correct function name in END
28351         call.
28353         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28354         (RUN_TEST_LOOP_fI_f1): New macro.
28355         (frexp_test_data): New variable.
28356         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28358         * math/libm-test.inc (struct test_fF_f1_data): New type.
28359         (RUN_TEST_LOOP_fF_f1): New macro.
28360         (modf_test_data): New variable.
28361         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28363         * math/libm-test.inc (struct test_f_f1_data): New type.
28364         (RUN_TEST_LOOP_f_f1): New macro.
28365         (gamma_test_data): New variable.
28366         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28367         (lgamma_test_data): New variable.
28368         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28370 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28372         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28373         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28374         (main): Comment "tls" pseudo-hwcap.
28376 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28378         * math/libm-test.inc (struct test_fl_f_data): New type.
28379         (RUN_TEST_LOOP_fl_f): New variable.
28380         (scalbln_test_data): New variable.
28381         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28383         * math/libm-test.inc (struct test_fi_f_data): New type.
28384         (RUN_TEST_LOOP_fi_f): New macro.
28385         (ldexp_test_data): New variable.
28386         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28387         (scalbn_test_data): New variable.
28388         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28390         * math/libm-test.inc (struct test_c_f_data): New type.
28391         (RUN_TEST_LOOP_c_f): New macro.
28392         (cabs_test_data): New variable.
28393         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28394         (carg_test_data): New variable.
28395         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28396         (cimag_test_data): New variable.
28397         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28398         (creal_test_data): New variable.
28399         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28401         * math/libm-test.inc (struct test_if_f_data): New type.
28402         (RUN_TEST_LOOP_if_f): New macro.
28403         (jn_test_data): New variable.
28404         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28405         (yn_test_data): New variable.
28406         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28408         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28410 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28412         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28413         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28415 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28417         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28418         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28419         (bench-deps): Add bench-timing.h.
28420         * benchtests-bench-skeleton.c: Include bench-timing.h.
28421         (main): Use TIMING_* macros instead of clock_gettime.
28422         * benchtests/bench-timing.h: New file.
28424         [BZ #14582]
28425         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28426         Renamed from _LIB_VERSION.
28427         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28429 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28431         * math/libm-test.inc (struct test_fff_f_data): New type.
28432         (RUN_TEST_LOOP_fff_f): New macro.
28433         (fma_test_data): New variable.
28434         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28435         (fma_towardzero_test_data): New variable.
28436         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28437         (fma_downward_test_data): New variable.
28438         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28439         (fma_upward_test_data): New variable.
28440         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28442         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28443         (struct test_c_c_data): New type.
28444         (RUN_TEST_LOOP_c_c): New macro.
28445         (cacos_test_data): New variable.
28446         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28447         (cacosh_test_data): New variable.
28448         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28449         (casin_test_data): New variable.
28450         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28451         (casinh_test_data): New variable.
28452         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28453         (catan_test_data): New variable.
28454         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28455         (catanh_test_data): New variable.
28456         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28457         (ccos_test_data): New variable.
28458         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28459         (ccosh_test_data): New variable.
28460         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28461         (cexp_test_data): New variable.
28462         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28463         (clog_test_data): New variable.
28464         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28465         (clog10_test_data): New variable.
28466         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28467         (conj_test_data): New variable.
28468         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28469         (cproj_test_data): New variable.
28470         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28471         (csin_test_data): New variable.
28472         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28473         (csinh_test_data): New variable.
28474         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28475         (csqrt_test_data): New variable.
28476         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28477         (ctan_test_data): New variable.
28478         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28479         (ctan_tonearest_test_data): New variable.
28480         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28481         (ctan_towardzero_test_data): New variable.
28482         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28483         (ctan_downward_test_data): New variable.
28484         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28485         (ctan_upward_test_data): New variable.
28486         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28487         (ctanh_test_data): New variable.
28488         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28489         (ctanh_tonearest_test_data): New variable.
28490         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28491         (ctanh_towardzero_test_data): New variable.
28492         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28493         (ctanh_downward_test_data): New variable.
28494         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28495         (ctanh_upward_test_data): New variable.
28496         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28497         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28498         of BUILD_COMPLEX.
28500         * math/libm-test.inc (struct test_ff_f_data): New type.
28501         (struct test_ff_f_data_nexttoward): Likewise.
28502         (RUN_TEST_LOOP_2_f): New macro.
28503         (RUN_TEST_LOOP_ff_f): Likewise.
28504         (atan2_test_data): New variable.
28505         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28506         (copysign_test_data): New variable.
28507         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28508         (fdim_test_data): New variable.
28509         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28510         (fmax_test_data): New variable.
28511         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28512         (fmin_test_data): New variable.
28513         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28514         (fmod_test_data): New variable.
28515         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28516         (hypot_test_data): New variable.
28517         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28518         (nextafter_test_data): New variable.
28519         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28520         (nexttoward_test_data): New variable.
28521         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28522         (pow_test_data): New variable.
28523         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28524         (pow_tonearest_test_data): New variable.
28525         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28526         (pow_towardzero_test_data): New variable.
28527         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28528         (pow_downward_test_data): New variable.
28529         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28530         (pow_upward_test_data): New variable.
28531         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28532         (remainder_test_data): New variable.
28533         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28534         (scalb_test_data): New variable.
28535         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28536         * sysdeps/i386/fpu/libm-test-ulps: Update.
28538 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28540         * math/libm-test.inc (fma_test): Use max_value instead of local
28541         variable fltmax.
28542         (nextafter_test): Likewise.
28544         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28545         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28546         (acos_downward_test_data): New variable.
28547         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28548         (acos_upward_test_data): New variable.
28549         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28550         (acosh_test_data): New variable.
28551         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28552         (asin_test_data): New variable.
28553         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28554         (asin_tonearest_test_data): New variable.
28555         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28556         (asin_towardzero_test_data): New variable.
28557         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28558         (asin_downward_test_data): New variable.
28559         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28560         (asin_upward_test_data): New variable.
28561         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28562         (asinh_test_data): New variable.
28563         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28564         (atan_test_data): New variable.
28565         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28566         (atanh_test_data): New variable.
28567         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28568         (cbrt_test_data): New variable.
28569         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28570         (ceil_test_data): New variable.
28571         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28572         (cos_test_data): New variable.
28573         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28574         (cos_tonearest_test_data): New variable.
28575         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28576         (cos_towardzero_test_data): New variable.
28577         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28578         (cos_downward_test_data): New variable.
28579         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28580         (cos_upward_test_data): New variable.
28581         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28582         (cosh_test_data): New variable.
28583         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28584         (cosh_tonearest_test_data): New variable.
28585         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28586         (cosh_towardzero_test_data): New variable.
28587         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28588         (cosh_downward_test_data): New variable.
28589         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28590         (cosh_upward_test_data): New variable.
28591         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28592         (erf_test_data): New variable.
28593         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28594         (erfc_test_data): New variable.
28595         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28596         (exp_test_data): New variable.
28597         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28598         (exp_tonearest_test_data): New variable.
28599         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28600         (exp_towardzero_test_data): New variable.
28601         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28602         (exp_downward_test_data): New variable.
28603         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28604         (exp_upward_test_data): New variable.
28605         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28606         (exp10_test_data): New variable.
28607         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28608         (exp2_test_data): New variable.
28609         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28610         (expm1_test_data): New variable.
28611         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28612         (fabs_test_data): New variable.
28613         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28614         (floor_test_data): New variable.
28615         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28616         (j0_test_data): New variable.
28617         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28618         (j1_test_data): New variable.
28619         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28620         (log_test_data): New variable.
28621         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28622         (log10_test_data): New variable.
28623         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28624         (log1p_test_data): New variable.
28625         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28626         (log2_test_data): New variable.
28627         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28628         (logb_test_data): New variable.
28629         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28630         (logb_downward_test_data): New variable.
28631         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28632         (nearbyint_test_data): New variable.
28633         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28634         (rint_test_data): New variable.
28635         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28636         (rint_tonearest_test_data): New variable.
28637         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28638         (rint_towardzero_test_data): New variable.
28639         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28640         (rint_downward_test_data): New variable.
28641         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28642         (rint_upward_test_data): New variable.
28643         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28644         (round_test_data): New variable.
28645         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28646         (sin_test_data): New variable.
28647         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28648         (sin_tonearest_test_data): New variable.
28649         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28650         (sin_towardzero_test_data): New variable.
28651         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28652         (sin_downward_test_data): New variable.
28653         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28654         (sin_upward_test_data): New variable.
28655         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28656         (sinh_test_data): New variable.
28657         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28658         (sinh_tonearest_test_data): New variable.
28659         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28660         (sinh_towardzero_test_data): New variable.
28661         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28662         (sinh_downward_test_data): New variable.
28663         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28664         (sinh_upward_test_data): New variable.
28665         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28666         (sqrt_test_data): New variable.
28667         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28668         (tan_test_data): New variable.
28669         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28670         (tan_tonearest_test_data): New variable.
28671         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28672         (tan_towardzero_test_data): New variable.
28673         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28674         (tan_downward_test_data): New variable.
28675         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28676         (tan_upward_test_data): New variable.
28677         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28678         (tanh_test_data): New variable.
28679         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28680         (tgamma_test_data): New variable.
28681         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28682         (trunc_test_data): New variable.
28683         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28684         (y0_test_data): New variable.
28685         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28686         (y1_test_data): New variable.
28687         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28688         (significand_test_data): New variable.
28689         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28691 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28693         [BZ #12387]
28694         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28696 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28698         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28700 2013-05-10  Andreas Jaeger  <aj@suse.de>
28702         [BZ #15448]
28703         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28704         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28706 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28708         * math/gen-libm-test.pl (adjust_arg): New function.
28709         (special_functions): Handle generating output in both functions
28710         and arrays.
28711         (parse_args): Likewise.
28712         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28713         $in_func argument to parse_args.
28714         * math/libm-test.inc (struct test_f_f_data): New type.
28715         (IF_ROUND_INIT_): New macro.
28716         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28717         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28718         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28719         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28720         (ROUND_RESTORE_): Likewise.
28721         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28722         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28723         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28724         (ROUND_RESTORE_FE_UPWARD): Likewise.
28725         (RUN_TEST_LOOP_f_f): New macro.
28726         (acos_test_data): New variable.
28727         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28728         (acos_tonearest_test_data): New variable.
28729         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28731 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28733         * benchtests/bench-skeleton.c (startup): Fix coding style.
28735 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28737         [BZ #6809]
28738         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28739         negative infinity argument.
28740         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28741         negative infinity argument.
28742         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28743         negative infinity argument.
28744         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28745         domain errors.
28747 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28749         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28750         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28751         * iconv/iconv_prog.c (main): Likewise.
28752         * locale/programs/charmap-dir.c (charmap_readdir)
28753         (fopen_uncompressed): Likewise.
28754         * locale/programs/locfile.c (siblings_uncached)
28755         (write_locale_data): Use lstat64 instead of lstat.
28756         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28757         stat.
28759 2013-05-10  Andreas Jaeger  <aj@suse.de>
28761         [BZ #15395]
28762         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28763         localization.
28764         Include <locale.h>.
28766 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28768         * elf/dl-close.c (_dl_close_worker): Add comments.
28770 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28772         [BZ #15359]
28773         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28774         high part of pi/2.
28775         (__ieee754_rem_pio2l): Update comments.
28777         [BZ #15429]
28778         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28779         high part of pi/2.
28780         (__ieee754_rem_pio2l): Update comments.
28782         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28783         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28785         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28786         M_PI_4l.
28788         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28789         (M_PI_34_LOG10El): Likewise.
28790         (M_PI2_LOG10El): Likewise.
28791         (M_PI4_LOG10El): Likewise.
28792         (M_PI_LOG10El): Likewise.
28794 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28796         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28798 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28800         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28801         (MINUS_ZERO_INIT): Likewise.
28802         (PLUS_INFTY_INIT): Likewise.
28803         (MINUS_INFTY_INIT): Likewise.
28804         (QNAN_VALUE_INIT): Likewise.
28805         (MAX_VALUE_INIT): Likewise.
28806         (MIN_VALUE_INIT): Likewise.
28807         (MIN_SUBNORM_VALUE_INIT): Likewise.
28808         (plus_zero): Initialize with PLUS_ZERO_INIT.
28809         (minus_zero): Initialize with MINUS_ZERO_INIT.
28810         (plus_infty): Initialize with PLUS_INFTY_INIT.
28811         (minus_infty): Initialize with MINUS_INFTY_INIT.
28812         (qnan_value): Initialize with QNAN_VALUE_INIT.
28813         (max_value): Initialize with MAX_VALUE_INIT.
28814         (min_value): Initialize with MIN_VALUE_INIT.
28815         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28817         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28818         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28819         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28820         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28822         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28823         (RUN_TEST_2_f): Likewise.
28824         (RUN_TEST_ff_f): Likewise.
28825         (RUN_TEST_fi_f): Likewise.
28826         (RUN_TEST_fl_f): Likewise.
28827         (RUN_TEST_fff_f): Likewise.
28828         (RUN_TEST_c_f): Likewise.
28829         (RUN_TEST_f_f1): Likewise.
28830         (RUN_TEST_fF_f1): Likewise.
28831         (RUN_TEST_fI_f1): Likewise.
28832         (RUN_TEST_ffI_f1): Likewise.
28833         (RUN_TEST_c_c): Likewise.
28834         (RUN_TEST_cc_c): Likewise.
28835         (RUN_TEST_f_i): Likewise.
28836         (RUN_TEST_f_i_tg): Likewise.
28837         (RUN_TEST_ff_i_tg): Likewise.
28838         (RUN_TEST_f_b): Likewise.
28839         (RUN_TEST_f_b_tg): Likewise.
28840         (RUN_TEST_f_l): Likewise.
28841         (RUN_TEST_f_L): Likewise.
28842         (RUN_TEST_sincos): Likewise.
28843         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28844         whether to show exceptions.  Do not include ");\n" in return
28845         value.
28846         (special_functions): Output call to RUN_TEST_sincos instead of
28847         check_float calls.  Update calls to new_test.
28848         (parse_args): Output call to single RUN_TEST_* macro instead of
28849         check_* calls and other assignments.  Update calls to new_test.
28851         [BZ #2546]
28852         [BZ #2560]
28853         [BZ #5159]
28854         [BZ #15426]
28855         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28856         input to result for tgamma overflow.
28857         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28858         (gamma_coeff): New variable.
28859         (NCOEFF): New macro.
28860         (gamma_positive): New function.
28861         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28862         underflow here.  Use gamma_positive instead of exp (lgamma) for
28863         other arguments.
28864         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28865         (gamma_coeff): New variable.
28866         (NCOEFF): New macro.
28867         (gammaf_positive): New function.
28868         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28869         underflow here.  Use gamma_positive instead of exp (lgamma) for
28870         other arguments.
28871         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28872         (gamma_coeff): New variable.
28873         (NCOEFF): New macro.
28874         (gammal_positive): New function.
28875         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28876         underflow here.  Use gamma_positive instead of exp (lgamma) for
28877         other arguments.
28878         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28879         (gamma_coeff): New variable.
28880         (NCOEFF): New macro.
28881         (gammal_positive): New function.
28882         (__ieee754_gammal_r): Handle positive infinity, overflow and
28883         underflow here.  Handle NaN the same as positive infinity.  Remove
28884         check x < 0xffffffff for negative integers.  Use gamma_positive
28885         instead of exp (lgamma) for other arguments.
28886         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28887         (gamma_coeff): New variable.
28888         (NCOEFF): New macro.
28889         (gammal_positive): New function.
28890         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28891         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28892         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28893         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28894         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28895         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28896         * sysdeps/generic/math_private.h (__gamma_productf): New
28897         prototype.
28898         (__gamma_product): Likewise.
28899         (__gamma_productl): Likewise.
28900         * math/Makefile (libm-calls): Add gamma_product.
28901         * math/libm-test.inc (tgamma_test): Add more tests.
28902         * sysdeps/i386/fpu/libm-test-ulps: Update.
28903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28905 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28907         * benchtests/bench-skeleton.c (main): Preheat CPU.
28909 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28911         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28913 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28915         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28916         and _dl_skip_args_internal.
28918 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28920         * manual/message.texi (Message Translation): Talk about users.
28921         Message to key mapping impacts design.
28923 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28925         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28927         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28929         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28930         * sysdeps/wordsize-64/glob64.c: ... here.
28932         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28933         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28934         New macros.
28936         * debug/getlogin_r_chk.c: Moved to ...
28937         * login/getlogin_r_chk.c: ... here.
28938         * debug/Makefile (routines): Move getlogin_r_chk to ...
28939         * login/Makefile (routines): ... here.
28940         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28941         * login/Versions (libc: GLIBC_2.4): ... here.
28943         * io/poll.c (__poll): Renamed from poll.
28944         Add libc_hidden_def.
28945         (poll): Define as weak alias.
28947         * debug/ptsname_r_chk.c: Moved to ...
28948         * login/ptsname_r_chk.c: ... here.
28949         * debug/Makefile (routines): Move ptsname_r_chk to ...
28950         * login/Makefile (routines): ... here.
28951         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28952         * login/Versions (libc: GLIBC_2.4): ... here.
28954         * posix/getlogin.c: Moved to ...
28955         * login/getlogin.c: ... here.
28956         * posix/getlogin_r.c: Moved to ...
28957         * login/getlogin_r.c: ... here.
28958         * posix/getlogin_r.c: Moved to ...
28959         * login/getlogin_r.c: ... here.
28960         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28961         * login/Makefile (routines): ... here.
28962         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28963         * login/Versions (libc: GLIBC_2.0): ... here.
28965         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28966         (setrlimit): Define as weak alias.
28968         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28969         Call __ names for open, ftruncate, and close.
28970         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28971         (truncate): Define as weak alias.
28973 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28975         * math/gen-libm-test.pl (parse_args): Initialize x before each
28976         test of frexp, modf and remquo.
28978         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28979         test signgam value.
28981 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28983         [BZ #15418]
28984         [BZ #15419]
28985         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28986         internal tests.
28987         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28989 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28991         * elf/dl-writev.h: New file.
28992         * elf/dl-misc.c: Include it.
28993         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28994         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28996 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28998         * math/libm-test.inc (noXFails): Remove variable.
28999         (noXPasses): Likewise.
29000         (BUILD_COMPLEX_INT): Remove macro.
29001         (print_screen): Remove xfail argument.
29002         (print_screen_max_error): Likewise.
29003         (update_stats): Likewise.
29004         (print_max_error): Likewise.  Update calls to other affected
29005         functions.
29006         (print_complex_max_error): Likewise.
29007         (test_single_exception): Update calls to print_screen.
29008         (test_single_errno): Likewise.
29009         (check_float_internal): Remove xfail argument.  Update calls to
29010         other affected functions.
29011         (check_float): Likewise.
29012         (check_complex): Likewise.
29013         (check_int): Likewise.
29014         (check_long): Likewise.
29015         (check_bool): Likewise.
29016         (check_longlong): Likewise.
29017         (main): Don't print noXFails and noXPasses.
29018         * math/gen-libm-test.pl (top level): Don't mention expected
29019         failure handling in comment.
29020         (new_test): Don't handle expected failures.
29021         (parse_args): Don't mention expected failure handling in comment.
29022         (generate_testfile): Don't handle expected failures.
29023         (parse_ulps): Likewise.
29024         (print_ulps_file): Likewise.
29025         (get_failure): Remove function.
29026         (output_test): Don't handle expected failures.
29027         * make/README.libm-test: Don't mention expected failure handling.
29029         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29030         (minus_zero): Likewise.
29031         (plus_infty): Likewise.
29032         (minus_infty): Likewise.
29033         (qnan_value): Likewise.
29034         (max_value): Likewise.
29035         (min_value): Likewise.
29036         (min_subnorm_value): Likewise.
29037         (initialize): Do not initialize those variables dynamically.
29039 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29041         * io/open.c (__open_2): Moved to ...
29042         * io/open_2.c: ... this new file.
29043         * io/open64.c (__open64_2): Moved to ...
29044         * io/open64_2.c: ... this new file.
29045         * io/openat.c (__openat_2): Moved to ...
29046         * io/openat_2.c: ... this new file.
29047         * io/openat64.c (__openat64_2): Moved to ...
29048         * io/openat64_2.c: ... this new file.
29049         * io/Makefile (routines): Add them.
29050         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29051         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29052         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29053         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29054         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29055         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29056         (__openat64): Add hidden_ver.
29057         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29058         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29060         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29061         Separately conditionalize setting of GLRO(dl_sysinfo) so
29062         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29063         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29065 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29067         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29068         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29069         definition.
29070         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29071         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29072         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29073         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29074         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29076 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29078         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29079         test signgam value.
29081         * math/libm-test.inc (hypot_test): Do not use
29082         IGNORE_ZERO_INF_SIGN.
29084 2013-05-03  Andreas Jaeger  <aj@suse.de>
29086         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29087         Linux 3.9.
29088         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29089         (PF_MAX): Adjust for VSOCK change.
29091 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29093         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29095 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29097         [BZ #15264]
29098         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29099         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29100         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29102 2013-05-02  David S. Miller  <davem@davemloft.net>
29104         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29106 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29108         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29110 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29112         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29114 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29116         [BZ #14952]
29117         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29118         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29119         Use __attribute__ ((__gnu_inline__)).
29120         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29121         Don't use __attribute__ ((__gnu_inline__)).
29123 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29125         [BZ #15423]
29126         * math/s_catan.c (__catan): Handle small real or imaginary part of
29127         input specially to avoid spurious underflow.
29128         * math/s_catanf.c (__catanf): Likewise.
29129         * math/s_catanh.c (__catanh): Likewise.
29130         * math/s_catanhf.c (__catanhf): Likewise.
29131         * math/s_catanhl.c (__catanhl): Likewise.
29132         * math/s_catanl.c (__catanl): Likewise.
29133         * math/libm-test.inc (catan_test): Add more tests.
29134         (catanh_test): Likewise.
29135         * sysdeps/i386/fpu/libm-test-ulps: Update.
29136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29138 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29140         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29142 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29144         [BZ #15416]
29145         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29146         accurately for denominator in atan2.
29147         * math/s_catanf.c (__catanf): Likewise.
29148         * math/s_catanh.c (__catanh): Likewise.
29149         * math/s_catanhf.c (__catanhf): Likewise.
29150         * math/s_catanhl.c (__catanhl): Likewise.
29151         * math/s_catanl.c (__catanl): Likewise.
29152         * math/libm-test.inc (catan_test): Add more tests.
29153         (catanh_test): Likewise.
29154         * sysdeps/i386/fpu/libm-test-ulps: Update.
29155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29157 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29159         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29161         * benchtests/Makefile (bench): Remove slow benchmarks.
29162         * benchtests/atan-inputs: Add slow benchmark inputs.
29163         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29164         (BENCH_FUNC): Accept variant offset.
29165         (VARIANT): Define.
29166         * benchtests/bench-skeleton.c (main): Run benchmark for each
29167         variant.
29168         * benchtests/cos-inputs: Add slow benchmark inputs.
29169         * benchtests/exp-inputs: Likewise.
29170         * benchtests/pow-inputs: Likewise.
29171         * benchtests/sin-inputs: Likewise.
29172         * benchtests/slowatan-inputs: Remove.
29173         * benchtests/slowatan.c: Remove.
29174         * benchtests/slowcos-inputs: Remove.
29175         * benchtests/slowcos.c: Remove.
29176         * benchtests/slowexp-inputs: Remove.
29177         * benchtests/slowexp.c: Remove.
29178         * benchtests/slowpow-inputs: Remove.
29179         * benchtests/slowpow.c: Remove.
29180         * benchtests/slowsin-inputs: Remove.
29181         * benchtests/slowsin.c: Remove.
29182         * benchtests/slowtan-inputs: Remove.
29183         * benchtests/slowtan.c: Remove.
29184         * benchtests/tan-inputs: Add slow benchmark inputs.
29185         * scripts/bench.pl: Parse comments and directives.
29187         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29188         in CPPFLAGS.
29189         ($(objpfx)bench-%.c): Remove *-ITER.
29190         * benchtests/bench-modf.c: Remove definition of ITER.
29191         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29192         (main): Loop for DURATION seconds instead of fixed number of
29193         iterations.
29194         * scripts/bench.pl: Don't expect iterations in parameters.
29196 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29198         * io/fchdir.c (__fchdir): Renamed from fchdir.
29199         (fchdir): Define as weak alias.
29201 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29203         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29204         (ERRNO_EDOM): Likewise.
29205         (ERRNO_ERANGE): Likewise.
29206         (noErrnoTests): New variable.
29207         (init_max_error): Set errno to 0.
29208         (test_single_errno): New function.
29209         (test_errno): Likewise.
29210         (check_float_internal): Call test_errno.  Set errno to 0.
29211         (check_complex): Refer to errno tests in comment.
29212         (check_int): Call test_errno.  Set errno to 0.
29213         (check_long): Likewise.
29214         (check_bool): Likewise.
29215         (check_longlong): Likewise.
29216         (cos_test): Use ERRNO_* flags for errno tests instead of
29217         check_int.
29218         (expm1_test): Likewise.
29219         (fmod_test): Likewise.
29220         (ilogb_test): Likewise.
29221         (lgamma_test): Likewise.
29222         (pow_test): Likewise.
29223         (remainder_test): Likewise.
29224         (sin_test): Likewise.
29225         (tan_test): Likewise.
29226         (yn_test): Likewise.
29227         (initialize): Set errno to 0.
29228         (main): Print number of errno tests.
29229         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29231 2013-04-29  Andreas Jaeger  <aj@suse.de>
29233         [BZ #15084]
29234         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29235         and RES_USEVC.
29237         [BZ #15085]
29238         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29239         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29240         unimplemented.
29242         [BZ #15380]
29243         * stdlib/random.c (__initstate): Return NULL if
29244         __initstate fails.
29246         [BZ #15086]
29247         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29248         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29249         RES_SNGLKUPREOP.
29251 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29253         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29255 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29257         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29258         of individual tests.
29259         (casin_test): Likewise.
29260         (casinh_test): Likewise.
29262 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29264         [BZ #15409]
29265         * math/s_catan.c (__catan): Handle arguments with large real or
29266         imaginary part separately without squaring.
29267         * math/s_catanf.c (__catanf): Likewise.
29268         * math/s_catanh.c (__catanh): Likewise.
29269         * math/s_catanhf.c (__catanhf): Likewise.
29270         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29271         and redefine.
29272         (__catanhl): Handle arguments with large real or imaginary part
29273         separately without squaring.
29274         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29275         and redefine.
29276         (__catanl): Handle arguments with large real or imaginary part
29277         separately without squaring.
29278         * math/libm-test.inc (catan_test): Add more tests.
29279         (catanh_test): Likewise.
29280         * sysdeps/i386/fpu/libm-test-ulps: Update.
29281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29283 2013-04-27  Andreas Jaeger  <aj@suse.de>
29285         [BZ #15007]
29286         * stdlib/stdlib.h: Update guards for qecvt.
29287         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29288         <stdlib.h>.
29290 2013-04-27  Allan McRae  <allan@archlinux.org>
29292         * sysdeps/i386/fpu/libm-test-ulps: Update.
29294 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29296         [BZ #15406]
29297         * math/s_catan.c: Include <float.h>.
29298         (__catan): Ensure underflow exception occurs for underflowed
29299         result.
29300         * math/s_catanf.c: Include <float.h>.
29301         (__catanf): Ensure underflow exception occurs for underflowed
29302         result.
29303         * math/s_catanh.c: Include <float.h>.
29304         (__catanh): Ensure underflow exception occurs for underflowed
29305         result.
29306         * math/s_catanhf.c: Include <float.h>.
29307         (__catanhf): Ensure underflow exception occurs for underflowed
29308         result.
29309         * math/s_catanhl.c: Include <float.h>.
29310         (__catanhl): Ensure underflow exception occurs for underflowed
29311         result.
29312         * math/s_catanl.c: Include <float.h>.
29313         (__catanl): Ensure underflow exception occurs for underflowed
29314         result.
29315         * math/libm-test.inc (catan_test): Add more tests.
29316         (catanh_test): Likewise.
29318         [BZ #15405]
29319         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29320         underflowed result.
29321         * math/s_ccoshf.c (__ccoshf): Likewise.
29322         * math/s_ccoshl.c (__ccoshl): Likewise.
29323         * math/s_csin.c (__csin): Likewise.
29324         * math/s_csinf.c (__csinf): Likewise.
29325         * math/s_csinh.c (__csinh): Likewise.
29326         * math/s_csinhf.c (__csinhf): Likewise.
29327         * math/s_csinhl.c (__csinhl): Likewise.
29328         * math/s_csinl.c (__csinl): Likewise.
29329         * math/libm-test.inc (ccos_test): Add more tests.
29330         (ccosh_test): Likewise.
29331         (csin_test): Likewise.
29332         (csinh_test): Likewise.
29334 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29336         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29337         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29338         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29339         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29340         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29341         powerpc/power5+/fpu folders.
29342         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29345 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29347         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29349 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29351         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29352         additions to variable.
29353         [$(config-machine) = x86_64] (modules-names): Likewise.
29354         ($(objpfx)tst-audit3): Remove dependency.
29355         ($(objpfx)tst-audit3.out): Likewise.
29356         ($(objpfx)tst-audit4): Likewise.
29357         ($(objpfx)tst-audit4.out): Likewise.
29358         ($(objpfx)tst-audit5): Likewise.
29359         ($(objpfx)tst-audit5.out): Likewise.
29360         ($(objpfx)tst-audit6): Likewise.
29361         ($(objpfx)tst-audit6.out): Likewise.
29362         ($(objpfx)tst-audit7): Likewise.
29363         ($(objpfx)tst-audit7.out): Likewise.
29364         (tst-audit3-ENV): Remove variable.
29365         (tst-audit4-ENV): Likewise.
29366         (tst-audit5-ENV): Likewise.
29367         (tst-audit6-ENV): Likewise.
29368         (tst-audit7-ENV): Likewise.
29369         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29370         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29371         addition to variable.
29372         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29373         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29374         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29375         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29376         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29377         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29378         tst-audit3, tst-audit4 and tst-audit5.
29379         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29380         tst-audit6 and tst-audit7.
29381         [$(subdir) = elf] (modules-names): Add audit modules for those
29382         tests.
29383         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29384         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29385         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29386         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29387         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29388         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29389         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29390         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29391         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29392         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29393         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29394         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29395         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29396         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29397         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29398         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29399         Likewise.
29400         [$(subdir) = elf && $(config-cflags-avx) = yes]
29401         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29402         [$(subdir) = elf && $(config-cflags-avx) = yes]
29403         (CFLAGS-tst-auditmod4a.c): Likewise.
29404         [$(subdir) = elf && $(config-cflags-avx) = yes]
29405         (CFLAGS-tst-auditmod4b.c): Likewise.
29406         [$(subdir) = elf && $(config-cflags-avx) = yes]
29407         (CFLAGS-tst-auditmod6b.c): Likewise.
29408         [$(subdir) = elf && $(config-cflags-avx) = yes]
29409         (CFLAGS-tst-auditmod6c.c): Likewise.
29410         [$(subdir) = elf && $(config-cflags-avx) = yes]
29411         (CFLAGS-tst-auditmod7b.c): Likewise.
29412         * elf/tst-audit3.c: Move to ...
29413         * sysdeps/x86_64/tst-audit3.c: ... here.
29414         * elf/tst-audit4.c: Move to ...
29415         * sysdeps/x86_64/tst-audit4.c: ... here.
29416         * elf/tst-audit5.c: Move to ...
29417         * sysdeps/x86_64/tst-audit5.c: ... here.
29418         * elf/tst-audit6.c: Move to ...
29419         * sysdeps/x86_64/tst-audit6.c: ... here.
29420         * elf/tst-audit7.c: Move to ...
29421         * sysdeps/x86_64/tst-audit7.c: ... here.
29422         * elf/tst-auditmod3a.c: Move to ...
29423         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29424         * elf/tst-auditmod3b.c: Move to ...
29425         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29426         * elf/tst-auditmod4a.c: Move to ...
29427         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29428         * elf/tst-auditmod4b.c: Move to ...
29429         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29430         * elf/tst-auditmod5a.c: Move to ...
29431         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29432         * elf/tst-auditmod5b.c: Move to ...
29433         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29434         * elf/tst-auditmod6a.c: Move to ...
29435         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29436         * elf/tst-auditmod6b.c: Move to ...
29437         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29438         * elf/tst-auditmod6c.c: Move to ...
29439         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29440         * elf/tst-auditmod7a.c: Move to ...
29441         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29442         * elf/tst-auditmod7b.c: Move to ...
29443         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29445 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29447         [BZ #15366]
29448         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29449         define unconditionally.
29450         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29451         define unconditionally.
29452         (INT8_C, INT16_C, etc.): Likewise.
29454 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29456         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29457         __ehdr_start with hidden visibility.
29459         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29461 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29463         * math/libm-test.inc (cos_test): Use accurate hex constants.
29464         (sincost_test): Likewise.
29466 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29468         * math/libm-test.inc (catan_test): Add more tests.
29469         (catanh_test): Likewise.
29471         * math/s_catanf.c (__catanf): Use suffixed floating-point
29472         constants.
29473         * math/s_catanhf.c (__catanhf): Likewise.
29474         * math/s_catanhl.c (__catanhl): Likewise.
29475         * math/s_catanl.c (__catanl): Likewise.
29477         [BZ #15394]
29478         * math/s_catan.c (__catan): Calculate imaginary part of result
29479         with log1p not log unless computing log of number close to 0.
29480         * math/s_catanf.c (__catanf): Likewise.
29481         * math/s_catanl.c (__catanl): Likewise.
29482         * math/s_catanh.c (__catanh): Calculate real part of result with
29483         log1p not log unless computing log of number close to 0.
29484         * math/s_catanhf.c (__catanhf): Likewise.
29485         * math/s_catanhl.c (__catanhl): Likewise.
29486         * math/libm-test.inc (catan_test): Add more tests.
29487         (catanh_test): Likewise.
29488         * sysdeps/i386/fpu/libm-test-ulps: Update.
29489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29491 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29493         * benchtests/Makefile: Mention files in which fast and slow
29494         paths of math functions are implemented.
29496 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29498         * sysdeps/posix/timespec_get.c: New file.
29500 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29502         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29503         POWER.
29504         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29505         for POWER.
29506         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29507         powerpc/power5/fpu folders.
29508         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29509         * benchtests/Makefile: Add modf testcase.
29510         * benchtests/bench-modf.c: New file: Benchmark test for mo
29512 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29514         [BZ #14888]
29515         * time/Makefile (tests): Add tst-strptime-whitespace.
29516         * time/strptime_l.c (get_number): Use ISSPACE.
29517         (__strptime_internal): Likewise.
29518         * time/tst-strptime-whitespace.c: New test case.
29520 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29522         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29523         member.
29524         (_nss_files_init): Set it here.
29526 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29528         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29529         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29530         unsigned.
29532 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29534         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29536 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29538         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29539         size just once.
29541 2013-04-21  David S. Miller  <davem@davemloft.net>
29543         * po/ru.po: Update Russion translation from translation project.
29545 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29547         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29548         and setfsgid.
29550 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29552         * configure.in: Remove i386 configure warning. Remove i386 case.
29553         * configure: Regenerate.
29554         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29555         Add example to error message.
29556         * sysdeps/i386/configure: Regenerate.
29558 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29560         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29561         slowtan.
29562         * benchtests/cos-inputs: New file.
29563         * benchtests/slowcos-inputs: New file.
29564         * benchtests/slowcos.c: New file.
29565         * benchtests/slowtan-inputs: New file.
29566         * benchtests/slowtan.c: New file.
29567         * benchtests/tan-inputs: New file.
29569 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29571         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29572         considered kosher.
29574 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29576         * benchtests/Makefile: Include cppflags-iterator.mk to add
29577         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29579         * Makefile.in (bench-clean): New target.
29580         * benchtests/Makefile (bench-clean): Likewise.
29582 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29584         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29586 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29588         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29590 2013-04-15  Andreas Schwab  <schwab@suse.de>
29592         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29593         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29594         * nscd/pwdcache.c (cache_addpw): Likewise.
29595         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29596         more than recsize.
29598 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29600         * benchtests/Makefile (bench): Write all output to
29601         bench-out.tmp together.
29603 2013-04-15  Andreas Schwab  <schwab@suse.de>
29605         * nscd/nscd.c (main): Don't fork again after closing files.
29607 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29609         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29611         * benchtests/Rules (bench-deps): Collect dependencies into a
29612         single variable.  Add Makefile to dependencies.
29613         ($(objpfx)bench-%.c): Depend on bench-deps.
29615 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29616             Xavier Roche  <roche+kml2@exalead.com>
29618         [BZ #15361]
29619         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29620         just that it's a file descriptor.
29621         * manual/llio.texi (Synchronizing AIO Operations): Update description
29622         for EBADF error from aio_fsync.
29624 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29626         * Rules (bench): Move target definition...
29627         * benchtests/Makefile: ... here.
29629 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29631         * math/libm-test.inc (cos_test): Fix PI/2 test.
29632         (sincos_test): Likewise.
29633         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29634         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29636 2013-04-11  Andreas Schwab  <schwab@suse.de>
29638         [BZ #13988]
29639         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29640         accept exponent character only when digits were seen.
29641         * stdio-common/Makefile (tests): Add bug26.
29642         * stdio-common/bug26.c: New file.
29644         [BZ #14293]
29645         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29646         non-freeable.
29648 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29650         * Makeconfig (rtld-prefix): Define built linker prefix.
29651         * Rules (run-bench): Use it.
29652         * math/Makefile (run-regen-ulps): Likewise.
29654         * Rules (bench): Remove eval.
29656 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29657             Roland McGrath  <roland@hack.frob.com>
29658             Ondrej Bilka  <neleai@seznam.cz>
29660         [BZ #15346]
29661         * time/getdate.c: Include ctype.h and alloca.h.
29662         (__getdate_r): Trim leading and trailing spaces of input.
29663         * time/tst-getdate.c (tests): Add tests with leading and
29664         trailing spaces.
29666 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29668         [BZ #14280]
29669         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29670         when computing value.
29672 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29674         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29675         Use testrun.sh to run libm tests.
29677         [BZ #15309]
29678         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29680 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29682         [BZ #15264]
29683         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29685 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29687         * Makefile.in (regen-ulps): New target.
29688         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29689         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29690         [ifneq (no,$(PERL)] (regen-ulps): New target.
29691         [ifeq (no,$(PERL)] (regen-ulps): New target.
29692         * math/libm-test.inc (ulps_file_name): Define.
29693         (output_dir): New variable.
29694         (options): Add "output-dir" option.
29695         (parse_opt): Handle 'o' case.
29696         (main): If output_dir is non-NULL use it as a prefix
29697         otherwise use "".
29698         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29700 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29702         [BZ #10060, #10062]
29703         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29704         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29705         fail configure if __sync_val_compare_and_swap is not inlined.
29706         * sysdeps/i386/configure: Regenerate.
29707         * configure.in: Build for i686 when configured for i386.
29708         * configure: Regenerate.
29709         * README: Remove i386 reference.
29711 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29713         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29714         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29716 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29718         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29719         (lmsnanval): New variables.
29720         (F): Add conversion tests.
29721         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29722         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29724         * stdio-common/tstdiomisc.c (F): Properly collect individual
29725         tests' results.
29727         [BZ #14686, #15336]
29728         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29729         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29730         Instead, use input NaN values or generate a qNaN by arithmetic
29731         operation.  Also fix bugs to comply with the standard.
29732         * math/libm-test.inc (remainder_test): Add more tests.
29734         [BZ #15335, #15342]
29735         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29736         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29737         input NaN values or generate a qNaN by arithmetic operation.
29739         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29740         unreachable code.
29742         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29743         definitions.
29745 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29747         [BZ #14478]
29748         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29749         underflowed result.
29750         * math/s_cexpf.c (__cexpf): Likewise.
29751         * math/s_cexpl.c (__cexpl): Likewise.
29752         * math/libm-test.inc (cexp_test): Add more tests.
29754 2013-04-03  Andreas Schwab  <schwab@suse.de>
29756         [BZ #15330]
29757         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29758         order arrays from heap if bigger than alloca cutoff.
29760 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29762         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29763         (SNAN_TESTS_double): Refer to GCC PR56831.
29764         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29765         GCC PR56828.
29767 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29769         * Rules (bench): Move bench.out after the run is complete.
29771         * Rules (bench): Echo currently running benchmark.
29773         * benchtests/Makefile (bench): Add atan and slowatan.
29774         * benchtests/atan-inputs: New file.
29775         * benchtests/slowatan-inputs: New file.
29776         * benchtests/slowatan.c: New file.
29778         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29779         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29780         its value.
29782         [BZ #15305]
29783         * sysdeps/unix/sysv/linux/kernel-features.h
29784         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29785         __ASSUME_XFS_RESTRICTED_CHOWN.
29786         * sysdeps/unix/sysv/linux/pathconf.c
29787         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29788         Save and restore errno.
29790 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29792         [BZ #15327]
29793         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29794         arguments using __kernel_casinh.
29795         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29796         arguments using __kernel_casinhf.
29797         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29798         arguments using __kernel_casinhl.
29799         * math/libm-test.inc (cacosh_test): Add more tests.
29800         * sysdeps/i386/fpu/libm-test-ulps: Update.
29801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29803 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29805         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29806         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29808         * bench/Makefile (bench): Add sin and slowsin.
29809         * benchtests/sin-inputs: New file.
29810         * benchtests/slowsin-inputs: New file.
29811         * benchtests/slowsin.c: New file.
29813         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29814         (bench): Add slowexp and slowpow.
29815         (exp-ITER): Increase iterations.
29816         (pow-ITER): Likewise.
29817         * benchtests/exp-inputs: Change input.
29818         * benchtests/pow-inputs: Likewise.
29819         * benchtests/slowexp-inputs: New file.
29820         * benchtests/slowexp.c: New file.
29821         * benchtests/slowpow-inputs: New file.
29822         * benchtests/slowpow.c: New file.
29824 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29826         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29827         instructions.
29828         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29829         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29830         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29831         * benchtests/Makefile: Add rint benchtest.
29832         * benchtests/rint-inputs: Input for rint benchtest.
29834 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29836         * Versions.def (libm): Add GLIBC_2.18.
29837         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29838         hidden libm prototypes.
29839         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29840         * math/Makefile (libm-calls): Add s_issignaling.
29841         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29842         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29843         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29844         declaration.
29845         * math/math.h [__USE_GNU] (issignaling): New macro.
29846         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29847         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29848         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29849         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29850         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29851         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29852         * manual/arith.texi (issignaling): New section.
29853         * manual/libm-err-tab.pl (@all_functions): Update comment.
29854         * math/gen-libm-test.pl (parse_args): Apply special handling for
29855         issignaling.
29856         * math/libm-test.inc (print_float, issignaling_test): New
29857         functions.
29858         (check_float_internal): Add issignaling checks.
29859         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29860         default definition.
29861         * sysdeps/powerpc/math-tests.h: New file.
29862         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29863         tests.
29864         * math/test-snan.c (TEST_FUNC): Likewise.
29866 2013-03-30  David S. Miller  <davem@davemloft.net>
29868         * po/de.po: Update from translation team.
29870 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29872         [BZ #10357]
29873         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29874         imaginary part less than 1.0 and real part less than 0.5
29875         specially.
29876         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29877         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29878         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29879         (cacos_test): Add more tests.
29880         (casin_test): Likewise.
29881         (casinh_test): Likewise.
29882         * sysdeps/i386/fpu/libm-test-ulps: Update.
29883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29885 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29887         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29888         ONE with its value.
29890         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29891         (__pow_mp): Replace ONE and MONE with their values.
29892         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29893         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29894         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29895         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29896         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29897         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29899         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29901         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29902         (__pow_mp): Replace ZERO and MZERO with their values.
29903         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29904         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29905         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29906         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29907         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29908         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29909         (__sqr): Likewise.
29911         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29913         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29915 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29917         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29918         Declare with __attribute__ ((weak)).
29919         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29920         Call __call_tls_dtors only if it's not NULL.
29922 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29924         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29925         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29926         magic __ehdr_start linker symbol if it's defined.
29927         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29928         them up here if it was already done.
29930         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29931         (_dl_aux_init): Use const in cast when setting it.
29932         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29933         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29934         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29936         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29937         Declare them here.
29938         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29939         * csu/libc-tls.c: Nor here.
29940         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29942         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29943         (__libc_message): Never call vsyslog.
29945 2013-03-28  Alan Modra  <amodra@gmail.com>
29947         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29948         Define as empty.
29949         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29950         Likewise.
29952 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29954         [BZ #15214]
29955         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29956         underflow.
29957         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29959 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29961         [BZ #15304]
29962         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29963         Don't add gid passed as argument.
29965         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29967 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29969         [BZ #15307]
29970         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29971         imaginary part between 1.0 and 1.5 and real part less than 0.5
29972         specially.
29973         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29974         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29975         * math/libm-test.inc (cacos_test): Add more tests.
29976         (casin_test): Likewise.
29977         (casinh_test): Likewise.
29978         * sysdeps/i386/fpu/libm-test-ulps: Update.
29979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29981 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29983         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29984         constants.
29985         (norm): Likewise.
29986         (denorm): Likewise.
29987         (__dbl_mp): Likewise.
29988         (add_magnitudes): Likewise.
29989         (sub_magnitudes): Likewise.
29990         (__add): Likewise.
29991         (__sub): Likewise.
29992         (__mul): Likewise.
29993         (__sqr): Likewise.
29994         (__inv): Likewise.
29995         (__dvd): Likewise.
29997         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29998         commented code.
29999         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30000         (__dubcos): Likewise.
30001         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30002         (__ieee754_acos): Likewise.
30003         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30004         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30005         (__exp1): Likewise.
30006         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30007         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30008         (log1): Likewise.
30009         (my_log2): Likewise.
30010         (checkint): Likewise.
30011         * sysdeps/ieee754/dbl-64/e_remainder.c
30012         (__ieee754_remainder): Likewise.
30013         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30014         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30015         (bsloww): Likewise.
30016         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30018         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30019         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30020         MANTISSA_STORE_T to store computations on mantissa.  Use
30021         macros for rounding and division.
30022         (denorm): Likewise.
30023         (__dbl_mp): Likewise.
30024         (add_magnitudes): Likewise.
30025         (sub_magnitudes): Likewise.
30026         (__mul): Likewise.
30027         (__sqr): Likewise.
30028         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30029         powers of two in terms of TWOPOW macro.
30030         (mp_no): Make type of mantissa as MANTISSA_T.
30031         [!RADIXI]: Define RADIXI.
30032         [!TWO52]: Define TWO52.
30033         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30035 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30037         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30038         llroundl symbol when building for PPC32.
30040 2013-03-24  Mark H Weaver  <mhw@netris.org>
30042         * manual/arith.texi (Normalization Functions): Fix prototypes for
30043         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30045 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30047         [BZ #13889]
30048         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30049         high value to check if expl overflow.
30050         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30051         to check for underflow and overflow.
30052         * math/libm-test.inc: Add exp test.
30054 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30056         [BZ #11120]
30057         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30058         with NOT_IN_libc.
30060 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30062         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30063         symbol.
30065 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30067         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30068         wrap blocks consisting of several statements.
30070         * sysdeps/generic/math-tests.h: New file.
30071         * sysdeps/i386/fpu/math-tests.h: Likewise.
30072         * math/test-snan.c: Include it.
30073         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30075 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30077         [BZ #15285]
30078         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30079         (__ieee754_j0l): Do not improve calculations using cos of twice
30080         input for inputs above LDBL_MAX / 2.0L.
30081         (__ieee754_y0l): Likewise.
30082         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30083         (__ieee754_j1l): Do not improve calculations using cos of twice
30084         input for inputs above LDBL_MAX / 2.0L.
30085         (__ieee754_y1l): Likewise.
30086         * math/libm-test.inc (j0_test): Add another test.
30087         (j1_test): Likewise.
30088         (y0_test): Likewise.
30089         (y1_test): Likewise.
30090         * sysdeps/i386/fpu/libm-test-ulps: Update.
30092 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30094         * Rules ($(objpfx)bench-%.c): Include code from a C source
30095         file.
30097 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30099         [BZ #15287]
30100         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30101         imaginary part 1.0 and real part less than 0.5 specially.
30102         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30103         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30104         * math/libm-test.inc (cacos_test): Add more tests.
30105         (casin_test): Likewise.
30106         (casinh_test): Likewise.
30107         * sysdeps/i386/fpu/libm-test-ulps: Update.
30108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30110 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30112         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30113         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30115 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30117         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30118         * config.make.in (config-cflags-sse4): Remove variable.
30119         (config-cflags-avx): Likewise.
30120         (config-cflags-sse2avx): Likewise.
30121         (config-cflags-novzeroupper): Likewise.
30122         (config-asflags-i686): Likewise.
30123         (have-mfma4): Likewise.
30124         (have-as-vis3): Likewise.
30125         (MIG): Likewise.
30126         * configure.in (MIG): Do not AC_SUBST.
30127         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30128         (libc_cv_cc_sse4): Do not AC_SUBST.
30129         (libc_cv_cc_avx): Likewise.
30130         (libc_cv_cc_sse2avx): Likewise.
30131         (libc_cv_cc_novzeroupper): Likewise.
30132         (libc_cv_cc_fma4): Likewise.
30133         (libc_cv_as_i686): Likewise.
30134         (libc_cv_sparc_as_vis3): Likewise.
30135         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30136         LIBC_CONFIG_VAR.
30137         (config-asflags-i686): Likewise.
30138         (config-cflags-avx): Likewise.
30139         (config-cflags-sse2avx): Likewise.
30140         (have-mfma4): Likewise.
30141         (config-cflags-novzeroupper): Likewise.
30142         * sysdeps/mach/configure.in (MIG): Likewise.
30143         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30144         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30145         LIBC_CONFIG_VAR.
30146         (config-cflags-avx): Likewise.
30147         (config-cflags-sse2avx): Likewise.
30148         (have-mfma4): Likewise.
30149         (config-cflags-novzeroupper): Likewise.
30150         * configure: Regenerated.
30151         * sysdeps/i386/configure: Likewise.
30152         * sysdeps/mach/configure: Likewise.
30153         * sysdeps/sparc/configure: Likewise.
30154         * sysdeps/x86_64/configure: Likewise.
30156 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30158         [BZ #14812]
30159         * locale/programs/localedef.c (options): Put N_ translation marker
30160         on argument names, not just descriptions.
30162 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30164         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30166 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30168         [BZ #14176]
30169         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30171 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30173         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30174         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30175         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30176         [!BEFORE_ABORT] (before_abort): New function.
30177         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30178         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30179         (writev_for_fatal): New function.
30180         (WRITEV_FOR_FATAL): New macro; call that.
30181         (backtrace_and_maps): New function.
30182         (BEFORE_ABORT): New macro; call that.
30183         (struct str_list): Type removed.
30184         (__libc_message, __libc_fatal): Functions removed.
30185         Include <sysdeps/posix/libc_fatal.c> instead.
30187 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30189         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30190         constants.
30191         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30192         double constants.
30194 2013-03-19  Andreas Schwab  <schwab@suse.de>
30196         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30197         * sysdeps/gnu/configure: Regenerate.
30199         * configure.in: Substitute libc_cv_rtlddir.
30200         * configure: Regenerate.
30201         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30202         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30203         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30204         * elf/Makefile (install-others, CFLAGS-interp.c)
30205         (ldso_install, common-ldd-rewrite): Likewise.
30206         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30207         $(inst_slibdir)/$(rtld-installed-name).
30208         * scripts/rellns-sh: Add -p option.
30209         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30210         for source.
30212 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30214         * manual/nptl.texi: Renamed to ...
30215         * manual/threads.texi: ... this.
30216         * manual/Makefile (chapters): Update.
30218 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30220         [BZ #14812]
30221         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30222         on argument names, not just descriptions.
30223         * malloc/memusagestat.c (options): Likewise.
30224         * nss/getent.c (options): Likewise.
30226 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30228         [BZ #14812]
30229         * iconv/iconv_prog.c (options): Put N_ translation marker
30230         on argument names, not just descriptions.
30231         * iconv/iconvconfig.c (options): Likewise.
30233 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30235         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30236         implementation which is faster on all x86_64 architectures.
30237         Tested on AMD, Intel Nehalem, SNB, IVB.
30238         * sysdeps/x86_64/strnlen.S: Likewise.
30240         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30241         Remove all multiarch strlen and strnlen versions.
30242         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30243         Remove strlen and strnlen related parts.
30245         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30246         Inline strlen part.
30247         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30249         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30250         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30251         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30252         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30253         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30254         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30256 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30258         * manual/memory.texi (Malloc Tunable Parameters):
30259         Sort parameters alphabetically. Add comments for missing entries.
30261 2013-03-17  David S. Miller  <davem@davemloft.net>
30263         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30265 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30267         [BZ #15283]
30268         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30269         for arguments at most half maximum finite value.
30270         * math/libm-test.inc (j0_test): Add more tests.
30271         (j1_test): Likewise.
30272         (y0_test): Likewise.
30273         (y1_test): Likewise.
30274         * sysdeps/i386/fpu/libm-test-ulps: Update.
30275         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30277         [BZ #14155]
30278         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30279         1 / x and functions P and Q for arguments above 0x1p256L.
30280         (__ieee754_y0l): Likewise.
30281         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30282         (__ieee754_y1l): Likewise.
30283         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30284         (j1_test): Likewise.
30285         (y0_test): Likewise.
30286         (y1_test): Likewise.
30288 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30290         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30291         variable.
30293 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30295         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30296         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30297         zero since it's initialized to EXEC_PAGESIZE.
30299         * sysdeps/unix/sysv/linux/ldsodefs.h
30300         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30301         * sysdeps/generic/ldsodefs.h: ... here.
30303 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30305         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30307         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30308         math/test-snan.c.
30309         * math/test-snan.c: Renamed from
30310         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30311         * math/Makefile (tests): Add test-snan.
30312         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30313         test-powerpc-snan.
30315         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30316         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30317         functions.
30318         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30319         __builtin_nan family of functions.
30320         * math/libm-test.inc (initialize): Initialize qnan_value with
30321         __builtin_nan family of functions.
30322         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30323         Remove variables.
30324         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30325         Remove functions.
30326         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30327         storage class.  Initialize qNaN_var and sNaN_var with
30328         __builtin_nan and __builtin_nans families of functions,
30329         respectively.
30331         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30332         (sqrt_test): Remove duplicate test with qNaN input.
30333         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30334         (round_test, signbit_test, significand_test): Note missing +/-Inf
30335         as well as qNaN tests.
30337         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30338         qNaN_var.  Fix a few strings, too.
30339         * math/libm-test.inc (nan_value): Rename to qnan_value.
30340         * math/gen-libm-test.pl (%beautify): Adjust to that.
30341         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30342         * math/test-misc.c (main): Likewise.
30343         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30344         to __qnan_bytes, and __qnan_union, respectively.
30345         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30346         Likewise.
30347         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30348         and lqnanval, respectively.
30349         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30350         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30351         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30352         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30354         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30355         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30356         doubles.
30358         * math/test-misc.c (main): Fix copy'n'pastos.
30359         * misc/tst-efgcvt.c (special): Likewise.
30361         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30362         Remove declarations.
30364 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30366         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30367         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30368         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30369         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30371 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30373         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30374         macro to return vdso values correctly in IFUNC implementations.
30375         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30376         Optimization by using IFUNC.
30378 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30379             Richard Henderson  <rth@redhat.com>
30380             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30382         * Makefile.in (bench): New target.
30383         * NEWS: Mention the benchmark framework.
30384         * Rules (bench): Likewise.
30385         (binaries-bench): Generate binaries for functions to
30386         benchmark.
30387         * benchtests/Makefile: New makefile for benchmark tests.
30388         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30389         programs.
30390         * benchtests/exp-inputs: New input file for EXP function.
30391         * benchtests/pow-inputs: New input file for POW function.
30392         * scripts/bench.pl: New script to generate source files for
30393         benchmark programs.
30395 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30397         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30398         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30399         computations on mantissa.  Use macros for rounding and
30400         division.
30401         (denorm): Likewise.
30402         (__dbl_mp): Likewise.
30403         (add_magnitudes): Likewise.
30404         (sub_magnitudes): Likewise.
30405         (__mul): Likewise.
30406         (__sqr): Likewise.
30407         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30408         powers of two in terms of TWOPOW macro.
30409         (mp_no): Make type of mantissa as MANTISSA_T.
30410         [!RADIXI]: Define RADIXI.
30411         [!TWO52]: Define TWO52.
30412         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30414         * manual/nptl.texi (cindex): Modify threads to pthreads.
30416 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30418         * sysdeps/x86_64/preconfigure: Regenerated.
30420 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30422         [BZ #14155]
30423         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30424         0x1p28 and above.
30425         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30426         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30427         0x1p28 and above.
30428         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30429         * math/libm-test.inc (j0_test): Do not allow one spurious
30430         underflow exception.
30431         (y1_test): Likewise.
30433 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30435         * manual/Makefile (chapters): Add nptl.
30436         * manual/debug.texi (Debugging Support): Add link to Threads
30437         chapter.
30438         * manual/nptl.texi: New file.
30440         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30442 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30444         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30445         for non-NULL pointer before the memory validity test. Pointed
30446         out by Holger Brunck <holger.brunck@keymile.com>.
30448 2013-03-13  Andreas Schwab  <schwab@suse.de>
30450         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30451         instead of .os.
30453 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30455         * timezone/zic.c: Update from tzcode 2013b.
30457 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30459         * manual/install.texi (Configuring and compiling):
30460         Mention i686 and i586.
30461         * INSTALL: Regenerate.
30463 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30465         * sysdeps/init_array/elf-init.c: New file.
30466         * csu/elf-init.c
30467         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30468         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30470         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30471         __gmon_start__ as global, but as static with a .preinit_array pointer.
30472         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30473         * sysdeps/init_array/crti.S: New file, empty except for comments.
30474         * sysdeps/init_array/crtn.S: Likewise.
30476 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30478         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30479         definining bcopy.
30480         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30481         Remove Prefer_SSE_for_memop.
30482         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30483         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30484         HAS_PREFER_SSE_FOR_MEMOP.
30485         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30486         memset-x86-64.
30487         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30488         Remove bzero, memset ifunc support.
30489         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30490         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30491         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30492         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30494 2013-03-11  Andreas Schwab  <schwab@suse.de>
30496         [BZ #15234]
30497         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30498         by SHLIB_COMPAT.
30499         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30500         (GLIBC_2.16): Remove pthread_atfork.
30502 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30504         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30505         (ptestcases.h): Likewise.
30507 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30509         * Makeconfig ($(common-objpfx)config.status): Depend on
30510         sysdeps/*/preconfigure{,.in} too.
30512 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30514         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30515         (__free_hook): Use void * instead of __malloc_ptr_t.
30516         (__malloc_hook): Likewise.
30517         (__realloc_hook): Likewise.
30518         (__memalign_hook): Likewise.
30519         (__after_morecore_hook): Likewise.
30520         * malloc/arena.c (save_malloc_hook): Likewise.
30521         (save_free_hook): Likewise.
30522         * malloc/hooks.c (malloc_hook_ini): Likewise.
30523         (realloc_hook_ini): Likewise.
30524         (memalign_hook_ini): Likewise.
30525         * malloc/malloc.c (malloc_hook_ini): Likewise.
30526         (realloc_hook_ini): Likewise.
30527         (memalign_hook_ini): Likewise.
30528         (__free_hook): Likewise.
30529         (__malloc_hook): Likewise.
30530         (__realloc_hook): Likewise.
30531         (__memalign_hook): Likewise.
30532         (__libc_malloc): Likewise.
30533         (__libc_free): Likewise.
30534         (__libc_realloc): Likewise.
30535         (__libc_memalign): Likewise.
30536         (__libc_valloc): Likewise.
30537         (__libc_pvalloc): Likewise.
30538         (__libc_calloc): Likewise.
30539         (__posix_memalign): Likewise.
30540         * malloc/morecore.c (__sbrk): Likewise.
30541         (__default_morecore): Likewise.
30543         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30545         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30546         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30547         __malloc_ptrdiff_t.
30549         * malloc/malloc.h (__malloc_size_t): Remove macro.
30550         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30551         __malloc_size_t.
30552         (old_memalign_hook): Likewise.
30553         (old_realloc_hook): Likewise.
30554         (struct hdr): Likewise.
30555         (flood): Likewise.
30556         (mallochook): Likewise.
30557         (memalignhook): Likewise.
30558         (reallochook): Likewise.
30559         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30560         (tr_old_realloc_hook): Likewise.
30561         (tr_old_memalign_hook): Likewise.
30562         (tr_mallochook): Likewise.
30563         (tr_reallochook): Likewise.
30564         (tr_memalignhook): Likewise.
30566 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30568         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30569         default_ldbl_pack and using as default implementation.
30570         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30571         implementation.
30572         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30573         redundant definition.
30574         (ldbl_insert_mantissa): Likewise.
30575         (ldbl_canonicalize): Likewise.
30576         (ldbl_nearbyint): Likewise.
30577         (ldbl_pack): Rename to ldbl_pack_ppc.
30578         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30579         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30580         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30582 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30584         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30585         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30586         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30587         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30588         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30589         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30590         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30591         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30593 2013-03-07  Andreas Jaeger  <aj@suse.de>
30595         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30596         bits/mman-linux.h.
30598 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30600         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30601         Include mpa.h and declare __MPEXP.
30602         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30603         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30604         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30605         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30606         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30607         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30608         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30610         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30611         (__slowpow): Use long double EXPL and LOGL functions to
30612         compute POW.
30613         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30614         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30615         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30616         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30617         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30618         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30620         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30621         intermediate variable to calculate exponent.
30622         (__sqr): Likewise.
30623         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30624         Likewise.
30625         (__sqr): Likewise.
30627         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30628         [!NO__SQR]: Define __sqr.
30629         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30630         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30631         sysdeps/ieee754/dbl-64/mpa.c.
30632         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30634         [BZ #12723]
30635         * posix/Makefile (tests): Add tst-pathconf.
30636         * posix/tst-pathconf.c: New test case.
30637         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30638         _PC_PIPE_BUF.
30639         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30641 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30643         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30645 2013-03-06  Andreas Jaeger  <aj@suse.de>
30647         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30648         definition via __MAP_ANONYMOUS.
30650         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30651         it's not part of Linux headers.
30653         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30654         (MAP_HUGE_MASK): Define.
30656         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30657         Define.
30658         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30659         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30660         Define.
30661         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30662         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30663         Define.
30664         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30665         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30666         Define.
30667         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30669         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30670         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30671         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30672         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30673         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30674         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30676         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30677         Handle f2fs.
30679         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30680         Handle f2fs and efivarfs.
30682         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30683         f2fs.
30685         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30686         (EFIVARFS_MAGIC): Add.
30687         (F2FS_LINK_MAX): Add.
30689 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30691         * stdio-common/vfprintf.c: Replace __builtin_expect with
30692         __glibc_unlikely.
30694 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30696         [BZ #13550]
30697         * sysdeps/generic/bp-sym.h: Remove file.
30698         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30699         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30700         <bp-sym.h> and <bp-asm.h>.
30701         (__longjmp): Don't use BP_SYM.
30702         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30703         and <bp-asm.h>.
30704         (memcpy): Don't use BP_SYM.
30705         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30706         <bp-sym.h> and <bp-asm.h>.
30707         (memcpy): Don't use BP_SYM.
30708         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30709         <bp-asm.h>.
30710         (memcpy): Don't use BP_SYM.
30711         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30712         <bp-asm.h>.
30713         (memset): Don't use BP_SYM.
30714         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30715         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30716         (__bzero): Don't use BP_SYM.
30717         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30718         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30719         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30720         <bp-sym.h> and <bp-asm.h>.
30721         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30722         pointers.
30723         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30724         <bp-sym.h> and <bp-asm.h>.
30725         (memcpy): Don't use BP_SYM.
30726         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30727         <bp-sym.h> and <bp-asm.h>.
30728         (memset): Don't use BP_SYM.
30729         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30730         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30731         (__bzero): Don't use BP_SYM.
30732         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30733         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30734         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30735         <bp-sym.h> and <bp-asm.h>.
30736         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30737         pointers.
30738         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30739         <bp-sym.h> and <bp-asm.h>.
30740         (memcpy): Don't use BP_SYM.
30741         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30742         <bp-sym.h> and <bp-asm.h>.
30743         (memset): Don't use BP_SYM.
30744         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30745         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30746         (__bzero): Don't use BP_SYM.
30747         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30748         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30749         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30750         <bp-sym.h> and <bp-asm.h>.
30751         (__memchr): Don't use BP_SYM.
30752         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30753         <bp-sym.h> and <bp-asm.h>.
30754         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30755         pointers.
30756         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30757         <bp-sym.h> and <bp-asm.h>.
30758         (memcpy): Don't use BP_SYM.
30759         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30760         <bp-sym.h> and <bp-asm.h>.
30761         (__mempcpy): Don't use BP_SYM.
30762         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30763         <bp-sym.h> and <bp-asm.h>.
30764         (__memrchr): Don't use BP_SYM.
30765         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30766         <bp-sym.h> and <bp-asm.h>.
30767         (memset): Don't use BP_SYM.
30768         (__bzero): Likewise.
30769         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30770         <bp-sym.h> and <bp-asm.h>.
30771         (__rawmemchr): Don't use BP_SYM.
30772         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30773         <bp-sym.h> and <bp-asm.h>.
30774         (__STRCMP): Don't use BP_SYM.
30775         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30776         <bp-sym.h> and <bp-asm.h>.
30777         (strchr): Don't use BP_SYM.
30778         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30779         <bp-sym.h> and <bp-asm.h>.
30780         (__strchrnul): Don't use BP_SYM.
30781         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30782         <bp-sym.h> and <bp-asm.h>.
30783         (strlen): Don't use BP_SYM.
30784         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30785         <bp-sym.h> and <bp-asm.h>.
30786         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30787         pointers.
30788         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30789         <bp-sym.h> and <bp-asm.h>.
30790         (__strnlen): Don't use BP_SYM.
30791         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30792         <bp-sym.h> and <bp-asm.h>.
30793         (__GI__setjmp): Don't use BP_SYM.
30794         (_setjmp): Likewise.
30795         (__sigsetjmp): Likewise.
30796         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30797         (L(start_addresses)): Don't use BP_SYM.
30798         (_start): Likewise.
30799         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30800         <bp-asm.h>.
30801         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30802         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30803         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30804         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30805         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30806         <bp-asm.h>.
30807         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30808         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30809         about bounded pointers.
30810         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30811         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30812         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30813         <bp-asm.h>.
30814         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30815         about bounded pointers.  Remove GKM FIXME comments.
30816         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30817         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30818         <bp-asm.h>.
30819         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30820         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30821         Remove GKM FIXME comments.
30822         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30823         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30824         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30825         <bp-asm.h>.
30826         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30827         about bounded pointers.  Remove GKM FIXME comment.
30828         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30829         and <bp-asm.h>.
30830         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30831         pointers.
30832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30833         <bp-sym.h> and <bp-asm.h>.
30834         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30836         <bp-sym.h> and <bp-asm.h>.
30837         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30838         comment.
30840 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30842         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30843         call free(NULL).
30845 2013-03-05  David S. Miller  <davem@davemloft.net>
30847         * po/es.po: Update from translation team.
30849 2013-03-05  Andreas Jaeger  <aj@suse.de>
30851         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30852         <bits/mman-linux.h>.
30853         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30854         is fine.
30855         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30856         <bits/mman-linux.h> to end of file.
30857         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30858         is fine.
30859         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30860         <bits/mman-linux.h> to end of file.
30861         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30862         is fine.
30863         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30864         <bits/mman-linux.h> to end of file.
30866         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30867         (MCL_CURRENT, MCL_FUTURE): Define here.
30869 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30871         [BZ #15232]
30872         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30873         attribute_hidden.
30874         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30876 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30878         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30879         fourth parameter needed for rt_sigprocmask syscall.
30880         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30881         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30882         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30883         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30884         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30885         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30887 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30889         [BZ #13550]
30890         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30891         comment about bounded pointers.
30892         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30893         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30895 2013-03-04  Andreas Jaeger  <aj@suse.de>
30897         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30898         common definitions.
30900         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30901         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30902         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30903         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30904         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30905         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30907 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30909         [BZ #15055]
30910         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30911         __ieee754_sqrl instead of __sqrl.
30913 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30915         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30916         * sysdeps/powerpc/fpu_control.h: ... here.
30917         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30918         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30919         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30920         * sysdeps/powerpc/bits/mathinline.h: ... here.
30922 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30924         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30925         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30926         to just [NEED_DL_SYSINFO_DSO].
30927         * elf/dl-support.c: Likewise.
30928         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30929         * elf/rtld.c (dl_main): Likewise.
30930         * elf/setup-vdso.h (setup_vdso): Likewise.
30931         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30932         * sysdeps/unix/sysv/linux/dl-sysdep.c
30933         (_dl_discover_osversion): Likewise.
30935 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30937         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30938         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30940 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30942         * NEWS: Mention libm performance improvements and non-x86 PI
30943         futex support.
30945         * csu/libc-start.c (__pthread_initialize_minimal): Change
30946         function arguments.
30947         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30949 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30951         [BZ #13550]
30952         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30953         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30954         <bp-sym.h> and <bp-asm.h>.
30955         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30956         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30957         and <bp-asm.h>.
30958         (memcpy): Don't use BP_SYM.
30959         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30960         <bp-asm.h>.
30961         (__mpn_add_n): Don't use BP_SYM.
30962         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30963         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30964         and <bp-asm.h>.
30965         (__mpn_addmul_1): Don't use BP_SYM.
30966         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30967         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30968         <bp-sym.h>.
30969         (_setjmp): Don't use BP_SYM.
30970         (__novmx_setjmp): Likewise.
30971         (__GI__setjmp): Likewise.
30972         (__vmx_setjmp): Likewise.
30973         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30974         <bp-sym.h>.
30975         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30976         (__bzero): Don't use BP_SYM.
30977         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30978         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30979         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30980         <bp-sym.h> and <bp-asm.h>.
30981         (memcpy): Don't use BP_SYM.
30982         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30983         <bp-sym.h> and <bp-asm.h>.
30984         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30985         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30986         <bp-sym.h> and <bp-asm.h>.
30987         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30988         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30989         <bp-asm.h>.
30990         (__mpn_lshift): Don't use BP_SYM.
30991         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30992         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30993         <bp-asm.h>.
30994         (memset): Don't use BP_SYM.
30995         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30996         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30997         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30998         <bp-asm.h>.
30999         (__mpn_mul_1): Don't use BP_SYM.
31000         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31001         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31002         <bp-sym.h> and <bp-asm.h>.
31003         (memcmp): Don't use BP_SYM.
31004         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31005         <bp-sym.h> and <bp-asm.h>.
31006         (memcpy): Don't use BP_SYM.
31007         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31008         <bp-sym.h> and <bp-asm.h>.
31009         (memset): Don't use BP_SYM.
31010         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31011         <bp-sym.h> and <bp-asm.h>.
31012         (strncmp): Don't use BP_SYM.
31013         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31014         <bp-sym.h> and <bp-asm.h>.
31015         (memcpy): Don't use BP_SYM.
31016         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31017         <bp-sym.h> and <bp-asm.h>.
31018         (memset): Don't use BP_SYM.
31019         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31020         <bp-sym.h> and <bp-asm.h>.
31021         (__memchr): Don't use BP_SYM.
31022         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31023         <bp-sym.h> and <bp-asm.h>.
31024         (memcmp): Don't use BP_SYM.
31025         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31026         <bp-sym.h> and <bp-asm.h>.
31027         (memcpy): Don't use BP_SYM.
31028         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31029         <bp-sym.h> and <bp-asm.h>.
31030         (__mempcpy): Don't use BP_SYM.
31031         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31032         <bp-sym.h> and <bp-asm.h>.
31033         (__memrchr): Don't use BP_SYM.
31034         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31035         <bp-sym.h> and <bp-asm.h>.
31036         (memset): Don't use BP_SYM.
31037         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31038         <bp-sym.h> and <bp-asm.h>.
31039         (__rawmemchr): Don't use BP_SYM.
31040         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31041         <bp-sym.h> and <bp-asm.h>.
31042         (__STRCMP): Don't use BP_SYM.
31043         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31044         <bp-sym.h> and <bp-asm.h>.
31045         (strchr): Don't use BP_SYM.
31046         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31047         <bp-sym.h> and <bp-asm.h>.
31048         (__strchrnul): Don't use BP_SYM.
31049         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31050         <bp-sym.h> and <bp-asm.h>.
31051         (strlen): Don't use BP_SYM.
31052         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31053         <bp-sym.h> and <bp-asm.h>.
31054         (strncmp): Don't use BP_SYM.
31055         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31056         <bp-sym.h> and <bp-asm.h>.
31057         (__strnlen): Don't use BP_SYM.
31058         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31059         <bp-asm.h>.
31060         (__mpn_rshift): Don't use BP_SYM.
31061         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31062         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31063         <bp-sym.h> and <bp-asm.h>.
31064         (__sigsetjmp): Don't use BP_SYM.
31065         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31066         (L(start_addresses)): Don't use BP_SYM.
31067         (_start): Likewise.
31068         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31069         <bp-asm.h>.
31070         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31071         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31072         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31073         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31074         <bp-asm.h>.
31075         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31076         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31077         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31078         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31079         <bp-asm.h>.
31080         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31081         comments.
31082         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31083         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31084         <bp-asm.h>.
31085         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31086         FIXME comments.
31087         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31088         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31089         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31090         <bp-asm.h>.
31091         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31092         comment.
31093         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31094         and <bp-asm.h>.
31095         (strncmp): Don't use BP_SYM,
31096         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31097         <bp-asm.h>.
31098         (__mpn_sub_n): Don't use BP_SYM.
31099         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31100         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31101         and <bp-asm.h>.
31102         (__mpn_submul_1): Don't use BP_SYM.
31103         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31105         <bp-sym.h> and <bp-asm.h>.
31106         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31108         <bp-sym.h> and <bp-asm.h>.
31109         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31110         comment.
31112 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31114         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31115         Use ZK to minimize writes to Z.
31116         (sub_magnitudes): Simplify code a bit.
31117         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31118         Use ZK to minimize writes to Z.
31119         (sub_magnitudes): Simplify code a bit.
31121 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31123         * csu/gmon-start.c: Add special exception to license text.
31125 2013-02-27  Richard Henderson  <rth@redhat.com>
31127         * scripts/config.guess: Update from config.git.
31128         * scripts/config.sub: Likewise.
31130 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31132         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31134         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31136         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31138         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31140         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31142 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31144         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31145         [$(build-shared = yes].
31147 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31149         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31150         (__mul): Reduce iterations for calculating mantissa.
31152         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31153         MPTWO.
31154         (__mpranred): Likewise.
31156         [BZ #15160]
31157         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31158         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31160 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31162         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31163         Define __attribute__.
31165 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31167         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31168         unused.
31169         * posix/regex_internal.h (__attribute): Remove.
31170         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31171         (re_string_context_at): Likewise.
31172         (bitset_not): Use __attribute__ and mark function as possibly
31173         unused.
31174         (bitset_merge): Likewise.
31175         (bitset_mask): Likewise.
31176         (re_string_char_size_at): Likewise.
31177         (re_string_wchar_at): Likewise.
31178         (re_string_elem_size_at): Likewise.
31180 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31182         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31183         code.
31184         (cc32): Likewise.
31186         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31187         (__acr): Likewise.
31188         (__cpy): Likewise.
31189         (norm): Likewise.
31190         (denorm): Likewise.
31191         (__dbl_mp): Likewise.
31192         (add_magnitudes): Likewise.
31193         (sub_magnitudes): Likewise.
31194         (__mul): Likewise.
31195         (__inv): Likewise.
31197         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31198         style.
31200         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31201         style.
31203         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31204         code.
31206         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31207         up changes with default code.
31208         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31209         Likewise.
31211 2013-02-24  Allan McRae  <allan@archlinux.org>
31213         * manual/socket.texi (The Internet Namespace): Order menu items
31214         to match that in the file.
31216         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31217         node listing of the info page menu.
31219 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31221         [BZ #13550]
31222         * sysdeps/i386/bp-asm.h: Remove file.
31223         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31224         (PARMS): Do not use macros from bp-asm.h.
31225         (S1): Likewise.
31226         (S2): Likewise.
31227         (SIZE): Likewise.
31228         (__mpn_add_n): Do not use BP_SYM
31229         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31230         "bp-asm.h".
31231         (PARMS): Do not use macros from bp-asm.h.
31232         (S1): Likewise.
31233         (SIZE): Likewise.
31234         (__mpn_addmul_1): Do not use BP_SYM
31235         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31236         "bp-asm.h".
31237         (PARMS): Do not use macros from bp-asm.h.
31238         (SIGMSK): Likewise.
31239         (_setjmp): Likewise.  Do not use BP_SYM.
31240         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31241         "bp-asm.h".
31242         (PARMS): Do not use macros from bp-asm.h.
31243         (SIGMSK): Likewise.
31244         (setjmp): Likewise.  Do not use BP_SYM.
31245         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31246         "bp-asm.h".
31247         (PARMS): Do not use macros from bp-asm.h.
31248         (__frexp): Do not use BP_SYM.
31249         (frexp): Likewise.
31250         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31251         "bp-asm.h".
31252         (PARMS): Do not use macros from bp-asm.h.
31253         (__frexpf): Do not use BP_SYM.
31254         (frexpf): Likewise.
31255         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31256         "bp-asm.h".
31257         (PARMS): Do not use macros from bp-asm.h.
31258         (__frexpl): Do not use BP_SYM.
31259         (frexpl): Likewise.
31260         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31261         "bp-asm.h".
31262         (PARMS): Do not use macros from bp-asm.h.
31263         (__remquo): Do not use BP_SYM.
31264         (remquo): Likewise.
31265         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31266         "bp-asm.h".
31267         (PARMS): Do not use macros from bp-asm.h.
31268         (__remquof): Do not use BP_SYM.
31269         (remquof): Likewise.
31270         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31271         "bp-asm.h".
31272         (PARMS): Do not use macros from bp-asm.h.
31273         (__remquol): Do not use BP_SYM.
31274         (remquol): Likewise.
31275         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31276         "bp-asm.h".
31277         (PARMS): Do not use macros from bp-asm.h.
31278         (DEST): Likewise.
31279         (SRC): Likewise.
31280         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31281         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31282         "bp-asm.h".
31283         (PARMS): Do not use macros from bp-asm.h.
31284         (strlen): Do not use BP_SYM.
31285         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31286         "bp-asm.h".
31287         (PARMS): Do not use macros from bp-asm.h.
31288         (S1): Likewise.
31289         (S2): Likewise.
31290         (SIZE): Likewise.
31291         (__mpn_add_n): Do not use BP_SYM.
31292         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31293         "bp-asm.h".
31294         (PARMS): Do not use macros from bp-asm.h.
31295         (S1): Likewise.
31296         (SIZE): Likewise.
31297         (__mpn_addmul_1): Do not use BP_SYM.
31298         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31299         weak_alias.
31300         (bzero): Likewise.
31301         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31302         "bp-asm.h".
31303         (PARMS): Do not use macros from bp-asm.h.
31304         (S): Likewise.
31305         (SIZE): Likewise.
31306         (__mpn_lshift): Do not use BP_SYM.
31307         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31308         "bp-asm.h".
31309         (PARMS): Do not use macros from bp-asm.h.
31310         (DEST): Likewise.
31311         (SRC): Likewise.
31312         (LEN): Likewise.
31313         (memcpy): Likewise.  Do not use BP_SYM.
31314         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31315         libc_hidden_def and weak_alias.
31316         (mempcpy): Do not use BP_SYM in weak_alias.
31317         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31318         "bp-asm.h".
31319         (PARMS): Do not use macros from bp-asm.h.
31320         (DEST): Likewise.
31321         (LEN): Likewise.
31322         [!BZERO_P] (CHR): Likewise.
31323         (memset): Likewise.  Do not use BP_SYM.
31324         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31325         "bp-asm.h".
31326         (PARMS): Do not use macros from bp-asm.h.
31327         (S1): Likewise.
31328         (SIZE): Likewise.
31329         (__mpn_mul_1): Do not use BP_SYM.
31330         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31331         "bp-asm.h".
31332         (PARMS): Do not use macros from bp-asm.h.
31333         (S): Likewise.
31334         (SIZE): Likewise.
31335         (__mpn_rshift): Do not use BP_SYM.
31336         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31337         "bp-asm.h".
31338         (PARMS): Do not use macros from bp-asm.h.
31339         (STR): Likewise.
31340         (CHR): Likewise.
31341         (strchr): Likewise.  Do not use BP_SYM.
31342         (index): Do not use BP_SYM in weak_alias.
31343         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31344         "bp-asm.h".
31345         (PARMS): Do not use macros from bp-asm.h.
31346         (DEST): Likewise.
31347         (SRC): Likewise.
31348         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31349         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31350         "bp-asm.h".
31351         (PARMS): Do not use macros from bp-asm.h.
31352         (strlen): Do not use BP_SYM.
31353         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31354         "bp-asm.h".
31355         (PARMS): Do not use macros from bp-asm.h.
31356         (S1): Likewise.
31357         (S2): Likewise.
31358         (SIZE): Likewise.
31359         (__mpn_sub_n): Do not use BP_SYM.
31360         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31361         "bp-asm.h".
31362         (PARMS): Do not use macros from bp-asm.h.
31363         (S1): Likewise.
31364         (SIZE): Likewise.
31365         (__mpn_submul_1): Do not use BP_SYM.
31366         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31367         "bp-asm.h".
31368         (PARMS): Do not use macros from bp-asm.h.
31369         (S1): Likewise.
31370         (S2): Likewise.
31371         (SIZE): Likewise.
31372         (__mpn_add_n): Do not use BP_SYM.
31373         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31374         weak_alias.
31375         (bzero): Likewise.
31376         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31377         "bp-asm.h".
31378         (PARMS): Do not use macros from bp-asm.h.
31379         (BLK2): Likewise.
31380         (LEN): Likewise.
31381         (memcmp): Do not use BP_SYM.
31382         (bcmp): Do not use BP_SYM in weak_alias.
31383         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31384         "bp-asm.h".
31385         (PARMS): Do not use macros from bp-asm.h.
31386         (DEST): Likewise.
31387         (SRC): Likewise.
31388         (LEN): Likewise.
31389         (memcpy): Likewise.  Do not use BP_SYM.
31390         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31391         "bp-asm.h".
31392         (PARMS): Do not use macros from bp-asm.h.
31393         (DEST): Likewise.
31394         (SRC): Likewise.
31395         (LEN): Likewise.
31396         (memmove): Likewise.  Do not use BP_SYM.
31397         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31398         "bp-asm.h".
31399         (PARMS): Do not use macros from bp-asm.h.
31400         (DEST): Likewise.
31401         (SRC): Likewise.
31402         (LEN): Likewise.
31403         (__mempcpy): Likewise.  Do not use BP_SYM.
31404         (mempcpy): Do not use BP_SYM in weak_alias.
31405         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31406         "bp-asm.h".
31407         (PARMS): Do not use macros from bp-asm.h.
31408         (DEST): Likewise.
31409         (LEN): Likewise.
31410         [!BZERO_P] (CHR): Likewise.
31411         (memset): Likewise.  Do not use BP_SYM.
31412         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31413         "bp-asm.h".
31414         (PARMS): Do not use macros from bp-asm.h.
31415         (STR2): Likewise.
31416         (strcmp): Do not use BP_SYM.
31417         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31418         "bp-asm.h".
31419         (PARMS): Do not use macros from bp-asm.h.
31420         (STR): Likewise.
31421         (DELIM): Likewise.
31422         [USE_AS_STRTOK_R] (SAVE): Likewise.
31423         (FUNCTION): Likewise.  Do not use BP_SYM.
31424         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31425         aliases.
31426         (strtok_r): Likewise.
31427         (__GI___strtok_r): Likewise.
31428         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31429         (PARMS): Do not use macros from bp-asm.h.
31430         (S): Likewise.
31431         (SIZE): Likewise.
31432         (__mpn_lshift): Do not use BP_SYM.
31433         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31434         (PARMS): Do not use macros from bp-asm.h.
31435         (STR): Likewise.
31436         (CHR): Likewise.
31437         (__memchr): Do not use BP_SYM.
31438         (memchr): Do not use BP_SYM in weak_alias.
31439         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31440         (PARMS): Do not use macros from bp-asm.h.
31441         (BLK2): Likewise.
31442         (LEN): Likewise.
31443         (memcmp): Do not use BP_SYM.
31444         (bcmp): Do not use BP_SYM in weak_alias.
31445         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31446         (PARMS): Do not use macros from bp-asm.h.
31447         (S1): Likewise.
31448         (SIZE): Likewise.
31449         (__mpn_mul_1): Do not use BP_SYM.
31450         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31451         "bp-asm.h".
31452         (PARMS): Do not use macros from bp-asm.h.
31453         (STR): Likewise.
31454         (CHR): Likewise.
31455         (__rawmemchr): Do not use BP_SYM.
31456         (rawmemchr): Do not use BP_SYM in weak_alias.
31457         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31458         (PARMS): Do not use macros from bp-asm.h.
31459         (S): Likewise.
31460         (SIZE): Likewise.
31461         (__mpn_rshift): Do not use BP_SYM.
31462         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31463         (PARMS): Do not use macros from bp-asm.h.
31464         (SIGMSK): Likewise.
31465         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31466         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31467         (_start): Do not use BP_SYM.
31468         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31469         (PARMS): Do not use macros from bp-asm.h.
31470         (DEST): Likewise.
31471         (SRC): Likewise.
31472         (__stpcpy): Likewise.  Do not use BP_SYM.
31473         (stpcpy): Do not use BP_SYM in weak_alias.
31474         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31475         "bp-asm.h".
31476         (PARMS): Do not use macros from bp-asm.h.
31477         (DEST): Likewise.
31478         (SRC): Likewise.
31479         (LEN): Likewise.
31480         (__stpncpy): Likewise.  Do not use BP_SYM.
31481         (stpncpy): Do not use BP_SYM in weak_alias.
31482         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31483         (PARMS): Do not use macros from bp-asm.h.
31484         (STR): Likewise.
31485         (CHR): Likewise.
31486         (strchr): Likewise.  Do not use BP_SYM.
31487         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31488         "bp-asm.h".
31489         (PARMS): Do not use macros from bp-asm.h.
31490         (STR): Likewise.
31491         (CHR): Likewise.
31492         (__strchrnul): Likewise.  Do not use BP_SYM.
31493         (strchrnul): Do not use BP_SYM in weak_alias.
31494         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31495         "bp-asm.h".
31496         (PARMS): Do not use macros from bp-asm.h.
31497         (STOP): Likewise.
31498         (strcspn): Do not use BP_SYM.
31499         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31500         "bp-asm.h".
31501         (PARMS): Do not use macros from bp-asm.h.
31502         (STR): Likewise.
31503         (STOP): Likewise.
31504         (strpbrk): Likewise.  Do not use BP_SYM.
31505         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31506         "bp-asm.h".
31507         (PARMS): Do not use macros from bp-asm.h.
31508         (STR): Likewise.
31509         (CHR): Likewise.
31510         (strrchr): Likewise.  Do not use BP_SYM.
31511         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31512         (PARMS): Do not use macros from bp-asm.h.
31513         (SKIP): Likewise.
31514         (strspn): Do not use BP_SYM.
31515         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31516         (PARMS): Do not use macros from bp-asm.h.
31517         (STR): Likewise.
31518         (DELIM): Likewise.
31519         (SAVE): Likewise.
31520         (FUNCTION): Likewise.  Do not use BP_SYM.
31521         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31522         aliases.
31523         (strtok_r): Likewise.
31524         (__GI___strtok_r): Likewise.
31525         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31526         (PARMS): Do not use macros from bp-asm.h.
31527         (S1): Likewise.
31528         (S2): Likewise.
31529         (SIZE): Likewise.
31530         (__mpn_sub_n): Do not use BP_SYM.
31531         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31532         "bp-asm.h".
31533         (PARMS): Do not use macros from bp-asm.h.
31534         (S1): Likewise.
31535         (SIZE): Likewise.
31536         (__mpn_submul_1): Do not use BP_SYM.
31537         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31538         <bp-sym.h>.
31539         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31540         and <bp-asm.h>.
31541         (PARMS): Do not use macros from bp-asm.h.
31542         (FLAGS): Likewise.
31543         (PTID): Likewise.
31544         (TLS): Likewise.
31545         (CTID): Likewise.
31546         (__clone): Do not use BP_SYM.
31547         (clone): Do not use BP_SYM in weak_alias.
31548         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31549         and <bp-asm.h>.
31550         (PARMS): Do not use macros from bp-asm.h.
31551         (LEN): Likewise.
31552         (__mmap64): Do not use BP_SYM.
31553         (mmap64): Do not use BP_SYM in weak_alias.
31554         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31555         <bp-sym.h> and <bp-asm.h>.
31556         (PARMS): Do not use macros from bp-asm.h.
31557         (__posix_fadvise64_l64): Do not use BP_SYM.
31558         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31559         (PARMS): Do not use macros from bp-asm.h.
31560         (NSOPS): Likewise.
31561         (semtimedop): Do not use BP_SYM.
31562         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31563         and <bp-asm.h>.
31565 2013-02-21  Allan McRae  <allan@archlinux.org>
31567         * manual/message.texi (Charset conversion in gettext):
31568         Move @end statement to beginning of line.
31570 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31572         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31573         static.
31574         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31575         Likewise.
31577         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31578         (denorm): Likewise.
31579         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31580         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31582 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31584         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31585         tail-call to the resolved function if pltexit isn't needed.
31587 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31589         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31590         or Y being zero as being unlikely.
31591         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31592         Likewise.
31594 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31596         * manual/nss.texi (System Databases and Name Service Switch):
31597         Remove frobnicate @pxref.
31599 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31601         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31602         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31604 2013-02-20  Petr Machata  <pmachata@redhat.com>
31606         * elf/elf.h (R_ARM_TARGET1): New macro.
31607         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31608         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31609         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31610         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31611         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31612         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31613         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31614         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31615         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31616         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31617         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31618         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31619         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31620         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31621         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31622         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31623         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31624         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31625         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31626         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31627         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31628         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31629         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31630         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31631         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31632         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31633         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31634         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31635         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31636         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31637         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31638         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31639         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31640         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31641         (R_ARM_THM_GOT_BREL12): Likewise.
31642         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31643         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31644         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31645         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31646         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31647         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31648         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31649         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31650         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31652 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31654         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31655         __attribute_used__ to __attribute__ ((unused)).
31657 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31659         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31660         powerpc mpa.c.
31661         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31662         comment formatting.
31663         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31665 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31667         [BZ #13550]
31668         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31669         Remove macro.
31670         (ENTER): Remove both macro definitions.
31671         (LEAVE): Likewise.
31672         (CHECK_BOUNDS_LOW): Likewise.
31673         (CHECK_BOUNDS_HIGH): Likewise.
31674         (CHECK_BOUNDS_BOTH): Likewise.
31675         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31676         (RETURN_BOUNDED_POINTER): Likewise.
31677         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31678         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31679         (POP_ERRNO_LOCATION_RETURN): Likewise.
31680         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31681         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31682         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31683         macros.
31684         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31685         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31686         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31687         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31688         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31689         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31690         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31691         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31692         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31693         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31694         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31695         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31696         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31697         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31698         removed macros.
31699         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31700         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31701         macros.
31702         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31703         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31704         * sysdeps/i386/i586/memset.S (memset): Likewise.
31705         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31706         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31707         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31708         macros.
31709         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31710         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31711         Change uses of L(2) to L(out).
31712         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31713         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31714         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31715         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31716         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31717         removed macros.
31718         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31719         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31720         macros.
31721         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31722         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31723         (RETURN): Do not use macro LEAVE.
31724         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31725         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31726         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31727         * sysdeps/i386/i686/memset.S (memset): Likewise.
31728         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31729         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31730         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31731         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31732         Likewise.
31733         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31734         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31735         L(1_2) and L(1_3) into L(1).
31736         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31737         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31738         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31739         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31740         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31741         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31742         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31743         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31744         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31745         macros.
31746         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31747         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31748         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31749         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31750         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31751         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31752         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31753         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31754         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31755         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31756         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31757         * sysdeps/i386/strspn.S (strspn): Likewise.
31758         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31759         conditional code.
31760         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31761         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31762         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31763         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31764         L(1_3) into L(1_1).
31765         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31766         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31767         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31768         macros.
31769         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31771 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31773         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31774         macro.
31776 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31778         * math/atest-exp.c (exp_mpn): Remove ROUND.
31779         * math/atest-exp2.c (exp_mpn): Likewise.
31780         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31782         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31783         * stdlib/tst-tls-atexit-lib.c: Likewise.
31784         * stdlib/tst-tls-atexit.c: Likewise.
31786 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31788         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31789         and __attribute_alloc_size__.
31791 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31793         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31794         __attribute_alloc_size__.
31795         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31796         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31798 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31800         * include/programs/xmalloc.h: New file.
31801         * catgets/gencat.c: Include it.
31802         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31803         * elf/pldd.c: Likewise.
31804         * iconv/iconv_charmap.c: Likewise.
31805         * iconv/iconvconfig.c: Likewise.
31806         * iconv/strtab.c: Likewise.
31807         * locale/programs/locale.c: Likewise.
31808         * locale/programs/localedef.h: Likewise.
31809         * locale/programs/simple-hash.c: Likewise.
31810         * nscd/nscd.h: Likewise.
31811         * nss/makedb.c: Likewise.
31812         * sysdeps/generic/ldconfig.h: Likewise.
31814 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31816         * Versions.def: Add GLIBC_2.18.
31817         * include/link.h (struct link_map): New member l_tls_dtor_count.
31818         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31819         (__call_tls_dtors): Likewise.
31820         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31821         __cxa_thread_atexit_impl.
31822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31823         Likewise.
31824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31825         Likewise.
31826         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31827         Likewise.
31828         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31829         Likewise.
31830         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31831         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31832         Likewise.
31833         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31834         Likewise.
31835         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31836         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31837         Likewise.
31838         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31839         (tests): Add test case tst-tls-atexit.
31840         (modules-names): Add shared library for tst-tls-atexit.
31841         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31842         (GLIBC_PRIVATE): Add __call_tls_dtors.
31843         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31844         for libstdc++.
31845         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31846         * stdlib/tst-tls-atexit.c: New test case.
31847         * stdlib/tst-tls-atexit-lib.c: New test case.
31849         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31851         * elf/Versions (ld): Add _dl_find_dso_for_object.
31852         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31853         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31854         (dl_open_worker): Use _dl_find_dso_for_object.
31855         * elf/dl-sym.c (do_sym): Likewise.
31856         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31858 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31860         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31861         Syntactic changes only.
31862         (_dl_runtime_profile): Do a tail-call to the resolved function.
31864 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31866         [BZ #13550]
31867         * sysdeps/x86_64/bp-asm.h: Remove file.
31868         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31869         <bp-sym.h> and <bp-asm.h>.
31870         (__clone): Do not use BP_SYM.
31871         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31872         <bp-sym.h> and <bp-asm.h>.
31873         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31874         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31875         "bp-asm.h".
31876         (_setjmp): Do not use BP_SYM.
31877         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31878         "bp-asm.h".
31879         (setjmp): Do not use BP_SYM.
31880         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31881         libc_hidden_def.
31882         (mempcpy): Do not use BP_SYM in weak_alias.
31883         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31884         "bp-asm.h".
31885         (strchr): Do not use BP_SYM.
31886         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31887         "bp-asm.h".
31888         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31889         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31890         (_start): Do not use BP_SYM.
31891         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31892         "bp-asm.h".
31893         (strcat): Do not use BP_SYM.
31894         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31895         "bp-asm.h".
31896         (STRCMP): Do not use BP_SYM.
31897         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31898         "bp-asm.h".
31899         (STRCPY): Do not use BP_SYM.
31900         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31901         "bp-asm.h".
31902         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31903         "bp-asm.h".
31904         (FUNCTION): Do not use BP_SYM.
31905         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31906         weak_alias.
31907         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31909 2013-02-17  Andreas Jaeger  <aj@suse.de>
31911         * time/Versions: Sort entries.
31912         * string/Versions: Likewise.
31913         * resolv/Versions: Likewise.
31914         * posix/Versions: Likewise.
31915         * iconv/Versions: Likewise.
31916         * elf/Versions: Likewise.
31917         * wcsmbs/Versions: Likewise.
31919 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31921         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31922         loop termination condition.
31924         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31925         variable to calculate EZ.
31926         (__sqr): Likewise.
31928         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31929         the lower precision input.
31931 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31933         [BZ #13550]
31934         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31935         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31936         (run-via-rtld-prefix): Do not handle %-bp tests.
31937         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31938         (all-object-suffixes): Remove .ob.
31939         (bppfx): Remove variable.
31940         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31941         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31942         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31943         [$(build-bounded) = yes] (libtype.ob): Likewise.
31944         * Makerules (elide-routines.ob): Remove variable.
31945         (do-tests-clean): Do not handle *-bp.out.
31946         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31947         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31948         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31949         (tests): Do not include $(tests-bp.out).
31950         (xtests): Do not include $(xtests-bp.out).
31951         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31952         [$(build-bounded) = yes] ($(addprefix
31953         $(objpfx),$(binaries-bounded))): Remove rule.
31954         ($(objpfx)%-bp.out): Remove rule.
31955         * config.make.in (build-bounded): Remove variable.
31956         * crypt/Makefile [$(build-bounded) = yes]
31957         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31958         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31959         append to variable.
31960         [$(build-bounded) = yes] (install-lib): Likewise.
31961         [$(build-bounded) = yes] (generated): Likewise.
31962         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31963         Remove rule.
31964         * intl/Makefile [$(build-bounded) = yes]
31965         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31966         * math/Makefile [$(build-bounded) = yes]
31967         ($(tests:%=$(objpfx)%-bp): Likewise.
31968         * misc/Makefile [$(build-bounded) = yes]
31969         ($(objpfx)tst-tsearch-bp): Likewise.
31970         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31971         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31972         Remove dependency.
31973         * string/Makefile (o-objects.ob): Remove variable.
31974         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31975         (CFLAGS-.ob): Remove variable.
31976         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31977         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31978         both definitions of variable.
31979         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31980         (ASFLAGS-.ob): Remove variable.
31982 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31984         [BZ #13550]
31985         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31986         Remove __BOUNDED_POINTERS__ from condition.
31987         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31988         * string/bits/string2.h [!__NO_STRING_INLINES &&
31989         !__BOUNDED_POINTERS__]: Likewise.
31990         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31991         Likewise.
31992         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31993         Remove conditional code.
31994         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31995         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31996         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31997         condition.
31999         [BZ #13550]
32000         * csu/libc-start.c: Do not include <bp-sym.h>.
32001         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32002         * elf/dl-open.c: Do not include <bp-sym.h>.
32003         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32004         * math/fegetenv.c: Do not include <bp-sym.h>.
32005         (fegetenv): Do not use BP_SYM in versioned symbols.
32006         * nptl/sysdeps/pthread/bits/libc-lockP.h
32007         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32008         <bp-sym.h>.
32009         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32010         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32011         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32012         (__pthread_mutex_destroy): Likewise.
32013         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32014         (__pthread_mutex_lock): Likewise.
32015         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32016         (__pthread_mutex_trylock): Likewise.
32017         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32018         (__pthread_mutex_unlock): Likewise.
32019         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32020         (__pthread_mutexattr_init): Likewise.
32021         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32022         (__pthread_mutexattr_destroy): Likewise.
32023         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32024         (__pthread_mutexattr_settype): Likewise.
32025         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32026         (__pthread_rwlock_init): Likewise.
32027         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32028         (__pthread_rwlock_destroy): Likewise.
32029         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32030         (__pthread_rwlock_rdlock): Likewise.
32031         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32032         (__pthread_rwlock_tryrdlock): Likewise.
32033         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32034         (__pthread_rwlock_wrlock): Likewise.
32035         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32036         (__pthread_rwlock_trywrlock): Likewise.
32037         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32038         (__pthread_rwlock_unlock): Likewise.
32039         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32040         (__pthread_key_create): Likewise.
32041         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32042         (__pthread_setspecific): Likewise.
32043         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32044         (__pthread_getspecific): Likewise.
32045         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32046         Likewise.
32047         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32048         (_pthread_cleanup_push_defer): Likewise.
32049         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32050         (_pthread_cleanup_pop_restore): Likewise.
32051         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32052         (pthread_setcancelstate): Likewise.
32053         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32054         <bp-sym.h>.
32055         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32056         (memchr): Do not use BP_SYM in weak_alias.
32057         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32058         (fegetenv): Do not use BP_SYM in versioned symbols.
32059         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32060         (fesetenv): Do not use BP_SYM in versioned symbols.
32061         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32062         (feupdateenv): Do not use BP_SYM in versioned symbols.
32063         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32064         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32065         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32066         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32067         (open64): Do not use BP_SYM in weak_alias.
32068         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32069         (fegetenv): Do not use BP_SYM in versioned symbols.
32070         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32071         (fesetenv): Do not use BP_SYM in versioned symbols.
32072         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32073         (feupdateenv): Do not use BP_SYM in versioned symbols.
32074         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32075         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32076         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32077         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32078         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32079         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32080         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32081         <bp-sym.h>.
32082         (__libc_start_main): Do not use BP_SYM.
32084 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32086         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32087         redundant return line.
32088         (norm): Likewise.
32089         (denorm): Likewise.
32090         (dbl_mp): Likewise.
32091         (sub_magnitudes): Likewise.
32092         (__add): Likewise.
32093         (__sub): Likewise.
32094         (__mul): Likewise.
32095         (__inv): Likewise.
32096         (__dvd): Likewise.
32097         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32098         (norm): Likewise.
32099         (denorm): Likewise.
32100         (dbl_mp): Likewise.
32101         (sub_magnitudes): Likewise.
32102         (__add): Likewise.
32103         (__sub): Likewise.
32104         (__mul): Likewise.
32105         (__inv): Likewise.
32106         (__dvd): Likewise.
32108         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32109         instead of __mul.
32110         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32111         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32112         (cc32): Likewise.
32114         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32115         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32116         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32117         of __mul for squares.
32118         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32119         function
32120         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32121         Likewise.
32122         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32123         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32125 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32127         [BZ #13550]
32128         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32129         code.
32130         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32131         prototype or function definition.  Rename ubp_* variables and
32132         parameters.  Remove argv definitions conditional on
32133         [__BOUNDED_POINTERS__].
32134         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32135         * elf/dl-runtime.c (_dl_fixup): Likewise.
32136         * include/set-hooks.h (RUN_HOOK): Likewise.
32137         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32138         definition.
32139         * string/strcpy.c (strcpy): Do not use __unbounded.
32140         * sysdeps/generic/frame.h (struct layout): Likewise.
32141         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32142         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32143         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32144         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32145         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32146         (__backtrace): Likewise.
32147         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32148         use __ptrvalue.
32149         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32150         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32151         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32152         Likewise.
32153         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32154         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32155         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32156         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32157         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32158         Do not use __unbounded.
32159         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32160         Rename __unboundedrlimits parameter to rlimits in prototype.
32161         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32162         Do not use __unbounded.
32163         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32164         not use __ptrvalue.
32165         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32166         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32167         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32168         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32169         __ptrvalue or __unbounded.
32170         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32171         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32172         use __unbounded.
32173         (__new_msgctl): Do not use __ptrvalue.
32174         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32175         __unbounded.
32176         (__libc_msgrcv): Do not use __ptrvalue.
32177         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32178         startup_info): Do not use __unbounded.
32179         (__libc_start_main): Likewise.  Rename ubp_* variables and
32180         parameters.  Remove argv definitions conditional on
32181         [__BOUNDED_POINTERS__].
32182         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32183         __ptrvalue.
32184         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32185         use __unbounded.
32186         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32187         or __ptrvalue.
32188         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32189         use __unbounded.
32190         (__new_shmctl): Do not use __ptrvalue.
32191         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32192         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32193         Likewise.
32194         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32195         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32196         (__libc_sigaction): Likewise.
32197         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32198         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32199         Likewise.
32200         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32202 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32204         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32206         * string/mempcpy.c: Implement by calling memcpy.
32208 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32210         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32212         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32213         evaluation.
32215         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32216         values in the mantissa.
32218         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32219         minimize writes to Z.
32220         (sub_magnitudes): Simplify code a bit.
32222 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32224         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32225         from the message.  The linker prefixes all warnings with that already.
32227 2013-02-12  Andreas Schwab  <schwab@suse.de>
32229         [BZ #15078]
32230         * posix/regexec.c (extend_buffers): Add parameter min_len.
32231         (check_matching): Pass minimum needed length.
32232         (clean_state_log_if_needed): Likewise.
32233         (get_subexp): Likewise.
32234         * posix/Makefile (tests): Add bug-regex34.
32235         (bug-regex34-ENV): Define.
32236         * posix/bug-regex34.c: New file.
32238         [BZ #11561]
32239         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32240         elements compare against the byte sequence of it, not its name.
32241         * posix/Makefile (tests): Add bug-regex35.
32242         (bug-regex35-ENV): Define.
32243         * posix/bug-regex35.c: New file.
32245 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32247         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32248         comment.
32249         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32250         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32251         (CHECK_EOL): Add undef.
32253 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32255         * bits/stdlib-bsearch.h: New file.
32256         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32257         * stdlib/stdlib.h: Likewise.
32259 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32261         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32262         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32263         declaration.
32264         * manual/search.texi (Array Search Function): Add missing const in
32265         lfind prototype.
32266         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32267         declaration to use rlim_t.
32268         (Basic Scheduling Functions): Remove erroneous const from
32269         sched_getparam prototype.  Remove erroneous * from
32270         sched_get_priority_max and sched_get_priority_min prototypes.
32271         (Resource Usage): Fix summary @comment on vtimes to refer to
32272         sys/vtimes.h rather than vtimes.h.
32273         Add missing *s in vtimes prototype.
32274         (Limits on Resources): Fix ulimit prototype to return long int.
32275         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32276         prototypes to use long int rather than double.
32277         (BSD Random): Fix initstate and setstate to use char *, not void *.
32278         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32279         prototype to make second argument 'struct aiocb64 *const[]'.
32280         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32281         (Status of AIO Operations): Remove erroneous const in aio_return and
32282         aio_return64 prototypes.
32283         (Synchronizing I/O): Fix sync prototype to return void.
32284         * manual/startup.texi (Suboptions): Remove an erroneous const in
32285         getsubopt prototype.
32286         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32287         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32288         use size_t rather than int.
32289         (Scanning All Users): Likewise for getpwent_r.
32290         (Setting Groups): Add missing const to setgroups prototype.
32291         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32292         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32293         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32294         'const void *' rather than 'const char *'.
32295         (Host Address Functions): Likewise for inet_ntop.
32296         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32297         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32298         ssize_t for return value.
32299         (Sending Data): Likewise for send, sendto, sendmsg.
32300         (Socket Option Functions): Add a missing const in setsockopt prototype.
32301         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32302         use wchar_t for the argument.
32303         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32304         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32305         take no arguments.
32306         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32307         double/float/long double for second argument.
32308         Fix return types of significand, significandf, significandl.
32309         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32310         argument in fchmod prototype.
32311         (File Owner): Use uid_t and gid_t in fchown prototype.
32312         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32313         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32314         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32315         use 'const struct dirent **' as argument types to CMP function pointer
32316         argument.
32317         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32318         (File Times): Fix summary magic @comment for struct utimbuf and utime
32319         to refer to utime.h, not time.h.
32320         * manual/string.texi (Argz Functions): Add missing const in
32321         argz_extract and argz_next prototypes.
32322         (Finding Tokens in a String): Likewise for basename.
32323         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32324         (Copying and Concatenation): Fix typo in wmemmove prototype.
32325         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32326         (Signal Stack): Remove erroneous const in sigstack prototype.
32327         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32328         prototype.
32329         (Simple Calendar Time): Likewise for stime.
32330         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32331         prototype.
32332         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32333         say sys/sysctl.h instead.
32334         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32335         and vsyslog prototypes.
32337 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32339         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32340         Remove.
32342 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32344         * misc/sys/mman.h: Fix typo in mremap comment.
32346 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32348         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32349         the '\0' terminator.
32351 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32353         [BZ #13550]
32354         * debug/segfault.c: Don't include <bp-checks.h>.
32355         * sysdeps/generic/bp-checks.h: Remove file.
32356         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32357         (__GETDENTS): Don't use CHECK_N.
32358         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32359         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32360         (__getgroups): Don't use CHECK_N.
32361         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32362         (setgroups): Don't use CHECK_N.
32363         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32364         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32365         (__libc_msgrcv): Don't use CHECK_N.
32366         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32367         (__libc_msgsnd): Don't use CHECK_N.
32368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32369         <bp-checks.h>.
32370         (__libc_pread): Don't use CHECK_N.
32371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32372         include <bp-checks.h>.
32373         (__libc_pread64): Don't use CHECK_N.
32374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32375         include <bp-checks.h>.
32376         (__libc_pwrite): Don't use CHECK_N.
32377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32378         include <bp-checks.h>.
32379         (__libc_pwrite64): Don't use CHECK_N.
32380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32381         <bp-checks.h>.
32382         (__libc_pread): Don't use CHECK_N.
32383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32384         include <bp-checks.h>.
32385         (__libc_pread64): Don't use CHECK_N.
32386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32387         include <bp-checks.h>.
32388         (__libc_pwrite): Don't use CHECK_N.
32389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32390         include <bp-checks.h>.
32391         (__libc_pwrite64): Don't use CHECK_N.
32392         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32393         (do_pread): Don't use CHECK_N.
32394         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32395         (do_pread64): Don't use CHECK_N.
32396         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32397         (do_pwrite): Don't use CHECK_N.
32398         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32399         (do_pwrite64): Don't use CHECK_N.
32400         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32401         (__libc_readv): Don't use CHECK_N.
32402         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32403         (semop): Don't use CHECK_N.
32404         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32405         <bp-checks.h>.
32406         (semtimedop): Don't use CHECK_N.
32407         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32408         (__libc_pread): Don't use CHECK_N.
32409         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32410         <bp-checks.h>.
32411         (__libc_pread64): Don't use CHECK_N.
32412         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32413         <bp-checks.h>.
32414         (__libc_pwrite): Don't use CHECK_N.
32415         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32416         <bp-checks.h>.
32417         (__libc_pwrite64): Don't use CHECK_N.
32418         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32419         <bp-checks.h>.
32420         (__libc_msgrcv): Don't use CHECK_N.
32421         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32422         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32423         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32424         (__libc_writev): Don't use CHECK_N.
32426 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32428         * string/strcpy.c: Removed unused variable.
32430         * Makeconfig (+sysdep-includes): Define with := rather than =.
32431         Use an existing include/ subdir of each sysdeps dir before it.
32433 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32435         * nscd/connection.c (register_traced_file): Comment function.
32436         [HAVE_INOTIFY] (union __inev): Define.
32437         [HAVE_INOTIFY] (inotify_check_files): New function.
32438         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32439         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32440         clear_db_cache.
32441         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32443 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32445         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32446         loaded if not already and that a failure is permanent.
32448 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32450         [BZ #15006]
32451         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32452         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32454 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32456         [BZ #13550]
32457         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32458         (CHECK_1_NULL_OK): Likewise.
32459         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32460         (__fxstat): Do not use CHECK_1.
32461         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32462         <bp-checks.h>.
32463         (___fxstat64): Do not use CHECK_1.
32464         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32465         <bp-checks.h>.
32466         (__fxstatat): Do not use CHECK_1.
32467         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32468         <bp-checks.h>.
32469         (__fxstatat64): Do not use CHECK_1.
32470         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32471         <bp-checks.h>.
32472         (__fxstat): Do not use CHECK_1.
32473         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32474         <bp-checks.h>.
32475         (__fxstatat): Do not use CHECK_1.
32476         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32477         <bp-checks.h>.
32478         (__getresgid): Do not use CHECK_1.
32479         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32480         <bp-checks.h>.
32481         (__getresuid): Do not use CHECK_1.
32482         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32483         <bp-checks.h>.
32484         (__lxstat): Do not use CHECK_1.
32485         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32486         <bp-checks.h>.
32487         (__old_msgctl): Do not use CHECK_1.
32488         (__new_msgctl): Likewise.
32489         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32490         <bp-checks.h>.
32491         (__new_setrlimit): Do not use CHECK_1.
32492         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32493         <bp-checks.h>.
32494         (__old_shmctl): Do not use CHECK_1.
32495         (__new_shmctl): Likewise.
32496         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32497         <bp-checks.h>.
32498         (__xstat): Do not use CHECK_1.
32499         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32500         (__lxstat): Do not use CHECK_1.
32501         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32502         <bp-checks.h>.
32503         (___lxstat64): Do not use CHECK_1.
32504         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32505         (__old_msgctl): Do not use CHECK_1.
32506         (__new_msgctl): Likewise.
32507         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32508         <bp-checks.h>.
32509         (__gettimeofday): Do not use CHECK_1.
32510         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32511         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32512         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32513         <bp-checks.h>.
32514         (__gettimeofday): Do not use CHECK_1.
32515         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32516         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32517         (__new_shmctl): Do not use CHECK_1.
32518         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32519         <bp-checks.h>.
32520         (do_sigtimedwait): Do not use CHECK_1.
32521         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32522         <bp-checks.h>.
32523         (do_sigwaitinfo): Do not use CHECK_1.
32524         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32525         <bp-checks.h>.
32526         (msgctl): Do not use CHECK_1.
32527         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32528         <bp-checks.h>.
32529         (shmctl): Do not use CHECK_1.
32530         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32531         (ustat): Do not use CHECK_1.
32532         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32533         <bp-checks.h>.
32534         (__fxstat): Do not use CHECK_1.
32535         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32536         <bp-checks.h>.
32537         (__fxstatat): Do not use CHECK_1.
32538         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32539         <bp-checks.h>.
32540         (__lxstat): Do not use CHECK_1.
32541         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32542         <bp-checks.h>.
32543         (__xstat): Do not use CHECK_1.
32544         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32545         (__xstat): Do not use CHECK_1.
32546         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32547         (___xstat64): Do not use CHECK_1.
32549         [BZ #13550]
32550         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32551         definitions.
32552         (CHECK_BOUNDS_HIGH): Likewise.
32553         * string/strcpy.c: Do not include <bp-checks.h>.
32554         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32556 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32558         * nscd/nscd-client.h (__nscd_drop_map_ref):
32559         Add __attribute__ ((unused)).
32560         * nis/nss-nisplus.h (niserr2nss): Likewise.
32562         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32563         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32565         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32566         Remove inline keyword.
32567         * include/rounding-mode.h (round_away): Likewise.
32568         * libio/wfileops.c (adjust_wide_data): Likewise.
32569         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32570         (__m128i_strloadu_tolower): Likewise.
32571         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32572         (__m128i_strloadu_tolower): Likewise.
32573         * time/mktime.c (ydhms_diff): Likewise.
32574         * locale/elem-hash.h (elem_hash): Likewise.
32575         * locale/setlocale.c (setdata): Likewise.
32576         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32577         (re_string_wchar_at): Likewise.
32578         (bitset_not, bitset_merge, bitset_mask): Likewise.
32579         [!(__GNUC__ > 3)] (inline): Remove macro.
32580         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32581         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32582         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32583         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32584         * string/memcmp.c (memcmp_bytes): Likewise.
32585         * locale/programs/locarchive.c (compute_hashval): Likewise.
32586         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32587         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32588         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32589         * nss/getent.c (print_rpc, print_protocols): Likewise.
32590         (print_passwd, print_group, print_aliases): Likewise.
32591         * nis/nss-nisplus.h (niserr2nss): Likewise.
32592         * nscd/connections.c (restart_p): Likewise.
32593         Change return type to bool.
32595 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32597         * Makeconfig (all-Depend-files): Add existing
32598         $(sorted-subdirs:=/Depend) files.
32599         (all-subdirs): Remove nss.
32600         * sysdeps/unix/inet/Subdirs: Add it here instead.
32601         * hesiod/Depend: New file.
32603         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32604         instead of calling alloca.
32606         * io/lseek.c (__lseek): Rename to __libc_lseek.
32607         Define __lseek as an alias.
32609         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32611 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32613         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32614         else clause and remove check for non-standard endianness.
32616 2013-02-04  David S. Miller  <davem@davemloft.net>
32618         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32620 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32622         [BZ #13550]
32623         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32624         (__ubp_memchr): Remove prototype.
32625         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32626         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32627         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32628         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32629         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32630         Remove alias.
32631         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32632         (__ubp_memchr): Likewise.
32633         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32634         (__ubp_memchr): Likewise.
32635         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32636         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32637         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32638         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32639         CHECK_STRING.
32640         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32641         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32642         (__getcwd): Do not use CHECK_STRING.
32643         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32644         <bp-checks.h>.
32645         (__real_chown): Do not use CHECK_STRING.
32646         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32647         <bp-checks.h>.
32648         (fchownat): Do not use CHECK_STRING.
32649         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32650         CHECK_STRING.
32651         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32652         <bp-checks.h>.
32653         (__lchown): Do not use CHECK_STRING.
32654         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32655         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32656         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32657         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32659         include <bp-checks.h>.
32660         (truncate64): Do not use CHECK_STRING.
32661         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32662         <bp-checks.h>.
32663         (__real_chown): Do not use CHECK_STRING.
32664         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32665         <bp-checks.h>.
32666         (__lchown): Do not use CHECK_STRING.
32667         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32668         <bp-checks.h>.
32669         (__chown): Do not use CHECK_STRING.
32670         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32671         <bp-checks.h>.
32672         (truncate64): Do not use CHECK_STRING.
32673         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32674         Likewise.
32675         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32676         (__xmknod): Do not use CHECK_STRING.
32677         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32678         <bp-checks.h>.
32679         (__xmknodat): Do not use CHECK_STRING.
32680         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32681         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32683 2013-02-04  Andreas Schwab  <schwab@suse.de>
32685         [BZ #14142]
32686         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32687         * include/netdb.h: Likewise for h_errno.
32688         * elf/tst-stackguard1.c: Include <tls.h>.
32690 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32692         * elf/link.h (struct link_map): Extend the l_addr comment.
32693         * include/link.h (struct link_map): Likewise.
32695 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32697         [BZ #13550]
32698         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32699         (BOUNDED_1): Remove macro.
32700         * debug/backtrace.c: Don't include <bp-checks.h>.
32701         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32702         (__backtrace): Likewise.
32703         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32704         <bp-checks.h>.
32705         (__backtrace): Don't use BOUNDED_1.
32706         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32707         <bp-checks.h>.
32708         (__backtrace): Don't use BOUNDED_1.
32709         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32710         (__backtrace): Don't use BOUNDED_1.
32711         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32712         (shmat): Don't use BOUNDED_N.
32714 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32716         [BZ #13550]
32717         * sysdeps/generic/bp-start.h: Remove file.
32718         * csu/libc-start.c: Don't include <bp-start.h>.
32719         (LIBC_START_MAIN): Set up __environ directly instead of using
32720         INIT_ARGV_and_ENVIRON.
32721         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32722         <bp-start.h>.
32724         [BZ #13550]
32725         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32726         definitions.
32727         (CHECK_FCNTL): Likewise.
32728         (CHECK_N_PAGES): Likewise.
32730         [BZ #13550]
32731         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32732         definitions.
32733         (CHECK_SIGSET_NULL_OK): Likewise.
32734         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32735         <bp-checks.h>.
32736         (sigpending): Don't use CHECK_SIGSET.
32737         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32738         <bp-checks.h>.
32739         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32740         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32741         <bp-checks.h>.
32742         (do_sigsuspend): Don't use CHECK_SIGSET.
32743         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32744         use CHECK_SIGSET.
32745         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32746         (do_sigwait): Don't use CHECK_SIGSET.
32747         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32748         use CHECK_SIGSET.
32749         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32750         include <bp-checks.h>.
32751         (sigpending): Don't use CHECK_SIGSET.
32752         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32753         include <bp-checks.h>.
32754         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32755         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32756         <bp-checks.h>.
32757         (sigpending): Don't use CHECK_SIGSET.
32758         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32759         <bp-checks.h>.
32760         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32762         [BZ #13550]
32763         * sysdeps/generic/bp-semctl.h: Remove file.
32764         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32765         <bp-checks.h> and <bp-semctl.h>.
32766         (__old_semctl): Don't use CHECK_SEMCTL.
32767         (__new_semctl): Likewise.
32768         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32769         and <bp-semctl.h>.
32770         (__old_semctl): Don't use CHECK_SEMCTL.
32771         (__new_semctl): Likewise.
32772         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32773         <bp-checks.h> and <bp-semctl.h>.
32774         (__old_semctl): Don't use CHECK_SEMCTL.
32775         (__new_semctl): Likewise.
32776         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32777         <bp-checks.h> and <bp-semctl.h>.
32778         (semctl): Don't use CHECK_SEMCTL.
32780         [BZ #13550]
32781         * Makerules (elide-bp-thunks): Remove variable.
32782         (elide-routines.oS): Don't use $(elide-bp-thunks).
32783         (elide-routines.os): Likewise.
32784         (elide-routines.o): Likewise.
32785         (elide-routines.op): Likewise.
32786         (elide-routines.og): Likewise.
32787         (objects): Don't use $(bp-thunks).
32788         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32789         include.
32790         (common-generated): Do not add s-proto-bp.d.
32791         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32792         (int): Likewise.
32793         (typ): Likewise.
32794         Do not generate makefile rules for bounded-pointer thunks.
32795         * sysdeps/generic/bp-thunks.h: Remove file.
32796         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32797         * sysdeps/unix/s-proto-bp.S: Likewise.
32799         [BZ #15062]
32800         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32801         parts of result separately when argument is not close to line from
32802         -i to i and one part of argument is small.
32803         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32804         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32805         * math/libm-test.inc (cacos_test): Add more tests.
32806         (casin_test): Likewise.
32807         (casinh_test): Likewise.
32808         * sysdeps/i386/fpu/libm-test-ulps: Update.
32809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32811 2013-01-31  David S. Miller  <davem@davemloft.net>
32813         * po/de.po: Update from translation team.
32815 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32817         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32819 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32821         * configure.in (_AC_PROG_CC_C89): New definition.
32822         * configure: Regenerate.
32824         * configure.in (AC_PROG_CPP): New definition.
32825         * configure: Regenerate.
32827 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32829         * debug/tst-backtrace.h: New file.
32830         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32831         (ret): Remove variable.
32832         (x): Likewise.
32833         (FAIL): Remove macro.
32834         (NO_INLINE): Likewise.
32835         (fn1): Use match function instead of strstr.
32836         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32837         (ret): Remove variable.
32838         (x): Likewise.
32839         (FAIL): Remove macro.
32840         (NO_INLINE): Likewise.
32841         (fn): Use match function instead of strstr.
32842         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32843         (ret): Remove variable.
32844         (x): Likewise.
32845         (FAIL): Remove macro.
32846         (NO_INLINE): Likewise.
32847         (handle_signal): Use match function instead of strstr.
32848         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32849         (ret): Remove variable.
32850         (x): Likewise.
32851         (FAIL): Remove macro.
32852         (NO_INLINE): Likewise.
32853         (handle_signal): Use match function instead of strstr.
32855 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32857         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32859 2013-01-23  David S. Miller  <davem@davemloft.net>
32861         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32862         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32863         argument of CAS if possible.
32864         * sysdeps/sparc/sparc64/bits/atomic.h
32865         (__arch_compare_and_exchange_val_32_acq): Likewise.
32866         (__arch_compare_and_exchange_val_64_acq): Likewise.
32868 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32870         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32871         * sysdeps/posix/ulimit.c: ... this.
32872         Include <limits.h>.
32873         * sysdeps/unix/bsd/ulimit.c: Remove file.
32875 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32877         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32878         (LDFLAGS-tst-array5): Likewise.
32880 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32882         [BZ #15036]
32883         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32884         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32885         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32886         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32888 2013-01-21  David S. Miller  <davem@davemloft.net>
32890         * sysdeps/sparc/backtrace.c: New file.
32891         * sysdeps/sparc/sparc32/backtrace.h: New file.
32892         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32893         * sysdeps/sparc/sparc64/backtrace.h: New file.
32894         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32895         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32896         -funwind-tables.
32898 2013-01-21  Andreas Schwab  <schwab@suse.de>
32900         [BZ #15020]
32901         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32902         closed its stdout.
32904 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32906         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32907         "mpa2.h".
32908         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32910 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32911             Mark Mitchell  <mark@codesourcery.com>
32912             Tom de Vries  <tom@codesourcery.com>
32913             Paul Pluzhnikov  <ppluzhnikov@google.com>
32915         * debug/tst-backtrace2.c: New file.
32916         * debug/tst-backtrace3.c: Likewise.
32917         * debug/tst-backtrace4.c: Likewise.
32918         * debug/tst-backtrace5.c: Likewise.
32919         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32920         (CFLAGS-tst-backtrace3.c): Likewise.
32921         (CFLAGS-tst-backtrace4.c): Likewise.
32922         (CFLAGS-tst-backtrace5.c): Likewise.
32923         (LDFLAGS-tst-backtrace2): Likewise.
32924         (LDFLAGS-tst-backtrace3): Likewise.
32925         (LDFLAGS-tst-backtrace4): Likewise.
32926         (LDFLAGS-tst-backtrace5): Likewise.
32927         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32928         tst-backtrace4 and tst-backtrace5.
32930 2013-01-18  Anton Blanchard  <anton@samba.org>
32931             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32933         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32934         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32935         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32936         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32938         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32939         "+r" and remove output regs list as redundant.  Add explicit inline
32940         asm to specify register of return val to work around compiler codegen
32941         bug.  Remove (int) cast on return value.  Add return type parameter to
32942         use in macro so that this macro does not truncate return value for
32943         64-bit values.
32944         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32945         pass to INTERNAL_VSYSCALL_NCS.
32946         (INLINE_VSYSCALL): Add 'long int' as return type to
32947         INTERNAL_VSYSCALL_NCS macro invocation.
32948         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32949         INTERNAL_VSYSCALL_NCS macro invocation.
32950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32952 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32954         [BZ #14496]
32955         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32956         Fix application of SIMD FP exception mask.
32958         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32959         mp_no from a power of two.
32960         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32961         __mpexp_twomm1.  Use __pow_mp.
32963         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32964         multiplication.
32966 2013-01-17  David S. Miller  <davem@davemloft.net>
32968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32970 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32972         [BZ #15023]
32973         * include/complex.h: Condition contents on [!_COMPLEX_H].
32974         (__kernel_casinhf): New prototype.
32975         (__kernel_casinh): Likewise.
32976         (__kernel_casinhl): Likewise.
32977         * math/Makefile (libm_calls): Add k_casinh.
32978         * math/k_casinh.c: New file.
32979         * math/k_casinhf.c: Likewise.
32980         * math/k_casinhl.c: Likewise.
32981         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32982         finite nonzero arguments.
32983         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32984         finite nonzero arguments.
32985         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32986         finite nonzero arguments.
32987         * math/s_casinh.c: Do not include <float.h>.
32988         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32989         * math/s_casinhf.c: Do not include <float.h>.
32990         (__casinhf): Move code for finite nonzero arguments to
32991         k_casinhf.c.
32992         * math/s_casinhl.c: Do not include <float.h>.
32993         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32994         redefine.
32995         (__casinhl): Move code for finite nonzero arguments to
32996         k_casinhl.c.
32997         * math/libm-test.inc (cacos_test): Add more tests.
32998         * sysdeps/i386/fpu/libm-test-ulps: Update.
32999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33001 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33003         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33004         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33005         [!HAVE_MREMAP]: Remove [defined linux] case.
33006         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33008 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33010         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33012 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33014         * elf/elf.h (R_386_SIZE32): New relocation.
33015         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33016         R_386_SIZE32.
33017         (elf_machine_rela): Likewise.
33018         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33019         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33021 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33023         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33024         (FP_FAST_FMA): Do not define.
33025         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33026         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33027         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33028         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33029         !_SOFT_FLOAT]: Likewise.
33030         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33031         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33032         value.
33033         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33034         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33035         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33036         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33037         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33038         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33039         file.
33041 2013-01-16  Andreas Schwab  <schwab@suse.de>
33043         [BZ #14327]
33044         * include/stdlib.h (__mktemp): Add declaration.
33045         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33046         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33048 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33050         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33051         definitions.
33052         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33053         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33054         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33055         definitions here.
33056         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33057         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33058         definitions.
33059         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33060         and ONE.
33061         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33062         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33063         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33064         definitions.
33065         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33066         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33067         definitions.
33068         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33070         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33072 2013-01-15  David S. Miller  <davem@davemloft.net>
33074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33075         trunc{,f} to libm-sysdep_routes.
33076         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33078         file.
33079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33081         file.
33082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33083         file.
33084         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33085         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33086         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33087         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33088         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33089         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33090         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33091         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33094         nearbyint{,f} to libm-sysdep_routes.
33095         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33097         New file.
33098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33099         file.
33100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33101         New file.
33102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33103         file.
33104         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33105         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33106         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33107         file.
33108         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33109         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33110         file.
33111         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33112         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33113         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33115         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33116         libc_feholdexcept and libc_fesetenv.
33118 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33120         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33122 2013-01-14  David S. Miller  <davem@davemloft.net>
33124         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33125         (SPARC_ASM_VIS2_IFUNC): Likewise.
33126         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33128         use of 'siam' instruction.
33129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33130         Likewise.
33131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33132         Likewise.
33133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33134         Likewise.
33135         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33136         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33137         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33138         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33140         file.
33141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33142         file.
33143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33144         file.
33145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33146         file.
33147         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33148         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33149         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33150         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33152         new VIS2 routines.
33153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33156         Likewise.
33157         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33158         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33159         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33160         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33162         routines to libm-sysdep_routines.
33163         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33166         fdim/fdimf to libm-sysdep_routines.
33167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33168         file.
33169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33171         file.
33172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33173         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33175         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33176         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33177         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33178         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33180 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33182         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33183         to optimize copies.
33185         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33186         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33187         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33189         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33190         local variable MPTWO.
33191         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33192         Likewise.
33194 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33196         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33197         GLOB_NOESCAPE.
33199 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33201         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33203 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33205         * manual/pattern.texi (glob_t): Document gl_flags.
33206         (glob64_t): Likewise.
33208 2013-01-11  David S. Miller  <davem@davemloft.net>
33210         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33211         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33212         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33213         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33214         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33215         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33216         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33217         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33218         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33219         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33220         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33221         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33222         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33224         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33225         sparc V9 rather than using V8 code.
33226         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33227         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33229         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33230         Move to...
33231         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33232         Here.
33234 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33236         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33237         not in the main loop.
33238         * configure: Regenerated.
33240 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33242         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33243         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33244         to just #else.
33245         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33246         [!__GLIBC_HAVE_LONG_LONG] case.
33247         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33248         condition to just #else.
33249         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33250         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33251         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33252         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33253         unconditional.
33254         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33255         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33256         #elif condition to just #else.
33257         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33258         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33259         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33260         #elif condition to just #else.
33262 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33264         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33265         (EF_MIPS_ARCH_64): Fix value.
33266         (EF_MIPS_ARCH_32R2): New.
33267         (EF_MIPS_ARCH_64R2): New.
33269 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33271         * Makeconfig (+link-pie-before-libc): New.
33272         (+link-pie-after-libc): Likewise.
33273         (+link-pie-tests): Likewise.
33274         (+link-pie): Rewritten.
33275         (link-before-libc): Remove $(config-LDFLAGS).
33276         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33277         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33278         (config-LDFLAGS): Renamed to ...
33279         (rtld-LDFLAGS): This.
33280         (rtld-tests-LDFLAGS): New macro.
33281         (link-libc-rpath-link): Likewise.
33282         (link-libc-tests-rpath-link): Likewise.
33283         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33284         (link-libc): Prepand $(link-libc-rpath-link).
33285         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33286         (test-program-prefix): New macro.
33287         (test-via-rtld-prefix): Likewise.
33288         (test-program-cmd): Likewise.
33289         (host-test-program-cmd): Likewise.
33290         * Makefile ($(common-objpfx)testrun.sh): Replace
33291         $(run-program-prefix) with $(test-program-prefix).
33292         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33293         $(rtld-LDFLAGS).
33294         ($(common-objpfx)shlib.lds): Likewise.
33295         (build-module-helper): Likewise.
33296         ($(common-objpfx)format.lds): Likewise.
33297         * Rules (binaries-pie-tests): New.
33298         (binaries-pie-notests): Likewise.
33299         (binaries-pie): Rewritten.
33300         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33301         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33302         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33303         (make-test-out): Replace $(host-built-program-cmd) with
33304         $(host-test-program-cmd).
33305         * config.make.in (build-hardcoded-path-in-tests): New variable.
33306         * configure.in (--enable-hardcoded-path-in-tests): New configure
33307         option.
33308         (hardcoded_path_in_tests): New AC_SUBST.
33309         * configure: Regenerated.
33310         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33311         $(built-program-cmd) with $(test-program-cmd).
33312         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33313         (test_program_cmd): This.
33314         * elf/Makefile ($(objpfx)order.out): Run test with
33315         $(test-program-prefix).
33316         ($(objpfx)order2.out): Likewise.
33317         ($(objpfx)tst-initorder.out): Likewise.
33318         ($(objpfx)tst-initorder2.out): Likewise.
33319         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33320         $(test-program-cmd).
33321         ($(objpfx)tst-array1-static.out): Likewise.
33322         ($(objpfx)tst-array2.out): Likewise.
33323         ($(objpfx)tst-array3.out): Likewise.
33324         ($(objpfx)tst-array4.out): Likewise.
33325         ($(objpfx)tst-array5.out): Likewise.
33326         ($(objpfx)tst-array5-static.out): Likewise.
33327         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33328         $(test-program-cmd).
33329         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33330         $(run-program-prefix) with $(test-program-prefix).
33331         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33332         (test_program_prefix): This.
33333         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33334         $(run-program-prefix) with $(test-program-prefix).
33335         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33336         (test_program_prefix): This.
33337         * iconvdata/tst-tables.sh: Likewise.
33338         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33339         $(run-program-prefix) with $(test-program-prefix).
33340         ($(objpfx)tst-translit.out): Likewise.
33341         ($(objpfx)tst-gettext2.out): Likewise.
33342         ($(objpfx)tst-gettext4.out): Likewise.
33343         ($(objpfx)tst-gettext6.out): Likewise.
33344         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33345         (test_program_prefix): This.
33346         * intl/tst-gettext2.sh: Likewise.
33347         * intl/tst-gettext4.sh  Likewise.
33348         * intl/tst-gettext6.sh: Likewise.
33349         * intl/tst-translit.sh: Likewise.
33350         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33351         with $(test-program-cmd).
33352         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33353         $(run-program-prefix) with $(test-program-prefix).
33354         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33355         (test_program_prefix): This.
33356         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33357         $(run-program-prefix) with $(test-program-prefix).
33358         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33359         (test_program_prefix): This.
33360         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33361         * posix/Makefile ($(objpfx)globtest.out): Replace
33362         $(run-via-rtld-prefix) and $(test-wrapper) with
33363         $(test-program-prefix) and $(test-via-rtld-prefix).
33364         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33365         $(test-program-prefix).
33366         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33367         $(host-test-program-cmd).
33368         (tst-spawn-ARGS): Likewise.
33369         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33370         $(test-program-prefix).
33371         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33372         (test_via_rtld_prefix): This.
33373         (test_wrapper): Renamed to ...
33374         (test_program_prefix): This.
33375         (run_program_prefix): Replaced by test_program_prefix.
33376         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33377         (test_program_prefix): This.
33378         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33379         with $(host-test-program-cmd).
33380         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33381         $(run-program-prefix) with $(test-program-prefix).
33382         ($(objpfx)tst-printf.out): Likewise.
33383         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33384         $(test-program-cmd).
33385         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33386         (test_program_prefix): This.
33387         * stdio-common/tst-unbputc.sh: Likewise.
33388         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33389         $(run-program-prefix) with $(test-program-prefix).
33390         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33391         (test_program_prefix): This.
33392         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33393         $(built-program-cmd) with $(test-program-cmd).
33395 2013-01-11  Andreas Jaeger  <aj@suse.de>
33397         [BZ #15003]
33398         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33399         value. Sync with Linux 3.7.
33401 2013-01-10  David S. Miller  <davem@davemloft.net>
33403         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33404         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33405         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33407 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33409         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33410         never set.
33411         * configure: Regenerated.
33413 2013-01-10  David S. Miller  <davem@davemloft.net>
33415         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33416         sparc V9 rather than using V8 code.
33417         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33418         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33420 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33422         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33423         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33424         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33425         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33426         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33427         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33428         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33429         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33430         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33431         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33432         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33433         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33434         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33435         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33436         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33437         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33438         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33439         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33440         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33441         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33442         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33443         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33444         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33445         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33446         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33447         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33448         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33450 2013-01-10  David S. Miller  <davem@davemloft.net>
33452         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33454 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33456         * posix/Makefile (tests-static): New variable.
33457         (tests): Add $(tests-static).
33458         (tst-exec-static-ARGS): New variable.
33459         (tst-spawn-static-ARGS): Likewise.
33460         * posix/tst-exec-static.c: New file.
33461         * posix/tst-spawn-static.c: Likewise.
33462         * posix/tst-exec.c: Support run directly.
33463         * posix/tst-spawn.c: Likewise.
33465 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33467         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33468         long.
33469         * math/bits/mathcalls.h (llrint): Likewise.
33470         (llround): Likewise.
33471         * stdlib/stdlib.h (struct drand48_data): Likewise.
33472         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33473         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33474         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33475         Likewise.
33476         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33477         Likewise.
33478         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33479         (elf_greg_t): Likewise.
33480         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33481         (__jmp_buf): Likewise.
33482         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33483         definitions.
33484         (llrint): Likewise, for all definitions.
33485         (llrintl): Likewise.
33487         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33488         Remove [__GNUC__] condition.
33489         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33490         condition to just [__USE_ISOC99].
33491         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33493 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33495         [BZ #14200]
33496         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33497         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33498         defined.
33499         (_POSIX_V6_ILP32_OFF32): Likewise.
33500         (_XBS5_ILP32_OFF32): Likewise.
33501         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33502         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33504 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33506         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33508         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33509         doubles __mpexp_twomm1.  Adjust usage.
33510         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33511         Remove.
33513 2013-01-10  Andreas Schwab  <schwab@suse.de>
33515         [BZ #14964]
33516         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33517         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33519 2013-01-09  David S. Miller  <davem@davemloft.net>
33521         [BZ #15003]
33522         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33523         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33524         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33525         (TCP_FASTOPEN): Define.
33526         (tcp_repair_opt): New structure.
33527         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33528         enum values.
33529         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33530         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33531         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33532         (tcp_cookie_transactions): New structure.
33534 2013-01-09  Anton Blanchard  <anton@samba.org>
33536         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33537         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33538         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33539         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33541 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33543         * include/features.h (__USE_ANSI): Remove.
33545 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33547         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33549         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33551 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33553         * sysdeps/s390/fpu/libm-test-ulps: Update.
33555         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33557         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33558         (__acr): Likewise.
33559         (__cpy): Likewise.
33560         (norm): Likewise.
33561         (denorm): Likewise.
33562         (__mp_dbl): Likewise.
33563         (__dbl_mp): Likewise.
33564         (add_magnitudes): Likewise.
33565         (sub_magnitudes): Likewise.
33566         (__add): Likewise.
33567         (__sub): Likewise.
33568         (__mul): Likewise.
33569         (__inv): Likewise.
33570         (__dvd): Likewise.
33571         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33572         (__acr): Likewise.
33573         (__cpy): Likewise.
33574         (norm): Likewise.
33575         (denorm): Likewise.
33576         (__mp_dbl): Likewise.
33577         (__dbl_mp): Likewise.
33578         (add_magnitudes): Likewise.
33579         (sub_magnitudes): Likewise.
33580         (__add): Likewise.
33581         (__sub): Likewise.
33582         (__mul): Likewise.
33583         (__inv): Likewise.
33584         (__dvd): Likewise.
33585         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33586         (__acr): Likewise.
33587         (__cpy): Likewise.
33588         (norm): Likewise.
33589         (denorm): Likewise.
33590         (__mp_dbl): Likewise.
33591         (__dbl_mp): Likewise.
33592         (add_magnitudes): Likewise.
33593         (sub_magnitudes): Likewise.
33594         (__add): Likewise.
33595         (__sub): Likewise.
33596         (__mul): Likewise.
33597         (__inv): Likewise.
33598         (__dvd): Likewise.
33600 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33602         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33603         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33604         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33605         2 && __USE_EXTERN_INLINES]: Likewise.
33607 2013-01-08  Andreas Jaeger  <aj@suse.de>
33609         [BZ# 14985]
33610         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33611         Remove.
33612         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33613         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33615 2013-01-07  Anton Blanchard  <anton@samba.org>
33617         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33618         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33619         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33620         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33621         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33622         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33623         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33624         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33625         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33626         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33627         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33628         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33629         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33630         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33631         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33632         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33633         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33634         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33635         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33636         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33637         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33638         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33639         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33640         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33641         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33642         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33643         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33644         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33645         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33646         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33647         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33648         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33649         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33650         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33651         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33652         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33653         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33654         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33655         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33656         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33657         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33658         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33659         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33661 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33663         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33664         (__MALLOC_PMT): Likewise.
33665         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33666         [__GNUC__], only on [_LIBC].
33667         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33668         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33669         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33670         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33671         forward declaration.
33672         (realloc_hook_ini): Likewise.
33673         (memalign_hook_ini): Likewise.
33674         (__libc_memalign): Do not use __MALLOC_PMT in variable
33675         declaration.
33676         (__libc_valloc): Likewise.
33677         (__libc_pvalloc): Likewise.
33678         (__libc_calloc): Likewise.
33679         (__posix_memalign): Likewise.
33681         [BZ #14996]
33682         * math/s_casinh.c: Include <float.h>.
33683         (__casinh): Do not do computation with squaring and square root
33684         for large arguments.
33685         * math/s_casinhf.c: Include <float.h>.
33686         (__casinhf): Do not do computation with squaring and square root
33687         for large arguments.
33688         * math/s_casinhl.c: Include <float.h>.
33689         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33690         (__casinhl): Do not do computation with squaring and square root
33691         for large arguments.
33692         * math/libm-test.inc (casin_test): Add more tests.
33693         (casinh_test): Likewise.
33694         * sysdeps/i386/fpu/libm-test-ulps: Update.
33695         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33697 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33699         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33700         (__x86_64_raw_data_cache_size): Likewise.
33701         (__x86_64_data_cache_size_half): Likewise.
33702         (__x86_64_raw_data_cache_size_half): Likewise.
33703         (__x86_64_shared_cache_size): Likewise.
33704         (__x86_64_raw_shared_cache_size): Likewise.
33705         (__x86_64_shared_cache_size_half): Likewise.
33706         (__x86_64_raw_shared_cache_size_half): Likewise.
33707         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33708         to ...
33709         (__x86_data_cache_size): This.
33710         (__x86_64_raw_data_cache_size): Renamed to ...
33711         (__x86_raw_data_cache_size): This.
33712         (__x86_64_data_cache_size_half): Renamed to ...
33713         (__x86_data_cache_size_half): This.
33714         (__x86_64_raw_data_cache_size_half): Renamed to ...
33715         (__x86_raw_data_cache_size_half): This.
33716         (__x86_64_shared_cache_size): Renamed to ...
33717         (__x86_shared_cache_size): This.
33718         (__x86_64_raw_shared_cache_size): Renamed to ...
33719         (__x86_raw_shared_cache_size): This.
33720         (__x86_64_shared_cache_size_half): Renamed to ...
33721         (__x86_shared_cache_size_half): This.
33722         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33723         (__x86_raw_shared_cache_size_half): This.
33724         * sysdeps/x86_64/memcpy.S: Updated.
33725         * sysdeps/x86_64/memset.S: Likewise.
33726         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33727         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33728         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33730 2013-01-04  David S. Miller  <davem@davemloft.net>
33732         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33734 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33736         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33737         1 to avoid redefinition warning.
33738         (__USE_GNU): Don't define.
33739         (init_signaling_nan): Protoize.
33741         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33743 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33745         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33746         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33747         (__cpymn): Likewise.
33748         (norm): Remove commented code.
33749         (denorm): Likewise.
33750         (__mp_dbl): Likewise.
33751         (__inv): Likewise.
33752         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33753         (__cpymn): Likewise.
33754         (norm): Remove commented code.
33755         (denorm): Likewise.
33756         (__mp_dbl): Likewise.
33757         (__inv): Likewise.
33759         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33760         mp_no value for 1.0 and 2.0.
33761         (norm): Use RADIXI instead of radixi.d.
33762         (denorm): Likewise.
33763         (__mul): Use 0.0 instead of zero.d.
33764         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33765         mp_no value for 1.0 and 2.0.
33766         (norm): Use RADIXI instead of radixi.d.
33767         (denorm): Likewise.
33768         (__mul): Use 0.0 instead of zero.d.
33770 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33772         [BZ #14994]
33773         * math/s_casinh.c (__casinh): Reduce finite argument to first
33774         quadrant then set signs of results at the end.
33775         * math/s_casinhf.c (__casinhf): Likewise.
33776         * math/s_casinhl.c (__casinhl): Likewise.
33777         * math/libm-test.inc (casin_test): Add more tests.
33778         (casinh_test): Likewise.
33779         * sysdeps/i386/fpu/libm-test-ulps: Update.
33780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33782 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33784         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33786         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33788         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33789         declarations.
33790         (denorm): Likewise.
33791         (__mp_dbl): Likewise.
33792         (__inv): Likewise.
33794         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33795         and adjust the header comment.
33797         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33798         variable name from declaration.
33800 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33802         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33803         Initialize COMMON_CPUID_INDEX_7 element.
33804         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33805         (CPUID_RTM): Likewise.
33806         (HAS_RTM): Likewise.
33807         (COMMON_CPUID_INDEX_7): New enum.
33809 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33811         [BZ #14981]
33812         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33813         size is zero, record memory as freed.
33815 2013-01-03  Andreas Jaeger  <aj@suse.de>
33817         * po/ia.po: Add new Interlingua translation.
33819 2012-01-03  Allan McRae  <allan@archlinux.org>
33821         * locale/programs/localedef.c: Fix description of '--posix' flag.
33823 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33825         * NEWS: Update dates in second copyright notice.
33826         * README: Update copyright dates in example.
33827         * manual/libc.texinfo: Update copyright dates.
33828         * scripts/test-installation.pl: Update copyright date in --version
33829         output.
33831         * hurd/ctty-input.c: Fix copyright notice formatting.
33832         * hurd/ctty-output.c: Likewise.
33833         * hurd/dtable.c: Likewise.
33834         * hurd/hurd-raise.c: Likewise.
33835         * hurd/hurdprio.c: Likewise.
33836         * hurd/msgportdemux.c: Likewise.
33837         * misc/sys/file.h: Likewise.
33838         * misc/sys/ioctl.h: Likewise.
33839         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33840         * sysdeps/mach/hurd/chdir.c: Likewise.
33841         * sysdeps/mach/hurd/fchdir.c: Likewise.
33842         * sysdeps/mach/hurd/rename.c: Likewise.
33843         * sysdeps/mach/hurd/rmdir.c: Likewise.
33844         * sysdeps/mach/hurd/seekdir.c: Likewise.
33845         * sysdeps/mach/hurd/setsid.c: Likewise.
33846         * sysdeps/posix/wait3.c: Likewise.
33848         * All files with FSF copyright notices: Update copyright dates
33849         using scripts/update-copyrights.
33850         * intl/plural.c: Regenerated.
33851         * locale/programs/charmap-kw.h: Likewise.
33852         * locale/programs/locfile-kw.h: Likewise.
33854 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33856         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33857         four values.
33859         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33860         calculation loop and add branch prediction.
33862         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33863         check access beyond bounds of m1np.
33865         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33866         MPTWO.
33867         (__inv): Remove local variable MPTWO to use the global
33868         constant.
33869         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33870         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33871         variable MPTWO.
33872         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33873         MP3HALFS static const.
33875 2013-01-01  David S. Miller  <davem@davemloft.net>
33877         * po/ca.po: Update from translation team.
33879 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33881         * scripts/update-copyrights: New file.
33882         * Makeconfig: Reformat copyright notice.
33883         * ctype/ctype.h: Likewise.
33884         * debug/swprintf_chk.c: Likewise.
33885         * elf/dl-cache.c: Likewise.
33886         * elf/dl-debug.c: Likewise.
33887         * elf/dl-object.c: Likewise.
33888         * grp/initgroups.c: Likewise.
33889         * hurd/Makefile: Likewise.
33890         * hurd/hurd/signal.h: Likewise.
33891         * hurd/hurdfault.c: Likewise.
33892         * hurd/hurdioctl.c: Likewise.
33893         * hurd/hurdlookup.c: Likewise.
33894         * hurd/intr-msg.c: Likewise.
33895         * iconv/gconv_open.c: Likewise.
33896         * libio/swprintf.c: Likewise.
33897         * locale/lc-ctype.c: Likewise.
33898         * locale/nl_langinfo.c: Likewise.
33899         * mach/Machrules: Likewise.
33900         * mach/Makefile: Likewise.
33901         * malloc/obstack.h: Likewise.
33902         * manual/Makefile: Likewise.
33903         * manual/tsort.awk: Likewise.
33904         * misc/bits/stab.def: Likewise.
33905         * nis/nis_print_group_entry.c: Likewise.
33906         * nis/nis_table.c: Likewise.
33907         * nis/nss_compat/compat-pwd.c: Likewise.
33908         * nis/nss_compat/compat-spwd.c: Likewise.
33909         * po/Makefile: Likewise.
33910         * posix/fnmatch.c: Likewise.
33911         * posix/regex.h: Likewise.
33912         * resolv/Makefile: Likewise.
33913         * resolv/nss_dns/dns-network.c: Likewise.
33914         * resolv/res_hconf.c: Likewise.
33915         * scripts/gen-sorted.awk: Likewise.
33916         * soft-fp/soft-fp.h: Likewise.
33917         * stdio-common/printf.h: Likewise.
33918         * stdlib/monetary.h: Likewise.
33919         * stdlib/random.c: Likewise.
33920         * stdlib/random_r.c: Likewise.
33921         * sysdeps/generic/Makefile: Likewise.
33922         * sysdeps/gnu/Makefile: Likewise.
33923         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33924         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33925         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33926         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33927         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33928         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33929         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33930         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33931         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33932         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33933         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33934         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33935         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33936         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33937         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33938         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33939         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33940         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33941         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33942         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33943         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33944         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33945         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33946         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33947         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33948         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33949         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33950         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33951         * sysdeps/mach/hurd/errnos.awk: Likewise.
33952         * sysdeps/mach/hurd/fork.c: Likewise.
33953         * sysdeps/mach/hurd/getcwd.c: Likewise.
33954         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33955         * sysdeps/mach/hurd/mmap.c: Likewise.
33956         * sysdeps/mach/hurd/utimes.c: Likewise.
33957         * sysdeps/mach/hurd/xmknod.c: Likewise.
33958         * sysdeps/posix/profil.c: Likewise.
33959         * sysdeps/posix/readdir_r.c: Likewise.
33960         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33961         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33962         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33963         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33964         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33965         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33966         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33967         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33968         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33969         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33970         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33971         * sysdeps/pthread/lio_listio.c: Likewise.
33972         * sysdeps/sparc/dl-procinfo.h: Likewise.
33973         * sysdeps/unix/i386/sysdep.S: Likewise.
33974         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33975         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33976         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33977         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33979         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33980         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33981         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33982         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33983         * sysdeps/wordsize-32/divdi3.c: Likewise.
33984         * time/sys/time.h: Likewise.
33985         * wcsmbs/Makefile: Likewise.
33987 2013-01-01  David S. Miller  <davem@davemloft.net>
33989         * po/fr.po: Update from translation team.
33991         * catgets/gencat.c: Update copyright year.
33992         * csu/version.c: Likewise.
33993         * debug/catchsegv.sh: Likewise.
33994         * debug/pcprofiledump.c: Likewise.
33995         * debug/xtrace.sh: Likewise.
33996         * elf/ldconfig.c: Likewise.
33997         * elf/ldd.bash.in: Likewise.
33998         * elf/pldd.c: Likewise.
33999         * elf/sotruss.ksh: Likewise.
34000         * elf/sprof.c: Likewise.
34001         * iconv/iconv_prog.c: Likewise.
34002         * iconv/iconvconfig.c: Likewise.
34003         * locale/programs/locale.c: Likewise.
34004         * locale/programs/localedef.c: Likewise.
34005         * login/programs/pt_chown.c: Likewise.
34006         * malloc/memusage.sh: Likewise.
34007         * malloc/memusagestat.c: Likewise.
34008         * malloc/mtrace.pl: Likewise.
34009         * nscd/nscd.c: Likewise.
34010         * nss/getent.c: Likewise.
34011         * nss/makedb.c: Likewise.
34012         * posix/getconf.c: Likewise.
34014 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34016         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34017         numbers.
34019 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34021         * math/bits/mathcalls.h (modf): Use __nonnull.
34023 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34025         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34026         (split): Use macro CN instead of the bare value.
34027         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34028         could be used.
34029         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34030         instead of the bare value.
34031         (power1): Likewise.
34033 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34035         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34036         __ATAN_TWOM.
34037         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34039         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34040         their values.
34041         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34042         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34043         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34044         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34046 2012-12-28  Andreas Jaeger  <aj@suse.de>
34048         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34049         values are from Linux 3.7.
34051         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34052         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34054 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34056         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34057         TRUE case.
34059         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34060         (norm): Likewise.
34061         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34062         variables with preprocessor constants.
34063         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34064         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34065         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34067 2012-12-27  Bruno Haible  <bruno@clisp.org>
34069         [BZ #14317]
34070         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34071         only if needed.
34073 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34075         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34076         and use variable directly.
34077         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34079         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34080         MPONE.
34081         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34082         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34083         variable MPONE.
34084         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34085         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34086         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34087         include directive.  Remove local variable MPONE.
34088         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34089         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34090         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34092 2012-12-25  David S. Miller  <davem@davemloft.net>
34094         * version.h (RELEASE): Set to "development".
34095         (VERSION): Set to "2.17.90".
34096         * NEWS: Add 2.18 section.
34098 2012-12-21  David S. Miller  <davem@davemloft.net>
34100         * po/hr.po: Update from translation team.
34102 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34104         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34106 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34108         * NEWS:  Mention new memcpy for MIPS.
34110 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34112         * manual/contrib.texi (Contributors): Spelling correction.
34114 2012-12-15  David S. Miller  <davem@davemloft.net>
34116         * po/ru.po: Update from translation team.
34118 2012-12-13  David S. Miller  <davem@davemloft.net>
34120         * NEWS: Mention IFUNC testsuite enhancements.
34122         * po/pl.po: Update from translation team.
34123         * po/bg.po: Likewise.
34125         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34126         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34128 2012-12-11  David S. Miller  <davem@davemloft.net>
34130         * po/sv.po: Update from translation team.
34132         * po/vi.po: Update from translation team.
34134         * po/cs.po: Update from translation team.
34136         * po/de.po: Update from translation team.
34137         * po/eo.po: Likewise.
34138         * po/nl.po: Likewise.
34140 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34142         [BZ #14246]
34143         * manual/argp.texi (Argp Helper Functions): Move node to follow
34144         Argp Parsing State.
34146         [BZ #14872]
34147         * manual/conf.texi (Limits on File System Capacity): Mention if
34148         terminating null is included in the max size.
34150 2012-12-10  Andreas Jaeger  <aj@suse.de>
34152         * po/cs.po: Update from translation team.
34154 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34156         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34157         void pointer and cast to uintptr_t.
34158         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34159         path.
34160         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34161         * sysdeps/s390/s390-64/memset.S: Likewise.
34163 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34165         [BZ #14833]
34166         * menual/message.texi (Message Translation): Fix typos.
34167         (Helper programs for gettext): Likewise.
34169 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34171         [BZ #14898]
34172         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34173         Change to -1.
34175 2012-12-07  David S. Miller  <davem@davemloft.net>
34177         * po/libc.pot: Update.
34179 2012-12-07  Richard Henderson  <rth@redhat.com>
34181         [BZ #10114]
34182         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34183         normal/normal case to before the switch.
34184         (_FP_DIV): Likewise.
34186 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34187             Mike Frysinger  <vapier@gentoo.org>
34189         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34190         check for __NR_fadvise64_64.
34192 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34194         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34195         0, not just to plain "0" as a statement.
34196         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34197         with cw.
34199 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34201         * NEWS: Use sourceware.org in Bugzilla URL.
34203 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34206         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34208         * stdio-common/tst-put-error.c (do_test): Add newline to the
34209         padded test to ensure flush.
34211 2012-12-05  Jeff Law  <law@redhat.com>
34213         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34215 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34217         * README: Don't refer to ports add-on as distributed separately.
34218         Mention AArch64 in list of systems supported in the ports add-on.
34220         * LICENSES: Add more non-FSF copyright and license notices.
34222         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34223         ((unused)).
34225         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34227         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34228         10000 as width of padded output.
34230 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34232         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34234         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34235         variable LX with __attribute__ ((unused)).
34236         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34237         Likewise.
34238         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34239         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34240         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34241         with __attribute__ ((unused)).
34243 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34245         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34247 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34249         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34250         (CFLAGS-nldbl-acos.c): New variable.
34251         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34252         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34253         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34254         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34255         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34256         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34257         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34258         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34259         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34260         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34261         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34262         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34263         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34264         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34265         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34266         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34267         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34268         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34269         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34270         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34271         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34272         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34273         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34274         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34275         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34276         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34277         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34278         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34279         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34280         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34281         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34282         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34283         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34284         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34285         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34286         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34287         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34288         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34289         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34290         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34291         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34292         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34293         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34294         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34295         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34296         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34297         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34298         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34299         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34300         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34301         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34302         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34303         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34304         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34305         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34306         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34307         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34308         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34309         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34310         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34311         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34312         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34313         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34314         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34315         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34316         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34317         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34318         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34319         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34320         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34321         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34322         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34323         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34324         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34325         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34326         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34327         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34328         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34329         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34330         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34331         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34332         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34333         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34334         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34335         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34336         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34337         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34338         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34339         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34340         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34341         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34342         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34343         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34344         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34345         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34346         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34347         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34350         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34352         [BZ #14914]
34353         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34354         whole low double instead of just low 47 bits when splitting values
34355         into two parts.
34357 2012-12-03  Allan McRae  <allan@archlinux.org>
34359         * manual/stdio.texi (Predefined Printf Handlers): Remove
34360         @hsep and @vsep usage.
34362 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34364         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34365         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34367 2012-12-03  Jeff Law  <law@redhat.com>
34369         * time/sys/time.h (settimeofday): Do not mark TV argument
34370         as __nonnull.
34372 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34374         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34375         when currently writing and seek to current position when not.
34376         * libio/Makefile (tests): Remove bug-fclose1.
34377         * libio/bug-fclose1.c: Delete.
34379 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34381         * manual/arith.texi (feenableexcept): Fix typo.
34382         (fedisableexcept): Likewise.
34384 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34386         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34387         second, differently-typed declaration, rather than a cast.
34389 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34391         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34392         * include/rpc/svc.h: ... here.
34394 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34396         [BZ #13013]
34397         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34398         depending n and resplen2 to catch cases where answer
34399         equals answerp2.
34401 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34403         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34404         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34406 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34408         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34410 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34412         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34414 2012-11-28  Jeff Law  <law@redhat.com>
34416         [BZ #13761]
34417         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34418         dataset_temporary.  Track alloca usage into alloca_used.
34419         If dataset is large allocate and release it via malloc/free.
34421 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34423         [BZ #14197]
34424         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34426 2012-11-28  David S. Miller  <davem@davemloft.net>
34428         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34430 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34432         [BZ #14803]
34433         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34434         of pi/2 rounded to nearest to 64 bits.
34435         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34436         nearest to 64 bits.
34437         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34438         bits.
34440 2012-11-28  Jeff Law <law@redhat.com>
34441             Martin Osvald <mosvald@redhat.com>
34443         [BZ #14889]
34444         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34445         * sunrpc/svc.c: Include time.h.
34446         (__svc_accept_failed): New function.
34447         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34448         any reason other than EINTR, call __svc_accept_failed.
34449         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34450         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34452 2012-11-28  Andreas Schwab  <schwab@suse.de>
34454         * scripts/abilist.awk: Also handle indirect functions in .opd
34455         section.
34457 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34459         [BZ #13881]
34460         * sysdeps/x86/fpu/powl_helper.c: New file.
34461         * sysdeps/x86/fpu/Makefile: Likewise.
34462         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34463         (p3): New object.
34464         (__ieee754_powl): Use __powl_helper for finite arguments except
34465         integer exponents below 8.
34466         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34467         (p3): New object.
34468         (__ieee754_powl): Use __powl_helper for finite arguments except
34469         integer exponents below 8.
34470         * math/libm-test.inc (pow_test): Add more tests and enable some
34471         previously disabled tests.
34472         * sysdeps/i386/fpu/libm-test-ulps: Update.
34473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34475 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34476             Carlos O'Donell  <carlos_odonell@mentor.com>
34478         * nss/makedb.c (is_prime): Assert that input is odd and greater
34479         than 4.  Note that fact in a comment too.
34480         (next_prime): Add 4 to input.
34482 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34484         [BZ #11741]
34485         * libio/Makefile (tests): Add test case tst-fwrite-error.
34486         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34487         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34488         * libio/tst-fwrite-error.c: New test case.
34490 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34492         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34493         before casting to void *.
34494         * include/libc-internal.h (__pointer_type): New macro.
34495         (__integer_if_pointer_type_sub): Likewise.
34496         (__integer_if_pointer_type): Likewise.
34497         (cast_to_integer): Likewise.
34498         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34499         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34500         before casting to atomic64_t.
34501         (atomic_exchange_acq): Likewise.
34502         (__arch_exchange_and_add_body): Likewise.
34503         (__arch_add_body): Likewise.
34504         (atomic_add_negative): Likewise.
34505         (atomic_add_zero): Likewise.
34507 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34509         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34510         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34511         (add_fdes): Likewise.
34512         (linear_search_fdes): Likewise.
34513         (binary_search_unencoded_fdes): Likewise.
34515 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34517         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34519 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34521         * configure.in: Autodetect C++ header directories.
34522         * configure: Regenerated.
34524 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34526         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34528 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34530         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34532 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34534         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34535         LDBL_MANT_DIG == 106]: Disable some tests.
34536         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34537         Likewise.
34538         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34539         Likewise.
34541         [BZ #14871]
34542         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34543         input for small inputs.  Return +/- pi/2 for large inputs.
34544         * math/libm-test.inc (atan_test): Add more tests.
34546         * sysdeps/generic/unwind-dw2-fde-glibc.c
34547         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34548         __attribute__ ((unused)).
34550         [BZ #14645]
34551         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34552         x * y if x and y are nonzero and z is zero.
34554         [BZ #14811]
34555         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34556         nonzero exponents with absolute value below 0x1p-117 to +/-
34557         0x1p-117.
34559         [BZ #14869]
34560         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34561         up arguments below 2**-450, not just those below 2**-500.
34562         * math/libm-test.inc (hypot_test): Add another test.
34564         [BZ #14868]
34565         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34566         Return a+b for ratio over 2**120, not 2**60.
34567         * math/libm-test.inc (hypot_test): Add another test.
34569         * math/libm-test.inc (clog_test): Use
34570         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34571         (clog10_test): Likewise.
34573         [BZ #6778]
34574         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34576 2012-11-22  Andreas Schwab  <schwab@suse.de>
34578         * sysdeps/i386/fpu/libm-test-ulps: Update.
34580 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34582         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34583         printf output with newline.
34585 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34587         [BZ #14865]
34588         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34589         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34590         -z nodlopen, -z initfirst and -z execstack support.
34591         * configure: Regenerated.
34593         * elf/elf.h (DF_1_NODIRECT): New macro.
34594         (DF_1_IGNMULDEF): Likewise.
34595         (DF_1_NOKSYMS): Likewise.
34596         (DF_1_NOHDR): Likewise.
34597         (DF_1_EDITED): Likewise.
34598         (DF_1_NORELOC): Likewise.
34599         (DF_1_SYMINTPOSE): Likewise.
34600         (DF_1_GLOBAUDIT): Likewise.
34601         (DF_1_SINGLETON): Likewise.
34602         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34603         DT_1_SUPPORTED_MASK bits.
34604         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34606 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34608         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34610 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34612         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34613         macro.
34615         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34616         (sendmmsg): Move declarations...
34617         * socket/sys/socket.h: ... here.
34618         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34619         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34620         include it from...
34621         * socket/recvmmsg.c: ... this new file.
34622         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34623         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34624         definition of __sendmmsg hidden.
34625         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34626         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34627         Move ENOSYS stub into and include it from...
34628         * socket/sendmmsg.c: ... this new file.
34629         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34630         (sysdep_routines): Move recvmmsg and sendmmsg...
34631         * socket/Makefile (routines): ... here.
34632         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34633         (GLIBC_PRIVATE): Add __sendmmsg.
34634         * include/sys/socket.h (__sendmmsg): Add declarations.
34635         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34636         sendmmsg.
34638 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34640         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34641         variable I1 with __attribute__ ((unused)).
34642         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34644 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34646         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34647         DUMMY variables with __attribute__ ((unused)).
34649         * bits/byteswap.h: Include <bits/types.h>.
34650         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34652 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34654         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34655         string_t.  Do not manually set errno.
34656         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34657         length with __strnlen.  Make sure to both set errno and return it on
34658         failure.
34660 2012-11-19  David S. Miller  <davem@davemloft.net>
34662         With help from Joseph Myers.
34663         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34664         very large arguments properly.
34665         * math/libm-test.inc (atan_test): New tests.
34666         (atan2_test): New tests.
34667         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34668         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34670 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34672         [BZ #14856]
34673         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34674         Define to 3.
34676         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34677         [POSIX] (EADDRNOTAVAIL): Likewise.
34678         [POSIX] (EAFNOSUPPORT): Likewise.
34679         [POSIX] (EALREADY): Likewise.
34680         [POSIX] (ECONNABORTED): Likewise.
34681         [POSIX] (ECONNREFUSED): Likewise.
34682         [POSIX] (ECONNRESET): Likewise.
34683         [POSIX] (EDESTADDRREQ): Likewise.
34684         [POSIX] (EDQUOT): Likewise.
34685         [POSIX] (EHOSTUNREACH): Likewise.
34686         [POSIX] (EIDRM): Likewise.
34687         [POSIX] (EISCONN): Likewise.
34688         [POSIX] (ELOOP): Likewise.
34689         [POSIX] (EMULTIHOP): Likewise.
34690         [POSIX] (ENETDOWN): Likewise.
34691         [POSIX] (ENETUNREACH): Likewise.
34692         [POSIX] (ENOBUFS): Likewise.
34693         [POSIX] (ENODATA): Likewise.
34694         [POSIX] (ENOLINK): Likewise.
34695         [POSIX] (ENOMSG): Likewise.
34696         [POSIX] (ENOPROTOOPT): Likewise.
34697         [POSIX] (ENOSR): Likewise.
34698         [POSIX] (ENOSTR): Likewise.
34699         [POSIX] (ENOTCONN): Likewise.
34700         [POSIX] (ENOTSOCK): Likewise.
34701         [POSIX] (EOPNOTSUPP): Likewise.
34702         [POSIX] (EOVERFLOW): Likewise.
34703         [POSIX] (EPROTO): Likewise.
34704         [POSIX] (EPROTONOSUPPORT): Likewise.
34705         [POSIX] (EPROTOTYPE): Likewise.
34706         [POSIX] (ESTALE): Likewise.
34707         [POSIX] (ETIME): Likewise.
34708         [POSIX] (ETXTBSY): Likewise.
34709         [POSIX] (EWOULDBLOCK): Likewise.
34710         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34711         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34712         [POSIX] (SEEK_CUR): Likewise.
34713         [POSIX] (SEEK_END): Likewise.
34714         [POSIX || UNIX98] (mode_t): Do not require.
34715         [POSIX] (off_t): Likewise.
34716         [POSIX] (pid_t): Likewise.
34717         [POSIX] (sys/stat.h): Do not allow header.
34718         [POSIX] (unistd.h): Likewise.
34719         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34720         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34721         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34722         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34723         require.
34724         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34725         sigevent): Specify elements.
34726         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34727         entry.
34728         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34729         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34731         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34732         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34733         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34734         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34735         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34736         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34737         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34738         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34739         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34740         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34741         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34742         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34743         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34744         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34745         Likewise.
34746         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34747         Likewise.
34748         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34749         Likewise.
34750         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34751         Likewise.
34752         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34753         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34754         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34755         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34756         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34757         Specify lower bound on value.
34758         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34759         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34760         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34761         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34762         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34763         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34764         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34765         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34766         value.
34767         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34768         as optional.
34769         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34770         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34771         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34772         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34773         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34774         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34775         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34776         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34777         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34778         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34779         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34780         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34781         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34782         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34783         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34784         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34785         entry.
34786         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34787         optional.
34788         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34789         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34790         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34791         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34792         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34793         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34794         Likewise.
34795         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34796         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34797         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34798         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34799         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34800         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34801         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34802         as optional.
34803         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34804         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34805         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34806         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34807         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34808         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34809         specify as optional.
34810         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34811         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34812         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34813         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34814         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34815         [XPG3] (NL_LANGMAX): Likewise.
34816         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34817         [POSIX || XPG3] (NL_NMAX): Likewise.
34818         [POSIX || XPG3] (NL_SETMAX): Likewise.
34819         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34820         [XPG3] (NZERO): Likewise.
34821         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34822         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34823         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34824         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34825         (REG_ERANGE): Expect.
34826         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34827         optional-constant.
34828         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34829         Use (void) in prototype.
34830         [POSIX] (*_t): Allow.
34831         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34832         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34833         (WRDE_BADVAL): Expect.
34835         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34836         expect.
34837         [XPG3 || XPG4] (O_RSYNC): Likewise.
34838         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34839         Likewise.
34840         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34841         [XPG3 || XPG4] (sigqueue): Likewise.
34842         [XPG3 || XPG4] (sigtimedwait): Likewise.
34843         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34844         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34845         [XPG3 || XPG4] (vsnprintf): Likewise.
34846         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34847         Likewise.
34848         [XPG3 || XPG4] (blksize_t): Likewise.
34849         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34850         Likewise.
34851         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34852         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34853         [XPG3 || XPG4] (struct itimerspec): Likewise.
34854         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34855         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34856         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34857         [XPG3 || XPG4] (clockid_t): Likewise.
34858         [XPG3 || XPG4] (timer_t): Likewise.
34859         [XPG3 || XPG4] (clock_getres): Likewise.
34860         [XPG3 || XPG4] (clock_gettime): Likewise.
34861         [XPG3 || XPG4] (clock_settime): Likewise.
34862         [XPG3 || XPG4] (nanosleep): Likewise.
34863         [XPG3 || XPG4] (timer_create): Likewise.
34864         [XPG3 || XPG4] (timer_delete): Likewise.
34865         [XPG3 || XPG4] (timer_gettime): Likewise.
34866         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34867         [XPG3 || XPG4] (timer_settime): Likewise.
34868         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34869         [XPG3 || XPG4] (getlogin_r): Likewise.
34870         [XPG3 || XPG4] (pread): Likewise.
34871         [XPG3 || XPG4] (pthread_atfork): Likewise.
34872         [XPG3 || XPG4] (pwrite): Likewise.
34874         [BZ #14835]
34875         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34876         <bits/siginfo.h>.
34878 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34880         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34881         finalizing MALLSTREAM.
34883         * sysdeps/mach/hurd/syncfs.c: New file.
34885 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34887         [BZ #14719]
34888         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34889         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34890         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34891         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34892         (_nss_dns_gethostbyname4_r): Likewise.
34893         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34894         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34896 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34898         [BZ #13763]
34899         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34901 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34903         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34904         * elf/cache.c (print_entry): Print ",AArch64" for
34905         FLAG_AARCH64_LIB64
34907         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34908         * elf/cache.c (print_entry): Print ",hard-float" for
34909         FLAG_ARM_LIBHF.
34911 2012-11-18  David S. Miller  <davem@davemloft.net>
34913         With help from Joseph Myers.
34914         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34915         cutoff to 2**-13.
34916         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34917         cutoff to 2**-25.
34918         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34919         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34920         small.
34921         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34922         * math/libm-test.inc (y0_test): New tests.
34923         (y1_test): New tests.
34924         * sysdeps/i386/fpu/libm-test-ulps: Update.
34925         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34926         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34928 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34930         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34931         64-bit targets.
34932         * configure: Regenerated.
34934 2012-11-17  David S. Miller  <davem@davemloft.net>
34936         [BZ #14811]
34937         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34938         nonzero exponents with absolute value below 0x1p-128 to +/-
34939         0x1p-128.
34941 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34943         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34945         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34947         * posix/getconf-speclist.c: New file.
34948         * posix/posix-envs.def: Likewise.
34949         * posix/confstr.c (START_ENV_GROUP): New macro.
34950         (END_ENV_GROUP): Likewise.
34951         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34952         (KNOWN_PRESENT_ENV_STRING): Likewise.
34953         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34954         (UNKNOWN_ENVIRONMENT): Likewise.
34955         (confstr): Include posix-envs.def instead of handling
34956         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34957         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34958         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34959         (END_ENV_GROUP): Likewise.
34960         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34961         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34962         (UNKNOWN_ENVIRONMENT): Likewise.
34963         (__sysconf): Include posix-envs.def instead of handling associated
34964         cases directly here.
34965         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34966         preprocessing getconf-speclist.c rather than running getconf or
34967         generating empty file.
34969 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34971         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34973 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34975         [BZ #14672]
34976         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34978 2012-11-16  David S. Miller  <davem@davemloft.net>
34980         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34981         smaller than LDBL_EPSILON/2.0L, just return xm1.
34983 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34985         * elf/tst-array1.c (init): Set constructor priority to 1000.
34986         (fini): Set destructor priority to 1000.
34987         * elf/tst-array2dep.c: Likewise.
34989 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34991         [BZ #11741]
34992         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34993         (_IO_new_file_xsputn): Also return EOF if none of the input
34994         data was written when overflow failed.
34995         * libio/iopadn.c (_IO_padn): Likewise.
34996         * libio/iowpadn.c (_IO_wpadn): Likewise.
34997         * stdio-common/tst-put-error.c: Add copyright notice.
34998         (do_test): Add case for printing padded string.
34999         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35000         _IO_padn returned error.
35001         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35002         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35003         return EOF.
35005 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35007         * libio/libioP.h: Add comment note that the references to C++
35008         bits are now obsolete.
35010 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35012         * math/libm-test.inc (check_complex): Use asprintf.
35014 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35016         * debug/pcprofiledump.c (print_version): Update copyright year.
35017         * malloc/memusagestat.c (print_version): Likewise.
35019 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35021         [BZ #14831]
35022         * elf/Makefile (tests): Add tst-audit8.
35023         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35024         ($(objpfx)tst-audit8.out): New target.
35025         (tst-audit8-ENV): New variable.
35026         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35027         audit if l_reloc_result is NULL.
35028         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35029         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35030         * elf/tst-audit8.c: New file.
35032 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35034         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35035         * misc/Makefile (CFLAGS-select.c): Define.
35036         * posix/Makefile (CFLAGS-pause.c): Define.
35038 2012-11-13  David S. Miller  <davem@davemloft.net>
35040         * crypt/Makefile: Move test targets after toplevel Rules
35041         inclusion.  Grab any necessary sysdep routines when linking.
35042         * crypt/md5.c (md5_process_block): Remove define, we will always
35043         name it __md5_process_block.
35044         (md5_finish_ctx): Update md5_process_block call.
35045         (md5_stream): Likewise.
35046         (md5_process_bytes): Likewise.
35047         (md5_process_block): Rename to __md5_process_block and move to ...
35048         * crypt/md5-block.c: ... here.
35049         * crypt/sha256.c (sha256_process_block): Move to ...
35050         * crypt/sha256-block.c: ... here.
35051         * crypt/sha512.c (sha512_process_block): Move to ...
35052         * crypt/sha512-block.c: ... here.
35053         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35054         path.
35055         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35056         * sysdeps/sparc/sparc64/multiarch/Makefile
35057         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35058         crypt subdir.
35059         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35060         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35061         multiarch changes.
35062         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35063         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35064         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35065         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35066         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35067         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35068         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35069         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35070         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35071         file.
35072         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35073         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35074         file.
35075         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35077 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35079         * timezone/tzselect.ksh: Update from tzcode git revision
35080         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35081         * timezone/zdump.c: Likewise.
35082         * timezone/zic.c: Likewise.
35083         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35084         in TZVERSION setting, not $(PKGVERSION).
35085         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35086         REPORT_BUGS_TO settings.
35088         [BZ #14838]
35089         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35090         macro.
35092 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35094         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35095         detection to immediately after _FP_ROUND().
35096         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35097         bits are 0.
35099 2012-11-11  David S. Miller  <davem@davemloft.net>
35101         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35102         inttypes.h
35103         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35104         __close rather than their public counterparts.
35106 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35108         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35109         file.
35110         [UNIX98] (sem_timedwait): Do not expect.
35111         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35112         [XPG4 || UNIX98] (sockatmark): Do not expect.
35113         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35114         (clock_getcpuclockid): Do not expect.
35115         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35116         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35117         Do not expect.
35118         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35119         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35120         [UNIX98] (vwscanf): Likewise.
35121         [UNIX98] (vswscanf): Likewise.
35123 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35125         * timezone/version.h: Remove file.
35126         * timezone/README: Do not refer to version.h.
35127         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35128         $(objpfx)version.h.
35129         ($(objpfx)zdump.o): Likewise.
35130         ($(objpfx)version.h): New target.
35132         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35133         2012i.
35134         * timezone/README: Don't mention modification to tzselect.ksh.
35135         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35136         work on unmodified tzselect.ksh.  Substitute version numbers in
35137         tzselect.ksh.
35139         * Makefile (format-me): Remove.
35140         (INSTALL): Adjust indentation.  Use commands directly instead of
35141         using $(format-me).
35143         * aclocal.m4 (ACX_PKGVERSION): New macro.
35144         (ACX_BUGURL): Likewise.
35145         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35146         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35147         (REPORT_BUGS_TO): Likewise.
35148         * configure: Regenerated.
35149         * config.h.in (PKGVERSION): New macro.
35150         (REPORT_BUGS_TO): Likewise.
35151         * config.make.in (PKGVERSION): New variable.
35152         (PKGVERSION_TEXI): Likewise.
35153         (REPORT_BUGS_TO): Likewise.
35154         (REPORT_BUGS_TEXI): Likewise.
35155         * Makefile (format-me): Use -I$(common-objpfx)manual.
35156         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35157         ($(common-objpfx)manual/%): New target.
35158         (manual/%): Remove target.
35159         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35160         (print_version): Use PKGVERSION.
35161         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35162         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35163         and REPORT_BUGS_TO.
35164         ($(objpfx)xtrace): Likewise.
35165         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35166         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35167         (print_version): Use PKGVERSION.
35168         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35169         (do_version): Use PKGVERSION.
35170         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35171         REPORT_BUGS_TO.
35172         (common-ldd-rewrite): Likewise.
35173         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35174         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35175         (print_version): Use PKGVERSION.
35176         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35177         * elf/pldd.c (argp_program_bug_address): Remove variable.
35178         (more_help): New function.
35179         (argp): Use more_help.
35180         (print_version): Use PKGVERSION.
35181         * elf/sln.c (main): Use PKGVERSION.
35182         (usage): Use REPORT_BUGS_TO.
35183         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35184         (top level): Use PKGVERSION.
35185         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35186         (print_version): Use PKGVERSION.
35187         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35188         (print_version): Use PKGVERSION.
35189         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35190         (print_version): Use PKGVERSION.
35191         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35192         (print_version): Use PKGVERSION.
35193         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35194         (print_version): Use PKGVERSION.
35195         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35196         (print_version): Use PKGVERSION.
35197         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35198         and BUGURL.
35199         ($(objpfx)memusage): Likewise.
35200         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35201         (do_version): Use PKGVERSION.
35202         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35203         (print_version): Use PKGVERSION.
35204         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35205         ($PKGVERSION): New variable.
35206         ($REPORT_BUGS_TO): Likewise.
35207         (usage): Use $REPORT_BUGS_TO.
35208         (top level): Use $PKGVERSION.
35209         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35210         ($(objpfx)pkgvers.texi): New rule.
35211         ($(objpfx)stamp-pkgvers): Likewise.
35212         * manual/install.texi: Include pkgvers.texi.
35213         (--with-pkgversion): Document new configure option.
35214         (--with-bugurl): Likewise.
35215         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35216         than necessarily for this particular distribution.  Use
35217         REPORT_BUGS_TO for where to report bugs.
35218         * INSTALL: Regenerated.
35219         * manual/libc.texinfo: Include pkgvers.texi.
35220         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35221         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35222         (print_version): Use PKGVERSION.
35223         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35224         (print_version): Use PKGVERSION.
35225         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35226         (print_version): Use PKGVERSION.
35227         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35228         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35229         macro.
35230         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35231         (print_version): Use PKGVERSION.
35232         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35233         (print_version): Use PKGVERSION.
35234         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35235         and PKGVERSION.
35237         * timezone/checktab.awk: Update from tzcode 2012i.
35238         * timezone/ialloc.c: Likewise.
35239         * timezone/private.h: Likewise.
35240         * timezone/scheck.c: Likewise.
35241         * timezone/tzfile.h: Likewise.
35242         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35243         (TZVERSION): Hardcode tzcode version number.
35244         * timezone/zdump.c: Update from tzcode 2012i.
35245         * timezone/zic.c: Likewise.
35246         * timezone/version.h: New file.
35247         * timezone/README: Describe version.h.  Update upstream location.
35249         [BZ #14824]
35250         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35251         (mktemp): Enable declaration.
35252         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35253         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35254         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35255         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35256         Likewise.
35257         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35258         Likewise.
35259         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35260         Likewise.
35261         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35262         Likewise.
35263         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35264         Likewise.
35265         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35266         Likewise.
35268         [BZ #14821]
35269         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35270         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35271         for copies of such integer values.
35272         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35273         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35275 2012-11-09  Andreas Jaeger  <aj@suse.de>
35277         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35278         definitions and declarations that are provided by
35279         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35281 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35283         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35284         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35285         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35286         definition.
35288 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35290         * elf/elf.h: Update comment before AArch64 relocations.
35292 2012-11-07  David S. Miller  <davem@davemloft.net>
35294         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35295         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35296         (__start_context): Declare.
35297         (__makecontext_ret): Delete.
35298         (__makecontext): Hook up __start_context instead of
35299         __makecontext_ret.
35300         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35301         (sysdep_routines): Add __start_context when in stdlib.
35303 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35305         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35306         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35307         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35308         hardcoded "nm".
35309         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35310         (READELF): New variable.  Use it instead of hardcoded "readelf".
35312 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35314         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35315         * sysdeps/x86/Makefile: Here.
35316         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35317         * sysdeps/x86/tst-xmmymm.sh: This.
35319 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35321         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35322         expectations.
35323         [UNIX98] (pthread_barrier_t): Do not expect.
35324         [UNIX98] (pthread_barrierattr_t): Likewise.
35325         [UNIX98] (pthread_spinlock_t): Likewise.
35326         [UNIX98] (pthread_barrier_destroy): Likewise.
35327         [UNIX98] (pthread_barrier_init): Likewise.
35328         [UNIX98] (pthread_barrier_wait): Likewise.
35329         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35330         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35331         [UNIX98] (pthread_barrierattr_init): Likewise.
35332         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35333         [UNIX98] (pthread_getcpuclockid): Likewise.
35334         [UNIX98] (pthread_mutex_timedlock): Likewise.
35335         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35336         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35337         [UNIX98] (pthread_sigmask): Likewise.
35338         [UNIX98] (pthread_spin_destroy): Likewise.
35339         [UNIX98] (pthread_spin_init): Likewise.
35340         [UNIX98] (pthread_spin_lock): Likewise.
35341         [UNIX98] (pthread_spin_trylock): Likewise.
35342         [UNIX98] (pthread_spin_unlock): Likewise.
35343         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35344         Do not expect.
35345         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35346         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35347         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35348         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35349         [XPG3 || XPG4] (pthread_key_t): Likewise.
35350         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35351         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35352         [XPG3 || XPG4] (pthread_once_t): Likewise.
35353         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35354         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35355         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35356         [XPG3 || XPG4] (pthread_t): Likewise.
35358         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35359         not expect.
35360         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35362         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35363         Change function return type to int.
35365         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35366         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35367         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35368         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35369         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35370         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35371         [!POSIX] (posix_madvise): Likewise.
35372         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35373         && !UNIX98].
35374         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35375         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35376         (mode_t): Likewise.
35377         (posix_mem_offset): Likewise.
35378         (posix_typed_mem_get_info): Likewise.
35379         (posix_typed_mem_open): Likewise.
35381         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35382         Change condition to [XOPEN2K8].
35384         * conform/conformtest.pl: Preprocess allow-header data with -x c
35385         instead of from stdin.
35386         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35387         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35388         [C99-based standards] (cerfc): Likewise.
35389         [C99-based standards] (cexp2): Likewise.
35390         [C99-based standards] (cexpm1): Likewise.
35391         [C99-based standards] (clog10): Likewise.
35392         [C99-based standards] (clog1p): Likewise.
35393         [C99-based standards] (clog2): Likewise.
35394         [C99-based standards] (clgamma): Likewise.
35395         [C99-based standards] (ctgamma): Likewise.
35396         [C99-based standards] (cerff): Likewise.
35397         [C99-based standards] (cerfcf): Likewise.
35398         [C99-based standards] (cexp2f): Likewise.
35399         [C99-based standards] (cexpm1f): Likewise.
35400         [C99-based standards] (clog10f): Likewise.
35401         [C99-based standards] (clog1pf): Likewise.
35402         [C99-based standards] (clog2f): Likewise.
35403         [C99-based standards] (clgammaf): Likewise.
35404         [C99-based standards] (ctgammaf): Likewise.
35405         [C99-based standards] (cerfl): Likewise.
35406         [C99-based standards] (cerfcl): Likewise.
35407         [C99-based standards] (cexp2l): Likewise.
35408         [C99-based standards] (cexpm1l): Likewise.
35409         [C99-based standards] (clog10l): Likewise.
35410         [C99-based standards] (clog1pl): Likewise.
35411         [C99-based standards] (clog2l): Likewise.
35412         [C99-based standards] (clgammal): Likewise.
35413         [C99-based standards] (ctgammal): Likewise.
35414         * conform/data/inttypes.h-data [C99-based standards]: Include
35415         stdint.h-data.  Remove all expectations for stdint.h contents.
35416         [C99-based standards] (PRI*): Do not allow.
35417         [C99-based standards] (SCN*): Likewise.
35418         [C99-based standards] (*_t): Likewise.
35419         [C99-based-standards] (PRId8): Expect macro.
35420         [C99-based-standards] (PRIi8): Likewise.
35421         [C99-based-standards] (PRIo8): Likewise.
35422         [C99-based-standards] (PRIu8): Likewise.
35423         [C99-based-standards] (PRIx8): Likewise.
35424         [C99-based-standards] (PRIX8): Likewise.
35425         [C99-based-standards] (SCNd8): Likewise.
35426         [C99-based-standards] (SCNi8): Likewise.
35427         [C99-based-standards] (SCNo8): Likewise.
35428         [C99-based-standards] (SCNu8): Likewise.
35429         [C99-based-standards] (SCNx8): Likewise.
35430         [C99-based-standards] (PRIdLEAST8): Likewise.
35431         [C99-based-standards] (PRIiLEAST8): Likewise.
35432         [C99-based-standards] (PRIoLEAST8): Likewise.
35433         [C99-based-standards] (PRIuLEAST8): Likewise.
35434         [C99-based-standards] (PRIxLEAST8): Likewise.
35435         [C99-based-standards] (PRIXLEAST8): Likewise.
35436         [C99-based-standards] (SCNdLEAST8): Likewise.
35437         [C99-based-standards] (SCNiLEAST8): Likewise.
35438         [C99-based-standards] (SCNoLEAST8): Likewise.
35439         [C99-based-standards] (SCNuLEAST8): Likewise.
35440         [C99-based-standards] (SCNxLEAST8): Likewise.
35441         [C99-based-standards] (PRIdFAST8): Likewise.
35442         [C99-based-standards] (PRIiFAST8): Likewise.
35443         [C99-based-standards] (PRIoFAST8): Likewise.
35444         [C99-based-standards] (PRIuFAST8): Likewise.
35445         [C99-based-standards] (PRIxFAST8): Likewise.
35446         [C99-based-standards] (PRIXFAST8): Likewise.
35447         [C99-based-standards] (SCNdFAST8): Likewise.
35448         [C99-based-standards] (SCNiFAST8): Likewise.
35449         [C99-based-standards] (SCNoFAST8): Likewise.
35450         [C99-based-standards] (SCNuFAST8): Likewise.
35451         [C99-based-standards] (SCNxFAST8): Likewise.
35452         [C99-based-standards] (PRId16): Likewise.
35453         [C99-based-standards] (PRIi16): Likewise.
35454         [C99-based-standards] (PRIo16): Likewise.
35455         [C99-based-standards] (PRIu16): Likewise.
35456         [C99-based-standards] (PRIx16): Likewise.
35457         [C99-based-standards] (PRIX16): Likewise.
35458         [C99-based-standards] (SCNd16): Likewise.
35459         [C99-based-standards] (SCNi16): Likewise.
35460         [C99-based-standards] (SCNo16): Likewise.
35461         [C99-based-standards] (SCNu16): Likewise.
35462         [C99-based-standards] (SCNx16): Likewise.
35463         [C99-based-standards] (PRIdLEAST16): Likewise.
35464         [C99-based-standards] (PRIiLEAST16): Likewise.
35465         [C99-based-standards] (PRIoLEAST16): Likewise.
35466         [C99-based-standards] (PRIuLEAST16): Likewise.
35467         [C99-based-standards] (PRIxLEAST16): Likewise.
35468         [C99-based-standards] (PRIXLEAST16): Likewise.
35469         [C99-based-standards] (SCNdLEAST16): Likewise.
35470         [C99-based-standards] (SCNiLEAST16): Likewise.
35471         [C99-based-standards] (SCNoLEAST16): Likewise.
35472         [C99-based-standards] (SCNuLEAST16): Likewise.
35473         [C99-based-standards] (SCNxLEAST16): Likewise.
35474         [C99-based-standards] (PRIdFAST16): Likewise.
35475         [C99-based-standards] (PRIiFAST16): Likewise.
35476         [C99-based-standards] (PRIoFAST16): Likewise.
35477         [C99-based-standards] (PRIuFAST16): Likewise.
35478         [C99-based-standards] (PRIxFAST16): Likewise.
35479         [C99-based-standards] (PRIXFAST16): Likewise.
35480         [C99-based-standards] (SCNdFAST16): Likewise.
35481         [C99-based-standards] (SCNiFAST16): Likewise.
35482         [C99-based-standards] (SCNoFAST16): Likewise.
35483         [C99-based-standards] (SCNuFAST16): Likewise.
35484         [C99-based-standards] (SCNxFAST16): Likewise.
35485         [C99-based-standards] (PRId32): Likewise.
35486         [C99-based-standards] (PRIi32): Likewise.
35487         [C99-based-standards] (PRIo32): Likewise.
35488         [C99-based-standards] (PRIu32): Likewise.
35489         [C99-based-standards] (PRIx32): Likewise.
35490         [C99-based-standards] (PRIX32): Likewise.
35491         [C99-based-standards] (SCNd32): Likewise.
35492         [C99-based-standards] (SCNi32): Likewise.
35493         [C99-based-standards] (SCNo32): Likewise.
35494         [C99-based-standards] (SCNu32): Likewise.
35495         [C99-based-standards] (SCNx32): Likewise.
35496         [C99-based-standards] (PRIdLEAST32): Likewise.
35497         [C99-based-standards] (PRIiLEAST32): Likewise.
35498         [C99-based-standards] (PRIoLEAST32): Likewise.
35499         [C99-based-standards] (PRIuLEAST32): Likewise.
35500         [C99-based-standards] (PRIxLEAST32): Likewise.
35501         [C99-based-standards] (PRIXLEAST32): Likewise.
35502         [C99-based-standards] (SCNdLEAST32): Likewise.
35503         [C99-based-standards] (SCNiLEAST32): Likewise.
35504         [C99-based-standards] (SCNoLEAST32): Likewise.
35505         [C99-based-standards] (SCNuLEAST32): Likewise.
35506         [C99-based-standards] (SCNxLEAST32): Likewise.
35507         [C99-based-standards] (PRIdFAST32): Likewise.
35508         [C99-based-standards] (PRIiFAST32): Likewise.
35509         [C99-based-standards] (PRIoFAST32): Likewise.
35510         [C99-based-standards] (PRIuFAST32): Likewise.
35511         [C99-based-standards] (PRIxFAST32): Likewise.
35512         [C99-based-standards] (PRIXFAST32): Likewise.
35513         [C99-based-standards] (SCNdFAST32): Likewise.
35514         [C99-based-standards] (SCNiFAST32): Likewise.
35515         [C99-based-standards] (SCNoFAST32): Likewise.
35516         [C99-based-standards] (SCNuFAST32): Likewise.
35517         [C99-based-standards] (SCNxFAST32): Likewise.
35518         [C99-based-standards] (PRId64): Likewise.
35519         [C99-based-standards] (PRIi64): Likewise.
35520         [C99-based-standards] (PRIo64): Likewise.
35521         [C99-based-standards] (PRIu64): Likewise.
35522         [C99-based-standards] (PRIx64): Likewise.
35523         [C99-based-standards] (PRIX64): Likewise.
35524         [C99-based-standards] (SCNd64): Likewise.
35525         [C99-based-standards] (SCNi64): Likewise.
35526         [C99-based-standards] (SCNo64): Likewise.
35527         [C99-based-standards] (SCNu64): Likewise.
35528         [C99-based-standards] (SCNx64): Likewise.
35529         [C99-based-standards] (PRIdLEAST64): Likewise.
35530         [C99-based-standards] (PRIiLEAST64): Likewise.
35531         [C99-based-standards] (PRIoLEAST64): Likewise.
35532         [C99-based-standards] (PRIuLEAST64): Likewise.
35533         [C99-based-standards] (PRIxLEAST64): Likewise.
35534         [C99-based-standards] (PRIXLEAST64): Likewise.
35535         [C99-based-standards] (SCNdLEAST64): Likewise.
35536         [C99-based-standards] (SCNiLEAST64): Likewise.
35537         [C99-based-standards] (SCNoLEAST64): Likewise.
35538         [C99-based-standards] (SCNuLEAST64): Likewise.
35539         [C99-based-standards] (SCNxLEAST64): Likewise.
35540         [C99-based-standards] (PRIdFAST64): Likewise.
35541         [C99-based-standards] (PRIiFAST64): Likewise.
35542         [C99-based-standards] (PRIoFAST64): Likewise.
35543         [C99-based-standards] (PRIuFAST64): Likewise.
35544         [C99-based-standards] (PRIxFAST64): Likewise.
35545         [C99-based-standards] (PRIXFAST64): Likewise.
35546         [C99-based-standards] (SCNdFAST64): Likewise.
35547         [C99-based-standards] (SCNiFAST64): Likewise.
35548         [C99-based-standards] (SCNoFAST64): Likewise.
35549         [C99-based-standards] (SCNuFAST64): Likewise.
35550         [C99-based-standards] (SCNxFAST64): Likewise.
35551         [C99-based-standards] (PRIdMAX): Likewise.
35552         [C99-based-standards] (PRIiMAX): Likewise.
35553         [C99-based-standards] (PRIoMAX): Likewise.
35554         [C99-based-standards] (PRIuMAX): Likewise.
35555         [C99-based-standards] (PRIxMAX): Likewise.
35556         [C99-based-standards] (PRIXMAX): Likewise.
35557         [C99-based-standards] (SCNdMAX): Likewise.
35558         [C99-based-standards] (SCNiMAX): Likewise.
35559         [C99-based-standards] (SCNoMAX): Likewise.
35560         [C99-based-standards] (SCNuMAX): Likewise.
35561         [C99-based-standards] (SCNxMAX): Likewise.
35562         [C99-based-standards] (PRIdPTR): Likewise.
35563         [C99-based-standards] (PRIiPTR): Likewise.
35564         [C99-based-standards] (PRIoPTR): Likewise.
35565         [C99-based-standards] (PRIuPTR): Likewise.
35566         [C99-based-standards] (PRIxPTR): Likewise.
35567         [C99-based-standards] (PRIXPTR): Likewise.
35568         [C99-based-standards] (SCNdPTR): Likewise.
35569         [C99-based-standards] (SCNiPTR): Likewise.
35570         [C99-based-standards] (SCNoPTR): Likewise.
35571         [C99-based-standards] (SCNuPTR): Likewise.
35572         [C99-based-standards] (SCNxPTR): Likewise.
35573         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35574         allow.
35575         * conform/data/stdint.h-data: Update comments to clarify
35576         requirements.
35577         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35578         type.
35579         [C99-based standards] (INT8_MAX): Likewise.
35580         [C99-based standards] (INT16_MIN): Likewise.
35581         [C99-based standards] (INT16_MAX): Likewise.
35582         [C99-based standards] (INT32_MIN): Likewise.
35583         [C99-based standards] (INT32_MAX): Likewise.
35584         [C99-based standards] (INT64_MIN): Likewise.
35585         [C99-based standards] (INT64_MAX): Likewise.
35586         [C99-based standards] (UINT8_MAX): Likewise.
35587         [C99-based standards] (UINT16_MAX): Likewise.
35588         [C99-based standards] (UINT32_MAX): Likewise.
35589         [C99-based standards] (UINT64_MAX): Likewise.
35590         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35591         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35592         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35593         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35594         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35595         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35596         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35597         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35598         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35599         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35600         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35601         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35602         [C99-based standards] (INT_FAST8_MIN): Likewise.
35603         [C99-based standards] (INT_FAST8_MAX): Likewise.
35604         [C99-based standards] (INT_FAST16_MIN): Likewise.
35605         [C99-based standards] (INT_FAST16_MAX): Likewise.
35606         [C99-based standards] (INT_FAST32_MIN): Likewise.
35607         [C99-based standards] (INT_FAST32_MAX): Likewise.
35608         [C99-based standards] (INT_FAST64_MIN): Likewise.
35609         [C99-based standards] (INT_FAST64_MAX): Likewise.
35610         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35611         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35612         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35613         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35614         [C99-based standards] (INTPTR_MIN): Likewise.
35615         [C99-based standards] (INTPTR_MAX): Likewise.
35616         [C99-based standards] (UINTPTR_MAX): Likewise.
35617         [C99-based standards] (INTMAX_MIN): Likewise.
35618         [C99-based standards] (INTMAX_MAX): Likewise.
35619         [C99-based standards] (UINTMAX_MAX): Likewise.
35620         [C99-based standards] (PTRDIFF_MIN): Likewise.
35621         [C99-based standards] (PTRDIFF_MAX): Likewise.
35622         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35623         [C99-based standards] (SIZE_MAX): Likewise.
35624         [C99-based standards] (WCHAR_MAX): Likewise.
35625         [C99-based standards] (WINT_MAX): Likewise.
35626         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35627         constraint on value.
35628         [C99-based standards] (WCHAR_MIN): Likewise.
35629         [C99-based standards] (WINT_MIN): Likewise.
35630         [C99-based standards] (*_t): Allow.
35631         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35632         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35633         Include math.h-data and complex.h-data.  Remove all expectations
35634         of math.h and complex.h contents.
35635         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35636         at end of line.
35637         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35638         (struct tm): Expect tag.
35639         [C99-based-standards] (wcstof): Expect function.
35640         [C99-based-standards] (wcstold): Likewise.
35641         [C99-based-standards] (wcstoll): Likewise.
35642         [C99-based-standards] (wcstoull): Likewise.
35643         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35644         macro-int-constant.  Specify type.
35645         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35646         constraint on value.
35647         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35648         Specify type.
35649         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35650         Specify value.
35651         [ISO C standards]: Do not allow headers.
35652         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35653         wcs[abcdefghijklmnopqrstuvwxyz]*.
35654         [ISO C standards] (*_t): Do not allow.
35655         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35656         Expect function.
35657         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35658         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35659         Specify type.
35660         [ISO C standards]: Do not allow headers.
35661         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35662         is[abcdefghijklmnopqrstuvwxyz]*.
35663         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35664         to[abcdefghijklmnopqrstuvwxyz]*.
35665         [ISO C standards] (*_t): Do not allow.
35666         * conform/data/stdalign.h-data: New file.
35667         * conform/data/stdbool.h-data: Likewise.
35668         * conform/data/stdnoreturn.h-data: Likewise.
35670 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35672         [BZ #14815]
35673         * manual/filesys.texi (Directory Entries): Typo fix.
35674         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35676 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35678         * elf/elf.h (EM_AARCH64): New macro.
35679         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35680         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35681         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35682         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35683         (R_AARCH64_TLSDESC): Likewise.
35684         (NT_ARM_TLS): Likewise.
35685         (NT_ARM_HW_BREAK): Likewise.
35686         (NT_ARM_HW_WATCH): Likewise.
35688 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35690         [BZ #14811]
35691         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35692         (__ieee754_powl): Saturate nonzero exponents with absolute value
35693         below 0x1p-79 to +/- 0x1p-79.
35694         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35695         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35696         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35697         nonzero exponents with absolute value below 0x1p-32 to +/-
35698         0x1p-32.
35699         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35700         (__ieee754_powl): Saturate nonzero exponents with absolute value
35701         below 0x1p-79 to +/- 0x1p-79.
35702         * math/libm-test.inc (pow_test): Add more tests.
35704 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35706         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35707         _dl_s390_cap_flags with kernel. Increase string length.
35708         (_dl_s390_platforms): Add z196 and zEC12.
35710 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35712         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35713         Change XOPEN21K to XOPEN2K.
35715 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35717         * string/memmove.c: Use memcpy when possible.
35719 2012-11-06  Andreas Jaeger  <aj@suse.de>
35721         * po/eo.po: Update from translation team.
35723 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35725         [BZ #14793]
35726         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35727         exponent and small x and y exponents, scale x or y up.  Increase
35728         by 2 the exponent used in scaling up.
35729         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35730         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35731         * math/libm-test.inc (fma_test): Add more tests.
35732         (fma_test_towardzero): Likewise.
35733         (fma_test_downward): Likewise.
35734         (fma_test_upward): Likewise.
35736 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35738         [BZ #14805]
35739         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35740         fenv_t *.
35742         [BZ #14801]
35743         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35744         namespace for names of struct fields.
35745         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35746         fenv_t fields.
35747         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35748         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35750 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35752         [BZ #3665]
35753         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35755 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35757         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35758         PTR_DEMANGLE.
35760         [BZ #5246]
35761         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35762         PTR_DEMANGLE.
35764 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35766         [BZ #14797]
35767         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35768         definitely overflow as x * y not x * y + z.
35769         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35770         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35771         * math/libm-test.inc (fma_test): Add more tests.
35772         (fma_test_towardzero): Likewise.
35773         (fma_test_downward): Likewise.
35774         (fma_test_upward): Likewise.
35776 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35778         [BZ #157]
35780         * include/stub-tag.h: Remove file.
35781         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35782         '#include' of it.
35783         * manual/maint.texi (Porting): Don't reference it.
35784         * Makerules ($(objpfx)stubs): Likewise.
35785         * dirent/closedir.c: Don't include <stub-tag.h>.
35786         * dirent/dirfd.c: Likewise.
35787         * dirent/fdopendir.c: Likewise.
35788         * dirent/getdents.c: Likewise.
35789         * dirent/getdents64.c: Likewise.
35790         * dirent/opendir.c: Likewise.
35791         * dirent/readdir.c: Likewise.
35792         * dirent/readdir64.c: Likewise.
35793         * dirent/readdir64_r.c: Likewise.
35794         * dirent/readdir_r.c: Likewise.
35795         * dirent/rewinddir.c: Likewise.
35796         * dirent/seekdir.c: Likewise.
35797         * dirent/telldir.c: Likewise.
35798         * gmon/profil.c: Likewise.
35799         * grp/setgroups.c: Likewise.
35800         * inet/if_index.c: Likewise.
35801         * io/access.c: Likewise.
35802         * io/chdir.c: Likewise.
35803         * io/chmod.c: Likewise.
35804         * io/chown.c: Likewise.
35805         * io/close.c: Likewise.
35806         * io/dup.c: Likewise.
35807         * io/dup2.c: Likewise.
35808         * io/dup3.c: Likewise.
35809         * io/euidaccess.c: Likewise.
35810         * io/faccessat.c: Likewise.
35811         * io/fchdir.c: Likewise.
35812         * io/fchmod.c: Likewise.
35813         * io/fchmodat.c: Likewise.
35814         * io/fchown.c: Likewise.
35815         * io/fchownat.c: Likewise.
35816         * io/fcntl.c: Likewise.
35817         * io/flock.c: Likewise.
35818         * io/fstatfs.c: Likewise.
35819         * io/fstatfs64.c: Likewise.
35820         * io/fstatvfs.c: Likewise.
35821         * io/fstatvfs64.c: Likewise.
35822         * io/futimens.c: Likewise.
35823         * io/fxstat.c: Likewise.
35824         * io/fxstat64.c: Likewise.
35825         * io/fxstatat.c: Likewise.
35826         * io/fxstatat64.c: Likewise.
35827         * io/getcwd.c: Likewise.
35828         * io/isatty.c: Likewise.
35829         * io/lchmod.c: Likewise.
35830         * io/lchown.c: Likewise.
35831         * io/link.c: Likewise.
35832         * io/linkat.c: Likewise.
35833         * io/lseek.c: Likewise.
35834         * io/lseek64.c: Likewise.
35835         * io/lxstat64.c: Likewise.
35836         * io/mkdir.c: Likewise.
35837         * io/mkdirat.c: Likewise.
35838         * io/mkfifo.c: Likewise.
35839         * io/mkfifoat.c: Likewise.
35840         * io/open.c: Likewise.
35841         * io/open64.c: Likewise.
35842         * io/openat.c: Likewise.
35843         * io/openat64.c: Likewise.
35844         * io/pipe.c: Likewise.
35845         * io/pipe2.c: Likewise.
35846         * io/poll.c: Likewise.
35847         * io/posix_fadvise.c: Likewise.
35848         * io/posix_fadvise64.c: Likewise.
35849         * io/posix_fallocate.c: Likewise.
35850         * io/posix_fallocate64.c: Likewise.
35851         * io/read.c: Likewise.
35852         * io/readlink.c: Likewise.
35853         * io/readlinkat.c: Likewise.
35854         * io/rmdir.c: Likewise.
35855         * io/sendfile.c: Likewise.
35856         * io/sendfile64.c: Likewise.
35857         * io/statfs.c: Likewise.
35858         * io/statfs64.c: Likewise.
35859         * io/statvfs.c: Likewise.
35860         * io/statvfs64.c: Likewise.
35861         * io/symlink.c: Likewise.
35862         * io/symlinkat.c: Likewise.
35863         * io/ttyname.c: Likewise.
35864         * io/ttyname_r.c: Likewise.
35865         * io/umask.c: Likewise.
35866         * io/unlink.c: Likewise.
35867         * io/unlinkat.c: Likewise.
35868         * io/utime.c: Likewise.
35869         * io/utimensat.c: Likewise.
35870         * io/write.c: Likewise.
35871         * io/xmknod.c: Likewise.
35872         * io/xmknodat.c: Likewise.
35873         * io/xstat.c: Likewise.
35874         * io/xstat64.c: Likewise.
35875         * login/getpt.c: Likewise.
35876         * login/grantpt.c: Likewise.
35877         * login/unlockpt.c: Likewise.
35878         * math/e_acoshl.c: Likewise.
35879         * math/e_acosl.c: Likewise.
35880         * math/e_asinl.c: Likewise.
35881         * math/e_atan2l.c: Likewise.
35882         * math/e_atanhl.c: Likewise.
35883         * math/e_coshl.c: Likewise.
35884         * math/e_expl.c: Likewise.
35885         * math/e_fmodl.c: Likewise.
35886         * math/e_gammal_r.c: Likewise.
35887         * math/e_hypotl.c: Likewise.
35888         * math/e_j0l.c: Likewise.
35889         * math/e_j1l.c: Likewise.
35890         * math/e_jnl.c: Likewise.
35891         * math/e_lgammal_r.c: Likewise.
35892         * math/e_log10l.c: Likewise.
35893         * math/e_log2l.c: Likewise.
35894         * math/e_logl.c: Likewise.
35895         * math/e_powl.c: Likewise.
35896         * math/e_rem_pio2l.c: Likewise.
35897         * math/e_sinhl.c: Likewise.
35898         * math/e_sqrtl.c: Likewise.
35899         * math/fclrexcpt.c: Likewise.
35900         * math/fedisblxcpt.c: Likewise.
35901         * math/feenablxcpt.c: Likewise.
35902         * math/fegetenv.c: Likewise.
35903         * math/fegetexcept.c: Likewise.
35904         * math/fegetround.c: Likewise.
35905         * math/feholdexcpt.c: Likewise.
35906         * math/fesetenv.c: Likewise.
35907         * math/fesetround.c: Likewise.
35908         * math/feupdateenv.c: Likewise.
35909         * math/fgetexcptflg.c: Likewise.
35910         * math/fraiseexcpt.c: Likewise.
35911         * math/fsetexcptflg.c: Likewise.
35912         * math/ftestexcept.c: Likewise.
35913         * math/k_cosl.c: Likewise.
35914         * math/k_rem_pio2l.c: Likewise.
35915         * math/k_sinl.c: Likewise.
35916         * math/k_tanl.c: Likewise.
35917         * math/s_asinhl.c: Likewise.
35918         * math/s_atanl.c: Likewise.
35919         * math/s_cbrtl.c: Likewise.
35920         * math/s_erfl.c: Likewise.
35921         * math/s_expm1l.c: Likewise.
35922         * math/s_log1pl.c: Likewise.
35923         * math/s_tanhl.c: Likewise.
35924         * misc/acct.c: Likewise.
35925         * misc/brk.c: Likewise.
35926         * misc/chflags.c: Likewise.
35927         * misc/chroot.c: Likewise.
35928         * misc/fchflags.c: Likewise.
35929         * misc/fgetxattr.c: Likewise.
35930         * misc/flistxattr.c: Likewise.
35931         * misc/fremovexattr.c: Likewise.
35932         * misc/fsetxattr.c: Likewise.
35933         * misc/fsync.c: Likewise.
35934         * misc/ftruncate.c: Likewise.
35935         * misc/futimes.c: Likewise.
35936         * misc/futimesat.c: Likewise.
35937         * misc/getdomain.c: Likewise.
35938         * misc/getdtsz.c: Likewise.
35939         * misc/gethostid.c: Likewise.
35940         * misc/gethostname.c: Likewise.
35941         * misc/getloadavg.c: Likewise.
35942         * misc/getpagesize.c: Likewise.
35943         * misc/getsysstats.c: Likewise.
35944         * misc/getxattr.c: Likewise.
35945         * misc/gtty.c: Likewise.
35946         * misc/ioctl.c: Likewise.
35947         * misc/lgetxattr.c: Likewise.
35948         * misc/listxattr.c: Likewise.
35949         * misc/llistxattr.c: Likewise.
35950         * misc/lremovexattr.c: Likewise.
35951         * misc/lsetxattr.c: Likewise.
35952         * misc/lutimes.c: Likewise.
35953         * misc/madvise.c: Likewise.
35954         * misc/mincore.c: Likewise.
35955         * misc/mlock.c: Likewise.
35956         * misc/mlockall.c: Likewise.
35957         * misc/mmap.c: Likewise.
35958         * misc/mprotect.c: Likewise.
35959         * misc/msync.c: Likewise.
35960         * misc/munlock.c: Likewise.
35961         * misc/munlockall.c: Likewise.
35962         * misc/munmap.c: Likewise.
35963         * misc/preadv.c: Likewise.
35964         * misc/preadv64.c: Likewise.
35965         * misc/ptrace.c: Likewise.
35966         * misc/pwritev.c: Likewise.
35967         * misc/pwritev64.c: Likewise.
35968         * misc/readv.c: Likewise.
35969         * misc/reboot.c: Likewise.
35970         * misc/remap_file_pages.c: Likewise.
35971         * misc/removexattr.c: Likewise.
35972         * misc/revoke.c: Likewise.
35973         * misc/select.c: Likewise.
35974         * misc/setdomain.c: Likewise.
35975         * misc/setegid.c: Likewise.
35976         * misc/seteuid.c: Likewise.
35977         * misc/sethostid.c: Likewise.
35978         * misc/sethostname.c: Likewise.
35979         * misc/setregid.c: Likewise.
35980         * misc/setreuid.c: Likewise.
35981         * misc/setxattr.c: Likewise.
35982         * misc/sstk.c: Likewise.
35983         * misc/stty.c: Likewise.
35984         * misc/swapoff.c: Likewise.
35985         * misc/swapon.c: Likewise.
35986         * misc/sync.c: Likewise.
35987         * misc/syncfs.c: Likewise.
35988         * misc/syscall.c: Likewise.
35989         * misc/truncate.c: Likewise.
35990         * misc/ualarm.c: Likewise.
35991         * misc/usleep.c: Likewise.
35992         * misc/ustat.c: Likewise.
35993         * misc/utimes.c: Likewise.
35994         * misc/vhangup.c: Likewise.
35995         * misc/writev.c: Likewise.
35996         * posix/_exit.c: Likewise.
35997         * posix/alarm.c: Likewise.
35998         * posix/execve.c: Likewise.
35999         * posix/fexecve.c: Likewise.
36000         * posix/fork.c: Likewise.
36001         * posix/fpathconf.c: Likewise.
36002         * posix/getaddrinfo.c: Likewise.
36003         * posix/getegid.c: Likewise.
36004         * posix/geteuid.c: Likewise.
36005         * posix/getgid.c: Likewise.
36006         * posix/getgroups.c: Likewise.
36007         * posix/getlogin.c: Likewise.
36008         * posix/getlogin_r.c: Likewise.
36009         * posix/getpgid.c: Likewise.
36010         * posix/getpid.c: Likewise.
36011         * posix/getppid.c: Likewise.
36012         * posix/getresgid.c: Likewise.
36013         * posix/getresuid.c: Likewise.
36014         * posix/getsid.c: Likewise.
36015         * posix/getuid.c: Likewise.
36016         * posix/glob64.c: Likewise.
36017         * posix/nanosleep.c: Likewise.
36018         * posix/pathconf.c: Likewise.
36019         * posix/pause.c: Likewise.
36020         * posix/posix_madvise.c: Likewise.
36021         * posix/pread.c: Likewise.
36022         * posix/pread64.c: Likewise.
36023         * posix/pwrite.c: Likewise.
36024         * posix/pwrite64.c: Likewise.
36025         * posix/sched_getaffinity.c: Likewise.
36026         * posix/sched_getp.c: Likewise.
36027         * posix/sched_gets.c: Likewise.
36028         * posix/sched_primax.c: Likewise.
36029         * posix/sched_primin.c: Likewise.
36030         * posix/sched_rr_gi.c: Likewise.
36031         * posix/sched_setaffinity.c: Likewise.
36032         * posix/sched_setp.c: Likewise.
36033         * posix/sched_sets.c: Likewise.
36034         * posix/sched_yield.c: Likewise.
36035         * posix/setgid.c: Likewise.
36036         * posix/setlogin.c: Likewise.
36037         * posix/setpgid.c: Likewise.
36038         * posix/setresgid.c: Likewise.
36039         * posix/setresuid.c: Likewise.
36040         * posix/setsid.c: Likewise.
36041         * posix/setuid.c: Likewise.
36042         * posix/sleep.c: Likewise.
36043         * posix/spawni.c: Likewise.
36044         * posix/sysconf.c: Likewise.
36045         * posix/times.c: Likewise.
36046         * posix/wait.c: Likewise.
36047         * posix/wait3.c: Likewise.
36048         * posix/wait4.c: Likewise.
36049         * posix/waitpid.c: Likewise.
36050         * resolv/gai_sigqueue.c: Likewise.
36051         * resource/getpriority.c: Likewise.
36052         * resource/getrlimit.c: Likewise.
36053         * resource/getrusage.c: Likewise.
36054         * resource/nice.c: Likewise.
36055         * resource/setpriority.c: Likewise.
36056         * resource/setrlimit.c: Likewise.
36057         * resource/ulimit.c: Likewise.
36058         * rt/aio_cancel.c: Likewise.
36059         * rt/aio_fsync.c: Likewise.
36060         * rt/aio_read.c: Likewise.
36061         * rt/aio_sigqueue.c: Likewise.
36062         * rt/aio_suspend.c: Likewise.
36063         * rt/aio_write.c: Likewise.
36064         * rt/clock_getres.c: Likewise.
36065         * rt/clock_gettime.c: Likewise.
36066         * rt/clock_nanosleep.c: Likewise.
36067         * rt/clock_settime.c: Likewise.
36068         * rt/lio_listio.c: Likewise.
36069         * rt/mq_close.c: Likewise.
36070         * rt/mq_getattr.c: Likewise.
36071         * rt/mq_notify.c: Likewise.
36072         * rt/mq_open.c: Likewise.
36073         * rt/mq_receive.c: Likewise.
36074         * rt/mq_send.c: Likewise.
36075         * rt/mq_setattr.c: Likewise.
36076         * rt/mq_timedreceive.c: Likewise.
36077         * rt/mq_timedsend.c: Likewise.
36078         * rt/mq_unlink.c: Likewise.
36079         * rt/shm_open.c: Likewise.
36080         * rt/shm_unlink.c: Likewise.
36081         * rt/timer_create.c: Likewise.
36082         * rt/timer_delete.c: Likewise.
36083         * rt/timer_getoverr.c: Likewise.
36084         * rt/timer_gettime.c: Likewise.
36085         * rt/timer_settime.c: Likewise.
36086         * setjmp/__longjmp.c: Likewise.
36087         * setjmp/setjmp.c: Likewise.
36088         * signal/kill.c: Likewise.
36089         * signal/killpg.c: Likewise.
36090         * signal/raise.c: Likewise.
36091         * signal/sigaction.c: Likewise.
36092         * signal/sigaltstack.c: Likewise.
36093         * signal/sigblock.c: Likewise.
36094         * signal/sigignore.c: Likewise.
36095         * signal/sigintr.c: Likewise.
36096         * signal/signal.c: Likewise.
36097         * signal/sigpause.c: Likewise.
36098         * signal/sigpending.c: Likewise.
36099         * signal/sigqueue.c: Likewise.
36100         * signal/sigreturn.c: Likewise.
36101         * signal/sigset.c: Likewise.
36102         * signal/sigsetmask.c: Likewise.
36103         * signal/sigstack.c: Likewise.
36104         * signal/sigsuspend.c: Likewise.
36105         * signal/sigtimedwait.c: Likewise.
36106         * signal/sigvec.c: Likewise.
36107         * signal/sigwait.c: Likewise.
36108         * signal/sigwaitinfo.c: Likewise.
36109         * signal/sysv_signal.c: Likewise.
36110         * socket/accept.c: Likewise.
36111         * socket/accept4.c: Likewise.
36112         * socket/bind.c: Likewise.
36113         * socket/connect.c: Likewise.
36114         * socket/getpeername.c: Likewise.
36115         * socket/getsockname.c: Likewise.
36116         * socket/getsockopt.c: Likewise.
36117         * socket/isfdtype.c: Likewise.
36118         * socket/listen.c: Likewise.
36119         * socket/recv.c: Likewise.
36120         * socket/recvfrom.c: Likewise.
36121         * socket/recvmsg.c: Likewise.
36122         * socket/send.c: Likewise.
36123         * socket/sendmsg.c: Likewise.
36124         * socket/sendto.c: Likewise.
36125         * socket/setsockopt.c: Likewise.
36126         * socket/shutdown.c: Likewise.
36127         * socket/sockatmark.c: Likewise.
36128         * socket/socket.c: Likewise.
36129         * socket/socketpair.c: Likewise.
36130         * stdio-common/ctermid.c: Likewise.
36131         * stdio-common/cuserid.c: Likewise.
36132         * stdio-common/remove.c: Likewise.
36133         * stdio-common/rename.c: Likewise.
36134         * stdio-common/renameat.c: Likewise.
36135         * stdio-common/tempname.c: Likewise.
36136         * stdlib/getcontext.c: Likewise.
36137         * stdlib/makecontext.c: Likewise.
36138         * stdlib/setcontext.c: Likewise.
36139         * stdlib/swapcontext.c: Likewise.
36140         * stdlib/system.c: Likewise.
36141         * streams/fattach.c: Likewise.
36142         * streams/fdetach.c: Likewise.
36143         * streams/getmsg.c: Likewise.
36144         * streams/getpmsg.c: Likewise.
36145         * streams/putmsg.c: Likewise.
36146         * streams/putpmsg.c: Likewise.
36147         * sysdeps/unix/bsd/getpt.c: Likewise.
36148         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36149         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36150         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36152         Likewise.
36153         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36154         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36155         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36156         * sysvipc/msgctl.c: Likewise.
36157         * sysvipc/msgget.c: Likewise.
36158         * sysvipc/msgrcv.c: Likewise.
36159         * sysvipc/msgsnd.c: Likewise.
36160         * sysvipc/semctl.c: Likewise.
36161         * sysvipc/semget.c: Likewise.
36162         * sysvipc/semop.c: Likewise.
36163         * sysvipc/semtimedop.c: Likewise.
36164         * sysvipc/shmat.c: Likewise.
36165         * sysvipc/shmctl.c: Likewise.
36166         * sysvipc/shmdt.c: Likewise.
36167         * sysvipc/shmget.c: Likewise.
36168         * termios/tcdrain.c: Likewise.
36169         * termios/tcflow.c: Likewise.
36170         * termios/tcflush.c: Likewise.
36171         * termios/tcgetattr.c: Likewise.
36172         * termios/tcgetpgrp.c: Likewise.
36173         * termios/tcsendbrk.c: Likewise.
36174         * termios/tcsetattr.c: Likewise.
36175         * termios/tcsetpgrp.c: Likewise.
36176         * time/adjtime.c: Likewise.
36177         * time/clock.c: Likewise.
36178         * time/getitimer.c: Likewise.
36179         * time/gettimeofday.c: Likewise.
36180         * time/setitimer.c: Likewise.
36181         * time/settimeofday.c: Likewise.
36182         * time/stime.c: Likewise.
36183         * time/time.c: Likewise.
36185 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36187         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36188         /usr/old/bin.
36190         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36191         instead of spaces.
36192         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36194 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36196         [BZ #14796]
36197         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36198         FE_TONEAREST before applying Dekker multiplication and Knuth
36199         addition.  Clear inexact exceptions and check for exact zero
36200         results afterwards.
36201         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36202         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36203         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36204         * math/libm-test.inc (fma_test): Add more tests.
36205         (fma_test_towardzero): Likewise.
36206         (fma_test_downward): Likewise.
36207         (fma_test_upward): Likewise.
36208         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36209         function.
36210         (libc_fesetround): New macro.
36211         (libc_fesetroundf): Likewise.
36212         (libc_fesetroundl): Likewise.
36213         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36214         function.
36215         (libc_fesetround_387): Likewise.
36216         (libc_fesetroundf): New macro.
36217         (libc_fesetround): Likewise.
36218         (libc_fesetroundl): Likewise.
36219         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36220         function.
36221         (libc_fesetroundf): New macro.
36222         (libc_fesetround): Likewise.
36223         (libc_fesetroundl): Likewise.
36224         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36225         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36226         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36227         libm_hidden_ver.
36228         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36229         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36230         libm_hidden_def.
36231         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36232         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36233         libm_hidden_ver.
36234         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36235         libm_hidden_def.
36237         [BZ #3439]
36238         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36239         integer constant usable in #if and use that to give value to enum
36240         constant.
36241         (FE_DIVBYZERO): Likewise.
36242         (FE_UNDERFLOW): Likewise.
36243         (FE_OVERFLOW): Likewise.
36244         (FE_INVALID): Likewise.
36245         (FE_INVALID_SNAN): Likewise.
36246         (FE_INVALID_ISI): Likewise.
36247         (FE_INVALID_IDI): Likewise.
36248         (FE_INVALID_ZDZ): Likewise.
36249         (FE_INVALID_IMZ): Likewise.
36250         (FE_INVALID_COMPARE): Likewise.
36251         (FE_INVALID_SOFTWARE): Likewise.
36252         (FE_INVALID_SQRT): Likewise.
36253         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36254         (FE_TONEAREST): Likewise.
36255         (FE_TOWARDZERO): Likewise.
36256         (FE_UPWARD): Likewise.
36257         (FE_DOWNWARD): Likewise.
36258         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36259         (FE_DIVBYZERO): Likewise.
36260         (FE_OVERFLOW): Likewise.
36261         (FE_UNDERFLOW): Likewise.
36262         (FE_INEXACT): Likewise.
36263         (FE_TONEAREST): Likewise.
36264         (FE_DOWNWARD): Likewise.
36265         (FE_UPWARD): Likewise.
36266         (FE_TOWARDZERO): Likewise.
36267         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36268         (FE_UNDERFLOW): Likewise.
36269         (FE_OVERFLOW): Likewise.
36270         (FE_DIVBYZERO): Likewise.
36271         (FE_INVALID): Likewise.
36272         (FE_TONEAREST): Likewise.
36273         (FE_TOWARDZERO): Likewise.
36274         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36275         (FE_OVERFLOW): Likewise.
36276         (FE_UNDERFLOW): Likewise.
36277         (FE_DIVBYZERO): Likewise.
36278         (FE_INEXACT): Likewise.
36279         (FE_TONEAREST): Likewise.
36280         (FE_TOWARDZERO): Likewise.
36281         (FE_UPWARD): Likewise.
36282         (FE_DOWNWARD): Likewise.
36283         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36284         (FE_DIVBYZERO): Likewise.
36285         (FE_OVERFLOW): Likewise.
36286         (FE_UNDERFLOW): Likewise.
36287         (FE_INEXACT): Likewise.
36288         (FE_TONEAREST): Likewise.
36289         (FE_DOWNWARD): Likewise.
36290         (FE_UPWARD): Likewise.
36291         (FE_TOWARDZERO): Likewise.
36293 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36295         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36297 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36299         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36300         commands.  Quote $PWD.
36301         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36302         -x" by "export".
36303         (remove_newlines): Remove.
36305 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36307         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36308         * stdlib/stdlib.h (atof): Moved to ...
36309         * include/bits/stdlib-float.h: Here.  New file.
36310         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36311         * stdlib/bits/stdlib-float.h: New file.
36312         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36313         -mno-sse -mno-mmx.
36314         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36315         <xmmintrin.h>.
36317 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36319         * conform/conformtest.pl (@headers): Add fenv.h.
36320         * conform/data/fenv.h-data: New file.
36321         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36322         include of <math/fenv.h>.
36324         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36325         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36326         && !UNIX98].  Enables tests for XOPEN2K8.
36327         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36328         POSIX2008]: Likewise.
36330         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36331         (struct rusage): Do not expect type or its members.
36333         [BZ #3439]
36334         * math/math.h (FP_NAN): Define macro to integer constant usable in
36335         #if and use that to give value to enum constant.
36336         (FP_INFINITE): Likewise.
36337         (FP_ZERO): Likewise.
36338         (FP_SUBNORMAL): Likewise.
36339         (FP_NORMAL): Likewise.
36341 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36343         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36344         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36345         arguments.
36347 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36349         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36350         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36351         autoconf-time if not.
36352         * configure.in: Remove AC_PREREQ.
36354 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36356         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36357         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36358         of the internal implementation.
36360 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36362         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36363         except include of <misc/sys/syslog.h>.
36365 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36368         function returns with a NULL context exit with zero.
36370 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36372         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36374 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36376         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36377         (run_program_cmd): This.
36378         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36379         (tst_langinfo): New variable.  Use it.
36381 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36383         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36384         floating point opcodes.
36386 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36388         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36389         variable.
36391         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36393         * sysdeps/mach/hurd/powerpc: Remove directory.
36394         * sysdeps/mach/powerpc: Likewise.
36396 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36398         * scripts/check-local-headers.sh: Ignore c++ headers.
36400 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36402         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36403         __libc_cleanup_region_start argument.
36405 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36407         [BZ #14784]
36408         [BZ #14785]
36409         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36410         x * y using scaling, not as x * y + z.
36411         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36412         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36413         * math/libm-test.inc (fma_test): Add more tests.
36414         (fma_test_towardzero): Likewise.
36415         (fma_test_downward): Likewise.
36416         (fma_test_upward): Likewise.
36418 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36420         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36422 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36424         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36425         New variable.
36427 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36429         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36431 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36434         Fix sort order.
36435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36436         Likewise.
36438 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36441         Fix the order of the list for glibc 2.17.
36442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36443         Likewise.
36445 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36447         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36449 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36451         [BZ #14610]
36452         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36453         for low part of x being zero before using __atanl (y).
36454         * math/libm-test.inc (atan2_test): Add another test.
36456         * manual/install.texi (Configuring and compiling): Document
36457         general use of test-wrapper and test-wrapper-env.
36458         * INSTALL: Regenerated.
36460         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36461         (__fma): Do not extract and scale down low bits on after-rounding
36462         systems when result rounded to normal precision would have normal
36463         exponent.
36464         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36465         (__fmal): Do not extract and scale down low bits on after-rounding
36466         systems when result rounded to normal precision would have normal
36467         exponent.
36468         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36469         (__fmal): Do not extract and scale down low bits on after-rounding
36470         systems when result rounded to normal precision would have normal
36471         exponent.
36472         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36473         macro.
36474         (fma_test): Add more tests.
36475         (fma_test_towardzero): Likewise.
36476         (fma_test_downward): Likewise.
36477         (fma_test_upward): Likewise.
36479 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36481         * sysdeps/i386/tininess.h: Renamed to ...
36482         * sysdeps/x86/tininess.h: This.
36483         * sysdeps/x86_64/tininess.h: Removed.
36485 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36487         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36488         input.  Use $(build-program-cmd).
36489         ($(objpfx)tst-array1-static.out): Likewise.
36490         ($(objpfx)tst-array2.out): Likewise.
36491         ($(objpfx)tst-array3.out): Likewise.
36492         ($(objpfx)tst-array4.out): Likewise.
36493         ($(objpfx)tst-array5.out): Likewise.
36494         ($(objpfx)tst-array5-static.out): Likewise.
36496 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36498         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36499         if defined.
36501         * nss/nsswitch.h (nss_interface_function): Provide new
36502         macro for use with NSS functions.
36503         * grp/initgroups.c: Use new macro.
36504         * nss/getXXbyYY.c: Likewise.
36505         * nss/getXXbyYY_r.c: Likewise.
36506         * nss/getXXent.c: Likewise.
36507         * nss/getXXent_r.c: Likewise.
36508         * sysdeps/posix/getaddrinfo.c: Likewise.
36510 2012-10-30  Andreas Jaeger  <aj@suse.de>
36512         * po/ru.po: Update Russion translation from translation project.
36514 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36516         [BZ #14152]
36517         [BZ #14783]
36518         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36519         result and shift together with sticky bit instead of replicating
36520         round-to-nearest rounding.
36521         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36522         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36523         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36524         missing underflow exceptions.
36525         (fma_test_towardzero): Add more tests.
36526         (fma_test_downward): Likewise.
36527         (fma_test_upward): Likewise.
36529         [BZ #14047]
36530         * sysdeps/generic/tininess.h: New file.
36531         * sysdeps/i386/tininess.h: Likewise.
36532         * sysdeps/sh/tininess.h: Likewise.
36533         * sysdeps/x86_64/tininess.h: Likewise.
36534         * stdlib/tst-strtod-underflow.c: Likewise.
36535         * stdlib/tst-tininess.c: Likewise.
36536         * stdlib/strtod_l.c: Include <tininess.h>.
36537         (round_and_return): Do not set errno for exact underflow cases.
36538         Force an underflow exception when setting errno for underflow.
36539         Determine underflow based on rounding to normal precision if
36540         TININESS_AFTER_ROUNDING.
36541         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36542         ERANGE for exact underflow cases.
36543         * stdlib/Makefile (tests): Add tst-tininess and
36544         tst-strtod-underflow.
36545         ($(objpfx)tst-tininess): Use $(link-libm).
36546         ($(objpfx)tst-strtod-underflow): Likewise.
36548 2012-10-30  Andreas Jaeger  <aj@suse.de>
36550         [BZ#14767]
36551         * elf/Makefile (tests): Remove conditional for have-initfini-array
36552         since this is now always required and the variable does not exist
36553         anymore.
36554         (tests-static): Likewise.
36555         (modules-names): Likewise.
36557         * po/eo.po: Add Esperanto translation from translation project.
36559         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36560         merged with constructor/destructor.
36561         (init_array): Likewise.
36562         * elf/tst-array2dep.c (fini_array): Likewise.
36563         (init_array): Likewise.
36565 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36567         * manual/message.texi: Delete @cartouche tags.
36569 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36571         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36572         EOPNOTSUPP.
36573         * sysdeps/mach/hurd/fsync.c: Likewise.
36575         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36576         [_POSIX_REALTIME_SIGNALS]: Change condition to
36577         [_POSIX_REALTIME_SIGNALS > 0].
36579 2012-10-27  Andreas Jaeger  <aj@suse.de>
36581         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36582         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36583         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36584         [__WORDSIZE != 64]: Likewise.
36586 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36588         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36589         *  iconvdata/tst-tables.sh: Likewise.
36591 2012-10-25  David S. Miller  <davem@davemloft.net>
36593         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36594         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36595         of strtoull.
36597         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36598         ifunc-impl-list.c
36599         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36600         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36601         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36602         file.
36604 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36606         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36607         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36608         __getdirentries.
36610 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36611             Jim Blandy  <jimb@codesourcery.com>
36613         * scripts/cross-test-ssh.sh: New file.
36614         * manual/install.texi (Configuring and compiling): Document use of
36615         cross-test-ssh.sh.
36616         * INSTALL: Regenerated.
36618 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36620         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36621         EOPNOTSUPP.
36623 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36625         * Makeconfig (run-program-prefix): Fix comment.
36627 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36628             Jim Blandy  <jimb@codesourcery.com>
36630         * Makeconfig (test-wrapper): New variable,
36631         (test-wrapper-env): Likewise.
36632         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36633         (run-built-tests): Define to yes.
36634         (run-program-prefix): Use $(test-wrapper).
36635         (built-program-cmd): Likewise.
36636         * Rules (make-test-out): Use $(test-wrapper-env) and
36637         $(host-built-program-cmd).
36638         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36639         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36640         tst-pathopt.sh.
36641         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36642         $(test-wrapper-env) to tst-rtld-load-self.sh.
36643         ($(objpfx)order2.out): Use $(test-wrapper).
36644         ($(objpfx)tst-initorder.out): Likewise.
36645         ($(objpfx)tst-initorder2.out): Likewise.
36646         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36647         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36648         (test_wrapper_env): New variable.  Use it to run ld.so.
36649         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36650         Use it to run ld.so.
36651         (test_wrapper_env): Likewise.
36652         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36653         $(test-wrapper) to run-iconv-test.sh.
36654         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36655         (ICONV): Use $test_wrapper.
36656         * posix/Makefile ($(objpfx)globtest.out): Pass
36657         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36658         globtest.sh, not $(run-program-prefix).
36659         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36660         (test_wrapper): Likewise.
36661         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36662         set together with run_via_rtld_prefix.
36663         (run_program_prefix): Define in terms of test_wrapper and
36664         run_via_rtld_prefix.
36666 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36668         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36669         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36670         Targets removed.
36672         [BZ #14743]
36673         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36674         Declare __clock_getres, __clock_gettime, __clock_settime,
36675         __clock_nanosleep, and __clock_getcpuclockid.
36676         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36677         Remove librt_hidden_def (clock_gettime).
36678         * sysdeps/unix/clock_gettime.c: Likewise.
36679         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36680         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36681         * rt/clock_getres.c: Define __clock_getres as an alias.
36682         * sysdeps/posix/clock_getres.c: Likewise.
36683         * rt/clock_settime.c: Define __clock_settime as an alias.
36684         * sysdeps/unix/clock_settime.c: Likewise.
36685         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36686         * sysdeps/unix/clock_nanosleep.c: Likewise.
36687         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36688         * rt/clock-compat.c: New file.
36689         * rt/Makefile (librt-routines): Add clock-compat and move
36690         $(clock-routines) to ...
36691         (routines): ... here, new variable.
36692         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36693         Don't add get_clockfreq here.
36694         * rt/Versions (libc: GLIBC_2.17): New version set.
36695         Add clock_* symbols here.
36696         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36697         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36698         (GLIBC_2.17): Add clock_* symbols.
36699         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36700         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36701         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36703         Likewise.
36704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36705         Likewise.
36706         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36707         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36708         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36709         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36710         * NEWS: Mention the move.
36712         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36713         Use __open, __read, __close rather than their public counterparts.
36714         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36715         (__get_clockfreq_via_cpuinfo): Likewise.
36716         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36717         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36719         * config.h.in (HAVE_IFUNC): New #undef.
36720         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36721         was successful.
36722         * configure: Regenerated.
36724 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36726         * configure.in: Move READELF check to start of file.
36727         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36728         libc_cv_asm_gnu_indirect_function in the process.
36729         * configure: Regenerated.
36731 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36733         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36734         send the output to /dev/null.
36735         (libc_cv_cc_with_libunwind): Likewise.
36736         (libc_cv_as_noexecstack): Likewise.
36737         * configure: Regenerate.
36739 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36741         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36743         * posix/globtest.sh (TMPDIR): Do not set.
36744         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36745         (testout): Likewise.
36747 2012-10-24  Andreas Jaeger  <aj@suse.de>
36749         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36750         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36751         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36752         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36753         posix_fadvise64, posix_fallocate64.
36755         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36756         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36757         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36758         Likewise.
36759         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36760         Likewise.
36761         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36763         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36764         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36765         <bits/fcntl-linux.h>.
36766         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36768         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36769         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36770         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36771         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36772         [__WORDSIZE != 64]: Likewise.
36774 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36776         * Makeconfig (run-built-tests): New variable.
36777         * Rules [$(cross-compiling) = yes]: Change condition to
36778         [$(run-built-tests) = no].
36779         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36780         to [$(run-built-tests) = yes].
36781         * elf/Makefile [$(cross-compiling) = no]: Likewise
36782         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36783         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36784         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36785         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36786         * io/Makefile [$(cross-compiling) = no]: Likewise.
36787         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36788         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36789         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36790         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36791         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36792         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36793         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36794         * string/Makefile [$(cross-compiling) = no]: Likewise.
36796         * posix/Makefile ($(objpfx)globtest.out): Pass
36797         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36798         $(rtld-installed-name).
36799         * posix/globtest.sh (elf_objpfx): Remove variable.
36800         (rtld_installed_name): Likewise.
36801         (library_path): Likewise.
36802         (run_program_prefix): New variable.  Use for running globtest
36803         binary.
36805 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36806             Joseph Myers  <joseph@codesourcery.com>
36808         * Makeconfig (host-built-program-cmd): New variable.
36809         * elf/Makefile (tst-stackguard1-ARGS): Use
36810         $(host-built-program-cmd).
36811         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36812         (tst-spawn-ARGS): Likewise.
36813         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36815 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36816             Jim Blandy  <jimb@codesourcery.com>
36818         * Makeconfig (run-via-rtld-prefix): New variable.
36819         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36820         (built-program-cmd): Likewise.
36822 2012-10-22  Andreas Jaeger  <aj@suse.de>
36824         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36825         __O_RSYNC if it exists, otherwise to O_SYNC.
36827 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36828             Joseph Myers  <joseph@codesourcery.com>
36830         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36831         /dev/null.
36832         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36833         from /dev/null
36834         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36835         /dev/null.
36837 2012-10-22  Andreas Jaeger  <aj@suse.de>
36839         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36840         Define always.
36841         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36843         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36844         bits/fcntl-linux.h.
36846         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36847         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36849         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36850         to __O_LARGEFILE.
36851         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36852         to __O_LARGEFILE.
36854 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36855             Joseph Myers  <joseph@codesourcery.com>
36857         * config.make.in (NM): New variable.
36859 2012-10-21  Andreas Jaeger  <aj@suse.de>
36861         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36862         definitions and declarations that are provided by
36863         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36865 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36867         [BZ #14683]
36868         * elf/Makefile (tests-static): Add tst-leaks1-static.
36869         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36870         ($(objpfx)tst-leaks1-static): New rule.
36871         ($(objpfx)tst-leaks1-static-mem): Likewise.
36872         (tst-leaks1-static-ENV): New macro.
36873         * elf/dl-open.c (dl_open_worker): Check the main application
36874         only if SHARED is defined.
36875         * elf/tst-leaks1-static.c: New file.
36877 2012-10-20  Andreas Jaeger  <aj@suse.de>
36879         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36880         generic values for Linux.
36881         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36882         and declarations that are provided by <bits/fcntl-linux.h> and
36883         include <bits/fcntl-linux.h>.
36884         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36885         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36887 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36889         * io/fcntl.h: Move include of <bits/types.h> to the top and
36890         include it unconditionally.
36892 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36894         * wcsmbs/Makefile (tests-ifunc): New variable.
36895         (tests): Add $(tests-ifunc).
36896         * wcsmbs/test-wcschr-ifunc.c: New file.
36897         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36898         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36899         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36900         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36901         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36903         * string/Makefile (tests-ifunc): New variable.
36904         (tests): Add $(tests-ifunc).
36905         * string/test-memccpy.c (TEST_NAME): New macro.
36906         * string/test-memchr.c (TEST_NAME): Likewise.
36907         * string/test-memcmp.c (TEST_NAME): Likewise.
36908         * string/test-memcpy.c (TEST_NAME): Likewise.
36909         * string/test-memmem.c (TEST_NAME): Likewise.
36910         * string/test-memmove.c (TEST_NAME): Likewise.
36911         * string/test-memset.c (TEST_NAME): Likewise.
36912         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36913         * string/test-stpcpy.c (TEST_NAME): Likewise.
36914         * string/test-stpncpy.c (TEST_NAME): Likewise.
36915         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36916         * string/test-strcasestr.c (TEST_NAME): Likewise.
36917         * string/test-strcat.c (TEST_NAME): Likewise.
36918         * string/test-strchr.c (TEST_NAME): Likewise.
36919         * string/test-strcmp.c(TEST_NAME): Likewise.
36920         * string/test-strcpy.c (TEST_NAME): Likewise.
36921         * string/test-strcspn.c (TEST_NAME): Likewise.
36922         * string/test-strlen.c (TEST_NAME): Likewise.
36923         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36924         * string/test-strncmp.c (TEST_NAME): Likewise.
36925         * string/test-strncpy.c (TEST_NAME): Likewise.
36926         * string/test-strnlen.c (TEST_NAME): Likewise.
36927         * string/test-strpbrk.c (TEST_NAME): Likewise.
36928         * string/test-strrchr.c (TEST_NAME): Likewise.
36929         * string/test-strspn.c (TEST_NAME): Likewise.
36930         * string/test-strstr.c (TEST_NAME): Likewise.
36931         * string/test-bcopy-ifunc.c: New file.
36932         * string/test-bzero-ifunc.c: Likewise.
36933         * string/test-memccpy-ifunc.c: Likewise.
36934         * string/test-memchr-ifunc.c: Likewise.
36935         * string/test-memcmp-ifunc.c: Likewise.
36936         * string/test-memcpy-ifunc.c: Likewise.
36937         * string/test-memmem-ifunc.c: Likewise.
36938         * string/test-memmove-ifunc.c: Likewise.
36939         * string/test-mempcpy-ifunc.c: Likewise.
36940         * string/test-memset-ifunc.c: Likewise.
36941         * string/test-rawmemchr-ifunc.c: Likewise.
36942         * string/test-stpcpy-ifunc.c: Likewise.
36943         * string/test-stpncpy-ifunc.c: Likewise.
36944         * string/test-strcasecmp-ifunc.c: Likewise.
36945         * string/test-strcasestr-ifunc.c: Likewise.
36946         * string/test-strcat-ifunc.c: Likewise.
36947         * string/test-strchr-ifunc.c: Likewise.
36948         * string/test-strchrnul-ifunc.c: Likewise.
36949         * string/test-strcmp-ifunc.c: Likewise.
36950         * string/test-strcpy-ifunc.c: Likewise.
36951         * string/test-strcspn-ifunc.c: Likewise.
36952         * string/test-strlen-ifunc.c: Likewise.
36953         * string/test-strncasecmp-ifunc.c: Likewise.
36954         * string/test-strncat-ifunc.c: Likewise.
36955         * string/test-strncmp-ifunc.c: Likewise.
36956         * string/test-strncpy-ifunc.c: Likewise.
36957         * string/test-strnlen-ifunc.c: Likewise.
36958         * string/test-strpbrk-ifunc.c: Likewise.
36959         * string/test-strrchr-ifunc.c: Likewise.
36960         * string/test-strspn-ifunc.c: Likewise.
36961         * string/test-strstr-ifunc.c: Likewise.
36963         * debug/Makefile (tests-ifunc): New variable.
36964         (tests): Add $(tests-ifunc).
36965         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36966         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36967         * debug/test-stpcpy_chk-ifunc.c: New file.
36968         * debug/test-strcpy_chk-ifunc.c: Likewise.
36970 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36972         [BZ #13601]
36973         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36974         header is not read in.
36976 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36978         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36979         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36980         directly.  Pass built executable to script as
36981         $(built-program-cmd).
36982         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36983         $testprogram without using LD_LIBRARY_PATH and $ldso.
36985         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36986         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36987         $(rtld-installed-name).
36988         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36989         (rtld_installed_name): Likewise.
36990         (library_path): Likewise.
36991         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36992         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36993         $(run-program-prefix) to tst-tables.sh.
36994         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36995         it to run tst-table-from and tst-table-to.
36996         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36997         Pass it to tst-table.sh.
36998         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36999         $(run-program-prefix) to tst-gettext.sh.
37000         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37001         tst-translit.sh.
37002         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37003         tst-gettext2.sh.
37004         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37005         to run tst-gettext.
37006         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37007         to run tst-gettext2.
37008         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37009         to run tst-translit.
37010         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37011         $(run-program-prefix) to tst-mtrace.sh.
37012         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37013         to run tst-mtrace.
37014         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37015         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37016         $(rtld-installed-name).
37017         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37018         (rtld_installed_name): Likewise.
37019         (run_program_prefix): New variable.  Use it to run wordexp-test.
37021         * Makeconfig (ARCH): Remove all definitions.
37022         (machine): Likewise.
37023         [ARCH]: Remove conditional code.
37024         [!objdir]: Give error.
37025         [!objdir] (objpfx): Remove.
37026         [!objdir] (common-objpfx): Likewise.
37027         [!objdir] (common-objdir): Likewise.
37028         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37029         AC_CONFIG_FILES call.
37030         * configure: Regenerated.
37032         [BZ #13888]
37033         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37034         or TMPDIR.
37035         (testout): Likewise.
37037         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37038         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37039         $(rtld-installed-name).
37040         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37041         (rtld_installed_name): Likwise.
37042         (runit): Remove function.
37043         (run_getconf): New variable,  Use it for running getconf binary.
37045 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37047         [BZ #14716]
37048         * string/test-memmem.c (check_result): New function.
37049         (do_one_test): Use it.
37050         (check1): New function.
37051         (test_main): Use it.
37053 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37055         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37057 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37059         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37060         (_G_LSEEK64): Likewise.
37061         (_G_MMAP64): Likewise.
37062         (_G_FSTAT64): Likewise.
37063         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37064         (_G_LSEEK64): Likewise.
37065         (_G_MMAP64): Likewise.
37066         (_G_FSTAT64): Likewise.
37067         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37068         unconditional.  Call __mmap64 directly.
37069         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37070         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37071         __lseek64 directly.
37072         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37073         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37074         __mmap64 directly.
37075         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37076         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37077         __lseek64 directly.
37078         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37079         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37080         __lseek64 directly.
37081         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37082         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37083         __lseek64 directly.
37084         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37085         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37086         __fxstat64 directly.
37087         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37088         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37089         unconditional.
37090         (freopen64) [!_G_OPEN64]: Remove conditional code.
37091         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37092         unconditional.
37093         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37094         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37095         unconditional.
37096         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37097         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37098         unconditional.
37099         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37100         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37101         unconditional.
37102         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37103         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37104         unconditional.
37105         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37106         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37107         unconditional.
37108         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37109         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37110         unconditional.
37111         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37113 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37115         [BZ #12140]
37116         * manual/memory.texi (Malloc Tunable Parameters): Add note
37117         about free list pointers overwriting some perturb bytes.
37118         Wording suggested by Roland McGrath.
37120 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37122         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37123         (lgamma_test): Likewise.
37124         (tgamma_test): Likewise.
37126 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37128         [BZ #14700]
37129         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37130         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37132 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37134         * NEWS: Mention BZ #14716.
37135         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37136         when removing AVAILABLE1_USES_J macro.
37138 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37140         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37141         (__bswap_64): __uint64_t for unsigned 64-bit int.
37143 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37145         * include/string.h (memmem): Declare libc hidden alias.
37146         * string/memmem.c (memmem): Define libc hidden alias.
37147         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37148         __read, __close instead of open, read, close.
37150 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37152         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37153         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37154         global and hidden.
37155         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37156         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37157         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37158         Likewise.
37159         (__rawmemchr_sse2): Likewise.
37160         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37161         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37162         (__strchr_sse2): Likewise.
37163         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37164         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37165         (__strcasecmp_sse2): Likewise.
37166         (__strncasecmp_sse2): Likewise.
37167         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37168         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37169         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37170         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37171         (__strrchr_sse2): Likewise.
37172         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37173         ifunc-impl-list.c.
37174         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37175         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37176         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37177         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37178         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37179         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37180         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37181         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37182         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37183         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37184         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37185         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37186         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37187         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37188         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37189         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37190         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37191         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37192         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37193         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37194         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37195         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37196         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37197         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37198         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37199         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37200         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37201         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37202         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37203         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37205         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37206         global and hidden.
37207         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37208         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37209         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37210         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37211         Likewise.
37212         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37213         Likewise.
37214         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37215         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37216         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37217         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37218         ifunc-impl-list.c.
37219         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37220         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37221         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37222         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37223         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37224         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37225         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37226         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37227         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37228         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37229         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37230         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37231         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37232         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37233         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37234         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37235         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37236         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37237         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37238         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37239         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37240         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37241         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37242         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37243         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37244         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37245         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37246         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37247         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37248         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37249         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37250         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37251         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37252         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37253         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37254         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37255         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37256         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37257         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37258         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37259         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37261         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37262         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37263         * include/ifunc-impl-list.h: New file.
37264         * misc/ifunc-impl-list.c: Likewise.
37265         * misc/Makefile (routines): Add ifunc-impl-list.
37266         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37267         * string/test-string.h: Include <ifunc-impl-list.h>.
37268         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37269         TEST_NAME]: New variables.
37270         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37271         are defined.
37272         (test_init): Call __libc_ifunc_impl_list to initialize
37273         func_list if TEST_IFUNC and TEST_NAME are defined.
37275         * string/Makefile (strop-tests): Add bcopy and bzero.
37276         * string/test-bcopy.c: New file.
37277         * string/test-bzero.c: Likewise.
37278         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37279         defined.
37280         * string/test-memset.c: Support bzero test if TEST_BZERO is
37281         defined.
37282         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37283         __libc_memmove.
37284         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37285         __libc_memset.
37286         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37287         of memset.
37289 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37291         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37292         * configure: Regenerated.
37294         * Makeconfig (+link-static-before-libc): Don't include
37295         $(link-static-libc).
37297         * libio/libio.h (_IO_pos_t): Remove.
37299 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37301         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37302         McGrath.
37304 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37306         * crypt/crypt-entry.c: Include fips-private.h.
37307         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37308         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37309         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37310         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37312 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37314         * crypt/crypt-private.h: Include stdbool.h.
37315         (_ufc_setup_salt_r): Return bool.
37316         * crypt/crypt-entry.c: Include errno.h.
37317         (__crypt_r): Return NULL with EINVAL for bad salt.
37318         * crypt/crypt_util.c (bad_for_salt): New.
37319         (_ufc_setup_salt_r): Check that salt is long enough and within
37320         the specified alphabet.
37321         * crypt/badsalttest.c: New file.
37322         * crypt/Makefile (tests): Add it.
37323         ($(objpfx)badsalttest): New.
37325 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37327         * NEWS: Add entry for BZ #14602.
37329 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37331         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37332         type-generic.
37333         * math/libm-test.inc: Update comment listing what functions and
37334         macros are tested.
37335         (isgreater_test): New function.
37336         (isgreaterequal_test): Likewise.
37337         (isless_test): Likewise.
37338         (islessequal_test): Likewise.
37339         (islessgreater_test): Likewise.
37340         (isunordered_test): Likewise.
37341         (main): Call the new functions.
37343 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37345         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37346         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37347         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37348         * sysdeps/i386/configure: Regenerated.
37349         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37350         * sysdeps/mach/configure: Regenerated.
37351         * sysdeps/mach/hurd/configure: Regenerated.
37352         * sysdeps/powerpc/configure: Regenerated.
37353         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37354         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37355         * sysdeps/s390/s390-32/configure: Regenerated.
37356         * sysdeps/s390/s390-64/configure: Regenerated.
37357         * sysdeps/sh/configure: Regenerated.
37358         * sysdeps/sparc/configure: Regenerated.
37359         * sysdeps/unix/sysv/linux/configure: Regenerated.
37360         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37361         * sysdeps/x86_64/configure: Regenerated.
37363         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37364         defined.  Don't check if MAP is NULL.
37366 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37368         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37369         (_G_stat64): Likewise.
37370         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37371         (_G_stat64): Likewise.
37372         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37373         instead of struct _G_stat64.
37374         * libio/fileops.c (mmap_remap_check): Likewise.
37375         (decide_maybe_mmap): Likewise.
37376         (_IO_new_file_seekoff): Likewise.
37377         (_IO_file_stat): Likewise.
37378         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37379         _G_off64_t.
37380         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37381         instead of struct _G_stat64.
37382         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37384 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37386         [BZ #14602]
37387         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37388         Replace with ...
37389         (CHECK_EOL): New macro.
37390         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37391         CHECK_EOL.
37392         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37393         Replace with CHECK_EOL.
37394         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37395         Replace with CHECK_EOL.
37397 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37399         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37400         type-generic.
37401         * math/libm-test.inc: Update comment listing what functions and
37402         macros are tested.
37403         (finite_test): New function.
37404         (isinf_test): Likewise.
37405         (isnan_test): Likewise.
37406         (fpclassify_test): Test subnormal input.
37407         (isfinite_test): Likewise.
37408         (isnormal_test): Likewise.
37409         (main): Call the new functions.
37411 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37413         [BZ #14660]
37414         * Makerules (%.dynsym): Force C locale when running
37415         $(OBJDUMP) --dynamic-syms.
37417 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37419         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37420         <stdint.h>.
37422 2012-10-06  David S. Miller  <davem@davemloft.net>
37424         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37425         upper 32-bits of the length value in %o2 since we use branch-on-register
37426         tests which consider the entire 64-bit register.
37428 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37430         * string/test-strstr.c (check2): Add a test for page boundary.
37432 2012-10-05  David S. Miller  <davem@davemloft.net>
37434         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37435         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37436         file.
37437         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37438         sysdep_routines.
37439         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37440         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37441         and bzero when HWCAP_SPARC_CRYPTO is present.
37443 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37445         [BZ #14602]
37446         * string/test-strstr.c (check2): New function.
37447         (test_main): Call check2.
37449         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37450         and bug-strchr1.
37451         * string/bug-strcasestr1.c (do_test): Moved to ...
37452         * string/test-strcasestr.c (check1): Here.  New function.
37453         (do_one_test): Break out result checking code into ...
37454         (check_result): This.  New function.
37455         (do_one_test): Call check_result.
37456         (test_main): Call check1.
37457         * string/bug-strchr1.c (do_test): Moved to ...
37458         * string/test-strchr.c (check1): Here.  New function.
37459         (do_one_test): Break out result checking code into ...
37460         (check_result): This.  New function.
37461         (do_one_test): Call check_result.
37462         (test_main): Call check1.
37463         * string/bug-strstr1.c (main): Moved to ...
37464         * string/test-strstr.c (check1): Here.  New function.
37465         (do_one_test): Break out result checking code into ...
37466         (check_result): This.  New function.
37467         (do_one_test): Call check_result.
37468         (test_main): Call check1.
37469         * string/bug-strcasestr1.c: Removed.
37470         * string/bug-strchr1.c: Likewise.
37471         * string/bug-strstr1.c: Likewise.
37473         * elf/Makefile (dl-routines): Add hwcaps.
37474         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37475         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37476         (_dl_important_hwcaps): Moved to ...
37477         * elf/dl-hwcaps.c: Here.  New file.
37478         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37480         [BZ #14557]
37481         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37482         if IS_IN_rtld isn't defined.
37484         * elf/dl-support.c (_dl_sysinfo_map): New.
37485         Include "get-dynamic-info.h" and "setup-vdso.h".
37486         (_dl_non_dynamic_init): Call setup_vdso.
37487         * elf/dynamic-link.h: Don't include <assert.h>.
37488         (elf_get_dynamic_info): Moved to ...
37489         * elf/get-dynamic-info.h: Here.  New file.
37490         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37491         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37492         * elf/setup-vdso.h: Here.  New file.
37493         * elf/rtld.c: Include "setup-vdso.h".
37494         (dl_main): Call setup_vdso.
37496 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37498         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37499         creal in comment listing functions tested.  List finite, isinf,
37500         isnan, isless, islessequal, isgreater, isgreaterequal,
37501         islessgreater, isunordered, lgamma_r and pow10 as functions and
37502         macros not tested.  Mention which functions not tested are aliases
37503         for other functions.  Fix typo.  Note that signs of NaNs are not
37504         tested.
37506         * scripts/config.guess: Update from config.git.
37507         * scripts/config.sub: Likewise.
37509 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37511         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37512         * misc/madvise.c (madvise): Renamed to __madvise.
37513         Make madvise a weak alias.
37514         * include/sys/mman.h: Declare __madvise.
37515         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37516         * sysdeps/unix/syscalls.list
37517         (madvise): Make __madvise the strong name, and madvise a weak alias.
37518         * sysdeps/unix/sysv/linux/syscalls.list
37519         (madvise, mmap): Remove redundant entries.
37520         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37521         * malloc/malloc.c (mtrim): Likewise.
37522         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37524 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37526         * sysdeps/mach/hurd/dl-cache.c: File removed.
37527         * config.h.in (USE_LDCONFIG): New #undef.
37528         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37529         * configure: Regenerated.
37530         * elf/Makefile (dl-routines): Add dl-cache only under
37531         [$(use-ldconfig) = yes].
37532         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37533         cache on [USE_LDCONFIG].
37534         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37535         [USE_LDCONFIG].
37536         * elf/rtld.c (dl_main): Likewise.
37538 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37540         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37541         _SC_LEVEL4_CACHE_LINESIZE.
37543 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37545         * sysdeps/unix/bsd/confstr.h: File removed.
37547 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37549         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37550         sys/sdt-config.h.
37552 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37554         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37555         Make 'mapoff' field ElfW(Off) rather than off_t.
37557 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37559         * nscd/Makefile: Remove nscd-cflags and all its users.
37560         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37561         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37563         [BZ #10631]
37564         * malloc.c (malloc_printerr): Clarify error message.
37566 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37568         [BZ #14648]
37569         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37570         Set bit_FMA_Usable if FMA is supported.
37571         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37572         macro.
37573         (bit_FMA4_Usable): Updated.
37574         (index_FMA_Usable): New macro.
37575         (CPUID_FMA): Likewise
37576         (HAS_FMA): Defined with bit_FMA_Usable.
37578 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37580         * bits/types.h (__swblk_t): Type removed.
37581         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37582         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37583         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37584         (__SWBLK_T_TYPE): Likewise.
37585         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37586         (__SWBLK_T_TYPE): Likewise.
37587         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37588         (__SWBLK_T_TYPE): Likewise.
37589         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37590         (__SWBLK_T_TYPE): Likewise.
37592 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37593             Honza Horak <hhorak@redhat.com>
37595         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37596         (xdr_mapname): Use YPMAXMAP as maxsize.
37597         (xdr_peername): Use YPMAXPEER as maxsize.
37598         (xdr_keydat): Use YPAXRECORD as maxsize.
37599         (xdr_valdat): Use YPMAXRECORD as maxsize.
37601 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37603         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37605         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37606         * csu/init-first.c: ... here.
37607         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37608         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37609         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37610         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37611         * sysdeps/i386/init-first.c: File removed.
37612         * sysdeps/sh/init-first.c: File removed.
37614 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37616         [BZ #14645]
37617         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37618         if x * y might underflow to zero and z is zero.
37619         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37620         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37621         * math/libm-test.inc (min_subnorm_value): New variable.
37622         (fma_test): Add more tests.
37623         (fma_test_towardzero): Likewise.
37624         (fma_test_downward): Likewise
37625         (fma_test_upward): Likewise.
37626         (initialize): Set min_subnorm_value.
37628 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37630         [BZ #14638]
37631         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37632         0 + 0.
37633         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37634         mode for addition resulting in exact zero.
37635         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37636         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37637         exact 0 + 0.
37638         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37639         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37640         * math/libm-test.inc (fma_test): Add more tests.
37641         (fma_test_towardzero): New function.
37642         (fma_test_downward): Likewise.
37643         (fma_test_upward): Likewise.
37644         (main): Call the new functions.
37646 2012-09-28  David S. Miller  <davem@davemloft.net>
37648         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37650 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37652         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37653         instead of SIGALRM.
37655         * sysdeps/gnu/_G_config.h: Moved to ...
37656         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37657         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37658         * sysdeps/generic/_G_config.h: ... here.
37660         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37662         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37664         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37665         Conditionalize target on [libnss_test1.so-version].
37667         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37669         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37670         (elfobjdir): Move out of conditionals.
37672         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37673         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37674         (__nss_lookup_function): Conditionalize label remove_from_tree on
37675         [!DO_STATIC_NSS || SHARED], matching its only use.
37677 2012-09-28  David S. Miller  <davem@davemloft.net>
37679         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37680         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37681         file.
37682         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37683         sysdep_routines.
37684         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37685         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37686         when HWCAP_SPARC_CRYPTO is present.
37688 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37690         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37692 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37694         [BZ #6530]
37695         * stdio-common/vfprintf.c (process_string_arg): Revert
37696         2000-07-22 change.
37698 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37700         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37701         for testcase.
37702         * stdio-common/tst-sprintf.c: Include <locale.h>
37703         (main): Test sprintf's handling of incomplete multibyte
37704         characters.
37706 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37708         * elf/dl-runtime.c (VERSYMIDX): Removed.
37709         * elf/dl-version.c (VERSYMIDX): Likewise.
37710         * elf/do-rel.h (VERSYMIDX): Likewise.
37711         (VALIDX): Likewise.
37712         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37713         * elf/rtld.c (VALIDX): Likewise.
37714         (ADDRIDX): Likewise.
37715         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37716         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37717         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37718         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37719         (VALIDX): Likewise.
37720         (ADDRIDX): Likewise.
37722 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37724         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37726 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37728         [BZ #11438]
37729         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37730         to global scope.
37731         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37732         addresses are in the same scope as 192.0.2/24.
37733         * posix/gai.conf: Document new scope table defaults.
37735 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37737         [BZ #5298]
37738         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37739         for ftell.  Compute offsets from write pointers instead.
37740         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37742 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37744         [BZ #14543]
37745         * libio/Makefile (tests): New test case tst-fseek.
37746         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37747         combination works in wide mode.
37748         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37749         state when the external buffer state changes.
37751 2012-09-27  David S. Miller  <davem@davemloft.net>
37753         [BZ #14376]
37754         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37755         pass reloc->r_addend in as the 'high' argument to
37756         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37758         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37760 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37762         * rt/tst-aio2.c: Include <pthread.h>.
37763         * rt/tst-aio3.c: Likewise.
37765 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37767         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37769 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37771         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37772         contents on [SHARED].
37774 2012-09-26  Marek Polacek  <polacek@redhat.com>
37776         [BZ #14530]
37777         [BZ #13741]
37778         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37779         for C++ and GCC <4.3 as well as for non GCC compilers.
37781 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37783         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37785 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37787         * Makefile.in (all, install): Declare with .PHONY.
37788         Reported by Michael Hope <michael.hope@linaro.org>.
37790 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37792         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37793         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37794         system header.
37795         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37796         Likewise.
37797         (sydep_routines): Add the new and the internal functions.
37798         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37799         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37801         (GLIBC_2.17): Add the new function.
37802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37803         (GLIBC_2.17): Likewise.
37804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37805         (GLIBC_2.17): Likewise.
37806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37807         (GLIBC_2.17): Likewise.
37808         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37810 2012-09-25  Alan Modra  <amodra@gmail.com>
37812         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37813         Add release barrier before setting once_control to say
37814         initialisation is done.  Add hints on lwarx.  Use macro in
37815         place of isync.
37816         (clear_once_control): Add release barrier.
37818 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37820         [BZ #13629]
37821         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37822         specially.
37823         * math/s_clog10.c (__clog10): Likewise.
37824         * math/s_clog10f.c (__clog10f): Likewise.
37825         * math/s_clog10l.c (__clog10l): Likewise.
37826         * math/s_clogf.c (__clogf): Likewise.
37827         * math/s_clogl.c (__clogl): Likewise.
37828         * math/Makefile (libm-calls): Add x2y2m1.
37829         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37830         (__x2y2m1): Likewise.
37831         (__x2y2m1l): Likewise.
37832         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37833         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37834         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37835         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37836         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37837         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37838         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37839         * sysdeps/i386/fpu/libm-test-ulps: Update.
37840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37842         [BZ #14621]
37843         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37844         int as type of variable DEPTH.
37845         (glob): Use size_t instead of int as type of variables NEWCOUNT
37846         and OLD_PATHC.
37848 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37850         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37851         Add s_sincosf-sse2.
37852         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37853         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37854         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37855         macros for using routine as __sincosf_ia32.
37856         Use macro for function declaration and weak_alias.
37857         * sysdeps/i386/fpu/libm-test-ulps: Update.
37859         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37860         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37862         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37863         subnormal argument.
37864         * math/s_cexpf.c (__cexpf): Likewise.
37865         * math/s_csinf.c (__csinf): Likewise.
37866         * math/s_csinhf.c (__csinhf): Likewise.
37867         * math/s_ctanf.c (__ctanf): Likewise.
37868         * math/s_ctanhf.c (__ctanhf): Likewise.
37869         * math/s_ccosh.c (__ccoshf): Likewise.
37870         * math/s_cexp.c (__cexpl): Likewise.
37871         * math/s_csin.c (__csin): Likewise.
37872         * math/s_csinh.c (__csinh): Likewise.
37873         * math/s_ctan.c (__ctan): Likewise.
37874         * math/s_ctanh.c (ctanh): Likewise.
37875         * math/s_ccoshl.c (__ccoshl): Likewise.
37876         * math/s_cexpl.c (__cexpl): Likewise.
37877         * math/s_csinl.c (__csinl): Likewise.
37878         * math/s_csinhl.c (__csinhl): Likewise.
37879         * math/s_ctanl.c (__ctanl): Likewise.
37880         * math/s_ctanhl.c (__ctanhl): Likewise.
37882 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37884         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37885         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37886         (_IO_off_t): Define to __off_t, not _G_off_t.
37887         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37888         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37889         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37890         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37891         type of __dummy and __dummy2 fields.
37892         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37893         (_G_ssize_t): Likewise.
37894         (_G_off_t): Likewise.
37895         (_G_pid_t): Likewise.
37896         (_G_uid_t): Likewise.
37897         (_G_wchar_t): Likewise.
37898         (_G_wint_t): Likewise.
37899         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37900         (_G_ssize_t): Likewise.
37901         (_G_off_t): Likewise.
37902         (_G_pid_t): Likewise.
37903         (_G_uid_t): Likewise.
37904         (_G_wchar_t): Likewise.
37905         (_G_wint_t): Likewise.
37906         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37907         (_G_ssize_t): Likewise.
37908         (_G_off_t): Likewise.
37909         (_G_pid_t): Likewise.
37910         (_G_uid_t): Likewise.
37911         (_G_wchar_t): Likewise.
37912         (_G_wint_t): Likewise.
37914 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37916         * malloc/arena.c: Include malloc-sysdep.h.
37917         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37918         is sufficient to shrink the heap or an unmap is needed.
37919         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37920         new function check_may_shrink_heap.
37921         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37922         new function check_may_shrink_heap.
37924 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37926         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37927         comments.
37929 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37931         * catgets/test-gencat.sh: Add "set -e".
37932         * elf/tst-pathopt.sh: Likewise.
37933         * grp/tst_fgetgrent.sh: Likewise.
37934         * iconvdata/run-iconv-test.sh: Likewise.
37935         * intl/tst-gettext.sh: Likewise.
37936         * intl/tst-gettext2.sh: Likewise.
37937         * intl/tst-gettext4.sh: Likewise.
37938         * intl/tst-gettext6.sh: Likewise.
37939         * intl/tst-translit.sh: Likewise.
37940         * io/ftwtest-sh: Likewise.
37941         * libio/test-freopen.sh: Likewise.
37942         * malloc/tst-mtrace.sh: Likewise.
37943         * posix/globtest.sh: Likewise.
37944         * posix/tst-getconf.sh: Likewise.
37945         * posix/wordexp-tst.sh: Likewise.
37946         * stdio-common/tst-printf.sh: Likewise.
37947         * stdio-common/tst-unbputc.sh: Likewise.
37948         * stdlib/tst-fmtmsg.sh: Likewise.
37949         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37950         * catgets/Makefile: Do not specify -e option when running
37951         testsuite shell scripts.
37952         * elf/Makefile: Likewise.
37953         * grp/Makefile: Likewise.
37954         * iconvdata/Makefile: Likewise.
37955         * intl/Makefile: Likewise.
37956         * io/Makefile: Likewise.
37957         * libio/Makefile: Likewise.
37958         * malloc/Makefile: Likewise.
37959         * posix/Makefile: Likewise.
37960         * stdio-common/Makefile: Likewise.
37961         * stdlib/Makefile: Likewise.
37962         * sysdeps/x86_64/Makefile: Likewise.
37964         * io/ftwtest-sh: Add copyright header.
37965         * posix/globtest.sh: Likewise.
37966         * posix/tst-getconf.sh: Likewise.
37967         * posix/wordexp-tst.sh: Likewise.
37968         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37970 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37972         [BZ #13679]
37973         * Makeconfig (+link): Defined as $(+link-static) if
37974         $(build-shared) isn't yes.
37975         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37976         isn't yes.
37977         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37979         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37981         [BZ #14562]
37982         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37983         new chunk size with MALLOC_ALIGN_MASK.
37985 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37987         [BZ #5044]
37988         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37989         <rounding-mode.h>.
37990         (__printf_fphex): Determine rounding using get_rounding_mode and
37991         round_away.
37992         * stdio-common/tst-printf-round.c (struct hex_test): New
37993         structure.
37994         (hex_tests): New variable.
37995         (test_hex_in_one_mode): New function.
37996         (do_test): Also run tests for hex float output.
37998 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38000         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38001         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38002         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38003         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38004         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38005         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38006         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38007         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38009 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38011         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38012         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38013         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38014         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38016 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38018         [BZ #14579]
38019         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38020         mode only.
38021         * elf/tst-rtld-load-self.sh: New test.
38022         * elf/Makefile: Run it.
38024 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38026         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38027         (tst-writev-ENV): Remove.
38028         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38030 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38032         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38034 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38036         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38037         unconditional.
38038         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38039         Likewise.
38040         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38041         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38042         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38043         Likewise.
38045 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38047         [BZ #14587]
38048         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38049         * config.make.in (have-cpp-asm-debuginfo): Removed.
38050         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38051         * configure: Regenerated.
38053 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38055         [BZ #5044]
38056         * stdio-common/printf_fp.c: Include <stdbool.h> and
38057         <rounding-mode.h>.
38058         (___printf_fp): Determine rounding using get_rounding_mode and
38059         round_away.
38060         * stdio-common/tst-printf-round.c: New file.
38061         * stdio-common/Makefile (tests): Add tst-printf-round.
38062         (link-libm): New variable.
38063         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38065 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38067         [BZ #14576]
38068         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38069         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38070         Likewise.
38071         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38072         Likewise.
38074 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38076         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38077         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38078         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38079         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38081 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38083         [BZ #14518]
38084         * include/rounding-mode.h: New file.
38085         * sysdeps/generic/get-rounding-mode.h: Likewise.
38086         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38087         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38088         (MAX_VALUE): New macro.
38089         (MIN_VALUE): Likewise.
38090         (overflow_value): New function.
38091         (underflow_value): Likewise.
38092         (round_and_return): Use overflow_value and underflow_value to
38093         determine return values in overflow and underflow cases.  Use
38094         round_away to determine rounding depending on rounding mode.
38095         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38096         determine return values in overflow and underflow cases.
38097         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38098         (struct test_results): New structure.
38099         (struct test): Use struct test_results to store expected results
38100         for all rounding modes.
38101         (TEST): Include expected results for all rounding modes.
38102         (test_in_one_mode): New function.
38103         (do_test): Use test_in_one_mode to compute and check results.
38104         Check results for all rounding modes.
38105         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38106         $(link-libm).
38108 2012-12-09  Allan McRae  <allan@archlinux.org>
38110         * sysdeps/i386/fpu/libm-test-ulps: Update
38112 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38114         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38115         (_G_int32_t): Likewise.
38116         (_G_uint16_t): Likewise.
38117         (_G_uint32_t): Likewise.
38118         (_G_HAVE_BOOL): Likewise.
38119         (_G_HAVE_ATEXIT): Likewise.
38120         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38121         (_G_HAVE_IO_FILE_OPEN): Likewise.
38122         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38123         (_G_int32_t): Likewise.
38124         (_G_uint16_t): Likewise.
38125         (_G_uint32_t): Likewise.
38126         (_G_HAVE_BOOL): Likewise.
38127         (_G_HAVE_ATEXIT): Likewise.
38128         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38129         (_G_HAVE_IO_FILE_OPEN): Likewise.
38130         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38131         (_G_int32_t): Likewise.
38132         (_G_uint16_t): Likewise.
38133         (_G_uint32_t): Likewise.
38134         (_G_HAVE_BOOL): Likewise.
38135         (_G_HAVE_ATEXIT): Likewise.
38136         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38137         (_G_HAVE_IO_FILE_OPEN): Likewise.
38139 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38141         * csu/libc-tls.c: Update copyright years.
38143 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38145         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38146         [!_G_USING_THUNKS]: Remove conditional code.
38147         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38148         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38150         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38151         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38152         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38153         (_G_VTABLE_LABEL_PREFIX): Likewise.
38154         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38155         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38156         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38157         (_G_VTABLE_LABEL_PREFIX): Likewise.
38158         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38159         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38160         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38161         (_G_VTABLE_LABEL_PREFIX): Likewise.
38162         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38164 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38166         * libio/Makefile: Include ../Makeconfig before tests.
38167         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38168         only if $(build-shared) is yes.
38170         * iconv/gconv_db.c: Update copyright years.
38172 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38174         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38175         unwind info if defined PIC. Fix special cases description.
38176         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38178         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38179         DP_HI_MASK entry.
38180         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38182 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38184         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38186         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38187         is NULL.
38189         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38190         (LDLIBS-tst-chk4): This.
38191         (LDFLAGS-tst-chk5): Renamed to ...
38192         (LDLIBS-tst-chk5): This.
38193         (LDFLAGS-tst-chk6): Renamed to ...
38194         (LDLIBS-tst-chk6): This.
38195         (LDFLAGS-tst-lfschk4): Renamed to ...
38196         (LDLIBS-tst-lfschk4): This.
38197         (LDFLAGS-tst-lfschk5): Renamed to ...
38198         (LDLIBS-tst-lfschk5): This.
38199         (LDFLAGS-tst-lfschk6): Renamed to ...
38200         (LDLIBS-tst-lfschk6): This.
38202         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38203         on $(common-objpfx)soversions.mk.
38205 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38207         [BZ #10014]
38208         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38209         example host name.
38211 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38213         * malloc/arena.c (arena_get_retry): New function that gets
38214         another arena for the caller to try its request on.
38215         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38216         current arena cannot fulfill the request.
38217         (__libc_memalign): Likewise.
38218         (__libc_memalign): Likewise.
38219         (__libc_pvalloc): Likewise.
38220         (__libc_calloc): Likewise.
38222 2012-09-05  John Tobey  <john.tobey@gmail.com>
38224         [BZ #13542]
38225         * manual/arith.texi (Operations on Complex): Fix description
38226         of carg branch cut.
38228 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38230         [BZ #10014]
38231         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38232         host name.
38234         [BZ #10038]
38235         * manual/memory.texi (Memory): Make order of menu items match
38236         order of sections.
38238 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38240         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38241         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38242         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38244 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38246         * csu/libc-tls.c (static_dtv): Renamed to ...
38247         (_dl_static_dtv): This.  Make it global.
38248         (_dl_initial_dtv): Removed.
38249         (__libc_setup_tls): Updated.
38250         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38251         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38252         DL_INITIAL_DTV.
38254 2012-09-06  Petr Machata  <pmachata@redhat.com>
38256         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38257         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38258         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38259         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38261 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38263         [BZ #14545]
38264         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38265         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38266         freeing dtv[-1].
38268 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38270         [BZ #14544]
38271         * Makeconfig (link-static-before-libc): Replace $(+prector)
38272         with $(+prectorT).
38273         (link-static-after-libc): Replace $(+postctor) with
38274         $(+postctorT).
38275         (link-bounded): Replace $(+prector)/$(+postctor) with
38276         $(+prectorT)/$(+postctorT).
38277         (+prectorT): New macro.
38278         (+postctorT): Likewise.
38280 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38282         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38283         (round_str): Handle values above the maximum for IBM long double
38284         as inexact.
38285         * stdlib/tst-strtod-round.c (tests): Regenerated.
38287 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38289         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38290         assembler flag.
38291         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38292         zarch_nohighgprs around the zarch optimized routines.
38293         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38294         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38295         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38296         for zarch.
38298 2012-09-05  David S. Miller  <davem@davemloft.net>
38300         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38302         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38303         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38304         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38305         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38306         entries.
38308 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38310         * malloc/arena.c: Fold copyright years.
38311         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38313 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38315         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38317 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38319         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38321 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38323         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38324         change internal state upon failure.
38326 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38328         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38329         * malloc/memusage.c (mmap): Likewise.
38330         (mmap64, mremap): Likewise.  Adjust name in comment.
38332 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38334         * libio/fileops.c: Fix typos in comments.
38335         * libio/oldfileops.c: Likewise.
38336         * libio/wfileops.c: Likewise.
38338 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38340         [BZ #1349]
38341         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38342         (tst-malloc-usable-ENV): Set environment for test case.
38343         * malloc/hooks.c (malloc_check_get_size): New function to get
38344         requested size.
38345         * malloc/malloc.c (musable): Use malloc_check_get_size.
38346         * malloc/tst-malloc-usable.c: New test case.
38348 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38350         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38352 2012-09-05  Allan McRae  <allan@archlinux.org>
38354         [BZ #13966]
38355         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38356         determine header location.
38357         * configure: Regenerated.
38359 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38361         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38362         float format.
38363         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38364         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38365         format.
38366         (test): Regenerate.
38368 2012-09-04  David S. Miller  <davem@davemloft.net>
38370         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38371         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38372         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38374 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38376         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38377         failures.
38379         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38381 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38383         [BZ #9914]
38384         * libio/iogetdelim.c: Include <limits.h>.
38385         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38386         + len + 1 would overflow.
38388 2012-09-03  Andreas Jaeger  <aj@suse.de>
38390         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38391         * sysdeps/i386/fpu/libm-test-ulps: Update.
38393 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38395         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38396         Add s_sinf-sse2, s_conf-sse2.
38398         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38399         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38400         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38401         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38403         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38404         for using routine as __sinf_ia32.
38405         Use macro for function declaration and weak_alias.
38406         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38407         for using routine as __cosf_ia32.
38408         Use macro for function declaration and weak_alias.
38410         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38411         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38413         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38414         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38415         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38417         * math/libm-test.inc (cos_test): Add more test cases.
38418         (sin_test): Likewise.
38419         (sincos_test): Likewise.
38421 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38423         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38424         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38425         hidden.
38426         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38428 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38430         [BZ #14538]
38431         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38432         first element of the GOT.
38433         (elf_machine_load_address): Return the difference between
38434         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38436 2012-09-01  Allan McRae  <allan@archlinux.org>
38438         [BZ #13412]
38439         * configure.in (AWK): Require gawk version 3.0 or later.
38440         * configure: Regenerated.
38442 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38444         * sysdeps/unix/sysv/linux/kernel-features.h
38445         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38446         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38447         [__NR_clock_getres]: Make code unconditional.
38448         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38449         (clock_getcpuclockid): Remove code left unreachable by removal of
38450         conditionals.
38451         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38452         code unconditional.
38453         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38454         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38455         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38456         Make code unconditional.
38457         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38458         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38459         * sysdeps/unix/sysv/linux/clock_settime.c
38460         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38461         conditional code.
38462         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38463         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38465 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38467         [BZ #14476]
38468         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38469         scripts/test-installation.pl.
38471         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38472         and $ld_so_version if it is set.
38474 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38476         [BZ #14516]
38477         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38478         failure if reading from procfs failed.
38479         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38481 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38483         * sysdeps/unix/sysv/linux/kernel-features.h
38484         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38485         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38486         Remove conditional code.
38487         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38488         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38489         Remove conditional code.
38490         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38491         * sysdeps/unix/sysv/linux/i386/fxstat.c
38492         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38493         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38494         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38495         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38496         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38497         * sysdeps/unix/sysv/linux/i386/lxstat.c
38498         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38499         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38500         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38501         Remove conditional code.
38502         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38503         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38504         Remove conditional code.
38505         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38506         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38507         <kernel-features.h>.
38508         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38509         Remove.
38510         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38511         Remove conditional code.
38512         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38513         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38514         Remove conditional.
38516 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38518         [BZ #5400]
38519         * NEWS: Add fixed bug number.
38521 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38523         [BZ #14519]
38524         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38525         underflowing exponent in case of negative sign.
38526         * stdlib/tst-strtod-round-data: Add more tests.
38527         * stdlib/tst-strtod-round.c (tests): Regenerated.
38529         [BZ #3479]
38530         * stdlib/strtod_l.c (NDIG): Remove.
38531         (HEXNDIG): Likewise.
38532         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38533         smallest representable value.
38534         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38535         lie within an exact representation of 1/2 ulp of the result.
38536         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38537         unconditionally.
38538         (TENS_P9_IDX): Define unconditionally.
38539         (TENS_P9_SIZE): Likewise.
38540         (TENS_P10_IDX): Likewise.
38541         (TENS_P10_SIZE): Likewise.
38542         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38543         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38544         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38545         entries for 10^2^13 and 10^2^14.
38546         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38547         (TENS_P13_IDX): Define.
38548         (TENS_P13_SIZE): Likewise.
38549         (TENS_P14_IDX): Likewise.
38550         (TENS_P14_SIZE): Likewise.
38551         (_fpioconst_pow10): Change array size to
38552         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38553         unconditional.
38554         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38555         1024]: Add entries for 10^2^13 and 10^2^14.
38556         [LAST_POW10 > _LAST_POW10]: Remove #error.
38557         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38558         (_fpioconst_pow10): Change array size to
38559         FPIOCONST_POW10_ARRAY_SIZE.
38560         * stdlib/gen-fpioconst.c: New file.
38561         * stdlib/gen-tst-strtod-round.c: Likewise.
38562         * stdlib/tst-strtod-round-data: Likewise.
38563         * stdlib/tst-strtod-round.c: Likewise.
38564         * stdlib/Makefile (tests): Add tst-strtod-round.
38566         [BZ #14459]
38567         * stdlib/strtod_l.c: Include <stdint.h>.
38568         (NDEBUG): Do not define.
38569         (round_and_return): Change EXPONENT parameter to type intmax_t.
38570         Rearrange calculations to avoid internal overflow possibilities.
38571         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38572         Rearrange calculations to avoid internal overflow possibilities.
38573         Assert that number fits inside MPNSIZE limbs.
38574         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38575         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38576         calculations and add assertions to avoid internal overflow
38577         possibilities.  Add casts to avoid signed/unsigned operations.
38578         * stdlib/tst-strtod-overflow.c: New file.
38579         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38581 2012-08-25  Marek Polacek  <polacek@redhat.com>
38583         * time/time.h: Fix some typos in comments.
38585 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38587         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38588         * posix/tst-rfc3484-2.c: Likewise.
38589         * posix/tst-rfc3484-3.c: Likewise.
38591 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38593         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38594         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38596 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38598         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38599         #include of fxstatat64.c.
38601 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38603         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38604         * shadow/getspent_r.c: Likewise.
38605         * shadow/getspnam.c: Likewise.
38606         * shadow/getspnam_r.c: Likewise.
38607         * gshadow/getsgent.c: Likewise.
38608         * gshadow/getsgent_r.c: Likewise.
38609         * gshadow/getsgnam.c: Likewise.
38610         * gshadow/getsgnam_r.c: Likewise.
38611         * inet/getnetbyad.c: Likewise.
38612         * inet/getnetbyad_r.c: Likewise.
38613         * inet/getnetbynm.c: Likewise.
38614         * inet/getnetbynm_r.c: Likewise.
38615         * inet/getnetent.c: Likewise.
38616         * inet/getnetent_r.c: Likewise.
38617         * inet/getproto.c: Likewise.
38618         * inet/getproto_r.c: Likewise.
38619         * inet/getprtent.c: Likewise.
38620         * inet/getprtent_r.c: Likewise.
38621         * inet/getprtname.c: Likewise.
38622         * inet/getprtname_r.c: Likewise.
38623         * inet/getrpcbyname.c: Likewise.
38624         * inet/getrpcbyname_r.c: Likewise.
38625         * inet/getrpcbynumber.c: Likewise.
38626         * inet/getrpcbynumber_r.c: Likewise.
38627         * inet/getrpcent.c: Likewise.
38628         * inet/getrpcent_r.c: Likewise.
38629         * inet/getaliasent.c: Likewise.
38630         * inet/getaliasent_r.c: Likewise.
38631         * inet/getaliasname.c: Likewise.
38632         * inet/getaliasname_r.c: Likewise.
38633         * nscd/getgrgid_r.c: Likewise.
38634         * nscd/getgrnam_r.c: Likewise.
38635         * nscd/gethstbyad_r.c: Likewise.
38636         * nscd/gethstbynm3_r.c: Likewise.
38637         * nscd/getpwnam_r.c: Likewise.
38638         * nscd/getpwuid_r.c: Likewise.
38639         * nscd/getsrvbynm_r.c: Likewise.
38640         * nscd/getsrvbypt_r.c: Likewise.
38641         * nscd/gai.c: Likewise.
38643         * configure.in (build_nscd): New substituted variable, set
38644         by --disable-build-nscd and defaults to $use_nscd.
38645         * configure: Regenerated.
38646         * config.make.in (build-nscd): New substituted variable.
38647         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38648         Change conditional to require [$(build-nscd) = yes] as well.
38649         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38651         [BZ# 13696]
38652         * configure.in (use_nscd): New substituted variable, set by
38653         --disable-nscd.  If enabled, define USE_NSCD.
38654         * configure: Regenerated.
38655         * config.h.in: Add USE_NSCD.
38656         * config.make.in (use-nscd): New substituted variable.
38657         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38658         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38659         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38660         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38661         (CFLAGS-getgrnam_r.c): Likewise.
38662         (CFLAGS-initgroups.c): Likewise.
38663         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38664         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38665         Variables removed.
38666         * inet/getnetgrent_r.c
38667         (nscd_setnetgrent): New function, broken out of ...
38668         (setnetgrent): ... here.  Call it.
38669         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38670         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38671         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38672         * nscd/Makefile (routines, aux): Move definitions after include of
38673         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38674         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38675         Conditionalize on [USE_NSCD].
38676         (is_nscd, nscd_init_cb): Likewise.
38677         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38678         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38679         * nss/nss_db/db-init.c: Likewise.
38680         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38681         [USE_NSCD].
38682         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38683         (make_request): Use it.
38684         (cache_valid_p): New function.
38685         (__check_pf): Use it.
38686         * NEWS: Add item for --disable-nscd.
38688 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38690         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38691         to support sed >= 4.2.1-20-ga9bf076.
38692         * configure: Regenerated.
38694 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38696         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38697         Conditionalize whole body on [IREL].
38699 2012-08-22  Jeff Law <law@redhat.com>
38701         [BZ #14505]
38702         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38703         if the family is PF_UNSPEC.
38705 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38707         * Makerules (lib-version): Rename from V.
38708         (install-lib-nosubdir): Change V to lib-version.
38710 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38712         [BZ #14252]
38713         * powerpc32/power6/wcschr.c: New file.
38714         * powerpc32/power6/wcscpy.c: New file.
38715         * powerpc32/power6/wcsrchr.c: New file.
38716         * powerpc64/power6/wcschr.c: New file.
38717         * powerpc64/power6/wcscpy.c: New file.
38718         * powerpc64/power6/wcsrchr.c: New file.
38720 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38722         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38723         (two_way_short_needle): Use it.
38724         * string/strstr.c (AVAILABLE1_USES_J): Define.
38725         * string/strcasestr.c: Likewise.
38727         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38728         array references.
38729         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38731         [BZ #11607]
38732         * NEWS: Add an entry.
38733         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38734         define their defaults.
38735         (two_way_short_needle): Detect end-of-string on-the-fly.
38736         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38737         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38738         * string/bug-strcasestr1.c: New test.
38739         * string/Makefile: Run it.
38741 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38743         [BZ #11607]
38744         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38745         the first character.
38747 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38749         * csu/elf-init.c (__libc_csu_irel): Function removed.
38750         * csu/libc-start.c (apply_irel): New function.
38751         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38753 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38755         * sysdeps/unix/sysv/linux/kernel-features.h
38756         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38757         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38758         <kernel-features.h>.
38759         [__NR_fadvise64_64]: Make code unconditional.
38760         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38761         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38762         !__NR_fadvise64_64)]: Likewise.
38763         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38764         !__NR_fadvise64_64))]: Likewise.
38765         [__NR_fadvise64]: Make code unconditional.
38766         [!__NR_fadvise64]: Remove conditional code.
38767         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38768         <kernel-features.h>.
38769         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38770         unconditional.
38771         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38772         conditional code.
38773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38774         not include <kernel-features.h>.
38775         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38776         unconditional.
38777         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38778         conditional code.
38779         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38780         include <kernel-features.h>.
38781         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38782         unconditional.
38783         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38784         conditional code.
38786 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38788         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38789         slight instruction rearrangements per scrollpipe analysis.
38790         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38792 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38794         * manual/syslog.texi (syslog; vsyslog, closelog):
38795         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38796         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38798         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38799         DSOCAPS to match condition on defining it.
38801 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38803         * sysdeps/unix/sysv/linux/kernel-features.h
38804         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38806         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38807         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38809         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38810         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38812         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38813         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38815         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38816         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38818         * sysdeps/unix/sysv/linux/kernel-features.h
38819         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38820         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38821         unconditional.
38822         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38823         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38824         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38825         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38826         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38827         Make code unconditional.
38828         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38829         (__mmap64) [!__NR_mmap2]: Likewise.
38830         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38831         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38832         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38833         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38834         [__NR_mmap2]: Make code unconditional.
38835         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38836         (__mmap64) [!__NR_mmap2]: Likewise.
38838 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38840         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38842 2012-08-18  Andreas Jaeger  <aj@suse.de>
38844         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38846 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38848         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38849         * include/unistd.h (__have_sock_cloexec): Likewise.
38850         (__have_pipe2): Likewise.
38851         (__have_dup3): Likewise.
38853 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38855         [BZ #9685]
38856         * include/unistd.h (__have_pipe2): Change define into an extern int.
38857         (__have_dup3): Likewise.
38858         * socket/have_sock_cloexec.c: Include fcntl.h.
38859         (__have_pipe2): New variable.
38860         (__have_dup3): Likewise.
38862 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38864         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38866 2012-08-17  Marek Polacek  <polacek@redhat.com>
38868         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38869         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38871 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38873         * configure.in: Add AC_SUBST for sysheaders.
38874         * configure: Regenerated.
38875         * config.make.in (sysheaders): New substituted variable.
38877         * sysdeps/unix/mkfifo.c: Moved ...
38878         * sysdeps/posix/mkfifo.c: ... here.
38879         * sysdeps/unix/mkfifoat.c: Moved ...
38880         * sysdeps/posix/mkfifoat.c: ... here.
38882         * sysdeps/unix/utime.c: Moved ...
38883         * sysdeps/posix/utime.c: ... here.
38885         * sysdeps/unix/time.c: Moved ...
38886         * sysdeps/posix/time.c: ... here.
38887         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38888         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38890         * sysdeps/unix/nice.c: Moved ...
38891         * sysdeps/posix/nice.c: ... here.
38893         * sysdeps/unix/alarm.c: Moved ...
38894         * sysdeps/posix/alarm.c: ... here.
38896         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38898 2012-08-17  Jeff Law <law@redhat.com>
38900         * intl/Makefile (codeset_mo): New variable.
38901         ($(codeset_mo)): New target.
38902         (tst-codeset.out): Depend on that.  Remove explicit rule.
38903         (tst-gettext3.out, tst-gettext5.out): Likewise.
38904         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38905         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38906         * intl/tst-codeset.sh: Remove.
38907         * intl/tst-gettext3.sh: Likewise.
38908         * intl/tst-gettext5.sh: Likewise.
38910 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38912         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38913         * sysdeps/unix/syscalls.list: ... here.
38915         * sysdeps/posix/getaddrinfo.c
38916         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38917         (gaiconf_init, gaiconf_reload): Use them.
38918         [!_STATBUF_ST_NSEC]
38919         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38920         Define using time_t rather than struct timespec.
38922         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38923         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38924         Macros removed.
38925         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38926         [!NO_THREADS].
38927         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38928         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38929         Likewise.
38931         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38932         __libc_cleanup_push argument.
38934         * bits/param.h: New file.
38935         * misc/sys/param.h: New file.
38936         * include/sys/param.h: New file.
38937         * misc/Makefile (headers): Add bits/param.h.
38938         * sysdeps/generic/sys/param.h: File removed.
38939         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38940         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38941         * sysdeps/mach/hurd/bits/param.h: New file.
38942         * sysdeps/mach/hurd/sys/param.h: File removed.
38944         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38945         last change.
38947         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38948         [_IO_MTSAFE_IO].
38949         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38950         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38951         New macros.
38953         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38954         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38955         rather than -D_IO_MTSAFE_IO conditionally.
38956         * stdio-common/Makefile (CPPFLAGS): Likewise.
38957         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38958         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38959         Use $(libio-mtsafe).
38960         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38961         of -D_IO_MTSAFE_IO.
38962         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38963         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38964         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38965         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38966         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38967         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38968         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38969         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38970         (CFLAGS-fread_u_chk.c): Likewise.
38971         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38972         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38973         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38974         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38975         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38976         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38977         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38978         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38979         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38981         * libio/Makefile: Test [$(libc-reentrant) = yes]
38982         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38984         * Makeconfig
38985         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38986         * sysdeps/pthread/configure: File removed.
38987         * sysdeps/pthread/Makeconfig: New file.
38988         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38989         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38991 2012-08-16  Gary Benson  <gbenson@redhat.com>
38993         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38994         unmapping the first object in a namespace.
38996 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38998         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38999         (__internal_setnetgrent): ... this.  Add internal_function to
39000         definition.  Add libc_hidden_def.
39001         (setnetgrent): Update caller.
39002         (internal_endnetgrent): Renamed to ...
39003         (__internal_endnetgrent): ... this.  Add internal_function to
39004         definition.  Add libc_hidden_def.
39005         (endnetgrent): Update caller.
39006         (internal_getnetgrent_r): Renamed to ...
39007         (__internal_getnetgrent_r): ... this.  Add internal_function to
39008         definition.  Add libc_hidden_def.
39009         (__getnetgrent_r): Update caller.
39010         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39012 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39014         * stdlib/longlong.h: Update from GCC.
39016 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39018         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39019         on _QL, which is set by umul_ppmm but never used.
39020         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39021         variables, which are set by GMP macros but never used.
39022         * stdio-common/_itowa.c (_itowa): Likewise.
39023         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39024         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39026 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39028         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39029         struct La_sh_regs is not constant.
39030         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39031         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39032         and struct La_sparc64_regs are not constant.
39034 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39036         * sysdeps/unix/sysv/linux/kernel-features.h
39037         (__ASSUME_POSIX_TIMERS): Remove.
39038         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39039         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39040         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39041         Make code unconditional.
39042         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39043         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39044         Make code unconditional.
39045         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39046         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39047         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39048         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39049         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39050         Make code unconditional.
39051         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39052         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39053         (__libc_missing_posix_timers): Remove.
39055 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39057         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39058         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39060         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39062         * elf/dl-sym.c: Include <stdlib.h>.
39064         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39065         constants, which avoids warnings in 32-bit builds.
39067         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39068         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39070         * misc/lseek.c: File moved to ...
39071         * io/lseek.c: ... here.
39073         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39075         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39076         shifting LEN more than 31 bits at once.
39078 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39080         [BZ #14195]
39081         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39082         segmentation fault for a case of two empty input strings.
39083         * string/test-strncasecmp.c (check1): Renamed to...
39084         (bz12205): ...this.
39085         (bz14195): Add new testcase for two empty input strings and N > 0.
39086         (test_main): Call new testcase, adapt for renamed function.
39088 2012-08-15  Andreas Jaeger  <aj@suse.de>
39090         [BZ #14090]
39091         * crypt/md5test2.c: New test, based on test supplied by Serge
39092         Belyshev <belyshev@depni.sinp.msu.ru>.
39093         * crypt/Makefile (xtests): Add md5test-giant..
39094         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39096 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39098         [BZ #14090]
39099         * crypt/md5.c (md5_process_block): Don't assume the buffer
39100         length is less than 2**32.
39101         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39102         length is less than 2**64.
39104 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39106         * string/str-two-way.h: Include <sys/param.h>.
39107         (MAX): Macro removed.
39109         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39110         Move #define and #undef of memmove to just before and after
39111         including <string.h>.
39113         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39114         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39115         and after including <string.h>.  Move declarations of
39116         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39117         to before #include "string/memmove.c".
39119         * include/dirent.h: Declare __getdirentries.
39121         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39122         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39124 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39126         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39127         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39128         * sysdeps/i386/configure: Regenerated.
39129         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39130         STABS_CURRENT_FILE, and STABS_FUN.
39131         (END): Remove call to STABS_FUN_END.
39132         (STABS_CURRENT_FILE1): Delete.
39133         (STABS_CURRENT_FILE): Likewise.
39134         (STABS_FUN): Likewise.
39135         (STABS_FUN_END): Likewise.
39136         (STABS_FUN2): Likewise.
39137         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39138         * sysdeps/x86_64/configure: Regenerated.
39140 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39142         * elf/dl-open.c: Include <atomic.h>.
39143         * elf/dl-lookup.c: Likewise.
39145 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39147         * sysdeps/unix/sysv/linux/kernel-features.h
39148         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39149         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39150         unconditionally.
39151         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39152         unconditionally.
39153         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39154         condition on __ASSUME_CLONE_THREAD_FLAGS.
39156 2012-08-14  Andreas Jaeger  <aj@suse.de>
39158         * sysdeps/i386/fpu/libm-test-ulps: Update.
39160 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39162         * include/atomic.h (atomic_exchange_and_add): Split into ...
39163         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39164         New atomic macros.
39166 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39168         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39170 2012-08-13  Jeff Law <law@redhat.com>
39172         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39173         null byte in the output string.
39175 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39177         * sysdeps/unix/sysv/linux/kernel-features.h
39178         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39179         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39180         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39181         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39182         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39183         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39184         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39186 2012-08-09  Jeff Law <law@redhat.com>
39188         [BZ #13939]
39189         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39190         When avoid_arena is set, don't retry in the that arena.  Pick the
39191         next one, whatever it might be.
39192         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39193         (arena_lock): Pass in new parameter to arena_get2.
39194         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39195         arena_get2.
39196         (__libc_malloc): Unify retrying after main arena failure with
39197         __libc_memalign version.
39198         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39200 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39202         [BZ #14166]
39203         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39204         to __redirect_strstr.
39205         (__strstr_sse42): Use typeof __redirect_strstr.
39206         (__strstr_ia32): Likewise.
39207         (__libc_strstr): New prototype.
39208         (strstr): Renamed to ...
39209         (__libc_strstr): This.
39210         (strstr): New strong alias of __libc_strstr.
39211         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39212         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39213         __redirect_time.
39214         Include <time.h>.
39215         (__libc_time): New prototype.
39216         (time_ifunc): Replace time with __libc_time.
39217         (time): New strong alias and hidden definition of __libc_time.
39218         (__GI_time): Remove strong alias.
39219         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39220         Include <stddef.h>.
39221         (memmove): Redefined to __redirect_memmove.
39222         (__memmove_sse2): Use typeof __redirect_memmove.
39223         (__memmove_ssse3): Likewise.
39224         (__memmove_ssse3_back): Likewise.
39225         (__libc_memmove): New prototype.
39226         (memmove): Renamed to ...
39227         (__libc_memmove): This.
39228         (memmove): New strong alias of __libc_memmove.
39230 2012-08-08  Mark Salter  <msalter@redhat.com>
39232         * elf/elf.h
39233         (R_MN10300_TLS_GD): Define.
39234         (R_MN10300_TLS_LD): Likewise.
39235         (R_MN10300_TLS_LDO): Likewise.
39236         (R_MN10300_TLS_GOTIE): Likewise.
39237         (R_MN10300_TLS_IE): Likewise.
39238         (R_MN10300_TLS_LE): Likewise.
39239         (R_MN10300_TLS_DTPMOD): Likewise.
39240         (R_MN10300_TLS_DTPOFF): Likewise.
39241         (R_MN10300_TLS_TPOFF): Likewise.
39242         (R_MN10300_SYM_DIFF): Likewise.
39243         (R_MN10300_ALIGN): Likewise.
39244         (R_MN10300_NUM): Update.
39246 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39248         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39249         Remove.
39251 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39253         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39255         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39256         sysdeps/unix -> sysdeps/posix move.
39257         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39259 2012-08-07      Allan McRae     <allan@archlinux.org>
39261         [BZ #14303]
39262         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39263         (SUNOS_CPP): Likewise.
39264         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39265         not found.
39266         (open_input): Call CPP using execvp.
39268 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39270         * sysdeps/unix/sysv/linux/kernel-features.h
39271         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39272         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39273         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39274         (__ASSUME_WAITID_SYSCALL): Likewise.
39275         * sysdeps/unix/sysv/linux/dl-execstack.c
39276         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39277         code unconditional.
39278         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39279         conditional code.
39280         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39281         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39282         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39283         code.
39284         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39285         unconditional.
39286         [__ASSUME_WAITID_SYSCALL]: Likewise.
39287         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39289 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39291         * sysdeps/unix/closedir.c: Renamed to ...
39292         * sysdeps/posix/closedir.c: ... here.
39293         * sysdeps/unix/dirfd.c: Renamed to ...
39294         * sysdeps/posix/dirfd.c: ... here.
39295         * sysdeps/unix/dirstream.h: Renamed to ...
39296         * sysdeps/posix/dirstream.h: ... here.
39297         * sysdeps/unix/fdopendir.c: Renamed to ...
39298         * sysdeps/posix/fdopendir.c: ... here.
39299         * sysdeps/unix/opendir.c: Renamed to ...
39300         * sysdeps/posix/opendir.c: ... here.
39301         * sysdeps/unix/readdir.c: Renamed to ...
39302         * sysdeps/posix/readdir.c: ... here.
39303         * sysdeps/unix/readdir_r.c: Renamed to ...
39304         * sysdeps/posix/readdir_r.c: ... here.
39305         * sysdeps/unix/rewinddir.c: Renamed to ...
39306         * sysdeps/posix/rewinddir.c: ... here.
39307         * sysdeps/unix/seekdir.c: Renamed to ...
39308         * sysdeps/posix/seekdir.c: ... here.
39309         * sysdeps/unix/telldir.c: Renamed to ...
39310         * sysdeps/posix/telldir.c: ... here.
39311         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39312         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39313         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39314         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39316         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39317         * bits/fcntl.h: ... here.
39319         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39320         not 0.
39321         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39322         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39323         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39324         (struct flock): Move l_start, l_len to the beginning.
39325         Use __pid_t for l_pid.
39326         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39327         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39328         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39329         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39330         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39331         [__USE_LARGEFILE64] (struct flock64): New type.
39332         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39334         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39335         * bits/dirent.h: ... here.
39337         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39338         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39340 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39342         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39343         Change from 2.6.0 to 2.6.16.
39344         * sysdeps/unix/sysv/linux/configure: Regenerated.
39345         * sysdeps/unix/sysv/linux/kernel-features.h
39346         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39347         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39348         version.
39349         (__ASSUME_UTIMES): Likewise.
39350         (__ASSUME_CLONE_STOPPED): Remove.
39351         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39352         architectures, not kernel version.
39353         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39354         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39355         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39356         (__ASSUME_WAITID_SYSCALL): Likewise.
39357         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39358         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39359         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39360         refer to older versions.
39362 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39364         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39365         Define alphasort64 as an alias.
39366         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39367         Define versionsort64 as an alias.
39368         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39369         Define scandir64 as an alias.
39370         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39371         Define scandirat64 as an alias.
39372         * dirent/alphasort64.c (alphasort64):
39373         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39374         * dirent/versionsort64.c: Likewise.
39375         * dirent/scandir64.c: Likewise.
39376         * dirent/scandirat64.c: Likewise.
39377         * sysdeps/wordsize-64/alphasort.c: File removed.
39378         * sysdeps/wordsize-64/alphasort64.c: File removed.
39379         * sysdeps/wordsize-64/scandir.c: File removed.
39380         * sysdeps/wordsize-64/scandir64.c: File removed.
39381         * sysdeps/wordsize-64/scandirat.c: File removed.
39382         * sysdeps/wordsize-64/scandirat64.c: File removed.
39383         * sysdeps/wordsize-64/versionsort.c: File removed.
39384         * sysdeps/wordsize-64/versionsort64.c: File removed.
39385         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39386         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39387         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39388         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39389         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39390         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39391         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39392         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39394         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39395         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39396         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39397         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39398         [defined __arch64__ || defined __sparcv9]
39399         (__INO_T_MATCHES_INO64_T): New macro.
39400         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39401         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39402         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39403         * sysdeps/unix/sysv/linux/bits/dirent.h
39404         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39405         (_DIRENT_MATCHES_DIRENT64): New macro.
39407         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39408         Define lockf64 as an alias.
39409         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39410         Define fseeko64 as an alias.
39411         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39412         Define ftello64 as an alias.
39413         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39414         Define _IO_fgetpos64 and fgetpos64 as aliases.
39415         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39416         Define _IO_fsetpos64 and fsetpos64 as aliases.
39417         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39418         Conditionalize body on this.
39419         * libio/fseeko64.c: Likewise.
39420         * libio/ftello64.c: Likewise.
39421         * libio/iofgetpos64.c: Likewise.
39422         * libio/iofsetpos64.c: Likewise.
39423         * sysdeps/wordsize-64/lockf.c: File removed.
39424         * sysdeps/wordsize-64/lockf64.c: File removed.
39425         * sysdeps/wordsize-64/fseeko.c: File removed.
39426         * sysdeps/wordsize-64/fseeko64.c: File removed.
39427         * sysdeps/wordsize-64/ftello.c: File removed.
39428         * sysdeps/wordsize-64/ftello64.c: File removed.
39429         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39430         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39431         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39432         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39433         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39434         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39435         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39436         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39437         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39438         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39439         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39440         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39441         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39442         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39444         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39445         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39446         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39447         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39448         [defined __arch64__ || defined __sparcv9]
39449         (__OFF_T_MATCHES_OFF64_T): New macro.
39450         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39451         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39452         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39453         (__OFF_T_MATCHES_OFF64_T): New macro.
39455 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39457         * stdlib/secure-getenv.c (__secure_getenv): Replace
39458         GLIBC_2_16 with GLIBC_2_17.
39460 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39462         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39463         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39465 2012-08-03  David S. Miller  <davem@davemloft.net>
39467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39469 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39471         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39472         Remove.
39473         (__ASSUME_CORRECT_SI_PID): Likewise.
39474         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39475         (__ASSUME_TMPFS_NAME): Likewise.
39476         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39477         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39478         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39479         (HAVE_AUX_SECURE): Make definition unconditional.
39480         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39481         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39483 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39485         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39486         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39487         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39488         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39489         __eloop_threshold instead of SYMLOOP_MAX.
39491         * sysdeps/generic/eloop-threshold.h: New file.
39492         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39493         of MAXSYMLINKS.
39494         * elf/chroot_canon.c (chroot_canon): Likewise.
39496 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39498         [BZ #13717]
39499         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39500         Change to 2.6.0 everywhere.
39501         * sysdeps/unix/sysv/linux/configure: Regenerated.
39502         * sysdeps/unix/sysv/linux/kernel-features.h
39503         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39504         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39505         kernel versions.
39506         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39507         (__ASSUME_FUTEX_REQUEUE): Remove.
39508         (__ASSUME_STATFS64): Define unconditionally.
39509         (__ASSUME_AT_SECURE): Likewise.
39510         (__ASSUME_CORRECT_SI_PID): Likewise.
39511         (__ASSUME_TGKILL): Define without depending on kernel version for
39512         i386.
39513         (__ASSUME_UTIMES): Likewise.
39514         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39515         kernel version.
39516         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39517         (__ASSUME_TMPFS_NAME): Likewise.
39518         * README: Update reference to Linux kernel versions.
39520 2012-08-02  Marek Polacek  <polacek@redhat.com>
39522         [BZ# 14150]
39523         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39524         libc_cv_asm_type_prefix with %.
39525         * configure: Regenerated.
39526         * include/libc-symbols.h: Remove comment about
39527         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39528         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39529         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39530         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39531         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39532         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39533         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39534         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39535         * elf/tst-unique2mod1.c: Likewise.
39536         * elf/tst-unique1mod2.c: Likewise.
39537         * elf/tst-unique1mod1.c: Likewise.
39538         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39539         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39540         Replace ASM_TYPE_DIRECTIVE with .type.
39541         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39542         * sysdeps/i386/sysdep.h: Likewise.
39543         * sysdeps/x86_64/sysdep.h: Likewise.
39544         * sysdeps/sh/sysdep.h: Likewise.
39545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39546         Do not define ASM_TYPE_DIRECTIVE.
39547         * sysdeps/powerpc/sysdep.h: Likewise.
39548         * sysdeps/powerpc/powerpc32/sysdep.h:
39549         Replace ASM_TYPE_DIRECTIVE with .type.
39550         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39551         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39552         * sysdeps/i386/fpu/e_powf.S: Likewise.
39553         * sysdeps/i386/fpu/e_expl.S: Likewise.
39554         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39555         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39556         * sysdeps/i386/fpu/e_pow.S: Likewise.
39557         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39558         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39559         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39560         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39561         * sysdeps/i386/fpu/e_log2.S: Likewise.
39562         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39563         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39564         * sysdeps/i386/fpu/e_powl.S: Likewise.
39565         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39566         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39567         * sysdeps/i386/fpu/e_logl.S: Likewise.
39568         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39569         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39570         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39571         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39572         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39573         * sysdeps/i386/fpu/e_log.S: Likewise.
39574         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39575         * sysdeps/i386/fpu/e_logf.S: Likewise.
39576         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39577         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39578         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39579         * sysdeps/i386/fpu/e_log10.S: Likewise.
39580         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39581         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39582         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39583         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39584         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39585         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39586         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39587         * sysdeps/i386/i686/strtok.S: Likewise.
39588         * sysdeps/i386/i386-mcount.S: Likewise.
39589         * sysdeps/i386/strtok.S: Likewise.
39590         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39591         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39592         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39593         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39594         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39595         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39596         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39597         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39598         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39599         * sysdeps/x86_64/_mcount.S: Likewise.
39600         * sysdeps/x86_64/strtok.S: Likewise.
39601         * sysdeps/sh/_mcount.S: Likewise.
39603 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39605         * libio/iofopen.c: Include <fcntl.h>.
39606         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39607         (_IO_fopen64, fopen64): Define as aliases.
39608         * libio/iofopen64.c: Include <fcntl.h>.
39609         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39610         Conditionalize body on this.
39611         * sysdeps/wordsize-64/iofopen.c: File removed.
39612         * sysdeps/wordsize-64/iofopen64.c: File removed.
39614 2012-08-01  Marek Polacek  <polacek@redhat.com>
39616         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39617         Use dlfcn directly instead of a variable.
39618         (binfmt-subdir): Do not define.
39619         (dlfcn): Likewise.
39621 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39623         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39624         Remove all definitions.
39625         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39626         <kernel-features.h>.
39627         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39628         (miss_F_GETOWN_EX): Remove all definitions.
39629         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39630         macro definition.
39631         [!__ASSUME_FCNTL64]: Remove conditional code.
39632         [__ASSUME_FCNTL64]: Make code unconditional.
39633         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39634         <kernel-features.h>.
39635         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39636         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39637         (lockf64) [__NR_fcntl64]: Make code unconditional.
39638         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39640         * sysdeps/unix/sysv/linux/kernel-features.h
39641         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39642         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39643         Make code unconditional.
39644         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39645         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39647         [__NR_vfork]: Make code unconditional.
39648         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39649         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39651         [__NR_vfork]: Make code unconditional.
39652         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39653         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39655 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39657         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39658         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39660         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39661         Define mkstemp64 as an alias.
39662         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39663         Define mkstemps64 as an alias.
39664         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39665         Define mkostemp64 as an alias.
39666         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39667         Define mkostemps64 as an alias.
39668         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39669         Conditionalize body on this.
39670         * misc/mkostemp64.c: Likewise.
39671         * misc/mkostemps64.c: Likewise.
39672         * misc/mkstemps64.c: Likewise.
39673         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39674         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39675         * sysdeps/wordsize-64/mkostemp.c: File removed.
39676         * sysdeps/wordsize-64/mkstemp.c: File removed.
39677         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39678         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39679         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39680         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39682         [BZ #14138]
39683         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39684         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39685         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39686         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39688         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39689         compat_symbol macros from <shlib-compat.h> rather than the underlying
39690         default_symbol_version and symbol_version macros, so that DEFAULT
39691         lines in shlib-versions are respected.
39692         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39694 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39696         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39697         Declare with warn_unused_result.
39698         (setgid, setregid, setegid, setresgid): Likewise.
39699         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39700         Likewise.
39701         * WUR-REPORT: Remove set*id functions.
39703 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39705         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39707 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39709         [BZ #10191]
39710         * include/sys/socket.h (__libc_accept, __libc_accept4):
39711         Add attribute_hidden.
39712         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39714         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39715         use of PTR_MANGLE.
39716         * inet/getnetgrent_r.c (setup): Likewise.
39718         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39720 2012-07-31  David S. Miller  <davem@davemloft.net>
39722         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39724 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39726         [BZ #13629]
39727         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39728         value between 1.0 and 2.0 and smaller part has absolute value less
39729         than 1.0.
39730         * math/s_clog10.c (__clog10): Likewise.
39731         * math/s_clog10f.c (__clog10f): Likewise.
39732         * math/s_clog10l.c (__clog10l): Likewise.
39733         * math/s_clogf.c (__clogf): Likewise.
39734         * math/s_clogl.c (__clogl): Likewise.
39735         * math/libm-test.inc (clog_test): Add more tests.
39736         (clog10_test): Likewise.
39737         * sysdeps/i386/fpu/libm-test-ulps: Update.
39738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39740 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39742         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39743         Exit with zero in case no suitable GID is found, and write a
39744         message to standard error.
39746 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39748         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39749         rather than to 1.
39750         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39751         (MAXPATHLEN): Removed.
39752         (NOGROUP, NODEV): New macros.
39753         (setbit, clrbit, isset, isclr): New macros.
39754         (howmany, roundup, powerof2): New macros.
39755         (DEV_BSIZE): New macro.
39757         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39758         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39760         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39761         definition on [!__NO_LONG_DOUBLE_MATH].
39763         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39764         PTR_MANGLE and PTR_DEMANGLE.
39766         * socket/accept4.c (accept4): Rename to __libc_accept4.
39767         Define accept4 as a weak alias.
39769         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39770         on [_DIRENT_HAVE_D_TYPE].
39771         * io/ftw.c (ftw_dir): Likewise.
39773         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39775         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39777         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39778         Use the BSD numbers rather than the arbitrary ones we had.
39779         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39780         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39781         (SIGXCPU, SIGXFSZ): New macros.
39782         (_NSIG): Now 32.
39784         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39785         initializer on [_LIBC_REENTRANT].
39787         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39788         definitions inside [_POSIX_MAPPED_FILES].
39790         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39792         * dirent/opendir.c: Include <fcntl.h>.
39794         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39795         (__libc_getspecific): Likewise.
39796         (__libc_key_create): Likewise.
39798         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39799         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39800         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39801         (tmpfile64): Define as alias.
39802         * sysdeps/wordsize-64/tmpfile.c: File removed.
39803         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39804         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39805         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39807         * stdio-common/vfscanf.c: Include <stdbool.h>.
39808         * nss/makedb.c: Likewise.
39809         * stdio-common/_i18n_number.h: Likewise.
39810         * argp/argp-help.c: Likewise.
39811         * posix/wordexp.c: Likewise.
39812         * sysdeps/posix/spawni.c: Likewise.
39813         * nss/nss_files/files-initgroups.c: Likewise.
39814         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39815         * nss/nss_files/files-initgroups.c: Likewise.
39816         * nss/nss_db/db-netgrp.c: Likewise.
39817         * nss/nss_db/db-initgroups.c: Likewise.
39818         * io/fchmodat.c: Include <sys/stat.h>.
39820         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39821         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39823         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39824         [HAVE_MMAP].
39826         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39827         Add multiple inclusion protection.
39829 2012-07-27  David S. Miller  <davem@davemloft.net>
39831         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39833 2012-07-27  Gary Benson  <gbenson@redhat.com>
39835         [BZ #14298]
39836         * elf/rtld.c: Include <stap-probe.h>.
39837         (dl_main): Added static probes "init_start" and "init_complete".
39838         * elf/dl-load.c: Include <stap-probe.h>.
39839         (lose): Take new parameter "nsid".
39840         Added static probe "map_failed".
39841         (_dl_map_object_from_fd): Pass namespace id to lose.
39842         Added static probe "map_start".
39843         (open_verify): Pass namespace id to lose.
39844         * elf/dl-open.c: Include <stap-probe.h>.
39845         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39846         and "reloc_complete".
39847         * elf/dl-close.c: Include <stap-probe.h>.
39848         (_dl_close_worker): Added static probes "unmap_start" and
39849         "unmap_complete".
39850         * elf/rtld-debugger-interface.txt: New file documenting the above.
39852 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39854         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39855         rather than a string variable.
39856         * sunrpc/rpc_main.c (h_output): Likewise.
39857         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39859 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39861         * inet/check_native.c: New file.
39863 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39865         [BZ #13629]
39866         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39867         if larger part has absolute value 1.0.
39868         * math/s_clog10.c (__clog10): Likewise.
39869         * math/s_clog10f.c (__clog10f): Likewise.
39870         * math/s_clog10l.c (__clog10l): Likewise.
39871         * math/s_clogf.c (__clogf): Likewise.
39872         * math/s_clogl.c (__clogl): Likewise.
39873         * math/libm-test.inc (clog_test): Add more tests.
39874         (clog10_test): Likewise.
39875         * sysdeps/i386/fpu/libm-test-ulps: Update.
39876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39878         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39879         (pltexit): Likewise.
39880         (La_regs): Likewise.
39881         (La_retval): Likewise.
39882         (int_retval): Likewise.
39883         Update #error for removed macros to refer only to definitions in
39884         tst-audit.h.
39885         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39886         macro.
39887         (pltexit): Likewise.
39888         (La_regs): Likewise.
39889         (La_retval): Likewise.
39890         (int_retval): Likewise.
39891         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39892         macro.
39893         (pltexit): Likewise.
39894         (La_regs): Likewise.
39895         (La_retval): Likewise.
39896         (int_retval): Likewise.
39897         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39898         macro.
39899         (pltexit): Likewise.
39900         (La_regs): Likewise.
39901         (La_retval): Likewise.
39902         (int_retval): Likewise.
39903         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39904         macro.
39905         (pltexit): Likewise.
39906         (La_regs): Likewise.
39907         (La_retval): Likewise.
39908         (int_retval): Likewise.
39909         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39910         macro.
39911         (pltexit): Likewise.
39912         (La_regs): Likewise.
39913         (La_retval): Likewise.
39914         (int_retval): Likewise.
39915         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39916         macro.
39917         (pltexit): Likewise.
39918         (La_regs): Likewise.
39919         (La_retval): Likewise.
39920         (int_retval): Likewise.
39921         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39922         macro definitions in tst-audit.h.
39923         * sysdeps/i386/tst-audit.h: New file.
39924         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39925         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39926         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39927         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39928         * sysdeps/sh/tst-audit.h: Likewise.
39929         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39930         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39931         * sysdeps/x86_64/tst-audit.h: Likewise.
39933 2012-07-26  Andreas Jaeger  <aj@suse.de>
39935         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39936         ptrace.
39938         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39939         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39940         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39941         PTRACE_O_MASK.
39942         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39943         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39944         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39946         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39947         value.
39949         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39950         _sigsys.
39951         (si_call_addr, si_syscall, si_arch): Define new macro.
39952         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39953         _sigsys.
39954         (si_call_addr, si_syscall, si_arch): Define new marcro.
39955         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39956         _sigsys.
39957         (si_call_addr, si_syscall, si_arch): Define new macro.
39958         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39959         _sigsys.
39960         (si_call_addr, si_syscall, si_arch): Define new macro.
39962 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39964         [BZ #13717]
39965         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39966         Change to 2.4.21 where previously 2.4.1.
39967         * sysdeps/unix/sysv/linux/configure: Regenerated.
39968         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39969         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39970         Linux kernel version.
39971         (__ASSUME_STD_AUXV): Remove.
39972         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39973         kernel version.
39974         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39975         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39976         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39977         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39978         (__ASSUME_NETLINK_SUPPORT): Likewise.
39979         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39980         (__no_netlink_support): Remove conditional definition.
39981         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39982         Remove.
39983         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39984         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39985         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39986         (if_nameindex_ioctl): Remove.
39987         (if_nameindex_netlink): Do not handle __no_netlink_support.
39988         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39989         code.
39990         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39991         Remove conditional code.
39992         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39993         code.
39994         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39995         unconditional.
39996         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39997         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39998         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39999         Remove.
40000         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40001         [!__ASSUME_STD_AUXV]: Remove conditional code.
40002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40003         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40004         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40006         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40007         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40008         code.
40009         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40011         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40012         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40013         conditional code.
40014         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40016         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40017         code.
40018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40019         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40020         conditional code.
40021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40022         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40023         code unconditional.
40024         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40025         conditional code.
40026         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40027         unconditional.
40028         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40029         conditional code.
40030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40031         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40032         unconditional.
40033         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40034         conditional code.
40035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40036         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40037         code unconditional.
40038         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40039         conditional code.
40040         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40041         unconditional.
40042         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40043         conditional code.
40044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40045         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40046         code unconditional.
40047         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40048         conditional code.
40049         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40050         unconditional.
40051         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40052         conditional code.
40054 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40056         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40057         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40058         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40059         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40060         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40061         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40062         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40063         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40064         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40065         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40066         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40067         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40068         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40069         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40070         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40071         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40072         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40073         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40074         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40075         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40076         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40077         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40078         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40080 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40082         * Versions.def: Add GLIBC_2.17.
40083         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40084         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40085         Introduce __libc_secure_getenv.
40086         * stdlib/Versions (2.17): Add secure_getenv
40087         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40088         * stdlib/secure-getenv.c: Rename __secure_getenv to
40089         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40090         symbol __secure_getenv for GLIBC_2.0.
40091         * stdlib/tst-secure-getenv.c: New.
40092         * stdlib/Makefile (tests): Add testcase.
40093         * manual/startup.texi (Environment Access): Document
40094         secure_getenv.
40095         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40096         __libc_secure_getenv.
40097         * inet/ruserpass.c (ruserpass): Likewise.
40098         * malloc/mtrace.c (mtrace): Likewise.
40099         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40100         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40101         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40102         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40103         HAVE_SECURE_GETENV.
40104         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40105         __secure_getenv to __libc_secure_getenv.
40106         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40108         Likewise.
40109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40110         Likewise.
40111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40112         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40113         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40114         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40115         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40116         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40117         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40119 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40121         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40122         (struct La_i86_retval): Likewise.
40123         (struct La_x86_64_regs): Likewise.
40124         (struct La_x86_64_retval): Likewise.
40125         (struct La_x32_regs): Likewise.
40126         (struct La_x32_retval): Likewise.
40127         (struct La_ppc32_regs): Likewise.
40128         (struct La_ppc32_retval): Likewise.
40129         (struct La_ppc64_regs): Likewise.
40130         (struct La_ppc64_retval): Likewise.
40131         (struct La_sh_regs): Likewise.
40132         (struct La_sh_retval): Likewise.
40133         (struct La_s390_32_regs): Likewise.
40134         (struct La_s390_32_retval): Likewise.
40135         (struct La_s390_64_regs): Likewise.
40136         (struct La_s390_64_retval): Likewise.
40137         (struct La_sparc32_regs): Likewise.
40138         (struct La_sparc32_retval): Likewise.
40139         (struct La_sparc64_regs): Likewise.
40140         (struct La_sparc64_retval): Likewise.
40141         (struct audit_ifaces): Remove architecture-specific pltenter and
40142         pltexit members.
40143         * sysdeps/i386/ldsodefs.h: New file.
40144         * sysdeps/powerpc/ldsodefs.h: Likewise.
40145         * sysdeps/s390/ldsodefs.h: Likewise.
40146         * sysdeps/sh/ldsodefs.h: Likewise.
40147         * sysdeps/sparc/ldsodefs.h: Likewise.
40148         * sysdeps/x86_64/ldsodefs.h: Likewise.
40150 2012-07-25  Marek Polacek  <polacek@redhat.com>
40152         [BZ #6808]
40153         * math/libm-test.inc (yn_test): Add another test.
40154         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40155         to ERANGE when the result is +-Inf.
40156         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40157         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40158         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40159         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40161 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40163         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40164         equal to 0.
40165         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40166         clock_t.
40167         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40169 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40171         * configure.in <sysdeps resolving>: Correct printing
40172         Implies_before.
40173         * configure: Regenerate.
40175 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40177         * math/w_ilogb.c: Include <limits.h>.
40178         * math/w_ilogbl.c: Likewise.
40180 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40182         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40183         va_copy.  Document allowing for unavailable va_copy only as
40184         pre-C99 compatibility.
40185         * manual/string.texi (Copying and Concatenation): Use va_copy
40186         instead of __va_copy in concat example.
40188 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40190         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40191         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40192         it if not null.
40194         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40195         with O_NOLINK passed to __file_name_lookup.
40197         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40198         with O_NOLINK passed to __file_name_lookup.
40200         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40201         negative N or less than NGIDS.
40203         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40204         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40205         enough.  Use memcpy instead of strncpy.
40207 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40209         * elf/Makefile (check-data): Remove.
40210         (localplt.data): New vpath directive.
40211         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40212         instead of $(check-data).
40213         * scripts/data/localplt-generic.data: Move to ...
40214         * sysdeps/generic/localplt.data: ... here.
40215         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40216         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40217         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40219         ... here.
40220         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40222         ... here.
40223         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40224         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40225         ... here.
40226         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40228         ... here.
40229         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40230         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40231         ... here.
40232         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40233         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40234         ... here.
40236 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40238         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40239         PPC32 and PPC64 files.
40240         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40241         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40243 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40245         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40246         __makecontext_ret to ...
40247         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40248         ... here and call exit if uc_link is NULL.  New file.
40249         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40250         __makecontext_ret.S.
40251         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40252         __makecontext_ret to ...
40253         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40254         ... here and call exit if uc_link is NULL.  New file.
40255         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40256         __makecontext_ret.S.
40258 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40260         * elf/elf.h (R_390_IRELATIVE): New definition.
40261         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40262         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40263         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40264         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40265         (elf_machine_lazy_rel): Likewise.
40266         * sysdeps/s390/dl-irel.h: New file.
40267         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40268         * sysdeps/s390/s390-64/memset.S: New asm code.
40269         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40270         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40271         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40272         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40273         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40274         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40275         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40276         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40277         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40278         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40279         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40280         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40281         * sysdeps/s390/s390-32/memset.S: New asm code.
40282         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40284 2012-07-17  Marek Polacek  <polacek@redhat.com>
40286         [BZ #14349]
40287         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40288         * sysdeps/s390/s390-64/configure.in: Likewise.
40289         * sysdeps/sparc/configure.in: Likewise.
40290         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40291         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40292         * sysdeps/i386/configure.in: Likewise.
40293         * sysdeps/x86_64/configure.in: Likewise.
40294         * sysdeps/sh/configure.in: Likewise.
40295         * sysdeps/s390/s390-32/configure: Regenerated.
40296         * sysdeps/s390/s390-64/configure: Likewise.
40297         * sysdeps/x86_64/configure: Likewise.
40298         * sysdeps/sh/configure: Likewise.
40299         * sysdeps/powerpc/powerpc64/configure: Likewise.
40300         * sysdeps/powerpc/powerpc32/configure: Likewise.
40301         * sysdeps/sparc/configure: Likwise.
40302         * sysdeps/i386/configure: Likewise.
40304         * elf/dl-open.c: Comment fixes.
40306 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40308         * Makefile [CXX] (check-data): Remove.
40309         [CXX] (c++-types.data): New vpath directive.
40310         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40311         vpath.  Do not allow for C++ type data being missing.
40312         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40313         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40314         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40315         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40316         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40317         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40318         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40320         ... here.
40321         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40323         ... here.
40324         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40326         ... here.
40327         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40328         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40329         ... here.
40330         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40331         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40332         ... here.
40333         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40334         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40335         ... here.
40336         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40337         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40338         ... here.
40339         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40340         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40342         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40343         definitions to architecture-specific files.
40344         (TLS_IE): Likewise.
40345         (TLS_LD): Likewise.
40346         (TLS_GD): Likewise.
40347         * sysdeps/i386/tls-macros.h: New file.
40348         * sysdeps/powerpc/tls-macros.h: Likewise.
40349         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40350         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40351         * sysdeps/sh/tls-macros.h: Likewise.
40352         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40353         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40354         * sysdeps/x86_64/tls-macros.h: Likewise.
40356 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40358         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40359         zero value for regular exit case.
40361         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40362         (__start_context): Preserve zero value for regular exit case.
40364 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40365             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40367         * manual/setjmp.texi (setcontext): Clarify normal process
40368         termination when uc_link is the null pointer.
40369         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40370         exit call.
40372 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40374         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40375         preprocessor.  Test for each exception mask separately.
40377 2012-07-16  Andreas Jaeger  <aj@suse.de>
40379         * po/ru.po: Update from translation team.
40381 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40383         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40384         equal to 0.
40385         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40386         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40387         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40388         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40389         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40391 2012-07-13  Andreas Jaeger  <aj@suse.de>
40393         * po/fr.po: Update from translation team.
40395 2012-07-12  Marek Polacek  <polacek@redhat.com>
40397         [BZ #14173]
40398         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40399         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40400         loop condition.
40402 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40404         [BZ #13717]
40405         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40406         Change to 2.4.1 where previously 2.4.0.
40407         * sysdeps/unix/sysv/linux/configure: Regenerated.
40408         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40409         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40410         version.
40411         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40412         (__ASSUME_AT_CLKTCK): Remove.
40413         (__ASSUME_AT_PAGESIZE): Likewise.
40414         (__ASSUME_AT_XID): Likewise.
40415         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40416         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40417         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40418         unconditionally.
40419         (HAVE_AUX_PAGESIZE): Likewise.
40420         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40421         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40422         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40424 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40426         [BZ #14307]
40427         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40428         the temporary buffer used to invoke __gethostbyname2_r,
40429         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40430         host_data / struct gaih_addrtuple.
40431         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40432         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40433         header file nss/nsswitch.h.
40434         * nss/nsswitch.h (global scope): Add definition of implementation
40435         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40436         resolv/nss_dns/dns-host.c).
40438 2012-07-11  Andreas Jaeger  <aj@suse.de>
40440         * po/fr.po: Update from translation team.
40442         * po/sv.po: Update from translation team
40443         * po/fr.po: Another update from translation team.
40445 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40447         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40448         for subnormals or multiply small sinh result by itself.
40449         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40450         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40452 2012-07-11  David S. Miller  <davem@davemloft.net>
40454         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40456 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40458         [BZ #14347]
40459         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40460         (INTERNAL_MARK): Shift it here.
40462 2012-07-10  Marek Polacek  <polacek@redhat.com>
40464         [BZ #14151]
40465         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40466         libc_cv_asm_global_directive with .globl.
40467         * configure: Regenerated.
40468         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40469         with .globl.
40470         * sysdeps/i386/configure: Regenerated.
40471         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40472         with .globl.
40473         * sysdeps/x86_64/configure: Regenerated.
40474         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40475         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40476         * elf/tst-unique2mod2.c: Likewise.
40477         * elf/tst-unique2mod1.c: Likewise.
40478         * elf/tst-unique1mod2.c: Likewise.
40479         * elf/tst-unique1mod1.c: Likewise.
40480         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40481         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40482         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40483         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40484         * sysdeps/mach/sysdep.h: Likewise.
40485         * sysdeps/i386/sysdep.h: Likewise.
40486         * sysdeps/i386/i386-mcount.S: Likewise.
40487         * sysdeps/x86_64/_mcount.S: Likewise.
40488         * sysdeps/x86_64/sysdep.h: Likewise.
40489         * sysdeps/sh/_mcount.S: Likewise.
40490         * sysdeps/sh/sysdep.h: Likewise.
40491         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40492         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40493         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40494         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40495         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40496         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40497         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40498         * locale/localeinfo.h: Likewise.
40499         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40500         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40502 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40504         [BZ #14336]
40505         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40506         system".
40507         * manual/message.texi (The Uniforum approach): Likewise.
40508         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40509         (glibc iconv Implementation): Likewise.
40511 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40513         [BZ #14337]
40514         * math/s_clog.c (__clog): Avoid scaling a value down where that
40515         could result in underflow.
40516         * math/s_clog10.c (__clog10): Likewise.
40517         * math/s_clog10f.c (__clog10f): Likewise.
40518         * math/s_clog10l.c (__clog10l): Likewise.
40519         * math/s_clogf.c (__clogf): Likewise.
40520         * math/s_clogl.c (__clogl): Likewise.
40521         * math/libm-test.inc (clog_test): Add more tests.
40522         (clog10_test): Likewise.
40523         * sysdeps/i386/fpu/libm-test-ulps: Update.
40524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40526 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40528         [BZ #14283]
40529         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40530         by 7 not 8 to examine high bit of fractional part.
40532         [BZ #14042]
40533         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40534         for call to __mcount_internal.
40535         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40536         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40537         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40539 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40541         [BZ #14154]
40542         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40543         approximation for values within 0x1p-13f of an odd multiple of
40544         pi/4.
40545         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40546         exception.  Add more tests.
40547         * sysdeps/i386/fpu/libm-test-ulps: Update.
40549         [BZ #6778]
40550         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40551         inputs and return -1 for them.  Do not check for +Inf in case not
40552         reachable for +Inf.
40553         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40554         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40555         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40556         and return -1 for them.  Do not check for +Inf in case not
40557         reachable for +Inf.
40558         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40559         define.
40560         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40561         and return -1 for them.  Do not check for +Inf in case not
40562         reachable for +Inf.
40563         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40564         spurious underflow.
40565         * sysdeps/i386/fpu/libm-test-ulps: Update.
40566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40568 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40570         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40572 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40574         [BZ #14157]
40575         [BZ #14331]
40576         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40577         could result in spurious underflow.  Scale down values above
40578         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40579         * math/s_csqrtf.c (__csqrtf): Likewise.
40580         * math/s_csqrtl.c (__csqrtl): Likewise.
40581         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40582         spurious underflow.
40583         * sysdeps/i386/fpu/libm-test-ulps: Update.
40584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40586 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40588         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40589         xopen-msg.sed.
40590         * catgets/xopen-msg.awk: New file.
40591         * catgets/xopen-msg.sed: Removed.
40593         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40594         po2text.sed.
40595         * intl/po2test.awk: New file.
40596         * intl/po2test.sed: Removed.
40598 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40600         [BZ #14328]
40601         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40602         or multiply small sinh result by itself.
40603         * math/s_ctanf.c (__ctanf): Likewise.
40604         * math/s_ctanh.c (__ctanh): Likewise.
40605         * math/s_ctanhf.c (__ctanhf): Likewise.
40606         * math/s_ctanhl.c (__ctanhl): Likewise.
40607         * math/s_ctanl.c (__ctanl): Likewise.
40608         * math/libm-test.inc (ctan_test_tonearest): New function.
40609         (ctan_test_towardzero): Likewise.
40610         (ctan_test_downward): Likewise.
40611         (ctan_test_upward): Likewise.
40612         (ctanh_test_tonearest): Likewise.
40613         (ctanh_test_towardzero): Likewise.
40614         (ctanh_test_downward): Likewise.
40615         (ctanh_test_upward): Likewise.
40616         (main): Call these new functions.
40617         * sysdeps/i386/fpu/libm-test-ulps: Update.
40618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40620 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40622         * .gitignore: Delete /ports entry.
40624 2012-07-03  Andreas Jaeger  <aj@suse.de>
40626         * po/bg.po: Update from translation team.
40627         * po/cs.po: Likewise.
40628         * po/de.po: Likewise.
40629         * po/hr.po: Likewise.
40630         * po/nl.pl: Likewise.
40631         * po/pl.po: Likewise.
40632         * po/vi.po: Likewise.
40634 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40636         * Makeconfig [!+link] (+link-before-libc): New variable.
40637         [!+link] (+link-after-libc): Likewise.
40638         [!+link] (+link-tests): Likewise.
40639         [!+link] (+link): Define in terms of $(+link-before-libc) and
40640         $(+link-after-libc).
40641         [!+link-static] (+link-static-before-libc): New variable.
40642         [!+link-static] (+link-static-after-libc): Likewise.
40643         [!+link-static] (+link-static-tests): Likewise.
40644         [!+link-static] (+link-static): Define in terms of
40645         $(+link-static-before-libc) and $(+link-static-after-libc).
40646         [build-shared] (link-libc-before-gnulib): New variable.
40647         [build-shared] (link-libc-tests): Likewise.
40648         [build-shared] (link-libc): Define in terms of
40649         $(link-libc-before-gnulib).
40650         [!build-shared] (link-libc-tests): New variable.
40651         (link-libc-static-tests): New variable.
40652         [!gnulib] (gnulib-arch): New variable.
40653         [!gnulib] (gnulib-tests): Likewise.
40654         [!gnulib] (static-gnulib-arch): Likewise.
40655         [!gnulib] (static-gnulib-tests): Likewise.
40656         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40657         Define with "=" instead of ":=".
40658         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40659         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40660         * Rules (binaries-all-notests): New variable.
40661         (binaries-all-tests): Likewise.
40662         (binaries-static-notests): Likewise.
40663         (binaries-static-tests): Likewise.
40664         (binaries-all): Define using $(binaries-all-notests) and
40665         $(binaries-all-tests).
40666         (binaries-static): Define using $(binaries-static-notests) and
40667         $(binaries-static-tests).
40668         (binaries-shared-tests): New variable.
40669         (binaries-shared-notests): Likewise.
40670         (binaries-shared): Remove variable.
40671         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40672         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40673         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40674         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40675         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40676         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40677         * elf/Makefile (sln-modules): New variable.
40678         (extra-objs): Add $(sln-modules:=.o).
40679         (ldconfig-modules): Add static-stubs.
40680         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40681         * elf/static-stubs.c: New file.
40683         [BZ #14283]
40684         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40685         by 7 not 8 to examine high bit of fractional part.  Use volatile
40686         variables when splitting into final array of floats if
40687         __FLT_EVAL_METHOD__ != 0.
40688         * math/libm-test.inc (cos_test): Add another test.
40689         (sin_test): Likewise.
40690         * sysdeps/i386/fpu/libm-test-ulps: Update.
40692         [BZ #14273]
40693         * math/libm-test.inc (cosh_test): Add more tests.
40695         * version.h (RELEASE): Set to "development".
40696         (VERSION): Set to "2.16.90".
40698 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40700         * NEWS: Update copyright. Remove last-updated date.
40701         Mention math library bug fixes and timezone data changes.
40702         * README: Mention GNU/Hurd, x32, and HPPA support status.
40704 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40706         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40708 2012-06-27  Andreas Jaeger  <aj@suse.de>
40710         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40712 2012-06-25  Andreas Jaeger  <aj@suse.de>
40714         * sysdeps/s390/fpu/libm-test-ulps: Update.
40716 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40717             Thomas Schwinge  <thomas@codesourcery.com>
40719         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40720         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40721         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40722         fanotify_mark.
40724 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40726         * sysdeps/mach/start.c: Remove file.
40727         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40728         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40729         * sysdeps/sh/init-first.c: Likewise.
40731         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40732         registers for frame unwinding purposes, add CFI directives.
40733         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40734         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40735         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40736         Likewise.
40738         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40739         __fortify_fail returning.
40740         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40742         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40743         sysdeps/sh/____longjmp_chk.S.
40744         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40745         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40746         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40747         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40749         * sysdeps/sh/abort-instr.h: New file.
40750         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40751         process in case exit returns.
40753         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40754         initialize the GOT register before use.
40756         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40757         calculation of ARGC > 4.
40759         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40760         meaningful names to some local labels.
40762 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40763             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40765         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40766         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40767         (__arch_compare_and_exchange_val_16_acq): Likewise.
40768         (__arch_compare_and_exchange_val_32_acq): Likewise.
40769         (atomic_exchange_and_add): Fix gUSA sequence.
40770         (atomic_add): Likewise.
40771         (atomic_add_negative): Likewise.
40772         (atomic_add_zero): Likewise.
40773         (atomic_bit_test_set): Likewise.
40775 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40777         [BZ #13579]
40778         * include/link.h (struct link_map): Add l_free_initfini.
40779         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40780         l_initfini.
40781         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40782         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40783         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40784         set.
40786 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40788         * configure.in: Use AC_LANG_SOURCE.
40789         * configure: Regenerate.
40791 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40793         * configure.in (libc_cv_localstatedir): New substituted variable.
40794         * configure: Regenerated.
40795         * config.make.in (localstatedir): New variable, substituted from
40796         libc_cv_localstatedir.
40797         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40798         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40799         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40800         * sysdeps/gnu/configure: Regenerated.
40802 2012-06-21  Jeff Law  <law@redhat.com>
40804         [BZ #14277]
40805         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40806         free.  Simplify list management for _LIBC case.
40808 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40810         [BZ #14273]
40811         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40812         Clear sign bit of 64-bit integer value before comparing against
40813         overflow value.
40815         * sysdeps/mach/configure: Regenerated.
40817 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40819         [BZ #14278]
40820         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40822 2012-06-21  Jeff Law  <law@redhat.com>
40824         [BZ #13882]
40825         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40826         uint16_t for elements in the "seen" array to avoid char overflows.
40827         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40828         * elf/dl-open.c (dl_open_worker): Likewise.
40830 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40832         * scripts/list-sources.sh: Scan PORTS for translations.
40833         * po/libc.pot: Regenerated.
40835 2012-06-21  Andreas Jaeger  <aj@suse.de>
40837         [BZ #12194]
40838         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40839         warning.
40840         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40841         * bits/byteswap-16.h (__bswap_16): Likewise.
40842         * bits/byteswap.h (__bswap_constant_16): Likewise.
40844 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40846         [BZ #14117]
40847         * sysdeps/i386/fpu_control.h: Removed.
40848         * sysdeps/x86_64/fpu_control.h: Moved to ...
40849         * sysdeps/x86/fpu_control.h: Here.
40851         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40852         (_FPU_SETCW): Likewise.
40854 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40856         [BZ #14117]
40857         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40858         * sysdeps/x86/fpu/bits/mathinline.h: This.
40859         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40861         [BZ #14050]
40862         [BZ #14117]
40863         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40864         functions if __x86_64__ is defined.
40866 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40868         * string/endian.h: Add !__ASSEMBLER__ condition for including
40869         conversion interfaces.
40871 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40873         [BZ #14241]
40874         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40875         of ABS(x) in calculating zero to negative powers other than odd
40876         integers.
40877         * math/libm-test.inc (pow_test): Add more tests.
40879 2012-06-15  Andreas Jaeger  <aj@suse.de>
40881         * manual/contrib.texi (Contributors): Update entry of Liubov
40882         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40883         Machado Filho.
40885 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40887         * string/string.h: Add __wur to GNU version of strerror_r.
40889 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40891         [BZ #14229]
40892         * string/Makefile (tests): Add tst-strtok_r.
40893         * string/tst-strtok_r.c: New file.
40894         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40895         RAX_LP/RDX_LP on SAVE_PTR.
40897 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40899         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40901 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40903         * libm_test.inc (csqrt_test): Allow more spurious underflow
40904         exceptions.
40905         (j0_test): Likewise.
40906         (j1_test): Likewise.
40907         (y0_test): Likewise.
40908         (y1_test): Likewise.
40910 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40912         * po/Makefile (libc.pot): Use UTF-8 charset.
40914 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40916         [BZ #14210]
40917         Suppress sign-conversion warning from FD_SET.
40918         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40919         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40920         not unsigned long int.
40921         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40923 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40925         [BZ #14050]
40926         [BZ #14117]
40927         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40928         __extern_always_inline instead of __extern_inline.
40929         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40930         (__signbit): Likewise.
40931         (__signbitl): Support C++ namespace.
40932         (lrintf): New inline function.
40933         (lrint): Likewise.
40934         (llrintf): Likewise.
40935         (llrint): Likewise.
40936         (fmaxf): Likewise.
40937         (fmax): Likewise.
40938         (fminf): Likewise.
40939         (fmin): Likewise.
40940         (rint): Likewise.
40941         (rintf): Likewise.
40942         (ceil): Likewise.
40943         (ceilf): Likewise.
40944         (floor): Likewise.
40945         (floorf): Likewise.
40946         (nearbyint): Likewise.
40947         (nearbyintf): Likewise.
40949 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40951         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40952         non-default versions.
40954 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40956         [BZ #14218]
40957         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40959 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40961         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40962         (FE_UPWARD, FE_DOWNWARD): Don't define.
40963         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40964         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40966         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40967         reading it.
40968         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40969         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40971 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40973         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40974         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40975         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40976         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40978 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40980         [BZ #14117]
40981         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40982         * sysdeps/i386/fpu/Implies: New file.
40983         * sysdeps/x86_64/fpu/Implies: Likewise.
40984         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40985         * sysdeps/x86/fpu/bits/fenv.h: This.
40987         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40988         __SSE_MATH__.
40990 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40992         [BZ #14134]
40993         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40994         character 0xffff that matches the last element of the
40995         conversion table.
40997 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40999         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41000         fmodl commit.
41002 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41004         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41005         values higher than 25.6283.
41007 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41009         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41010         subnormal exponent extraction and add some __builtin_expect.
41011         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41012         Fix for subnormal mantissa calculation.
41014 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41016         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41017         cpu2 is -1 and errno is not ENOSYS.
41019 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41021         [BZ #14117]
41022         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41023         * sysdeps/x86/bits/string.h: This.
41024         * sysdeps/x86_64/bits/string.h: Removed.
41026         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41027         if not compiling for x86-64, but compiling for >= i486.
41029         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41030         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41032         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41033         New macro from Linux kernel 3.4.0.
41034         (FP_XSTATE_MAGIC2): Likewise.
41035         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41036         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41037         (struct _fpx_sw_bytes): New struct.
41038         (struct _xsave_hdr): Likewise.
41039         (struct _ymmh_state): Likewise.
41040         (struct _xstate): Likewise.
41042         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41043         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41044         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41045         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41046         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41047         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41049         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41050         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41051         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41052         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41053         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41054         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41056 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41058         [BZ #13743]
41059         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41060         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41061         (sysdep_headers): Include sys/platform/ppc.h.
41062         * sysdeps/powerpc/test-gettimebase.c: Test for
41063         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41064         * manual/Makefile (appendices): Include platform.texi.
41065         * manual/contrib.texi (Contributors): Update @node pointers.
41066         * manual/maint.texi (Maintenance): Likewise.
41067         (Platform): New node.
41068         * manual/platform.texi: New file.  Document the new features.
41070 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41071             Jakub Jelinek  <jakub@redhat.com>
41073         [BZ #14188]
41074         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41075         where __builtin_expect is unavailable.
41077 2012-06-03  David S. Miller  <davem@davemloft.net>
41079         * stdlib/longlong.h: Updated from GCC.
41081 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41083         [BZ #14042]
41084         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41085         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41086         __mcount_internal.
41087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41088         (GLIBC_2.16): Likewise.
41090 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41092         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41094 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41097         (default-abi): New variable.
41098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41099         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41100         variable.
41101         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41102         Likewise.
41103         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41104         Likewise.
41105         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41106         Likewise.
41108         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41109         definition.  Document in comment.
41111 2012-06-01  David S. Miller  <davem@davemloft.net>
41113         * stdlib/longlong.h: Updated from GCC.
41115 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41117         [BZ #14117]
41118         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41119         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41120         sys/debugreg.h sys/io.h here.
41121         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41122         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41123         sys/io.h.
41124         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41125         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41126         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41127         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41128         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41129         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41131         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41132         Define only if __x86_64__ is defined.
41134 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41136         [BZ #14048]
41137         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41138         Use int64_t for variable i.
41139         * math/libm-test.inc (fmod_test): Add more tests.
41141         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41142         z computation is not scheduled after fetestexcept.
41143         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41144         Use math_force_eval instead of asm to ensure calculation scheduled
41145         before exception test.
41146         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41147         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41149 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41151         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41152         computation is not scheduled after fetestexcept.
41154 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41156         [BZ #14117]
41157         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41158         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41160 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41162         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41163         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41165 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41167         [BZ #14117]
41168         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41169         <bits/wordsize.h>.
41170         (__WCHAR_MIN): Support __WORDSIZE == 64.
41171         (__WCHAR_MAX): Likewise.
41173         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41174         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41176         [BZ #14183]
41177         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41178         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41180         [BZ #14117]
41181         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41182         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41184         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41185         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41187         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41188         Defined to 1 if __x86_64__ isn't defined.
41189         (_STAT_VER_LINUX_OLD): New.
41190         (st_atime): Remove duplicate.
41191         (st_mtime): Likewise.
41192         (st_ctime): Likewise.
41194 2012-05-31  David S. Miller  <davem@davemloft.net>
41196         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41197         entries.
41199 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41201         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41202         gen-libm-test.pl.
41204         [BZ #14132]
41205         * elf/dl-reloc.c: Include <_itoa.h>.
41206         (_dl_reloc_bad_type): Remove use of INTUSE.
41207         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41208         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41209         * stdio-common/psiginfo.c (psiginfo): Likewise.
41210         * stdio-common/psignal.c (psignal): Likewise.
41211         * string/strsignal.c (strsignal): Likewise.
41212         * include/signal.h (_sys_siglist): Declare hidden proto.
41213         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41214         INTVARDEF with libc_hidden_data_def.
41215         * stdio-common/itoa-udigits.c: Likewise.
41216         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41217         (_itoa_lower_digits_internal): Remove declaration.
41218         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41219         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41220         (_sys_sigabbrev_internal): Remove aliases.
41221         (_sys_siglist): Define hidden alias.
41223 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41225         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41226         bits/sysctl.h.
41228 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41230         [BZ #14117]
41231         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41232         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41234         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41235         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41236         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41237         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41238         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41239         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41241         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41242         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41243         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41245         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41246         with __addr.
41247         (insw): Likewise.
41248         (insl): Likewise.
41249         (outsb): Likewise.
41250         (outsw): Likewise.
41251         (outsl): Likewise.
41253         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41254         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41255         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41257         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41258         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41259         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41260         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41261         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41262         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41264         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41265         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41267         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41268         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41270         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41271         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41272         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41274         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41275         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41276         to ...
41277         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41279         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41280         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41281         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41283         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41284         for x86-64.
41285         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41287 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41289         * math/math.h (M_El): Use two more decimal places.
41290         (M_LOG2El): Likewise.
41291         (M_LOG10El): Likewise.
41292         (M_LN2l): Likewise.
41293         (M_LN10l): Likewise.
41294         (M_PIl): Likewise.
41295         (M_PI_2l): Likewise.
41296         (M_PI_4l): Likewise.
41297         (M_1_PIl): Likewise.
41298         (M_2_PIl): Likewise.
41299         (M_2_SQRTPIl): Likewise.
41300         (M_SQRT2l): Likewise.
41301         (M_SQRT1_2l): Likewise.
41303 2012-05-31  David S. Miller  <davem@davemloft.net>
41305         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41306         values between float registers.
41307         * sysdeps/sparc/sparc64/memset.S: Likewise.
41308         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41310 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41312         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41313         -D_FORTIFY_SOURCE=1.
41314         (CPPFLAGS-tst-longjmp_chk.c): Define.
41315         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41316         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41317         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41318         CFLAGS-tst-wchar-h.c.
41320 2012-05-31  Marek Polacek  <polacek@redhat.com>
41322         [BZ #14132]
41323         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41324         __endmntent_internal): Remove declaration.
41325         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41326         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41327         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41329 2012-05-30  David S. Miller  <davem@davemloft.net>
41331         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41332         (___Q_simulate_exceptions): Use real FP ops rather than writing
41333         into the %fsr.
41334         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41335         Likewise.
41337 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41339         [BZ #14117]
41340         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41341         * sysdeps/x86/bits/xtitypes.h: This.
41343         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41344         * sysdeps/x86/bits/wordsize.h: This.
41346         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41347         * sysdeps/x86/bits/huge_vall.h: This.
41349         * sysdeps/i386/bits/select.h: Removed.
41350         * sysdeps/x86_64/bits/select.h: Renamed to ...
41351         * sysdeps/x86/bits/select.h: This.
41353         * sysdeps/i386/bits/setjmp.h: Removed.
41354         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41355         * sysdeps/x86/bits/setjmp.h: This.
41357         * sysdeps/i386/bits/mathdef.h: Removed.
41358         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41359         * sysdeps/x86/bits/mathdef.h: This.
41361 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41363         [BZ #14132]
41364         * include/sys/socket.h (__connect_internal)
41365         (__libc_sa_len_internal): Remove declaration.
41366         (__connect, __libc_sa_len): Declare hidden_proto.
41367         (SA_LEN): Remove use of INTUSE.
41368         * socket/connect.c: Add libc_hidden_def.
41369         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41370         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41371         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41372         alias.
41373         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41374         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41375         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41376         of adding _internal alias.
41378 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41380         [BZ #14117]
41381         * sysdeps/i386/bits/link.h: Removed.
41382         * sysdeps/i386/bits/linkmap.h: Likewise.
41383         * sysdeps/x86_64/bits/link.h: Renamed to ...
41384         * sysdeps/x86/bits/link.h: This.
41385         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41386         * sysdeps/x86/bits/linkmap.h: This.
41388         * sysdeps/i386/bits/endian.h: Removed.
41389         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41390         * sysdeps/x86/bits/endian.h: This.
41392         * sysdeps/i386/bits/byteswap.h: Removed.
41393         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41394         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41395         * sysdeps/x86/bits/byteswap.h: This.
41396         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41397         * sysdeps/x86/bits/byteswap-16.h: This.
41398         * sysdeps/i386/Implies: Add x86.
41399         * sysdeps/x86_64/Implies: Likewise.
41401 2012-05-30  David S. Miller  <davem@davemloft.net>
41403         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41404         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41405         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41406         (FP_TRAPPING_EXCEPTIONS): Define.
41407         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41408         (FP_TRAPPING_EXCEPTIONS): Define.
41409         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41410         subnormals only when inexact has been signalled or underflow
41411         exceptions are enabled.
41412         (_FP_PACK_CANONICAL): Likewise.
41414 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41416         [BZ #14183]
41417         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41418         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41420 2012-05-30  Richard Henderson  <rth@twiddle.net>
41422         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41423         with #ifndef NOT_IN_libc.
41425         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41426         marked to avoid plt entry.
41428 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41430         [BZ #14112]
41431         * Makeconfig (default-abi): New macro.
41432         (abi-includes): Likewise.
41433         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41434         $(abi-$(default-abi)-lib-soname) for soname if defined.
41435         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41436         abi-variants.
41437         * Makefile (installed-stubs): Likewise.
41438         * include/stubs-biarch.h: Removed.
41439         * scripts/lib-names.awk: Only handle one library at a time.
41440         * scripts/soversions.awk: Remove WORDSIZE support.
41441         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41442         entries.
41443         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41444         Removed.
41445         (syscall-list-default-condition): Likewise.
41446         (syscall-list-default-condition): Likewise.
41447         (syscall-list-includes): Likewise.
41448         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41449         syscall-list-* with abi-*.  Handle undefined abi-variants.
41450         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41451         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41452         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41453         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41454         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41455         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41456         Removed.
41457         (syscall-list-32-options): Likewise.
41458         (syscall-list-32-condition): Likewise.
41459         (syscall-list-64-options): Likewise.
41460         (syscall-list-64-condition): Likewise.
41461         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41462         macro.
41463         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41464         Renamed to ...
41465         (abi-*): This.
41466         (abi-64-ld-soname): New macro.
41467         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41468         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41469         Renamed to ...
41470         (abi-*): This.
41471         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41472         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41474 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41476         * sysdeps/unix/sysv/linux/kernel-features.h
41477         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41478         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41479         include <kernel-features.h>.
41480         [!__NR_ftruncate64]: Remove conditional code.
41481         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41482         [__NR_ftruncate64]: Make code unconditional.
41483         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41484         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41485         include <kernel-features.h>.
41486         [!__NR_ftruncate64]: Remove conditional code.
41487         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41488         [__NR_ftruncate64]: Make code unconditional.
41489         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41491         include <kernel-features.h>.
41492         [!__NR_ftruncate64]: Remove conditional code.
41493         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41494         [__NR_ftruncate64]: Make code unconditional.
41495         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41497         include <kernel-features.h>.
41498         [!__NR_ftruncate64]: Remove conditional code.
41499         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41500         [__NR_ftruncate64]: Make code unconditional.
41501         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41503         * configure.in (libc_cv_fpie): Weaken to a compile test using
41504         LIBC_TRY_CC_OPTION.
41505         * configure: Regenerated.
41507 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41509         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41510         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41511         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41512         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41513         Refreshed.
41514         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41515         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41517         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41520         Refreshed.
41522 2012-05-27  David S. Miller  <davem@davemloft.net>
41524         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41525         (___Q_zero): New.
41526         (__Q_simulate_exceptions): Return void.  Change to simulate
41527         exceptions by writing into the %fsr.
41528         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41529         (__Qp_handle_exceptions): Likewise.
41530         (numbers): Delete.
41531         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41532         __Qp_handle_exceptions.
41533         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41534         __Qp_handle_exceptions.
41535         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41536         as unused and give dummy FP_RND_NEAREST initializer.
41537         (FP_INHIBIT_RESULTS): Define.
41538         (___Q_simulate_exceptions): Update declaration.
41539         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41540         formatting.
41541         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41542         as unused and give dummy FP_RND_NEAREST initializer.
41543         (__Qp_handle_exceptions): Update declaration.
41544         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41545         formatting.
41547 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41549         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41550         the temporary FPU control word.
41551         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41552         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41553         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41554         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41555         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41556         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41557         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41558         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41559         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41560         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41561         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41563 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41565         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41566         fields.
41568 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41570         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41571         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41572         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41573         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41574         Likewise.
41575         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41576         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41577         Likewise.
41579 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41581         * po/h.po: Update from translation team.
41583 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41585         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41587         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41588         handling of denormals.
41589         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41590         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41591         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41592         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41593         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41594         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41595         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41596         Likewise.
41598 2012-05-26  Marek Polacek  <polacek@redhat.com>
41600         [BZ #14152]
41601         * math/libm-test.inc (fma_test): Don't always expect underflow
41602         exception.
41604 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41606         [BZ #12416]
41607         * elf/tst-execstack.c: Include stackinfo.h.
41608         (do_test): Adjust test case to ensure that pthread_getattr_np
41609         behaviour remains the same after marking stack executable.
41611 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41613         * sysdeps/unix/sysv/linux/kernel-features.h
41614         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41615         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41616         kernel-features.h.
41617         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41618         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41619         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41620         kernel-features.h.
41621         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41622         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41624 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41626         * configure.in: Define the default includes to being none.
41627         * configure: Regenerated.
41629 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41631         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41632         * sysdeps/x86_64/setjmp.S: Likewise.
41633         * sysdeps/i386/bsd-setjmp.S: Likewise.
41634         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41635         * sysdeps/i386/setjmp.S: Likewise.
41636         * sysdeps/i386/__longjmp.S: Likewise.
41637         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41638         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41640         * include/stap-probe.h: New file.
41641         * configure.in: Handle --enable-systemtap.
41642         * configure: Regenerated.
41643         * config.h.in (USE_STAP_PROBE): New #undef.
41644         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41645         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41646         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41648 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41650         [BZ #13717]
41651         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41652         to 2.4.0 where earlier.
41653         * sysdeps/unix/sysv/linux/configure: Regenerated.
41654         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41655         <kernel-features.h>.
41656         [__ASSUME_32BITUIDS]: Make code unconditional.
41657         [!__ASSUME_32BITUIDS]: Remove conditional code.
41658         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41659         <kernel-features.h>.
41660         [__ASSUME_32BITUIDS]: Make code unconditional.
41661         [!__ASSUME_32BITUIDS]: Remove conditional code.
41662         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41663         [__ASSUME_32BITUIDS]: Make code unconditional.
41664         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41665         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41666         <kernel-features.h>.
41667         [__ASSUME_32BITUIDS]: Make code unconditional.
41668         [!__ASSUME_32BITUIDS]: Remove conditional code.
41669         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41670         <kernel-features.h>.
41671         [__ASSUME_32BITUIDS]: Make code unconditional.
41672         [!__ASSUME_32BITUIDS]: Remove conditional code.
41673         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41674         <kernel-features.h>.
41675         [__ASSUME_32BITUIDS]: Make code unconditional.
41676         [!__ASSUME_32BITUIDS]: Remove conditional code.
41677         * sysdeps/unix/sysv/linux/i386/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.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/setegid.c: Do not include
41706         <kernel-features.h>.
41707         [__NR_setresgid] (__setresgid): Do not declare.
41708         [__ASSUME_32BITUIDS]: Make code unconditional.
41709         [!__ASSUME_32BITUIDS]: Remove conditional code.
41710         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41711         <kernel-features.h>.
41712         [__NR_setresuid] (__setresuid): Do not declare.
41713         [__ASSUME_32BITUIDS]: Make code unconditional.
41714         [!__ASSUME_32BITUIDS]: Remove conditional code.
41715         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41716         <kernel-features.h>.
41717         [__ASSUME_32BITUIDS]: Make code unconditional.
41718         [!__ASSUME_32BITUIDS]: Remove conditional code.
41719         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41720         <kernel-features.h>.
41721         [__ASSUME_32BITUIDS]: Make code unconditional.
41722         [!__ASSUME_32BITUIDS]: Remove conditional code.
41723         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41724         <kernel-features.h>.
41725         [__ASSUME_32BITUIDS]: Make code unconditional.
41726         [!__ASSUME_32BITUIDS]: Remove conditional code.
41727         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41728         <kernel-features.h>.
41729         [__ASSUME_32BITUIDS]: Make code unconditional.
41730         [!__ASSUME_32BITUIDS]: Remove conditional code.
41731         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41732         <kernel-features.h>.
41733         [__ASSUME_32BITUIDS]: Make code unconditional.
41734         [!__ASSUME_32BITUIDS]: Remove conditional code.
41735         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41736         <kernel-features.h>.
41737         [__ASSUME_32BITUIDS]: Make code unconditional.
41738         [!__ASSUME_32BITUIDS]: Remove conditional code.
41739         * sysdeps/unix/sysv/linux/i386/setresuid.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/i386/setreuid.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/i386/setuid.c: Do not include
41748         <kernel-features.h>.
41749         [__ASSUME_32BITUIDS]: Make code unconditional.
41750         [!__ASSUME_32BITUIDS]: Remove conditional code.
41751         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41752         <kernel-features.h>.
41753         [__ASSUME_32BITUIDS]: Make code unconditional.
41754         [!__ASSUME_32BITUIDS]: Remove conditional code.
41755         * sysdeps/unix/sysv/linux/kernel-features.h
41756         (__ASSUME_SETRESUID_SYSCALL): Remove.
41757         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41758         (__ASSUME_32BITUIDS): Likewise.
41759         (__ASSUME_LDT_WORKS): Likewise.
41760         (__ASSUME_O_DIRECTORY): Likewise.
41761         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41762         architecture but not kernel version.
41763         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41764         (__ASSUME_MMAP2_SYSCALL): Likewise.
41765         (__ASSUME_STAT64_SYSCALL): Likewise.
41766         (__ASSUME_IPC64): Likewise.
41767         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41768         <kernel-features.h>.
41769         [__ASSUME_32BITUIDS]: Make code unconditional.
41770         [!__ASSUME_32BITUIDS]: Remove conditional code.
41771         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41772         <kernel-features.h>.
41773         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41774         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41775         132096]: Remove conditional code.
41776         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41777         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41778         <kernel-features.h>.
41779         [__ASSUME_32BITUIDS]: Make code unconditional.
41780         [!__ASSUME_32BITUIDS]: Remove conditional code.
41781         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41782         <kernel-features.h>.
41783         [__ASSUME_32BITUIDS]: Make code unconditional.
41784         [!__ASSUME_32BITUIDS]: Remove conditional code.
41785         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41786         <kernel-features.h>.
41787         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41788         unconditional.
41789         (__setresgid): Do not declare.
41790         [__ASSUME_32BITUIDS]: Make code unconditional.
41791         [!__ASSUME_32BITUIDS]: Remove conditional code.
41792         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41793         <kernel-features.h>.
41794         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41795         unconditional.
41796         (__setresuid): Do not declare.
41797         [__ASSUME_32BITUIDS]: Make code unconditional.
41798         [!__ASSUME_32BITUIDS]: Remove conditional code.
41799         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41800         <kernel-features.h>.
41801         [__ASSUME_32BITUIDS]: Make code unconditional.
41802         [!__ASSUME_32BITUIDS]: Remove conditional code.
41803         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41804         <kernel-features.h>.
41805         [__ASSUME_32BITUIDS]: Make code unconditional.
41806         [!__ASSUME_32BITUIDS]: Remove conditional code.
41808 2012-05-25  Richard Henderson  <rth@twiddle.net>
41810         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41811         dl_hwcap to ifunc resolver.
41812         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41813         elf_ifunc_invoke.
41814         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41815         dl_hwcap to ifunc resolver.
41816         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41818 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41820         [BZ #14153]
41821         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41822         for |x| <= 2**-26, not 2**-57.
41823         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41824         exception.
41826 2012-05-24  Jeff Law  <law@redhat.com>
41828         * stdio-common/Makefile (tests): Add bug25.
41829         * stdio-common/bug25.c: New test.
41831 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41833         [BZ #13576]
41834         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41835         multiple of MALLOC_ALIGNMENT in size.
41836         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41838 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41840         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41841         Require >= 256.
41842         (FILENAME_MAX): Use macro-int-constant.
41843         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41844         (_IOFBF): Use macro-int-constant.
41845         (_IOLBF): Likewise.
41846         (_IONBF): Likewise.
41847         (SEEK_CUR): Likewise.
41848         (SEEK_END): Likewise.
41849         (SEEK_SET): Likewise.
41850         (TMP_MAX): Likewise.
41851         (EOF): Use macro-int-constant.  Require < 0.
41852         (NULL): Use macro-constant.  Require == 0.
41853         (stdin): Require type to be FILE *.
41854         (stdout): Likewise.
41855         (stderr): Likewise.
41856         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41857         macro-int-constant.
41858         (EXIT_SUCCESS): Likewise.
41859         (NULL): Use macro-constant.  Require == 0.
41860         (RAND_MAX): Use macro-int-constant.
41861         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41862         [C99-based standards] (strtof): Require function.
41863         [C99-based standards] (strtold): Likewise.
41864         [C99-based standards] (strtoll): Likewise.
41865         [C99-based standards] (strtoull): Likewise.
41866         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41867         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41868         [ISO || ISO99 || ISO11] (math.h): Likewise.
41869         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41870         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41871         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41873 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41875         [BZ #14132]
41876         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41877         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41878         * intl/dgettext.c (DCGETTEXT): Likewise.
41879         * intl/gettext.c (DCGETTEXT): Likewise.
41880         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41881         * posix/regex_internal.h (gettext): Likewise.
41882         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41883         Remove declaration.
41884         * include/argz.h (__argz_count_internal)
41885         (__argz_stringify_internal): Remove declaration.
41886         (__argz_count, __argz_stringify): Declare hidden proto.
41887         * intl/dcgettext.c: Remove use of INTDEF.
41888         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41889         * string/argz-stringify.c: Likewise.
41890         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41891         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41892         Declare hidden proto.
41893         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41894         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41895         Declare hidden proto.
41896         * include/stdio.h (__asprintf_internal): Don't declare.
41897         (__asprintf): Don't define as macro.  Declare hidden proto.
41898         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41899         (__fsetlocking): Declare hidden proto.
41900         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41901         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41902         hidden proto.
41903         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41904         (_IO_setlinebuf): Remove use of INTUSE.
41905         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41906         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41907         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41908         Remove declaration.
41909         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41910         (_IO_do_flush): Remove use of INTUSE.
41911         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41912         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41913         (_IO_adjust_column, _IO_least_wmarker)
41914         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41915         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41916         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41917         (_IO_default_doallocate, _IO_wdefault_doallocate)
41918         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41919         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41920         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41921         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41922         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41923         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41924         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41925         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41926         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41927         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41928         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41929         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41930         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41931         proto.
41932         (_IO_flush_all_internal, _IO_adjust_column_internal)
41933         (_IO_default_uflow_internal, _IO_default_finish_internal)
41934         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41935         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41936         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41937         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41938         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41939         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41940         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41941         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41942         (_IO_file_close_internal, _IO_file_close_it_internal)
41943         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41944         (_IO_file_init_internal, _IO_file_attach_internal)
41945         (_IO_file_fopen_internal, _IO_file_read_internal)
41946         (_IO_file_sync_internal, _IO_file_seek_internal)
41947         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41948         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41949         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41950         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41951         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41952         (_IO_list_all_internal, _IO_link_in_internal)
41953         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41954         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41955         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41956         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41957         (_IO_do_write_internal, _IO_padn_internal)
41958         (_IO_getline_info_internal, _IO_getline_internal)
41959         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41960         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41961         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41962         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41963         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41964         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41965         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41966         with libc_hidden_ver, remove use of INTUSE.
41967         * libio/genops.c: Likewise.
41968         * libio/freopen.c: Likewise.
41969         * libio/freopen64.c: Likewise.
41970         * libio/iofclose.c: Likewise.
41971         * libio/iofdopen.c: Likewise.
41972         * libio/iofflush.c: Likewise.
41973         * libio/iofflush_u.c: Likewise.
41974         * libio/iofgets.c: Likewise.
41975         * libio/iofgets_u.c: Likewise.
41976         * libio/iofopen.c: Likewise.
41977         * libio/iofopncook.c: Likewise.
41978         * libio/iofread.c: Likewise.
41979         * libio/iofread_u.c: Likewise.
41980         * libio/ioftell.c: Likewise.
41981         * libio/iofwrite.c: Likewise.
41982         * libio/iogetline.c: Likewise.
41983         * libio/iogets.c: Likewise.
41984         * libio/iogetwline.c: Likewise.
41985         * libio/iopadn.c: Likewise.
41986         * libio/iopopen.c: Likewise.
41987         * libio/ioseekoff.c: Likewise.
41988         * libio/ioseekpos.c: Likewise.
41989         * libio/iosetbuffer.c: Likewise.
41990         * libio/iosetvbuf.c: Likewise.
41991         * libio/ioungetc.c: Likewise.
41992         * libio/ioungetwc.c: Likewise.
41993         * libio/iovdprintf.c: Likewise.
41994         * libio/iovsprintf.c: Likewise.
41995         * libio/iovsscanf.c: Likewise.
41996         * libio/memstream.c: Likewise.
41997         * libio/obprintf.c: Likewise.
41998         * libio/oldfileops.c: Likewise.
41999         * libio/oldiofclose.c: Likewise.
42000         * libio/oldiofdopen.c: Likewise.
42001         * libio/oldiofopen.c: Likewise.
42002         * libio/oldiopopen.c: Likewise.
42003         * libio/oldstdfiles.c: Likewise.
42004         * libio/putc.c: Likewise.
42005         * libio/setbuf.c: Likewise.
42006         * libio/setlinebuf.c: Likewise.
42007         * libio/stdfiles.c: Likewise.
42008         * libio/strops.c: Likewise.
42009         * libio/vasprintf.c: Likewise.
42010         * libio/vscanf.c: Likewise.
42011         * libio/vsnprintf.c: Likewise.
42012         * libio/vswprintf.c: Likewise.
42013         * libio/wfiledoalloc.c: Likewise.
42014         * libio/wfileops.c: Likewise.
42015         * libio/wgenops.c: Likewise.
42016         * libio/wmemstream.c: Likewise.
42017         * libio/wstrops.c: Likewise.
42018         * libio/__fpurge.c: Likewise.
42019         * libio/__fsetlocking.c: Likewise.
42020         * assert/assert.c: Likewise.
42021         * debug/fgets_chk.c: Likewise.
42022         * debug/fgets_u_chk.c: Likewise.
42023         * debug/fread_chk.c: Likewise.
42024         * debug/fread_u_chk.c: Likewise.
42025         * debug/gets_chk.c: Likewise.
42026         * debug/obprintf_chk.c: Likewise.
42027         * debug/vasprintf_chk.c: Likewise.
42028         * debug/vdprintf_chk.c: Likewise.
42029         * debug/vsnprintf_chk.c: Likewise.
42030         * debug/vsprintf_chk.c: Likewise.
42031         * malloc/mtrace.c: Likewise.
42032         * misc/error.c: Likewise.
42033         * misc/syslog.c: Likewise.
42034         * stdio-common/asprintf.c: Likewise.
42035         * stdio-common/fxprintf.c: Likewise.
42036         * stdio-common/getw.c: Likewise.
42037         * stdio-common/isoc99_fscanf.c: Likewise.
42038         * stdio-common/isoc99_scanf.c: Likewise.
42039         * stdio-common/isoc99_vfscanf.c: Likewise.
42040         * stdio-common/isoc99_vscanf.c: Likewise.
42041         * stdio-common/isoc99_vsscanf.c: Likewise.
42042         * stdio-common/printf-prs.c: Likewise.
42043         * stdio-common/printf_fp.c: Likewise.
42044         * stdio-common/printf_fphex.c: Likewise.
42045         * stdio-common/printf_size.c: Likewise.
42046         * stdio-common/putw.c: Likewise.
42047         * stdio-common/scanf.c: Likewise.
42048         * stdio-common/sprintf.c: Likewise.
42049         * stdio-common/tmpfile.c: Likewise.
42050         * stdio-common/vfprintf.c: Likewise.
42051         * stdio-common/vfscanf.c: Likewise.
42052         * stdlib/strfmon_l.c: Likewise.
42053         * sunrpc/openchild.c: Likewise.
42054         * sunrpc/xdr_stdio.c: Likewise.
42055         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42056         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42058 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42060         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42062         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42063         in the third column, to generate for the shared library an IFUNC
42064         that uses _dl_vdso_vsym.
42065         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42066         * Makeconfig (object-suffixes-noshared): New variable.
42068         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42069         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42070         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42071         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42073         [BZ #14132]
42074         * include/sys/time.h (__gettimeofday): Remove macro.
42075         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42076         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42077         Remove INTDEF.
42078         (__gettimeofday): Add libc_hidden_def.
42079         (gettimeofday): Add libc_hidden_weak.
42080         * sysdeps/mach/gettimeofday.c: Likewise.
42081         * sysdeps/posix/gettimeofday.c: Likewise.
42082         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42083         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42084         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42085         (__gettimeofday_internal): Remove strong_alias.
42086         (__gettimeofday): Add libc_hidden_def.
42087         (gettimeofday): Add libc_hidden_weak.
42088         * sysdeps/unix/syscalls.list (gettimeofday):
42089         Remove __gettimeofday_internal alias.
42091 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42092             H.J. Lu  <hongjiu.lu@intel.com>
42094         [BZ #12495]
42095         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42096         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42097         (largebin_index_32_big): New.
42098         (largebin_index): Use it for 16-byte alignment.
42099         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42100         correction with front_misalign.
42102 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42104         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42105         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42106         Likewise.
42107         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42108         Likewise.
42109         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42110         Likewise.
42111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42112         Likewise.
42113         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42114         Likewise.
42115         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42116         Likewise.
42117         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42118         Likewise.
42119         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42120         Likewise.
42121         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42122         Likewise.
42123         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42124         Likewise.
42125         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42126         Likewise.
42127         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42128         Likewise.
42130         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42131         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42133 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42135         [BZ #10846]
42136         [BZ #14036]
42137         * math/libm-test.inc (exp_test): Add test from bug 14036.
42138         (pow_test): Add test from bug 10846.
42140         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42141         and other flags.
42142         (special_function): Do not include flags in test name.
42143         (parse_args): Likewise.
42144         * sysdeps/i386/fpu/libm-test-ulps: Update.
42145         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42146         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42147         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42150         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42151         exceptions.
42152         * math/libm-test.inc ("Philosophy"): Update comment about
42153         exception testing.
42154         (UNDERFLOW_EXCEPTION): New macro.
42155         (UNDERFLOW_EXCEPTION_OK): Likewise.
42156         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42157         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42158         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42159         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42160         (INVALID_EXCEPTION_OK): Update value.
42161         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42162         (OVERFLOW_EXCEPTION_OK): Likewise.
42163         (IGNORE_ZERO_INF_SIGN): Likewise.
42164         (test_exceptions): Handle underflow exceptions.
42165         (acos_test): Update for underflow exception expectations.
42166         (cexp_test): Likewise.
42167         (clog_test): Likewise.
42168         (clog10_test): Likewise.
42169         (csqrt_test): Likewise.
42170         (ctan_test): Likewise.
42171         (ctanh_test): Likewise.
42172         (exp_test): Likewise.
42173         (exp10_test): Likewise.
42174         (exp2_test): Likewise.
42175         (expm1_test): Likewise.
42176         (fma_test): Likewise.
42177         (j0_test): Likewise.
42178         (jn_test): Likewise.
42179         (nexttoward_test): Likewise.
42180         (pow_test): Likewise.
42181         (scalbn_test): Likewise.
42182         (scalbln_test): Likewise.
42183         (tan_test): Likewise.
42184         (y1_test): Likewise.
42185         * sysdeps/i386/fpu/libm-test-ulps: Update.
42186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42188 2012-05-23  David S. Miller  <davem@davemloft.net>
42190         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42191         (__libc_sigaction): Remove unused local variables.
42193 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42195         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42197 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42199         mktime: avoid signed integer overflow
42200         * time/mktime.c (__mktime_internal): Do not mishandle the case
42201         where diff == INT_MIN.
42203         mktime: simplify computation of average
42204         * time/mktime.c (ranged_convert): Use new time_t_avg function
42205         instead of rolling our own (probably-slower) code.
42207         mktime: do not assume signed right shift propagates sign bit
42208         * time/mktime.c (isdst_differ): New static function.
42209         (__mktime_internal): No need to normalize tm_isdst now.
42210         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42211         tm_isdst values.
42213         mktime: merge another wrapv change from gnulib
42214         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42215         from some compilers.
42217         mktime: remove incorrect attempt at unusual arithmetics
42218         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42219         The code didn't really work on such machines anyway.
42220         (TYPE_MINIMUM): Assume two's complement.
42221         (twos_complement_arithmetic): Verify that long_int and time_t
42222         are two's complement (or unsigned, in the latter case).
42224         mktime: check signed shifts on long_int and time_t, too
42225         * time/mktime.c (SHR): Check that shifts work as desired
42226         on the types long_int and time_t too, as SHR is used on
42227         such types.
42229         mktime: do not assume 'long' is wide enough
42230         * time/mktime.c (verify): Move decl up.
42231         (long_int): New type.
42232         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42233         to remove assumption in the code that 'long' is wide enough to
42234         store year values.  This assumption is not true on x32 and on
42235         some non-glibc platforms.
42237         mktime: merge wrapv change from gnulib
42238         * time/mktime.c (WRAPV): New macro.
42239         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42240         (guess_time_tm, __mktime_internal): Do not assume that signed
42241         integer overflow wraps around; modern compilers generate code
42242         where this assumption is no longer valid.
42244 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42246         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42247         Replace "jmp L(pseudo_end)" with "ret".
42248         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42249         Likewise.
42251 2012-05-23  Andreas Jaeger  <aj@suse.de>
42253         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42254         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42256 2012-05-23  Andreas Jaeger  <aj@suse.de>
42257             Maximilian Attems  <max@stro.at>
42259         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42260         New macros.
42262 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42264         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42265         code so that pseudo_end is just ret and the stack pointer is
42266         correct also for static library in error case.
42268 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42270         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42271         move to syscalls.list.
42272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42277         * manual/install.texi (Running make install): Do not mention Linux
42278         kernel version for which pt_chown is not needed.
42279         (Linux): Do not mention problems with nscd with 2.0 kernels.
42280         * INSTALL: Regenerated.
42282 2012-05-23  Andreas Jaeger  <aj@suse.de>
42284         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42285         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42286         macro.
42287         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42288         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42289         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42290         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42291         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42292         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42293         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42294         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42295         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42296         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42297         * sysdeps/unix/sysv/linux/bits/in.h
42298         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42300 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42302         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42303         (PREPARE_VERSION): Just use assert instead, it will be elided
42304         under [NDEBUG] anyway.
42306 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42308         * sysdeps/unix/sysv/linux/Makefile: Include
42309         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42310         (sysdep_routines): Remove sysctl.
42311         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42312         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42313         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42314         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42315         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42317 2012-05-22  Andreas Jaeger  <aj@suse.de>
42319         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42320         that pseudo_end is just ret and the stack pointer is correct also
42321         for static library in error case.
42323 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42325         [BZ #14122]
42326         * nss/nsswitch.c (defconfig_entries): New variable.
42327         (__nss_database_lookup): Don't leak defconfig entries.
42328         (nss_parse_service_list): Don't leak on error paths.
42329         (free_database_entries): New function.
42330         (free_defconfig): New function.
42331         (free_mem): Move common code to free_database_entries.
42333 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42335         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42336         Add arch_prctl.
42337         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42339         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42340         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42341         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42342         New macro.
42343         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42344         (INTERNAL_SYSCALL_TYPES): Likewise.
42345         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42346         (LOAD_REGS_TYPES_[1-6]): Likewise.
42347         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42348         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42350 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42352         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42353         copysignl for GLIBC_2_0.
42354         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42355         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42356         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42357         logbl for GLIBC_2_0.
42358         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42359         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42361 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42363         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42364         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42366         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42367         Use "neg %eax".
42369         * time/mktime.c: Update copyright years.
42371 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42373         mktime: merge comment-quoting-style change from gnulib
42374         * time/mktime.c: Quote 'like this' in comments.
42375         The GNU coding standards suggest that we no longer quote `like this',
42376         as "`" and "'" are typically rendered asymmetrically nowadays.
42377         The typical gnulib style is to quote 'like this' when quoting
42378         code, and "like this" when quoting English.
42380         * time/mktime.c (compile-command): Add "-I.".
42382         mktime: merge mktime-internal.h change from gnulib
42383         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42385         mktime: merge time_r change from gnulib
42386         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42388         mktime: merge DEBUG change from gnulib
42389         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42390         case system <time.h> has a #define.
42392         mktime: merge <sys/types.h> change from gnulib
42393         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42394         since <time.t> is now guaranteed to define time_t.
42396         mktime: merge HAVE_CONFIG_H change from gnulib
42397         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42399 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42401         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42402         Use "neg %eax".
42404         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42405         __rlim_t cast.
42406         (struct rusage): Use anonymous union to pad each field to
42407         __syscall_slong_t.
42409 2012-05-21  David S. Miller  <davem@davemloft.net>
42411         * Makefules (o-iterator): Remove .s cases.
42412         (compile-command.s): Delete.
42413         (COMPILE.s): Delete.
42414         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42416 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42418         * configure.in (libc_cv_predef_stack_protector): Only consider
42419         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42420         * configure: Regenerated.
42422 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42424         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42425         New macro.  Use R*LP on int and pointer.
42426         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42427         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42428         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42429         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42431         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42432         [__WORDSIZE_TIME64_COMPAT32] instead of
42433         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42434         (struct utmp): Likewise.
42435         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42436         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42437         Renamed to ...
42438         (__WORDSIZE_TIME64_COMPAT32): This.
42439         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42440         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42441         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42442         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42443         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42444         (__WORDSIZE_TIME64_COMPAT32): New macro.
42446 2012-05-21  Andreas Jaeger  <aj@suse.de>
42448         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42449         only if [SHARED]. Add prototype for __wcschr_ia32.
42451 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42453         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42454         of %rbp unmolested in the jmp_buf while mangling the low bits.
42455         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42456         unmolested high bits of %rbp while demangling the low bits.
42457         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42459 2012-05-21  Andreas Jaeger  <aj@suse.de>
42461         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42462         * sunrpc/svc_simple.c: Use it for registerrpc.
42463         * sunrpc/xcrypt.c: Use it for passwd2des.
42465         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42467 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42469         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42470         Don't define if [__SYSCALL_WORDSIZE != 32].
42471         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42472         New macro.
42474 2012-05-21  Bruno Haible  <bruno@clisp.org>
42475             Andreas Jaeger  <aj@suse.de>
42477         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42478         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42479         inptr and inend for must_buffer_ch.
42480         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42481         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42482         * stdio-common/Makefile (tests): Remove bug15.
42483         (bug15-ENV): Remove macro.
42484         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42485         anymore.
42487 2012-05-19  Andreas Jaeger  <aj@suse.de>
42488             Roland McGrath  <roland@hack.frob.com>
42490         * manual/contrib.texi: Completely rewritten. It contains now an
42491         alphabetical list of contributors and their contributions.
42493 2012-05-21  Richard Henderson  <rth@twiddle.net>
42495         * misc/getauxval.c (__getauxval): Use unsigned long int.
42496         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42497         (getauxval): Use unsigned long int.
42499 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42501         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42503 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42505         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42506         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42507         __alignof__ (long double).
42509 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42511         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42513 2012-05-20  Richard Henderson  <rth@twiddle.net>
42515         * misc/getauxval.c: New file.
42516         * misc/sys/auxv.h: New file.
42517         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42518         (routines): Add getauxval.
42519         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42520         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42521         * elf/dl-sysdep.c (_dl_auxv): Remove.
42522         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42523         * elf/dl-support.c (_dl_auxv): New variable.
42524         (_dl_aux_init): Initialize it.
42525         * manual/startup.texi (Auxiliary Vector): New node.
42526         * sysdeps/generic/bits/hwcap.h: New file.
42527         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42528         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42529         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42530         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42531         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42532         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42534         Update.
42535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42536         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42537         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42538         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42539         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42540         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42541         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42544 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42546         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42548 2012-05-19  David S. Miller  <davem@davemloft.net>
42550         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42552 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42554         [BZ #14123]
42555         * math/s_ccosh.c: Include <float.h>
42556         (__ccosh): Avoid internal overflow calculating sinh and cosh
42557         values before multiplying by sin and cos values.
42558         * math/s_ccoshf.c: Likewise.
42559         * math/s_ccoshl.c: Likewise.
42560         * math/s_csin.c: Likewise.
42561         * math/s_csinf.c: Likewise.
42562         * math/s_csinl.c: Likewise.
42563         * math/s_csinh.c: Likewise.
42564         * math/s_csinhf.c: Likewise.
42565         * math/s_csinhl.c: Likewise.
42566         * math/libm-test.inc (ccos_test): Add more tests.
42567         (ccosh_test): Likewise.
42568         (csin_test): Likewise.
42569         (csinh_test): Likewise.
42570         * sysdeps/i386/fpu/libm-test-ulps: Update.
42571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42573 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42575         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42576         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42578         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42580 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42582         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42583         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42584         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42585         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42586         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42587         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42588         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42589         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42590         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42591         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42592         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42593         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42594         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42595         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42596         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42597         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42598         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42599         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42600         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42601         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42602         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42603         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42604         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42605         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42606         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42607         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42608         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42609         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42610         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42611         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42612         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42614 2012-05-18  Andreas Jaeger  <aj@suse.de>
42616         * csu/.gitignore: Delete.
42618 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42620         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42621         (timex): Use __syscall_slong_t.
42623 2012-05-18  Andreas Jaeger  <aj@suse.de>
42624             Carlos O'Donell  <carlos_odonell@mentor.com>
42626         * manual/install.texi (Configuring and compiling): Update
42627         description about files modified in the source directory.
42628         * INSTALL: Regenerated.
42630 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42632         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42633         value.  Use "or" to set return value to -1.
42634         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42635         negate return value.
42637 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42639         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42640         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42641         failure if the compiler has Graphite support disabled.
42642         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42643         Likewise.
42644         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42645         (CFLAGS-memmove.c): Likewise.
42646         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42647         Likewise.
42649 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42651         * sysdeps/x86_64/x32/_itoa.h: New file.
42653         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42654         getdents system call only if kernel and user dirents have the
42655         same d_ino and d_off.
42657         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42658         LLONG_MAX != LONG_MAX.
42659         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42660         (_fitoa_word): Likewise.
42662         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42663         years.
42664         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42665         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42666         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42668         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42669         include <bits/wordsize.h>.  Check __x86_64__ instead of
42670         __WORDSIZE.
42671         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42672         if __x86_64__ is defined.  Use anonymous union on fpstate.
42674         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42675         anonymous union.
42677 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42679         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42680         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42681         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42682         Refer to _rtld_local_ro instead of _rtld_global_ro.
42683         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42684         Likewise.
42685         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42686         Likewise.
42687         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42688         Likewise.
42689         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42690         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42691         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42693         * sysdeps/powerpc/powerpc32/dl-machine.c
42694         (__elf_machine_runtime_setup) [PROF]: Don't reference
42695         _dl_prof_resolve.
42697 2012-05-18  Andreas Jaeger  <aj@suse.de>
42699         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42700         function only available for GCCs before 3.4 since GCC 3.4
42701         introduced a builtin.
42702         (lrint): Likewise.
42703         (llrintf): Likewise.
42704         (llrint): Likewise.
42705         (fmaxf): Likewise.
42706         (fmax): Likewise.
42707         (fminf): Likewise.
42708         (fmin): Likewise.
42709         (rint): Likewise.
42710         (rintf): Likewise.
42711         (nearbyint): Likewise.
42712         (nearbyintf): Likewise.
42713         (ceil): Likewise.
42714         (ceilf): Likewise.
42715         (floor): Likewise.
42716         (floorf): Likewise.
42718 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42720         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42721         on both fields and cast pointer to __syscall_ulong_t.
42723         * bits/types.h (__fsword_t): New type.
42724         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42725         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42726         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42727         (__FSWORD_T_TYPE): Likewise.
42728         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42729         (__FSWORD_T_TYPE): Likewise.
42730         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42731         (__FSWORD_T_TYPE): Likewise.
42732         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42733         (__FSWORD_T_TYPE): Likewise.
42734         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42735         __SWORD_TYPE with __fsword_t.
42736         (statfs64): Likewise.
42738 2012-05-17  David S. Miller  <davem@davemloft.net>
42740         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42742 2012-05-17  Andreas Jaeger  <aj@suse.de>
42744         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42745         warning.
42747 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42749         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42751 2012-05-17  Andreas Jaeger  <aj@suse.de>
42753         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42754         when it is used.
42756 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42758         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42760 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42762         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42763         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42765 2012-05-17  Andreas Jaeger  <aj@suse.de>
42766             Carlos O'Donell  <carlos_odonell@mentor.com>
42768         [BZ #14059]
42769         * sysdeps/x86_64/multiarch/init-arch.h
42770         (bit_YMM_Usable): Rename to...
42771         (bit_AVX_Usable): ... this.
42772         (bit_FMA4_Usable): New macro.
42773         (bit_XMM_state): New macro.
42774         (bit_YMM_state): New macro.
42775         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42776         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42777         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42778         (CPUID_OSXSAVE): New macro.
42779         (CPUID_AVX): New macro.
42780         (CPUID_FMA4): New macro.
42781         (index_YMM_Usable): Rename to...
42782         (index_AVX_Usable): ... this.
42783         (HAS_AVX): Use HAS_ARCH_FEATURE.
42784         (HAS_FMA4): Likewise.
42785         (HAS_YMM_USABLE): Remove.
42786         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42787         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42788         are present.
42789         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42790         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42791         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42792         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42793         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42795 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42797         * math/libm-test.c: Support platforms without multiple rounding modes.
42798         * math/bug-nextafter.c: Support platforms without FP exceptions.
42799         * math/bug-nexttoward.c: Likewise.
42800         * math/test-fenv.c: Likewise.
42801         * math/test-misc.c: Likewise.
42802         * stdlib/bug-getcontext.c: Likewise.
42804 2012-05-17  Andreas Jaeger  <aj@suse.de>
42806         * manual/examples/search.c (critter_cmp): Change signature to
42807         avoid warnings.
42808         * manual/string.texi (Collation Functions): Likewise.
42810 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42812         * bits/types.h: Fold copyright years.
42813         * bits/typesizes.h: Likewise.
42814         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42815         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42816         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42817         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42818         * time/time.h: Likewise.
42820 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42822         [BZ #208]
42823         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42824         in instead of returning them.  Return void.
42825         (__libc_mallinfo): Accumulate over all arenas.
42826         (__malloc_stats): Adjust for change in int_mallinfo interface.
42828 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42830         [BZ #10375]
42831         * configure.in (NM): Add AC_CHECK_TOOL for it.
42832         (libc_extra_cflags): New substituted variable.
42833         Check for -fstack-protector being used implicitly.
42834         * configure: Regenerated.
42835         * config.make.in (config-extra-cflags): New variable,
42836         gets @libc_extra_cflags@.
42837         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42839         [BZ #10375]
42840         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42841         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42842         * configure: Regenerated.
42843         * config.make.in (CPPUNDEFS): New substituted variable.
42844         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42845         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42846         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42848 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42850         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42851         (mq_attr): Use __syscall_slong_t.
42853 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42855         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42856         Check __x86_64__ instead of __WORDSIZE.
42857         (_STAT_VER_LINUX): Likewise.
42858         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42859         __syscall_ulong_t and __syscall_slong_t.
42860         (stat64): Likewise.
42862 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42864         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42866 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42868         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42870 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42872         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42873         __syscall_ulong_t.
42875         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42876         include <bits/wordsize.h>.  Check __x86_64__ instead of
42877         __WORDSIZE.
42878         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42879         defined.
42880         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42882         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42883         include <bits/wordsize.h>.  Check __x86_64__ instead of
42884         __WORDSIZE.
42885         (user_regs_struct): Use "__extension__ unsigned long long"
42886         instead of "unsigned long" if __x86_64__ is defined.
42887         (user): Likewise.  Pad after pointer field if __ILP32__ is
42888         defined.
42890 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42892         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42893         versions 5 to 9.
42894         * configure: Regenerated.
42895         * manual/install.texi (texinfo): Increase version requirement to
42896         4.5 or later.
42897         * INSTALL: Regenerated.
42899         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42901 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42903         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42905         * sysdeps/x86_64/x32/ffs.c: New file.
42907         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42908         __syscall_ulong_t.
42909         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42910         defined.  Use __syscall_ulong_t.
42911         (shminfo): Use __syscall_ulong_t.
42912         (shm_info): Likewise.
42914         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42915         __syscall_ulong_t.
42917         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42918         <bits/wordsize.h>.
42919         (msgqnum_t): Use __syscall_ulong_t.
42920         (msglen_t): Likewise.
42921         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42922         __syscall_ulong_t.
42924         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42925         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42927         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42929         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42930         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42932         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42933         __syscall_slong_t.
42935         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42936         include <bits/wordsize.h>.  Check __x86_64__ instead of
42937         __WORDSIZE.
42939         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42940         "unsigned long long int" if __x86_64__ is defined.
42941         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42943         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42944         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42945         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42947         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42948         <stdint.h>.
42949         (GET_PC): Cast to uintptr_t first.
42950         (GET_FRAME): Likewise.
42951         (GET_STACK): Likewise.
42953         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42954         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42955         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42956         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42957         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42958         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42959         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42960         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42961         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42962         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42963         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42964         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42965         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42966         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42967         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42968         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42969         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42970         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42971         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42972         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42973         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42974         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42975         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42976         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42977         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42978         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42979         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42980         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42981         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42983 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42985         * Makerules (+depfiles): Also collect depfiles from .oS in
42986         $(extra-objs).
42987         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42988         .oS, $(libnldbl-routines)).
42990         * Makerules (native-compile-mkdep-flags): Define.
42991         * sunrpc/Makefile (extra-objs): Add $(addprefix
42992         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42993         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42994         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42995         calling $(make-target-directory).
42997 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42999         * bits/types.h (__snseconds_t): Removed.
43000         * time/time.h (struct timespec): Replace __snseconds_t with
43001         __syscall_slong_t.
43002         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43003         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43004         Likewise.
43005         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43006         (__SNSECONDS_T_TYPE): Likewise.
43007         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43008         (__SNSECONDS_T_TYPE): Likewise.
43009         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43010         (__SNSECONDS_T_TYPE): Likewise.
43012 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43014         * sysdeps/mach/hurd/bits/typesizes.h
43015         (__SYSCALL_SLONG_TYPE): New macro.
43016         (__SYSCALL_ULONG_TYPE): Likewise.
43018 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43020         * bits/types.h (__syscall_slong_t): New type.
43021         (__syscall_ulong_t): Likewise.
43023         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43024         (__SYSCALL_ULONG_TYPE): Likewise.
43025         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43026         (__SYSCALL_SLONG_TYPE): Likewise.
43027         (__SYSCALL_ULONG_TYPE): Likewise.
43028         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43029         (__SYSCALL_SLONG_TYPE): Likewise.
43030         (__SYSCALL_ULONG_TYPE): Likewise.
43031         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43032         (__SYSCALL_SLONG_TYPE): Likewise.
43033         (__SYSCALL_ULONG_TYPE): Likewise.
43035 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43037         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43038         Add sigaltstack-offsets.sym.
43039         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43040         <sigaltstack-offsets.h>.
43041         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43042         longjmp_msg pointer.
43043         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43044         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43045         signal stack.
43046         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43048 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43050         * elf/stackguard-macros.h: Remove file.
43051         * sysdeps/generic/stackguard-macros.h: New file.
43052         * sysdeps/i386/stackguard-macros.h: Likewise.
43053         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43054         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43055         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43056         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43057         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43058         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43059         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43060         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43061         <elf/stackguard-macros.h>.
43063         [BZ #14109]
43064         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43065         __aligned__ in attribute.
43066         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43067         (gregset_t): Likewise.
43069 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43071         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43072         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43073         * sysdeps/x86_64/x32/Implies-after: New file.
43075 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43077         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43078         and access return value for _dl_profile_fixup.  Use R10_LP to
43079         load frame size.
43081 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43083         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43085 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43087         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43088         * sysdeps/x86_64/x32/sysdep.h: New file.
43090 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43092         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43093         * sysdeps/x86_64/setjmp.S: Likewise.
43095 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43097         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43098         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43099         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43100         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43101         remove unused global constant.
43103 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43105         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43106         include of <not-cancel.h>.
43108 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43110         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43112 2012-05-15  Jeff Law  <law@redhat.com>
43113             Andreas Jaeger  <aj@suse.de>
43115         [BZ #13594]
43116         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43117         out from...
43118         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43119         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43120         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43121         code changing __hst_map_handle.map.
43123 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43125         * configure.in (sysnames): Look for Implies-before and Implies-after
43126         files.
43127         * configure: Regenerated.
43129 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43131         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43132         8-byte data alignment with LP_SIZE alignment.
43134 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43136         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43137         into R10_LP.
43139 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43141         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43143 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43145         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43146         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43147         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43148         Likewise.
43149         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43151 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43153         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43154         (stackinfo_sub_sp): Likewise.
43156 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43158         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43159         RAX_LP.
43161 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43163         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43164         into R*_LP.
43166 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43168         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43169         sizes into R*_LP.
43171 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43173         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43175 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43177         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43178         into R11_LP and load __x86_64_shared_cache_size_half into
43179         R8_LP.
43181 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43183         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43184         R8_LP.
43186 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43188         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43189         logb for POWER7.
43190         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43191         logbf for POWER7.
43192         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43193         logbl for POWER7.
43194         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43195         powerpc32/power7/fpu/s_logb.c via #include.
43196         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43197         powerpc32/power7/fpu/s_logbf.c via #include.
43198         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43199         powerpc32/power7/fpu/s_logbl.c via #include.
43201 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43203         * README.libm: Remove file.
43205 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43207         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43208         count for x32.  Use R*_LP and omit operand-size suffix.
43210 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43212         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43213         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43214         * sysdeps/x86_64/x32/shlib-versions: New file.
43216 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43218         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43219         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43220         Use _dl_fatal_printf instead.
43222 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43224         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43225         set if not set by the user.  Do not allow for being unset.
43226         * sysdeps/unix/sysv/linux/configure: Regenerated.
43228 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43230         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43231         the `q' suffix from lea and replace .quad with ASM_ADDR.
43233 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43235         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43236         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43237         instead of $17.
43238         (PTR_DEMANGLE): Likewise.
43240 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43242         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43243         (LP_OP): Likewise.
43244         (ASM_ADDR): Likewise.
43245         (RAX_LP): Likewise.
43246         (RBP_LP): Likewise.
43247         (RBX_LP): Likewise.
43248         (RCX_LP): Likewise.
43249         (RDI_LP): Likewise.
43250         (RSI_LP): Likewise.
43251         (RSP_LP): Likewise.
43252         (R8_LP): Likewise.
43253         (R9_LP): Likewise.
43254         (R10_LP): Likewise.
43255         (R10_LP): Likewise.
43256         (R11_LP): Likewise.
43257         (R12_LP): Likewise.
43258         (R13_LP): Likewise.
43259         (R14_LP): Likewise.
43260         (R15_LP): Likewise.
43262 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43264         * sysdeps/x86_64/x32/dl-machine.h: New file.
43266 2012-05-14  Andreas Jaeger  <aj@suse.de>
43268         * manual/Makefile (subdir): Remove export of subdir.
43269         (all): Remove target.
43270         (.PHONY): Remove all from list.
43271         (mkinstalldirs): Remove.
43272         (.PHONY): Remove installdirs from list.
43273         ($(inst_infodir)/libc.info): Use make-target-directory.
43274         (installdirs): Remove.
43275         (subdir_%): Remove.
43276         (glibc-targets): Remove.
43277         (lib): Remove.
43278         (stubs): Remove.
43279         ($(objpfx)stubs ../po/manual.pot): Remove.
43280         ($(objpfx)stamp%): Remove.
43281         (make-target-directory): Remove.
43282         (subdir_install): Remove.
43283         (routines): Remove.
43284         (aux): Remove.
43285         (sources): Remove.
43286         (objects): Remove.
43287         (headers): Remove.
43289         [BZ #13750]
43290         * manual/.gitignore: Remove, it's not needed anymore.
43291         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43292         all files in it.
43293         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43294         directory.
43295         (texis): Renamed to $(objpfx)texis.
43296         (texis-path): New, contains path to generated files.
43297         (chapters.%): Use texis-path for complete path, add extra argument
43298         libc-texinfo.sh.
43299         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43300         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43301         (summary,texi, stamp-summary): Use complete path of
43302         files. Generate files in build dir.
43303         (dir-add.texi): Build in build dir.
43304         (libm-err.texi,stamp-libm-err): Likewise.
43305         (version.texi, stamp-version): Likewise.
43306         (.%c.texi): Likewise.
43307         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43308         (mostlyclean): Remove target.
43309         (realclean): Remove target.
43310         (generated): Add new variable with contents from mostlyclean and
43311         realclean, remove entries duplicated in common-mostlyclean, add
43312         stamp-libm-err and stamp-version.
43313         (generated-dirs): Add libc directory.
43314         ($(inst_infodir)/libc.info): Install files from build dir.
43316         * manual/install.texi (Configuring and compiling): Adjust since
43317         the info files are not part of the tar ball anymore.
43319 2012-05-14  Andreas Jaeger  <aj@suse.de>
43321         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43322         variable.
43324 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43326         [BZ #13717]
43327         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43328         to 2.2.0 where earlier.
43329         * sysdeps/unix/sysv/linux/configure: Regenerated.
43330         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43331         Remove conditional code.
43332         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43333         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43334         Remove conditional code.
43335         [!__NR_lchown]: Likewise.
43336         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43337         [__NR_lchown]: Likewise.
43338         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43339         comment referencing __ASSUME_LCHOWN_SYSCALL.
43340         * sysdeps/unix/sysv/linux/i386/sigaction.c
43341         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43342         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43343         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43344         Remove conditional code.
43345         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43346         (__protocol_available): Remove #if 0 code.
43347         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43348         conditional code.
43349         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43350         * sysdeps/unix/sysv/linux/kernel-features.h
43351         (__ASSUME_GETCWD_SYSCALL): Don't define.
43352         (__ASSUME_REALTIME_SIGNALS): Likewise.
43353         (__ASSUME_PREAD_SYSCALL): Likewise.
43354         (__ASSUME_PWRITE_SYSCALL): Likewise.
43355         (__ASSUME_POLL_SYSCALL): Likewise.
43356         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43357         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43358         non-SPARC.
43359         (__ASSUME_SIOCGIFNAME): Don't define.
43360         (__ASSUME_MSG_NOSIGNAL): Likewise.
43361         (__ASSUME_SENDFILE): Define unconditionally.
43362         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43363         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43364         conditional code.
43365         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43366         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43367         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43368         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43369         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43370         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43371         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43373         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43374         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43376         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43377         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43379         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43380         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43382         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43383         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43385         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43386         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43388         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43389         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43391         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43392         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43394         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43395         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43396         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43397         Remove conditional code.
43398         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43399         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43400         Remove conditional code.
43401         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43402         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43403         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43404         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43405         Remove conditional code.
43406         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43407         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43408         Remove conditional code.
43409         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43410         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43411         Remove conditional code.
43412         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43413         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43414         Remove conditional code.
43415         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43416         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43417         Remove conditional code.
43418         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43419         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43420         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43421         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43422         * sysdeps/unix/sysv/linux/sigaction.c
43423         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43424         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43425         * sysdeps/unix/sysv/linux/sigpending.c
43426         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43427         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43428         * sysdeps/unix/sysv/linux/sigprocmask.c
43429         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43430         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43431         * sysdeps/unix/sysv/linux/sigsuspend.c
43432         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43433         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43434         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43435         (__libc_missing_rt_sigs): Remove.
43436         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43437         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43438         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43439         Remove conditional code.
43440         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43441         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43442         return 1.
43443         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43444         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43445         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43446         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43448 2012-05-14  Andreas Jaeger  <aj@suse.de>
43450         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43451         it's not used in glibc.
43452         (__coshm1): Likewise.
43453         (__acosh1p): Likewise.
43454         (__sgn): Likewise.
43456         * manual/string.texi (Copying and Concatenation): Add missing
43457         variable in concat example.
43458         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43460 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43462         [BZ #14103]
43463         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43464         __builtin_clzl with __builtin_clzll.
43466 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43468         [BZ #14104]
43469         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43470         libc_freeres_ptr.
43472 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43474         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43475         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43476         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43477         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43479 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43481         * NEWS: Update ia64 info.
43483 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43485         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43486         used as bcopy.
43488 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43490         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43491         * sysdeps/unix/syscalls.list (dup3): Likewise.
43492         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43493         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43495 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43497         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43498         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43500 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43502         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43503         thread pointer.
43504         (TLS_IE): Use mov/add instead of movq/addq to load thread
43505         pointer.
43506         (TLS_GD_PREFIX): New.
43507         (TLS_GD): Use it.
43509 2012-05-11  David S. Miller  <davem@davemloft.net>
43511         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43512         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43513         (_FPU_SETCW): Likewise.
43515 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43517         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43518         is 32-byte aligned.
43520 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43522         [BZ #11837]
43523         * iconvdata/gb18030.c: Update tables.
43524         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43525         characters specially.
43526         (BODY for TO_LOOP): Add encoding of missing ranges.
43528 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43530         [BZ #13673]
43531         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43532         * sysdeps/mach/hurd/dup3.c: Likewise.
43533         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43534         * sysdeps/powerpc/memmove.c:: Likewise.
43536 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43538         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43539         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43541 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43543         * elf/elf.h (R_X86_64_RELATIVE64): New.
43544         (R_X86_64_NUM): Updated.
43545         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43546         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43547         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43548         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43549         tst-quad1pie tst-quad2pie
43550         (modules-names): Add tst-quadmod1 tst-quadmod2.
43551         ($(objpfx)tst-quad1): New dependency.
43552         ($(objpfx)tst-quad2): Likewise.
43553         ($(objpfx)tst-quad1pie): Likewise.
43554         ($(objpfx)tst-quad2pie): Likewise.
43555         * sysdeps/x86_64/tst-quad1.c: New file.
43556         * sysdeps/x86_64/tst-quad1pie.c: New file.
43557         * sysdeps/x86_64/tst-quad2.c: Likewise.
43558         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43559         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43560         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43561         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43562         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43564 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43566         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43567         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43568         * streams/stropts.h (t_scalar_t): Define type.
43570         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43571         (_PATH_PRESERVE): Set to "/var/lib".
43572         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43574         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43575         instead of int.
43577         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43578         if __dir_mkfile succeeded.
43580         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43581         checking for _hurd_dtablesize.  Unlock it right after having
43582         finished _hurd_dtable allocation.
43584 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43586         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43587         * sysdeps/mach/hurd/configure: Regenerated.
43588         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43589         special-casing to...
43590         * sysdeps/gnu/configure.in: ... this new file.
43591         * sysdeps/unix/sysv/linux/configure: Regenerated.
43592         * sysdeps/gnu/configure: New generated file.
43594         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43595         for Linux: use nsec instead of usec, as well as:
43596         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43597         members of type struct timespec.
43598         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43599         New macros.
43600         (struct stat64): Likewise.
43601         (_STATBUF_ST_NSEC): New macro.
43602         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43604         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43605         __strtoul_internal rather than strtoul.
43607 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43609         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43610         and reject them.
43612 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43614         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43615         which preserves existing values.
43616         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43618 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43620         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43621         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43622         greater than FD_SETSIZE.
43624 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43626         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43627         allocated, call __vm_protect to finish enabling the existing space, and
43628         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43629         allocate the remainder.
43631 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43633         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43634         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43636 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43638         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43639         sysdeps/mach/hurd/readlink.c.
43641         * posix/tst-sysconf.c (posix_options): Only use
43642         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43643         _POSIX_SYNCHRONIZED_IO when they are defined
43644         * sysdeps/mach/hurd/bits/posix_opt.h:
43645         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43646         (_XOPEN_REALTIME): Undefine macro.
43647         (_XOPEN_REALTIME_THREADS): Undefine macro.
43648         (_XOPEN_SHM): Undefine macro.
43649         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43650         macro to -1.
43651         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43652         macro to -1.
43653         (_POSIX_ASYNC_IO): Undefine macro.
43654         (_POSIX_PRIORITIZED_IO): Undefine macro.
43655         (_POSIX_SPIN_LOCKS): Define macro to -1.
43657         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43658         SA_NODEFER, SA_RESETHAND.
43659         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43660         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43661         F_DUPFD_CLOEXEC.
43663 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43665         * elf/Makefile (pldd-modules): Define unconditionally.
43667 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43669         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43671 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43673         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43674         Return ENOENT when name is empty.
43675         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43677 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43679         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43681         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43683 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43685         Fix mlock in all cases except non-readable pages.
43686         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43687         instead of VM_PROT_ALL as parameter to __vm_wire function.
43689         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43690         (__mkdir): When path is `/', just fail with EEXIST.
43691         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43693 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43695         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43696         <sys/uio.h> (for writev).
43697         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43698         and <sys/param.h> (for MIN).
43700 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43702         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43703         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43704         if interrupted.
43706 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43708         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43709         Depend on against $(link-rpcuserlibs).
43711 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43713         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43714         (__libc_stack_end): Do not use attribute_relro.
43715         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43716         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43717         to libthread-provided value.
43718         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43719         attribute_relro.
43721 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43723         [BZ #3748]
43724         * bits/libc-lock.h (__libc_once_get): New macro.
43725         * sysdeps/mach/bits/libc-lock.h: Likewise.
43726         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43727         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43728         instead of using implementation details.
43730         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43731         * libio/freopen.c: Likewise.
43732         * libio/freopen64.c: Likewise.
43733         * misc/syslog.c: Likewise.
43734         * nscd/connections.c: Likewise.
43735         * nscd/netgroupcache.c: Likewise.
43736         * sysdeps/posix/getcwd.c: Likewise.
43738 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43740         * math/w_ilogbf.c: Add #include <limits.h>.
43742 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43744         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43745         path instead of returning without unlocking.
43747         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43748         immediate-write ioctls.
43749         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43751 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43753         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43754         __builtin_frame_address instead of making assumptions about the
43755         location of the return address relative to DATA.  Force early load of
43756         the return address.
43757         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43758         __builtin_frame_address.
43760         dup3 for GNU Hurd.
43761         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43762         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43763         implement dup3 and do some further code clean-ups.
43764         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43765         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43767 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43769         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43771         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43772         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43773         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43774         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43775         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43776         d->port.lock.
43778         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43779         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43780         when handler == SIG_ERR, not when handler != SIG_ERR.
43782 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43784         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43785         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43786         definitions.
43788         accept4 for GNU Hurd.
43789         * include/sys/socket.h (__libc_accept4): New prototype.
43790         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43791         to implement __libc_accept4.
43792         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43793         __libc_accept4.
43794         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43796         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43797         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43798         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43799         signal-defines.sym.
43801 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43803         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43805 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43807         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43808         assertion on O_CLOEXEC flag.
43809         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43810         * hurd/intern-fd.c: Likewise.
43811         * hurd/port2fd.c: Likewise.
43813 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43815         [BZ #3906]
43816         * bits/in.h (IPV6_PKTINFO): Define new macro.
43817         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43819 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43821         [BZ #13954]
43822         [BZ #13955]
43823         [BZ #13956]
43824         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43825         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43826         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43827         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43828         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43829         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43830         * math/libm-test.inc (logb_test) : Additional logb tests.
43832 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43833             Andreas Jaeger  <aj@suse.de>
43835         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43836         * configure: Regenerated.
43837         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43838         * config.make.in (link-obsolete-rpc): New substituted variable.
43839         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43840         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43841         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43842         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43843         so that libc.a contains the symbols.
43844         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43845         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43846         * sunrpc/auth_none.c: Likewise.
43847         * sunrpc/auth_unix.c: Likewise.
43848         * sunrpc/authdes_prot.c: Likewise.
43849         * sunrpc/authuxprot.c: Likewise.
43850         * sunrpc/clnt_gen.c: Likewise.
43851         * sunrpc/clnt_perr.c: Likewise.
43852         * sunrpc/clnt_raw.c: Likewise.
43853         * sunrpc/clnt_simp.c: Likewise.
43854         * sunrpc/clnt_tcp.c: Likewise.
43855         * sunrpc/clnt_udp.c: Likewise.
43856         * sunrpc/clnt_unix.c: Likewise.
43857         * sunrpc/des_crypt.c: Likewise.
43858         * sunrpc/des_soft.c: Likewise.
43859         * sunrpc/get_myaddr.c: Likewise.
43860         * sunrpc/key_call.c: Likewise.
43861         * sunrpc/key_prot.c: Likewise.
43862         * sunrpc/netname.c: Likewise.
43863         * sunrpc/pm_getmaps.c: Likewise.
43864         * sunrpc/pm_getport.c: Likewise.
43865         * sunrpc/pmap_clnt.c: Likewise.
43866         * sunrpc/pmap_prot.c: Likewise.
43867         * sunrpc/pmap_prot2.c: Likewise.
43868         * sunrpc/pmap_rmt.c: Likewise.
43869         * sunrpc/publickey.c: Likewise.
43870         * sunrpc/rpc_cmsg.c: Likewise.
43871         * sunrpc/rpc_common.c: Likewise.
43872         * sunrpc/rpc_dtable.c: Likewise.
43873         * sunrpc/rpc_prot.c: Likewise.
43874         * sunrpc/rpc_thread.c: Likewise.
43875         * sunrpc/rtime.c: Likewise.
43876         * sunrpc/svc.c: Likewise.
43877         * sunrpc/svc_auth.c: Likewise.
43878         * sunrpc/svc_raw.c: Likewise.
43879         * sunrpc/svc_run.c: Likewise.
43880         * sunrpc/svc_tcp.c: Likewise.
43881         * sunrpc/svc_udp.c: Likewise.
43882         * sunrpc/svc_unix.c: Likewise.
43883         * sunrpc/svcauth_des.c: Likewise.
43884         * sunrpc/xcrypt.c: Likewise.
43885         * sunrpc/xdr.c: Likewise.
43886         * sunrpc/xdr_array.c: Likewise.
43887         * sunrpc/xdr_float.c: Likewise.
43888         * sunrpc/xdr_intXX_t.c: Likewise.
43889         * sunrpc/xdr_mem.c: Likewise.
43890         * sunrpc/xdr_rec.c: Likewise.
43891         * sunrpc/xdr_ref.c: Likewise.
43892         * sunrpc/xdr_sizeof.c: Likewise.
43893         * sunrpc/xdr_stdio.c: Likewise.
43895 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43897         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43898         change.  Update copyright years.
43900 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43902         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43904 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43905             Joseph Myers  <joseph@codesourcery.com>
43906             Paul Pluzhnikov  <ppluzhnikov@google.com>
43908         [BZ #14012]
43909         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43910         requiring rpcgen.
43911         [cross-compiling] (extra-libs): Likewise.
43912         [cross-compiling] (extra-libs-others): Likewise.
43913         [cross-compiling] (librpcsvc-routines): Likewise.
43914         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43915         [cross-compiling] (omit-deps): Likewise.
43916         (sunrpc-CPPFLAGS): New variable.
43917         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43918         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43919         (cross-rpcgen-objs): New variable.
43920         (extra-objs): Append $(cross-rpcgen-objs).
43921         ($(cross-rpcgen-objs)): New rule.
43922         ($(objpfx)cross-rpcgen): Likewise.
43923         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43924         comment.
43925         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43926         ($(objpfx)x%.stmp): Likewise.
43927         * sunrpc/proto.h [IS_IN_build] (_): Define.
43928         [IS_IN_build] (_libc_intl_domainname): Likewise.
43930 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43932         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43933         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43934         and R_X86_64_TPOFF64.
43936 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43938         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43939         sysdeps/unix/sysv/syscalls.list.
43940         (stime): Likewise.
43941         (utime): Likewise.
43942         * sysdeps/unix/sysv/syscalls.list: Remove file.
43944 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43946         [BZ #3440]
43947         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43948         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43949         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43950         (__LC_IDENTIFICATION): Make these macros useful in #if
43951         expressions, as required by C99.
43953 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43955         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43956         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43957         after this.
43959 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43961         * stdlib/longlong.h: Updated from GCC.
43963 2012-05-09  Andreas Jaeger  <aj@suse.de>
43965         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43966         default is first entry.
43967         (run_mode): Set type.
43968         (main): Remove informal message about syslog.
43969         (options): Fix typo.
43971         [BZ #14053]
43972         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43973         to asm.
43974         (lrint): Likewise.
43975         (llrintf): Likewise.
43976         (llrint): Likewise.
43977         (rint): Likewise.
43978         (rintf): Likewise.
43979         (nearbyint): Likewise.
43980         (nearbyintf): Likewise.
43982 2012-05-09  Andreas Jaeger  <aj@suse.de>
43983             Pedro Alves  <palves@redhat.com>
43985         * nscd/nscd.c (run_mode): Use enum.
43986         (main): Cleanup coding style issue.
43988 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43989             Andreas Jaeger  <aj@suse.de>
43991         * nscd/nscd.c (go_background): Replaced with...
43992         (run_mode): ... this.
43993         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43994         (options): Add -F --foreground.
43995         (main): Implement it.
43996         (parse_opt): Parse it.
43998 2012-05-09  Andreas Jaeger  <aj@suse.de>
44000         [BZ #14083]
44001         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44002         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44003         -Wconversion warning.
44004         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44005         Likewise.
44007 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44009         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44010         == 0.
44011         (LC_ALL): Use macro-int-constant.
44012         (LC_COLLATE): Likewise.
44013         (LC_CTYPE): Likewise.
44014         (LC_MESSAGES): Likewise.
44015         (LC_MONETARY): Likewise.
44016         (LC_NUMERIC): Likewise.
44017         (LC_TIME): Likewise.
44018         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44019         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44020         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44021         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44022         Specify type.
44023         [C99-based standards] (float_t): Expect type.
44024         [C99-based standards] (double_t): Expect type.
44025         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44026         type.
44027         [C99-based standards] (HUGE_VALL): Likewise.
44028         [C99-based standards] (INFINITY): Likewise.
44029         [C99-based standards] (NAN): Likewise.
44030         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44031         [C99-based standards] (FP_NAN): Likewise.
44032         [C99-based standards] (FP_NORMAL): Likewise.
44033         [C99-based standards] (FP_SUBNORMAL): Likewise.
44034         [C99-based standards] (FP_ZERO): Likewise.
44035         [C99-based standards] (FP_FAST_FMA): Use
44036         optional-macro-int-constant.  Specify type.  Require == 1.
44037         [C99-based standards] (FP_FAST_FMAF): Likewise.
44038         [C99-based standards] (FP_FAST_FMAL): Likewise.
44039         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44040         [C99-based standards] (FP_ILOGBNAN): Likewise.
44041         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44042         Specify type.
44043         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44044         [C99-based standards] (math_errhandling): Specify type.
44045         [ISO99 || ISO11] (signgam): Do not allow.
44046         [non-C99-based standards] (copysignf): Do not allow.
44047         [non-C99-based standards] (exp2f): Likewise.
44048         [non-C99-based standards] (log2f): Likewise.
44049         [non-C99-based standards] (modff): Allow.
44050         [non-C99-based standards] (erff): Do not allow.
44051         [non-C99-based standards] (erfcf): Likewise.
44052         [non-C99-based standards] (gammaf): Likewise.
44053         [non-C99-based standards] (hypotf): Likewise.
44054         [non-C99-based standards] (j0f): Likewise.
44055         [non-C99-based standards] (j1f): Likewise.
44056         [non-C99-based standards] (jnf): Likewise.
44057         [non-C99-based standards] (lgammaf): Likewise.
44058         [non-C99-based standards] (tgammaf): Likewise.
44059         [non-C99-based standards] (y0f): Likewise.
44060         [non-C99-based standards] (y1f): Likewise.
44061         [non-C99-based standards] (ynf): Likewise.
44062         [non-C99-based standards] (isnanf): Likewise.
44063         [non-C99-based standards] (acoshf): Likewise.
44064         [non-C99-based standards] (asinhf): Likewise.
44065         [non-C99-based standards] (atanhf): Likewise.
44066         [non-C99-based standards] (cbrtf): Likewise.
44067         [non-C99-based standards] (expm1f): Likewise.
44068         [non-C99-based standards] (ilogbf): Likewise.
44069         [non-C99-based standards] (log1pf): Likewise.
44070         [non-C99-based standards] (logbf): Likewise.
44071         [non-C99-based standards] (nextafterf): Likewise.
44072         [non-C99-based standards] (remainderf): Likewise.
44073         [non-C99-based standards] (rintf): Likewise.
44074         [non-C99-based standards] (scalbf): Likewise.
44075         [non-C99-based standards] (copysignl): Likewise.
44076         [non-C99-based standards] (exp2l): Likewise.
44077         [non-C99-based standards] (log2l): Likewise.
44078         [non-C99-based standards] (modfl): Allow.
44079         [non-C99-based standards] (erfl): Do not allow.
44080         [non-C99-based standards] (erfcl): Likewise.
44081         [non-C99-based standards] (gammal): Likewise.
44082         [non-C99-based standards] (hypotl): Likewise.
44083         [non-C99-based standards] (j0l): Likewise.
44084         [non-C99-based standards] (j1l): Likewise.
44085         [non-C99-based standards] (jnl): Likewise.
44086         [non-C99-based standards] (lgammal): Likewise.
44087         [non-C99-based standards] (tgammal): Likewise.
44088         [non-C99-based standards] (y0l): Likewise.
44089         [non-C99-based standards] (y1l): Likewise.
44090         [non-C99-based standards] (ynl): Likewise.
44091         [non-C99-based standards] (isnanl): Likewise.
44092         [non-C99-based standards] (acoshl): Likewise.
44093         [non-C99-based standards] (asinhl): Likewise.
44094         [non-C99-based standards] (atanhl): Likewise.
44095         [non-C99-based standards] (cbrtl): Likewise.
44096         [non-C99-based standards] (expm1l): Likewise.
44097         [non-C99-based standards] (ilogbl): Likewise.
44098         [non-C99-based standards] (log1pl): Likewise.
44099         [non-C99-based standards] (logbl): Likewise.
44100         [non-C99-based standards] (nextafterl): Likewise.
44101         [non-C99-based standards] (remainderl): Likewise.
44102         [non-C99-based standards] (rintl): Likewise.
44103         [non-C99-based standards] (scalbl): Likewise.
44104         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44105         [non-C99-based standards] (FP_*): Do not allow.
44106         [C99-based standards] (FP_*): Change to
44107         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44108         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44109         allow.
44110         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44111         (SIG_ERR): Likewise.
44112         [X/Open-based standards] (SIG_HOLD): Likewise.
44113         (SIG_IGN): Likewise.
44114         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44115         positive value.
44116         (SIGFPE): Likewise.
44117         (SIGILL): Likewise.
44118         (SIGINT): Likewise.
44119         (SIGSEGV): Likewise.
44120         (SIGTER): Likewise.
44121         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44122         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44123         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44124         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44125         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44126         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44127         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44128         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44129         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44130         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44131         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44132         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44133         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44134         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44135         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44136         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44137         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44138         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44139         [X/Open-based standards] (SIGTRAP): Likewise.
44140         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44141         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44142         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44143         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44144         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44145         allow.
44147 2012-05-08  Ian Wienand  <ianw@vmware.com>
44149         [BZ #14080]
44150         * time/tzset.c (__tzset_parse_tz): Update default rules for
44151         daylight time changes in the Energy Policy Act of 2005.
44153 2012-05-09  Andreas Jaeger  <aj@suse.de>
44155         [BZ #13983]
44156         * elf/ldconfig.c (parse_conf): Change string to make clear that
44157         ldconfig only issued a warning if ld.so.conf does not exist.
44159 2012-05-08  David S. Miller  <davem@davemloft.net>
44161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44162         movxtod instead of popping the value on the stack.
44164         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44166 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44168         * config.h.in: Add HAVE_ARM_PCS_VFP.
44170 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44172         [BZ #13979]
44173         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44174         checking but the checks are disabled for any reason.
44176 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44178         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44179         and ELF64_R_TYPE with ELFW(R_TYPE).
44181 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44183         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44184         (ulimit): Likewise.
44186         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44187         (settimeofday): Likewise.
44189 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44191         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44192         a struct th_u2 inside the union, and move tu_block/tu_code into
44193         a new th_u3 union of tu_block/tu_code inside of that.  Move
44194         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44195         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44196         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44197         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44198         (th_stuff): Change to th_u1.tu_stuff.
44199         (th_data): Define.
44200         (th_msg): Change to th_u1.th_u2.tu_data.
44202 2012-05-07  David S. Miller  <davem@davemloft.net>
44204         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44206         [BZ #14074]
44207         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44208         (SETUP_PIC_REG): Use it.
44209         (SETUP_PIC_REG_LEAF): Use it.
44211 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44213         [BZ #13885]
44214         [BZ #13923]
44215         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44216         USE_AS_EXPM1L.
44217         (EXPL_FINITE): Likewise.
44218         (FLDLOG): Likewise.
44219         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44220         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44221         e_expl.S.
44222         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44223         USE_AS_EXPM1L.
44224         (EXPL_FINITE): Likewise.
44225         (FLDLOG): Likewise.
44226         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44227         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44228         e_expl.S.
44229         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44230         test of -max_value argument for long double.
44231         * sysdeps/i386/fpu/libm-test-ulps: Update.
44232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44234 2012-05-06  David S. Miller  <davem@davemloft.net>
44236         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44237         quad soft-float symbols whose references which are compiler
44238         generated.
44239         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44241 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44243         [BZ #13884]
44244         [BZ #13914]
44245         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44246         USE_AS_EXP10L.
44247         (EXPL_FINITE): Likewise.
44248         (FLDLOG): Likewise.
44249         (c0): Likewise.
44250         (c1): Likewise.
44251         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44252         Adjust comments for base varying.
44253         (__expl_finite): Change alias to EXPL_FINITE.
44254         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44255         e_expl.S.
44256         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44257         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44258         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44259         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44260         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44261         USE_AS_EXP10L.
44262         (EXPL_FINITE): Likewise.
44263         (FLDLOG): Likewise.
44264         (c0): Likewise.
44265         (c1): Likewise.
44266         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44267         Adjust comments for base varying.
44268         (__expl_finite): Change alias to EXPL_FINITE.
44269         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44270         tests for bugs.
44271         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44273         [BZ #14064]
44274         * math/libm-test.inc (check_float_internal): Correct ulp
44275         calculation for subnormal expected results.
44277 2012-05-06  Andreas Jaeger  <aj@suse.de>
44279         * Makeconfig (+math-flags): New, set to -frounding-math.
44280         (+cflags): Add +math-flags so that all of glibc gets compiled with
44281         it.
44283         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44285 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44287         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44288         Disable one test.
44290         [BZ #13787]
44291         [BZ #13922]
44292         [BZ #14036]
44293         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44294         (__ieee754_expl): Allow for and saturate large arguments.
44295         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44296         (u_threshold): Likewise.
44297         (__exp): Call __ieee754_exp before checking for overflow and
44298         underflow.
44299         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44300         (u_threshold): Likewise.
44301         (__expf): Call __ieee754_expf before checking for overflow and
44302         underflow.
44303         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44304         (u_threshold): Likewise.
44305         (__expl): Call __ieee754_expl before checking for overflow and
44306         underflow.
44307         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44308         (__ieee754_expl): Allow for and saturate large arguments.
44309         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44310         missing overflow exception on overflow.
44311         (expm1_test): Do not allow missing overflow exception on overflow.
44313         * sysdeps/i386/fpu/e_expl.c: Move to ...
44314         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44315         rather than using inline asm.
44316         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44317         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44318         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44320         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44321         (nice): Likewise.
44322         (poll): Likewise.
44323         (signal): Likewise.
44324         (time): Likewise.
44325         (times): Likewise.
44327 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44329         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44330         sysdeps/unix/common/syscalls.list.
44331         (fchmod): Likewise.
44332         (fchown): Likewise.
44333         (ftruncate): Likewise.
44334         (getrusage): Likewise.
44335         (gettimeofday): Likewise.
44336         (setpgid): Likewise.
44337         (setregid): Likewise.
44338         (setreuid): Likewise.
44339         (sigaction): Likewise.
44340         (truncate): Likewise.
44341         (vhangup): Likewise.
44342         * sysdeps/unix/common/syscalls.list: Remove file.
44343         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44344         * sysdeps/unix/sysv/linux/Implies: Likewise.
44346 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44348         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44349         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44350         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44351         Moved to ...
44352         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44353         Here.
44354         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44355         to ...
44356         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44357         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44358         to ...
44359         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44360         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44361         to ...
44362         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44363         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44364         to ...
44365         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44366         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44367         to ...
44368         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44369         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44370         to ...
44371         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44372         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44373         to ...
44374         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44375         Here.
44376         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44377         to ...
44378         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44379         Here.
44380         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44381         to ...
44382         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44383         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44384         Moved to ...
44385         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44386         Here.
44387         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44388         to ...
44389         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44391 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44393         * sysdeps/unix/common/bits/dirent.h: Remove file.
44394         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44396         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44397         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44398         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44399         * sysdeps/unix/bsd/isatty.c: Likewise.
44400         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44401         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44402         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44404 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44406         [BZ #13563]
44407         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44408         long double comparison inaccuracies.
44409         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44410         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44412 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44414         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44415         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44417 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44419         [BZ #14049]
44420         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44421         nonzero digits before rounding a hex value.
44422         * stdlib/tst-strtod.c (tests): Add another test.
44424 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44426         * sysdeps/s390/fpu/libm-test-ulps: Update.
44428 2012-05-03  Andreas Jaeger  <aj@suse.de>
44430         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44431         does not get optimized out.
44432         (malloc_opt_barrier): New.
44434 2012-05-03  Andreas Jaeger  <aj@suse.de>
44435             Roland McGrath  <roland@hack.frob.com>
44437         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44438         intermediate file deletion.
44439         (generated): Add .symlist files.
44441 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44443         [BZ #13775]
44444         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44445         Redirect under this condition.
44446         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44447         [__USE_GNU] (__dprintf_chk): Not under this condition.
44448         [__USE_GNU] (__vdprintf_chk): Likewise.
44449         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44450         under this condition.
44451         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44452         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44453         [__USE_XOPEN2K8] (vdprintf): Likewise.
44454         [__USE_GNU] (__dprintf_chk): Not under this condition.
44455         [__USE_GNU] (__vdprintf_chk): Likewise.
44456         [__USE_GNU] (dprintf): Likewise.
44457         [__USE_GNU] (vdprintf): Likewise.
44459 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44461         * elf/Makefile (common-generated): Set this instead of generated for
44462         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44463         $(all-built-dso)-derived lists.
44465 2012-05-03  Andreas Jaeger  <aj@suse.de>
44467         * sysdeps/i386/fpu/libm-test-ulps: Update.
44469         * FAQ: Removed.
44470         * FAQ.in: Likewise.
44471         * scripts/gen-FAQ.pl: Likewise.
44472         * manual/install.texi (Installation): Point to online location of
44473         FAQ.
44474         * Makefile (files-for-dist): Remove FAQ.
44475         (FAQ): Remove.
44477 2012-05-02  Allan McRae  <allan@archlinux.org>
44479         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44480         (LDFLAGS-reldepmod5.so): Likewise.
44481         (LDFLAGS-reldep6mod1.so): Likewise.
44482         (LDFLAGS-reldep6mod4.so): Likewise.
44483         (LDFLAGS-reldep8mod3.so): Likewise.
44484         (LDFLAGS-unload4mod1.so): Likewise.
44485         (LDFLAGS-unload4mod2.so): Likewise.
44486         (LDFLAGS-tst-initorder): Likewise.
44487         (LDFLAGS-tst-initordera2.so): Likewise.
44488         (LDFLAGS-tst-initordera3.so): Likewise.
44489         (LDFLAGS-tst-initordera4.so): Likewise.
44490         (LDFLAGS-tst-initorderb2.so): Likewise.
44491         (LDFLAGS-noload): Likewise.
44492         (LDFLAGS-next): Likewise.
44493         (LDFLAGS-order2mod1.so): Likewise.
44494         (LDFLAGS-order2mod2.so): Likewise.
44495         (LDFLAGS-tst-initorder2): Likewise.
44496         (LDFLAGS-tst-initorder2a.so): Likewise.
44497         (LDFLAGS-tst-initorder2b.so): Likewise.
44498         (LDFLAGS-tst-initorder2c.so): Likewise.
44499         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44501 2012-05-02  David S. Miller  <davem@davemloft.net>
44503         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44505 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44507         [BZ #14055]
44508         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44510 2012-05-02  Andreas Jaeger  <aj@suse.de>
44512         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44513         since we manipulate rounding mode.
44514         (CPPFLAGS-test-idouble.c): Likewise.
44515         (CPPFLAGS-test-ifloat.c): Likewise.
44516         (CFLAGS-test-ldouble.c): Likewise.
44517         (CFLAGS-test-double.c): Likewise.
44518         (CFLAGS-test-float.c): Likewise.
44519         (CFLAGS-test-misc.c): Likewise.
44520         (CFLAGS-test-test-fenv.c): Likewise.
44522 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44524         [BZ #2550]
44525         [BZ #2570]
44526         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44527         comparisons to determine direction to adjust input.
44529 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44531         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44532         output to the target.
44534         * scripts/localplt.awk: New file.
44535         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44536         (check-localplt-CFLAGS): Variable removed.
44537         ($(all-built-dso:=.jmprel)): New static pattern rule.
44538         (generated): Add those targets.
44539         (localplt-built-dso): New variable.
44540         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44542         * elf/check-localplt.c: File removed.
44544         * scripts/check-execstack.awk: New file.
44545         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44546         (check-execstack-CFLAGS): Variable removed.
44547         ($(objpfx)check-execstack.h): Target removed.
44548         ($(objpfx)execstack-default): New target.
44549         (generated): Add that instead of check-execstack.h.
44550         ($(all-built-dso:=.phdr)): New static pattern rule.
44551         (generated): Add those targets.
44552         * elf/check-execstack.c: File removed.
44554         * scripts/check-textrel.awk: New file.
44555         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44556         (check-textrel-CFLAGS): Variable removed.
44557         (all-built-dso): Use := to define.o
44558         ($(all-built-dso:=.dyn)): New static pattern rule.
44559         (generated): Add those targets.
44560         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44561         * config.make.in (READELF): New substituted variable.
44562         * elf/check-textrel.c: File removed.
44564 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44566         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44567         allow.
44568         * conform/data/ctype.h-data [C99-based standards] (isblank):
44569         Expect function.
44570         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44571         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44572         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44573         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44574         Specify type.  Require positive value.
44575         (EILSEQ): Likewise.
44576         (ERANGE): Likewise.
44577         [ISO || POSIX] (EILSEQ): Do not expect.
44578         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44579         Specify type.  Require positive value.
44580         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44581         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44582         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44583         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44584         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44585         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44586         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44587         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44588         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44589         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44590         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44591         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44592         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44593         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44594         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44595         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44596         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44597         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44598         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44599         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44600         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44601         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44602         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44603         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44604         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44605         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44606         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44607         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44608         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44609         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44610         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44611         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44612         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44613         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44614         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44615         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44616         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44617         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44618         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44619         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44620         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44621         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44622         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44623         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44624         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44625         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44626         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44627         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44628         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44629         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44630         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44631         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44632         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44633         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44634         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44635         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44636         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44637         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44638         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44639         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44640         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44641         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44642         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44643         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44644         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44645         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44646         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44647         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44648         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44649         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44650         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44651         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44652         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44653         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44654         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44655         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44656         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44657         Require >= 2.
44658         (FLT_ROUNDS): Expect as macro, not constant.
44659         (FLT_MANT_DIG): Use macro-int-constant.
44660         (DBL_MANT_DIG): Likewise.
44661         (LDBL_MANT_DIG): Likewise.
44662         (FLT_DIG): Likewise.
44663         (DBL_DIG): Likewise.
44664         (LDBL_DIG): Likewise.
44665         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44666         (DBL_MIN_EXP): Likewise.
44667         (LDBL_MIN_EXP): Likewise.
44668         (FLT_MAX_EXP): Use macro-int-constant.
44669         (DBL_MAX_EXP): Likewise.
44670         (LDBL_MAX_EXP): Likewise.
44671         (FLT_MAX_10_EXP): Likewise.
44672         (DBL_MAX_10_EXP): Likewise.
44673         (LDBL_MAX_10_EXP): Likewise.
44674         (FLT_MAX): Use macro-constant.
44675         (DBL_MAX): Likewise.
44676         (LDBL_MAX): Likewise.
44677         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44678         (DBL_EPSILON): Likewise.
44679         (LDBL_EPSILON): Likewise.
44680         (FLT_MIN): Likewise.
44681         (DBL_MIN): Likewise.
44682         (LDBL_MIN): Likewise.
44683         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44684         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44685         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44686         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44687         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44688         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44689         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44690         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44691         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44692         [ISO11] (FLT_TRUE_MIN): Likewise.
44693         [ISO11] (LDBL_TRUE_MIN): Likewise.
44694         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44695         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44696         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44697         (SCHAR_MAX): Likewise.
44698         (UCHAR_MAX): Likewise.
44699         (CHAR_MIN): Likewise.
44700         (CHAR_MAX): Likewise.
44701         (MB_LEN_MAX): Use macro-int-constant.
44702         (SHRT_MIN): Use macro-int-constant.  Specify type.
44703         (SHRT_MAX): Likewise.
44704         (USHRT_MAX): Likewise.
44705         (INT_MAX): Likewise.
44706         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44707         bound negative.
44708         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44709         bound with "U".
44710         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44711         bound with "L".
44712         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44713         bound negative.  Suffix upper bound with "L".
44714         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44715         bound with "UL".
44716         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44717         Specify type.
44718         [C99-based standards] (LLONG_MAX): Likewise.
44719         [C99-based standards] (ULLONG_MAX): Likewise.
44720         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44721         == 0.
44722         [ISO11] (max_align_t): Require type.
44723         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44725         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44726         from $CFLAGS, without defining away __attribute__ calls.
44727         (checknamespace): Use $CFLAGS_namespace.
44729         * conform/conformtest.pl (@keywords): Only include C99 keywords
44730         for standards based on C99 or C11.
44732         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44733         Disable tests.
44734         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44735         UNIX98]: Likewise.
44737         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44738         usability of symbols in #if.
44740         * conform/conformtest.pl: If macro or constant types start
44741         "promoted:", expect the symbol to be of the following type
44742         promoted by the integer promotions.
44744         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44745         in one place.  Also handle "macro-constant".
44747         * conform/conformtest.pl: Only accept expected macro values with
44748         "==".  Parse all "macro" lines in one place.
44749         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44751         * conform/conformtest.pl: Handle braced types on "constant" lines
44752         instead of handling "typed-constant".
44753         * conform/data/signal.h-data: Use "constant" instead of
44754         "typed-constant".
44756         * conform/conformtest.pl: Handle "optional-" at start of lines in
44757         one place rather than duplicating several cases.  Handle each
44758         format of "macro" line with initial "optional-".
44760         * conform/conformtest.pl: Only accept expected constant or
44761         optional-constant values with "==".  Parse all "constant" lines in
44762         one place.  Parse all "optional-constant" lines in one place.
44763         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44764         * conform/data/fmtmsg.h-data: Likewise.
44765         * conform/data/netinet/in.h-data: Likewise.
44766         * conform/data/tar.h-data: Likewise.
44767         * conform/data/limits.h-data: Use "==" form on "constant" and
44768         "optional-constant" lines.
44770         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44771         Use -std=c99 for XOPEN2K.
44772         (@knownproblems): Remove.
44773         (newtoken): Don't check %isknown.
44775         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44776         Do not expect macro.
44777         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44778         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44779         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44780         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44781         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44782         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44783         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44784         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44785         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44786         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44787         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44788         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44789         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44790         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44791         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44792         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44793         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44794         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44795         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44796         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44797         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44798         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44799         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44800         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44801         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44802         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44803         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44804         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44805         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44806         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44807         [XPG3] (acosh): Likewise.
44808         [XPG3] (asinh): Likewise.
44809         [XPG3] (atanh): Likewise.
44810         [XPG3] (cbrt): Likewise.
44811         [XPG3] (expm1): Likewise.
44812         [XPG3] (ilogb): Likewise.
44813         [XPG3] (log1p): Likewise.
44814         [XPG3] (logb): Likewise.
44815         [XPG3] (nextafter): Likewise.
44816         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44817         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44818         [XPG3] (remainder): Likewise.
44819         [XPG3] (rint): Likewise.
44820         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44821         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44822         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44823         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44824         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44825         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44826         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44827         [UNIX98 || XOPEN2K] (scalb): Expect.
44828         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44829         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44830         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44831         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44832         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44833         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44834         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44835         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44836         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44837         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44838         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44839         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44840         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44841         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44842         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44843         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44844         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44845         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44846         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44847         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44848         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44849         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44850         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44851         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44852         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44853         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44854         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44855         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44856         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44857         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44858         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44859         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44860         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44861         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44862         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44863         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44864         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44865         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44866         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44867         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44868         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44869         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44870         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44871         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44872         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44873         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44874         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44875         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44876         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44877         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44878         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44879         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44880         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44881         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44882         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44883         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44884         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44885         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44886         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44887         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44888         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44889         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44890         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44891         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44892         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44893         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44894         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44895         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44896         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44897         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44898         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44899         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44900         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44901         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44902         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44903         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44904         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44905         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44906         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44907         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44908         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44909         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44910         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44911         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44912         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44913         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44914         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44915         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44916         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44917         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44918         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44919         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44920         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44921         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44922         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44923         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44924         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44925         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44926         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44927         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44928         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44929         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44930         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44931         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44932         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44933         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44934         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44935         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44936         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44937         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44938         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44939         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44940         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44941         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44942         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44943         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44944         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44945         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44946         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44947         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44948         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44949         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44950         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44951         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44952         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44953         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44954         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44955         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44956         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44957         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44958         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44959         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44960         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44961         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44962         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44963         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44964         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44966         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44967         _XOPEN_SOURCE_EXTENDED for XPG4.
44969         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44971         * Makeconfig (localtime): Remove variable.
44972         (inst_localtime-file): Likewise.
44974 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44977         Update.
44978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44979         Update.
44980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44981         Update.
44982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44983         Update.
44984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44985         Update.
44986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44987         Update.
44988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44989         Update.
44990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44991         Update.
44992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44993         Update.
44995 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44997         [BZ #2550]
44998         [BZ #2570]
44999         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45000         comparisons to determine direction to adjust input.
45001         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45002         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45003         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45004         Likewise.
45005         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45006         Likewise.
45007         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45008         Likewise.
45009         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45010         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45011         Likewise.
45012         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45013         Likewise.
45014         * math/libm-test.inc (nexttoward_test): Add more tests.
45016 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45018         [BZ #14040]
45019         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45020         in version GLIBC_2.1, not GLIBC_2.0.
45021         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45022         Likewise.
45024 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45026         [BZ #13942]
45027         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45028         (1 - x) * (1 + x).
45029         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45030         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45031         * math/libm-test.inc (acos_test): Add more tests.
45032         (asin_test): Likewise.
45033         * sysdeps/i386/fpu/libm-test-ulps: Update.
45034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45036         [BZ #14034]
45037         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45038         of square root.
45039         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45040         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45041         * math/libm-test.inc (acos_test_tonearest): New function.
45042         (acos_test_towardzero): Likewise.
45043         (acos_test_downward): Likewise.
45044         (acos_test_upward): Likewise.
45045         (asin_test_tonearest): Likewise.
45046         (asin_test_towardzero): Likewise.
45047         (asin_test_downward): Likewise.
45048         (asin_test_upward): Likewise.
45049         (main): Call the new functions.
45050         * sysdeps/i386/fpu/libm-test-ulps: Update.
45051         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45053         [BZ #13884]
45054         [BZ #13924]
45055         * math/e_exp10.c: Include <float.h>.
45056         (__ieee754_exp10): Handle underflow here rather than multiplying
45057         large negative argument by M_LN10.
45058         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45059         of __ieee754_expf.
45060         * math/e_exp10l.c: Include <float.h>.
45061         (__ieee754_exp10l): Handle underflow here rather than multiplying
45062         large negative argument by M_LN10l.
45063         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45064         spurious overflow exception on underflow.
45066 2012-04-29  Marek Polacek  <polacek@redhat.com>
45068         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45069         (__fortify_function): New macro.
45070         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45071         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45072         __extern_always_inline.
45073         * libio/bits/stdio2.h: Likewise.
45074         * libio/bits/stdio.h: Likewise.
45075         * string/string.h: Likewise.
45076         * string/bits/string3.h: Likewise.
45077         * include/stdio.h: Likewise.
45078         * stdlib/bits/stdlib.h: Likewise.
45079         * stdlib/stdlib.h: Likewise.
45080         * rt/bits/mqueue2.h: Likewise.
45081         * rt/mqueue.h: Likewise.
45082         * posix/bits/unistd.h: Likewise.
45083         * posix/unistd.h: Likewise.
45084         * io/bits/poll2.h: Likewise.
45085         * io/bits/fcntl2.h: Likewise.
45086         * io/fcntl.h: Likewise.
45087         * io/sys/poll.h: Likewise.
45088         * misc/bits/syslog.h: Likewise.
45089         * misc/bits/syslog-ldbl.h: Likewise.
45090         * misc/sys/syslog.h: Likewise.
45091         * socket/bits/socket2.h: Likewise.
45092         * socket/sys/socket.h: Likewise.
45093         * debug/tst-chk1.c: Likewise.
45094         * wcsmbs/bits/wchar2.h: Likewise.
45095         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45096         * wcsmbs/wchar.h: Likewise.
45098 2012-04-29  Andreas Jaeger  <aj@suse.de>
45100         * Makerules (tests): Remove enable-check-abi protection.
45101         (check-abi-warn): Remove.
45102         (check-abi-%): Remove check-abi-warn usage.
45104         * configure.in: Remove check-abi configure option.
45105         * configure: Regenerated.
45106         * config.make.in (enable-check-abi): Remove.
45108 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45110         [BZ #14033]
45111         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45112         double functions to double *_finite functions.
45114         [BZ #13941]
45115         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45116         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45117         LDBL_MIN_EXP.
45118         * stdio-common/Makefile (tests): Add tst-sprintf3.
45119         * stdio-common/tst-sprintf3.c: New file.
45121         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45122         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45124 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45126         * conform/conformtest.pl: Remove duplicate typed-constant
45127         handling.
45129 2012-04-28  David S. Miller  <davem@davemloft.net>
45131         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45132         (check-abi-%): Remove AWK script prerequisite and explicit
45133         abilist directory.
45134         (check-abi): Rewrite to just diff the symlist with the abilist.
45135         (config-tls, config-abi-config): Delete, no longer used.
45136         (update-abi-%): Remove AWK script and explicit abilist directory.
45137         (update-abi): Rewrite to simply compare and conditionally copy the
45138         symlist and the sysdep abilist file.  Remove update-abi-config
45139         checks.
45140         * abilist/ld.abilist: Remove.
45141         * abilist/libBrokenLocale.abilist: Remove.
45142         * abilist/libanl.abilist: Remove.
45143         * abilist/libcrypt.abilist: Remove.
45144         * abilist/libdl.abilist: Remove.
45145         * abilist/librt.abilist: Remove.
45146         * abilist/libthread_db.abilist: Remove.
45147         * abilist/libutil.abilist: Remove.
45148         * scripts/extract-abilist.awk: Remove.
45149         * scripts/merge-abilist.awk: Remove.
45150         * sysdeps/generic/libcidn.abilist: New file.
45151         * sysdeps/generic/libnss_compat.abilist: New file.
45152         * sysdeps/generic/libnss_db.abilist: New file.
45153         * sysdeps/generic/libnss_dns.abilist: New file.
45154         * sysdeps/generic/libnss_files.abilist: New file.
45155         * sysdeps/generic/libnss_hesiod.abilist: New file.
45156         * sysdeps/generic/libnss_nis.abilist: New file.
45157         * sysdeps/generic/libnss_nisplus.abilist: New file.
45158         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45159         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45160         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45161         file.
45162         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45163         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45164         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45165         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45166         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45167         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45168         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45169         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45170         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45171         file.
45172         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45173         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45174         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45175         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45176         file.
45177         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45178         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45179         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45180         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45181         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45182         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45183         file.
45184         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45185         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45186         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45187         file.
45188         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45189         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45190         New file.
45191         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45192         New file.
45193         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45194         New file.
45195         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45196         New file.
45197         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45198         New file.
45199         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45200         New file.
45201         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45202         New file.
45203         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45204         New file.
45205         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45206         New file.
45207         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45208         New file.
45209         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45210         New file.
45211         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45212         New file.
45213         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45214         New file.
45215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45216         file.
45217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45218         New file.
45219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45220         New file.
45221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45222         file.
45223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45224         New file.
45225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45226         New file.
45227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45228         file.
45229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45230         New file.
45231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45232         New file.
45233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45234         New file.
45235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45236         New file.
45237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45238         New file.
45239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45240         New file.
45241         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45243         file.
45244         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45245         New file.
45246         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45247         file.
45248         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45249         file.
45250         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45251         file.
45252         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45253         file.
45254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45255         file.
45256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45257         New file.
45258         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45259         file.
45260         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45261         file.
45262         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45263         New file.
45264         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45265         file.
45266         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45268         file.
45269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45270         New file.
45271         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45272         file.
45273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45274         file.
45275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45276         file.
45277         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45278         file.
45279         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45280         file.
45281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45282         New file.
45283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45284         file.
45285         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45286         file.
45287         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45288         New file.
45289         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45290         file.
45291         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45292         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45293         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45294         file.
45295         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45296         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45297         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45298         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45299         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45300         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45301         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45302         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45303         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45304         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45305         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45307         file.
45308         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45309         New file.
45310         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45311         file.
45312         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45313         file.
45314         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45315         file.
45316         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45317         file.
45318         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45319         file.
45320         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45321         New file.
45322         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45323         New file.
45324         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45325         file.
45326         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45327         New file.
45328         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45329         file.
45330         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45331         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45332         file.
45333         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45334         New file.
45335         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45336         file.
45337         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45338         file.
45339         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45340         file.
45341         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45342         file.
45343         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45344         file.
45345         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45346         New file.
45347         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45348         New file.
45349         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45350         file.
45351         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45352         New file.
45353         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45354         file.
45356 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45358         * conform/conformtest.pl: Fix typo in handling typed-constant from
45359         allow-header.
45361 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45363         * README: Cut down references to pre-2.6 Linux kernels and
45364         Linuxthreads.  Update lists of configurations in libc and ports
45365         and sort alphabetically.  Say "or newer" with Linux kernel version
45366         requirements.
45368         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45370 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45372         [BZ #887]
45373         * math/libm-test.inc (logb_test_downward): New test to expose
45374         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45375         rounding mode.
45377 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45379         [BZ #14027]
45380         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45381         to be done.
45382         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45383         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45385 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45387         * sysdeps/unix/i386/brk.S: Remove file.
45388         * sysdeps/unix/i386/dl-brk.S: Likewise.
45389         * sysdeps/unix/i386/pipe.S: Likewise.
45390         * sysdeps/unix/i386/sigreturn.S: Likewise.
45391         * sysdeps/unix/i386/syscall.S: Likewise.
45392         * sysdeps/unix/i386/vfork.S: Likewise.
45393         * sysdeps/unix/i386/wait.S: Likewise.
45395         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45396         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45398         * configure.in (arm*-none*): Do not allow without
45399         --enable-hacker-mode.
45400         (netbsd*): Remove case setting base_os.
45401         (386bsd*): Likewise.
45402         (freebsd*): Likewise.
45403         (bsdi*): Likewise.
45404         (osf*): Likewise.
45405         (sunos*): Likewise.
45406         (ultrix*): Likewise.
45407         (newsos*): Likewise.
45408         (dynix*): Likewise.
45409         (*bsd*): Likewise.
45410         (sysv*): Likewise.
45411         (isc*): Likewise.
45412         (esix*): Likewise.
45413         (sco*): Likewise.
45414         (minix*): Likewise.
45415         (irix4*): Likewise.
45416         (irix6*): Likewise.
45417         (solaris[2-9]*): Likewise.
45418         (none): Likewise.
45419         * configure: Regenerated.
45421 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45423         [BZ #11521]
45424         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45425         overflow or cancellation in calculating denominator.
45426         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45427         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45428         down expression to avoid unexpected rounding in newer GCCs.
45429         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45431 2012-04-26  David S. Miller  <davem@davemloft.net>
45433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45434         long-double compat symbols.
45435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45440         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45442         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45443         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45444         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45445         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45446         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45447         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45449 2012-04-25  David S. Miller  <davem@davemloft.net>
45451         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45452         HWCAP_* values only after the memory barriers have been defined.
45453         (atomic_full_barrier): Define.
45454         (atomic_read_barrier): Define.
45455         (atomic_write_barrier): Define.
45457 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45459         * shlib-versions: Add libgcc_s version information.
45460         * sysdeps/generic/libgcc_s.h: Remove.
45461         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45462         libgcc_s.h.
45463         * sysdeps/gnu/unwind-resume.c: Likewise.
45464         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45466 2012-04-25  David S. Miller  <davem@davemloft.net>
45468         * sysdeps/unix/sparc/brk.S: Delete.
45469         * sysdeps/unix/sparc/dl-brk.S: Delete.
45470         * sysdeps/unix/sparc/pipe.S: Delete.
45471         * sysdeps/unix/sparc/sysdep.S: Delete.
45472         * sysdeps/unix/sparc/sysdep.h: Delete.
45473         * sysdeps/unix/sparc/vfork.S: Delete.
45474         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45475         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45476         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45477         (ret_ERRVAL, r0, r1, MOVE): Define.
45478         (JUMPTARGET): Remove.
45479         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45480         sysdeps/unix/sparc/sysdep.h
45481         (ENTRY, END): Remove.
45482         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45484 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45486         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45487         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45488         -DIS_IN_build.
45490         * timezone/README: Update upstream location and email address for
45491         tzcode and tzdata.
45492         * timezone/zdump.c: Update from tzcode 2012b.
45493         * timezone/zic.c: Likewise.
45495         * configure.in (libc_cv_as_needed): Remove test.
45496         * configure: Regenerated.
45497         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45498         conditional definition.
45499         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45500         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45501         * config.make.in (have-as-needed): Remove variable.
45503 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45504             Paul Pluzhnikov  <ppluzhnikov@google.com>
45506         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45507         strings correctly.
45509 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45511         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45512         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45513         * sysdeps/sh/strlen.S: Likewise.
45515 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45517         * sysdeps/unix/fork.S: Remove file.
45518         * sysdeps/unix/i386/fork.S: Likewise.
45519         * sysdeps/unix/sparc/fork.S: Likewise.
45521         * sysdeps/unix/system.c: Remove file.
45522         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45524         * sysdeps/unix/getegid.S: Remove file.
45525         * sysdeps/unix/geteuid.S: Likewise.
45527 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45529         * scripts/check-localplt.awk: New file.
45530         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45531         of diff.
45532         * scripts/data/localplt-generic.data: Add a comment.
45534         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45535         NODE when __dir_mkfile failed.
45536         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45537         Reported by Ludovic Courtès <ludo@gnu.org>.
45539 2012-04-24  Andreas Jaeger  <aj@suse.de>
45541         * Makerules (common-clean): Also remove gen-as-const-headers
45542         files.
45544 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45546         * Makerules (native-compile): Do not change working directory for
45547         build.  Use $(OUTPUT_OPTION) in command.
45548         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45550 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45552         [BZ #13886]
45553         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45554         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45555         * math/libm-test.inc (floor_test): Add more tests.
45556         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45558 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45560         * sysdeps/unix/getdents.c: Remove file.
45561         * sysdeps/unix/sysv/getdents.c: Likewise.
45562         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45564         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45565         sysdeps/unix/mman/syscalls.list.
45566         (mmap): Likewise.
45567         (mprotect): Likewise.
45568         (msync): Likewise.
45569         (munmap): Likewise.
45570         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45571         * sysdeps/unix/mman/syscalls.list: Remove.
45572         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45574         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45575         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45576         * configure: Regenerated.
45577         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45578         $(libgcc_s_suffix).
45579         * config.make.in (libgcc_s_suffix): Remove variable.
45581 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45583         * sysdeps/unix/sysv/gethostname.c: Move to ...
45584         * sysdeps/posix/gethostname.c: ... here.
45586         * sysdeps/unix/execve.S: Remove file.
45588         * sysdeps/unix/_exit.S: Remove file.
45590 2012-04-23  Andreas Jaeger  <aj@suse.de>
45592         [BZ #13739]
45593         * manual/Makefile: Remove make dist support, there's no
45594         need for a stand-alone documentation tar ball.
45595         (TEXI2DVI): Define always, it's not in Makeconfig.
45596         (dist): Removed.
45597         (tar-it): Removed.
45598         (edition): Removed.
45599         (glibc-doc-$(edition).tar): Removed
45600         (%.Z): Removed.
45601         (%.gz): Removed.
45602         (%.uu): Removed.
45603         (ETAGS): Remove, it's in Makeconfig.
45604         (move-if-change): Remove, it's in Makeconfig.
45606 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45608         [BZ #13970]
45609         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45610         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45611         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45612         (strtod_l, strtof_l, strtold_l): Remove __wur.
45613         It is not necessarily an error to ignore strtol's return value.
45614         One can reliably look at the stored endptr to decide whether
45615         the number had valid syntax.
45617 2012-04-21  Andreas Jaeger  <aj@suse.de>
45619         [BZ #13739]
45620         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45622 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45624         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45625         * sysdeps/unix/sysv/Versions: Remove file.
45627 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45629         [BZ #13927]
45630         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45632 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45634         [BZ #7064]
45635         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45636         version from __vm86.
45638 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45640         * sysdeps/unix/common/lxstat.c: Remove file.
45641         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45643         * sysdeps/unix/sysv/Makefile: Remove file.
45645         * sysdeps/unix/sysv/direct.h: Remove file.
45647         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45648         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45649         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45650         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45651         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45652         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45653         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45655         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45657         * sysdeps/unix/xmknod.c: Remove file.
45658         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45660         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45662         * sysdeps/unix/sysv/i386/time.S: Remove file.
45664         * sysdeps/unix/fxstat.c: Remove file.
45665         * sysdeps/unix/xstat.c: Likewise.
45666         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45668         * sysdeps/unix/sysv/sigaction.c: Remove file.
45670         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45671         (sysdep_headers): Remove variable.
45672         [termio.h not in sysdep_headers] (generated): Likewise.
45673         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45674         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45675         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45676         * sysdeps/unix/sysv/tcflow.c: Likewise.
45677         * sysdeps/unix/sysv/tcflush.c: Likewise.
45678         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45679         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45680         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45681         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45682         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45684         * sysdeps/unix/siglist.c: Remove file.
45686         * sysdeps/unix/getppid.S: Remove file.
45688         * sysdeps/unix/mkdir.c: Remove file.
45689         * sysdeps/unix/rmdir.c: Likewise.
45691 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45693         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45694         ERR_MAX value.
45695         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45696         errlist-compat value.
45698 2012-04-18  David S. Miller  <davem@davemloft.net>
45700         * sysdeps/generic/memcopy.h (reg_char): Delete.
45701         * debug/strcat_chk.c: Use char, not reg_char.
45702         * debug/strcpy_chk.c: Likewise.
45703         * debug/strncat_chk.c: Likewise.
45704         * debug/strncpy_chk.c: Likewise.
45705         * string/memchr.c: Likewise.
45706         * string/memrchr.c: Likewise.
45707         * string/rawmemchr.c: Likewise.
45708         * string/strcat.c: Likewise.
45709         * string/strchr.c: Likewise.
45710         * string/strchrnul.c: Likewise.
45711         * string/strcmp.c: Likewise.
45712         * string/strcpy.c: Likewise.
45713         * string/strncat.c: Likewise.
45714         * string/strncmp.c: Likewise.
45715         * string/strncpy.c: Likewise.
45717 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45719         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45720         __builtin_memcopy is called when src and dest ranges are known to not
45721         overlap.
45723 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45725         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45726         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45727         fwd_align_merge macro call.
45728         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45729         bwd_align_merge macro call.
45730         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45732 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45734         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45735         bwd_align_merge macros.
45736         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45737         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45738         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45740 2012-04-18  David S. Miller  <davem@davemloft.net>
45742         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45744 2012-04-18  Andreas Jaeger  <aj@suse.de>
45746         [BZ# 6794]
45747         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45748         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45749         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45751         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45752         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45753         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45755         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45756         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45757         Adjust for changed ldbl-128 files.
45759         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45760         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45761         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45763 2012-04-17  David S. Miller  <davem@davemloft.net>
45765         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45767 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45769         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45770         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45771         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45772         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45773         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45774         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45776 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45778         [BZ #6794]
45779         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45780         * math/libm-test.inc: Add ilogb errno and exception tests.
45781         * math/w_ilogb.c: New file: ilogb wrapper.
45782         * math/w_ilogbf.c: New file: ilogbf wrapper.
45783         * math/w_ilogbl.c: New file: ilogbl wrapper.
45784         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45785         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45786         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45787         exception being thrown with 0.0 as argument.
45788         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45789         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45790         exception being thrown with 0.0 as argument.
45791         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45792         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45793         exception being thrown with 0.0 as argument.
45794         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45795         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45796         exception being thrown with 0.0 as argument.
45797         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45798         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45799         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45800         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45801         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45802         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45803         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45804         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45805         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45807 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45809         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45810         with altivec.
45812 2012-04-16  Marek Polacek  <polacek@redhat.com>
45814         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45816 2012-04-16  Marek Polacek  <polacek@redhat.com>
45818         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45819         operands of fdivp instruction.
45821 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45823         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45824         * elf/tst-auditmod3b.c: Likewise.
45825         * elf/tst-auditmod4b.c: Likewise.
45826         * elf/tst-auditmod5b.c: Likewise.
45827         * elf/tst-auditmod6b.c: Likewise.
45828         * elf/tst-auditmod6c.c: Likewise.
45829         * elf/tst-auditmod7b.c: Likewise.
45830         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45831         * sysdeps/x86_64/preconfigure.in: Likewise.
45832         * sysdeps/x86_64/preconfigure: Regenerated.
45834 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45836         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45837         __ILP32__.
45839 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45841         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45842         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45844 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45846         [BZ #13973]
45847         * locale/iso-639.def: Fix gl language name. Spotted by
45848         Yaron Shahrabani.
45850 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45852         [BZ #2074]
45853         * libio/libio.h (__io_write_fn): Update comment.
45855 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45857         [BZ #2074]
45858         * stdio.texi (Hook Functions): The user provided writer function
45859         is not allowed to return -1.
45861 2012-04-11  David S. Miller  <davem@davemloft.net>
45863         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45865 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45867         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45868         Add a leading slash to rtkaio.
45870 2012-04-11  Jim Meyering  <meyering@redhat.com>
45872         [BZ #11959]
45873         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45874         It is not necessarily an error to ignore fwrite's return
45875         value.  One can reliably use ferror to test for errors after
45876         the fact.
45878 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45880         * bits/types.h (__snseconds_t): New type.
45881         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45883         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45884         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45885         (__SNSECONDS_T_TYPE): Likewise.
45886         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45887         (__SNSECONDS_T_TYPE): Likewise.
45888         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45889         (__SNSECONDS_T_TYPE): Likewise.
45891 2012-04-10  Andreas Jaeger  <aj@suse.de>
45893         [BZ #2636]
45894         * manual/time.texi (Processor Time): Return type of times is
45895         elapsed real time since an arbitrary point in the past.
45896         (CPU Time): Move CLK_TCK from here...
45897         (Processor Time): ...to here.  Correct description.
45898         * manual/conf.texi (Constants for Sysconf): Correct description of
45899         _SC_CLK_TCK.
45901 2012-04-10  David S. Miller  <davem@davemloft.net>
45903         [BZ #13967]
45904         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45905         where the is a gap between DT_REL(A) and DT_JMPREL.
45907 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45909         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45910         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45911         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45913 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45915         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45916         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45917         (dl_main): Handle --inhibit-cache.
45918         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45919         _dl_inhibit_cache.
45920         * elf/dl-load.c (_dl_map_object): Use it.
45921         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45923 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45925         [BZ #13872]
45926         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45927         (__ieee754_powl): Saturate large exponents rather than testing for
45928         overflow of y*log2(x).
45929         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45930         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45931         exceptions.
45933         [BZ #11521]
45934         * math/s_ctan.c: Include <float.h>.
45935         (__ctan): Avoid internal overflow or cancellation in calculating
45936         denominator.
45937         * math/s_ctanf.c: Likewise.
45938         * math/s_ctanl.c: Likewise.
45939         * math/s_ctanh.c: Likewise.
45940         * math/s_ctanhf.c: Likewise.
45941         * math/s_ctanhl.c: Likewise.
45942         * math/libm-test.inc (ctan_test): Add more tests.
45943         (ctanh_test): Likewise.
45944         * sysdeps/i386/fpu/libm-test-ulps: Update.
45945         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45947 2012-04-09  Andreas Jaeger  <aj@suse.de>
45949         [BZ #6894]
45950         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45951         is an optional BSD extension.
45953         [BZ #10254]
45954         * manual/stdio.texi (Opening Streams): Document additional fopen
45955         parameters.
45957 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45959         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45960         %eax without telling the compiler.
45962 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45964         [BZ # 13963]
45965         * manual/install.texi: Use sourceware.org.
45967 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45969         [BZ #13873]
45970         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45971         (__ieee754_pow): Generate overflow and underflow using huge*huge
45972         and tiny*tiny rather than just returning constant infinity or zero
45973         for large exponents.
45974         * math/libm-test.inc (pow_test): Require overflow exceptions for
45975         applicable cases of large exponents.
45977         [BZ #706]
45978         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45979         (__ieee754_pow): Use iterative multiplication algorithm only for
45980         integer exponents with absolute value below 1024.  Check for odd
45981         integer exponents when using algorithm for real exponents.
45982         * math/libm-test.inc (pow_test): Add more tests.
45983         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45985 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45987         [BZ #13705]
45988         * math/libm-test.inc (exp_test): Do not allow overflow exception
45989         on underflow test.
45991 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45993         [BZ #13705]
45994         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45995         instead of __kernel_standard_f.
45997 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45999         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46000         * sysdeps/x86_64/memset_chk.S: Likewise.
46002 2012-04-08  Andreas Jaeger  <aj@suse.de>
46004         [BZ #10153]
46005         * manual/startup.texi (Environment Access): Describe return value
46006         for putenv and setenv.
46008         [BZ #6895]
46009         * manual/filesys.texi (Directory Entries): Add description for
46010         DT_LNK.
46012         [BZ #6890]
46013         * manual/filesys.texi (Directory Entries): Clarify that it's file
46014         system not operating system in the description of DT_UNKNOWN.
46016         [BZ #6578]
46017         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46019 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46021         [BZ #6649]
46022         * manual/llio.texi (Opening and Closing Files): Add cross
46023         reference to explain mode argument.
46025 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46027         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46028         * sysdeps/x86_64/memset_chk.S: Likewise.
46030 2012-04-07  David S. Miller  <davem@davemloft.net>
46032         * elf/elf.h (R_SPARC_WDISP10): Define.
46033         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46034         R_SPARC_SIZE32.
46035         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46036         R_SPARC_SIZE64 and R_SPARC_H34.
46038 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46040         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46041         conditions and remove no longer applicable assertion.
46043 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46045         * bits/byteswap.h: Include <features.h>.
46046         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46047         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46049 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46051         * bits/byteswap.h (__bswap_16): Removed.
46052         Include <bits/byteswap-16.h> to get __bswap_16.
46053         * sysdeps/i386/bits/byteswap.h: Likewise.
46054         * sysdeps/s390/bits/byteswap.h: Likewise.
46055         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46056         * bits/byteswap-16.h: New file.
46057         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46058         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46059         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46060         * string/Makefile (headers): Add bits/byteswap-16.h.
46062 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46064         [BZ #13895]
46065         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46066         extra indirection.
46067         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46068         * nss/tst-nss-static.c: New.
46070 2012-04-06  Robert Millan  <rmh@gnu.org>
46072         [BZ #6486]
46073         * manual/llio.texi (File Position Primitive): lseek
46074         refers to WHENCE when it really means OFFSET.
46076 2012-04-06  Andreas Jaeger  <aj@suse.de>
46078         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46079         strncmp declarations.
46081         * abilist/libc.abilist: Add __poll and __ppoll.
46083 2012-04-05  David S. Miller  <davem@davemloft.net>
46085         * scripts/check-local-headers.sh: Accept a host triplet in the
46086         path matched by the exclude regexp.
46088         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46089         definition.
46090         * sysdeps/powerpc/powerpc32/dl-machine.h
46091         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46092         * sysdeps/s390/s390-32/dl-machine.h
46093         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46094         * sysdeps/sparc/sparc32/dl-machine.h
46095         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46096         * sysdeps/sparc/sparc64/dl-machine.h
46097         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46099         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46100         lazy binding.
46101         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46102         undefined symbol errors.
46104         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46105         DT_NEEDED entries.
46107 2012-04-05  Michael Matz  <matz@suse.de>
46109         [BZ #13592]
46110         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46112 2012-04-05  Andreas Jaeger  <aj@suse.de>
46114         [BZ #13908]
46115         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46116         comment.
46118 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46120         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46121         which ROUND is no valid rounding mode.
46123 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46125         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46126         read again.
46127         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46129 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46131         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46132         an exception using FPU order intentionally.
46134 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46136         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46137         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46138         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46139         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46141 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46143         [BZ #12340]
46144         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46145         EINVAL when BUFLEN is too smal.
46147 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46149         [BZ #13553]
46150         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46151         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46153 2012-04-03  Andreas Jaeger  <aj@suse.de>
46155         [BZ #13938]
46156         * manual/setjmp.texi (System V contexts): Fix sentence.
46158         [BZ #13926]
46159         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46160         New macro for this case.
46161         [!__GNUC__] (__bswap_64): New inline function for this case.
46162         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46163         * bits/byteswap.h: Likewise.
46164         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46165         ull, guard with __GLIBC_HAVE_LONG_LONG.
46167         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46168         __GLIBC_HAVE_LONG_LONG.
46170         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46171         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46173 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46175         [BZ #13691]
46176         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46177         inptr and inend, rather than using last_ch.
46179 2012-04-02  David S. Miller  <davem@davemloft.net>
46181         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46182         * stdio-common/printf-parse.h (read_int): Change return type to
46183         'int', return -1 on INT_MAX overflow.
46184         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46185         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46186         overflows INT_MAX.  Check for overflow of in-format-string precision
46187         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46188         SIZE_MAX not INT_MAX for integer overflow test.
46189         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46190         skip the construct in the format string but do not record anything.
46191         * stdio-common/bug22.c: Adjust to test both width/prevision
46192         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46193         explicitly for proper errno values.
46195 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46197         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46198         CHAR_MAX.
46199         * string/test-strcmp.c [! WIDE]: Likewise.
46200         * time/tst-mktime2.c: Likewise for INT_MAX.
46201         * string/test-string.h: #include <sys/param.h> for MIN.
46203         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46204         * sysdeps/i386/init-first.c (init): Likewise.
46205         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46206         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46207         * sysdeps/sh/init-first.c (init): Likewise.
46209 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46211         * po/ru.po: Update from translation team.
46212         * po/vi.po: Likewise.
46214 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46216         * resolv/nss_dns/dns-host.c: Merge copyright years.
46218 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46220         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46221         Optimize memcpy with prefetch if
46222         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46223         src, dst pointers have unequal 16 byte alignments.
46225 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46227         [BZ #13928]
46228         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46229         from a CNAME entry and return the minimum ttl for the query.
46230         (gaih_getanswer_slice): Likewise.
46232 2012-03-30  Jeff Law  <law@redhat.com>
46234         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46235         due to long keys.
46236         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46237         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46239         * resolv/nss_dns/dns-host.c: Update copyright year.
46241 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46243         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46244         requests to save a system call.  Fix check that all bytes are sent.
46246         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46247         comments for sendmmsg.
46249 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46251         [BZ #13691]
46252         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46253         with only 1 character between 0x0041 and 0x01b0.
46254         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46255         * wcsmbs/tst-mbsnrtowcs.c: New file.
46257 2012-03-29  David S. Miller  <davem@davemloft.net>
46259         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46260         small copies by hand.
46262 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46264         [BZ #13761]
46265         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46266         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46267         group memberships.
46269 2012-03-28  David S. Miller  <davem@davemloft.net>
46271         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46272         that branches into memcpy.
46273         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46274         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46275         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46276         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46277         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46278         bits.
46279         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46280         implementation too.
46281         * sysdeps/sparc/mempcpy.S: New file.
46283         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46284         the IFUNC routine in the libc case.
46285         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46287         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46288         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46289         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46290         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46291         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46292         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46293         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46294         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46296         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46297         loop to 256 bytes instead of 64 bytes and fix test signedness.
46299         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46300         * sysdeps/sparc/sparc32/Makefile: rather than here...
46301         * sysdeps/sparc/sparc64/Makefile: and here.
46303 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46305         * malloc/mallocbug.c: Avoid warnings about unused variables.
46307 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46309         [BZ #13760]
46310         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46311         in the right place. Discard and retry query if response is
46312         larger than input buffer size.
46314 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46316         [BZ #369]
46317         [BZ #2678]
46318         [BZ #3866]
46319         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46320         x for large integer exponent.
46321         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46322         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46323         sign of result as needed afterwards.
46324         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46325         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46326         result for underflowing pow the same as for overflow.
46327         (__kernel_standard_l): Handle powl overflow and underflow here
46328         rather than calling __kernel_standard.
46329         * math/libm-test.inc (pow_test): Add more tests.
46331         [BZ #3868]
46332         [BZ #13879]
46333         [BZ #13910]
46334         [BZ #13911]
46335         [BZ #13912]
46336         [BZ #13913]
46337         [BZ #13915]
46338         [BZ #13916]
46339         [BZ #13917]
46340         [BZ #13918]
46341         [BZ #13919]
46342         [BZ #13920]
46343         [BZ #13921]
46344         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46345         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46346         (__kernel_standard_l): New function.
46347         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46348         __kernel_standard.
46349         * math/w_acosl.c (__acosl): Likewise.
46350         * math/w_asinl.c (__asinl): Likewise.
46351         * math/w_atan2l.c (__atan2l): Likewise.
46352         * math/w_atanhl.c (__atanhl): Likewise.
46353         * math/w_coshl.c (__coshl): Likewise.
46354         * math/w_exp10l.c (__exp10l): Likewise.
46355         * math/w_exp2l.c (__exp2l): Likewise.
46356         * math/w_fmodl.c (__fmodl): Likewise.
46357         * math/w_hypotl.c (__hypotl): Likewise.
46358         * math/w_j0l.c (__j0l, __y0l): Likewise.
46359         * math/w_j1l.c (__j1l, __y1l): Likewise.
46360         * math/w_jnl.c (__jnl, __ynl): Likewise.
46361         * math/w_lgammal.c (__lgammal): Likewise.
46362         * math/w_log10l.c (__log10l): Likewise.
46363         * math/w_log2l.c (__log2l): Likewise.
46364         * math/w_logl.c (__logl): Likewise.
46365         * math/w_powl.c (__powl): Likewise.
46366         * math/w_remainderl.c (__remainderl): Likewise.
46367         * math/w_scalbl.c (sysv_scalbl): Likewise.
46368         * math/w_sinhl.c (__sinhl): Likewise.
46369         * math/w_sqrtl.c (__sqrtl): Likewise.
46370         * math/w_tgammal.c (__tgammal): Likewise.
46371         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46372         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46373         * math/libm-test.inc (acos_test): Add more tests.
46374         (acosh_test): Likewise.
46375         (asin_test): Likewise.
46376         (atanh_test): Likewise.
46377         (exp_test): Likewise.
46378         (exp10_test): Likewise.
46379         (exp2_test): Likewise.
46380         (expm1_test): Likewise.
46381         (lgamma_test): Likewise.
46382         (log_test): Likewise.
46383         (log10_test): Likewise.
46384         (log1p_test): Likewise.
46385         (log2_test): Likewise.
46386         (pow_test): Do not allow some spurious overflow exceptions.
46387         (sqrt_test): Add more tests.
46388         (tgamma_test): Likewise.
46389         (y0_test): Likewise.
46390         (y1_test): Likewise.
46391         (yn_test): Likewise.
46393 2012-03-27  Anton Blanchard  <anton@samba.org>
46395         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46396         MAP_HUGETLB.
46397         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46398         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46399         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46401 2012-03-27  David S. Miller  <davem@davemloft.net>
46403         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46405         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46406         have-as-vis3 check.
46408 2012-03-27  Andreas Jaeger  <aj@suse.de>
46410         * sysdeps/x86_64/elf/configure.in: Moved to ...
46411         * sysdeps/x86_64/configure.in: ... here.
46412         * sysdeps/x86_64/elf/start.S: Moved to ...
46413         * sysdeps/x86_64/start.S: ... here.
46414         * sysdeps/x86_64/elf/configure: Delete.
46416         * sysdeps/x86_64/configure.in: Merge contents from
46417         sysdeps/i386/configure.in (without i686 check).
46419         * sysdeps/i386/elf/Versions: Merge into ...
46420         * sysdeps/i386/Versions: ... this.
46421         * sysdeps/i386/elf/Versions: Delete file.
46422         * sysdeps/i386/elf/start.S: Moved to ...
46423         * sysdeps/i386/start.S: ...here.
46424         * sysdeps/i386/elf/configure.in: Merge into...
46425         * sysdeps/i386/configure.in: ...here.
46426         * sysdeps/i386/elf/configure.in: Delete file.
46427         * sysdeps/i386/elf/configure: Delete file.
46429         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46430         * debug/backtracesyms.c: ... here.
46431         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46432         * debug/backtracesymsfd.c: ... here.
46433         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46434         * sysdeps/generic/ifunc-sel.h: ... here.
46436         * sysdeps/unix/i386/start.c: Delete file.
46437         * sysdeps/unix/sparc/start.c: Delete file.
46438         * sysdeps/unix/start.c: Delete file.
46440         * sysdeps/sh/elf/configure.in: Moved to ...
46441         * sysdeps/sh/configure.in: ... here.
46442         * sysdeps/sh/elf/start.S: Moved to ...
46443         * sysdeps/sh/start.S: ... here.
46444         * sysdeps/sh/elf/configure: Delete file.
46446         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46447         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46448         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46449         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46450         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46451         * sysdeps/powerpc/powerpc64/start.S: here.
46452         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46453         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46454         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46455         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46456         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46458         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46459         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46460         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46461         * sysdeps/powerpc/powerpc32/start.S: ... here.
46462         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46463         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46464         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46466         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46467         * sysdeps/powerpc/ifunc-sel.h: ... here.
46468         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46469         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46471         * sysdeps/sparc/elf/configure.in: Moved to ...
46472         * sysdeps/sparc/configure.in: ... here.
46473         * sysdeps/sparc/elf/configure: Delete file.
46474         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46475         * sysdeps/sparc/sparc32/start.S: ... here.
46476         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46477         * sysdeps/sparc/sparc64/start.S: ... here.
46478         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46479         * sysdeps/sparc/sparc32/Makefile: ... this.
46480         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46481         * sysdeps/sparc/sparc64/Makefile: ... this.
46483         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46484         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46485         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46486         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46487         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46488         * sysdeps/s390/s390-32/setjmp.S: ... here.
46489         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46490         * sysdeps/s390/s390-32/configure.in: ... here.
46491         * sysdeps/s390/s390-32/elf/configure: Delete file.
46492         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46493         * sysdeps/s390/s390-32/start.S: ... here.
46495         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46496         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46497         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46498         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46499         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46500         * sysdeps/s390/s390-64/setjmp.S: ... here.
46501         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46502         * sysdeps/s390/s390-64/configure.in: ... here
46503         * sysdeps/s390/s390-64/elf/configure: Delete file.
46504         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46505         * sysdeps/s390/s390-64/start.S: ... here.
46506         * sysdeps/s390/s390-64/elf/configure: Delete.
46508         * configure.in: Remove support for elf directories in sysdeps.
46510         * configure: Regenerated.
46511         * sysdeps/i386/configure: Regenerated.
46512         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46513         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46514         * sysdeps/s390/s390-32/configure: Regenerated.
46515         * sysdeps/s390/s390-64/configure: Regenerated.
46516         * sysdeps/sh/configure: Regenerated.
46517         * sysdeps/sparc/configure: Regenerated.
46518         * sysdeps/x86_64/configure: Regenerated.
46520 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46522         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46524         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46525         denormal result into account.
46527 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46529         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46530         Reported by Allan McRae <allan@archlinux.org>.
46532 2012-03-23  Jeff Law  <law@redhat.com>
46534         * nss/getnssent.c (__nss_getent): Fix typo.
46536 2012-03-23  David S. Miller  <davem@davemloft.net>
46538         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46540 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46542         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46543         to pad to uint64_t for each field.
46544         (dl_tls_index): Replace unsigned long with uint64_t.
46546 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46547         Paul Pluzhnikov  <ppluzhnikov@google.com>
46549         [BZ #6528]
46550         * grp/Makefile (otherlibs): Don't set it.
46551         * inet/Makefile (otherlibs): Likewise.
46552         * login/Makefile (otherlibs): Likewise.
46553         * nscd/Makefile (otherlibs): Likewise.
46554         * posix/Makefile (otherlibs): Likewise.
46555         * pwd/Makefile (otherlibs): Likewise.
46556         * rt/Makefile (otherlibs): Likewise.
46557         * sunrpc/Makefile (otherlibs): Likewise.
46558         * nss/Makefile (otherlibs): Likewise.
46559         Add libnss_files to routines and static-only-routines.
46560         ($(objpfx)getent): Remove rule.
46561         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46562         static-only-routines.
46564 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46566         [BZ #13892]
46567         * math/s_cexp.c: Include <float.h>.
46568         (__cexp): Handle exp result overflowing not necessarily
46569         overflowing both real and imaginary parts of result.
46570         * math/s_cexpf.c: Likewise.
46571         * math/s_cexpl.c: Likewise.
46572         * math/libm-test.inc (cexp_test): Add more tests.
46573         * sysdeps/i386/fpu/libm-test-ulps: Update.
46574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46576 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46578         * include/link.h (ELFW): New macro.
46579         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46580         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46582 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46584         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46585         with uint64_t.
46587 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46589         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46590         declaration.
46591         (struct La_x32_retval): Likewise.
46593 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46595         * sysdeps/x86_64/preconfigure.in: New file.
46596         * sysdeps/x86_64/preconfigure: New generated file.
46598 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46600         [BZ #13824]
46601         * math/e_exp2l.c: Include <float.h>.
46602         (__ieee754_exp2l): Handle overflow and underflow cases
46603         separately.  Only pass fractional part of argument to
46604         __ieee754_expl.
46605         * math/libm-test.inc (exp2_test): Add more tests.
46607         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46608         negating x to take absolute value.
46609         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46610         Likewise.
46611         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46612         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46613         Likewise.
46614         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46615         computing low part if x was negated.
46616         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46618 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46620         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46621         la_x32_gnu_pltexit.
46622         (pltexit): Cast int_retval to ptrdiff_t.
46623         * elf/tst-auditmod3b.c: Likewise.
46624         * elf/tst-auditmod4b.c: Likewise.
46625         * elf/tst-auditmod5b.c: Likewise.
46626         * elf/tst-auditmod6b.c: Likewise.
46627         * elf/tst-auditmod6c.c: Likewise.
46628         * elf/tst-auditmod7b.c: Likewise.
46630         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46631         and x32_gnu_pltexit.
46633         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46634         __ELF_NATIVE_CLASS.
46635         (La_x32_regs): New macro.
46636         (La_x32_retval): Likewise.
46637         (la_x32_gnu_pltenter): New function prototype.
46638         (la_x32_gnu_pltexit): Likewise.
46640 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46642         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46643         exponent.
46645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46647         * configure.in (libc_cv_cc_nofma): Check for option to disable
46648         generation of FMA instructions.
46649         * configure: Regenerate.
46650         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46651         * sysdeps/ieee754/dbl-64/Makefile: New file.
46652         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46653         Remove brandred-fma4.
46654         (CFLAGS-brandred-fma4.c): Remove.
46655         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46656         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46657         define.
46658         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46659         define.
46661 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46663         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46664         LLONG_MAX != LONG_MAX.
46665         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46666         (_fitoa_word): Likewise.
46667         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46668         LLONG_MAX != LONG_MAX.
46669         * stdio-common/_itowa.h: Include <_itoa.h>.
46670         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46671         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46672         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46673         only if not defined.
46674         (_ITOA_WORD_TYPE): Likewise.
46675         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46676         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46678 2012-03-21  David S. Miller  <davem@davemloft.net>
46680         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46682 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46684         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46685         of x86_64 when setting libc_cv_slibdir, libdir and
46686         libc_cv_localedir.
46687         * sysdeps/unix/sysv/linux/configure: Regenerated.
46689 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46691         * manual/lang.texi (Old Varargs): Remove section.
46692         (How Variadic): Update menu.
46693         (va_start): Do not mention varargs.h.
46695 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46696             Joseph Myers  <joseph@codesourcery.com>
46698         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46699         link test.
46700         * configure: Regenerated.
46702 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46704         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46705         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46706         conformtest.pl
46708 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46710         * NOTES: Remove.
46711         * Makefile (files-for-dist): Remove NOTES.
46712         (NOTES): Remove rule.
46713         * README: Don't refer to NOTES.
46714         * manual/creature.texi: Don't include macros.texi.
46715         * manual/intro.texi (creature.texi): Remove comment referring to
46716         NOTES.
46718         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46719         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46720         * configure: Regenerated.
46721         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46722         LIBC_TRY_CC_OPTION.
46723         (libc_cv_as_i686): Likewise.
46724         (libc_cv_cc_avx): Likewise.
46725         (libc_cv_cc_sse2avx): Likewise.
46726         (libc_cv_cc_fma4): Likewise.
46727         (libc_cv_cc_novzeroupper): Likewise.
46728         * sysdeps/i386/configure: Regenerated.
46730         [BZ #13883]
46731         * sysdeps/i386/fpu/s_cexp.S: Remove.
46732         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46733         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46734         * math/libm-test.inc (cexp_test): Add more tests.
46735         * sysdeps/i386/fpu/libm-test-ulps: Update.
46736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46738 2012-03-21  Allan McRae  <allan@archlinux.org>
46740         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46742 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46744         [BZ #13871]
46745         * math/w_exp2.c: Do not include <float.h>.
46746         (o_threshold, u_threshold): Remove.
46747         (__exp2): Calculate result before checking finiteness and calling
46748         __kernel_standard.
46749         * math/w_exp2f.c: Likewise.
46750         * math/w_exp2l.c: Likewise.
46751         * math/libm-test.inc (exp2_test): Require overflow exception for
46752         1e6 input.
46754         [BZ #3866]
46755         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46756         range of signed 64-bit integers before using fistpll.  Remove
46757         checks for whether integers fit in mantissa bits.
46758         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46759         the range of signed 32-bit integers before using fistpl.  Remove
46760         checks for whether integers fit in mantissa bits.
46761         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46762         (__ieee754_powl): Test for y outside the range of signed 64-bit
46763         integers before using fistpll.  Reduce 64-bit values to 63-bit
46764         ones as needed.
46765         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46766         divide-by-zero is raised for zero to large negative powers.
46767         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46768         (__ieee754_powl): Test for y outside the range of signed 64-bit
46769         integers before using fistpll.  Reduce 64-bit values to 63-bit
46770         ones as needed.
46771         * math/libm-test.inc (pow_test): Add more tests.
46773 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46775         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46776         <stdio-common/_itoa.h>.
46777         * debug/segfault.c: Likewise.
46778         * elf/dl-cache.c: Likewise.
46779         * elf/dl-minimal.c: Likewise.
46780         * elf/dl-misc.c: Likewise.
46781         * elf/dl-sysdep.c: Likewise.
46782         * elf/dl-version.c: Likewise.
46783         * elf/rtld.c: Likewise.
46784         * hurd/hurdsock.c: Likewise.
46785         * hurd/lookup-retry.c: Likewise.
46786         * malloc/malloc.c: Likewise.
46787         * malloc/mtrace.c: Likewise.
46788         * nscd/nscd_getgr_r.c: Likewise.
46789         * nscd/nscd_getpw_r.c: Likewise.
46790         * nscd/nscd_getserv_r.c: Likewise.
46791         * posix/getopt_init.c: Likewise.
46792         * posix/wordexp.c: Likewise.
46793         * stdio-common/_itoa.c: Likewise.
46794         * stdio-common/printf_fphex.c: Likewise.
46795         * stdio-common/vfprintf.c: Likewise.
46796         * string/_strerror.c: Likewise.
46797         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46798         * sysdeps/i386/i686/hp-timing.h: Likewise.
46799         * sysdeps/mach/_strerror.c: Likewise.
46800         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46801         * sysdeps/mach/hurd/sethostid.c: Likewise.
46802         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46803         * sysdeps/mach/xpg-strerror.c: Likewise.
46804         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46805         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46806         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46807         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46808         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46809         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46810         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46811         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46812         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46813         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46814         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46815         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46816         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46817         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46818         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46819         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46820         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46821         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46822         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46823         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46824         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46826         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46828         * stdio-common/_itoa.h: Moved to ...
46829         * sysdeps/generic/_itoa.h: Here.
46831         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46833         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46834         instead of "_itoa.h" and "_itowa.h".
46835         * stdio-common/vfprintf.: Likewise.
46837 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46839         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46840         <bits/wordsize.h>.
46841         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46842         (__signbit): Likwise.
46843         (llrintf): Likwise.
46844         (llrint): Likwise.
46846 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46848         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46849         __WORDSIZE != 64.
46851 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46853         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46854         OVERFLOW_EXCEPTION_OK.
46855         * math/libm-test.inc ("Philosophy"): Update comment about
46856         exception testing.
46857         (OVERFLOW_EXCEPTION): Define.
46858         (OVERFLOW_EXCEPTION_OK): Likewise.
46859         (INVALID_EXCEPTION_OK): Renumber.
46860         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46861         (IGNORE_ZERO_INF_SIGN): Likewise.
46862         (test_exceptions): Handle FE_OVERFLOW.
46863         (exp10_test): Expect overflow exceptions.
46864         (exp2_test): Likewise.
46865         (expm1_test): Likewise.
46866         (nextafter_test): Likewise.
46867         (pow_test): Likewise.
46868         (scalbn_test): Likewise.
46869         (scalbln_test): Likewise.
46871 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46873         * sysdeps/x86_64/bits/atomic.h
46874         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46875         64bit integer.
46876         (atomic_exchange_acq): Likewise.
46877         (__arch_exchange_and_add_body): Likewise.
46878         (__arch_add_body): Likewise.
46879         (atomic_add_negative): Likewise.
46880         (atomic_add_zero): Likewise.
46882 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46884         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46885         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46887 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46889         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46890         Check __x86_64__ instead of __WORDSIZE.
46892 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46894         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46896 2012-03-19  David S. Miller  <davem@davemloft.net>
46898         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46900         * sysdeps/sparc/fpu/fenv_private.h: New file.
46901         * sysdeps/sparc/fpu/math_private.h: Use it.
46902         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46903         Remove.
46904         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46905         (libc_feholdexcept_setroundl): Remove.
46906         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46907         Remove.
46908         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46909         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46911 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46913         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46914         int64_t instead of long int.
46915         (INSERT_WORDS64): Likwise.
46917 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46919         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46920         _Unwind_GetCFA return to _Unwind_Ptr first.
46922 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46924         [BZ #13629]
46925         * math/s_clog.c: Include <float.h>.
46926         (__clog): Scale large or subnormal inputs.
46927         * math/s_clogf.c: Likewise.
46928         * math/s_clogl.c: Likewise.
46929         * math/s_clog10.c: Include <float.h>.
46930         (M_LOG10_2): Define.
46931         (__clog10): Scale large or subnormal inputs.
46932         * math/s_clog10f.c: Likewise.
46933         * math/s_clog10l.c: Likewise.
46934         * math/libm-test.inc (clog_test): Add more tests.
46935         (clog10_test): Likewise.
46936         * sysdeps/i386/fpu/libm-test-ulps: Update.
46937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46939         [BZ #11451]
46940         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46941         x and y.
46942         * math/libm-test.inc (atan2_test): Add another test.
46944         * Makerules (common-objdir-compile): Remove.
46945         * sysdeps/unix/Makefile (config-generated): Do not add
46946         $(unix-generated) to variable.
46947         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46948         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46949         Remove rule.
46950         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46951         Likewise.
46952         [generic bits/local_lim.h] (before-compile): Do not append to
46953         variable.
46954         [generic bits/local_lim.h] (common-generated): Likewise.
46955         [generic sys/param.h] (before-compile): Do not append to variable.
46956         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46957         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46958         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46959         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46960         include.
46961         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46962         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46963         [generic sys/param.h] ($(addprefix
46964         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46965         [generic sys/param.h] (common-generated): Do not append to
46966         variable.
46967         [generic sys/param.h] (sysdep_headers): Likewise.
46968         [generic bits/errno.h] (before-compile): Do not append to
46969         variable.
46970         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46971         rule.
46972         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46973         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46974         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46975         [generic bits/errno.h] (common-generated): Do not append to
46976         variable.
46977         [generic bits/ioctls.h] (before-compile): Do not append to
46978         variable.
46979         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46980         rule.
46981         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46982         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46983         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46984         rule.
46985         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46986         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46987         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46988         [generic bits/ioctls.h] (common-generated): Do not append to
46989         variable.
46990         [generic sys/syscall.h] (syscall.h): Remove variable.
46991         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46992         rule.
46993         [generic sys/syscall.h] (before-compile): Do not append to
46994         variable.
46995         [generic sys/syscall.h] (common-generated): Likewise.
46996         * sysdeps/unix/errnos-tmpl.c: Remove file.
46997         * sysdeps/unix/errnos.awk: Likewise.
46998         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46999         * sysdeps/unix/ioctls.awk: Likewise.
47000         * sysdeps/unix/mk-local_lim.c: Likewise.
47001         * sysdeps/unix/snarf-ioctls: Likewise.
47003 2012-03-19  Richard Henderson  <rth@twiddle.net>
47005         * sysdeps/i386/fpu/fenv_private.h: New file.
47006         * sysdeps/i386/fpu/math_private.h: Use it.
47007         (math_opt_barrier, math_force_eval): Remove.
47008         (libc_feholdexcept_setround_53bit): Remove.
47009         (libc_feupdateenv_53bit): Remove.
47010         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47011         (math_opt_barrier, math_force_eval): Remove.
47012         (libc_feholdexcept): Remove.
47013         (libc_feholdexcept_setround): Remove.
47014         (libc_fetestexcept, libc_fesetenv): Remove.
47015         (libc_feupdateenv_test): Remove.
47016         (libc_feupdateenv, libc_feholdsetround): Remove.
47017         (libc_feresetround): Remove.
47019         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47020         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47022         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47023         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47024         (libc_feupdateenv_testl): New.
47025         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47026         (libc_feupdateenv_testf): New.
47027         (libc_feupdateenv): Use libc_feupdateenv_test.
47028         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47029         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47031         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47032         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47033         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47034         (libc_feresetround_noex): New.
47035         (libc_feresetround_noexf): New.
47036         (libc_feresetround_noexl): New.
47037         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47038         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47039         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47040         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47041         SET_RESTORE_ROUND.
47042         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47043         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47044         (__cos): Likewise.
47045         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47046         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47047         SET_RESTORE_ROUND_NOEX.
47048         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47049         SET_RESTORE_ROUND_NOEXF.
47050         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47051         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47052         (libc_feholdsetroundf): New.
47053         (libc_feresetround, libc_feresetroundf): New.
47055         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47056         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47057         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47059         * sysdeps/generic/math_private.h: Include <fenv.h>.
47060         (default_libc_feholdexcept): New.
47061         (default_libc_feholdexcept_setround): New.
47062         (default_libc_fesetenv, default_libc_feupdateenv): New.
47063         (libc_feholdexcept): Only define if undefined.
47064         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47065         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47066         (libc_feholdexcept_setroundl): Likewise.
47067         (libc_feholdexcept_setround_53bit): Likewise.
47068         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47069         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47070         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47071         (libc_feupdateenv_53bit): Likewise.
47072         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47073         (libc_feholdexcept): Convert from macro to inline function.
47074         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47075         (libc_fesetenv, libc_feupdateenv): Likewise.
47077         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47078         not previously defined.
47079         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47080         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47081         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47082         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47083         * sysdeps/ieee754/flt-32/math_private.h: New file.
47084         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47085         math_private.h below SET_FLOAT_WORD.
47086         (__isnan, __isinf_ns, __finite): Remove.
47087         (__isnanf, __isinf_nsf, __finitef): Remove.
47089 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47091         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47093 2012-03-17  David S. Miller  <davem@davemloft.net>
47095         [BZ #6471]
47096         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47097         for 2.16.
47099 2012-03-16  David S. Miller  <davem@davemloft.net>
47101         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47102         warnings.
47104         [BZ #6471]
47105         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47106         properly.
47107         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47108         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47109         sysdep_routines when subdir is sysvipc.
47110         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47111         __getshmlba helper.
47113         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47115 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47117         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47118         [__LP64__].
47120 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47122         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47123         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47124         (__lround): Renamed to ...
47125         (__llround): This.  Replace long int with long long int.
47126         Define lround functions as aliases of llround functions.
47127         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47129 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47131         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47132         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47133         adresses to uintptr_t.  Replace "long int" and "unsigned long
47134         int" with "greg_t" on va_arg.
47136 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47138         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47139         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47141         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47142         Move e_machine check before EI_CLASS check.  Handle x32
47143         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47144         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47145         SKIP_EM_IA_64 and include
47146         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47148         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47149         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47150         (add_system_dir): New macro.
47152         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47153         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47155 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47157         [BZ #2551]
47158         [BZ #2552]
47159         [BZ #2553]
47160         [BZ #2554]
47161         [BZ #2562]
47162         [BZ #2563]
47163         [BZ #2565]
47164         [BZ #2566]
47165         [BZ #2576]
47166         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47167         (y0): Likewise.
47168         * math/w_j0f.c (j0f): Likewise.
47169         (y0f): Likewise.
47170         * math/w_j0l.c (__j0l): Likewise.
47171         (__y0l): Likewise.
47172         * math/w_j1.c (j1): Likewise.
47173         (y1): Likewise.
47174         * math/w_j1f.c (j1f): Likewise.
47175         (y1f): Likewise.
47176         * math/w_j1l.c (__j1l): Likewise.
47177         (__y1l): Likewise.
47178         * math/w_jn.c (jn): Likewise.
47179         (yn): Likewise.
47180         * math/w_jnf.c (jnf): Likewise.
47181         (ynf): Likewise.
47182         * math/w_jnl.c (__jnl): Likewise.
47183         (__ynl): Likewise.
47184         * math/libm-test.inc (j0_test): Add more tests.
47185         (j1_test): Likewise.
47186         (jn_test): Likewise.  Add trailing semicolon to existing test.
47187         (y0_test): Likewise.
47188         (y1_test): Likewise.
47189         * sysdeps/i386/fpu/libm-test-ulps: Update.
47190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47192         [BZ #13851]
47193         [BZ #13854]
47194         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47195         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47196         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47197         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47198         (__tanl): Set errno for infinite argument.
47199         * sysdeps/i386/fpu/mptan.c: Remove.
47200         * sysdeps/i386/fpu/s_tan.S: Likewise.
47201         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47202         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47203         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47204         * math/libm-test.inc (tan_test): Add more tests and enable more
47205         tests for double and long double.
47206         * sysdeps/i386/fpu/libm-test-ulps: Update.
47207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47209 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47211         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47212         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47214 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47216         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47217         * configure.in: Use it for both main tree and add-ons.
47218         * configure: Regenerated.
47220 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47222         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47224 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47226         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47227         in comment.
47229         [BZ #13851]
47230         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47231         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47232         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47233         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47234         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47235         infinite argument.
47236         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47237         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47238         != 0 for prec == 2.
47239         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47240         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47241         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47242         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47243         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47244         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47245         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47246         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47247         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47248         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47249         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47250         * math/libm-test.inc (cos_test): Add more tests and enable more
47251         tests for long double.
47252         (sin_test): Likewise.
47253         (sincos_test): Likewise.
47254         * sysdeps/i386/fpu/libm-test-ulps: Update.
47255         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47257 2012-03-16  David S. Miller  <davem@davemloft.net>
47259         * sysdeps/sparc/fpu/math_private.h: New file.
47261 2012-03-15  David S. Miller  <davem@davemloft.net>
47263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47264         file.
47265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47267         file.
47268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47269         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47270         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47271         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47272         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47273         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47274         sysdep routines.
47275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47277         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47278         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47280         * sysdeps/sparc/sparc-ifunc.h: New file.
47281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47282         sparc-ifunc.h
47283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47285         Likewise.
47286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47287         Likewise.
47288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47292         Likewise.
47293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47298         Likewise.
47299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47300         Likewise.
47301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47305         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47306         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47307         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47308         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47309         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47310         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47311         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47312         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47313         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47314         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47315         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47316         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47317         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47318         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47319         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47320         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47321         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47322         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47323         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47324         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47326 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47328         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47329         scaling.
47330         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47332 2012-03-15  Andreas Jaeger  <aj@suse.de>
47334         [BZ #13852]
47335         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47336         ieee754/flt-32 implementation for sin, cos and sincos.
47337         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47338         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47339         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47340         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47341         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47342         ieee754/flt-32 implementation for tan.
47344         * math/libm-test.inc (cos_test): Enable some large input tests for
47345         float as well
47346         (sin_test): Likewise.
47347         (sincos_test): Likewise.
47348         (tan_test): Add tests for large input.
47350         * sysdeps/i386/fpu/libm-test-ulps: Update.
47352 2012-03-15  Andreas Jaeger  <aj@suse.de>
47354         [BZ #13658]
47355         * math/libm-test.inc (cos_test): Add more test cases.
47356         (sin_test): Likewise.
47357         (sincos_test): Likewise.
47359 2012-03-15  Andreas Jaeger  <aj@suse.de>
47361         [BZ #13837]
47362         * math/libm-test.inc (cos_test): Add a test case for large input
47363         value.
47364         (sin_test): Likewise.
47365         (sincos_test): Likewise.
47367 2012-03-15  Andreas Jaeger  <aj@suse.de>
47368             Joseph Myers  <joseph@codesourcery.com>
47370         [BZ #13658]
47371         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47372         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47373         * sysdeps/i386/fpu/branred.c: Likewise.
47374         * sysdeps/i386/fpu/dosincos.c: Likewise.
47375         * sysdeps/i386/fpu/mpa.c: Likewise.
47376         * sysdeps/i386/fpu/s_cos.S: Likewise.
47377         * sysdeps/i386/fpu/s_sin.S: Likewise.
47378         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47379         * sysdeps/i386/fpu/sincos32.c: Likewise.
47381         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47382         Define.
47383         (libc_feupdateenv_53bit): Define.
47384         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47385         Define.
47386         (libc_feupdateenv_53bit): Define.
47388         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47389         53 bit (without extend i386 double precision).
47391         * math/libm-test.inc (sincos_test): Add tests for large input.
47392         (sin): Likewise.
47393         (cos): Likewise.
47395         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47397 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47399         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47401 2012-03-15  David S. Miller  <davem@davemloft.net>
47403         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47404         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47405         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47406         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47407         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47408         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47409         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47410         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47411         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47412         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47413         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47414         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47415         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47416         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47417         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47419         file.
47420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47422         file.
47423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47425         file.
47426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47428         file.
47429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47430         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47431         fmin/fmax sysdep routines.
47432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47434 2012-03-14  David S. Miller  <davem@davemloft.net>
47436         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47437         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47438         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47439         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47440         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47441         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47442         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47443         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47444         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47445         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47446         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47447         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47448         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47449         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47450         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47451         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47452         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47453         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47454         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47455         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47456         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47457         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47458         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47459         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47460         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47461         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47462         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47463         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47464         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47465         routines.
47466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47467         file.
47468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47470         file.
47471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47473         file.
47474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47476         file.
47477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47479         file.
47480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47482         file.
47483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47484         file.
47485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47486         file.
47487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47488         file.
47489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47490         New file.
47491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47492         file.
47493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47494         file.
47495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47497         file.
47498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47500         file.
47501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47503         file.
47504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47506         VIS3 routines.
47508         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47509         New file.
47511         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47513         * sysdeps/sparc/configure.in: New file.
47514         * sysdeps/sparc/configure: Generate.
47515         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47516         * configure: Regenerate.
47517         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47518         * config.make.in (have-as-vis3): New.
47519         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47520         available use -Av9d instead of -Av9a.
47521         * sysdeps/sparc/sparc64/Makefile: Likewise.
47522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47524         New file.
47525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47526         file.
47527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47528         New file.
47529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47530         file.
47531         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47532         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47533         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47534         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47535         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47537         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47538         fzeros/fnegs to load 0x80000000 into a float register instead of
47539         using the stack.
47540         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47542 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47544         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47545         bits/syscall.h.
47546         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47547         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47548         ($(inst_includedir)/bits/syscall.h): Remove rule.
47549         ($(objpfx)bits/syscall.d): Include instead of
47550         $(objpfx)syscall-list.d.
47551         (generated): Change syscall-list.h and syscall-list.d to
47552         bits/syscall.h and bits/syscall.d.
47554 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47556         [BZ #13846]
47557         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47559 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47561         [BZ #13841]
47562         * math/s_csqrt.c: Include <float.h>.
47563         (__csqrt): Scale large or subnormal inputs.
47564         * math/s_csqrtf.c: Likewise.
47565         * math/s_csqrtl.c: Likewise.
47566         * math/libm-test.inc (csqrt_test): Add more tests.
47567         * sysdeps/i386/fpu/libm-test-ulps: Update.
47568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47570         [BZ #13840]
47571         * math/libm-test.inc (hypot_test): Add more tests.
47573 2012-03-13  David S. Miller  <davem@davemloft.net>
47575         [BZ #13840]
47576         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47577         double-precision for the calculation instead of scaling.
47579 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47581         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47582         manipulate bits before adding and subtracting TWO52[sx].
47583         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47584         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47585         Likewise.
47586         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47588 2012-03-13  David S. Miller  <davem@davemloft.net>
47590         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47591         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47592         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47593         rtld-global-offsets.h
47594         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47596         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47597         large parameters.
47599         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47601         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47602         'err' in the ifdef scope in which it is actually used.
47604         * nss/nss_db/db-init.c: Include string.h
47606 2012-03-12  David S. Miller  <davem@davemloft.net>
47608         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47609         masking out of the most significant byte of random value used.
47610         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47611         Fix coding style in previous change.
47613         * sysdeps/unix/sysv/linux/kernel-features.h
47614         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47615         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47616         expression.
47617         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47618         later.
47620 2012-03-11  David S. Miller  <davem@davemloft.net>
47622         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47623         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47624         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47625         for 'resultvar' otherwise things get truncated on 64-bit.
47627         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47628         Fix masking out of the most significant byte of random value used.
47630         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47632 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47634         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47636 2012-03-09  David S. Miller  <davem@davemloft.net>
47638         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47639         variables with appropriate CPP guards.
47640         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47641         from the frame pointer, not the stack pointer.  Correct layout
47642         comments.  Fix test on resulting framesize and the management of
47643         the outregs buffer for pltexit.  Preserve floating point return
47644         values across _dl_call_pltexit call.
47645         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47646         framesize and the management of the outregs buffer for pltexit.
47647         Preserve floating point return values across _dl_call_pltexit
47648         call.
47649         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47650         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47651         (la_sparc64_gnu_pltexit): New functions.
47652         (print_exit): Fix format string for return register value.
47654 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47656         * sunrpc/Makefile (others): Add rpcgen.
47657         ($(objpfx)rpcgen): Remove special build rule and dependency on
47658         libc.
47659         * sunrpc/rpcgen.c: New file.
47661 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47663         [BZ #13673]
47664         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47665         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47666         * sysdeps/i386/crti.S: Likewise.
47667         * sysdeps/i386/crtn.S: Likewise.
47668         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47669         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47670         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47671         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47672         * sysdeps/sh/crti.S: Likewise.
47673         * sysdeps/sh/crtn.S: Likewise.
47674         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47676         [BZ #13673]
47677         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47678         with URL.
47679         * locale/programs/locfile-kw.gperf: Likewise.
47680         * locale/programs/charmap-kw.h: Regenerated.
47681         * locale/programs/locfile-kw.h: Likewise.
47683         [BZ #13673]
47684         * intl/plural.y: Replace FSF snail mail address with URL.
47685         * intl/plural.c: Regenerated.
47687 2012-03-09  Richard Henderson  <rth@twiddle.net>
47689         * include/math_private.h: Remove file.
47690         * math/math_private.h: Move file ...
47691         * sysdeps/generic/math_private.h: ... here.
47693         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47694         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47695         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47697         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47698         and <math_private.h>.
47699         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47700         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47701         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47702         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47703         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47704         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47705         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47706         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47707         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47708         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47709         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47710         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47711         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47712         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47713         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47714         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47715         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47716         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47717         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47718         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47719         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47720         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47721         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47722         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47723         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47724         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47725         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47726         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47727         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47728         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47729         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47730         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47731         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47732         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47733         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47734         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47735         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47736         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47737         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47738         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47739         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47740         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47741         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47742         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47743         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47744         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47745         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47746         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47747         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47748         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47749         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47750         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47751         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47752         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47753         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47754         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47755         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47756         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47757         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47758         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47759         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47760         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47761         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47762         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47763         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47764         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47765         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47766         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47767         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47768         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47769         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47770         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47771         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47772         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47773         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47774         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47775         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47776         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47777         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47778         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47779         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47780         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47781         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47782         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47783         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47784         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47785         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47786         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47787         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47788         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47789         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47790         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47791         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47792         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47793         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47794         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47795         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47796         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47797         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47798         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47799         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47800         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47801         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47802         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47803         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47804         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47805         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47806         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47807         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47808         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47809         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47810         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47811         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47812         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47813         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47814         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47815         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47816         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47817         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47818         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47819         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47820         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47821         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47822         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47823         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47824         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47825         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47826         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47827         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47828         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47829         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47830         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47831         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47832         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47833         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47834         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47835         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47836         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47837         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47838         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47839         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47840         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47841         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47842         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47843         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47844         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47845         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47846         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47847         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47848         * sysdeps/ieee754/k_standard.c: Likewise.
47849         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47850         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47851         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47852         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47853         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47854         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47855         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47856         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47857         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47858         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47859         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47860         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47861         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47862         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47863         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47864         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47865         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47866         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47867         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47868         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47869         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47870         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47871         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47872         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47873         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47874         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47875         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47876         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47877         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47878         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47879         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47880         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47881         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47882         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47883         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47884         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47885         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47886         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47887         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47888         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47889         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47890         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47891         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47892         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47893         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47894         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47895         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47896         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47897         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47898         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47899         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47900         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47901         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47902         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47903         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47904         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47905         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47906         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47907         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47908         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47909         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47910         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47911         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47912         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47913         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47914         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47915         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47916         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47917         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47918         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47919         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47920         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47921         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47922         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47923         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47924         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47925         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47926         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47927         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47928         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47929         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47930         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47931         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47932         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47933         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47934         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47935         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47936         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47937         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47938         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47939         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47940         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47941         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47942         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47943         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47944         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47945         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47946         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47947         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47948         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47949         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47950         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47951         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47952         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47953         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47954         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47955         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47956         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47957         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47958         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47959         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47960         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47961         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47962         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47963         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47964         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47965         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47966         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47967         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47968         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47969         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47970         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47971         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47972         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47973         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47974         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47975         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47976         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47977         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47978         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47979         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47980         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47981         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47982         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47983         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47984         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47985         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47986         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47987         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47988         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47989         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47990         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47991         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47992         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47993         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47994         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47995         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47996         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47997         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47998         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47999         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48000         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48001         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48002         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48003         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48004         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48005         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48006         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48007         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48008         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48009         * sysdeps/ieee754/s_lib_version.c: Likewise.
48010         * sysdeps/ieee754/s_matherr.c: Likewise.
48011         * sysdeps/ieee754/s_signgam.c: Likewise.
48012         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48013         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48014         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48015         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48016         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48017         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48018         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48019         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48020         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48021         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48022         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48023         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48024         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48025         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48026         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48027         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48028         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48029         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48030         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48031         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48032         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48034 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48036         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48037         * sunrpc/rpc_main.c: Likewise.
48038         * sunrpc/rpc_svcout.c: Likewise.
48040 2012-03-09  David S. Miller  <davem@davemloft.net>
48042         * include/math_private.h: New file.
48044 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48046         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48047         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48048         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48049         from <bits/socket_type.h>.
48050         (enum __socket_type): Don't define here.
48051         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48052         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48053         bits/socket_type.h.
48055         [BZ #13566]
48056         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48057         checking __USE_GNU.
48059         * Makerules ($(inst_includedir)/%.h): New rule.
48060         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48061         (install-others): Remove variable setting.
48062         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48064 2012-03-08  Richard Henderson  <rth@twiddle.net>
48066         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48067         from macro to inline function; merge with the
48068         !__LIBC_INTERNAL_MATH_INLINES version.
48069         (__ieee754_sqrtf): Likewise.
48071         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48072         to inline function.
48073         (__rintf, __floor, __floorf): Likewise.
48075         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48076         macro to inline function.
48077         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48079         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48080         not <math/math_private.h>.
48082 2012-03-08  David S. Miller  <davem@davemloft.net>
48084         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48085         copyright year.
48086         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48088 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48090         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48091         normalization.
48092         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48093         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48095 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48097         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48098         be defined individually, they must be defined as a block.  Define
48099         S for printing a string instead of hidint the different by using a
48100         macro for adding the 'l'.
48101         * stdio-common/tst-fphex-wide.c: Adjust.
48103 2012-03-07  Marek Polacek  <polacek@redhat.com>
48105         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48107 2012-03-08  Marek Polacek  <polacek@redhat.com>
48109         [BZ #13806]
48110         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48111         * stdio-common/tst-fphex.c: Define a few macros to make the
48112         test reusable.  Use them.
48113         * stdio-common/tst-fphex-wide.c: New file.
48115 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48117         [BZ #6911]
48118         * manual/macros.texi (gnusystems): New macro.
48119         (nongnusystems): Likewise.
48120         (gnulinuxhurdsystems): Likewise.
48121         (gnuhurdsystems): Likewise..
48122         (gnulinuxsystems): Likewise.
48123         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48124         variants of the GNU system, not "GNU system".
48125         * manual/conf.texi: Likewise.
48126         * manual/errno.texi: Likewise.  Update example of errno macro
48127         expansion.
48128         * manual/filesys.texi: Likewise.
48129         (getumask): Document as specific to GNU/Hurd.
48130         * manual/install.texi: Likewise.  Reword some references to
48131         GNU/Linux.
48132         * manual/intro.texi: Likewise.
48133         * manual/io.texi: Likewise.
48134         (File Name Portability): Detail which constraints are inapplicable
48135         to all GNU systems and which are only inapplicable to GNU/Hurd.
48136         * manual/job.texi: Likewise.
48137         * manual/llio.texi: Likewise.
48138         (O_NOCTTY): Document as present on GNU/Linux.
48139         * manual/maint.texi: Likewise.
48140         * manual/memory.texi: Likewise.
48141         * manual/pattern.texi: Likewise.
48142         * manual/pipe.texi: Likewise.
48143         * manual/process.texi: Likewise.
48144         * manual/resource.texi: Likewise.
48145         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48146         child on GNU/Hurd.
48147         * manual/setjmp.texi: Likewise.
48148         * manual/signal.texi: Likewise.
48149         * manual/startup.texi: Likewise.
48150         * manual/stdio.texi: Likewise.
48151         * manual/terminal.texi: Likewise.
48152         (ONLCR): Document as POSIX.
48153         (OXTABS): Document availability on GNU/Linux as XTABS.
48154         (ONOEOT): Document availability separately from other bits.
48155         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48156         * manual/time.texi: Likewise.
48157         * manual/users.texi: Likewise.
48158         * INSTALL: Regenerated.
48159         * sysdeps/gnu/errlist.c: Regenerated.
48161         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48162         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48163         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48164         puts.
48165         * configure: Regenerated.
48167 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48169         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48170         default includes instead of AC_HEADER_CHECK.
48171         * sysdeps/i386/configure: Regenerated.
48173         [BZ #10716]
48174         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48175         * math/s_cacoshf.c (__cacoshf): Likewise.
48176         * math/s_cacoshl.c (__cacoshl): Likewise.
48177         * math/s_casinh.c (__casinh): Set signs of result from argument.
48178         * math/s_casinhf.c (__casinhf): Likewise.
48179         * math/s_casinhl.c (__casinhl): Likewise.
48180         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48181         (casinh_test): Add more tests.
48182         * sysdeps/i386/fpu/libm-test-ulps: Update.
48183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48185 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48187         * po/zh_TW.po: Update from translation team.
48189         * login/Makefile (distribute): Remove variable.
48190         * catgets/Makefile: Likewise.
48191         * mach/Makefile: Likewise.
48192         * malloc/Makefile: Likewise.
48193         * misc/Makefile: Likewise.
48194         * iconv/Makefile: Likewise.
48195         * nscd/Makefile: Likewise.
48196         * hurd/Makefile: Likewise.
48197         * manual/Makefile: Likewise.
48198         * locale/Makefile: Likewise.
48199         * intl/Makefile: Likewise.
48200         * conform/Makefile: Likewise.
48201         * nss/Makefile: Likewise.
48202         * time/Makefile: Likewise.
48203         * soft-fp/Makefile: Likewise.
48204         * dirent/Makefile: Likewise.
48205         * gmon/Makefile: Likewise.
48206         * po/Makefile: Likewise.
48207         * rt/Makefile: Likewise.
48208         * socket/Makefile: Likewise.
48209         * math/Makefile: Likewise.
48210         * signal/Makefile: Likewise.
48211         * debug/Makefile: Likewise.
48212         * elf/Makefile: Likewise.
48213         * timezone/Makefile: Likewise.
48214         * stdlib/Makefile: Likewise.
48215         * iconvdata/Makefile: Likewise.
48216         * sunrpc/Makefile: Likewise.
48217         * io/Makefile: Likewise.
48218         * argp/Makefile: Likewise.
48219         * inet/Makefile: Likewise.
48220         * hesiod/Makefile: Likewise.
48221         * grp/Makefile: Likewise.
48222         * csu/Makefile: Likewise.
48223         * wctype/Makefile: Likewise.
48224         * crypt/Makefile: Likewise.
48225         * libio/Makefile: Likewise.
48226         * string/Makefile: Likewise.
48227         * nis/Makefile: Likewise.
48228         * resolv/Makefile: Likewise.
48229         * stdio-common/Makefile: Likewise.
48230         * wcsmbs/Makefile: Likewise.
48231         * dlfcn/Makefile: Likewise.
48232         * posix/Makefile: Likewise.
48234         [BZ #6959]
48235         * timezone/Makefile: Don't install timezone files, just the programs
48236         and scripts.
48238 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48240         * nss/databases.def: Add missing gshadow entry.
48242         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48244 2012-03-06  Marek Polacek  <polacek@redhat.com>
48246         [BZ #13726]
48247         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48248         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48249         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48250         * stdio-common/tst-long-dbl-fphex.c: New file.
48252 2012-03-06  David S. Miller  <davem@davemloft.net>
48254         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48255         (set_obp_int): New function.
48256         (get_obp_int): New function.
48257         (__get_clockfreq_via_dev_openprom): Likewise.
48258         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48259         Avoid unused variable warnings on 'val' and use builtin_expect.
48260         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48261         __builtin_expect.
48262         (INLINE_CLONE_SYSCALL): Likewise.
48264 2012-03-05  David S. Miller  <davem@davemloft.net>
48266         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48268 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48272         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48273         only for |x| >= 40.
48274         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48276 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48278         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48279         Replace gettimeofday with __vdso_gettimeofday.
48281         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48282         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48283         __vdso_clock_gettime and __vdso_getcpu.
48285         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48286         time with __vdso_time.
48288 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48290         * manual/lang.texi (size_t): Note types to which size_t may be
48291         equivalent with the GNU C Library, but do not describe when
48292         differences between them are significant.
48294 2012-03-05  Andreas Jaeger  <aj@suse.de>
48296         * sysdeps/i386/fpu/libm-test-ulps: Update.
48298 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48300         [BZ #3976]
48301         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48302         (__ieee754_pow): Save and restore rounding mode and use
48303         round-to-nearest for main computations.
48304         * math/libm-test.inc (pow_test_tonearest): New function.
48305         (pow_test_towardzero): Likewise.
48306         (pow_test_downward): Likewise.
48307         (pow_test_upward): Likewise.
48308         (main): Call the new functions.
48309         * sysdeps/i386/fpu/libm-test-ulps: Update.
48310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48312         [BZ #3976]
48313         * math/libm-test.inc (cosh_test_tonearest): New function.
48314         (cosh_test_towardzero): Likewise.
48315         (cosh_test_downward): Likewise.
48316         (cosh_test_upward): Likewise.
48317         (sinh_test_tonearest): Likewise.
48318         (sinh_test_towardzero): Likewise.
48319         (sinh_test_downward): Likewise.
48320         (sinh_test_upward): Likewise.
48321         (main): Call the new functions.
48322         * sysdeps/i386/fpu/libm-test-ulps: Update.
48323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48325 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48327         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48328         default stack guard is set in last bytes.
48329         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48331 2012-03-05  Kees Cook  <keescook@chromium.org>
48333         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48335         [BZ #13656]
48336         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48337         possibly allocate from heap instead of stack.
48338         * stdio-common/bug-vfprintf-nargs.c: New file.
48339         * stdio-common/Makefile (tests): Add nargs overflow test.
48341 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48343         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48345 2012-03-03  Marek Polacek  <polacek@redhat.com>
48347         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48348         * math/math_private.h: Likewise.
48349         * stdlib/tst-strtod.c: Likewise.
48350         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48351         * sysdeps/x86_64/bits/atomic.h: Likewise.
48353 2012-03-02  David S. Miller  <davem@davemloft.net>
48355         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48359         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48360         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48361         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48362         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48364 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48366         [BZ #13792]
48367         * manual/examples/README: New file, says the example source files
48368         can be used under GPL>=2.
48369         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48370         line containing just "*/".
48371         * manual/examples/add.c: Add copyright header (GPL>=2).
48372         * manual/examples/argp-ex1.c: Likewise.
48373         * manual/examples/argp-ex2.c: Likewise.
48374         * manual/examples/argp-ex3.c: Likewise.
48375         * manual/examples/argp-ex4.c: Likewise.
48376         * manual/examples/atexit.c: Likewise.
48377         * manual/examples/db.c: Likewise.
48378         * manual/examples/dir.c: Likewise.
48379         * manual/examples/dir2.c: Likewise.
48380         * manual/examples/execinfo.c: Likewise.
48381         * manual/examples/filecli.c: Likewise.
48382         * manual/examples/filesrv.c: Likewise.
48383         * manual/examples/fmtmsgexpl.c: Likewise.
48384         * manual/examples/genpass.c: Likewise.
48385         * manual/examples/inetcli.c: Likewise.
48386         * manual/examples/inetsrv.c: Likewise.
48387         * manual/examples/isockad.c: Likewise.
48388         * manual/examples/longopt.c: Likewise.
48389         * manual/examples/memopen.c: Likewise.
48390         * manual/examples/memstrm.c: Likewise.
48391         * manual/examples/mkfsock.c: Likewise.
48392         * manual/examples/mkisock.c: Likewise.
48393         * manual/examples/mygetpass.c: Likewise.
48394         * manual/examples/pipe.c: Likewise.
48395         * manual/examples/popen.c: Likewise.
48396         * manual/examples/rprintf.c: Likewise.
48397         * manual/examples/search.c: Likewise.
48398         * manual/examples/select.c: Likewise.
48399         * manual/examples/setjmp.c: Likewise.
48400         * manual/examples/sigh1.c: Likewise.
48401         * manual/examples/sigusr.c: Likewise.
48402         * manual/examples/stpcpy.c: Likewise.
48403         * manual/examples/strdupa.c: Likewise.
48404         * manual/examples/strftim.c: Likewise.
48405         * manual/examples/strncat.c: Likewise.
48406         * manual/examples/subopt.c: Likewise.
48407         * manual/examples/swapcontext.c: Likewise.
48408         * manual/examples/termios.c: Likewise.
48409         * manual/examples/testopt.c: Likewise.
48410         * manual/examples/testpass.c: Likewise.
48411         * manual/examples/timeval_subtract.c: Likewise.
48413         [BZ #13792]
48414         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48415         function to ...
48416         * manual/timeval_subtract.c.texi: ... here, new file.
48418 2012-03-02  David S. Miller  <davem@davemloft.net>
48420         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48422 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48424         [BZ #3976]
48425         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48426         (__sin): Save and restore rounding mode and use round-to-nearest
48427         for all computations.
48428         (__cos): Save and restore rounding mode and use round-to-nearest
48429         for all computations.
48430         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48431         <fenv.h>.
48432         (tan): Save and restore rounding mode and use round-to-nearest for
48433         all computations.
48434         * math/libm-test.inc (cos_test_tonearest): New function.
48435         (cos_test_towardzero): Likewise.
48436         (cos_test_downward): Likewise.
48437         (cos_test_upward): Likewise.
48438         (sin_test_tonearest): Likewise.
48439         (sin_test_towardzero): Likewise.
48440         (sin_test_downward): Likewise.
48441         (sin_test_upward): Likewise.
48442         (tan_test_tonearest): Likewise.
48443         (tan_test_towardzero): Likewise.
48444         (tan_test_downward): Likewise.
48445         (tan_test_upward): Likewise.
48446         (main): Call the new functions.
48447         * sysdeps/i386/fpu/libm-test-ulps: Update.
48448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48450         [BZ #10135]
48451         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48452         small n, then large n, before computing and testing k+n.
48453         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48454         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48455         Likewise.
48456         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48457         Likewise.
48458         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48459         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48460         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48461         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48462         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48463         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48464         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48465         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48466         * math/libm-test.inc (scalbn_test): Add more tests.
48467         (scalbln_test): Likewise.
48469         * manual/filesys.texi (mode_t): Describe constraints on size and
48470         signedness, not exact equivalence to a particular type.
48471         (ino_t): Likewise.
48472         (ino64_t): Likewise.
48473         (dev_t): Likewise.
48474         (nlink_t): Likewise.
48475         (blkcnt_t): Likewise.
48476         (blkcnt64_t): Likewise.
48477         * manual/llio.texi (off_t): Likewise.
48479         [BZ #3976]
48480         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48481         (__ieee754_exp): Save and restore rounding mode and use
48482         round-to-nearest for all computations.
48483         * math/libm-test.inc (exp_test_tonearest): New function.
48484         (exp_test_towardzero): Likewise.
48485         (exp_test_downward): Likewise.
48486         (exp_test_upward): Likewise.
48487         (main): Call the new functions.
48488         * sysdeps/i386/fpu/libm-test-ulps: Update.
48489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48491 2012-03-01  Chris Demetriou  <cgd@google.com>
48493         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48494         have predictable order.
48496 2012-03-01  David S. Miller  <davem@davemloft.net>
48498         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48500         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48501         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48502         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48503         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48505         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48506         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48507         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48508         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48509         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48510         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48511         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48512         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48513         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48515         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48517         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48518         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48519         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48521         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48522         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48523         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48524         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48525         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48526         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48527         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48528         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48529         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48530         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48531         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48532         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48533         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48534         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48535         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48536         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48537         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48538         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48539         * sysdeps/sparc/elf/configure: Regenerated.
48541 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48543         * configure.in (AS, LD): Require binutils 2.20 or later.
48544         * configure: Regenerated.
48545         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48546         as required minimum version.
48547         * INSTALL: Regenerated.
48549         [BZ #2541]
48550         [BZ #4108]
48551         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48552         before squaring exponent.
48553         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48554         bottom long double and 27 bits of top long double before squaring
48555         exponent.
48556         * math/libm-test.inc (erfc_test): Add more tests.
48557         * sysdeps/i386/fpu/libm-test-ulps: Update.
48558         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48561 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48563         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48564         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48565         containing bit-fields.
48566         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48567         * soft-fp/single.h (_FP_UNION_S): Likewise.
48568         * soft-fp/double.h (_FP_UNION_D): Likewise.
48570 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48572         [BZ #13786]
48573         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48574         not include ../strcmp.S.
48575         [USE_AS_STRNCASECMP_L]: Likewise.
48576         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48577         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48578         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48579         (__strncasecmp_l_ia32): Define as alias to
48580         __strncasecmp_l_nonascii.
48582         [BZ #5794]
48583         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48584         * sysdeps/i386/fpu/libm-test-ulps: Update.
48585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48587         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48588         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48590 2012-02-29  Jeff Law  <law@redhat.com>
48592         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48593         out of bounds read.
48595 2012-02-29  Marek Polacek  <polacek@redhat.com>
48597         [BZ #13706]
48598         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48599         * elf/Makefile: Add rules to run tst-unused-dep.out.
48601 2012-02-28  David S. Miller  <davem@davemloft.net>
48603         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48604         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48605         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48606         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48607         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48608         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48610 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48612         * math/libm-test.inc (llround_test): Move one test from
48613         lround_test.  Use TEST_f_L in moved test.
48614         (lround_test): Move misplaced test to llround_test.  Add testcase
48615         from bug 2561.
48617 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48619         * sysdeps/x86_64/fpu/e_expf.S: New file.
48620         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48622 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48624         [BZ #13637]
48625         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48626         of remain_len that may cause incomplete multi-byte character and
48627         false match.
48628         * posix/bug-regex33.c: New file.
48629         * posix/Makefile (tests): Add bug-regex33.
48631 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48633         * manual/macros.texi: New file.
48634         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48635         * manual/libc.texinfo: Include macros.texi.
48636         * manual/creatute.texi: Likewise.
48637         * manual/install.texi: Likewise.
48638         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48639         @glibcadj{} in references to the GNU C Library.
48640         * manual/charset.texi: Likewise.
48641         * manual/conf.texi: Likewise.
48642         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48643         when not using those macros.
48644         * manual/creature.texi: Likewise.
48645         * manual/crypt.texi: Likewise.
48646         * manual/errno.texi: Likewise.
48647         * manual/filesys.texi: Likewise.
48648         * manual/header.texi: Likewise.
48649         * manual/install.texi: Likewise.
48650         * manual/intro.texi: Likewise.
48651         * manual/io.texi: Likewise.
48652         * manual/job.texi: Likewise.
48653         * manual/lang.texi: Likewise.
48654         * manual/libc.texiinfo: Likewise.
48655         * manual/llio.texi: Likewise.
48656         * manual/locale.texi: Likewise.
48657         * manual/maint.texi: Likewise.
48658         * manual/math.texi: Likewise.
48659         * manual/memory.texi: Likewise.
48660         * manual/message.texi: Likewise.
48661         * manual/nss.texi: Likewise.
48662         * manual/pattern.texi: Likewise.
48663         * manual/process.texi: Likewise.
48664         * manual/resource.texi: Likewise.
48665         * manual/search.texi: Likewise.
48666         * manual/setjmp.texi: Likewise.
48667         * manual/signal.texi: Likewise.
48668         * manual/socket.texi: Likewise.
48669         * manual/startup.texi: Likewise.
48670         * manual/stdio.texi: Likewise.
48671         * manual/string.texi: Likewise.
48672         * manual/sysinfo.texi: Likewise.
48673         * manual/syslog.texi: Likewise.
48674         * manual/terminal.texi: Likewise.
48675         * manual/time.texi: Likewise.
48676         * manual/users.texi: Likewise.
48677         * INSTALL: Regenerated.
48678         * NOTES: Regenerated.
48679         * sysdeps/gnu/errlist.c: Regenerated.
48681 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48683         * include/dirent.h: Include <dirstream.h> before
48684         <dirent/dirent.h>.
48686 2012-02-28  David S. Miller  <davem@davemloft.net>
48688         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48689         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48690         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48691         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48693 2012-02-27  David S. Miller  <davem@davemloft.net>
48695         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48696         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48697         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48698         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48700         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48701         frame pointer instead of stack pointer relative arg slot.
48702         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48703         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48704         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48706 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48708         [BZ #3992]
48709         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48711 2012-02-27  David S. Miller  <davem@davemloft.net>
48713         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48714         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48715         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48716         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48717         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48718         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48719         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48720         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48722 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48724         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48725         later.  Allow versions 5-9.
48726         * configure: Regenerated.
48727         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48728         required minimum version and 4.6 as recommended version.  Do not
48729         mention bugs in GCC 2.7 and 2.8.
48730         * INSTALL: Regenerated.
48732 2012-02-27  David S. Miller  <davem@davemloft.net>
48734         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48735         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48736         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48737         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48738         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48739         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48740         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48741         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48743         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48744         manipulate bits before adding and subtracting TWO112[sx].
48745         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48747 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48749         [BZ #13775]
48750         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48751         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48752         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48753         being in POSIX, because they are in 1003.1-2008.
48755         * rt/tst-aio.c: Include <fcntl.h>.
48756         * rt/tst-aio7.c: Likewise.
48757         * rt/tst-aio64.c: Likewise.
48759         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48761 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48763         * manual/install.texi (--with-headers): Describe headers as
48764         interface headers, not private headers.
48765         (Specific advice for GNU/Linux systems): Describe use of headers
48766         from "make headers_install", not private headers from older
48767         kernels.
48768         * INSTALL: Regenerated.
48769         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48770         Change to 2.6.19.
48771         * sysdeps/unix/sysv/linux/configure: Regenerated.
48773         * manual/llio.texi (fclean): Remove documentation.
48775         * manual/Makefile (libc-texi-generated): New variable.  Include
48776         version.texi.
48777         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48778         $(libc-texi-generated), not duplicated list of files.
48779         (version.texi, stamp-version): New rules.
48780         (realclean): Remove $(libc-texi-generated), not individual files
48781         from that list.  Do not remove dir-add.texinfo.
48782         * manual/libc.texinfo: Comment out uses of edition numbers and
48783         references to printed manual.  Remove last-updated dates.
48784         (EDITION): Comment out.
48785         (ISBN): Likewise.
48786         (VERSION, UPDATED): Remove.
48787         (version.texi): Include.
48789 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48791         * sysdeps/posix/spawni.c: Include <signal.h>.
48792         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48793         * sysdeps/pthread/aio_fsync.c: Likewise.
48795 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48797         * conform/Makefile (tests): Run only when not cross-compiling and
48798         when fast-check is not defined.
48800         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48801         * conform/data/limits.h-data: Fixes for POSIX2008.
48802         * conform/run-conformtest.sh: Run all tests.
48803         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48804         headers.
48805         * include/bits/dlfcn.h: Likewise.
48806         * include/langinfo.h: Likewise.
48807         * include/monetary.h: Likewise.
48808         * include/sys/poll.h: Likewise.
48810         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48811         for __USE_GNU.
48812         * posix/spawn.h: Define __need_sigset_t.
48813         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48814         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48815         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48816         to get sigevent_t only.
48817         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48818         only for __USE_GNU.
48819         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48820         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48821         process_vm_writev only for __USE_GNU.
48822         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48824         * conform/Makefile: For now ignore errors from run-conformtest.
48825         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48826         POSIX to avoid namespace pollution.  Don't prepend headers.
48827         * conform/data/aio.h-data: Fixes for POSIX testing.
48828         * conform/data/fcntl.h-data: Likewise.
48829         * conform/data/glob.h-data: Likewise.
48830         * conform/data/grp.h-data: Likewise.
48831         * conform/data/pthread.h-data: Likewise.
48832         * conform/data/pwd.h-data: Likewise.
48833         * conform/data/signal.h-data: Likewise.
48834         * conform/data/spawn.h-data: Likewise.
48835         * conform/data/stdio.h-data: Likewise.
48836         * conform/data/stdlib.h-data: Likewise.
48837         * conform/data/stropts.h-data: Likewise.
48838         * conform/data/sys/mman.h-data: Likewise.
48839         * conform/data/sys/stat.h-data: Likewise.
48840         * conform/data/sys/types.h-data: Likewise.
48841         * conform/data/sys/wait.h-data: Likewise.
48842         * conform/data/time.h-data: Likewise.
48843         * conform/data/unistd.h-data: Likewise.
48844         * conform/data/utime.h-data: Likewise.
48846         * io/sys/stat.h: fchmod was always in POSIX.
48847         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48848         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48849         * rt/aio.h: Define __need_timespec before including <time.h>.
48850         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48851         struct.  Add forward declaration of pthread_attr_t and use it in
48852         sigevent.
48853         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48854         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48855         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48856         always remove CLK_TCK definition.
48858 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48860         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48862 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48864         * conform/run-conformtest.sh: New file.
48865         * conform/Makefile: Run run-conformtest for tests.
48866         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48867         support.
48869         * conform/data/uchar.h-data: New file.
48870         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48871         * conform/data/arpa/inet.h-data: Likewise.
48872         * conform/data/assert.h-data: Likewise.
48873         * conform/data/complex.h-data: Likewise.
48874         * conform/data/cpio.h-data: Likewise.
48875         * conform/data/ctype.h-data: Likewise.
48876         * conform/data/dirent.h-data: Likewise.
48877         * conform/data/dlfcn.h-data: Likewise.
48878         * conform/data/errno.h-data: Likewise.
48879         * conform/data/fcntl.h-data: Likewise.
48880         * conform/data/float.h-data: Likewise.
48881         * conform/data/fmtmsg.h-data: Likewise.
48882         * conform/data/fnmatch.h-data: Likewise.
48883         * conform/data/ftw.h-data: Likewise.
48884         * conform/data/glob.h-data: Likewise.
48885         * conform/data/grp.h-data: Likewise.
48886         * conform/data/iconv.h-data: Likewise.
48887         * conform/data/inttypes.h-data: Likewise.
48888         * conform/data/langinfo.h-data: Likewise.
48889         * conform/data/libgen.h-data: Likewise.
48890         * conform/data/limits.h-data: Likewise.
48891         * conform/data/locale.h-data: Likewise.
48892         * conform/data/math.h-data: Likewise.
48893         * conform/data/monetary.h-data: Likewise.
48894         * conform/data/mqueue.h-data: Likewise.
48895         * conform/data/ndbm.h-data: Likewise.
48896         * conform/data/net/if.h-data: Likewise.
48897         * conform/data/netdb.h-data: Likewise.
48898         * conform/data/netinet/in.h-data: Likewise.
48899         * conform/data/nl_types.h-data: Likewise.
48900         * conform/data/poll.h-data: Likewise.
48901         * conform/data/pthread.h-data: Likewise.
48902         * conform/data/pwd.h-data: Likewise.
48903         * conform/data/regex.h-data: Likewise.
48904         * conform/data/sched.h-data: Likewise.
48905         * conform/data/search.h-data: Likewise.
48906         * conform/data/semaphore.h-data: Likewise.
48907         * conform/data/setjmp.h-data: Likewise.
48908         * conform/data/signal.h-data: Likewise.
48909         * conform/data/spawn.h-data: Likewise.
48910         * conform/data/stdarg.h-data: Likewise.
48911         * conform/data/stdio.h-data: Likewise.
48912         * conform/data/stdlib.h-data: Likewise.
48913         * conform/data/string.h-data: Likewise.
48914         * conform/data/strings.h-data: Likewise.
48915         * conform/data/stropts.h-data: Likewise.
48916         * conform/data/sys/ipc.h-data: Likewise.
48917         * conform/data/sys/mman.h-data: Likewise.
48918         * conform/data/sys/msg.h-data: Likewise.
48919         * conform/data/sys/resource.h-data: Likewise.
48920         * conform/data/sys/select.h-data: Likewise.
48921         * conform/data/sys/sem.h-data: Likewise.
48922         * conform/data/sys/shm.h-data: Likewise.
48923         * conform/data/sys/socket.h-data: Likewise.
48924         * conform/data/sys/stat.h-data: Likewise.
48925         * conform/data/sys/statvfs.h-data: Likewise.
48926         * conform/data/sys/time.h-data: Likewise.
48927         * conform/data/sys/timeb.h-data: Likewise.
48928         * conform/data/sys/times.h-data: Likewise.
48929         * conform/data/sys/types.h-data: Likewise.
48930         * conform/data/sys/uio.h-data: Likewise.
48931         * conform/data/sys/un.h-data: Likewise.
48932         * conform/data/sys/utsname.h-data: Likewise.
48933         * conform/data/sys/wait.h-data: Likewise.
48934         * conform/data/syslog.h-data: Likewise.
48935         * conform/data/tar.h-data: Likewise.
48936         * conform/data/termios.h-data: Likewise.
48937         * conform/data/utime.h-data: Likewise.
48938         * conform/data/utmpx.h-data: Likewise.
48939         * conform/data/varargs.h-data: Likewise.
48940         * conform/data/wchar.h-data: Likewise.
48941         * conform/data/wctype.h-data: Likewise.
48942         * conform/data/wordexp.h-data: Likewise.
48944         * include/stropts.h: New file.
48945         * include/uchar.h: New file.
48946         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48947         * include/assert.h: Likewise.
48948         * include/ctype.h: Likewise.
48949         * include/dirent.h: Likewise.
48950         * include/dlfcn.h: Likewise.
48951         * include/fcntl.h: Likewise.
48952         * include/fnmatch.h: Likewise.
48953         * include/glob.h: Likewise.
48954         * include/grp.h: Likewise.
48955         * include/libio.h: Likewise.
48956         * include/locale.h: Likewise.
48957         * include/math.h: Likewise.
48958         * include/net/if.h: Likewise.
48959         * include/netdb.h: Likewise.
48960         * include/netinet/in.h: Likewise.
48961         * include/pthread.h: Likewise.
48962         * include/pwd.h: Likewise.
48963         * include/regex.h: Likewise.
48964         * include/sched.h: Likewise.
48965         * include/search.h: Likewise.
48966         * include/setjmp.h: Likewise.
48967         * include/signal.h: Likewise.
48968         * include/stdio.h: Likewise.
48969         * include/stdlib.h: Likewise.
48970         * include/string.h: Likewise.
48971         * include/sys/cdefs.h: Likewise.
48972         * include/sys/mman.h: Likewise.
48973         * include/sys/msg.h: Likewise.
48974         * include/sys/resource.h: Likewise.
48975         * include/sys/select.h: Likewise.
48976         * include/sys/socket.h: Likewise.
48977         * include/sys/stat.h: Likewise.
48978         * include/sys/statvfs.h: Likewise.
48979         * include/sys/time.h: Likewise.
48980         * include/sys/times.h: Likewise.
48981         * include/sys/uio.h: Likewise.
48982         * include/sys/utsname.h: Likewise.
48983         * include/sys/wait.h: Likewise.
48984         * include/termios.h: Likewise.
48985         * include/time.h: Likewise.
48986         * include/ulimit.h: Likewise.
48987         * include/unistd.h: Likewise.
48988         * include/utime.h: Likewise.
48989         * include/wchar.h: Likewise.
48990         * include/wctype.h: Likewise.
48991         * include/wordexp.h: Likewise.
48993         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48995         * time/time.h: TIME_UTC must be a macro.
48996         Make timespec_get available for ISO C11 only as well.
48998 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49000         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49001         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49003 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49005         * configure.in: Use -o not -a in test for unsupported multi-arch.
49007 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49009         * manual/texinfo.tex: Update to version 2012-01-19.16.
49011 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49013         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49015 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49017         [BZ #13738]
49018         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49019         * manual/fdl-1.3.texi: New file.
49020         * manual/fdl-1.1.texi: File removed.
49022         [BZ #13738]
49023         * manual/libc.texinfo (FDL_VERSION): New @set.
49024         Use it for mention of FDL in cover text.
49025         (Documentation License): Use it in @include file name.
49027 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49028             Roland McGrath  <roland@hack.frob.com>
49030         [BZ #5461]
49031         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49032         (not LONG_LONG_MAX and LONG_LONG_MIN.
49033         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49034         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49035         name.
49036         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49038 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49040         [BZ #2547]
49041         [BZ #11365]
49042         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49043         manipulate bits before adding and subtracting TWO23[sx].
49044         * math/libm-test.inc (nearbyint_test): Add more tests.
49046 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49048         [BZ #2548]
49049         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49050         bits before adding and subtracting TWO23[sx].
49051         * math/libm-test.inc (rint_test): Add more tests.
49052         (rint_test_tonearest): Likewise.
49053         (rint_test_towardzero): Likewise.
49054         (rint_test_downward): Likewise.
49055         (rint_test_upward: Likewise.
49057 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49059         [BZ #10110]
49060         * include/stdc-predef.h: New file.  Extracted from features.h.
49061         * include/features.h: Include stdc-predef.h.
49062         * Makefile (headers): Add stdc-predef.h.
49063         * CONFORMANCE (Compiler limitations): Update.
49065 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49067         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49069 2012-02-21  David S. Miller  <davem@davemloft.net>
49071         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49072         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49074 2012-02-20  David S. Miller  <davem@davemloft.net>
49076         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49077         using a normal save/restore sequence, rather than allocating a
49078         dummy stack frame just to store a frame pointer and restore.
49079         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49081 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49083         * manual/install.texi: Fix stray word in line-wrapped comment.
49085 2012-02-20  David S. Miller  <davem@davemloft.net>
49087         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49088         both binutils and gcc support GOTDATA.
49090         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49091         "rd %pc" in the PIC register setup sequences.
49093         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49094         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49095         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49096         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49097         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49098         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49099         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49100         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49101         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49102         (SYSCALL_ERROR_HANDLER): Likewise.
49103         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49104         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49105         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49106         (SYSCALL_ERROR_HANDLER): Likewise.
49108         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49109         (HAVE_GCC_GOTDATA): New.
49110         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49111         relocation support in both binutils and gcc.
49112         * sysdeps/sparc/elf/configure: Regenerate.
49114         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49115         * sysdeps/sparc/sparc32/elf/configure: Delete.
49116         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49117         * sysdeps/sparc/sparc64/elf/configure: Delete.
49118         * sysdeps/sparc/elf/configure.in: New file.
49119         * sysdeps/sparc/elf/configure: Generate.
49121         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49122         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49123         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49124         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49125         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49127 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49129         * manual/install.texi: Do not mention specific glibc version
49130         numbers.
49131         * manual/libc.texinfo (VERSION, UPDATED): Update.
49132         (@copying): Use @copyright{} and range of years.
49134 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49136         [BZ #13695]
49137         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49138         [crti.S not in sysdirs] (generated): Do not append.
49139         [crti.S not in sysdirs] (omit-deps): Likewise.
49140         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49141         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49142         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49143         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49144         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49145         Likewise.
49146         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49147         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49148         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49149         * csu/defs.awk: Remove file.
49150         * sysdeps/generic/initfini.c: Likewise.
49151         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49152         variable.
49153         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49154         Likewise.
49156 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49158         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49159         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49160         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49161         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49162         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49163         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49164         <bits/epoll.h>.
49165         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49166         (__EPOLL_PACKED): Define to empty if not defined by
49167         <bits/epoll.h>.
49168         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49169         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49170         bits/epoll.h.
49172 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49174         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49175         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49176         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49177         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49178         <bits/timerfd.h>.
49179         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49180         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49181         bits/timerfd.h.
49183 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49185         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49186         in C locale.
49187         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49188         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49189         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49192 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49194         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49195         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49197 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49199         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49200         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49201         defined.
49202         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49203         Likewise.
49204         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49205         entry for 2.16.
49207 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49209         * math/w_acos.c: Use non-signaling floating-point comparisons.
49210         * math/w_acosf.c: Likewise.
49211         * math/w_acosh.c: Likewise.
49212         * math/w_acoshf.c: Likewise.
49213         * math/w_acoshl.c: Likewise.
49214         * math/w_acosl.c: Likewise.
49215         * math/w_asin.c: Likewise.
49216         * math/w_asinf.c: Likewise.
49217         * math/w_asinl.c: Likewise.
49218         * math/w_atanh.c: Likewise.
49219         * math/w_atanhf.c: Likewise.
49220         * math/w_atanhl.c: Likewise.
49221         * math/w_exp2.c: Likewise.
49222         * math/w_exp2f.c: Likewise.
49223         * math/w_exp2l.c: Likewise.
49224         * math/w_j0.c: Likewise.
49225         * math/w_j0f.c: Likewise.
49226         * math/w_j0l.c: Likewise.
49227         * math/w_j1.c: Likewise.
49228         * math/w_j1f.c: Likewise.
49229         * math/w_j1l.c: Likewise.
49230         * math/w_jn.c: Likewise.
49231         * math/w_jnf.c: Likewise.
49232         * math/w_log.c: Likewise.
49233         * math/w_log10.c: Likewise.
49234         * math/w_log10f.c: Likewise.
49235         * math/w_log10l.c: Likewise.
49236         * math/w_log2.c: Likewise.
49237         * math/w_log2f.c: Likewise.
49238         * math/w_log2l.c: Likewise.
49239         * math/w_logf.c: Likewise.
49240         * math/w_logl.c: Likewise.
49241         * math/w_sqrt.c: Likewise.
49242         * math/w_sqrtf.c: Likewise.
49243         * math/w_sqrtl.c: Likewise.
49244         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49245         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49246         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49247         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49248         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49250 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49252         [BZ #9739]
49253         * manual/string.texi (strnlen): Use correct parameter name in
49254         equivalent expression.
49256 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49258         [BZ #11174]
49259         * manual/users.texi (seteuid): Consistently use neweuid for
49260         argument name.
49262 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49264         [BZ #13704]
49265         * manual/nss.texi (Services in the NSS configuration): Correct
49266         list of services in example configuration file.
49268 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49270         [BZ #11322]
49271         * manual/arith.texi: Remove statements about negative zero
49272         behaving identically to zero.
49274 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49276         [BZ #5993]
49277         * manual/install.texi: Do not document upgrading from libc5.
49279 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49281         [BZ #4596]
49282         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49284 2012-02-18  David S. Miller  <davem@davemloft.net>
49286         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49287         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49288         %o7 across the call.
49289         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49290         instead.
49291         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49292         SETUP_PIC_REG_LEAF.
49293         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49294         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49295         * sysdeps/sparc/crtn.S: Likewise.
49297 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49299         * aout/Makefile: Remove.
49301 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49303         [BZ #13058]
49304         * manual/examples/argp-ex1.c (main): Format definition in GNU
49305         style.
49306         * manual/examples/argp-ex2.c (main): Likewise.
49307         * manual/examples/argp-ex3.c (main): Likewise.
49308         * manual/examples/argp-ex4.c (main): Likewise.
49309         * manual/examples/longopt.c (main): Use new-style prototype
49310         definition.
49311         * manual/examples/strncat.c (main): Specify return type and use
49312         (void) for arguments.
49313         * manual/examples/subopt.c (main): Use char **argv argument.
49315 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49317         [BZ #5077]
49318         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49319         rounding modes.
49321 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49323         [BZ #6907]
49324         * manual/string.texi (strchr): Change when strchrnul is
49325         recommended.
49327 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49329         [BZ #174]
49330         * manual/locale.texi (setlocale): Document LOCPATH.
49332 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49334         [BZ #10210]
49335         * manual/process.texi (execle): Move @dots{} before last argument.
49337 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49339         [BZ #12047]
49340         * manual/charset.texi (Generic Charset Conversion): Fix typo
49341         (LC_TYPE -> LC_CTYPE).
49343 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49345         [BZ #5805]
49346         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49347         (scalbnf): Likewise.
49348         (scalbnl): Likewise.
49349         (scalbln): Likewise.
49350         (scalblnf): Likewise.
49351         (scalblnl): Likewise.
49352         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49353         (vwarnx): Likewise.
49354         (verr): Likewise.
49355         (verrx): Likewise.
49356         * manual/filesys.texi (telldir): Use braces around return type.
49357         * manual/llio.texi (mmap): Add space after comma.
49358         (mmap64): Likewise.
49359         * manual/math.texi (jn): Use @var{} on parameter names.
49360         (jnf): Likewise.
49361         (jnl): Likewise.
49362         (yn): Likewise.
49363         (ynf): Likewise.
49364         (ynl): Likewise.
49365         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49366         line.
49367         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49368         "...".
49369         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49370         (sched_get_priority_max): Likewise.
49371         * manual/signal.texi (sigvec): Add space after comma.
49372         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49373         names.
49374         (if_indextoname): Likewise.
49375         (if_freenameindex): Likewise.
49376         (sendto): Use ',' instead of '.' in prototype.
49377         * manual/startup.texi (syscall): Use @dots{} instead of literal
49378         "...".
49379         * manual/stdio.texi (__fpending): Separate initial words of
49380         paragraph from @deftypefun line.
49381         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49382         "...".
49383         (vsyslog): Use @var{} on parameter names.
49384         * manual/terminal.texi (stty): Use @var{} on parameter names.
49385         * manual/users.texi (getutmp): Use @var{} on parameter names.
49386         (getutmpx): Likewise.
49388 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49390         [BZ #6884]
49391         * manual/stdio.texi (fopen): Fix typos in description of
49392         ",ccs=STRING".
49394 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49396         [BZ #4026]
49397         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49398         get clock_id definition.
49400 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49402         [BZ #4822]
49403         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49404         (madvise): Cast every argument to void on its own.
49406 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49408         [BZ #9902]
49409         * manual/startup.texi (Exit Status): Fix typo.
49411 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49413         [BZ #10140]
49414         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49415         * manual/examples/argp-ex2.c: Likewise.
49416         * manual/examples/argp-ex3.c: Likewise.
49418 2012-02-16  Richard Henderson  <rth@redhat.com>
49420         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49421         * sysdeps/s390/s390-32/initfini.c: Remove.
49422         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49423         * sysdeps/s390/s390-64/initfini.c: Remove.
49425 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49427         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49428         compiler output for sysdeps/generic/initfini.c.
49429         * sysdeps/sh/elf/initfini.c: Remove file.
49431 2012-02-16  David S. Miller  <davem@davemloft.net>
49433         [BZ #11494]
49434         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49436         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49437         * sysdeps/sparc/crti.S: New file.
49438         * sysdeps/sparc/crtn.S: New file.
49439         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49440         * sysdeps/sparc/sparc64/Makefile: Likewise.
49442 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49444         [BZ #3335]
49445         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49447 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49449         [BZ #4822]
49450         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49452         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49453         (write, read, close): Likewise.
49454         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49456 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49458         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49459         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49460         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49461         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49462         <bits/signalfd.h>.
49463         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49464         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49465         bits/signalfd.h.
49467 2012-02-14  Marek Polacek  <polacek@redhat.com>
49469         * sysdeps/x86_64/crti.S: New file.
49470         * sysdeps/x86_64/crtn.S: New file.
49471         * sysdeps/x86_64/elf/initfini.c: Remove file.
49473 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49475         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49476         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49477         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49478         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49479         <bits/inotify.h>.
49480         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49481         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49482         bits/inotify.h.
49484 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49486         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49487         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49488         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49489         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49490         <bits/eventfd.h>.
49491         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49492         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49493         bits/eventfd.h.
49495 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49497         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49498         __feraiseexcept instead of feraiseexcept.
49500         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49501         nanosleep invocations.
49502         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49503         strings, and add error checking for a nanosleep invocations.
49505 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49507         Replace FSF snail mail address with URLs, as per GNU coding standards.
49508         Most of the snail mail addresses were wrong anyway, and omitting
49509         them makes the source code easier to maintain.  Almost all of the
49510         changes are to license notices and to locale LC_IDENTIFICATION
49511         addresses, except for this one:
49512         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49513         not its snail mail address.
49515 2012-02-09  Richard Henderson  <rth@twiddle.net>
49517         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49518         of kernel-features.h.
49520         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49522 2012-02-08  Marek Polacek  <polacek@redhat.com>
49524         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49525         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49526         * sysdeps/gnu/_G_config.h: Likewise.
49527         * sysdeps/generic/_G_config.h: Likewise.
49529 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49531         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49532         tests.
49533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49535         * sysdeps/powerpc/powerpc32/crti.S: New file.
49536         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49537         * sysdeps/powerpc/powerpc64/crti.S: New file.
49538         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49540         * Makeconfig (have-initfini): Don't set.
49541         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49542         * configure.in (nopic_initfini): Don't substitute.
49543         * config.h.in (HAVE_INITFINI): Don't #undef.
49544         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49545         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49547 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49549         Support crti.S and crtn.S provided directly by architectures.
49550         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49551         [crti.S in sysdirs] (omit-deps): Likewise.
49552         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49553         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49554         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49555         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49556         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49557         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49558         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49559         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49560         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49561         compiler output for sysdeps/generic/initfini.c.
49562         * sysdeps/i386/elf/Makefile: Remove file.
49563         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49565 2012-02-07  Marek Polacek  <polacek@redhat.com>
49567         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49568         * sysdeps/gnu/_G_config.h: Likewise.
49569         * sysdeps/mach/hurd/_G_config.h: Likewise.
49571 2012-02-07  Marek Polacek  <polacek@redhat.com>
49573         * math/Makefile (tests): Add tst-CMPLX2.
49574         * math/tst-CMPLX2.c: New file.
49576 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49578         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49580         * math/libm-test.inc (jn_test): Add missing L suffix.
49582 2012-02-06  Marek Polacek  <polacek@redhat.com>
49584         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49585         * sysdeps/i386/fpu/e_powf.S: Likewise.
49586         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49587         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49588         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49589         * sysdeps/i386/fpu/e_pow.S: Likewise.
49590         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49591         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49592         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49593         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49594         * sysdeps/i386/fpu/e_log2.S: Likewise.
49595         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49596         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49597         * sysdeps/i386/fpu/e_powl.S: Likewise.
49598         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49599         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49600         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49601         * sysdeps/i386/fpu/e_logl.S: Likewise.
49602         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49603         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49604         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49605         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49606         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49607         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49608         * sysdeps/i386/fpu/e_log.S: Likewise.
49609         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49610         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49611         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49612         * sysdeps/i386/fpu/e_logf.S: Likewise.
49613         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49614         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49615         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49616         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49617         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49618         * sysdeps/i386/fpu/e_log10.S: Likewise.
49619         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49620         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49621         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49622         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49623         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49624         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49625         * sysdeps/i386/asm-syntax.h: Likewise.
49626         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49627         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49628         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49629         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49630         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49631         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49632         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49633         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49634         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49635         * sysdeps/powerpc/sysdep.h: Likewise.
49636         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49637         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49639 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49641         [BZ #411]
49642         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49644 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49646         * sysdeps/i386/sysdep.h: Include <features.h>.
49647         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49648         version.
49650 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49652         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49653         Define.
49654         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49655         LOAD_PIC_REG_STR.
49657 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49659         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49660         (SETUP_PIC_REG): Use GET_PC_THUNK.
49661         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49662         macro.
49664 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49666         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49667         for non-PIC compilation.
49668         (SETUP_PIC_REG): Add .p2align directive.
49669         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49670         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49671         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49672         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49673         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49674         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49675         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49676         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49677         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49678         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49679         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49680         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49681         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49682         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49683         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49684         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49685         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49686         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49687         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49688         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49689         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49690         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49691         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49692         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49693         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49694         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49695         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49696         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49697         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49698         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49699         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49700         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49701         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49702         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49703         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49704         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49705         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49706         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49707         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49708         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49709         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49711 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49713         * math/tst-CMPLX.c: Include <stdio.h>.
49715 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49717         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49718         float.
49719         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49720         * sysdeps/sparc/bits/mathdef.h: Likewise.
49722 2012-01-31  Marek Polacek  <polacek@redhat.com>
49724         * libio/libio.h: Don't define _PARAMS.
49725         * locale/programs/config.h: Don't define PARAMS.
49726         * stdlib/strtol_l.c: Likewise.
49727         (__strtol_l): Remove PARAMS from the prototype.
49729 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49731         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49732         names.  Just use the correct names.  Remove unnecessary wrapper
49733         functions.
49734         * malloc/arena.c: Likewise.
49735         * malloc/hooks.c: Likewise.
49737         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49738         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49739         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49741 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49743         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49744         into tail calls.
49745         (update_get_addr): New function.
49746         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49747         GET_ADDR_MODULE parameter.
49749 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49751         * crypt/cert.c: Remove __STDC__ conditionals.
49752         * crypt/crypt-entry.c: Likewise.
49753         * crypt/crypt_util.c: Likewise.
49754         * libio/filedoalloc.c: Likewise.
49755         * libio/fileops.c: Likewise.
49756         * libio/genops.c: Likewise.
49757         * libio/iofclose.c: Likewise.
49758         * libio/iofdopen.c: Likewise.
49759         * libio/iofopen.c: Likewise.
49760         * libio/iofopen64.c: Likewise.
49761         * libio/iogetdelim.c: Likewise.
49762         * libio/iopopen.c: Likewise.
49763         * libio/obprintf.c: Likewise.
49764         * libio/oldfileops.c: Likewise.
49765         * libio/oldiofclose.c: Likewise.
49766         * libio/oldiofdopen.c: Likewise.
49767         * libio/oldiofopen.c: Likewise.
49768         * libio/oldiopopen.c: Likewise.
49769         * libio/wfiledoalloc.c: Likewise.
49770         * libio/wgenops.c: Likewise.
49771         * locale/programs/xmalloc.c: Likewise.
49772         * misc/syslog.c: Likewise.
49773         * stdio-common/xbug.c: Likewise.
49774         * string/memchr.c: Likewise.
49775         * string/memcmp.c: Likewise.
49776         * string/memrchr.c: Likewise.
49777         * string/rawmemchr.c: Likewise.
49778         * sysdeps/posix/getcwd.c: Likewise.
49779         * time/strftime_l.c: Likewise.
49781 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49783         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49784         * config.make.in (config-cflags-sse2avx): Define.
49785         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49786         Fix typo.
49788 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49790         * scripts/config.guess: Update from upstream config git repository.
49791         * scripts/config.sub: Likewise.
49793 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49795         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49796         (EM_NUM): Update.
49797         (R_TILEPRO_*, R_TILEGX_*): New macros.
49799         * scripts/firstversions.awk: Fix bug in version range handling.
49801         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49803         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49805         * include/sys/epoll.h: New file.
49806         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49807         libc_hidden_def.
49809 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49811         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49812         Avoid unnecessary __WORDSIZE == 64 test.
49813         (fmaxf): Use VEX format if possible.
49814         (fmax): Likewise.
49815         (fminf): Likewise.
49816         (fmin): Likewise.
49818         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49819         * math/math_private.h: Remove libc_fegetround* and
49820         libc_fesetround*.
49821         * sysdeps/i386/configure.in: Check for -msse2avx.
49822         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49823         also if SSE2AVX is defined.
49824         Remove libc_fegetround* and libc_fesetround*.
49825         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49826         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49827         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49828         of HAS_YMM_USABLE.
49829         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49830         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49831         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49832         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49833         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49835         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49837 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49839         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49840         size is not set.
49841         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49843 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49845         [BZ #13618]
49846         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49847         relocation.
49848         * Makeconfig (libm): Define.
49849         * elf/Makefile: Add rules to build and run tst-relsort1.
49850         * elf/tst-relsort1.c: New file.
49851         * elf/tst-relsort1mod1.c: New file.
49852         * elf/tst-relsort1mod2.c: New file.
49854 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49856         * math/s_ldexp.c: Remove __STDC__ conditionals.
49857         * math/s_ldexpf.c: Likewise.
49858         * math/s_ldexpl.c: Likewise.
49859         * math/s_nextafter.c: Likewise.
49860         * math/s_nexttowardf.c: Likewise.
49861         * math/s_significand.c: Likewise.
49862         * math/s_significandf.c: Likewise.
49863         * math/s_significandl.c: Likewise.
49864         * math/w_jnl.c: Likewise.
49865         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49866         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49867         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49868         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49869         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49870         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49871         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49872         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49873         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49874         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49875         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49876         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49877         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49878         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49879         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49880         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49881         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49882         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49883         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49884         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49885         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49886         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49887         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49888         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49889         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49890         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49891         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49892         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49893         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49894         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49895         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49896         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49897         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49898         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49899         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49900         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49901         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49902         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49903         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49904         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49905         * sysdeps/ieee754/k_standard.c: Likewise.
49906         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49907         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49908         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49909         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49910         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49911         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49912         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49913         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49914         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49915         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49916         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49917         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49918         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49919         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49920         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49921         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49922         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49923         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49924         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49925         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49926         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49927         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49928         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49929         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49930         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49931         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49932         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49933         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49934         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49935         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49936         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49937         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49938         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49939         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49940         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49941         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49942         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49943         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49944         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49945         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49946         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49947         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49948         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49949         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49950         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49951         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49952         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49953         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49954         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49955         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49956         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49957         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49958         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49959         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49960         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49961         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49962         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49963         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49964         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49965         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49966         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49967         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49968         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49969         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49970         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49971         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49972         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49973         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49974         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49975         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49976         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49977         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49978         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49979         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49980         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49981         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49982         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49983         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49984         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49985         * sysdeps/ieee754/s_matherr.c: Likewise.
49986         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49987         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49988         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49989         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49991 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49993         * crypt/md5.h: Remove __STDC__ conditionals.
49994         * libio/libioP.h: Likewise.
49995         * locale/programs/config.h: Likewise.
49996         * sysdeps/generic/sysdep.h: Likewise.
49997         * sysdeps/i386/asm-syntax.h: Likewise.
49998         * sysdeps/s390/asm-syntax.h: Likewise.
49999         * sysdeps/unix/sysdep.h: Likewise.
50000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50003 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50005         * libio/libio.h: Remove __STDC__ conditionals.
50006         * malloc/obstack.h: Likewise.
50007         * math/complex.h: Likewise.
50008         * math/math.h: Likewise.
50009         * sysdeps/generic/_G_config.h: Likewise.
50010         * sysdeps/gnu/_G_config.h: Likewise.
50011         * sysdeps/mach/hurd/_G_config.h: Likewise.
50012         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50013         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50014         * sysdeps/sparc/bits/mathdef.h: Likewise.
50016 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50018         [BZ #13583]
50019         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50020         Clean up HAS_* macros.
50021         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50022         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50023         possible.
50024         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50025         HAS_AVX.
50026         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50027         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50028         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50029         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50030         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50032 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50034         * elf/tst-unique3.cc (gets): Remove declaration.
50035         * elf/tst-unique3lib.cc (gets): Likewise.
50036         * elf/tst-unique3lib2.cc (gets): Likewise.
50037         * elf/tst-unique4.cc (gets): Likewise.
50039 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50041         * include/stdio.h: Add C++ protection.  Add gets declarations and
50042         definitions.
50043         * debug/tst-chk1.c: Don't declare gets here.
50044         * stdio-common/tst-gets.c: Likewise.
50046 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50048         * posix/glob: Remove directory.
50050 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50052         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50054 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50056         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50057         of the non-standard EPFNOSUPPORT.
50059 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50061         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50062         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50063         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50065 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50067         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50069 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50071         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50072         transient errors.
50073         * nscd/grpcache.c (cache_addgr): Likewise.
50074         * nscd/hstcache.c (cache_addhst): Likewise.
50075         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50076         * nscd/pwdcache.c (cache_addpw): Likewise.
50077         * nscd/servicescache.c (cache_addserv): Likewise.
50079 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50081         * malloc/malloc.c: Various cleanups.
50082         * malloc/hooks.c: Likewise.
50084         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50085         * stdlib/bug-fmtmsg1.c: New file.
50087         * stdlib/fmtmsg.c (init): Add missing unlock.
50088         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50090 2012-01-12  Marek Polacek  <polacek@redhat.com>
50092         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50093         and _GNU_SOURCE.
50095 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50097         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50098         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50099         macro to ensure uniqueness of label name.
50100         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50101         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50103 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50105         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50107         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50108         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50109         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50110         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50112 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50114         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50116         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50117         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50118         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50120         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50122         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50123         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50124         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50125         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50127         * math/bits/math-finite.h: Add ldexp support.
50129 2012-01-10  Marek Polacek  <polacek@redhat.com>
50131         * locale/programs/localedef.h (show_archive_content): Add noreturn
50132         attribute.
50134 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50136         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50138 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50140         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50142         * io/Makefile (headers): Add bits/poll2.h.
50144 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50147         typo #include statement.
50149 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50151         * include/sys/cdefs.h: Define __attribute_alloc_size.
50152         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50153         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50154         * elf/pldd.c: Likewise.
50155         * iconv/iconv_charmap.c: Likewise.
50156         * iconv/iconvconfig.c: Likewise.
50157         * iconv/strtab.c: Likewise.
50158         * locale/programs/locale.c: Likewise.
50159         * locale/programs/localedef.h: Likewise.
50160         * locale/programs/simple-hash.c: Likewise.
50161         * nscd/nscd.h: Likewise.
50162         * nss/makedb.c: Likewise.
50163         * sysdeps/generic/ldconfig.h: Likewise.
50164         * locale/programs/localedef.c: Remove xmalloc prototype.
50165         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50167 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50169         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50170         appropriate.
50172 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50174         * math/Makefile (tests): Add tst-CMPLX.
50175         * math/tst-CMPLX.c: New file.
50177         * math/complex.h (CMPLXL): Fix typo.
50179         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50180         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50181         GLIBC_2.16.
50182         * debug/tst-chk1.c: Add poll and ppoll tests.
50183         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50184         * include/sys/poll.h: Add hidden proto for ppoll.
50185         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50186         * sysdeps/mach/hurd/ppoll.c: Likewise.
50187         * io/ppoll.c: Likewise.
50188         * debug/poll_chk.c: New file.
50189         * debug/ppoll_chk.c: New file.
50190         * include/bits/poll2.h: New file.
50191         * io/bits/poll2.h: New file.
50193         [BZ #1350]
50194         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50196         * configure.in: static is always set to yes.  Remove.
50197         * config.make.in: Don't set build-static.
50198         * Makeconfig: Remove use of build-static.
50199         * dlfcn/Makefile: Likewise.
50200         * elf/Makefile: Likewise.
50201         * math/Makefile: Likewise.
50202         * misc/Makefile: Likewise.
50203         * nptl/Makefile: Likewise.
50204         * sysdeps/mach/hurd/Makefile: Likewise.
50206         * configure.in: PWD_P is not used anymore.
50207         * config.make.in: Remove PWD_P entry.
50209         * configure.in: Remove last remnants of RANLIB.
50210         No need to check for signed size_t anymore.
50211         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50212         and IA-64.
50213         Remove __builtin_expect test because we require at least gcc 3.4.
50214         * aclocal.m4: Likewise.
50216         * wcsmbs/mbrtoc16.c: Implement using towc function.
50217         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50218         * wcsmbs/wcsmbsload.c: Likewise.
50219         * iconv/gconv_simple.c: Likewise.
50220         * iconv/gconv_int.h: Likewise.
50221         * iconv/gconv_builtin.h: Likewise.
50222         * iconv/iconv_prog.c: Remove CHAR16 handling.
50224         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50226         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50228         * configure.in: Remove --with-elf and --enable-bounded options.
50229         Dont set base_machine for ia64.  More non-ELF conditions removed.
50230         Remove testing and setting of leading underscore information.
50231         * config.make.in (build-bounded): Set to no.
50232         * config.h.in: Remove NO_UNDERSCORES entry.
50233         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50234         them.
50235         * csu/start.c: Remove !NO_UNDERSCORE code.
50236         * locale/localeinfo.h: Likewise.
50237         * sysdeps/generic/machine-gmon.h: Likewise.
50238         * sysdeps/generic/sysdep.h: Likewise.
50239         * sysdeps/i386/sysdep.h: Likewise.
50240         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50241         * sysdeps/mach/sysdep.h: Likewise.
50242         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50243         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50244         * sysdeps/sh/sysdep.h: Likewise.
50245         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50246         * sysdeps/unix/i386/sysdep.S: Likewise.
50247         * sysdeps/unix/sparc/start.c: Likewise.
50248         * sysdeps/unix/sparc/sysdep.S: Likewise.
50249         * sysdeps/unix/sparc/sysdep.h: Likewise.
50250         * sysdeps/unix/start.c: Likewise.
50251         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50252         * sysdeps/x86_64/sysdep.h: Likewise.
50254 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50256         [BZ #13553]
50257         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50258         for non-gcc.
50259         * argp/argp-fmtstream.h: Use const instead __const.
50260         * argp/argp.h: Likewise.
50261         * assert/assert.h: Likewise.
50262         * bits/fenv.h: Likewise.
50263         * bits/sched.h: Likewise.
50264         * bits/sigset.h: Likewise.
50265         * bits/sigthread.h: Likewise.
50266         * catgets/nl_types.h: Likewise.
50267         * conform/data/pthread.h-data: Likewise.
50268         * crypt/crypt-private.h: Likewise.
50269         * crypt/crypt.h: Likewise.
50270         * crypt/crypt_util.c: Likewise.
50271         * ctype/ctype.h: Likewise.
50272         * debug/execinfo.h: Likewise.
50273         * debug/mbsnrtowcs_chk.c: Likewise.
50274         * debug/mbsrtowcs_chk.c: Likewise.
50275         * debug/wcsnrtombs_chk.c: Likewise.
50276         * debug/wcsrtombs_chk.c: Likewise.
50277         * debug/wcstombs_chk.c: Likewise.
50278         * dirent/dirent.h: Likewise.
50279         * dlfcn/dlfcn.h: Likewise.
50280         * elf/neededtest4.c: Likewise.
50281         * grp/grp.h: Likewise.
50282         * gshadow/gshadow.h: Likewise.
50283         * iconv/gconv.h: Likewise.
50284         * iconv/gconv_int.h: Likewise.
50285         * iconv/gconv_simple.c: Likewise.
50286         * iconv/iconv.h: Likewise.
50287         * iconv/loop.c: Likewise.
50288         * iconv/skeleton.c: Likewise.
50289         * include/aio.h: Likewise.
50290         * include/aliases.h: Likewise.
50291         * include/argz.h: Likewise.
50292         * include/arpa/inet.h: Likewise.
50293         * include/assert.h: Likewise.
50294         * include/dirent.h: Likewise.
50295         * include/dlfcn.h: Likewise.
50296         * include/execinfo.h: Likewise.
50297         * include/fcntl.h: Likewise.
50298         * include/fenv.h: Likewise.
50299         * include/glob.h: Likewise.
50300         * include/grp.h: Likewise.
50301         * include/libintl.h: Likewise.
50302         * include/mntent.h: Likewise.
50303         * include/netdb.h: Likewise.
50304         * include/pwd.h: Likewise.
50305         * include/rpc/netdb.h: Likewise.
50306         * include/sched.h: Likewise.
50307         * include/search.h: Likewise.
50308         * include/shadow.h: Likewise.
50309         * include/signal.h: Likewise.
50310         * include/stdio.h: Likewise.
50311         * include/stdlib.h: Likewise.
50312         * include/string.h: Likewise.
50313         * include/sys/socket.h: Likewise.
50314         * include/sys/stat.h: Likewise.
50315         * include/sys/statfs.h: Likewise.
50316         * include/sys/statvfs.h: Likewise.
50317         * include/sys/syslog.h: Likewise.
50318         * include/sys/time.h: Likewise.
50319         * include/sys/uio.h: Likewise.
50320         * include/time.h: Likewise.
50321         * include/unistd.h: Likewise.
50322         * include/utmp.h: Likewise.
50323         * include/wchar.h: Likewise.
50324         * include/wctype.h: Likewise.
50325         * inet/aliases.h: Likewise.
50326         * inet/arpa/inet.h: Likewise.
50327         * inet/netinet/ether.h: Likewise.
50328         * inet/netinet/in.h: Likewise.
50329         * intl/libintl.h: Likewise.
50330         * io/bits/fcntl2.h: Likewise.
50331         * io/fcntl.h: Likewise.
50332         * io/ftw.h: Likewise.
50333         * io/sys/poll.h: Likewise.
50334         * io/sys/stat.h: Likewise.
50335         * io/sys/statfs.h: Likewise.
50336         * io/sys/statvfs.h: Likewise.
50337         * io/utime.h: Likewise.
50338         * libio/bits/stdio.h: Likewise.
50339         * libio/bits/stdio2.h: Likewise.
50340         * libio/libio.h: Likewise.
50341         * libio/libioP.h: Likewise.
50342         * libio/stdio.h: Likewise.
50343         * locale/lc-ctype.c: Likewise.
50344         * locale/locale.h: Likewise.
50345         * login/utmp.h: Likewise.
50346         * malloc/arena.c: Likewise.
50347         * malloc/malloc.c: Likewise.
50348         * malloc/malloc.h: Likewise.
50349         * malloc/mcheck.c: Likewise.
50350         * malloc/mtrace.c: Likewise.
50351         * math/bits/mathcalls.h: Likewise.
50352         * math/fenv.h: Likewise.
50353         * math/math_private.h: Likewise.
50354         * misc/bits/error.h: Likewise.
50355         * misc/bits/syslog.h: Likewise.
50356         * misc/err.h: Likewise.
50357         * misc/error.h: Likewise.
50358         * misc/fstab.h: Likewise.
50359         * misc/mntent.h: Likewise.
50360         * misc/regexp.h: Likewise.
50361         * misc/search.h: Likewise.
50362         * misc/sgtty.h: Likewise.
50363         * misc/sys/mman.h: Likewise.
50364         * misc/sys/syslog.h: Likewise.
50365         * misc/sys/uio.h: Likewise.
50366         * misc/sys/xattr.h: Likewise.
50367         * misc/ttyent.h: Likewise.
50368         * nis/rpcsvc/ypclnt.h: Likewise.
50369         * nss/nss.h: Likewise.
50370         * posix/bits/unistd.h: Likewise.
50371         * posix/fnmatch.h: Likewise.
50372         * posix/glob.h: Likewise.
50373         * posix/sched.h: Likewise.
50374         * posix/spawn.h: Likewise.
50375         * posix/sys/wait.h: Likewise.
50376         * posix/unistd.h: Likewise.
50377         * posix/wordexp.h: Likewise.
50378         * pwd/pwd.h: Likewise.
50379         * resolv/netdb.h: Likewise.
50380         * resource/sys/resource.h: Likewise.
50381         * rt/aio.h: Likewise.
50382         * rt/bits/mqueue2.h: Likewise.
50383         * rt/mqueue.h: Likewise.
50384         * shadow/shadow.h: Likewise.
50385         * signal/signal.h: Likewise.
50386         * socket/send.c: Likewise.
50387         * socket/sendto.c: Likewise.
50388         * socket/sys/socket.h: Likewise.
50389         * stdio-common/printf.h: Likewise.
50390         * stdlib/bits/stdlib.h: Likewise.
50391         * stdlib/fmtmsg.h: Likewise.
50392         * stdlib/monetary.h: Likewise.
50393         * stdlib/stdlib.h: Likewise.
50394         * stdlib/ucontext.h: Likewise.
50395         * streams/stropts.h: Likewise.
50396         * string/argz.h: Likewise.
50397         * string/bits/string2.h: Likewise.
50398         * string/string.h: Likewise.
50399         * string/strings.h: Likewise.
50400         * sunrpc/rpc/auth.h: Likewise.
50401         * sunrpc/rpc/auth_des.h: Likewise.
50402         * sunrpc/rpc/clnt.h: Likewise.
50403         * sunrpc/rpc/netdb.h: Likewise.
50404         * sunrpc/rpc/pmap_clnt.h: Likewise.
50405         * sunrpc/rpc/xdr.h: Likewise.
50406         * sysdeps/generic/inttypes.h: Likewise.
50407         * sysdeps/generic/net/if.h: Likewise.
50408         * sysdeps/generic/sys/swap.h: Likewise.
50409         * sysdeps/gnu/net/if.h: Likewise.
50410         * sysdeps/gnu/utmpx.h: Likewise.
50411         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50412         * sysdeps/i386/i486/bits/string.h: Likewise.
50413         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50414         * sysdeps/s390/bits/string.h: Likewise.
50415         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50416         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50417         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50418         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50419         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50420         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50421         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50422         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50423         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50424         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50425         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50426         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50427         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50428         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50429         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50430         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50431         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50432         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50433         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50434         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50435         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50436         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50437         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50438         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50439         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50440         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50441         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50442         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50443         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50444         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50445         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50446         * sysvipc/sys/ipc.h: Likewise.
50447         * sysvipc/sys/msg.h: Likewise.
50448         * sysvipc/sys/sem.h: Likewise.
50449         * sysvipc/sys/shm.h: Likewise.
50450         * termios/termios.h: Likewise.
50451         * time/sys/time.h: Likewise.
50452         * time/time.h: Likewise.
50453         * wcsmbs/bits/wchar2.h: Likewise.
50454         * wcsmbs/uchar.h: Likewise.
50455         * wcsmbs/wchar.h: Likewise.
50456         * wctype/wctype.h: Likewise.
50458         [BZ #13551]
50459         * Makeconfig: Remove all but ELF support including AIX support.
50460         * Makerules: Likewise.
50461         * config.h.in: Likewise.
50462         * config.make.in: Likewise.
50463         * configure: Likewise.
50464         * configure.in: Likewise.
50465         * csu/Makefile: Likewise.
50466         * csu/version.c: Likewise.
50467         * debug/Makefile: Likewise.
50468         * dlfcn/Makefile: Likewise.
50469         * elf/Makefile: Likewise.
50470         * extra-lib.mk: Likewise.
50471         * iconv/Makefile: Likewise.
50472         * include/libc-symbols.h: Likewise.
50473         * include/shlib-compat.h: Likewise.
50474         * resolv/Makefile: Likewise.
50475         * resolv/res_libc.c: Likewise.
50476         * rt/Makefile: Likewise.
50477         * sysdeps/i386/asm-syntax.h: Likewise.
50478         * sysdeps/i386/sysdep.h: Likewise.
50479         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50480         * sysdeps/mach/sysdep.h: Likewise.
50481         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50482         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50483         * sysdeps/s390/asm-syntax.h: Likewise.
50484         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50485         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50486         * sysdeps/sh/sysdep.h: Likewise.
50487         * sysdeps/unix/sparc/sysdep.h: Likewise.
50488         * sysdeps/wordsize-32/divdi3.c: Likewise.
50489         * sysdeps/x86_64/sysdep.h: Likewise.
50491         * argp/Versions: Remove _argp_unlock_xxx.
50493         [BZ #13559]
50494         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50495         * abilist/libBrokenLocale.abilist: Likewise.
50496         * abilist/libanl.abilist: Likewise.
50497         * abilist/libc.abilist: Likewise.
50498         * abilist/libcrypt.abilist: Likewise.
50499         * abilist/libdl.abilist: Likewise.
50500         * abilist/libm.abilist: Likewise.
50501         * abilist/libnsl.abilist: Likewise.
50502         * abilist/libpthread.abilist: Likewise.
50503         * abilist/libresolv.abilist: Likewise.
50504         * abilist/librt.abilist: Likewise.
50505         * abilist/libthread_db.abilist: Likewise.
50506         * abilist/libutil.abilist: Likewise.
50507         * abilist/libnss_db.abilist: New file.
50509         * scripts/abilist.awk: Add support for indirect functions.
50511         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50513         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50515         * shlib-versions: Remove entries for ports architectures.
50517         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50518         files in ports.
50519         * elf/stackguard-macros.h: Remove support for IA-64.
50520         * elf/tst-auditmod1.c: Likewise.
50521         * sysdeps/generic/ldsodefs.h: Likewise.
50523         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50524         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50525         configure files.
50527         [BZ #13552]
50528         * configure.in: Remove --enable-omitfp support.
50529         * FAQ.in: Adjust.
50530         * config.make.in: Likewise.
50531         * Makeconfig: Likewise.
50532         * manual/install.texi: Likewise.
50534         In case anyone cares, the IA-64 architecture could move to ports.
50535         * sysdeps/ia64/*: Removed.
50536         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50537         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50539         [BZ #13555]
50540         * configure.in: Remove entries for unsupported architectures.
50542         [BZ #13533]
50543         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50544         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50545         routines.
50546         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50547         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50548         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50549         fall back to using wcrtomb.
50550         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50551         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50552         renaming.
50553         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50554         * wcsmbs/tst-c16c32-1.c: New file.
50556         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50557         local variable.
50559         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50561         * elf/tst-unique3.cc: Add explicit declaration of gets.
50562         * elf/tst-unique3lib.cc: Likewise.
50563         * elf/tst-unique3lib2.cc: Likewise.
50564         * elf/tst-unique4.cc: Likewise.
50566         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50568 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50570         [BZ #13566]
50571         * assert/assert.h (static_assert): Don't define for C++.
50572         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50573         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50575 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50577         * iconv/loop.c (single loop): Fix assertion in storing of
50578         remaining bytes.
50580         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50582 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50584         * posix/getconf.c: Update copyright year.
50585         * nss/getent.c: Likewise.
50586         * nss/makedb.c: Likewise.
50587         * iconv/iconvconfig.c: Likewise.
50588         * iconv/iconv_prog.c: Likewise.
50589         * elf/ldconfig.c: Likewise.
50590         * elf/pldd.c: Likewise.
50591         * elf/sotruss.ksh: Likewise.
50592         * catgets/gencat.c: Likewise.
50593         * csu/version.c: Likewise.
50594         * elf/ldd.bash.in: Likewise.
50595         * elf/sprof.c (print_version): Likewise.
50596         * locale/programs/locale.c: Likewise.
50597         * locale/programs/localedef.c: Likewise.
50598         * login/programs/pt_chown.c: Likewise.
50599         * nscd/nscd.c (print_version): Likewise.
50600         * debug/xtrace.sh: Likewise.
50601         * malloc/memusage.sh: Likewise.
50602         * malloc/mtrace.pl: Likewise.
50603         * debug/catchsegv.sh: Likewise.
50605 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50607         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50608         pure attribute.
50610 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50612         [BZ #13533]
50613         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50614         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50615         transformations.
50616         * iconv/gconv_int.h: Likewise.
50617         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50618         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50619         from libc for GLIBC_2.16.
50620         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50621         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50622         * wcsmbs/uchar.h: Really define mbstate_t.
50623         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50624         * wcsmbs/c16rtomb.c: New file.
50625         * wcsmbs/mbrtoc16.c: New file.
50626         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50627         for C/POSIX locale.
50628         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50629         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50631         * wcsmbs/wchar.h: Add missing __restrict.
50633 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50635         [BZ #13532]
50636         * time/Makefile (routines): Add timespec_get.
50637         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50638         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50639         timespec for ISO C11.
50640         * time/timespec_get.c: New file.
50641         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50642         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50644         [BZ #13531]
50645         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50646         * stdlib/stdlib.h: Declare aligned_alloc.
50647         * Versions.def: Add GLIBC_2.16 for libc.
50648         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50650         [BZ 13527]
50651         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50652         ISO C11.
50654         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50655         code.
50657         [BZ #13528]
50658         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50660         [BZ #13529]
50661         * assert/assert.h (static_assert): Define.
50663         * version.h: Update for 2.16 development version.
50665         [BZ #13526]
50666         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50667         _ISOC11_SOURCE.
50669         * version.h (RELEASE): Bump for 2.15 release.
50670         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50672         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50673         Patch by Marek Polacek <mpolacek@redhat.com>.
50675         * bits/byteswap.h: Protect long long constants with __extension__.
50676         * sysdeps/i386/bits/byteswap.h: Likewise.
50677         * sysdeps/ia64/bits/byteswap.h: Likewise.
50678         * sysdeps/s390/bits/byteswap.h: Likewise.
50679         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50681 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50683         [BZ #13540]
50684         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50685         destination buffer.
50686         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50688 2011-12-23  Marek Polacek  <polacek@redhat.com>
50690         * elf/dl-addr.c (determine_info): Add inline keyword.
50691         * elf/tst-auditmod4b.c (check_avx): Likewise.
50692         * elf/tst-auditmod6b.c (check_avx): Likewise.
50693         * elf/tst-auditmod6c.c (check_avx): Likewise.
50694         * elf/tst-auditmod7b.c (check_avx): Likewise.
50696 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50698         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50699         !__SSE_MATH__.
50701 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50703         [BZ #13540]
50704         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50705         processing for last bytes.
50707 2011-08-06  Bruno Haible  <bruno@clisp.org>
50709         [BZ #13061]
50710         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50711         U+0385, not to U+1FEE.
50713         [BZ #13062]
50714         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50715         entry for U+00A5 U+0301.
50717 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50719         [BZ #13166]
50720         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50721         buffer for the output is too small.
50723         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50724         optimization.
50726         [BZ #13185]
50727         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50728         SSE flags if possible.
50730 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50732         [BZ #13540]
50733         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50734         processing for last bytes.
50736 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50738         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50739         (syscall-list-default-options, syscall-list-default-condition)
50740         (syscall-list-includes): Define.
50741         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50742         list of ABIs and options and #if conditions for each ABI.  Do not
50743         handle common syscalls between ABIs specially.
50744         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50745         Remove.
50746         (syscall-list-variants, syscall-list-32bit-options)
50747         (syscall-list-32bit-condition, syscall-list-64bit-options)
50748         (syscall-list-64bit-condition): Define.
50749         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50750         (syscall-list-variants, syscall-list-32bit-options)
50751         (syscall-list-32bit-condition, syscall-list-64bit-options)
50752         (syscall-list-64bit-condition): Define.
50753         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50754         Remove.
50755         (syscall-list-variants, syscall-list-32bit-options)
50756         (syscall-list-32bit-condition, syscall-list-64bit-options)
50757         (syscall-list-64bit-condition): Define.
50758         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50759         Remove.
50760         (syscall-list-variants, syscall-list-32bit-options)
50761         (syscall-list-32bit-condition, syscall-list-64bit-options)
50762         (syscall-list-64bit-condition): Define.
50764 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50766         * locale/iso-639.def: Add brx entry.
50768         [BZ #13328]
50769         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50770         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50772         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50773         __feraiseexcept_renamed.
50775 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50777         [BZ #13538]
50778         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50779         EPOLLET with unsigned values.
50780         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50781         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50783         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50784         to large cancellation.
50785         * math/s_cacoshf.c: Likewise.
50786         * math/s_cacoshl.c: Likewise.
50788 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50790         [BZ #13305]
50791         [BZ #12786]
50792         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50793         * math/s_cacoshf.c: Likewise.
50794         * math/s_cacoshl.c: Likewise.
50796 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50798         [BZ #13439]
50799         * iconv/gconv.h: Define __GCONV_SWAP.
50800         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50801         * iconvdata/utf-16.c: Likewise.
50802         * iconvdata/utf-32.c: Likewise.
50804 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50806         [BZ #13524]
50807         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50808         numerator after shifting it by one limb.
50810 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50812         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50813         under [__USE_EXTERN_INLINES].
50815 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50817         [BZ #13446]
50818         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50820 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50822         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50823         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50824         optimized code.
50825         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50826         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50827         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50828         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50829         for strncasecmp/strncasecmp_l compilation.
50830         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50831         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50833 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50835         [BZ #13484]
50836         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50837         of __asm__.
50839 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50841         [BZ #13506]
50842         * time/tzfile.c (__tzfile_read): Check values from file header.
50844 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50846         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50847         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50848         * powerpc/powerpc32/dl-start.S: Likewise.
50849         * powerpc/powerpc32/elf/start.S: Likewise.
50850         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50851         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50852         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50853         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50854         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50855         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50856         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50857         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50858         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50859         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50860         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50861         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50862         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50863         * powerpc/powerpc32/memset.S: Likewise.
50864         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50865         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50866         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50867         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50868         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50869         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50870         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50871         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50872         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50873         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50874         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50875         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50876         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50878 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50880         * math/libm-test.inc: Added more nearbyint tests.
50881         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50882         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50883         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50884         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50886 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50888         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50889         FD_CLOEXEC.
50891 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50893         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50894         Add wcscpy-ssse3 wcscpy-c.
50895         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50896         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50897         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50898         * sysdeps/x86_64/wcschr.S: New file.
50899         * sysdeps/x86_64/wcsrchr.S: New file.
50900         * string/test-strcmp.c: Remove checking of wcscmp function for
50901         wrong alignments.
50902         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50903         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50904         wcsrchr-sse2 wcsrchr-c.
50905         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50906         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50907         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50908         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50909         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50910         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50911         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50912         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50913         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50914         * wcsmbc/wcschr.c (WCSCHR): New macro.
50916 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50918         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50919         * wcsmbs/test-wcsrchr.c: New file.
50920         * string/test-strrchr.c: Add wcsrchr support.
50921         (WIDE): New macro.
50922         * wcsmbs/test-wcscpy.c: New file.
50923         * string/test-strcpy.c: Add wcscpy support.
50924         (WIDE): New macro.
50926 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50928         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50929         the inner loop.
50931 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50933         [BZ #13472]
50934         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50936 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50938         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50939         Minor optimizations.
50941         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50942         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50943         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50945 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50947         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50948         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50949         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50950         for gcc to avoid warnings.
50951         * inet/Makefile (tests): Add tst-checks.
50952         * inet/tst-checks.c: New file.
50954         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50955         warning.
50957         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50958         __wmemcmp_sse2.
50960         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50961         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50963         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50965 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50967         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50968         problem.
50970         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50972 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50974         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50975         conditional on GCC version.
50976         (__arch_compare_and_exchange_val_8_acq)
50977         (__arch_compare_and_exchange_val_16_acq)
50978         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50979         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50980         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50982 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50984         * sysdeps/sh/backtrace.c: New file.
50986 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50988         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50989         parenthesis.
50991 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50993         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50994         falling back to utime.
50996 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50998         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50999         expectations for float.
51001 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51003         * locale/weight.h (findidx): Add parameter len.
51004         * locale/weightwc.h (findidx): Likewise.
51005         * posix/fnmatch_loop.c (FCT): Adjust caller.
51006         * posix/regcomp.c (build_equiv_class): Likewise.
51007         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51008         * posix/regexec.c (check_node_accept_bytes): Likewise.
51009         * string/strcoll_l.c (STRCOLL): Likewise.
51010         * string/strxfrm_l.c (STRXFRM): Likewise.
51012 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51014         * Makefile.in: Remove CVSOPT handling.
51015         * configure.in: Remove use of AC_REVISION.
51016         * iconvdata/Makefile (distribute): No need to filter out CVS.
51017         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51018         handling.
51020 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51022         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51023         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51024         [USE_AS_STRNCASECMP_L]: Likewise.
51025         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51026         NO_TLS_DIRECT_SEG_REFS.
51027         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51028         Fix argument offsets for non-PIC.
51029         [USE_AS_STRNCASECMP_L]: Likewise.
51030         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51031         NO_TLS_DIRECT_SEG_REFS.
51033 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51035         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51036         O_CLOEXEC.
51037         * locale/loadlocale.c (_nl_load_locale): Likewise.
51039 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51041         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51042         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51043         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51044         (SYSCALL_GETTIME): Set errno on error.
51046         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51047         count references to noai6ai_cached.
51049 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51051         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51053         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51054         FD_CLOEXEC for /proc/self/maps.
51056         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51057         FD_CLOEXEC for /proc/meminfo.
51059         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51060         gai.conf.
51062         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51063         FD_CLOEXEC for given file.
51065         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51067         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51068         FD_CLOEXEC for /etc/hosts.
51069         (_gethtent): Likewise.
51071         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51073         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51074         cancellation and set FD_CLOEXEC for /etc/netgroup.
51076         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51077         reading /etc/publickey.
51079         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51080         allow cancellation when reading /etc/group.
51082         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51083         cancellation.
51084         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51086         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51087         when using data file.
51089         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51091         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51092         (write_nis_obj): Use "c" and "e" in fopen.
51094         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51096         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51098         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51100         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51102         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51103         locale.alias.
51105         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51107         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51109         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51111         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51112         file parsing and set FD_CLOEXEC.
51114 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51116         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51118 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51120         * malloc/arena.c (arena_get2): Don't call reused_arena when
51121         _int_new_arena failed.
51123 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51125         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51126         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51127         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51128         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51129         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51130         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51131         to compile strcasecmp and strncasecmp.
51132         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51133         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51135         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51137 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51139         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51140         locale-defines.sym to gen-as-const-headers.
51141         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51142         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51143         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51144         to compile strcasecmp and strncasecmp.
51145         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51146         strcasecmp_l and strncasecmp_l.
51147         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51148         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51149         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51150         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51151         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51152         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51153         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51154         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51155         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51156         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51157         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51159 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51161         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51162         result of SYSDEP_GETTIME_CPU to retval.
51163         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51164         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51166         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51167         variable.
51169         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51170         mantissa words.
51171         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51173         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51174         from unused variable.
51176         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51177         DWARF definitions.
51178         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51179         for assembling.
51181         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51182         over namespaces.
51184         * sunrpc/rpc_prot.c (rejected): Fix case value.
51186         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51187         unsigned long long int to avoid warnings in shift.
51189         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51190         of use of trans.
51191         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51192         variable tmp.
51194         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51195         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51196         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51198         * nis/nis_table.c (nis_list): Use variable of correct type for
51199         result of __follow_path call.
51201 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51203         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51204         of math functions ceil, trunc, floor, round, and sqrt, when
51205         avaliable on the platform.
51206         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51207         name clash.
51208         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51209         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51210         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51212 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51214         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51215         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51217 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51219         * include/unistd.h: Fix __readlink return type.
51220         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51222 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51224         * stdlib/ucontext.h: Undo last change for makecontext.
51226 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51228         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51230         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51231         * setjmp/setjmp.h: Mark functions as non-leaf.
51232         * setjmp/bits/setjmp2.h: Likewise.
51233         * stdlib/ucontext.h: Likewise.
51235 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51237         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51238         (reused_arena): Don't check arena limit.
51239         (arena_get2): Atomically check arena limit.
51241 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51243         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51244         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51246         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51247         instructions.
51249 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51251         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51252         handler when locking.
51254         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51255         Fix size of allocated buffer.
51257 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51259         [BZ #10103]
51260         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51261         declarations for long double functions.
51262         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51264         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51266 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51268         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51269         installed.
51271         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51272         is disabled.
51274 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51276         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51278 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51280         * include/alloca.h (stackinfo_alloca_round): Define.
51281         (extend_alloca): Use it.
51282         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51283         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51284         here.
51286         * scripts/check-local-headers.sh: Ignore libaudit.h.
51288         * nscd/Makefile (extra-objs): Make recursively expanded.
51290 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51292         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51293         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51295         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51296         * posix/tst-rfc3484-2.c: Likewise.
51297         * posix/tst-rfc3484-3.c: Likewise.
51299         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51300         process_vm_writev.
51301         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51302         process_vm_writev.
51303         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51304         process_vm_writev from libc using GLIBC_2.15 version.
51306         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51308 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51310         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51311         stack usage.
51313 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51315         [BZ #13367]
51316         * nss/getent.c (initgroups_keys): Show error message in case no group
51317         names are given.
51319         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51320         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51321         __bump_nl_timestamp.
51322         * nscd/connections (nscd_init): When host database is served open
51323         netlink socket and request notification about configuration changes.
51324         (main_loop_poll): Track netlink file descriptor and bump timestamp
51325         in case data becomes available.
51326         (main_loop_epoll): Likewise.
51327         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51328         (database_pers_head): Add extra_data fileds.
51329         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51330         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51331         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51332         Adjust caller.
51333         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51334         in6ai data, call __free_in6ai.
51335         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51336         Add -DHAVE_NETLINK.
51337         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51338         interface information.  Reuse previous data if netlink timestamp
51339         is not changed.
51340         (__bump_nl_timestamp): New function.
51341         (__free_in6ai): New function.
51343 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51345         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51346         close_not_cancel_no_status here.
51347         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51349 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51351         [BZ #13276]
51352         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51353         return value.
51355         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51356         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51357         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51359 2011-07-03  Andreas Jaeger  <aj@suse.de>
51361         [BZ #10709]
51362         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51363         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51364         * math/libm-test.inc (sin_test): Add test case.
51366 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51368         [BZ #13337]
51369         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51370         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51372         * elf/chroot_canon.c (chroot_canon): Cleanups.
51374         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51376         [BZ #13335]
51377         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51378         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51380         * string/test-strchr.c: Make usable for strchrnul testing.
51381         * string/test-strchrnul.c: New file.
51382         * string/Makefile (strop-tests): Add strchrnul.
51384         * po/it.po: Update from translation team.
51385         * po/es.po: Likewise.
51387 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51389         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51390         the three constants needed as parameters.  Drop the others.
51391         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51392         __m128i_strloadu_tolower.
51393         Create and initialize variable zero and use it in all the places
51394         where _mm_setzero_si128 was used.
51396         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51397         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51398         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51399         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51400         anymore.
51401         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51402         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51403         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51404         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51405         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51406         __mpranred, __mptan.
51407         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51408         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51409         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51410         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51411         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51412         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51413         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51414         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51415         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51417 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51419         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51420         redefine if SHARED.
51421         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51423         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51424         wide char related routines to wcsmbs subdir.
51426 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51428         [BZ #13344]
51429         * misc/sys/cdefs.h (__THROWNL): Define.
51430         * posix/unistd.h: Use __THREADNL instead of __THREAD
51431         for memory synchronization functions.
51433 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51435         [BZ #13349]
51436         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51437         doesn't exist.
51438         * manual/stdio.texi (Obstack Streams): Node removed.
51440 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51442         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51443         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51444         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51446         * math/math_private.h (math_force_eval): Allow non-addressable
51447         arguments.
51448         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51450 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51452         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51453         file is not needed.
51455         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51456         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51457         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51458         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51459         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51460         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51461         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51462         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51463         Add AVX variants.
51464         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51465         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51466         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51467         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51468         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51469         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51470         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51471         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51472         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51473         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51474         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51475         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51476         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51477         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51478         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51479         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51480         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51481         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51482         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51484         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51485         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51487         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51488         place.  Use VEX encoding when compiling for AVX.
51490 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51492         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51493         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51495         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51497 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51499         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51500         useless if() expression.
51501         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51502         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51503         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51504         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51505         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51506         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51507         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51508         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51509         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51510         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51511         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51512         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51513         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51514         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51515         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51516         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51517         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51518         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51519         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51521         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51523 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51525         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51526         condition.
51527         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51529 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51531         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51532         .text section.  Avoid duplicate constants.
51533         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51534         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51535         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51536         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51537         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51538         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51539         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51540         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51541         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51542         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51543         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51544         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51545         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51546         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51547         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51548         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51549         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51550         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51551         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51552         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51553         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51554         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51555         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51556         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51557         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51558         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51559         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51560         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51561         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51562         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51563         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51564         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51565         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51566         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51567         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51568         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51569         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51570         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51571         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51572         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51573         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51574         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51575         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51576         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51577         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51579 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51581         * sysdeps/x86_64/dla.h: Move to ...
51582         * sysdeps/x86_64/fpu/dla.h: ...here.
51583         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51584         situations.  Use __builtin_fma only for gcc 4.6 and up.
51586         * config.make.in: Add have-mfma4 entry.
51587         * configure.in: Substitute libc_cv_cc_fma4.
51588         * math/Makefile (dbl-only-routines): Add sincostab.
51589         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51590         Use __sincostab not sincos.
51591         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51592         name is a macro.
51593         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51594         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51595         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51596         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51597         using __copysign.
51598         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51599         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51600         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51601         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51602         and __inv.
51603         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51604         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51605         __copysign.
51606         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51607         define aliases when function name is a macro.
51608         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51609         sysdeps/ieee754/dbl-64/sincos.tbl.
51610         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51611         fma4-enabled routines.
51612         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51613         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51614         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51615         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51616         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51617         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51618         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51619         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51620         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51621         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51622         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51623         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51624         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51625         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51626         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51627         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51628         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51629         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51630         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51631         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51632         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51633         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51634         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51635         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51636         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51637         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51638         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51639         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51640         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51641         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51643         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51644         rename.
51645         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51646         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51647         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51648         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51649         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51650         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51651         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51652         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51654 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51656         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51658 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51660         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51662         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51663         prediction.
51664         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51666         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51667         Remove unused variable magic_bits.
51668         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51670         * string/strnlen.c: Define and use STRNLEN macro.
51671         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51672         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51673         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51674         * wcsmbs/wcslen.c: Define and use WCSLEN.
51675         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51676         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51677         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51678         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51679         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51680         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51681         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51683 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51685         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51686         strnlen-sse2-no-bsf.
51687         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51688         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51689         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51690         Add strnlen support.
51691         (USE_AS_STRNLEN): New macro.
51692         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51693         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51694         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51695         * sysdeps/x86_64/wcslen.S: New file.
51697 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51699         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51700         XMM-moves are used for copying on small sizes.
51702 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51704         * wcsmbs/Makefile (strop-tests): Add wcschr.
51705         * wcsmbs/test-wcschr.c: New file.
51706         * string/test-strchr.c: Update.
51707         Add wcschr support.
51708         (WIDE): New macro.
51710 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51712         * wcsmbs/Makefile (strop-tests): Add wcslen.
51713         * wcsmbs/test-wcslen.c: New file.
51714         * string/test-strlen.c: Update.
51715         Add wcslen support.
51716         (WIDE): New macro.
51718 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51720         * po/it.po: Update from translation team.
51722 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51724         * sysdeps/x86_64/wcscmp.S: Update.
51725         Fix wrong comparison semantics.
51726         wcscmp shall use signed comparison not unsigned.
51727         Don't use substraction to avoid overflow bug.
51728         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51729         * wcsmbc/wcscmp.c: Likewise.
51730         * string/test-strcmp.c: Likewise.
51731         Add new tests to check cases with negative values.
51733 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51735         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51736         * sysdeps/x86_64/dla.h: ...here.  New file.
51737         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51738         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51739         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51740         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51741         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51742         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51743         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51744         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51745         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51747 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51749         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51750         __ynl_finite aliases.
51752 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51754         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51756         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51757         define DLA_FMA.
51758         [DLA_FMA] (EMULV): Use DLA_FMA.
51759         [DLA_FMA] (MUL12): Use EMULV.
51760         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51761         that are not needed.
51762         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51763         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51764         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51765         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51766         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51767         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51768         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51770 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51772         * math/s_nan.c: Undef __nan.
51773         * math/s_nanf.c: Undef __nanf.
51774         * math/s_nanl.c: Undef __nanl.
51775         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51776         "math_private.h".
51778 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51780         * math/s_catan.c: Add branch predictions.
51781         * math/s_catanf.c: Likewise.
51782         * math/s_catanh.c: Likewise.
51783         * math/s_catanhf.c: Likewise.
51784         * math/s_catanhl.c: Likewise.
51785         * math/s_catanl.c: Likewise.
51786         * math/s_cexp.c: Likewise.
51787         * math/s_cexpf.c: Likewise.
51788         * math/s_cexpl.c: Likewise.
51789         * math/s_clog.c: Likewise.
51790         * math/s_clog10.c: Likewise.
51791         * math/s_clog10f.c: Likewise.
51792         * math/s_clog10l.c: Likewise.
51793         * math/s_clogf.c: Likewise.
51794         * math/s_clogl.c: Likewise.
51795         * math/s_csqrt.c: Likewise.
51796         * math/s_csqrtf.c: Likewise.
51797         * math/s_csqrtl.c: Likewise.
51798         * math/s_ctanf.c: Likewise.
51799         * math/s_ctanh.c: Likewise.
51800         * math/s_ctanhf.c: Likewise.
51801         * math/s_ctanhl.c: Likewise.
51802         * math/s_ctanl.c: Likewise.
51804         * math/math_private.h: Define __nan, __nanf, __nanl.
51805         * math/s_cacosh.c: Include <math_private.h>.
51806         * math/s_cacoshl.c: Likewise.
51807         * math/s_casinh.c: Likewise.
51808         * math/s_casinhf.c: Likewise.
51809         * math/s_casinhl.c: Likewise.
51810         * math/s_ccos.c: Rely entire on ccosh.
51811         * math/s_ccosf.c: Rely entire on ccoshf.
51812         * math/s_ccosl.c: Rely entirely on ccoshl.
51813         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51814         Remove tests for FE_INVALID.
51815         * math/s_ccoshf.c: Likewise.
51816         * math/s_ccoshl.c: Likewise.
51817         * math/s_csin.c: Likewise.
51818         * math/s_csinf.c: Likewise.
51819         * math/s_csinh.c Likewise.
51820         * math/s_csinhf.c: Likewise.
51821         * math/s_csinhl.c: Likewise.
51822         * math/s_csinl.c: Likewise.
51823         * math/s_ctan.c: Likewise.
51824         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51825         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51826         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51828 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51830         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51831         compilation problems.
51833         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51834         __builtin_expect.
51836 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51838         * sysdeps/i386/configure.in: Test for -mfma4 option.
51839         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51840         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51841         COMMON_CPUID_INDEX_80000001.
51842         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51843         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51844         use it if FMA3 is not supported.
51845         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51847         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51848         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51850 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51852         [BZ #12892]
51853         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51854         it would create a cycle with a link time dependency.
51856 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51858         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51859         instruction.
51860         * string/Makefile (strop-tests): Add rawmemchr.
51861         * string/test-rawmemchr.c: New file.
51863         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51864         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51865         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51866         when compiling str{,n}casecmp and when AVX is available.  Hook up
51867         new optimized code in initializers.
51869 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51871         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51872         __feraiseexcept instead of feraiseexcept.
51874 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51876         * math/math_private.h: Define defaults for libc_fetestexcept and
51877         libc_feupdateenv.
51878         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51879         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51880         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51881         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51882         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51883         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51884         libc_fetestexcept and libc_feupdateenv.
51886         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51887         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51888         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51889         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51890         libc_feholdexcept_setround.
51892         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51893         Add s_nearbyint-c and s_nearbyintf-c.
51894         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51895         nearbyintf inlines.
51896         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51897         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51898         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51899         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51901         * math/math_private.h: Define defaults for libc_fegetround,
51902         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51903         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51904         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51905         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51906         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51907         standard functions.
51908         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51909         Remove comments and hacks for old compiler versions.
51910         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51911         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51912         libc_feholdexceptl.
51914 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51916         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51917         (__feraiseexcept_renamed): Add __NTH.
51918         (feraiseexcept): Add __NTH.  Rename local variables to fix
51919         namespace violations.
51921 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51923         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51925         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51927         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51928         recently added interfaces.
51929         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51931         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51932         about macro parameter expansion.
51934         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51935         __NO_MATH_INLINES is defined.  Cleanups.
51937         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51938         and __floorf is target has SSE4.1.
51939         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51940         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51941         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51942         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51944         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51945         name.
51946         (floorf): Likewise.
51948         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51950 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51952         * misc/sys/cdefs.h: Fix last change.
51954         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51955         database lookup.
51957 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51959         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51961         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51962         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51963         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51964         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51965         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51966         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51967         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51968         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51969         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51970         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51971         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51972         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51973         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51974         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51975         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51976         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51977         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51978         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51979         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51980         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51981         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51982         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51984         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51985         ceil, ceilf, floor, floorf.
51987         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51988         Perform IRELATIVE relocations last.
51990         * elf/do-rel.h: Add another parameter nrelative, replacing the
51991         local variable with the same name.  Change name of the function
51992         to end in Rel or Rela (uppercase).
51993         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51994         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51995         elf_dynamic_do_##reloc function.
51997 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51999         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52000         is sufficient, at least on modern CPUs.
52002         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52004         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52005         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52007         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52008         __expl_finite.
52009         * math/bits/math-finite.h: Add entries for exp.
52010         * math/e_expl.c: Add __*_finite alias.
52011         * sysdeps/i386/fpu/e_exp.S: Likewise.
52012         * sysdeps/i386/fpu/e_expf.S: Likewise.
52013         * sysdeps/i386/fpu/e_expl.c: Likewise.
52014         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52015         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52016         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52017         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52018         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52019         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52020         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52022         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52023         is sufficient, at least on modern CPUs.
52025         * ctype/ctype-info.c (__ctype_init): Define.
52026         * include/ctype.h (__ctype_init): Declare.
52027         (__ctype_b_loc): The variable is always initialized.
52028         (__ctype_toupper_loc): Likewise.
52029         (__ctype_tolower_loc): Likewise.
52030         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52031         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52033 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52035         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52037         * configure.in: Also look in $cxxmachine/include for C++ system
52038         headers.
52040 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52042         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52043         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52044         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52045         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52046         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52047         (USE_AS_WMEMCMP): New macro.
52048         Fixing indents.
52049         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52050         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52051         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52052         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52053         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52054         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52055         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52056         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52057         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52058         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52059         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52060         (USE_AS_WMEMCMP): New macro.
52061         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52062         * sysdeps/string/test-memcmp.c: Update.
52063         Fix simple_wmemcmp.
52064         Add new tests.
52065         * wcsmbs/wmemcmp.c: Update.
52066         (WMEMCMP): New macro.
52067         Fix overflow bug.
52069 2011-10-12  Andreas Jaeger  <aj@suse.de>
52071         [BZ #13268]
52072         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52074 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52076         * libio/iofwide.c (do_length): Avoid warning.
52078         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52080 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52082         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52084         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52085         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52086         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52087         * sysdeps/i386/i686/fpu/e_log.S: New file.
52088         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52089         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52091         * ctype/ctype.h: Add support for inlined isXXX functions when
52092         compiling C++ code.
52094 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52096         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52098         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52100 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52102         [BZ #13291]
52103         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52105 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52107         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52108         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52109         feraiseexcept.
52111         * sysdeps/x86_64/memrchr.S: Check for zero size.
52113         * string/stratcliff.c: Add memrchr tests.
52115 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52117         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52118         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52119         rawmemchr-sse2 rawmemchr-sse2-bsf.
52120         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52121         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52122         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52123         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52124         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52125         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52126         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52127         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52128         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52129         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52130         * string/memrchr.c (MEMRCHR): New macro.
52132 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52134         Add integration with gcc's -ffinite-math-only and optimize wrapper
52135         functions in libm.
52136         * Versions.def: Define GLIBC_2.15 version for libm.
52137         * math/Makefile (headers): Add bits/math-finite.h.
52138         * math/bits/math-finite.h: New file.
52139         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52140         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52141         * math/e_acoshl.c: Add __*_finite alias.
52142         * math/e_acosl.c: Likewise.
52143         * math/e_asinl.c: Likewise.
52144         * math/e_atan2l.c: Likewise.
52145         * math/e_atanhl.c: Likewise.
52146         * math/e_coshl.c: Likewise.
52147         * math/e_exp10.c: Likewise.
52148         * math/e_exp10f.c: Likewise.
52149         * math/e_exp10l.c: Likewise.
52150         * math/e_exp2l.c: Likewise.
52151         * math/e_fmodl.c: Likewise.
52152         * math/e_gammal_r.c: Likewise.
52153         * math/e_hypotl.c: Likewise.
52154         * math/e_j0l.c: Likewise.
52155         * math/e_j1l.c: Likewise.
52156         * math/e_jnl.c: Likewise.
52157         * math/e_lgammal_r.c: Likewise.
52158         * math/e_log10l.c: Likewise.
52159         * math/e_log2l.c: Likewise.
52160         * math/e_logl.c: Likewise.
52161         * math/e_powl.c: Likewise.
52162         * math/e_sinhl.c: Likewise.
52163         * math/e_sqrtl.c: Likewise.
52164         * math/e_scalb.c: Completely rewritten and optimized.
52165         * math/e_scalbf.c: Likewise.
52166         * math/e_scalbl.c: Likewise.
52167         * math/w_acos.c: Likewise.
52168         * math/w_acosf.c: Likewise.
52169         * math/w_acosl.c: Likewise.
52170         * math/w_acosh.c: Likewise.
52171         * math/w_acoshf.c: Likewise.
52172         * math/w_acoshl.c: Likewise.
52173         * math/w_asin.c: Likewise.
52174         * math/w_asinf.c: Likewise.
52175         * math/w_asinl.c: Likewise.
52176         * math/w_atan2.c: Likewise.
52177         * math/w_atan2f.c: Likewise.
52178         * math/w_atan2l.c: Likewise.
52179         * math/w_atanh.c: Likewise.
52180         * math/w_atanhf.c: Likewise.
52181         * math/w_atanhl.c: Likewise.
52182         * math/w_exp10.c: Likewise.
52183         * math/w_exp10f.c: Likewise.
52184         * math/w_exp10l.c: Likewise.
52185         * math/w_fmod.c: Likewise.
52186         * math/w_fmodf.c: Likewise.
52187         * math/w_fmodl.c: Likewise.
52188         * math/w_j0.c: Likewise.
52189         * math/w_j0f.c: Likewise.
52190         * math/w_j0l.c: Likewise.
52191         * math/w_j1.c: Likewise.
52192         * math/w_j1f.c: Likewise.
52193         * math/w_j1l.c: Likewise.
52194         * math/w_jn.c: Likewise.
52195         * math/w_jnf.c: Likewise.
52196         * math/w_log.c: Likewise.
52197         * math/w_logf.c: Likewise.
52198         * math/w_logl.c: Likewise.
52199         * math/w_log10.c: Likewise.
52200         * math/w_log10f.c: Likewise.
52201         * math/w_log10l.c: Likewise.
52202         * math/w_log2.c: Likewise.
52203         * math/w_log2f.c: Likewise.
52204         * math/w_log2l.c: Likewise.
52205         * math/w_pow.c: Likewise.
52206         * math/w_powf.c: Likewise.
52207         * math/w_powl.c: Likewise.
52208         * math/w_remainder.c: Likewise.
52209         * math/w_remainderf.c: Likewise.
52210         * math/w_remainderl.c: Likewise.
52211         * math/w_scalb.c: Likewise.
52212         * math/w_scalbf.c: Likewise.
52213         * math/w_scalbl.c: Likewise.
52214         * math/w_sqrt.c: Likewise.
52215         * math/w_sqrtf.c: Likewise.
52216         * math/w_sqrtl.c: Likewise.
52217         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52218         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52219         used.
52220         * math/math_private.h: Declare __kernel_standard_f.
52221         * math/w_cosh.c: Remove cruft and optimize a bit.
52222         * math/w_coshf.c: Likewise.
52223         * math/w_coshl.c: Likewise.
52224         * math/w_exp2.c: Likewise.
52225         * math/w_exp2f.c: Likewise.
52226         * math/w_exp2l.c: Likewise.
52227         * math/w_hypot.c: Likewise.
52228         * math/w_hypotf.c: Likewise.
52229         * math/w_hypotl.c: Likewise.
52230         * math/w_lgamma.c: Likewise.
52231         * math/w_lgamma_r.c: Likewise.
52232         * math/w_lgammaf.c: Likewise.
52233         * math/w_lgammaf_r.c: Likewise.
52234         * math/w_lgammal.c: Likewise.
52235         * math/w_lgammal_r.c: Likewise.
52236         * math/w_sinh.c: Likewise.
52237         * math/w_sinhf.c: Likewise.
52238         * math/w_sinhl.c: Likewise.
52239         * math/w_tgamma.c: Likewise.
52240         * math/w_tgammaf.c: Likewise.
52241         * math/w_tgammal.c: Likewise.
52242         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52243         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52244         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52245         Minor optimizations.  Pretty printing.  Remove cruft.
52246         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52247         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52248         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52249         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52250         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52251         * sysdeps/i386/fpu/e_asin.S: Likewise.
52252         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52253         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52254         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52255         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52256         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52257         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52258         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52259         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52260         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52261         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52262         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52263         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52264         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52265         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52266         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52267         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52268         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52269         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52270         * sysdeps/i386/fpu/e_log.S: Likewise.
52271         * sysdeps/i386/fpu/e_log10.S: Likewise.
52272         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52273         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52274         * sysdeps/i386/fpu/e_log2.S: Likewise.
52275         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52276         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52277         * sysdeps/i386/fpu/e_logf.S: Likewise.
52278         * sysdeps/i386/fpu/e_logl.S: Likewise.
52279         * sysdeps/i386/fpu/e_pow.S: Likewise.
52280         * sysdeps/i386/fpu/e_powf.S: Likewise.
52281         * sysdeps/i386/fpu/e_powl.S: Likewise.
52282         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52283         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52284         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52285         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52286         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52287         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52288         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52289         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52290         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52291         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52292         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52293         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52294         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52295         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52296         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52297         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52298         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52299         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52300         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52301         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52302         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52303         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52304         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52305         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52306         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52307         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52308         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52309         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52310         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52311         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52312         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52313         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52314         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52315         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52316         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52317         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52318         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52319         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52320         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52321         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52322         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52323         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52324         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52325         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52326         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52327         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52328         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52329         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52330         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52331         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52332         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52333         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52334         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52335         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52336         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52337         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52338         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52339         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52340         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52341         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52342         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52343         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52344         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52345         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52346         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52347         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52348         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52349         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52350         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52351         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52352         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52353         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52354         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52355         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52356         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52357         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52358         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52359         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52360         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52361         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52362         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52363         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52364         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52365         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52366         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52367         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52368         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52369         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52370         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52371         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52372         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52373         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52374         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52375         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52376         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52377         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52378         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52379         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52380         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52381         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52382         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52383         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52384         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52385         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52386         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52387         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52388         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52389         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52390         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52391         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52392         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52393         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52394         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52395         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52396         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52397         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52398         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52399         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52400         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52401         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52402         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52403         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52404         (__isnanf): Likewise.
52405         (__isinf_ns): Likewise.
52406         (__isinf_nsf): Likewise.
52407         (__finite): Likewise.
52408         (__finitef): Likewise.
52409         (__ieee754_sqrt): Define as macro.
52410         (__ieee754_sqrtf): Define as macro.
52411         (__ieee754_sqrtl): Define as macro.
52412         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52413         inlined copy.
52414         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52415         __FINITE_MATH_ONLY__ consistent.
52416         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52418 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52420         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52421         of rawmemchr.
52423         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52425 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52427         * po/ja.po: Update from translation team.
52429 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52431         * locale/programs/locarchive.c (prepare_address_space): New function.
52432         (create_archive, enlarge_archive, open_archive): Use it.
52434         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52435         inside [SHARED], where it is used.
52437         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52439         * nss/getent.c (netgroup_keys): Remove unused variable.
52440         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52442 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52444         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52445         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52446         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52447         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52448         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52449         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52450         * math/Makefile (libm-calls): Add s_isinf_ns.
52451         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52452         * math/multc3.c: Likewise.
52453         * math/s_casin.c: Likewise.
52454         * math/s_casinf.c: Likewise.
52455         * math/s_casinl.c: Likewise.
52456         * math/s_ccos.c: Likewise.
52457         * math/s_ccosf.c: Likewise.
52458         * math/s_ccosl.c: Likewise.
52459         * math/s_ctan.c: Likewise.
52460         * math/s_ctanf.c: Likewise.
52461         * math/s_ctanh.c: Likewise.
52462         * math/s_ctanhf.c: Likewise.
52463         * math/s_ctanhl.c: Likewise.
52464         * math/s_ctanl.c: Likewise.
52465         * math/w_fmod.c: Likewise.
52466         * math/w_fmodf.c: Likewise.
52467         * math/w_fmodl.c: Likewise.
52468         * math/w_remainder.c: Likewise.
52469         * math/w_remainderf.c: Likewise.
52470         * math/w_remainderl.c: Likewise.
52471         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52472         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52473         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52474         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52475         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52476         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52477         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52478         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52480         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52481         of the number.
52482         * stdio-common/printf_fphex.c: Likewise.
52483         * stdio-common/printf_size.c: Likewise.
52485         * math/e_exp10.c: Include math_private.h using <...> not "...".
52486         * math/e_exp10f.c: Likewise.
52487         * math/e_exp10l.c: Likewise.
52488         * math/e_exp2l.c: Likewise.
52489         * math/e_j0l.c: Likewise.
52490         * math/e_j1l.c: Likewise.
52491         * math/e_jnl.c: Likewise.
52492         * math/e_lgammal_r.c: Likewise.
52493         * math/e_rem_pio2l.c: Likewise.
52494         * math/e_scalb.c: Likewise.
52495         * math/e_scalbf.c: Likewise.
52496         * math/e_scalbl.c: Likewise.
52497         * math/k_cosl.c: Likewise.
52498         * math/k_sinl.c: Likewise.
52499         * math/k_tanl.c: Likewise.
52500         * math/s_cacoshf.c: Likewise.
52501         * math/s_catan.c: Likewise.
52502         * math/s_catanf.c: Likewise.
52503         * math/s_catanh.c: Likewise.
52504         * math/s_catanhf.c: Likewise.
52505         * math/s_catanhl.c: Likewise.
52506         * math/s_catanl.c: Likewise.
52507         * math/s_ccosh.c: Likewise.
52508         * math/s_ccoshf.c: Likewise.
52509         * math/s_ccoshl.c: Likewise.
52510         * math/s_cexp.c: Likewise.
52511         * math/s_cexpf.c: Likewise.
52512         * math/s_cexpl.c: Likewise.
52513         * math/s_clog.c: Likewise.
52514         * math/s_clog10.c: Likewise.
52515         * math/s_clog10f.c: Likewise.
52516         * math/s_clog10l.c: Likewise.
52517         * math/s_clogf.c: Likewise.
52518         * math/s_clogl.c: Likewise.
52519         * math/s_csin.c: Likewise.
52520         * math/s_csinf.c: Likewise.
52521         * math/s_csinh.c: Likewise.
52522         * math/s_csinhf.c: Likewise.
52523         * math/s_csinhl.c: Likewise.
52524         * math/s_csinl.c: Likewise.
52525         * math/s_csqrt.c: Likewise.
52526         * math/s_csqrtf.c: Likewise.
52527         * math/s_csqrtl.c: Likewise.
52528         * math/s_ctan.c: Likewise.
52529         * math/s_ctanf.c: Likewise.
52530         * math/s_ctanh.c: Likewise.
52531         * math/s_ctanhf.c: Likewise.
52532         * math/s_ctanhl.c: Likewise.
52533         * math/s_ctanl.c: Likewise.
52534         * math/s_ldexp.c: Likewise.
52535         * math/s_ldexpf.c: Likewise.
52536         * math/s_ldexpl.c: Likewise.
52537         * math/s_significand.c: Likewise.
52538         * math/s_significandf.c: Likewise.
52539         * math/s_significandl.c: Likewise.
52540         * math/w_acos.c: Likewise.
52541         * math/w_acosf.c: Likewise.
52542         * math/w_acosh.c: Likewise.
52543         * math/w_acoshf.c: Likewise.
52544         * math/w_acoshl.c: Likewise.
52545         * math/w_acosl.c: Likewise.
52546         * math/w_asin.c: Likewise.
52547         * math/w_asinf.c: Likewise.
52548         * math/w_asinl.c: Likewise.
52549         * math/w_atan2.c: Likewise.
52550         * math/w_atan2f.c: Likewise.
52551         * math/w_atan2l.c: Likewise.
52552         * math/w_atanh.c: Likewise.
52553         * math/w_atanhf.c: Likewise.
52554         * math/w_atanhl.c: Likewise.
52555         * math/w_cosh.c: Likewise.
52556         * math/w_coshf.c: Likewise.
52557         * math/w_coshl.c: Likewise.
52558         * math/w_dremf.c: Likewise.
52559         * math/w_exp10.c: Likewise.
52560         * math/w_exp10f.c: Likewise.
52561         * math/w_exp10l.c: Likewise.
52562         * math/w_exp2.c: Likewise.
52563         * math/w_exp2f.c: Likewise.
52564         * math/w_fmod.c: Likewise.
52565         * math/w_fmodf.c: Likewise.
52566         * math/w_fmodl.c: Likewise.
52567         * math/w_hypot.c: Likewise.
52568         * math/w_hypotf.c: Likewise.
52569         * math/w_hypotl.c: Likewise.
52570         * math/w_j0.c: Likewise.
52571         * math/w_j0f.c: Likewise.
52572         * math/w_j0l.c: Likewise.
52573         * math/w_j1.c: Likewise.
52574         * math/w_j1f.c: Likewise.
52575         * math/w_j1l.c: Likewise.
52576         * math/w_jn.c: Likewise.
52577         * math/w_jnf.c: Likewise.
52578         * math/w_jnl.c: Likewise.
52579         * math/w_lgamma.c: Likewise.
52580         * math/w_lgamma_r.c: Likewise.
52581         * math/w_lgammaf.c: Likewise.
52582         * math/w_lgammaf_r.c: Likewise.
52583         * math/w_lgammal.c: Likewise.
52584         * math/w_lgammal_r.c: Likewise.
52585         * math/w_log.c: Likewise.
52586         * math/w_log10.c: Likewise.
52587         * math/w_log10f.c: Likewise.
52588         * math/w_log10l.c: Likewise.
52589         * math/w_log2.c: Likewise.
52590         * math/w_log2f.c: Likewise.
52591         * math/w_log2l.c: Likewise.
52592         * math/w_logf.c: Likewise.
52593         * math/w_logl.c: Likewise.
52594         * math/w_pow.c: Likewise.
52595         * math/w_powf.c: Likewise.
52596         * math/w_powl.c: Likewise.
52597         * math/w_remainder.c: Likewise.
52598         * math/w_remainderf.c: Likewise.
52599         * math/w_remainderl.c: Likewise.
52600         * math/w_scalb.c: Likewise.
52601         * math/w_scalbf.c: Likewise.
52602         * math/w_scalbl.c: Likewise.
52603         * math/w_sinh.c: Likewise.
52604         * math/w_sinhf.c: Likewise.
52605         * math/w_sinhl.c: Likewise.
52606         * math/w_sqrt.c: Likewise.
52607         * math/w_sqrtf.c: Likewise.
52608         * math/w_sqrtl.c: Likewise.
52609         * math/w_tgamma.c: Likewise.
52610         * math/w_tgammaf.c: Likewise.
52611         * math/w_tgammal.c: Likewise.
52613         * po/ja.po: Update from translation team.
52615 2011-09-29  Andreas Jaeger  <aj@suse.de>
52617         [BZ #13179]
52618         * sunrpc/netname.c (netname2host): Fix logic.
52620         [BZ #6779]
52621         [BZ #6783]
52622         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52623         correctly.
52624         * math/w_remainder.c (__remainder): Likewise.
52625         * math/w_remainderf.c (__remainderf): Likewise.
52626         * math/libm-test.inc (remainder_test): Add test cases.
52628 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52630         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52631         sdiv_qrnnd.
52633 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52635         * string/test-memcmp.c: Avoid unncessary #defines.
52636         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52638 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52640         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52641         Use new sse2 version for core i3 - i7 as it's faster
52642         than sse42 version.
52643         (bit_Prefer_PMINUB_for_stringop): New.
52644         * sysdeps/x86_64/rawmemchr.S: Update.
52645         Replace with faster SSE2 version.
52646         * sysdeps/x86_64/memrchr.S: New file.
52647         * sysdeps/x86_64/memchr.S: Update.
52648         Replace with faster SSE2 version.
52650 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52652         * elf/dl-load.c (lose): Add cast to avoid warning.
52654 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52656         * po/ca.po: Update from translation team.
52658         * inet/getnetgrent_r.c: Hook up nscd.
52659         * nscd/Makefile (routines): Add nscd_netgroup.
52660         (nscd-modules): Add netgroupcache.
52661         (CFLAGS-netgroupcache.c): Define.
52662         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52663         (cache_search): Add const to second parameter.
52664         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52665         INNETGR.
52666         (dbs): Add netgrdb entry.
52667         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52668         (verify_persistent_db): Handle netgrdb.
52669         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52670         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52671         GETFDNETGR.
52672         (netgroup_response_header): Define.
52673         (innetgroup_response_header): Define.
52674         (datahead): Add netgroup_response_header and innetgroup_response_header
52675         elements.
52676         * nscd/nscd.conf: Add entries for netgroup cache.
52677         * nscd/nscd.h (dbtype): Add netgrdb.
52678         (_PATH_NSCD_NETGROUP_DB): Define.
52679         (netgroup_iov_disabled): Declare.
52680         (xmalloc, xcalloc, xrealloc): Move declarations here.
52681         (cache_search): Adjust prototype.
52682         Add netgroup-related prototypes.
52683         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52684         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52685         (__nscd_innetgr): Declare.
52686         * nscd/selinux.c (perms): Use access_vector_t as element type and
52687         add netgroup-related initializers.
52688         * nscd/netgroupcache.c: New file.
52689         * nscd/nscd_netgroup.c: New file.
52690         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52691         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52692         For four parameters use innetgr.
52693         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52694         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52695         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52696         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52698         * nscd/connections.c (register_traced_file): Don't register file
52699         for disabled databases.
52701 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52703         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52705         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52706         from tree and freeing node.
52708 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52710         * nss/nsswitch.c (__nss_database_lookup): Handle
52711         nss_parse_service_list out of memory case.
52713 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52715         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52716         out of memory case.
52718 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52720         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52721         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52722         pass it down.
52723         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52724         elf_machine_rela, elf_machine_lazy_rel.
52725         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52726         (ELF_DYNAMIC_DO_REL): Likewise.
52727         (ELF_DYNAMIC_DO_RELA): Likewise.
52728         (ELF_DYNAMIC_RELOCATE): Likewise.
52729         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52730         to ELF_DYNAMIC_DO_REL.
52731         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52732         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52733         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52734         elf_machine_rela.
52735         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52736         skip_ifunc, don't call ifunc function if non-zero.
52737         (elf_machine_rela): Likewise.
52738         (elf_machine_lazy_rel): Likewise.
52739         (elf_machine_lazy_rela): Likewise.
52740         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52741         (elf_machine_lazy_rel): Likewise.
52742         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52743         Likewise.
52744         (elf_machine_lazy_rel): Likewise.
52745         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52746         Likewise.
52747         (elf_machine_lazy_rel): Likewise.
52748         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52749         (elf_machine_lazy_rel): Likewise.
52750         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52751         (elf_machine_lazy_rel): Likewise.
52752         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52753         (elf_machine_lazy_rel): Likewise.
52754         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52755         (elf_machine_lazy_rel): Likewise.
52756         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52757         (elf_machine_lazy_rel): Likewise.
52758         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52759         (elf_machine_lazy_rel): Likewise.
52761 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52763         * nss/nss_files/files-init.c (_nss_files_init): Use static
52764         initialization for all the *_traced_file variables.
52766 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52768         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52770 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52772         [BZ #13226]
52773         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52775 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52777         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52778         Reread the line before reparsing it.
52780 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52782         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52784 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52785             Maxim Kuvyrkov  <maxim@codesourcery.com>
52786             Joseph Myers  <joseph@codesourcery.com>
52788         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52789         if needed for __stack_chk_guard.
52791 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52793         * sysdeps/posix/spawni.c (script_execute): Always define it.
52794         It will be optimized away if unused.
52795         (maybe_script_execute): New function.
52796         (__spawni): Call it.
52798         * Makerules: Don't include tls.make.
52799         (config-tls): Always set to thread.
52800         * tls.make.c: File removed.
52802 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52804         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52805         * config.make.in (CPPFLAGS-config): New substituted variable.
52807 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52809         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52811         [BZ #13192]
52812         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52813         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52815 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52817         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52818         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52819         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52820         (CALL_FAIL): Likewise.
52821         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52822         (CALL_FAIL): Macro removed.
52823         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52825 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52827         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52828         for __FINITE_MATH_ONLY__ == 1.
52830 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52832         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52833         __ieee754_sqrt instead of sqrt.
52834         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52835         __ieee754_sqrtf instead of sqrtf.
52836         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52837         __floorf instead of floorf.
52838         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52839         __floorf, __truncf instead of floorf, truncf.
52841 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52843         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52845         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52846         __extern_always_inline.
52847         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52848         32-bit.
52850 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52852         * elf/rtld.c (dl_main): Also relocate in dependency order when
52853         doing symbol dependency testing.
52855 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52857         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52858         Always define `refsym'.
52860 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52862         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52863         (__FD_ELT): Renamed from __FDELT.
52864         * misc/bits/select2.h (__FD_ELT): Likewise.
52865         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52866         __FD_MASK instead of __FDELT, __FDMASK.
52867         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52868         Likewise.
52869         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52870         Likewise.
52872         * elf/Makefile (gen-ldd): Fix pattern.
52874         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52875         (init_tls): Likewise.
52877 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52879         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52881 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52883         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52884         `struct cmsghdr *' instead of `void *'.
52885         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52886         Likewise.
52888 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52890         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52891         if non-absolute.
52892         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52893         ldd_rewrite_script.
52895 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52897         * configure.in: Remove --with-tls option.
52898         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52899         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52900         out in case it is missing.
52901         * sysdeps/ia64/elf/configure.in: Likewise.
52902         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52903         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52904         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52905         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52906         * sysdeps/sh/elf/configure.in: Likewise.
52907         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52908         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52909         * sysdeps/x86_64/elf/configure.in: Likewise.
52910         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52911         * sysdeps/mach/hurd/tls.h: Likewise.
52913         [BZ #13067]
52914         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52916         [BZ #13090]
52917         * configure.in: Fix use of AC_INIT.
52919         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52921 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52923         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52924         __set_errno.
52925         * malloc/hooks.c: Likewise.
52927         [BZ #11929]
52928         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52929         variables statically.
52930         (narenas): Initialize.
52931         (list_lock): Initialize.
52932         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52933         initializtion of main_arena and list_lock.  Small cleanups.
52934         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52935         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52936         Add initializers to main_arena and mp_.
52937         (malloc_state): Remove pagesize member.  Change all users to use
52938         GLRO(dl_pagesize).
52940         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52941         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52942         is always initialized.
52944         * malloc/malloc.c: Removed unused configurations and dead code.
52945         * malloc/arena.c: Likewise.
52946         * malloc/hooks.c: Likewise.
52947         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52949         * include/tls.h: Removed.  USE___THREAD must always be defined.
52950         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52951         * elf/dl-libc.c: Likewise.
52952         * elf/dl-tsd.c: Likewise.
52953         * include/errno.h: Likewise.
52954         * include/netdb.h: Likewise.
52955         * include/resolv.h: Likewise.
52956         * inet/herrno-loc.c: Likewise.
52957         * inet/herrno.c: Likewise.
52958         * malloc/arena.c: Likewise.
52959         * malloc/hooks.c: Likewise.
52960         * malloc/malloc.c: Likewise.
52961         * resolv/res-state.c: Likewise.
52962         * resolv/res_libc.c: Likewise.
52963         * sysdeps/i386/dl-machine.h: Likewise.
52964         * sysdeps/ia64/dl-machine.h: Likewise.
52965         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52966         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52967         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52968         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52969         * sysdeps/sh/dl-machine.h: Likewise.
52970         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52971         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52972         * sysdeps/unix/i386/sysdep.S: Likewise.
52973         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52974         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52975         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52976         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52977         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52978         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52979         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52980         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52981         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52982         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52983         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52984         * sysdeps/x86_64/dl-machine.h: Likewise.
52985         * tls.make.c: Likewise.
52987         * configure.in: Remove --with-__thread option.  Make tests for
52988         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52989         tls_model attribute fail if no support is available.  Remove
52990         USE_IN_LIBIO.
52991         * Makeconfig: Adjust for dropped configure option.  All features are
52992         now mandatory.
52993         * Makerules: Likewise.
52994         * Versions.def: Likewise.
52995         * argp/argp-fmtstream.c: Likewise.
52996         * argp/argp-fmtstream.h: Likewise.
52997         * argp/argp-help.c: Likewise.
52998         * assert/assert.c: Likewise.
52999         * config.h.in: Likewise.
53000         * config.make.in: Likewise.
53001         * configure: Likewise.
53002         * configure.in: Likewise.
53003         * csu/Versions: Likewise.
53004         * csu/init.c: Likewise.
53005         * elf/tst-audit2.c: Likewise.
53006         * elf/tst-tls10.c: Likewise.
53007         * elf/tst-tls10.h: Likewise.
53008         * elf/tst-tls11.c: Likewise.
53009         * elf/tst-tls12.c: Likewise.
53010         * elf/tst-tls14.c: Likewise.
53011         * elf/tst-tlsmod11.c: Likewise.
53012         * elf/tst-tlsmod12.c: Likewise.
53013         * elf/tst-tlsmod13.c: Likewise.
53014         * elf/tst-tlsmod13a.c: Likewise.
53015         * elf/tst-tlsmod14a.c: Likewise.
53016         * elf/tst-tlsmod15b.c: Likewise.
53017         * elf/tst-tlsmod16a.c: Likewise.
53018         * elf/tst-tlsmod16b.c: Likewise.
53019         * elf/tst-tlsmod7.c: Likewise.
53020         * elf/tst-tlsmod8.c: Likewise.
53021         * elf/tst-tlsmod9.c: Likewise.
53022         * gmon/gmon.c: Likewise.
53023         * grp/fgetgrent_r.c: Likewise.
53024         * grp/putgrent.c: Likewise.
53025         * hurd/fopenport.c: Likewise.
53026         * include/libc-symbols.h: Likewise.
53027         * include/tls.h: Likewise.
53028         * intl/gettextP.h: Likewise.
53029         * intl/loadinfo.h: Likewise.
53030         * locale/global-locale.c: Likewise.
53031         * locale/localeinfo.h: Likewise.
53032         * mach/devstream.c: Likewise.
53033         * malloc/arena.c: Likewise.
53034         * malloc/set-freeres.c: Likewise.
53035         * misc/err.c: Likewise.
53036         * misc/getttyent.c: Likewise.
53037         * misc/mntent_r.c: Likewise.
53038         * posix/getopt.c: Likewise.
53039         * posix/wordexp.c: Likewise.
53040         * pwd/fgetpwent_r.c: Likewise.
53041         * resolv/Versions: Likewise.
53042         * resolv/res_hconf.c: Likewise.
53043         * shadow/fgetspent_r.c: Likewise.
53044         * shadow/putspent.c: Likewise.
53045         * stdio-common/printf_fphex.c: Likewise.
53046         * stdio-common/tmpfile.c: Likewise.
53047         * stdlib/abort.c: Likewise.
53048         * stdlib/fmtmsg.c: Likewise.
53049         * sunrpc/auth_unix.c: Likewise.
53050         * sunrpc/clnt_perr.c: Likewise.
53051         * sunrpc/clnt_tcp.c: Likewise.
53052         * sunrpc/clnt_udp.c: Likewise.
53053         * sunrpc/clnt_unix.c: Likewise.
53054         * sunrpc/openchild.c: Likewise.
53055         * sunrpc/svc_simple.c: Likewise.
53056         * sunrpc/svc_tcp.c: Likewise.
53057         * sunrpc/svc_udp.c: Likewise.
53058         * sunrpc/svc_unix.c: Likewise.
53059         * sunrpc/xdr.c: Likewise.
53060         * sunrpc/xdr_array.c: Likewise.
53061         * sunrpc/xdr_rec.c: Likewise.
53062         * sunrpc/xdr_ref.c: Likewise.
53063         * sunrpc/xdr_stdio.c: Likewise.
53065 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53067         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53069 2011-07-03  Andreas Jaeger  <aj@suse.de>
53071         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53072         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53073         regenerate with gen-libm-tests.pl.
53075 2010-05-12  Petr Baudis  <pasky@suse.cz>
53077         [BZ #11589]
53078         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53079         around j0() zero points by switching to j1().
53080         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53081         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53082         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53083         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53085 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53087         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53088         instead of 0.
53089         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53090         instead of 0.
53091         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53092         Patch in part by Pavel Roskin <proski@gnu.org>.
53094         [BZ #13138]
53095         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53096         realloc.
53097         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53098         Free memory block if necessary.
53100         [BZ #12847]
53101         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53102         be NULL.  Don't lock in this case.
53104 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53106         * elf/elf.h (ELFOSABI_GNU): New macro.
53107         (ELFOSABI_LINUX): Define to that.
53109 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53111         * string/strncat.c (strncat): Undef the symbol in case it has been
53112         defined in bits/string.h.
53114 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53116         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53118         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53119         link map.
53121 2011-08-17  Andreas Jaeger  <aj@suse.de>
53123         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53125 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53126             Ian Lance Taylor  <iant@google.com>
53128         * math/libm-test.inc (lround_test): New testcase.
53129         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53131 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53133         * Makefile: Remove support for automatic cvs check-ins.
53134         * Makerules: Likewise.
53135         * config.make.in: Likewise.
53136         * configure.in: Likewise.
53137         * intl/Makefile: Likewise.
53138         * locale/Makefile: Likewise.
53139         * po/Makefile: Likewise.
53140         * posix/Makefile: Likewise.
53141         * sysdeps/gnu/Makefile: Likewise.
53142         * sysdeps/mach/hurd/Makefile: Likewise.
53143         * sysdeps/sparc/sparc32/Makefile: Likewise.
53145         [BZ #13118]
53146         * posix/Makefile (bug-regex32-ENV): Define.
53147         Patch by John Stanley <jpsinthemix@verizon.net>.
53149         * misc/Makefile (headers): Add bits/select2.h.
53150         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53151         * misc/bits/select2.h: New file.
53152         * include/bits/select2.h: New file.
53153         * debug/Makefile (routines): Add fdelt_chk.
53154         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53155         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53156         FD_ISSET.
53157         * debug/fdelt_chk.c: New file.
53159         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53160         * wcsmbs/test-wmemcmp.c: Likewise.
53161         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53162         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53164 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53166         * string/Makefile (strop-tests): Add memcmp.
53167         * string/test-wmemcmp.c: New file.
53168         * string/test-memcmp.c: Add wmemcmp support.
53170 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53172         [BZ #13153]
53173         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53174         2011-07-19 change.
53176         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53177         garbage value in a __mach_port_mod_refs call in the cases of the
53178         task-self and thread-self ports.
53180 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53182         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53184 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53186         * elf/dl-load.c (lose): Check for non-null L.
53188 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53190         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53192         * elf/dl-libc.c (dlerror_run): Pass back error code from
53193         dl_catch_error.
53195         [BZ #13123]
53196         * elf/dl-load.c (lose): Free l_origin if it is valid.
53198         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53199         names.
53200         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53201         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53202         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53203         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53204         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53205         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53207 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53209         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53210         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53211         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53212         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53213         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53214         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53215         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53216         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53217         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53218         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53220 2011-08-15  Alan Modra  <amodra@gmail.com>
53222         [BZ #13092]
53223         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53224         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53225         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53226         ppc_mcount to static-only-routines.
53227         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53228         __mcount_internal.
53229         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53230         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53232 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53234         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53235         for finite and infinity parameters.
53237 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53239         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53240         and add nop instructions for throughput optimization.
53241         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53243 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53245         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53246         aligned copy for power7 with vector-scalar instructions.
53247         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53249 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53251         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53252         AVX check.
53254 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53256         [BZ #13144]
53257         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53258         last change.
53260 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53262         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53263         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53264         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53265         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53266         clock_gettime.
53268 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53270         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53271         Forgot to demangle the pointer.
53273         * sysdeps/i386/sysdep.h: Define atom_text_section.
53274         * sysdeps/x86_64/sysdep.h: Likewise.
53275         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53276         section with atom_text_section.
53277         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53278         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53279         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53280         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53281         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53283         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53284         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53285         already be defined.  Change to take two parameters and don't assign
53286         result to variable.  Adjust all users.
53287         Define INTERNAL_GETTIME if not already defined.
53288         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53289         call.
53290         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53291         HAVE_CLOCK_GETTIME_VSYSCALL.
53292         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53294         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53295         gettimeofday vsyscall, just use time.
53297 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53299         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53300         <errno.h>.
53302 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53304         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53305         syscall on x86-64.
53306         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53307         syscall.
53308         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53309         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53310         syscall if possible.
53312 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53314         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53315         e_ident.  Don't pass to find_mapsXX.
53316         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53318 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53320         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53321         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53322         * sysdeps/x86_64/multiarch/strchr.S: Update.
53323         Check bit_slow_BSF bit.
53324         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53325         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53326         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53328 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53330         [BZ #13134]
53331         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53332         before glibc 2.15.
53333         (tryshell): Define.
53334         (__spawni): Change last parameter to be flag.  Test
53335         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53336         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53337         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53338         * posix/spawni.c: Likewise.
53339         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53340         * posix/spawnp.c: Likewise.  Change normal version to use
53341         SPAWN_XFLAGS_USE_PATH.
53342         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53343         SPAWN_XFLAGS_TRY_SHELL.
53345         [BZ #13150]
53346         * posix/glob.h: Remove gcc 1.x support.
53348         [BZ #13068]
53349         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53351 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53353         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53354         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53355         strrchr-sse2-bsf
53356         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53357         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53358         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53359         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53360         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53361         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53363 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53365         * sysdeps/x86_64/wcscmp.S: New file.
53367         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53368         wcscmp-c wcscmp-sse2
53369         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53370         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53371         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53372         * wcsmbs/wcscmp.c: Allow renaming.
53374 2011-09-05  David S. Miller  <davem@davemloft.net>
53376         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53377         stack slot, rather than the struct return pointer slot.
53378         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53379         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53380         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53381         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53383 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53385         * po/ja.po: Update from translation team.
53387         [BZ #13144]
53388         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53389         kernel in 64-bit binaries.
53391 2011-09-01  David S. Miller  <davem@davemloft.net>
53393         * elf/elf.h (HWCAP_SPARC_*): Move to..
53394         * sysdeps/sparc/sysdep.h: this new file and add new values.
53395         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53396         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53397         _DL_HWCAP_COUNT to 24.
53398         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53399         entries.
53400         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53401         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53402         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53403         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53404         instead of magic constants.
53405         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53407 2011-08-31  David S. Miller  <davem@davemloft.net>
53409         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53410         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53411         Reimplement to do errno handling inline.
53412         (SYSCALL_ERROR_HANDLER): New macro.
53413         (__SYSCALL_STRING): Do not do errno handling in asm.
53414         (__CLONE_SYSCALL_STRING): Delete.
53415         (__INTERNAL_SYSCALL_STRING): Delete.
53416         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53417         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53418         (PSEUDO): Reimplement to do errno handling inline.
53419         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53420         (SYSCALL_ERROR_HANDLER): New macro.
53421         (__SYSCALL_STRING): Do not do errno handling in asm.
53422         (__CLONE_SYSCALL_STRING): Delete.
53423         (__INTERNAL_SYSCALL_STRING): Delete.
53424         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53425         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53426         i386.
53427         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53428         (inline_syscall*): Add 'err' argument.
53429         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53430         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53431         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53432         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53434         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53435         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53437 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53439         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53441 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53443         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53444         directive.
53446 2011-08-24  David S. Miller  <davem@davemloft.net>
53448         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53450 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53452         * elf/Makefile: Add rules to build and run unload8 test.
53453         * elf/unload8.c: New file.
53454         * elf/unload8mod1.c: New file.
53455         * elf/unload8mod1x.c: New file.
53456         * elf/unload8mod2.c: New file.
53457         * elf/unload8mod3.c: New file.
53459         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53460         it wasn't used.
53462 2011-08-23  David S. Miller  <davem@davemloft.net>
53464         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53465         subtract stack bias.
53466         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53467         %sp not %fp in calculations.
53468         (_JMPBUF_UNWINDS_ADJ): Likewise.
53470         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53471         (aio_suspend): Call it to force an exception region around the
53472         AIO_MISC_WAIT() invocation.
53474 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53476         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53477         backslash.
53479 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53481         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53482         protection macro.
53483         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53484         and <dl-machine.h>.
53485         (Elf64_FuncDesc): Remove.
53487 2011-08-22  David S. Miller  <davem@davemloft.net>
53489         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53490         sigaltstack check, add missing cfi directives.
53491         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53492         missing cfi directives, and sigaltstack handling.
53494 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53496         [BZ #11724]
53497         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53498         object is seen twice.
53499         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53501         * elf/Makefile (distribute): Add tst-initorder2.c.
53502         (tests): Add tst-initorder2.
53503         (modules-names): Add tst-initorder2a tst-initorder2b
53504         tst-initorder2c tst-initorder2d.  Add rules to build them.
53505         ($(objpfx)tst-initorder2.out): New rule.
53506         * elf/tst-initorder2.c: New file.
53507         * elf/tst-initorder2.exp: New file.
53509 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53511         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53513         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53514         dependencies back to end of function.
53516         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53517         $(elfobjdir)/ld.so.
53519 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53521         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53522         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53523         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53524         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53525         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53526         of __vdso_gettimeofday.
53527         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53528         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53529         attribute_hidden.
53530         (_libc_vdso_platform_setup): Remove initialization of
53531         __vdso_gettimeofday and __vdso_time.
53533 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53535         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53536         and fgetc_unlocked.
53537         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53538         getc_unlocked.
53540         * elf/dl-open.c (add_to_global): Report additions to the global scope
53541         for LD_DEBUG=scopes.
53542         (dl_open_worker): Also print scope of newly loaded dependencies.
53543         (_dl_show_scope): Indicate if there is no scope.
53545         [BZ #13114]
53546         * stdio-common/Makefile (tests): Add bug24.
53547         * stdio-common/bug24.c: New file.
53549 2011-08-19  Andreas Jaeger  <aj@suse.de>
53551         [BZ #13114]
53552         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53553         non-existant file when using close-on-exec mode.
53555 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53557         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53558         the very first instruction.
53560         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53561         the CFI state in the end.
53562         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53563         inclusion of dl-trampoline.h.
53564         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53566 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53568         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53569         expectations for long double.
53571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53572         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53574 2011-08-14  David S. Miller  <davem@davemloft.net>
53576         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53577         artificual limit depends upon the system page size.
53579 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53581         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53582         * resolv/Makefile: Define CFLAGS-libresolv.
53584 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53586         * nss/makedb.c (compute_tables): Make variables used in nested
53587         function static.
53589 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53591         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53592         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53593         if buffer was too small.
53595         * elf/pldd.c (main): Attach to all threads in the process.
53596         Rewrite /proc handling to use *at functions.
53598 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53600         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53601         specifies first scope to show.
53602         (dl_open_worker): Update callers.  Move printing scope of new
53603         object to before the relocation.
53604         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53605         * sysdeps/generic/ldsodefs.h: Update declaration.
53607         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53608         string for the scope number.
53610 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53612         * nscd/servicescache.c (cache_addserv): Make sure written is always
53613         initialized.
53615 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53617         * sysdeps/i386/i486/bits/atomic.h
53618         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53619         statement expression, so as to suppress "set but not used" warning.
53620         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53622         * string/strncat.c (STRNCAT): Use prototype definition.
53624         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53625         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53626         -Iprograms here.
53627         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53628         (localedef-modules): Add localedef.
53629         (locale-modules): Add locale.
53631         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53632         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53633         to avoid a warning.
53635 2011-08-14  David S. Miller  <davem@davemloft.net>
53637         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53638         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53640 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53642         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53643         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53644         * elf/rtld.c (dl_main): Set l_name of vDSO.
53645         Call _dl_show_scope when DL_DEBUG_SCOPES.
53646         (process_dl_debug): Recognize scopes flag and also set it for all.
53647         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53648         Declare _dl_show_scope.
53650         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53651         (do_dlopen): Pass caller_dlopen to dl_open.
53652         (__libc_dlopen_mode): Initialize caller_dlopen.
53654         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53655         of libc.  Make tolower call locale-independent.  Optimize a bit by
53656         using isdigit instead of isalnum.
53657         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53659 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53661         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53662         was a dependency or dynamically loaded.
53664 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53666         * intl/l10nflist.c: Allow architecture-specific pop function.
53667         * sysdeps/x86_64/l10nflist.c: New file.
53669         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53670         classification.
53672 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53674         * include/dirent.h: Add libc_hidden_proto for scandirat and
53675         scandirat64.  Don't declare __scandirat64.
53676         * dirent/scandirat.c: Add libc_hidden_def.
53677         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53678         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53680 2011-08-10  David S. Miller  <davem@davemloft.net>
53682         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53683         enum.
53684         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53685         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53686         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53688 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53690         * Versions.def [libc]: Add GLIBC_2.15.
53691         * dirent/Makefile (routines): Add scandirat and scandirat64.
53692         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53693         GLIBC_2.15.
53694         * dirent/dirent.h: Declare scandirat and scandirat64.
53695         * dirent/scandirat.c: New file.
53696         * dirent/scandirat64.c: New file.
53697         * sysdeps/wordsize-64/scandirat.c: New file.
53698         * sysdeps/wordsize-64/scandirat64.c: New file.
53699         * dirent/opendir.c: Define opendirat.
53700         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53701         using scandirat.
53702         * dirent/scandir64.c: Adjust for scandir.c change.
53703         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53704         __scandirat64, and __scandir_cancel_handler.
53705         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53706         additional parameter and use openat instead of open (outside of ld.so).
53707         Add new __opendir as wrapper around __opendirat.
53708         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53709         here without requiring old scandirat implementation.
53711 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53713         * dirent/scandir.c (cancel_handler): Renamed to
53714         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53715         defined.  Adjust users.
53716         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53717         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53719 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53721         * string/test-string.h (IMPL): Use __STRING to expand name and then
53722         stringify it.
53724         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53725         of cleanups.
53727 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53729         * string/Makefile: Update.
53730         (strop-tests): Append strncat.
53731         * string/test-wcscmp.c: New file.
53732         New comprehensive test for wcscmp.
53733         * string/test-strcmp.c: Update.
53734         (WIDE): New define.
53736 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53738         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53739         line.
53741 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53743         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53744         encoding to ACE if AI_IDN.
53746 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53748         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53749         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53751 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53753         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53754         Fix overflow bug in strncat.
53755         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53757         * string/test-strncat.c: Update.
53758         Add new tests for checking overflow bugs.
53760 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53762         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53763         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53764         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53765         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53766         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53767         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53768         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53769         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53770         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53772         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53773         (USE_AS_STRCAT): Define.
53774         Add strcat and strncat support.
53775         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53777 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53779         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53780         __n bigger than INT_MAX+1.
53781         (__strncmp_g): Likewise.
53783 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53785         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53786         * libio/stido.h: Likewise.
53788         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53789         (AF_NFC): Define.
53790         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53791         (AF_NFC): Define.
53793         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53794         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53795         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53796         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53797         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53799         [BZ #13021]
53800         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53801         installed.
53803         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53804         typo.
53805         (_dl_x86_64_save_sse): Likewise.
53807 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53809         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53810         OSXSAVE.
53811         (_dl_x86_64_save_sse): Likewise.
53813         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53815         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53817 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53819         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53820         change.
53821         (_dl_x86_64_save_sse): Use correct AVX check.
53823 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53825         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53826         bug in strncpy/strncat.
53827         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53829 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53831         * string/tester.c (test_strcat): Add tests for different alignments
53832         of source and destination.
53833         (test_strncat): Likewise.
53835 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53837         [BZ #12852]
53838         * posix/glob.c (glob): Check passed in values before using them in
53839         expressions to avoid some overflows.
53840         (glob_in_dir): Likewise.
53842         [BZ #13007]
53843         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53844         check for AVX enablement so that we don't crash with old kernels and
53845         new hardware.
53846         * elf/tst-audit4.c: Add same checks here.
53847         * elf/tst-audit6.c: Likewise.
53849         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53851 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53853         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53855 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53857         * po/cs.po: Update from translation team.
53858         * po/bg.po: Likewise.
53860 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53862         * misc/sys/cdefs.h: Add support for const attribute.
53863         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53864         to gnu_dev_{major,minor,makedev} functions.
53866 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53868         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53870 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53872         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53873         strlen results.
53875 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53877         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53878         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53879         register in order to avoid conflicts with the soft frame pointer
53880         being held in r11 when necessary.
53881         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53882         (INTERNAL_VSYSCALL_NCS): Likewise.
53884 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53886         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53887         * elf/dl-fini.c (_dl_fini): Adjust caller.
53888         * elf/dl-close.c (_dl_close_worker): Likewise.
53889         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53891 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53893         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53894         "aux_cache->nlibs < 0".
53896         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53897         in the reload-count case.
53899 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53901         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53902         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53903         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53904         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53905         * sysdeps/x86_64/multiarch/strcat.S: New file.
53906         * sysdeps/x86_64/multiarch/strncat.S: New file.
53907         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53908         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53909         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53910         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53911         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53912         (USE_AS_STRCAT): Define.
53913         Add strcat and strncat support.
53914         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53915         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53916         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53917         * string/strncat.c: Update.
53918         (USE_AS_STRNCAT): Define.
53919         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53920         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53921         and i7.
53922         * sysdeps/x86_64/multiarch/init-arch.h
53923         (bit_Prefer_PMINUB_for_stringop): New.
53924         (index_Prefer_PMINUB_for_stringop): Likewise.
53925         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53926         bit_Prefer_PMINUB_for_stringop.
53928 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53930         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53931         buffer64.
53932         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53933         of casting of buffer.
53934         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53935         buffer32 and buffer64.
53936         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53937         writes instead of casting of buffer.
53938         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53939         buffer32.
53940         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53941         casting of buffer.
53943 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53945         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53947 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53949         * nscd/nscd.c (termination_handler): Don't do anything for a database
53950         if it has not yet been initialized.
53952 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53954         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53956 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53958         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53960 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53962         * po/nl.po: Update from translation team.
53963         * po/sv.po: Likewise.
53965 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53967         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53968         now disallowed by GCC.
53970         * configure.in (use-default-link): Default to yes if a test -shared
53971         link meets our qualifications.
53972         * configure: Regenerated.
53974         * config.make.in (output-format): New variable.
53975         * configure.in: Check for ld --print-output-format support.
53976         * configure: Regenerated.
53977         * Makerules ($(common-objpfx)format.lds)
53978         [$(output-format) != unknown]: Just use $(output-format),
53979         instead of the linker-script munging.
53981 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53983         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53984         of $(common-objpfx)shlib.lds.
53985         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53987         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53988         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53990         * configure.in (-z relro check): Adjust test code to add a large
53991         writable data section after it.
53992         * configure: Regenerated.
53994 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53996         * configure.in (-z relro check): Fix test code to make the variable
53997         truly const.
53998         * configure: Regenerated.
54000 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54002         * nscd/nscd.h (struct traced_file): Define.
54003         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54004         elements.  Add traced_files.
54005         (inotify_fd): Declare.
54006         (register_traced_file): Declare.
54007         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54008         (inotify_fd): Export.
54009         (resolv_conf_descr): Remove.
54010         (nscd_init): Move inotify descriptor creation to main.
54011         Don't register files for notification here.
54012         (register_traced_file): New function.
54013         (invalidate_cache): Don't use reset_res to determine whether to call
54014         res_init, go through the list of registered files.
54015         (main_loop_poll): The inotify descriptors are now stored in the
54016         structures for the traced files.
54017         (main_loop_epoll): Likewise
54018         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54019         to __nss_disable_nscd.
54020         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54021         for a database anymore.  Check the records for all the registered
54022         files instead.
54023         * nss/Makefile (libnss_files-routines): Add files-init.
54024         (libnss_db-routines): Add db-init.
54025         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54026         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54027         * nss/nss_db/db-init.c: New file.
54028         * nss/nss_files/files-init.c: New file.
54029         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54030         __nss_lookup_function.
54031         (__nss_lookup_function): Call nss_load_library.
54032         (nss_load_all_libraries): New function.
54033         (__nss_disable_nscd): Take parameter with callback function for files
54034         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54035         used for the cached services.
54036         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54037         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54038         options for features to all the files in nscd.
54040         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54042 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54044         * csu/elf-init.c (__libc_csu_init): Comment typo.
54046 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54048         * po/pl.po: Update from translation team.
54049         * po/ja.po: Likewise.
54050         * po/ru.po: Likewise.
54051         * po/ko.po: Likewise.
54052         * po/fr.po: Likewise.
54054 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54056         * configure.in (.ctors/.dtors header and trailer check):
54057         Use an empirical test on a built program.
54058         * configure: Regenerated.
54060         * configure.in (-z relro check): Use an empirical test on a built DSO.
54061         Detect, but do not require, on ia64.
54062         * configure: Regenerated.
54064         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54065         Update tests that use readelf to use $READELF instead.
54066         * configure: Regenerated.
54068 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54070         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54071         if the result is not used.
54073 2011-07-05  Andreas Jaeger  <aj@suse.de>
54075         [BZ#9696]
54076         * stdlib/tst-strtod.c: Add testcase.
54078 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54080         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54081         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54082         The latter has a higher limit.  Take additional parameter to pass to
54083         the new function.
54084         (__pathconf): Pass file to __statfs_link_max.
54085         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54086         __statfs_link_max.
54087         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54088         __statfs_link_max.
54090         [BZ #12868]
54091         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54092         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54093         Handle Lustre.
54094         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54095         (__statfs_filesize_max): Likewise.
54096         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54098 2011-07-05  Andreas Jaeger  <aj@suse.de>
54100         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54102 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54104         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54105         `status' variable.
54106         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54107         Likewise.
54109 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54111         * Makefile (strop-tests): Add strncat.
54112         * string/test-strncat.c: New file.
54114 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54116         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54118 2011-06-21  Andreas Jaeger  <aj@suse.de>
54120         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54121         Copy rule from iconvdata/Makefile.
54123 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54125         [BZ #12922]
54126         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54127         but no long options are defined, just return 'W'.
54129 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54131         [BZ #9696]
54132         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54134 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54136         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54137         netgroups to read.
54138         (innetgr): Likewise.
54140 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54142         * config.make.in (install_root): Default to $(DESTDIR).
54144 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54146         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54148 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54150         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54152         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54153         containing directory rather than embedding absolute directory names.
54155         * scripts/check-local-headers.sh: Rewritten using awk.
54156         Match by word, not by line.  Print error messages for matches.
54157         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54159         * Makerules [shlib-lds-flags empty]:
54160         ($(common-objpfx)libc_pic.opts): New target.
54161         ($(common-objpfx)libc_pic.os.clean): New target.
54162         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54164         * config.make.in (OBJCOPY): New variable.
54165         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54166         * configure: Regenerated.
54168         * config.make.in (use-default-link): New variable.
54169         * configure.in (use_default_link): Grok --with-default-link to set it.
54170         * configure: Regenerated.
54171         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54172         (shlib-lds, shlib-lds-flags): Define to empty.
54174         * Makerules (shlib-lds): New variable.
54175         (shlib-lds-flags): New variable.
54176         (build-shlib, build-moduile, build-module-asneeded): Use it.
54177         ($(common-objpfx)libc.so): Use $(shlib-lds).
54178         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54179         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54181         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54182         DT_FLAGS/DT_FLAGS_1 with zero flags.
54184         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54185         linker script munging.
54187 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54189         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54190         as 128-bit value.
54191         * crypt/sha512.c (sha512_process_block): Perform total addition using
54192         128-bit if possible.
54193         (__sha512_finish_ctx): Likewise.
54194         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54195         as 64-bit value.
54196         * crypt/sha256.c (SWAP64): Define.
54197         (sha256_process_block): Perform total addition using 64-bit if
54198         possible.
54199         (__sha256_finish_ctx): Likewise.
54201 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54203         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54204         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54205         * nscd/hstcache.c (cache_addhst): Likewise.
54206         * nscd/grpcache.c (cache_addgr): Likewise.
54207         * nscd/aicache.c (addhstaiX): Likewise
54208         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54210 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54212         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54213         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54214         * nscd/hstcache.c (cache_addhst): Likewise.
54215         * nscd/grpcache.c (cache_addgr): Likewise.
54216         * nscd/aicache.c (addhstaiX): Likewise
54218 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54220         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54221         domain only when needed.
54223 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54225         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54226         is always restored.
54228 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54230         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54231         are re-adding the entry.
54232         * nscd/servicescache.c (cache_addserv): Likewise.
54234 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54236         * sysdeps/generic/dl-irel.h: fix protection against multiple
54237         inclusions.
54238         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54240 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54242         [BZ #12935]
54243         * malloc/memusage.sh: Fix quoting in message.
54244         * debug/xtrace.sh: Likewise.
54246         * configure.in: Remove support for --experimental-malloc option, make
54247         it the default.
54248         * config.make.in: Likewise.
54249         * malloc/Makefile: Likewise.
54251 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54253         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54254         two-byte characters.
54256 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54258         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54259         AC_CACHE_CHECK invocation.
54260         * configure: Regenerated.
54262         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54264 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54266         [BZ #12350]
54267         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54268         bit from old_res_options.
54270         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54272         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54273         value type for setfct.
54275 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54277         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54278         __gettimeofday instead of gettimeofday.
54280 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54282         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54284 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54286         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54288         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54289         info.
54291 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54293         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54294         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54295         strcpy-sse2-unaligned strncpy-sse2-unaligned
54296         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54297         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54298         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54299         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54300         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54301         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54302         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54303         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54304         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54305         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54306         (STRCPY): Support SSE2 and SSSE3 versions.
54308 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54310         [BZ #12874]
54311         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54312         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54313         kernels which artificially limit size of requests.
54315 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54317         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54318         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54319         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54320         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54321         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54322         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54323         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54324         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54325         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54326         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54327         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54328         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54329         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54330         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54331         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54332         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54333         Enable unaligned load optimization for Intel Core i3, i5 and i7
54334         processors.
54335         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54336         Define.
54337         (index_Fast_Unaligned_Load): Define.
54338         (HAS_FAST_UNALIGNED_LOAD): Define.
54340 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54342         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54344 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54346         [BZ #12907]
54347         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54348         until it is clear that the information is realy needed.
54349         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54351 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54353         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54355 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54357         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54358         /sys/devices/system/cpu/online if it is usable.
54360         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54361         reading the information from the /proc filesystem to once a second.
54363 2011-06-21  Andreas Jaeger  <aj@suse.de>
54365         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54366         NULL after inclusion of kernel headers.
54368 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54370         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54371         calls to internal_setent.
54373         [BZ #12885]
54374         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54375         addresses using gethostbyname4_r ignore IPv4 addresses.
54377         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54378         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54380         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54382 2011-06-20  David S. Miller  <davem@davemloft.net>
54384         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54385         inclusions.
54386         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54388         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54389         (elf_irel): Use it.
54390         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54391         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54392         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54393         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54394         * sysdeps/x86_64/dl-irel.h: Likewise.
54396         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54397         * elf/dl-sym.c: Likewise.
54399 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54401         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54402         need to dereference resplen2.
54404 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54406         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54408 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54410         * Makeconfig: Define vardbdir and inst_vardbdir.
54411         * nss/Makefile: Add rules to install db-Makefile.
54413         * nss/nss_db/db-XXX.c: Cleanup.
54415         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54416         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54417         GLIBC_PRIVATE.
54418         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54419         * nss/makedb.c: Implement -g option to specify that value strings
54420         are generated and should not be added to table iterated over for
54421         get*ent calls.
54422         * nss/nss_db/db-initgroups.c: New file.
54424         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54425         interface.
54427         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54428         (internal_getgrouplist): Adjust to name change.
54429         Update use_initgroups_entry if this is not the first call.
54430         * nss/databases.def: Add initgroups entry.
54432         * nss/makedb.c (compute_tables): Check result of multiple hash table
54433         sizes to minimize maximum chain length.
54435 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54437         * Versions.def: Add entry for libnss_db.
54438         * shlib-versions: Likewise.
54439         * nss/Makefile: Add rules to build libnss_db.
54440         * nss/Versions: Add libnss_db information.  Organize libnss_files
54441         entries better.
54442         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54443         makedb progra.  Some minor improvements to generate smaller files.
54444         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54445         here from...
54446         * nss/makedb.c: ...here.
54447         Improve database format to be smaller and require less memory at
54448         runtime.
54449         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54450         db anymore.
54451         * nss/nss_db/db-netgrp.c: Likewise.
54452         * nss/nss_db/db-open.c: Likewise.
54453         * nss/nss_files/flies-XXX.x: Adjust comments.
54454         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54455         * nss/nss_files/files-grp.c: Likewise.
54456         * nss/nss_files/files-hosts.c: Likewise.
54457         * nss/nss_files/files-network.c: Likewise.
54458         * nss/nss_files/files-proto.c: Likewise.
54459         * nss/nss_files/files-pwd.c: Likewise.
54460         * nss/nss_files/files-rpc.c: Likewise.
54461         * nss/nss_files/files-service.c: Likewise.
54462         * nss/nss_files/files-sgrp.c: Likewise.
54463         * nss/nss_files/files-spwd.c: Likewise.
54464         * nss/nss_db/db-alias.c: Removed.
54465         * nss/nss_db/dummy-db.h: Removed.
54467 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54469         * nss/makedb.c: Rewritten to not use database library.
54470         * nss/Makefile: Update to build new makedb program.
54472 2011-06-14  Andreas Jaeger  <aj@suse.de>
54474         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54475         memset declaration.
54477 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54479         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54480         tmpbuf.
54482 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54484         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54485         * elf/Makefile ($(objpfx)ld.so): Likewise.
54487         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54488         Don't list ld.so twice in dependencies.
54490         * posix/bug-regex31.c: Include <stdlib.h>.
54492         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54494         * nis/nss_compat/compat-spwd.c
54495         (getspent_next_nss_netgr): Remove unused variable.
54496         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54498         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54499         nonmembers" output to use the right array.
54501         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54503         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54505         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54506         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54507         * catgets/gencat.c (read_input_file): Likewise.
54508         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54510         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54511         variable definition inside #if's controlling its use.
54513         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54515         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54517         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54519         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54520         unreachable code.
54522         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54524         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54525         * configure: Regenerated.
54527         * Makerules: Revert last change.
54528         * elf/Makefile: Likewise.
54530 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54532         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54533         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54534         (reloc-link): Likewise.
54536 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54538         * elf/Makefile: Add rules to build pldd.
54539         * elf/pldd.c: New file.
54540         * elf/pldd-xx.c: New file.
54542 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54544         * version.h: Update for 2.15 development version.
54546 2011-06-07  David S. Miller  <davem@davemloft.net>
54548         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54549         ifuncs.
54550         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54551         elf_machine_lazy_rel): Likewise.
54552         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54553         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54554         elf_machine_lazy_rel): Likewise.
54555         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54556         dl_hwcap via passed in argument.
54557         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54558         Likewise.
54560 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54562         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54564 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54566         [BZ #12849]
54567         * manual/fdl-1.1.texi: New file, verbatim from:
54568         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54569         * manual/lgpl-2.1.texi: New file, verbatim from:
54570         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54571         * manual/Makefile (licenses): New variable, list those new file names.
54572         (texis): Use it.
54573         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54575         * manual/fdl.texi: File removed.
54576         * manual/lesser.texi: File removed.
54577         * manual/libc.texinfo (Copying, Documentation License):
54578         Use new @include file names, put @appendix directive before @include.
54580 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54582         [BZ #12841]
54583         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54584         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54585         (mq_open): Add __NTH.
54587 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54589         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54590         Assume Intel Core i3/i5/i7 processor if AVX is available.
54592 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54594         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54595         typo.
54597 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54599         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54600         memory.  Use alloca_account.  Fix memory leak when retrying.
54602 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54604         * version.h (RELEASE): Bump for 2.14 release.
54605         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54607         * config.make.in (RANLIB): Remove entry.
54609 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54611         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54612         (libc.pot): Work around missing support for .ksh extension in xgettext.
54614         [BZ #12684]
54615         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54616         if both request failed.
54617         (send_dg): In case of server errors clear resplen or *resplen2.
54619         [BZ #12454]
54620         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54621         when there are multiple maps.
54622         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54623         (_dl_fini): Remove test here.
54625         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54627 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54629         [BZ #12350]
54630         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54631         bit from old_res_options.
54632         (gaih_inet): Likewise.
54634         [BZ #11099]
54635         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54636         as signed.
54638         * resolv/res_init.c (res_setoptions): Make the code more compact.
54640         [BZ #11558]
54641         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54642         set RES_USEVC.
54644         [BZ #11634]
54645         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54647         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54649         [BZ #11781]
54650         * malloc/malloc.h: Declare malloc hook variables as volatile.
54652         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54653         in last patch.
54655         [BZ #11799]
54656         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54657         raise in the comment.
54658         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54659         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54660         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54662 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54664         [BZ #12811]
54665         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54666         grow the buffers more if it already has to be sufficient.
54667         (build_wcs_upper_buffer): Likewise.
54668         * posix/regexec.c (check_matching): Likewise.
54669         (clean_state_log_if_needed): Likewise.
54670         (extend_buffers): Don't enlarge buffers beyond size of the input
54671         buffer.
54672         Patches mostly by Emil Wojak <emil@wojak.eu>.
54673         * posix/bug-regex32.c: New file.
54674         * posix/Makefile (tests): Add bug-regex32.
54676         * locale/findlocale.c (_nl_find_locale): Return right away if
54677         _nl_explode_name failed.
54678         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54680         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54682         * debug/xtrace.sh: Unify messages.
54683         * malloc/memusage.sh: Likewise.
54685         [BZ #12813]
54686         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54687         time symbol from vDSO.  Substitute with vsyscall if not available.
54688         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54689         __vdso_time.
54691         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54692         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54693         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54694         Add sendmmsg and internal_sendmmsg.
54695         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54696         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54697         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54699         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54700         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54701         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54703 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54705         [BZ #12813]
54706         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54707         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54708         available.
54709         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54710         __vdso_getcpu.
54712         [BZ #12814]
54713         * iconvdata/Makefile (tests): Add bug-iconv9.
54714         * iconvdata/bug-iconv9.c: New file.
54716 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54718         [BZ #12814]
54719         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54721 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54723         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54724         (struct user_regs_struct): Change intcs field back to cs.
54726 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54728         * po/ja.po: Update from translation team.
54730 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54732         [BZ #12795]
54733         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54734         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54736 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54738         * stdlib/longlong.h: Update from GCC.
54740 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54742         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54743         parameter name.
54744         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54745         Add parameter name.
54746         (__sysconf): Pass it down.
54748 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54750         [BZ #12671]
54751         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54752         some situations.
54753         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54754         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54755         add in in __libc_use_alloca calls.  Adjust callers.
54756         (glob): Use malloc in some situations.
54758         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54759         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54760         pltexit.
54762 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54764         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54765         and CLOCK_BOOTTIME_ALARM.
54767         [BZ #12782]
54768         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54769         is returned.
54771         * string/_strerror.c (__strerror_r): Print negative errors as signed
54772         numbers.
54774         [BZ #12777]
54775         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54776         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54777         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54779         * configure.in: Fix typo in redirection and correct removal of test
54780         files in two cases.
54782         [BZ #12788]
54783         * locale/setlocale.c (new_composite_name): Fix test to check for
54784         identical name of all categories.
54786         [BZ #12792]
54787         * libio/filedoalloc.c (local_isatty): New function.
54788         (_IO_file_doallocate): Use local_isatty.
54789         * stdio-common/perror.c (perror): In case a new stream is used
54790         forward the stream error.
54791         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54792         error flag.
54794 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54796         [BZ #11869]
54797         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54798         alloca.
54799         * include/alloca.h (extend_alloca_account): Define.
54801         [BZ #11857]
54802         * posix/regex.h: Fix comments with documentation of user-accessible
54803         fields after compilation and describe correct free'ing of pattern
54804         after re_compile_pattern.
54805         Patch by Reuben Thomas <rrt@sc3d.org>.
54807 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54809         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54810         and -mno-altivec to prevent the compiler from using Altivec and/or
54811         VSX instructions when the corresponding registers are not available.
54813 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54815         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54817 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54819         * libio/freopen.c (freopen): Use __dup2, not dup2.
54820         * libio/freopen64.c (freopen64): Likewise.
54822 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54824         [BZ #12775]
54825         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54826         * math/Makefile (tests): Add test-powl.
54827         (CFLAGS-test-powl.c): Define.
54828         * math/test-powl.c: New file.
54830 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54832         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54834 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54836         [BZ #11837]
54837         * iconvdata/gb18030.c: Update to GB18020-2005.
54839 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54841         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54842         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54843         Patch by Aharon Robbins <arnold@skeeve.com>.
54845         [BZ #11892]
54846         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54847         on the stack.
54849         [BZ #11895]
54850         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54851         through underflows.
54853         [BZ #12766]
54854         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54855         point to strings before performing equality test for error_one_per_line
54856         mode.
54858         [BZ #11697]
54859         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54861         [BZ #11820]
54862         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54863         (struct user_fpregs_struct): Avoid __uint*_t types.
54865         [BZ #6420]
54866         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54867         symbol info.  Use it instead of calling _dl_addr locally.
54868         (lock_and_info): New function.
54869         (tr_freehook): Call lock_and_info and pass symbol info as additional
54870         parameter to tr_where.
54871         (tr_mallochook): Likewise.
54872         (tr_reallochook): Likewise.
54873         (tr_memalignhook): Likewise.
54875         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54876         used and couldn't be at all thread-safe.
54878 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54880         * libio/freopen.c (freopen): Don't close old file descriptor
54881         before the new one is opened.  Instead dup the new file descriptor
54882         to the old one after the new stream is created.
54883         * libio/freopen64.c (freopen64): Likewise.
54884         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54885         * libio/fileops.c (_IO_new_file_close_it): Handle new
54886         _IO_FLAGS2_NOCLOSE flag.
54887         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54888         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54889         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54890         _IO_FLAGS2_NOCLOSE flag.
54891         * include/unistd.h: Add hidden_proto for dup3.
54892         Define __have_dup3.
54893         * io/dup3.c: Define hidden symbol.
54894         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54896         [BZ #7101]
54897         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54898         when an incomplete long option is used.
54899         * posix/tst-getopt_long1.c: New file.
54900         * posix/Makefile (tests): Add tst-getopt_long1.
54902         [BZ #10138]
54903         * scripts/config.guess: Update from autoconf-2.68.
54904         * scripts/config.sub: Likewise.
54906         [BZ #10157]
54907         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54908         tests into ...
54909         (has_cpuclock): ...this.  New function.
54910         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54911         macro here based on has_cpuclock code.
54913         [BZ #10149]
54914         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54915         First byte (not low byte) is now always NUL.
54916         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54918         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54919         Use non-cancelable interfaces.
54921         [BZ #9809]
54922         * locale/iso-639.def: Add entry for Sorani.
54924         [BZ #11901]
54925         * include/stdlib.h: Move include protection to the right place.
54926         Define abort_msg_s.  Declare __abort_msg with it.
54927         * stdlib/abort.c (__abort_msg): Adjust type.
54928         * assert/assert.c (__assert_fail_base): New function.  Majority
54929         of code from __assert_fail.  Allocate memory for __abort_msg with
54930         mmap.
54931         (__assert_fail): Now call __assert_fail_base.
54932         * assert/assert-perr.c: Remove bulk of implementation.  Use
54933         __assert_fail_base.
54934         * include/assert.hL Declare __assert_fail_base.
54935         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54936         mmap.
54937         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54939 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54941         [BZ #11952]
54942         [BZ #12453]
54943         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54944         until all modules are registered in the DTV.
54945         * elf/Makefile: Add rules to build and run tst-tls19.
54946         * elf/tst-tls19.c: New file.
54947         * elf/tst-tls19mod1.c: New file.
54948         * elf/tst-tls19mod2.c: New file.
54949         * elf/tst-tls19mod3.c: New file.
54950         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54952         [BZ #12083]
54953         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54954         correctly.
54956         [BZ #12601]
54957         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54958         two-byte sequence errors.
54959         * iconvdata/Makefile (tests): Add bug-iconv8.
54960         * iconvdata/bug-iconv8.c: New file.
54962         [BZ #12626]
54963         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54964         buf2 definition.
54966         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54968         [BZ #12432]
54969         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54970         (dummy_getcfa): New function.
54971         (init): Get _Unwind_GetCFA address, use dummy if not found.
54972         (backtrace_helper): In recursion check, also check whether CFA changes.
54973         (__backtrace): Completely initialize arg.
54975         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54976         storing incomplete byte sequence in state object.  Avoid testing for
54977         guaranteed too small input if we know there is enough data available.
54979 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54981         * Makeconfig (+link-pie): Indent.
54982         * Rules (binaries-pie): Define if $(have-fpie) and
54983         $(build-shared).
54984         (binaries-shared): Also filter out $(binaries-pie).
54985         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54986         * nscd/Makefile (others-pie): Add nscd.
54987         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54988         ($(objpfx)nscd): Remove command override.
54989         * login/Makefile (others-pie): Add pt_chown.
54990         ($(objpfx)pt_chown): Remove command override.
54991         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54992         remove command overrides.
54994 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54996         * libio/tst_putwc.c: Fix error messages.
54998         [BZ #12724]
54999         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55000         currently writing and seek to current position when not.
55001         * libio/Makefile (tests): Add bug-fclose1.
55002         * libio/bug-fclose1.c: New file.
55004 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55006         [BZ #12511]
55007         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55008         don't set DF_1_NODELETE here.
55009         (do_lookup_x): When entering new entry test for copy relocation
55010         and if necessary set DF_1_NODELETE flag.
55011         * elf/tst-unique4.cc: New file.
55012         * elf/tst-unique4.h: New file.
55013         * elf/tst-unique4lib.cc: New file.
55014         * elf/Makefile: Add rules to build and run tst-unique4.
55015         Patch by Piotr Bury <pbury@goahead.com>.
55017 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55019         [BZ #12052]
55020         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55022         [BZ #12625]
55023         * misc/mntent_r.c (addmntent): Flush the stream after the output
55025         [BZ #12393]
55026         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55027         (is_trusted_path_normalize): Skip initial colon.  Append slash
55028         to empty buffer.  Duplicate is_trusted_path code but allow
55029         constructed patch to be prefix.
55030         (is_dst): Allow $ORIGIN followed by /.
55031         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55032         Correct testing of result of is_trusted_path_normalize
55033         (decompose_rpath): Fix warning.
55035 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55037         [BZ #11257]
55038         * grp/initgroups.c (internal_getgrouplist): When we found the service
55039         list through the initgroups entry in nsswitch.conf do not always
55040         continue on a successful lookup.  Don't always use the
55041         __nss_group_database value if it is set.
55042         * nss/nsswitch.conf (initgroups): Change action for successful db
55043         lookup to continue for compatibility.
55045 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55047         [BZ #11532]
55048         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55049         and CP774 modules.
55050         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55051         and CP774 modules.
55052         * iconvdata/tst-tables.sh: Likewise.
55053         * iconvdata/cp770.c: New file.
55054         * iconvdata/cp771.c: New file.
55055         * iconvdata/cp772.c: New file.
55056         * iconvdata/cp773.c: New file.
55057         * iconvdata/cp774.c: New file.
55058         * iconvdata/testdata/CP770: New file.
55059         * iconvdata/testdata/CP770..UTF8: New file.
55060         * iconvdata/testdata/CP771: New file.
55061         * iconvdata/testdata/CP771..UTF8: New file.
55062         * iconvdata/testdata/CP772: New file.
55063         * iconvdata/testdata/CP772..UTF8: New file.
55064         * iconvdata/testdata/CP773: New file.
55065         * iconvdata/testdata/CP773..UTF8: New file.
55066         * iconvdata/testdata/CP774: New file.
55067         * iconvdata/testdata/CP774..UTF8: New file.
55069         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55070         END CHARMAP line.
55071         * iconvdata/gen-8bit-gap.sh: Likewise.
55072         * iconvdata/gen-8bit.sh: Likewise.
55074         * locale/iso-639.def: Add ary entry.
55076         [BZ #11258]
55077         * locale/C-translit.h.in: Add U20A1 transliteration.
55079         [BZ #12178]
55080         * locale/iso-639.def: Add wae entry.
55081         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55083         [BZ #12545]
55084         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55085         for n.
55087         [BZ #12711]
55088         * locale/C-translit.h.in: Add entry for U20B9.
55089         Patch by pravin.d.s@gmail.com.
55091 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55093         [BZ #12713]
55094         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55095         ENAMETOOLONG use generic getcwd.
55096         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55097         in rtld.  Use *stat64.
55098         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55099         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55100         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55101         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55102         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55103         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55104         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55105         __fstatat64 macros.
55106         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55107         * dirent/rewinddir.c: Add libc_hidden_def.
55108         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55109         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55111         * include/dirent.h (__alloc_dir): Add flags parameter.
55112         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55113         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55114         __alloc_dir.
55115         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55116         from fdopendir if O_CLOEXEC is already set.
55118 2011-03-15  Alan Modra  <amodra@gmail.com>
55120         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55121         l_tls_firstbyte_offset non-zero.  Save padding offset in
55122         l_tls_firstbyte_offset for later use.
55123         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55124         freeing static tls block.
55126 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55128         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55129         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55130         being defined by the kernel headers.
55132 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55134         [BZ #12734]
55135         * resolv/resolv.h: Define RES_NOTLDQUERY.
55136         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55137         no-tld-query and set RES_NOTLDQUERY.
55138         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55139         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55140         modern BIND to search name as TLD unless forbidden.
55142 2011-05-07  Petr Baudis  <pasky@suse.cz>
55143             Ulrich Drepper  <drepper@gmail.com>
55145         [BZ #12393]
55146         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55147         (is_trusted_path): ...to here.
55148         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55149         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55150         using is_trusted_path_normalize() in setuid scripts.
55152 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55154         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55155         __BEGIN/__END_DECLS.
55157 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55159         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55160         NSS_STATUS_NOTFOUND if no record was found.
55162 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55164         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55165         (headers-not-in-tirpc): Remove rpc/netdb.h
55166         * resolv/netdb.h: Revert last change.
55168 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55170         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55171         circular dependency between libgcc.a and libc.a.
55173 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55175         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55176         * nis/Makefile: Don't install rpcsvc/*.
55177         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55178         instead of <rpc/types.h>.
55179         (MAXHOSTNAMELEN): Define.
55181 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55183         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55185 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55187         [BZ #12714]
55188         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55189         gethostbyname4_r when IPv6 results are possible.
55191 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55193         [BZ #12723]
55194         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55195         _PC_PIPE_BUF handling.
55197 2011-04-30  Bruno Haible  <bruno@clisp.org>
55199         [BZ #12717]
55200         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55201         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55202         to 'int'.
55203         * inet/getnameinfo.c (getnameinfo): Likewise.
55205 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55207         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55208         to groups setting in database lookup.
55209         * nss/nsswitch.conf: Add initgroups entry.
55211 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55213         [BZ #12685]
55214         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55215         mode string.
55216         Patch by Eric Blake <eblake@redhat.com>.
55218 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55220         * sunrpc/Makefile (need-export-routines): Add svc_run.
55221         (routines): Remove svc_run.
55222         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55223         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55224         * sunrpc/svc_run.c (svc_run): Likewise.
55225         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55227 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55229         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55230         problem in reallocation in last patch.
55232 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55234         * sunrpc/Makefile: Move inclusion of Rules.
55236 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55238         * nss/nss_files/files-initgroups.c: New file.
55239         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55240         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55241         _nss_files_initgroups_dyn.
55243 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55245         * elf/elf.h (R_ARM_IRELATIVE): Define.
55247 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55249         * po/ru.po: Update from translation team.
55251 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55253         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55254         dependencies.
55256 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55258         [BZ #12653]
55259         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55260         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55261         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55262         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55263         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55265 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55267         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55268         differing bytes.
55269         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55270         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55271         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55273 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55275         [BZ #12420]
55276         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55277         storing it.
55278         * stdlib/bug-getcontext.c: New file.
55279         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55281 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55283         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55284         instructions into .machine "z9-109".
55285         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55286         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55288 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55290         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55291         between environment variables and auxiliary vector.
55293 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55295         * Makefile: Add rules to build linkobj/libc.so.
55296         * include/libc-symbols.h: Define libc_hidden_nolink.
55297         * include/rpc/auth.h: Mark functions which are to be hidden.
55298         * include/rpc/auth_des.h: Likewise.
55299         * include/rpc/auth_unix.h: Likewise.
55300         * include/rpc/clnt.h: Likewise.
55301         * include/rpc/des_crypt.h: Likewise.
55302         * include/rpc/key_prot.h: Likewise.
55303         * include/rpc/pmap_clnt.h: Likewise.
55304         * include/rpc/pmap_prot.h: Likewise.
55305         * include/rpc/pmap_rmt.h: Likewise.
55306         * include/rpc/rpc_msg.h: Likewise.
55307         * include/rpc/svc.h: Likewise.
55308         * include/rpc/svc_auth.h: Likewise.
55309         * include/rpc/xdr.h: Likewise.
55310         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55311         * nss/Makefile: Likewise.
55312         * sunrpc/Makefile: Don't install headers.  Build library with normal
55313         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55314         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55315         for the compat linking library.  Remove use of INTDEF/INTUSE.
55316         * sunrpc/auth_none.c: Likewise.
55317         * sunrpc/auth_unix.c: Likewise.
55318         * sunrpc/authdes_prot.c: Likewise.
55319         * sunrpc/authuxprot.c: Likewise.
55320         * sunrpc/clnt_gen.c: Likewise.
55321         * sunrpc/clnt_perr.c: Likewise.
55322         * sunrpc/clnt_raw.c: Likewise.
55323         * sunrpc/clnt_simp.c: Likewise.
55324         * sunrpc/clnt_tcp.c: Likewise.
55325         * sunrpc/clnt_udp.c: Likewise.
55326         * sunrpc/clnt_unix.c: Likewise.
55327         * sunrpc/des_crypt.c: Likewise.
55328         * sunrpc/des_soft.c: Likewise.
55329         * sunrpc/get_myaddr.c: Likewise.
55330         * sunrpc/key_call.c: Likewise.
55331         * sunrpc/key_prot.c: Likewise.
55332         * sunrpc/netname.c: Likewise.
55333         * sunrpc/pm_getmaps.c: Likewise.
55334         * sunrpc/pm_getport.c: Likewise.
55335         * sunrpc/pmap_clnt.c: Likewise.
55336         * sunrpc/pmap_prot.c: Likewise.
55337         * sunrpc/pmap_prot2.c: Likewise.
55338         * sunrpc/pmap_rmt.c: Likewise.
55339         * sunrpc/publickey.c: Likewise.
55340         * sunrpc/rpc_cmsg.c: Likewise.
55341         * sunrpc/rpc_common.c: Likewise.
55342         * sunrpc/rpc_dtable.c: Likewise.
55343         * sunrpc/rpc_prot.c: Likewise.
55344         * sunrpc/rpc_thread.c: Likewise.
55345         * sunrpc/rtime.c: Likewise.
55346         * sunrpc/svc.c: Likewise.
55347         * sunrpc/svc_auth.c: Likewise.
55348         * sunrpc/svc_authux.c: Likewise.
55349         * sunrpc/svc_raw.c: Likewise.
55350         * sunrpc/svc_run.c: Likewise.
55351         * sunrpc/svc_simple.c: Likewise.
55352         * sunrpc/svc_tcp.c: Likewise.
55353         * sunrpc/svc_udp.c: Likewise.
55354         * sunrpc/svc_unix.c: Likewise.
55355         * sunrpc/svcauth_des.c: Likewise.
55356         * sunrpc/xcrypt.c: Likewise.
55357         * sunrpc/xdr.c: Likewise.
55358         * sunrpc/xdr_array.c: Likewise.
55359         * sunrpc/xdr_float.c: Likewise.
55360         * sunrpc/xdr_intXX_t.c: Likewise.
55361         * sunrpc/xdr_mem.c: Likewise.
55362         * sunrpc/xdr_rec.c: Likewise.
55363         * sunrpc/xdr_ref.c: Likewise.
55364         * sunrpc/xdr_sizeof.c: Likewise.
55365         * sunrpc/xdr_stdio.c: Likewise.
55367 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55369         [BZ #12650]
55370         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55371         * sysdeps/ia64/dl-tls.h: Likewise.
55372         * sysdeps/powerpc/dl-tls.h: Likewise.
55373         * sysdeps/s390/dl-tls.h: Likewise.
55374         * sysdeps/sh/dl-tls.h: Likewise.
55375         * sysdeps/sparc/dl-tls.h: Likewise.
55376         * sysdeps/x86_64/dl-tls.h: Likewise.
55377         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55379 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55381         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55382         rpath element also skip the following colon.
55383         (expand_dynamic_string_token): Add is_path parameter and pass
55384         down to DL_DST_REQUIRED and _dl_dst_substitute.
55385         (decompose_rpath): Call expand_dynamic_string_token with
55386         non-zero is_path.  Ignore empty rpaths.
55387         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55388         with zero is_path.
55390 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55393         Make cancelable.
55395 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55397         [BZ #12655]
55398         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55399         Patch by Filipe David Manana <fdmanana@apache.org>.
55401 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55403         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55404         Maintain aligned stack.
55405         (CHECK_RSP): Remove unused macro.
55407 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55409         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55410         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55412 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55414         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55416         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55418 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55420         [BZ #12518]
55421         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55422         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55423         * sysdeps/x86_64/memmove.c: New file.
55424         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55425         (memcpy): Renamed to ...
55426         (__new_memcpy): This.
55427         (memcpy): Provide GLIBC_2_14 memcpy.
55428         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55429         (memcpy): Provide GLIBC_2_2_5 memcpy.
55431 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55433         [BZ #12631]
55434         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55436 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55438         * misc/syncfs.c: New file.
55439         * misc/Makefile (routines): Add syncfs.
55440         * posix/unistd.h: Declare syncfs.
55441         * sysdeps/unix/syscalls.list: Add syncfs.
55443 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55445         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55446         open_by_handle_at.
55447         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55448         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55449         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55450         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55451         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55452         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55453         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55455 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55457         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55458         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55459         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55460         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55461         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55462         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55463         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55465         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55466         sync_file_range.c with -fexceptions.
55467         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55468         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55469         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55470         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55471         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55472         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55473         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55474         sync_file_range as cancellation point
55475         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55476         now a wrapper around __call_sync_file_range with cancellation handling.
55477         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55478         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55479         function name to __call_sync_file_range.
55480         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55481         Add call_sync_file_range.
55483 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55485         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55486         bits/timex.h.
55488 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55490         * iconv/iconv.h: Fix typo in comment.
55491         * io/fcntl.h: Likewise.
55492         * libio/stdio.h: Likewise.
55493         * posix/spawn.h: Likewise.
55494         * posix/unistd.h: Likewise.
55495         * stdlib/stdlib.h: Likewise.
55496         * time/time.h: Likewise.
55497         * wcsmbs/wchar.h: Likewise.
55499         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55500         open_by_handle): Add.
55501         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55502         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55503         Augment a few comments.
55504         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55505         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55506         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55507         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55508         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55509         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55510         open_by_handle.
55512         * io/fcntl.h (AT_EMPTY_PATH): Define.
55514 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55516         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55517         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55518         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55519         to...
55520         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55521         * Versions.def: Add GLIBC_2.14.
55522         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55523         Export.
55525 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55527         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55528         round counter.
55529         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55531 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55533         [BZ #12597]
55534         * string/test-strncmp.c (do_page_test): New function.
55535         (check2): Likewise.
55536         (test_main): Call check2.
55537         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55539 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55541         [BZ #12587]
55542         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55543         Handle cache information in CPU leaf 4.
55544         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55546 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55548         [BZ #12583]
55549         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55550         character representation.
55551         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55553 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55555         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55556         END(__isnan) to END(__isnanf) to match function entry point/label
55557         EALIGN(__isnanf,...).
55559 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55561         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55563 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55565         [BZ #12510]
55566         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55567         copy from the symbol referenced in the relocation to initialize the
55568         used variable.
55569         Patch by Piotr Bury <pbury@goahead.com>.
55570         * elf/Makefile: Add rules to build and tst-unique3.
55571         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55572         * elf/tst-unique3.cc: New file.
55573         * elf/tst-unique3.h: New file.
55574         * elf/tst-unique3lib.cc: New file.
55575         * elf/tst-unique3lib2.cc: New file.
55577         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55579 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55581         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55582         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55583         to _start.
55585 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55587         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55588         to-be-loaded object along a path to loader is ld.so.
55590 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55591             Ulrich Drepper  <drepper@gmail.com>
55593         * sysdeps/x86_64/memset.S: After aligning destination, code
55594         branches to different locations depending on the value of
55595         misalignment, when multiarch is enabled. Fix this.
55597 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55599         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55600         Set _x86_64_preferred_memory_instruction for AMD processsors.
55601         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55602         Set bit_Prefer_SSE_for_memop for AMD processors.
55604 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55606         * libio/fmemopen.c (fmemopen): Optimize a bit.
55608 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55610         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55612 2011-03-03  Roland McGrath  <roland@redhat.com>
55614         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55616 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55618         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55619         __bzero_ultra1 instead of __memset_ultra1.
55621 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55622             Ulrich Drepper  <drepper@gmail.com>
55624         [BZ #12509]
55625         * include/link.h (struct link_map): Add l_orig_initfini.
55626         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55627         returning unsuccessfully.
55628         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55629         close of a file loaded at startup, restore the original l_initfini
55630         list.
55631         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55632         list, store the pointer.
55633         * elf/Makefile ($(objpfx)noload-mem): New rule.
55634         (noload-ENV): Define.
55635         (tests): Add $(objpfx)noload-mem.
55636         * elf/noload.c: Include <memcheck.h>.
55637         (main): Call mtrace.  Close all opened handles.
55639 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55641         [BZ #12454]
55642         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55643         dependencies are missing.
55645 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55647         Fix __if_freereq crash: Unlike the generic version which uses free,
55648         Hurd needs munmap.
55649         * sysdeps/mach/hurd/ifreq.h: New file.
55651 2011-01-27  Petr Baudis  <pasky@suse.cz>
55652             Ulrich Drepper  <drepper@gmail.com>
55654         [BZ 12445]#
55655         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55656         to extend_alloca().
55657         * stdio-common/bug23.c: New file.
55658         * stdio-common/Makefile (tests): Add bug23.
55660 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55661             Ulrich Drepper  <drepper@gmail.com>
55663         [BZ #12489]
55664         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55665         before performing relro protection.  At old place add assertion
55666         to make sure nothing changed.
55668 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55669             Glauber de Oliveira Costa  <glommer@gmail.com>
55671         * elf/elf.h: Add new ARM TLS relocs.
55673 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55676         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55677         cast from r3.
55678         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55679         'tests' variable.
55680         * sysdeps/wordsize-64/tst-writev.c: New file.
55682 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55684         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55685         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55686         insns in _dl_start to prevent a TOC reference before relocs are
55687         resolved.
55689 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55691         [BZ #12469]
55692         * Makeconfig: Remove RANLIB definition.
55693         * Makerules: Don't use RANLIB.
55694         * aclocal.m4: Remove ranlib test.
55695         * configure.in: No need to check for ranlib.
55696         * elf/rtld-Rules: Don't use RANLIB.
55698 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55700         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55701         protection macro.
55702         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55703         inclusion protection macro.
55705         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55706         SIGRTMIN and SIGRTMAX and print information in that case only when
55707         SIGRTMIN is defined.
55709 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55711         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55712         arginfo fn returning -1.
55714         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55715         and thousands string is zero terminated.
55717 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55719         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55720         sysdeps/unix/sysv/linux/bits/socket.h.
55722 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55724         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55725         (__CPU_COUNT): Remove old macros.
55726         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55727         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55728         (__CPU_ALLOC, __CPU_FREE): Add macros.
55729         (__sched_cpualloc, __sched_cpufree): Add declarations.
55731 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55733         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55734         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55735         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55736         (readdhstai): Return value of addhstaiX call.
55737         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55738         (addgrbyX): Return value returned by cache_addgr.
55739         (readdgrbyname): Return value returned by addgrbyX.
55740         (readdgrbygid): Likewise.
55741         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55742         (addpwbyX): Return value returned by cache_addpw.
55743         (readdpwbyname): Return value returned by addhstbyX.
55744         (readdpwbyuid): Likewise.
55745         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55746         (addservbyX): Return value returned by cache_addserv.
55747         (readdservbyname): Return value returned by addservbyX:
55748         (readdservbyport): Likewise.
55749         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55750         (addhstbyX): Return value returned by cache_addhst.
55751         (readdhstbyname): Return value returned by addhstbyX.
55752         (readdhstbyaddr): Likewise.
55753         (readdhstbynamev6): Likewise.
55754         (readdhstbyaddrv6): Likewise.
55755         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55756         (readdinitgroups): Return value returned by addinitgroupsX.
55757         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55758         (prune_cache): Keep track of timeout value of re-added entries.
55759         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55760         * nscd/nscd.h: Adjust prototypes of readd* functions.
55762 2011-02-04  Roland McGrath  <roland@redhat.com>
55764         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55765         (nis_stats): Likewise.
55766         * nis/nis_modify.c (nis_modify): Likewise.
55767         * nis/nis_remove.c (nis_remove): Likewise.
55768         * nis/nis_add.c (nis_add): Likewise.
55770         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55772         * posix/fnmatch_loop.c: Add some consts.
55774         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55776 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55778         [BZ #12460]
55779         * config.make.in (config-cflags-novzeroupper): Define.
55780         * configure.in: Substitute libc_cv_cc_novzeroupper.
55781         * elf/Makefile (AVX-CFLAGS): Define.
55782         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55783         (CFLAGS-tst-auditmod4a.c): Likewise.
55784         (CFLAGS-tst-auditmod4b.c): Likewise.
55785         (CFLAGS-tst-auditmod6b.c): Likewise.
55786         (CFLAGS-tst-auditmod6c.c): Likewise.
55787         (CFLAGS-tst-auditmod7b.c): Likewise.
55788         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55790 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55792         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55793         function to the callback.
55794         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55796 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55798         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55799         of errno.
55801 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55803         [BZ #11724]
55804         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55805         of constructors.
55806         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55807         of destructors.
55808         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55810         [BZ #11724]
55811         * elf/Makefile: Add rules to build and run new test.
55812         * elf/tst-initorder.c: New file.
55813         * elf/tst-initorder.exp: New file.
55814         * elf/tst-initordera1.c: New file.
55815         * elf/tst-initordera2.c: New file.
55816         * elf/tst-initordera3.c: New file.
55817         * elf/tst-initordera4.c: New file.
55818         * elf/tst-initorderb1.c: New file.
55819         * elf/tst-initorderb2.c: New file.
55820         * elf/tst-order-a1.c: New file.
55821         * elf/tst-order-a2.c: New file.
55822         * elf/tst-order-a3.c: New file.
55823         * elf/tst-order-a4.c: New file.
55824         * elf/tst-order-b1.c: New file.
55825         * elf/tst-order-b2.c: New file.
55826         * elf/tst-order-main.c: New file.
55827         New test case by George Gensure <werkt0@gmail.com>.
55829 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55831         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55832         decoding ACE if AI_CANONIDN.
55834 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55836         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55838 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55840         * version.h (RELEASE): Bump for 2.13 release.
55841         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55843         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55845         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55846         MADV_NOHUGEPAGE.
55847         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55848         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55849         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55850         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55851         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55852         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55854         * posix/getconf.c: Update copyright year.
55855         * catgets/gencat.c: Likewise.
55856         * csu/version.c: Likewise.
55857         * debug/catchsegv.sh: Likewise.
55858         * debug/xtrace.sh: Likewise.
55859         * elf/ldconfig.c: Likewise.
55860         * elf/ldd.bash.in: Likewise.
55861         * elf/sprof.c (print_version): Likewise.
55862         * iconv/iconv_prog.c: Likewise.
55863         * iconv/iconvconfig.c: Likewise.
55864         * locale/programs/locale.c: Likewise.
55865         * locale/programs/localedef.c: Likewise.
55866         * malloc/memusage.sh: Likewise.
55867         * malloc/mtrace.pl: Likewise.
55868         * nscd/nscd.c (print_version): Likewise.
55869         * nss/getent.c: Likewise.
55871         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55872         PF_CAIF, and PF_ALG.
55873         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55875 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55877         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55878         (modules-names): Use them.
55879         (ifunc-test-modules, ifunc-pie-tests): Define.
55880         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55881         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55882         (test-extras): Likewise.
55883         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55884         $(compile-command.c).
55885         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55886         (all-built-dso): Define.
55887         (check-textrel.out, check-execstack.out): Depend on it.
55889         * configure.in: Don't override --enable-multi-arch.
55891 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55893         [BZ #6812]
55894         * nscd/hstcache.c (tryagain): Define.
55895         (cache_addhst): Return tryagain not notfound for temporary errors.
55896         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55897         failed.
55899 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55901         [BZ #10563]
55902         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55903         to make the syscall.
55904         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55906         [BZ #12378]
55907         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55908         and fall back to matching as normal character if the string ends before
55909         the matching ']' is found.  This is what POSIX requires.
55910         * posix/testfnm.c: Adjust test result.
55911         * posix/globtest.sh: Adjust test result.  Add new test.
55912         * posix/tst-fnmatch.input: Likewise.
55913         * posix/tst-fnmatch2.c: Add new test.
55915 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55917         * elf/Makefile (check-execstack): Revert last change.  Depend on
55918         check-execstack.h.
55919         (check-execstack.h): New target.
55920         (generated): Add check-execstack.h.
55921         * elf/check-execstack.c: Include "check-execstack.h".
55922         (main): Revert last change.
55923         (handle_file): Return zero if GNU_STACK is absent and
55924         DEFAULT_STACK_PERMS doesn't include PF_X.
55926 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55928         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55929         in child fails because the descriptor is already closed.
55930         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55931         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55932         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55934         [BZ #12397]
55935         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55936         syscall.
55938         [BZ #10484]
55939         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55940         temporary buffer used to handle multi lookups locally.
55941         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55943 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55945         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55946         loader is ld.so.
55948 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55950         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55951         alignment for SSE2.
55953 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55955         [BZ #12394]
55956         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55957         characters.  When rounding increased number of integer digits recompute
55958         number of groups.
55959         * stdio-common/tst-grouping.c: New file.
55960         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55962 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55964         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55965         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55967         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55968         void.
55969         * bits/select.h: Likewise.
55971 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55973         * po/ja.po: Update from translation team.
55975 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55977         [BZ #11155]
55978         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55979         implementation just like for lxstat, fxstatat, et al.
55981 2010-12-27  Jim Meyering  <meyering@redhat.com>
55983         [BZ #12348]
55984         * posix/regexec.c (build_trtable): Return failure indication upon
55985         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55987 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55989         [BZ #12201]
55990         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55991         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55992         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55993         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55995         [BZ #12207]
55996         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55998         [BZ #12204]
55999         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56000         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56002 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56004         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56005         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56006         script has SORT_BY_INIT_PRIORITY.
56007         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56008         NO_CTORS_DTORS_SECTIONS is defined.
56009         * elf/soinit.c: Likewise.
56010         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56011         NO_CTORS_DTORS_SECTIONS is defined.
56012         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56013         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56014         * sysdeps/sh/init-first.c: Likewise.
56015         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56017 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56019         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56020         always use the slow path.
56022 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56024         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56025         similar rule which adds the sysdep directories to the header search in
56026         order to pick up the correct platform stackinfo.h.
56027         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56028         perform test if it is, otherwise return successfully without testing.
56029         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56030         DEFAULT_STACK_PERMS define in stackinfo.h.
56031         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56032         defined in stackinfo.h.
56033         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56034         DEFAULT_STACK_PERMS defined in stackinfo.h.
56035         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56036         * sysdeps/ia64/stackinfo.h: Likewise.
56037         * sysdeps/s390/stackinfo.h: Likewise.
56038         * sysdeps/sh/stackinfo.h: Likewise.
56039         * sysdeps/sparc/stackinfo.h: Likewise.
56040         * sysdeps/x86_64/stackinfo.h: Likewise.
56041         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56042         PF_X for powerpc64.  Retain PF_X for powerpc32.
56044 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56046         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56047         accurately.
56048         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56049         GETDENTS_64BIT_ALIGNED.
56051 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56053         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56055 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56057         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56058         _GNU_SOURCE.
56060         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56061         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56062         Remove __restrict.
56063         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56064         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56066 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56068         [BZ #11655]
56069         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56070         are initialized.
56072 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56074         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56076 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56078         * po/it.po: Update from translation team.
56080 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56082         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56083         unused codes.
56085 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56087         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56089 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56091         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56092         specially.
56093         (gaih_getanswer_slice): Likewise.
56095 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56097         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56099 2010-05-31  Petr Baudis  <pasky@suse.cz>
56101         [BZ #11149]
56102         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56103         silently even in the chroot mode.
56105 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56107         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56108         last patch a bit.  Pretty printing
56110 2010-05-31  Petr Baudis <pasky@suse.cz>
56112         [BZ #10085]
56113         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56114         initialization of skip_initgroups_dyn.
56116 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56118         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56119         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56121 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56123         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56125 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56127         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56128         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56129         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56130         ($(objpfx)tst-fnmatch-mem): New rule.
56131         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56132         * posix/tst-fnmatch.c (main): Call mtrace.
56134 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56136         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56137         Support Intel processor model 6 and model 0x2c.
56139 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56141         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56142           signed comparison.
56144 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56146         [BZ #12205]
56147         * string/test-strncasecmp.c (check_result): New function.
56148         (do_one_test): Use it.
56149         (check1): New function.
56150         (test_main): Use it.
56151         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56152         Support strcasecmp and strncasecmp.
56154 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56156         [BZ #12194]
56157         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56158         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56160 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56162         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56163         IFUNC support.
56164         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56165         memset-x86-64.
56166         * sysdeps/x86_64/multiarch/bzero.S: New file.
56167         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56168         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56169         * sysdeps/x86_64/multiarch/memset.S: New file.
56170         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56171         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56172         Set bit_Prefer_SSE_for_memop for Intel processors.
56173         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56174         Define.
56175         (index_Prefer_SSE_for_memop): Define.
56176         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56178 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56180         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56181         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56183 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56185         [BZ #12191]
56186         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56187         (__x86_64_raw_data_cache_size_half): Likewise.
56188         (__x86_64_raw_shared_cache_size): Likewise.
56189         (__x86_64_raw_shared_cache_size_half): Likewise.
56191         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56192         (__x86_64_raw_data_cache_size_half): Likewise.
56193         (__x86_64_raw_shared_cache_size): Likewise.
56194         (__x86_64_raw_shared_cache_size_half): Likewise.
56195         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56196         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56197         and __x86_64_raw_shared_cache_size_half.  Round
56198         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56199         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56200         to multiple of 256 bytes.
56202 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56204         [BZ #12167]
56205         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56206         of inacessible symlinks.  Verify result of symlink before returning it.
56207         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56208         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56210 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56212         * math/math.h (isinf): Fix typo in comment.
56214 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56216         * po/da.po: Update from translation team.
56218 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56220         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56221         is added to the list.
56223 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56224             Ulrich Drepper  <drepper@gmail.com>
56226         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56227         the global list here.  Move code to...
56228         (_dl_add_to_namespace_list): ...here.  New function.
56229         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56230         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56231         * elf/dl-load.c (lose): Don't remove the element from the list.
56232         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56233         (_dl_map_object): Likewise.
56235 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56237         [BZ #12159]
56238         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56239         into all bytes of SSE register.
56240         Patch by Richard Li <richardpku@gmail.com>.
56242 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56244         [BZ #12140]
56245         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56246         perturbing.
56248 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56250         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56251         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56252         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56253         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56255         submachine.
56256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56258 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56260         * include/dlfcn.h (__RTLD_SECURE): Define.
56261         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56262         mode & __RTLD_SECURE instead.
56263         (open_path): Rename preloaded parameter to secure.
56264         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56265         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56266         * elf/dl-deps.c (openaux): Likewise.
56267         * elf/rtld.c (struct map_args): Remove is_preloaded.
56268         (map_doit): Don't use it.
56269         (dl_main): Likewise.
56270         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56271         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56273 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56275         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56276         (sysd-rules-targets): Remove duplicates.
56277         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56278         rtld-%.$o dependency.
56280 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56282         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56283         _dl_map_object do it.
56285 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56287         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56288         fast fma builtins, define the macros in the C99 standard.
56289         (FP_FAST_FMAF): Likewise.
56290         (FP_FAST_FMAL): Likewise.
56291         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56293         * bits/mathdef.h: Update copyright year.
56294         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56296 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56298         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56299         builtins, define the macros in the C99 standard.
56300         (FP_FAST_FMAF): Likewise.
56301         (FP_FAST_FMAL): Likewise.
56302         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56303         multiply/add.
56304         (FP_FAST_FMAF): Likewise.
56306 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56308         [BZ #3268]
56309         * math/libm-test.inc (fma_test): Some new testcases.
56310         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56311         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56312         y and infinite z.  Do multiplication by C already in long double.
56313         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56314         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56315         y and infinite z.  Do bitwise or of inexact bit into u.d.
56316         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56317         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56318         * sysdeps/i386/fpu/s_fma.S: Removed.
56319         * sysdeps/i386/fpu/s_fmal.S: Removed.
56321 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56323         [BZ #3268]
56324         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56325         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56326         computation is not scheduled after fetestexcept.  Fix value
56327         of minimum denormal long double.
56329 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56331         [BZ #3268]
56332         * math/libm-test.inc (fma_test): Add some more tests.
56333         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56334         correctly.
56336 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56338         * scripts/data/localplt-s390-linux-gnu.data: New file.
56339         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56341 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56343         [BZ #3268]
56344         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56345         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56346         instead of dbl-64.
56347         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56348         inlines.
56349         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56350         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56351         if one of x and y is very large and the other is subnormal.
56352         * sysdeps/s390/fpu/s_fmaf.c: New file.
56353         * sysdeps/s390/fpu/s_fma.c: New file.
56354         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56355         * sysdeps/powerpc/fpu/s_fma.S: New file.
56356         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56357         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56358         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56360 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56362         [BZ #3268]
56363         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56364         fma tests.
56365         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56366         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56367         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56368         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56369         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56370         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56371         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56373 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56375         [BZ #12078]
56376         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56377         * posix/bug-regex31.input: Add test case.
56379 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56381         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56382         * posix/bug-regex31.input: New file.
56384         [BZ #12078]
56385         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56386         (parse_sub_exp): Fix last change, use postorder.
56388         * posix/bug-regex31.c: New file.
56389         * posix/Makefile: Add rules to build and run bug-regex31.
56391         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56393         [BZ #12078]
56394         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56396         [BZ #12108]
56397         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56398         to have entries in sys_siglist.
56400         [BZ #12093]
56401         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56402         be NULL.
56404 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56406         [BZ #3268]
56407         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56408         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56409         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56410         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56411         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56412         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56413         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56414         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56415         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56416         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56417         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56418         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56419         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56420         * math/ftestexcept.c (fetestexcept): Likewise.
56421         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56422         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56423         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56424         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56425         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56426         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56427         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56429 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56431         [BZ #12107]
56432         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56433         newline.
56435 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56437         * string/bug-strstr1.c: New file.
56438         * string/Makefile: Add rules to build and run bug-strstr1.
56440 2010-10-05  Eric Blake  <eblake@redhat.com>
56442         [BZ #12092]
56443         * string/str-two-way.h (two_way_long_needle): Always clear memory
56444         when skipping input due to the shift table.
56446 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56448         [BZ #12005]
56449         * malloc/mcheck.c: Handle large requests.
56451         [BZ #12077]
56452         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56453         for strncmp and strncasecmp.
56454         * string/stratcliff.c: Add tests for strcmp and strncmp.
56455         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56457 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56459         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56460         __set_fpscr.
56462 2010-09-30  Andreas Jaeger  <aj@suse.de>
56464         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56465         (CGROUP_SUPER_MAGIC): Define.
56466         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56467         Handle btrfs and cgroup file systems.
56468         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56469         Likewise.
56471 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56473         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56474         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56476 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56478         [BZ #12067]
56479         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56480         trying to locate the ELF header.
56482 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56484         [BZ #11611]
56485         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56486         Mask out sign-bit copies when constructing f_fsid.
56488 2010-09-24  Petr Baudis <pasky@suse.cz>
56490         * debug/stack_chk_fail_local.c: Add missing licence exception.
56491         * debug/warning-nop.c: Likewise.
56493 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56495         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56496         implementing getdents64 using getdents syscall, set d_type if
56497         __ASSUME_GETDENTS32_D_TYPE.
56499 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56501         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56502         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56504 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56506         [BZ #12037]
56507         * posix/unistd.h: Undo change of feature selection for ftruncate from
56508         2010-01-11.
56510 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56512         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56513         detection.
56515 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56517         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56518         fanotify_mark.
56519         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56521 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56523         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56524         variables after CHECK_SP call.
56525         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56527 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56528             Ulrich Drepper  <drepper@redhat.com>
56530         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56531         re-relocationg ld.so.
56532         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56533         _dl_init_paths call.
56534         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56535         here anymore.
56537 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56539         * resolv/res_init.c (__res_vinit): Count the default server we added.
56541 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56542             Ulrich Drepper  <drepper@redhat.com>
56544         [BZ #11968]
56545         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56546         (____longjmp_chk): Use %ebx for saving value across system call.
56547         Add unwind info.
56549 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56551         * manual/Makefile: Don't mix pattern rules with normal rules.
56553 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56555         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56556         operation.
56557         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56558         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56559         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56560         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56561         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56562         Likewise.
56564 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56566         [BZ #11979]
56567         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56568         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56570 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56572         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56573         * sysdeps/x86_64/addmul_1.S: Likewise.
56574         * sysdeps/x86_64/lshift.S: Likewise.
56575         * sysdeps/x86_64/mul_1.S: Likewise.
56576         * sysdeps/x86_64/rshift.S: Likewise.
56577         * sysdeps/x86_64/sub_n.S: Likewise.
56578         * sysdeps/x86_64/submul_1.S: Likewise.
56580 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56582         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56583         Define __sched_param instead of SCHED_* and sched_param when
56584         <bits/sched.h> is included with __need_schedparam defined.
56585         * bits/sched.h [__need_schedparam]
56586         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56587         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56588         (__defined_schedparam): Define to 1.
56589         (__sched_param): New structure, identical to sched_param.
56590         (__need_schedparam): Undefine.
56592 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56594         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56595         (epoll_create1): Declare.
56597         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56599 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56601         [BZ #7066]
56602         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56603         shifting retval into place.
56605 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56607         * nis/rpcsvc/nis.h: Update copyright notice.
56608         * nis/rpcsvc/nis.x: Likewise.
56609         * nis/rpcsvc/nis_callback.h: Likewise.
56610         * nis/rpcsvc/nis_callback.x: Likewise.
56611         * nis/rpcsvc/nis_object.x: Likewise.
56612         * nis/rpcsvc/nis_tags.h: Likewise.
56613         * nis/rpcsvc/yp.h: Likewise.
56614         * nis/rpcsvc/yp.x: Likewise.
56615         * nis/rpcsvc/ypupd.h: Likewise.
56616         * nis/yp_xdr.c: Likewise.
56617         * nis/ypupdate_xdr.c: Likewise.
56619         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56620         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56621         (pmap_getport): Use __libc_rpc_getport.
56622         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56623         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56624         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56626 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56629         fanotify_mark.
56631 2010-08-27  Roland McGrath  <roland@redhat.com>
56633         * sysdeps/i386/i686/multiarch/Makefile
56634         (CFLAGS-varshift.c): New variable.
56636 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56638         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56639         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56641         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56643         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56645 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56647         * sysdeps/x86_64/strlen.S: Unroll the loop.
56648         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56649         strlen-sse2 strlen-sse2-bsf.
56650         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56651         __strlen_no_bsf if bit_Slow_BSF is set.
56652         (__strlen_sse42): Removed.
56653         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56654         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56656 2010-08-25  Roland McGrath  <roland@redhat.com>
56658         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56659         * sysdeps/x86_64/multiarch/varshift.c: New file.
56660         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56661         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56662         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56663         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56665 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56667         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56668         strlen-sse2 strlen-sse2-bsf.
56669         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56670         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56671         (__strlen_sse2): Removed.
56672         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56673         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56674         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56675         bit_Slow_BSF for Atom.
56676         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56677         (index_Slow_BSF): Define.
56678         (HAS_SLOW_BSF): Define.
56680 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56682         [BZ #10851]
56683         * resolv/res_init.c (__res_vinit): When no server address at all
56684         is given default to loopback.
56686 2010-08-24  Roland McGrath  <roland@redhat.com>
56688         * configure.in: Remove config-name.h generation.
56689         * configure: Regenerated.
56690         * config-name.in: File removed.
56691         * scripts/config-uname.sh: New file.
56692         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56693         ($(objdir)config-name.h): New target.
56695         * sunrpc/rpc_parse.h: Avoid nested comment.
56697 2010-08-24  Richard Henderson  <rth@redhat.com>
56698             Ulrich Drepper  <drepper@redhat.com>
56699             H.J. Lu  <hongjiu.lu@intel.com>
56701         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56702         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56703         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56704         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56705         _mm_alignr_epi8 with _mm_loadu_si128.
56706         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56707         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56708         (__m128i_shift_right): Removed.
56709         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56710         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56711         * sysdeps/x86_64/multiarch/varshift.h: New file.
56712         * sysdeps/x86_64/multiarch/varshift.S: New file.
56714 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56716         * configure.in: Move assembler checks to before sysdep dir checking.
56718 2010-08-20  Petr Baudis  <pasky@suse.cz>
56720         * LICENSES: Sync the sunrpc license.
56722 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56724         * sunrpc/auth_des.c: Update copyright notice once again.
56725         * sunrpc/auth_none.c: Likewise.
56726         * sunrpc/auth_unix.c: Likewise.
56727         * sunrpc/authdes_prot.c: Likewise.
56728         * sunrpc/authuxprot.c: Likewise.
56729         * sunrpc/bindrsvprt.c: Likewise.
56730         * sunrpc/clnt_gen.c: Likewise.
56731         * sunrpc/clnt_perr.c: Likewise.
56732         * sunrpc/clnt_raw.c: Likewise.
56733         * sunrpc/clnt_simp.c: Likewise.
56734         * sunrpc/clnt_tcp.c: Likewise.
56735         * sunrpc/clnt_udp.c: Likewise.
56736         * sunrpc/clnt_unix.c: Likewise.
56737         * sunrpc/des_crypt.c: Likewise.
56738         * sunrpc/des_soft.c: Likewise.
56739         * sunrpc/get_myaddr.c: Likewise.
56740         * sunrpc/getrpcport.c: Likewise.
56741         * sunrpc/key_call.c: Likewise.
56742         * sunrpc/key_prot.c: Likewise.
56743         * sunrpc/openchild.c: Likewise.
56744         * sunrpc/pm_getmaps.c: Likewise.
56745         * sunrpc/pm_getport.c: Likewise.
56746         * sunrpc/pmap_clnt.c: Likewise.
56747         * sunrpc/pmap_prot.c: Likewise.
56748         * sunrpc/pmap_prot2.c: Likewise.
56749         * sunrpc/pmap_rmt.c: Likewise.
56750         * sunrpc/rpc/auth.h: Likewise.
56751         * sunrpc/rpc/auth_unix.h: Likewise.
56752         * sunrpc/rpc/clnt.h: Likewise.
56753         * sunrpc/rpc/des_crypt.h: Likewise.
56754         * sunrpc/rpc/key_prot.h: Likewise.
56755         * sunrpc/rpc/netdb.h: Likewise.
56756         * sunrpc/rpc/pmap_clnt.h: Likewise.
56757         * sunrpc/rpc/pmap_prot.h: Likewise.
56758         * sunrpc/rpc/pmap_rmt.h: Likewise.
56759         * sunrpc/rpc/rpc.h: Likewise.
56760         * sunrpc/rpc/rpc_des.h: Likewise.
56761         * sunrpc/rpc/rpc_msg.h: Likewise.
56762         * sunrpc/rpc/svc.h: Likewise.
56763         * sunrpc/rpc/svc_auth.h: Likewise.
56764         * sunrpc/rpc/types.h: Likewise.
56765         * sunrpc/rpc/xdr.h: Likewise.
56766         * sunrpc/rpc_clntout.c: Likewise.
56767         * sunrpc/rpc_cmsg.c: Likewise.
56768         * sunrpc/rpc_common.c: Likewise.
56769         * sunrpc/rpc_cout.c: Likewise.
56770         * sunrpc/rpc_dtable.c: Likewise.
56771         * sunrpc/rpc_hout.c: Likewise.
56772         * sunrpc/rpc_main.c: Likewise.
56773         * sunrpc/rpc_parse.c: Likewise.
56774         * sunrpc/rpc_parse.h: Likewise.
56775         * sunrpc/rpc_prot.c: Likewise.
56776         * sunrpc/rpc_sample.c: Likewise.
56777         * sunrpc/rpc_scan.c: Likewise.
56778         * sunrpc/rpc_scan.h: Likewise.
56779         * sunrpc/rpc_svcout.c: Likewise.
56780         * sunrpc/rpc_tblout.c: Likewise.
56781         * sunrpc/rpc_util.c: Likewise.
56782         * sunrpc/rpc_util.h: Likewise.
56783         * sunrpc/rpcinfo.c: Likewise.
56784         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56785         * sunrpc/rpcsvc/key_prot.x: Likewise.
56786         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56787         * sunrpc/rpcsvc/mount.x: Likewise.
56788         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56789         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56790         * sunrpc/rpcsvc/rex.x: Likewise.
56791         * sunrpc/rpcsvc/rstat.x: Likewise.
56792         * sunrpc/rpcsvc/rusers.x: Likewise.
56793         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56794         * sunrpc/rpcsvc/spray.x: Likewise.
56795         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56796         * sunrpc/rtime.c: Likewise.
56797         * sunrpc/svc.c: Likewise.
56798         * sunrpc/svc_auth.c: Likewise.
56799         * sunrpc/svc_authux.c: Likewise.
56800         * sunrpc/svc_raw.c: Likewise.
56801         * sunrpc/svc_run.c: Likewise.
56802         * sunrpc/svc_simple.c: Likewise.
56803         * sunrpc/svc_tcp.c: Likewise.
56804         * sunrpc/svc_udp.c: Likewise.
56805         * sunrpc/svc_unix.c: Likewise.
56806         * sunrpc/svcauth_des.c: Likewise.
56807         * sunrpc/xcrypt.c: Likewise.
56808         * sunrpc/xdr.c: Likewise.
56809         * sunrpc/xdr_array.c: Likewise.
56810         * sunrpc/xdr_float.c: Likewise.
56811         * sunrpc/xdr_mem.c: Likewise.
56812         * sunrpc/xdr_rec.c: Likewise.
56813         * sunrpc/xdr_ref.c: Likewise.
56814         * sunrpc/xdr_sizeof.c: Likewise.
56815         * sunrpc/xdr_stdio.c: Likewise.
56817         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56818         handling.
56820 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56822         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56824 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56826         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56827         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56828         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56829         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56830         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56831         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56832         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56833         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56834         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56835         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56836         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56837         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56838         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56839         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56841 2010-07-26  Anton Blanchard  <anton@samba.org>
56843         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56844         * malloc/arena.c (heap_trim): Likewise.
56846 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56848         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56849         here.  Not...
56850         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56851         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56853 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56855         * sysdeps/i386/elf/Makefile: New file.
56857 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56859         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56860         from fanotify_init.
56861         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56862         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56864 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56866         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56867         of strncasecmp_l.
56868         * sysdeps/multiarch/strcmp.S: Likewise.
56870 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56872         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56873         strncase_l-nonascii.
56874         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56875         Add strncase_l-ssse3.
56876         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56877         * sysdeps/x86_64/strcmp.S: Likewise.
56878         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56879         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56880         * sysdeps/x86_64/strncase.S: New file.
56881         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56882         * sysdeps/x86_64/strncase_l.S: New file.
56883         * string/Makefile (strop-tests): Add strncasecmp.
56884         * string/test-strncasecmp.c: New file.
56886         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56887         warning.
56889         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56890         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56892 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56894         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56896 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56898         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56899         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56900         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56902 2010-05-01  Alan Modra  <amodra@gmail.com>
56904         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56905         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56906         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56907         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56908         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56909         tidying.  Don't tail-call __sigjmp_save for static lib.
56910         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56911         save location.
56912         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56913         (CALL_MCOUNT): Add eh info, and nop after bl.
56914         (TAIL_CALL_SYSCALL_ERROR): New macro.
56915         (PSEUDO_RET): Use it.
56916         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56917         Correct save location of integer regs and cr.
56918         (_dl_profile_resolve): Correct cr save location.  Delete nops
56919         after bl when SHARED.  Reduce cfi size a little by better
56920         placement of cfi directives.
56921         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56922         make a stack frame.  Instead use parm save area as a temp.
56923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56924         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56926         Don't make a stack frame for parent, use parm save area.
56927         Increase child stack frame to 112 bytes.  Don't save unused reg,
56928         and adjust reg usage.  Set up cfi on error recovery and
56929         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56931         (__makecontext): Add dummy nop after jump to exit.
56932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56933         Use correct parm save area and cr save, reduce stack frame.
56934         Correct cfi for possible PSEUDO_RET frame setup.
56935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56936         Branch to local label emitted by PSEUDO_RET rather than
56937         __syscall_error.
56939 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56941         [BZ #11904]
56942         * locale/programs/locale.c (print_assignment): New function.
56943         (show_locale_vars): Use it.
56945 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56947         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56948         field.
56949         (struct statfs64): Likewise.
56950         (_STATFS_F_FLAGS): Define.
56951         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56952         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56953         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56954         (ST_VALID): Define locally.
56955         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56956         __statvfs_getflags, use the provided value.
56957         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56958         __ASSUME_STATFS_F_FLAGS.
56960         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56962         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56963         Add sys/fanotify.h.
56964         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56965         fanotify_mask for GLIBC_2.13.
56966         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56967         fanotify_init and fanotify_mark.
56968         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56969         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56971         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56972         Add prlimit.
56973         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56974         prlimit64 for GLIBC_2.13.
56975         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56976         prlimit64.
56977         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56978         syscall.
56979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56980         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56981         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56982         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56983         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56984         add prlimit alias.
56985         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56987         [BZ #11903]
56988         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56989         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56991         * nss/Makefile: Add rules to build and run tst-nss-test1.
56992         * shlib-versions: Add entry for libnss_test1.
56993         * nss/nss_test1.c: New file.
56994         * nss/tst-nss-test1.c: New file.
56996         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56997         (__nss_configure_lookup): Set appropriate entry in
56998         __nss_configure_lookup to true.
56999         * nss/nsswitch.h: Define enum with indeces of databases in
57000         databases and __nss_database_custom arrays.  Declare
57001         __nss_database_custom.
57002         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57003         to avoid using nscd when custom rules are installed.
57004         * nss/getXXbyYY_r.c: Likewise.
57005         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57007         * nss/nss_files/files-parse.c: Whitespace fixes.
57009 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57011         [BZ #11883]
57012         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57013         * posix/fnmatch_loop.c: Likewise.
57015 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57017         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57018         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57019         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57020         * Versions.def [GLIBC_2.13]: Add.
57022 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57024         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57025         Also fail if tpwd after pwuid call is NULL.
57027 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57029         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57030         when converting to ms.
57032 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57034         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57035         EOPNOTSUPP errors with ENOTTY.
57036         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57037         EOPNOTSUPP errors with ENOTTY.
57039 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57041         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57042         Add strcasecmp_l-ssse3.
57043         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57044         strcasecmp.
57045         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57046         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57047         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57049 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57051         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57053         * string/Makefile (strop-tests): Add strcasecmp.
57054         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57055         strcasecmp_l-nonascii.
57056         (gen-as-const-headers): Add locale-defines.sym.
57057         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57058         * sysdeps/x86_64/strcasecmp.S: New file.
57059         * sysdeps/x86_64/strcasecmp_l.S: New file.
57060         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57061         * sysdeps/x86_64/locale-defines.sym: New file.
57062         * string/test-strcasecmp.c: New file.
57064         * string/test-strcasestr.c: Test both ends of the range of characters.
57065         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57067 2010-07-29  Roland McGrath  <roland@redhat.com>
57069         [BZ #11856]
57070         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57072 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57074         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57075         for ld.so.
57077 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57079         * manual/memory.texi (Malloc Tunable Parameters): Document
57080         M_PERTURB.
57082 2010-07-26  Roland McGrath  <roland@redhat.com>
57084         [BZ #11840]
57085         * configure.in (-fgnu89-inline check): Set and substitute
57086         gnu89_inline, not libc_cv_gnu89_inline.
57087         * configure: Regenerated.
57088         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57090 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57092         * string/test-strnlen.c: New file.
57093         * string/Makefile (strop-tests): Add strnlen.
57094         * string/tester.c (test_strnlen): Add a few more test cases.
57095         * string/tst-strlen.c: Better error reporting.
57097         * sysdeps/x86_64/strnlen.S: New file.
57099 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57101         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57102         lower-latency instructions.
57104 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57106         * string/test-strcasestr.c: New file.
57107         * string/test-strstr.c: New file.
57108         * string/Makefile (strop-tests): Add strstr and strcasestr.
57109         * string/str-two-way.h: Don't undefine MAX.
57110         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57112 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57114         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57115         strcasestr-nonascii.
57116         (CFLAGS-strcasestr-nonascii.c): Define.
57117         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57118         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57119         Remove unused attribute.
57121 2010-07-20  Roland McGrath  <roland@redhat.com>
57123         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57124         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57125         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57126         like LD_HWCAP_MASK can disable hwcaps.
57128 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57130         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57132 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57134         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57135         call in strcasestr.
57136         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57137         __strcasestr_sse42_nonascii.
57138         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57139         strcasestr-nonascii.c.
57140         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57142 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57144         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57145         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57146         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57147         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57149 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57151         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57152         fcntl.
57154 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57156         [BZ #11577]
57157         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57158         dl_signal_cerror.
57160 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57162         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57163         _PC_PIPE_BUF using F_GETPIPE_SZ.
57165 2010-07-05  Roland McGrath  <roland@redhat.com>
57167         * manual/arith.texi (Rounding Functions): Fix rint description
57168         implicit in round description.
57170 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57172         * elf/Makefile: Fix linking for a few tests to make recent linker
57173         happy.
57175 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57177         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57178         $(common-objpfx)libc_nonshared.a.
57180 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57182         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57183         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57184         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57185         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57186         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57187         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57188         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57189         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57204         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57205         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57206         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57207         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57208         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57209         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57210         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57211         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57212         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57213         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57214         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57215         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57231 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57233         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57234         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57235         * string/memmove.c (memmove): Renamed to ...
57236         (MEMMOVE): ...this.  Default to memmove.
57237         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57238         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57239         (END_CHK): Define.
57240         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57241         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57242         mempcpy-ssse3-back memmove-ssse3-back.
57243         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57244         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57245         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57246         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57247         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57248         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57249         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57250         * sysdeps/x86_64/multiarch/memmove.c: New file.
57251         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57252         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57253         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57254         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57255         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57256         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57257         Define.
57258         (index_Fast_Copy_Backward): Define.
57259         (HAS_ARCH_FEATURE): Define.
57260         (HAS_FAST_REP_STRING): Define.
57261         (HAS_FAST_COPY_BACKWARD): Define.
57263 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57265         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57266         Restore proper fallback handling.
57268 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57270         [BZ #11701]
57271         * posix/group_member.c (__group_member): Correct checking loop.
57273         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57274         OOM in getpwuid_r correctly.  Return error number when the caller
57275         should return, otherwise -1.
57276         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57277         call returning > 0 value.
57278         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57280 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57282         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57283         libc_nonshared.a from targets in modules-names.
57285 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57287         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57288         requires it.
57290 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57292         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57293         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57294         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57295         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57297 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57299         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57301 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57303         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57304         and F_GETPIPE_SZ.
57305         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57306         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57307         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57308         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57309         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57310         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57312 2010-06-14  Roland McGrath  <roland@redhat.com>
57314         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57316 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57318         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57319         __REDIRECT followed by __THROW.
57320         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57321         * posix/getopt.h (getopt): Likewise.
57323 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57325         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57326         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57327         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57328         in AT_FLAGS.
57329         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57330         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57332 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57334         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57336 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57338         [BZ #11640]
57339         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57340         Properly check family and model.
57342 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57344         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57346 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57348         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57350 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57352         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57353         symbol reference.
57355 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57357         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57358         symbol reference.
57360 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57362         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57363         and internal_recvmmsg.
57364         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57365         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57366         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57367         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57369         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57370         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57371         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57373 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57375         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57377 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57379         POWER7 optimizations.
57380         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57381         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57383 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57385         * version.h: Update for 2.13 development version.
57387 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57389         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57390         exceptions.  Return 0.
57392 2010-05-07  Roland McGrath  <roland@redhat.com>
57394         * elf/ldconfig.c (main): Add a const.
57396 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57398         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57399         (args_options): Add no-idn option.
57400         (ahosts_keys_int): Add idn_flags to ai_flags.
57401         (parse_option): Handle 'i' option to clear idn_flags.
57403         * malloc/malloc.c (_int_free): Possible race in the most recently
57404         added check.  Only act on the data if no current modification
57405         happened.
57407 See ChangeLog.17 for earlier changes.