Fix BZ #18043: buffer-overflow (read past the end) in wordexp/parse_dollars/parse_param
[glibc.git] / ChangeLog
blobda0b76943a253847e435d2ee8adb0795f5d00cb0
1 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
3         [BZ #18043]
4         * posix/wordexp.c (parse_param): Fix buffer overflow.
5         * posix/wordexp-test.c (do_bz18043): Add test case.
7 2015-03-06  Vincent Bernat  <vincent@bernat.im>
9         * time/tst-strptime2.c (do_test): Ensure failing tests are
10         reported correctly.
11         * time/tst-strptime3.c (do_test): Likewise.
13 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
15         Fix aio_error thread-safety.
17         * sysdeps/pthread/aio_error.c: New file
18         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
19         synchronization.
21 2015-03-06  Florian Weimer  <fweimer@redhat.com>
23         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
24         (group_number, vfprintf): Use it.
25         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
26         (JUMP, REF): Use it.
27         (WORK_BUFFER_SIZE): New enum constant.
28         (process_arg, vfprintf): Use it.
30 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
32         * manual/errno.texi (Error Messages): Complete example function
33         by adding missing #define.
34         (program_invocation_name): Add statement indicating GNU
35         extension and reference which header file declares the variable.
36         (program_invocation_short_name): Likewise.
38 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
40         * manual/errno.texi (Error Messages): Delete strerror ISO C89
41         compatibility note.
43 2015-03-05  Roland McGrath  <roland@hack.frob.com>
45         * Makeconfig (test-wrapper-env-only): New variable.
46         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
47         then use that with $(test-wrapper-env-only) rather than using
48         $(test-wrapper-env) $(run-program-env) $($*-ENV).
50 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
52         [BZ #18082]
53         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
54         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
55         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
56         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
57         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
58         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
59         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
60         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
61         Likewise.
62         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
63         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
64         Likewise.
65         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
66         Likewise.
67         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
68         Likewise.
69         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
70         Likewise.
71         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
72         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
73         Likewise.
74         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
75         Likewise.
76         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
77         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
79 2015-03-04  Roland McGrath  <roland@hack.frob.com>
81         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
82         (ETH_ALEN): New macro.
83         (struct ether_addr): Use it for length of ether_addr_octet.
85         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
86         (setdb): Don't call __nss_configure_lookup for "rpc".
87         (do_test): Don't call test_rpc.
88         (output_rpcent, test_rpc): Functions moved ...
89         * sunrpc/test-rpcent.c: ... to this new file.
90         * sunrpc/Makefile (tests): Add it.
92         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
93         __xpg_sigpause.
94         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
95         * nptl/tst-signal6.c: Likewise.
96         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
97         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
99         * configure.ac (libc_cv_cxx_link_ok): New check.
100         Reset CXX to empty if it fails to link.
101         * configure: Regenerated.
102         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
103         bug-atexit3-lib only if $(CXX) is nonempty.
104         * nptl/Makefile (tests): Likewise for tst-cancel24.
105         (tests, tests-static): Likewise for tst-cancel24-static.
106         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
107         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
108         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
109         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
111 2015-03-04  Andreas Schwab  <schwab@suse.de>
113         [BZ #17631]
114         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
115         for non-GCC compilers.
116         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
117         Likewise.
119 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
121         [BZ #17776]
122         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
123         integer before bitwise and assembly operations.
124         (feclearexcept): Likewise.
125         * math/test-fenvinline.c: New file.
126         * math/Makefile: Add test-fenvinline test.
128 2015-03-03  Alan Modra  <amodra@gmail.com>
130         [BZ #16512]
131         * scripts/localplt.awk: Strip off symbol version.
132         * NEWS: Mention bug fix.
134 2015-03-02  Roland McGrath  <roland@hack.frob.com>
136         * sysdeps/pthread/timer_routines.c
137         (timer_free_list, thread_free_list, thread_active_list): Make static.
139 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
141         [BZ #17779]
142         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
143         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
144         Undefine.
145         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
146         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
147         Likewise.
148         * sysdeps/unix/sysv/linux/sh/kernel-features.h
149         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
150         Likewise.
152 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
154         [BZ #18036]
155         * posix/fnmatch_loop.c (END): Detect invalid pattern.
156         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
158 2015-03-02  Andreas Schwab  <schwab@suse.de>
160         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
161         variable name.
163 2015-03-02  Florian Weimer  <fweimer@redhat.com>
165         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
166         Return error status.
168 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
170         [BZ #15969]
171         * locale/findlocale.c (_nl_find_locale): Introduce const
172         version of loc_name and drop unsafe type casts.
174 2015-02-27  Roland McGrath  <roland@hack.frob.com>
176         * dlfcn/tststatic2.c (main): Converted to ...
177         (do_test): ... this.
178         (TEST_FUNCTION): New macro.
179         Include test-skeleton.c.
181 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
183         [BZ #17711]
184         * elf/Makefile (tests): Add vismain only if PIE is enabled.
185         (tests-pie): Add vismain.
186         (CFLAGS-vismain.c): New.
187         * elf/vismain.c: Add comments for PIE requirement.
189 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
191         [BZ #18046]
192         [BZ #18047]
193         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
194         0x1p-56L as threshold for just returning the argument.
195         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
196         0x1p-32L as threshold for just returning the argument.
197         * math/auto-libm-test-in: Add more tests of atanh.
198         * math/auto-libm-test-out: Regenerated.
199         * sysdeps/i386/fpu/libm-test-ulps: Update.
200         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
202 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
204         * string/bcopy.c (bcopy): Call memmove for performance.
206 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
208         * string/bzero.c (__bzero): Call memset for performance.
210 2015-02-27  John David Anglin  <dave.anglin@bell.net>
212         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
213         to 00100000.
215 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
217         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
219 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
221         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
222         (__kernel_standard): Use CSTR macro when setting exc.name.
223         * sysdeps/ieee754/Makefile [$(subdir) = math]
224         (CFLAGS-k_standard.c): Remove variable.
226         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
227         setting p and q from "else if" to "else".
228         (qzero): Likewise.
229         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
230         (qone): Likewise.
231         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
232         (qzerof): Likewise.
233         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
234         (qonef): Likewise.
235         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
236         (qzero): Likewise.
237         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
238         (qone): Likewise.
240         [BZ #18038]
241         [BZ #18039]
242         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
243         return pi/2 for arguments below 0x1p-113L.
244         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
245         return pi/2 for arguments below 0x1p-106L.
246         * math/auto-libm-test-in: Add more tests of acos.
247         * math/auto-libm-test-out: Regenerated.
249         [BZ #16351]
250         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
251         (MO): New macro.
252         (__ieee754_asin): Force underflow exception for results with small
253         absolute value.
254         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
255         (MO): New macro.
256         (__ieee754_asinf): Force underflow exception for results with
257         small absolute value.
258         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
259         (__ieee754_asin): Force underflow exception for results with small
260         absolute value.
261         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
262         (__ieee754_asinf): Force underflow exception for results with
263         small absolute value.
264         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
265         (__ieee754_asinl): Force underflow exception for results with
266         small absolute value.
267         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
268         (__ieee754_asinl): Force underflow exception for results with
269         small absolute value.
270         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
271         (__ieee754_asinl): Force underflow exception for results with
272         small absolute value.
273         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
274         Include <math.h>.
275         * math/auto-libm-test-in: Do not mark underflow exceptions as
276         possibly missing for bug 16351.
277         * math/auto-libm-test-out: Regenerated.
279         [BZ #18030]
280         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
281         of power of 2 down when low part has opposite sign.
282         * math/libm-test.inc (logb_test_data): Add more tests.
284 2015-02-26  Andreas Schwab  <schwab@suse.de>
286         [BZ #18032]
287         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
288         over collating symbol inside a bracket expression.  Minor cleanup.
289         * posix/tst-fnmatch3.c (do_test): Add test case.
291 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
293         [BZ #18029]
294         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
295         Adjust exponent of power of 2 down when low part has opposite
296         sign.
297         * math/libm-test.inc (ilogb_test_data): Add more tests.
299 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
301         [BZ #15969]
302         * locale/findlocale.c (_nl_find_locale): Fix constness error in
303         the previous change.
305         [BZ #15969]
306         * locale/findlocale.c (_nl_find_locale): Retry archive search
307         after alias expansion.
309 2015-02-25  Roland McGrath  <roland@hack.frob.com>
311         * iconv/tst-iconv3.c (main): Converted to ...
312         (do_test): ... this.
313         (TEST_FUNCTION): New macro.
314         Include test-skeleton.c.
316         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
317         (convert): Make function static.
318         (test_unalign): Likewise.  Add const to argument pointee types.
319         (main): Replace with static function do_test.
320         Print "Succeeded." only if RET is zero.
321         (TEST_FUNCTION): New macro.
322         Include test-skeleton.c.
324         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
325         returns a null pointer.
327 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
329         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
330         to __memcpy_ppc only for static builds.
332 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
334         [BZ #18020]
335         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
336         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
337         * math/auto-libm-test-in: Add more tests of asinh.
338         * math/auto-libm-test-out: Regenerated.
339         * sysdeps/i386/fpu/libm-test-ulps: Update.
340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
342 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
344         [BZ #15850]
345         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
346         and ip6_mtuinfo definitions here.
347         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
348         in this define too.  Update comment.
350 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
352         * elf/sprof.c (load_shobj): Tweak error message to match others.
354 2015-02-24  Kevin Easton  <kevin@guarana.org>
356         [BZ #16145] (partial fix)
357         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
358         to reduce lock contention.
360 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
362         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
363         (struct timex): Update time comment.
364         (ADJ_SETOFFSET): Define.
366 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
368         [BZ #18019]
369         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
370         2**56 not 2**28 as threshold for log (2x) formula.
371         * math/auto-libm-test-in: Add more tests of acosh.
372         * math/auto-libm-test-out: Regenerated.
373         * sysdeps/i386/fpu/libm-test-ulps: Update.
374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
376 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
378         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
379         parenthesis around the buf assignment.
380         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
382 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
384         [BZ #16783]
385         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
386         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
387         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
388         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
389         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
390         * math/libm-test.inc (scalb_test_data): Add more tests.
392 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
394         [BZ #17916]
395         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
396         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
398 2015-02-24  Eric Rannaud  <e@nanocritical.com>
400         [BZ #17523]
401         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
402         * io/bits/fcntl2.h (open): Use it.
403         (openat): Likewise.
404         * io/open.c (__libc_open): Likewise.
405         * io/open64.c (__libc_open64): Likewise.
406         * io/open64_2.c (__open64_2): Likewise.
407         * io/open_2.c (__open_2): Likewise.
408         * io/openat.c (__openat): Likewise.
409         * io/openat64.c (__openat64): Likewise.
410         * io/openat64_2.c (__openat64_2): Likewise.
411         * io/openat_2.c (__openat_2): Likewise.
412         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
413         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
414         * sysdeps/posix/open64.c (__libc_open64): Likewise.
415         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
416         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
417         (__open_nocancel): Likewise.
418         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
419         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
420         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
422 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
424         [BZ #14841]
425         * resolv/gethnamaddr.c (getanswer): Skip logging if
426         RES_USE_DNSSEC is set.
427         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
429 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
431         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
433 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
435         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
436         201304L, for Unicode 7.
438 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
440         [BZ #17836]
441         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
442         shared library.  Add gmon-start.os otherwise.
443         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
444         $(objpfx)gmon-start.os if builing shared library.
445         ($(objpfx)g$(static-start-installed-name)): Likewise.
447 2015-02-23  Andreas Schwab  <schwab@suse.de>
449         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
451 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
453         [BZ #17269]
454         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
455         (enlarge_userbuf): Likewise.
457 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
459         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
460         * math/atest-exp.c (TIMEOUT): Adjust to 200.
461         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
462         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
464 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
466         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
467         expression inside statement expression.
469 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
471         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
472         <sysdeps/nptl/lowlevellock.h> and remove macros and
473         functions that are now defined there.
474         (SYS_futex): Remove.
475         (lll_compare_and_swap): Remove.
476         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
478 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
480         [BZ #17999]
481         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
482         instead of scandirat.
483         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
484         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
485         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
486         __scandirat.
487         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
488         (__scandirat): Declare.  Use libc_hidden_proto.
489         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
490         Remove variable.
491         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
493 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
495         [BZ #15319]
496         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
497         (MO): New macro.
498         (__ieee754_atan2): For results with small absolute value, force
499         underflow exception and remove excess range and precision from
500         return value.
501         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
502         (MO): New macro.
503         (__ieee754_atan2f): For results with small absolute value, force
504         underflow exception and remove excess range and precision from
505         return value.
506         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
507         (MO): New macro.
508         (__atan): For results with small absolute value, force underflow
509         exception and remove excess range and precision from return value.
510         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
511         (MO): New macro.
512         (__atanf): For results with small absolute value, force underflow
513         exception and remove excess range and precision from return value.
514         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
515         <math.h>.
516         (__ieee754_atan2): Force underflow exception for results with
517         small absolute value.
518         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
519         <math_private.h>.
520         (atan): Force underflow exception for results with small absolute
521         value.
522         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
523         (__atanf): Force underflow exception for results with small
524         absolute value.
525         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
526         <math.h>.
527         (__atanl): Force underflow exception for results with small
528         absolute value.
529         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
530         (__atanl): Force underflow exception for results with small
531         absolute value.
532         * sysdeps/x86/fpu/bits/mathinline.h
533         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
534         (__ieee754_atan2): Only define inline for long double.
535         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
536         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
537         * math/auto-libm-test-in: Do not mark underflow exceptions as
538         possibly missing for bug 15319.  Add more tests of atan2.
539         * math/auto-libm-test-out: Regenerated.
540         * math/libm-test.inc (casin_test_data): Do not mark underflow
541         exceptions as possibly missing for bug 15319.
542         (casinh_test_data): Likewise.
543         * sysdeps/i386/fpu/libm-test-ulps: Update.
545 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
547         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
548         * sysdeps/mips/bits/endian.h: Fix comments.
550 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
552         [BZ #17996]
553         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
554         (hdestroy_r): Likewise.
555         (hsearch_r): Likewise.
556         (__hcreate_r): Declare and use libc_hidden_proto.
557         (__hdestroy_r): Likewise.
558         (__hsearch_r): Likewise.
559         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
560         (hcreate): Call __hcreate_r instead of hcreate_r.
561         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
562         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
563         as weak alias of __hcreate_r.
564         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
565         __hdestroy_r.
566         (hsearch_r): Rename to __hsearch_r and define as weak alias of
567         __hsearch_r.
568         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
569         Remove variable.
570         (test-xfail-XPG4/search.h/linknamespace): Likewise.
571         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
572         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
573         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
575 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
577         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
578         arena_lock into a single arena_get.
580 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
582         * dl-reloc.c: Inlucde libc-internal.h.
583         (_dl_try_allocate_static_tls): Call ALIGN_UP.
584         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
585         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
586         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
587         (grow_heap): Likewise.
588         * malloc/malloc.c: Include libc-internal.h.
589         (do_check_malloc): Call powerof2.
590         (sysmalloc): Use pagesize. Call ALIGN_UP.
591         (systrim): Use pagesize.
592         (mremap_chunk): Use pagesize. Call ALIGN_UP.
593         (__libc_valloc): Use pagesize.
594         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
596 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
598         [BZ #17991]
599         * include/sys/resource.h (__getrlimit64): Declare.  Use
600         libc_hidden_proto.
601         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
602         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
603         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
604         getrlimit64.
605         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
606         __getrlimit64.
607         [!getrlimit64] (getrlimit64): Define as weak alias of
608         __getrlimit64.  Use libc_hidden_weak.
609         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
610         using __getrlimit64 not __new_getrlimit64.
611         (__GI_getrlimit64): Likewise.
612         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
613         Likewise.
614         (__GI_getrlimit64): Likewise.
615         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
617         (getrlimit): Add __getrlimit64 alias.
618         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
619         Likewise.
620         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
621         Remove variable.
622         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
623         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
625 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
627         * libio/fileops.c: Add missing sys/mman.h
628         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
630 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
632         * manual/math.texi (Errors in Math Functions): Clarify goals
633         regarding inexact and underflow exceptions.
635 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
637         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
638         * sysdeps/mips/memset.S: Ditto.
640 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
642         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
644 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
646         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
647         (__v1longjmp): Remove versioned symbol.
648         (__v1siglongjmp): Remove alias and versioned symbol.
649         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
650         (__v2siglongjmp): Likewise.
652 2015-02-16  Torvald Riegel  <triegel@redhat.com>
654         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
656 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
658         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
660 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
662         [BZ #17987]
663         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
664         zero result does not depend on the sign resulting from
665         subtraction.
666         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
667         Likewise.
668         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
669         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
670         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
671         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
672         * math/libm-test.inc (remquo_test_data): Add more tests.
674 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
676         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
677         Problem reported by J William Piggott.
679 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
681         [BZ #17978]
682         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
683         products 4 * y and 2 * y where those would overflow.
684         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
685         Likewise.
686         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
687         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
688         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
689         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
690         * math/libm-test.inc (remquo_test_data): Add more tests.
692         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
694         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
695         [defined _COMPILING_NEWLIB].
696         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
697         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
699         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
700         [!defined __mips_isa_rev || __mips_isa_rev < 6].
702 2015-02-16  Torvald Riegel  <triegel@redhat.com>
704         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
705         acquired.
707 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
709         [BZ #17792]
710         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
711         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
712         HOST_STACK_END_ADDR): Likewise.
714 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
716         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
717         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
718         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
720 2015-02-13  Roland McGrath  <roland@hack.frob.com>
722         * sysdeps/generic/c++-types.data: New file.
723         * sysdeps/generic/ld.abilist: New file.
724         * sysdeps/generic/libBrokenLocale.abilist: New file.
725         * sysdeps/generic/libanl.abilist: New file.
726         * sysdeps/generic/libc.abilist: New file.
727         * sysdeps/generic/libcrypt.abilist: New file.
728         * sysdeps/generic/libdl.abilist: New file.
729         * sysdeps/generic/libm.abilist: New file.
730         * sysdeps/generic/libpthread.abilist: New file.
731         * sysdeps/generic/libresolv.abilist: New file.
732         * sysdeps/generic/librt.abilist: New file.
734 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
736         [BZ #17569]
737         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
738         Compute absolute value of x as modified by fmod, not original
739         value of x.
740         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
741         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
742         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
743         RUN_TEST_ffI_f1_mod8.
744         (remquo_test_data): Add more tests.
746 2015-02-13  Roland McGrath  <roland@hack.frob.com>
748         * sysdeps/init_array/pt-crti.S: New file.
750 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
752         [BZ #17967]
753         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
754         __builtin_fmaf instead of relying on contraction of a * b + c.
756 2015-02-12  J William Piggott  <elseifthen@gmx.com>
758         [BZ #17969]
759         * manual/time.texi: correct the zoneinfo path in the TZ Variable
760         node.
762 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
764         [BZ #17964]
765         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
766         __builtin_fma instead of relying on contraction of a * b + c.
768 2015-02-12  Roland McGrath  <roland@hack.frob.com>
770         * Makeconfig (ASFLAGS): Add -Werror=undef.
771         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
772         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
773         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
775         * Makeconfig (after-link): New variable.
776         (+link-pie, +link-pie-tests): Use it.
777         (+link-static, +link-static-tests): Likewise.
778         (+link, +link-tests): Likewise.
779         * Makerules (build-module, build-module-asneeded): Likewise.
780         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
781         Likewise.
782         * elf/Makefile ($(objpfx)ld.so): Likewise.
784 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
786         [BZ #17965]
787         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
788         both struct timeval and struct timespec.
790 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
792         [BZ #16560]
793         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
794         and redefine.
795         (__ieee754_exp2l): Do not multiply small fractional parts by
796         M_LN2l.
797         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
798         small argument.
799         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
800         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
801         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
802         * math/auto-libm-test-in: Add more tests of exp2.
803         * math/auto-libm-test-out: Regenerated.
805 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
807         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
808         unaligned path.
810 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
812         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
813         little endian.
815 2015-02-12  Andreas Schwab  <schwab@suse.de>
817         [BZ #15790]
818         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
819         Filter out elision flags from value returned in kind.
820         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
821         * nptl/tst-pthread-mutexattr.c: New file.
823 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
825         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
826         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
827         into gnu-gnu, and update comment to refer to abi-tags.
829 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
831         [BZ #15467]
832         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
833         (__sincos): Set errno to EDOM for infinite argument.
834         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
835         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
836         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
837         (__sincosl): Set errno to EDOM for infinite argument.
838         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
839         (__sincosl): Set errno to EDOM for infinite argument.
840         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
841         (__sincosl): Set errno to EDOM for infinite argument.
842         * math/libm-test.inc (sincos_test_data): Test errno setting.
844 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
846         * string/strxfrm_l.c: Remove #define STRCMP.
847         * string/strcoll_l.c: Remove #define STRLEN.
848         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
849         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
851 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
853         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
854         * sysdeps/mips/mips32/sfp-machine.h: ... here.
855         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
856         * sysdeps/mips/mips64/Makefile: ... here.
857         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
858         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
859         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
860         * sysdeps/mips/mips64/sfp-machine.h: ... here.
861         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
862         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
863         * sysdeps/mips/mips64/n64/Implies: Likewise.
865 2015-02-10  Roland McGrath  <roland@hack.frob.com>
867         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
868         <sys/time.h>, <string.h>, and <errno.h>.
869         (dest_offset, dest_address, value, zero): Remove unused variables.
870         (ldouble): Remove typedef.
871         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
872         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
873         1).  Fix code style.
874         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
875         (check): Function removed.
876         (CHECK): New macro.
877         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
878         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
879         Don't call set_sigaction_FP and remove_sigaction_FP here.
880         (ldouble_test): Just use 'long double' as macro argument, no need for
881         the 'ldouble' typedef.
882         (do_test): Set up SIGFPE handler at start, using plain signal rather
883         than sigaction.  Fix code style.
885 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
887         [BZ #17949]
888         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
889         jump label.
891 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
893         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
894         * sysdeps/powerpc/powerpc32/configure: Regenerated.
896         * sysdeps/powerpc/configure.ac: Remove file.
897         * sysdeps/powerpc/configure: Likewise.
899         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
900         [sysdep_routines]: Remove wordcopy-power6 object.
901         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
902         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
903         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
904         (__memmove_ppc32): Likewise.
905         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
906         file.
907         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
908         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
909         Remove preprocessor.
911         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
912         [sysdep_routines]: Remove wide chars objects.
913         [wcsmbs]: New rule for wide char objects.
915         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
916         Remove wordcopy-power6 obejct.
917         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
918         Use local call for wordcopy and memcpy symbols.
919         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
920         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
921         implementation for loader.
922         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
924         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
925         Remove wordcopy-power7 object.
926         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
927         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
928         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
929         (_wordcopy_fwd_dest_aligned): Likewise.
930         (_wordcopy_bwd_aligned): Likewise.
931         (_wordcopy_bwd_dest_aligned): Likewise.
933         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
934         Rewrite to call __memmove_ppc instead of include default
935         implementation.
937         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
938         Remove wide chars objects.
939         [wcsmbs]: New rule for wide char objects.
941 2015-02-09  Andreas Schwab  <schwab@suse.de>
943         [BZ #17912]
944         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
945         in terms of __O_DIRECTORY.
947 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
949         * time/getdate.c: Include <stdbool.h>.
950         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
951         call PTR_MANGLE.
952         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
953         PTR_DEMANGLE.
955 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
957         Add ersatz _Static_assert on older C hosts
958         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
959         pre-C11 C platform that is not known to support _Static_assert.
961 2015-02-07  Richard Braun  <rbraun@sceen.net>
963         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
964         sigstate.
965         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
967 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
969         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
970         priority against unexistent AIO_PRIO_DELTA_MAX.
971         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
972         instead of int.
973         * misc/fchflags.c (fchflags): Likewise.
974         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
975         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
976         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
977         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
978         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
979         Declare macros.
980         [__USE_MISC] (chflags, fchflags): Declare functions.
981         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
982         EINVAL when nfds is greater than FD_SETSIZE.
983         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
984         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
985         45.
986         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
987         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
988         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
989         MACH_RCV_TIMED_OUT.
990         * hurd/hurd/signal.h (_hurd_self_sigstate,
991         _hurd_critical_section_lock, _hurd_critical_section_unlock):
992         Explicit casts from void *.
993         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
994         * abi-tags: Rename gnu-gnu os into gnu.
996         [BZ #4719]
997         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
998         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
999         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1000         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1001         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1002         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1004         [BZ #17944]
1005         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1006         duplicates ADDR->sun_path with sockaddr LEN limitation.
1007         * sysdeps/mach/hurd/connect.c: Include <string.h>
1008         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1009         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1010         * sysdeps/mach/hurd/sendto.c: Likewise.
1011         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1012         implementing it by hand.
1014 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1016         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1017         Use sfi_breg on ldr.
1018         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1019         Likewise.
1021         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1022         it's defined.
1023         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1024         Test SIGSETXID only if it's defined.
1026         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1028         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1029         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1031         * nptl/tst-align2.c: Moved ...
1032         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1033         * nptl/Makefile (tests): Remove tst-align2.
1034         * sysdeps/unix/sysv/linux/Makefile
1035         [$(subdir) = nptl] (tests): Add tst-align-clone.
1036         * nptl/tst-getpid1.c: Moved ...
1037         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1038         * nptl/tst-getpid2.c: Moved ...
1039         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1040         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1041         * sysdeps/unix/sysv/linux/Makefile
1042         [$(subdir) = nptl] (tests): ... here.
1043         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1044         * sysdeps/unix/sysv/linux/Makefile
1045         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1047         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1048         Drop trailing \n from perror argument.  Use return rather than exit.
1050         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1051         on [SA_SIGINFO].
1052         * nptl/tst-cancel21.c (do_test): Likewise.
1053         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1054         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1055         [!SA_SIGINFO]: Make it a stub test.
1057         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1058         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1060         * posix/tst-getlogin.c: Move to ...
1061         * login/tst-getlogin.c: ... here.
1062         * posix/Makefile (tests): Move tst-getlogin to ...
1063         * login/Makefile (tests): ... here.
1065         * libio/tst-atime.c (do_test): Move local variables SV and E
1066         inside [ST_NOATIME] conditional.
1068         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1070         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1072         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1073         (wait_code): New function replaces macro.
1074         Call nanosleep rather than syscall.
1076         * nptl/pt-system.c: Rewritten.  Put everything under
1077         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1078         Use IFUNC to redirect when possible.
1080         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1081         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1082         Use IFUNC to redirect when possible.
1084         * nptl/pt-fork.c: Rewritten.  Put everything under
1085         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1086         Use IFUNC to redirect when possible.
1087         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1089         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1090         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1091         unconditionally nowadays.  This included the only reference to
1092         __vdso_clock_gettime that appears outside libc proper.
1093         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1094         Remove version set (containing only __vdso_clock_gettime).
1095         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1096         Add attribute_hidden.
1097         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1098         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1099         libc_hidden_data_def.
1100         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1101         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1103         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1104         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1105         setrpcent, and getrpcport to ...
1106         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1107         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1108         getrpcbynumber_r, and getrpcent_r to ...
1109         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1110         * inet/getrpcbyname.c: Moved ...
1111         * sunrpc/getrpcbyname.c: ... here.
1112         * inet/getrpcbyname_r.c: Moved ...
1113         * sunrpc/getrpcbyname_r.c: ... here.
1114         * inet/getrpcbynumber.c: Moved ...
1115         * sunrpc/getrpcbynumber.c: ... here.
1116         * inet/getrpcbynumber_r.c: Moved ...
1117         * sunrpc/getrpcbynumber_r.c: ... here.
1118         * inet/getrpcent.c: Moved ...
1119         * sunrpc/getrpcent.c: ... here.
1120         * inet/getrpcent_r.c: Moved ...
1121         * sunrpc/getrpcent_r.c: ... here.
1122         * inet/Makefile (routines): Move those to ...
1123         * sunrpc/Makefile (routines): ... here.
1124         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1125         the $(subdirs) list.
1126         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1127         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1128         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1129         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1131         * elf/Makefile (routines): Include $(all-dl-routines), not just
1132         $(dl-routines).
1133         (rtld-routines): Likewise.  Use = rather than :=.
1134         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1135         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1136         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1137         * sysdeps/arm/Makefile: Likewise.
1138         * sysdeps/i386/Makefile: Likewise.
1139         * sysdeps/x86_64/Makefile: Likewise.
1140         * sysdeps/hppa/Makefile [$(subdir) = elf]
1141         (sysdep_routines, sysdep-rtld-routines): Don't add
1142         $(sysdep-dl-routines) to these.
1143         * sysdeps/ia64/Makefile: Likewise.
1144         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1145         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1146         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1147         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1148         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1149         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1150         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1151         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1152         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1153         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1154         these; sysdep-dl-routines alone is enough.
1156 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1158         [BZ #17932]
1159         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1160         where multiplication results in zero and third argument is finite
1161         and nonzero.
1162         * math/auto-libm-test-in: Add more tests of fma.
1163         * math/auto-libm-test-out: Regenerated.
1165         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1166         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1167         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1168         (_FP_CMP_EQ): Likewise.
1169         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1171         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1172         extra argument CHECK_NAN.  Redefine as wrapper around
1173         _FP_EXTEND_CNAN.
1175 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1177         * version.h (RELEASE): Set to "stable".
1178         (VERSION): Set to "2.21"
1179         * include/features.h (__GLIBC_MINOR__): Set to 21.
1181         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1183 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1184             Paul Eggert  <eggert@cs.ucla.edu>
1186         [BZ #16618]
1187         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1188         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1189         size in bytes. Store needed elements in wpmax. Use needed size
1190         in bytes for extend_alloca.
1192 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1194         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1195         binutls 2.25, and texinfo 5.2.
1196         * INSTALL: Regenerate.
1197         * sysdeps/nios2/configure: Regenerate.
1198         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1199         * manual/contrib.texi: Update.
1200         * po/be.po: Update.
1201         * po/bg.po: Update.
1202         * po/ca.po: Update.
1203         * po/cs.po: Update.
1204         * po/da.po: Update.
1205         * po/de.po: Update.
1206         * po/el.po: Update.
1207         * po/eo.po: Update.
1208         * po/es.po: Update.
1209         * po/fi.po: Update.
1210         * po/fr.po: Update.
1211         * po/gl.po: Update.
1212         * po/hr.po: Update.
1213         * po/hu.po: Update.
1214         * po/ia.po: Update.
1215         * po/id.po: Update.
1216         * po/it.po: Update.
1217         * po/ja.po: Update.
1218         * po/ko.po: Update.
1219         * po/lt.po: Update.
1220         * po/nb.po: Update.
1221         * po/nl.po: Update.
1222         * po/pl.po: Update.
1223         * po/pt_BR.po: Update.
1224         * po/ru.po: Update.
1225         * po/rw.po: Update.
1226         * po/sk.po: Update.
1227         * po/sl.po: Update.
1228         * po/sv.po: Update.
1229         * po/tr.po: Update.
1230         * po/uk.po: Update.
1231         * po/vi.po: Update.
1232         * po/zh_CN.po: Update.
1233         * po/zh_TW.po: Update.
1235         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1236         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1237         * sysdeps/hppa/dl-irel.h: Remove #warning.
1238         * sysdeps/hppa/entry.h: Provide prototype for
1239         __canonicalize_funcptr_for_compare and cast argument.
1240         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1241         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1242         * sysdeps/hppa/sotruss-lib.c: New file.
1243         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1244         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1245         (atomic_compare_and_exchange_bool_acq): Likewise.
1246         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1247         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1249         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1250         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1251         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1253 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1255         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1256         called function in non-PIC case.
1258 2015-01-31  David S. Miller  <davem@davemloft.net>
1260         * sysdeps/sparc/sparc32/bits/atomic.h
1261         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1262         unlock not after it.
1263         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1264         volatile register usage warnings from the compiler.
1266         * sysdeps/sparc/nptl/sem_init.c: Delete.
1267         * sysdeps/sparc/nptl/sem_post.c: Delete.
1268         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1269         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1270         * sysdeps/sparc/sparc32/sem_init.c: New file.
1271         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1272         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1273         padding explicitly initialized.
1274         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1275         padding for in-semaphore spinlock.
1276         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1277         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1278         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1279         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1280         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1281         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1282         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1283         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1284         version.
1285         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1286         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1288 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1290         [BZ #17801]
1291         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1292         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1293         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1294         New.
1295         (index_AVX_Fast_Unaligned_Load): Likewise.
1296         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1297         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1298         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1299         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1300         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1301         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1302         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1303         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1304         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1306 2015-01-29  Andreas Schwab  <schwab@suse.de>
1308         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1310 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1312         [BZ #17892]
1313         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1315 2015-01-28  Martin Sebor  <msebor@redhat.com>
1317         * math/README.libm-test: Clarify. Add "How to read the test output."
1319 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1321         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1322         Define to 0.
1324 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1326         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1327         (__HAVE_64B_ATOMICS): Define to 0.
1329 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1331         [BZ #17885]
1332         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1333         value to set as new flag.
1335         [BZ #16576]
1336         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1337         and use _ARCH_PPCSQ instead.
1338         (__ieee754_sqrt): Likewise.
1339         (__ieee754_sqrtf): Likewise.
1340         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1341         _ARCH_PPCSQ is defined.
1342         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1343         fsqrt instruction.
1344         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1345         _ARCH_PPCSQ is defined.
1346         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1347         fsqrts instruction.
1348         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1350 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1352         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1353         bug (GCC BZ #64739).
1355 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1357         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1358         Mark _retval as used.
1359         (lll_futex_wake_unlock): Likewise.
1360         (lll_futex_timed_wait_requeue_pi): Likewise.
1362         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1363         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1364         register variables.
1366         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1367         libm_hidden_def.
1369         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1370         (__bswap_64): Mark as __always_inline.
1372 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1374         [BZ #15378]
1375         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1376         when none of the search directories exist.
1378 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1380         [BZ #17869]
1381         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1382         power8 in .machine directive.
1384         [BZ #17868]
1385         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1386         set dependency from opd value.
1388 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1390         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1391         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1392         architecture.
1394 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1396         [BZ #17870]
1397         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1398         with uint64_t.
1399         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1400         (uint64_t) 1.
1401         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1402         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1403         Replace 1UL with (uint64_t) 1.
1404         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1405         int with uint64_t.
1407 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1409         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1410         (if_freenameindex): Likewise.
1412         * resource/getrlimit64.c: Add missing libc_hidden_def.
1414 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1416         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1417         __label__.
1418         (_FP_FMA): Likewise.
1419         (_FP_TO_INT_ROUND): Likewise.
1420         (_FP_FROM_INT): Likewise.
1422 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1424         [BZ #16418]
1425         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1426         Make code racy and cancel safe.
1428 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1430         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1431         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1432         attribution.
1434         * pwd/tst-getpw.c: Rewrite.
1436         [BZ #17702]
1437         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1438         (modules-names): Add moddummy1 and moddummy2.
1439         ($(objpfx)tst-rec-dlopen): Define.
1440         * dlfcn/moddummy1.c: New file.
1441         * dlfcn/moddummy2.c: New file.
1442         * dlfcn/tst-rec-dlopen.c: New file.
1443         * elf/dl-cache.c (_dl_load_cache_lookup):
1444         Return char*. Copy result with alloca/strcpy/strdup.
1445         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1446         returns char*. Free cached. If not saving realname
1447         free cached.
1448         * elf/dl-open.c (dl_open_worker): Do not assert that
1449         _r_debug->r_state is RT_CONSISTENT.
1450         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1451         returns char*.
1453 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1454             Carlos O'Donell  <carlos@redhat.com>
1456         [BZ #12674]
1457         * nptl/sem_waitcommon.c: New file.
1458         * nptl/sem_wait.c: Include sem_waitcommon.c.
1459         (__sem_wait_cleanup, do_futex_wait): Remove.
1460         (__new_sem_wait): Adapt.
1461         (__new_sem_trywait): New function.
1462         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1463         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1464         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1465         (sem_timedwait): Adapt.
1466         * nptl/sem_post.c (__new_sem_post): Adapt.
1467         (futex_wake): New function.
1468         (__old_sem_post): Add release MO fence.
1469         * nptl/sem_open.c (sem_open): Adapt.
1470         * nptl/sem_init.c (__new_sem_init): Adapt.
1471         (futex_private_if_supported): New function.
1472         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1473         (__old_sem_getvalue): Add using previous code.
1474         * sysdeps/nptl/internaltypes.h: Adapt.
1475         * nptl/tst-sem13.c (do_test): Adapt.
1476         * nptl/tst-sem11.c (main): Adapt.
1477         * nptl/sem_trywait.c: Remove.
1478         * nptl/DESIGN-sem.txt: Remove.
1479         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1480         (gen-as-const-headers): Remove structsem.sym.
1481         * nptl/structsem.sym: Remove.
1482         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1483         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1484         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1485         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1486         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1487         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1488         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1489         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1490         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1491         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1492         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1493         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1494         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1495         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1496         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1497         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1498         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1499         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1500         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1501         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1502         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1503         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1505 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1507         * INSTALL: Regenerated.
1509         * po/libc.pot: Regenerated.
1511 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1512             Sandra Loosemore  <sandra@codesourcery.com>
1513             Andrew Jenner  <andrew@codesourcery.com>
1514             Joseph Myers  <joseph@codesourcery.com>
1515             Nathan Sidwell  <nathan@codesourcery.com>
1517         * NEWS: Mention new Nios II port.
1518         * sysdeps/nios2/Implies: New file.
1519         * sysdeps/nios2/Makefile: New file.
1520         * sysdeps/nios2/Subdirs: New file.
1521         * sysdeps/nios2/Versions: New file.
1522         * sysdeps/nios2/__longjmp.S: New file.
1523         * sysdeps/nios2/abort-instr.h: New file.
1524         * sysdeps/nios2/backtrace.c: New file.
1525         * sysdeps/nios2/bits/endian.h: New file.
1526         * sysdeps/nios2/bits/fenv.h: New file.
1527         * sysdeps/nios2/bits/link.h: New file.
1528         * sysdeps/nios2/bits/setjmp.h: New file.
1529         * sysdeps/nios2/bsd-_setjmp.S: New file.
1530         * sysdeps/nios2/bsd-setjmp.S: New file.
1531         * sysdeps/nios2/configure: New generated file.
1532         * sysdeps/nios2/configure.ac: New file.
1533         * sysdeps/nios2/crti.S: New file.
1534         * sysdeps/nios2/crtn.S: New file.
1535         * sysdeps/nios2/dl-init.c: New file.
1536         * sysdeps/nios2/dl-machine.h: New file.
1537         * sysdeps/nios2/dl-sysdep.h: New file.
1538         * sysdeps/nios2/dl-tls.h: New file.
1539         * sysdeps/nios2/dl-trampoline.S: New file.
1540         * sysdeps/nios2/gccframe.h: New file.
1541         * sysdeps/nios2/gmp-mparam.h: New file.
1542         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1543         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1544         * sysdeps/nios2/ldsodefs.h: New file.
1545         * sysdeps/nios2/libc-tls.c: New file.
1546         * sysdeps/nios2/libm-test-ulps: New file.
1547         * sysdeps/nios2/machine-gmon.h: New file.
1548         * sysdeps/nios2/math-tests.h: New file.
1549         * sysdeps/nios2/math_private.h: New file.
1550         * sysdeps/nios2/memusage.h: New file.
1551         * sysdeps/nios2/nptl/Makefile: New file.
1552         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1553         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1554         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1555         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1556         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1557         * sysdeps/nios2/nptl/tls.h: New file.
1558         * sysdeps/nios2/preconfigure: New file.
1559         * sysdeps/nios2/s_fma.c: New file.
1560         * sysdeps/nios2/s_fmaf.c: New file.
1561         * sysdeps/nios2/setjmp.S: New file.
1562         * sysdeps/nios2/sfp-machine.h: New file.
1563         * sysdeps/nios2/sotruss-lib.c: New file.
1564         * sysdeps/nios2/stackguard-macros.h: New file.
1565         * sysdeps/nios2/stackinfo.h: New file.
1566         * sysdeps/nios2/start.S: New file.
1567         * sysdeps/nios2/sysdep.h: New file.
1568         * sysdeps/nios2/tls-macros.h: New file.
1569         * sysdeps/nios2/tst-audit.h: New file.
1570         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1571         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1572         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1573         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1574         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1575         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1576         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1577         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1578         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1579         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1580         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1581         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1582         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1583         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1584         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1585         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1586         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1587         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1588         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1589         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1590         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1591         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1592         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1593         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1594         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1595         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1596         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1597         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1598         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1599         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1600         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1601         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1602         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1603         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1604         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1605         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1606         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1607         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1608         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1609         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1610         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1611         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1612         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1613         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1615 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1617         [BZ #17844]
1618         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1619         (getutent): Use weak_alias in non SHARED case
1620         and default_symbol_version in SHARED case.
1621         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1622         (getutent_r, pututline): Likewise.
1623         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1624         (getutid): Likewise.
1625         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1626         (getutid_r): Likewise.
1627         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1628         (getutline): Likewise.
1629         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1630         (getutline_r): Likewise.
1631         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1632         (updwtmp): Likewise.
1634 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1636         [BZ #17848]
1637         * sysdeps/s390/s390-32/memcmp.S
1638         (memcmp_g5): Rename to __memcmp_g5.
1639         * sysdeps/s390/s390-32/memcpy.S
1640         (memcpy_g5): Rename to __memcpy_g5.
1641         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1642         (memcpy_mvcle) Rename to __memcpy_mvcle.
1643         * sysdeps/s390/s390-32/memset.S
1644         (memset_g5): Rename to __memset_g5.
1645         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1646         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1647         and use prefixed functions.
1648         * sysdeps/s390/s390-32/multiarch/memcmp.S
1649         (memcmp_z196): Rename to __memcmp_z196.
1650         (memcmp_z10): Rename to __memcmp_z10.
1651         (memcmp): Set alias to __memcmp_g5.
1652         (bcmp): Set alias to __memcmp_g5.
1653         * sysdeps/s390/s390-32/multiarch/memcpy.S
1654         (memcpy_z196): Rename to __memcpy_z196.
1655         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1656         (memcpy_z10): Rename to __memcpy_z10.
1657         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1658         (memcpy): Set alias to __memcpy_g5.
1659         * sysdeps/s390/s390-32/multiarch/memset.S
1660         (memset_z196): Rename to __memset_z196.
1661         Jump to __memset_mvcle instead of memset_mvcle.
1662         (memset_z10): Rename to __memset_z10.
1663         Jump to __memset_mvcle instead of memset_mvcle.
1664         (memset_mvcle) Rename to __memset_mvcle.
1665         (memset): Set alias to __memset_g5.
1666         * sysdeps/s390/s390-64/memcmp.S
1667         (memcmp_z900): Rename to __memcmp_z900.
1668         * sysdeps/s390/s390-64/memcpy.S
1669         (memcpy_z900): Rename to __memcpy_z900.
1670         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1671         (memcpy_mvcle) Rename to __memcpy_mvcle.
1672         * sysdeps/s390/s390-64/memset.S
1673         (memset_z900): Rename to __memset_z900.
1674         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1675         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1676         and use prefixed functions.
1677         * sysdeps/s390/s390-64/multiarch/memcmp.S
1678         (memcmp_z196): Rename to __memcmp_z196.
1679         (memcmp_z10): Rename to __memcmp_z10.
1680         (memcmp): Set alias to __memcmp_z900.
1681         (bcmp): Set alias to __memcmp_z900.
1682         * sysdeps/s390/s390-64/multiarch/memcpy.S
1683         (memcpy_z196): Rename to __memcpy_z196.
1684         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1685         (memcpy_z10): Rename to __memcpy_z10.
1686         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1687         (memcpy): Set alias to __memcpy_z900.
1688         * sysdeps/s390/s390-64/multiarch/memset.S
1689         (memset_z196): Rename to __memset_z196.
1690         Jump to __memset_mvcle instead of memset_mvcle.
1691         (memset_z10): Rename to __memset_z10.
1692         Jump to __memset_mvcle instead of memset_mvcle.
1693         (memset_mvcle) Rename to __memset_mvcle.
1694         (memset): Set alias to __memset_z900.
1696 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1698         [BZ #17748]
1699         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1700         __fesetenv instead of fesetenv.
1702 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1704         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1705         macro.
1707 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1709         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1710         regression on LE.
1712         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1713         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1714         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1715         strncmp-power8 object.
1716         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1717         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1718         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1719         * NEWS: Update.
1721 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1722             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1724         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1725         trailing byte check.
1727 2015-01-13  David S. Miller  <davem@davemloft.net>
1729         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1731 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1733         * login/logout.c (logout): Use memset rather than bzero.
1734         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1735         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1736         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1737         (_gethtbyaddr): Likewise.
1738         * locale/programs/simple-hash.c (bcopy): Macro removed.
1740 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1742         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1743         Add strcmp-power8 object.
1744         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1745         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1746         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1747         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1748         __strcmp_power8 implementation.
1749         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1750         * NEWS: Update.
1752         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1753         Add strncpy-power8 and stpncpy-power8 objects.
1754         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1755         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1756         implementations.
1757         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1758         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1759         __stpncpy_power8 implementation.
1760         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1761         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1762         __strncpy_power8 implementation.
1763         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1764         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1765         * NEWS: Update.
1767         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1768         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1769         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1771         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1772         strncat-power8 object.
1773         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1774         __strcat_power8 implementation.
1775         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1776         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1777         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1778         optimized strcat for power8.
1780         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1781         strcpy-power8 and stpcpy-power8 objects.
1782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1783         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1784         implementations.
1785         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1786         multiarch stpcpy implementation for POWER8.
1787         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1788         multiarch strcpy implementation for POWER8.
1789         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1790         __strcpy_power8 function.
1791         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1792         stpcpy for POWER8.
1793         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1794         strcpy for POWER8.
1795         * NEWS: Update.
1797 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1799         [BZ #16009]
1800         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1801         weights and rules. Use do_xfrm_cached if data fits in cache,
1802         do_xfrm otherwise.  Moved former main loop to...
1803         * (do_xfrm_cached): New function.
1804         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1805         find_idx, find_position and stack_push.
1806         * (find_idx): New function.
1807         * (find_position): Likewise.
1808         * localedata/sort-test.sh: Added test run for do_xfrm.
1809         * localedata/xfrm-test.c (main): Added command line option
1810         -nocache to run the test with strings that are too large for
1811         the STRXFRM cache.
1813 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1815         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1816         variable to lll_futex_wake call, not the value itself.
1818 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1820         [BZ #17803]
1821         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1822         twom64.  Adjust value to 0x1p-64L.
1823         (__scalblnl): Only return standard underflowing result for K <=
1824         -64 not K <= -63; adjust exponent for underflowing result by 64
1825         not 63.
1826         * math/libm-test.inc (scalbn_test_data): Add more tests.
1827         (scalbln_test_data): Likewise.
1829         [BZ #17834]
1830         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1831         0x1p63L.
1832         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1833         not HX.
1834         * math/libm-test.inc (scalbn_test_data): Add more tests.
1835         (scalbln_test_data): Likewise.
1837 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1838             Stefani Seibold  <stefani@seibold.net>
1840         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1841         (sysdep_routines): Add dl-vdso here, ...
1842         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1843         (sysdep_routines): ... not here.
1844         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1845         fallback when vDSO is not presented.
1846         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1847         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1848         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1849         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1850         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1851         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1852         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1853         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1854         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1855         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1856         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1857         fallback configurable symbol when vDSO is not available.
1858         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1859         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1860         be able to redefine fallback symbol when vDSO is not available.
1861         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1862         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1864 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1866         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1867         (TLS_INIT_TP): Add tm_capable initialization.
1868         (TLS_DEFINE_INIT_TP): Likewise.
1869         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1870         TCB.
1871         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1872         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1873         calculation.
1874         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1875         transactoion is lock elision is built and TCB tm_capable is set.
1876         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1878         (INTERNAL_SYSCALL_NCS): Likewise.
1879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1880         (INTERNAL_SYSCALL_NCS): Likewise.
1881         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1883         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1884         for powerpc.
1885         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1886         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1887         and remove it for 32 bits case.
1888         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1889         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1890         initialization.
1891         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1892         Disable lock elision with rdlocks if elision is not available.
1894         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1895         (sysdep_routines): Add lock elision objects.
1896         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1897         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1898         [pthread_mutex_t] (__elision): Add field.
1899         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1900         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1901         elision definitions for powerpc.
1902         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1903         implementation of lock elision for powerpc.
1904         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1905         implementation of timed lock elision for powerpc.
1906         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1907         implementation of trylock with lock elision for powerpc.
1908         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1909         implementaion of unlock for lock elision for powerpc.
1910         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1911         automatic enable lock elision for mutexes.
1912         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1913         transaction execution definitions for powerpc.
1914         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1915         definitions.
1916         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1917         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1918         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1919         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1920         * NEWS: Update.
1922 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1924         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1925         for #include of <shm-directory.h>.
1927 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1929         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1930         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1932 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1934         [BZ #17791]
1935         * NEWS: Mention bug fix.
1936         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1937         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1938         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1940 2015-01-09  Torvald Riegel <triegel@redhat.com>
1942         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1944 2015-01-09  Torvald Riegel <triegel@redhat.com>
1946         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1948 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1950         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1951         pointer and cast to uintptr_t.
1953 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1955         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1956         removed.
1957         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1959 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1961         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1962         of 0.
1964 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1966         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1967         <nptl/pthreadP.h> instead.
1968         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1970         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1971         already defined.
1972         [__SIGRTMIN] (init): Function removed.
1973         [__SIGRTMIN] (initialized): Variable removed.
1974         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1975         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1976         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1977         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1978         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1979         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1980         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1981         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1982         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1983         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1984         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1985         * sysdeps/nptl/allocrtsig.c: New file.
1986         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1987         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1988         * sysdeps/generic/testrtsig.h: File removed.
1990         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1991         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1993         * nptl/nptl-init.c (pthread_functions): Conditionalize
1994         .ptr__nptl_setxid initialization on [SIGSETXID].
1996         * sysdeps/nptl/sys/procfs.h: New file.
1997         * nptl_db/Makefile (headers): Add it.
1998         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2000         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2001         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2002         * nptl/pthread_attr_setaffinity.c: Include it.
2003         * nptl/pthread_setattr_default_np.c: Likewise.
2004         * nptl/check-cpuset.h: New file.
2006 2015-01-08  Richard Henderson  <rth@redhat.com>
2008         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2009         (CFLAGS-tst-execstack-prog.c): Likewise.
2010         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2012 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2013             Sandra Loosemore  <sandra@codesourcery.com>
2014             Andrew Jenner  <andrew@codesourcery.com>
2015             Joseph Myers  <joseph@codesourcery.com>
2016             Nathan Sidwell  <nathan@codesourcery.com>
2018         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2019         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2020         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2021         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2022         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2023         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2024         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2025         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2026         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2027         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2028         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2029         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2030         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2031         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2032         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2033         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2034         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2036 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2038         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2039         timespec struct member in syscall macro.
2040         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2041         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2042         first timeval struct member in syscall macro.
2043         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2045 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2047         [BZ #17748]
2048         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2049         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2050         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2051         __feupdateenv and define as weak alias of __feupdateenv.  Use
2052         libm_hidden_weak.
2053         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2054         libm_hidden_def.
2055         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2056         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2057         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2058         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2059         libm_hidden_def.
2060         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2061         __feupdateenv and define as weak alias of __feupdateenv.  Use
2062         libm_hidden_weak.
2063         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2064         libm_hidden_def.
2065         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2066         __feupdateenv and define as weak alias of __feupdateenv.  Use
2067         libm_hidden_weak.
2068         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2069         libm_hidden_def.
2070         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2071         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2072         (__feupdateenv): Likewise.
2073         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2074         __feupdateenv and define as weak alias of __feupdateenv.  Use
2075         libm_hidden_weak.
2076         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2077         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2078         libm_hidden_def.
2079         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2080         function.
2081         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2082         libm_hidden_def.
2083         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2084         __feupdateenv instead of feupdateenv.
2085         (default_libc_feupdateenv_test): Likewise.
2086         (libc_feresetround_ctx): Likewise.
2088 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2090         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2091         prototype.
2093 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2095         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2096         COLL_SYM in a couple of places to avoid uninitialized variable
2097         wanings on tilegx gcc 4.8.2.
2099 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2101         * sysdeps/aarch64/strcpy.S: New file.
2102         * sysdeps/aarch64/stpcpy.S: New file.
2103         * NEWS: Updated.
2105 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2107         * sysdeps/aarch64/strrchr.S: New file.
2108         * NEWS: Updated.
2110 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2112         [BZ #17658]
2113         * stdlib/setenv.c: Fix memory leak when setting large,
2114         duplicate string.
2116 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2118         [BZ #17273]
2119         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2120         and tabs from buffer before parsing fstab entry.
2121         * misc/tst-mntent.c (main): Add test for mount entry with
2122         trailing spaces and tabs.
2124 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2126         [BZ #17748]
2127         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2128         * math/fesetround.c (fesetround): Rename to __fesetround and
2129         define as weak alias of __fesetround.  Use libm_hidden_weak.
2130         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2131         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2132         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2133         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2134         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2135         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2136         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2137         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2138         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2139         __fesetround_inline.
2140         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2141         __fesetround_inline instead of __fesetround.
2142         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2143         __fesetround and define as weak alias of __fesetround.  Use
2144         libm_hidden_weak.  Call __fesetround_inline instead of
2145         __fesetround.
2146         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2147         __fesetround and define as weak alias of __fesetround.  Use
2148         libm_hidden_weak.
2149         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2150         Likewise.
2151         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2152         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2153         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2154         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2155         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2156         __fesetround and define as weak alias of __fesetround.  Use
2157         libm_hidden_weak.
2158         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2159         __fesetround instead of fesetround.
2160         (default_libc_feholdexcept_setround): Likewise.
2161         (libc_feholdsetround_ctx): Likewise.
2162         (libc_feholdsetround_noex_ctx): Likewise.
2164         [BZ #17748]
2165         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2166         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2167         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2168         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2169         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2170         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2171         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2172         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2173         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2174         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2175         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2176         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2177         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2178         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2179         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2180         libm_hidden_def.
2181         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2182         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2183         Likewise.
2184         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2185         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2186         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2187         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2188         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2189         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2190         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2191         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2192         __fesetenv instead of fesetenv.
2193         (libc_feresetround_noex_ctx): Likewise.
2194         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2195         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2196         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2197         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2198         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2199         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2200         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2201         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2202         (__feupdateenv): Likewise.
2203         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2204         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2205         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2206         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2208 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2210         [BZ #17806]
2211         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2212         addresses have been freed.
2214 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2216         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2217         and nservall.
2219 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2221         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2222         Clean up check_pf allocation pattern. addresses
2224 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2226         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2227         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2228         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2229         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2230         * nptl/pthread_join.c (pthread_join): Likewise.
2231         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2232         * sysdeps/posix/waitid.c (__waitid): Likewise.
2233         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2234         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2235         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2236         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2237         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2238         Likewise.
2239         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2240         (__libc_pread64): Likewise.
2241         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2242         (__libc_pwrite): Likewise.
2243         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2244         (__libc_pwrite64): Likewsie.
2245         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2246         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2247         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2248         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2249         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2250         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2251         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2253         Likewise.
2254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2255         (__libc_pread64): Likewise.
2256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2257         Likewise.
2258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2259         (__libc_pwrite64): Likewise.
2260         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2261         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2262         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2263         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2264         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2265         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2266         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2267         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2268         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2269         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2270         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2271         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2272         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2273         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2274         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2275         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2276         Likewise.
2278 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2280         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2281         (CFLAGS-test-double.c): Likewise.
2282         (CFLAGS-test-ldouble.c): Likewise.
2283         (CPPFLAGS-test-ifloat.c): Likewise.
2284         (CPPFLAGS-test-idouble.c): Likewise.
2285         (CPPFLAGS-test-ildoubl.c): Likewise.
2286         (CFLAGS-test-test-fenv.c): Remove variable.
2287         (CFLAGS-test-misc.c): Likewise.
2289 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2291         [BZ #17797]
2292         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2293         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2294         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2295         CLOCKS_PER_SEC == 1000000.
2296         * time/clocktest.c (main): Replace %ld with %jd and cast to
2297         intmax_t.
2299 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2301         * sysdeps/generic/unwind-resume.h: New file.
2302         * sysdeps/gnu/unwind-resume.c: Include it.
2303         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2304         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2305         argument list.
2306         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2307         global rather than static.
2308         (_Unwind_Resume): Update user.
2309         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2310         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2311         rather than static.  Add __attribute__ ((cold)).
2312         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2313         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2314         * sysdeps/arm/arm-unwind-resume.S: New file.
2315         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2316         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2317         * sysdeps/arm/Makefile [$(subdir) = csu]
2318         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2319         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2320         Add rt-arm-unwind-resume.
2321         [$(subdir) = nptl]
2322         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2323         Add pt-arm-unwind-resume.
2324         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2325         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2327 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2329         [BZ #17748]
2330         * include/fenv.h (__feholdexcept): Declare.  Use
2331         libm_hidden_proto.
2332         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2333         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2334         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2335         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2336         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2337         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2338         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2339         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2340         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2341         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2342         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2343         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2344         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2345         (feholdexcept): Likewise.
2346         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2347         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2348         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2349         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2350         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2351         __feholdexcept instead of feholdexcept.
2352         (default_libc_feholdexcept_setround): Likewise.
2354 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2356         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2357         to avoid using stl/str to align destination.
2359 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2361         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2363 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2365         [BZ #17796]
2366         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2367         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2368         Define as weak alias not strong alias.
2370 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2372         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2373         bltzal with addiupc.
2374         (RTLD_START): Ditto.
2376 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2378         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2379         for __vdso_* functions in declarations.
2380         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2381         definitions.
2382         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2383         INTERNAL_VSYSCALL): Use struct return types to check for error.
2385         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2386         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2387         function with cast from llround().
2388         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2389         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2390         Define.
2392 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2394         [BZ #17793]
2395         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2396         Define as weak alias not strong alias.
2398         [BZ #17635]
2399         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2400         ...
2401         * ctype/ctype-extn.c: ... here.
2402         (__isblank_l): Move to ...
2403         * ctype/ctype-c99_l.c: ... here.  New file.
2404         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2405         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2406         Remove variable.
2407         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2408         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2409         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2410         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2411         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2413         [BZ #17777]
2414         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2415         (posix_fadvise64): Define as weak alias not strong alias.
2416         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2417         (posix_fallocate64): Likewise.
2418         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2419         Remove variable.
2420         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2421         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2422         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2423         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2424         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2426 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2428         [BZ #16191]
2429         * NEWS: Mention bug fix.
2430         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2431         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2432         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2433         (HOST_STACK_END_ADDR): Likewise.
2435 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2437         [BZ #17748]
2438         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2439         * math/fegetround.c (fegetround): Rename to __fegetround and
2440         define as weak alias of __fegetround.  Use libm_hidden_weak.
2441         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2442         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2443         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2444         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2445         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2446         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2447         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2448         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2449         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2450         Undefine after rather than before function definition; use
2451         parentheses around function name in definition.
2452         (__fegetround): Also undefine macro after function definition.
2453         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2454         __fegetround and define as weak alias of __fegetround.  Use
2455         libm_hidden_weak.  Do not undefine as macro.
2456         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2457         Likewise.
2458         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2459         __fegetround and define as weak alias of __fegetround.  Use
2460         libm_hidden_weak.
2461         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2462         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2463         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2464         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2465         __fegetround and define as weak alias of __fegetround.  Use
2466         libm_hidden_weak.
2467         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2468         __fegetround instead of fegetround.
2470         [BZ #17782]
2471         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2472         Condition macro definition on [__USE_MISC].
2474         [BZ #17781]
2475         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2476         (struct sigaction): Change type of sa_flags field to int.
2478         [BZ #17780]
2479         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2480         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2481         __glibc_reserved0.
2483         * nptl/version.c (banner): Use single year in copyright notice.
2485         * NEWS: Update copyright dates.
2486         * catgets/gencat.c (print_version): Likewise.
2487         * csu/version.c (banner): Likewise.
2488         * debug/catchsegv.sh: Likewise.
2489         * debug/pcprofiledump.c (print_version): Likewise.
2490         * debug/xtrace.sh (do_version): Likewise.
2491         * elf/ldconfig.c (print_version): Likewise.
2492         * elf/ldd.bash.in: Likewise.
2493         * elf/pldd.c (print_version): Likewise.
2494         * elf/sotruss.sh: Likewise.
2495         * elf/sprof.c (print_version): Likewise.
2496         * iconv/iconv_prog.c (print_version): Likewise.
2497         * iconv/iconvconfig.c (print_version): Likewise.
2498         * locale/programs/locale.c (print_version): Likewise.
2499         * locale/programs/localedef.c (print_version): Likewise.
2500         * login/programs/pt_chown.c (print_version): Likewise.
2501         * malloc/memusage.sh (do_version): Likewise.
2502         * malloc/memusagestat.c (print_version): Likewise.
2503         * malloc/mtrace.pl: Likewise.
2504         * manual/libc.texinfo: Likewise.
2505         * nptl/version.c (banner): Likewise.
2506         * nscd/nscd.c (print_version): Likewise.
2507         * nss/getent.c (print_version): Likewise.
2508         * nss/makedb.c (print_version): Likewise.
2509         * posix/getconf.c (main): Likewise.
2510         * scripts/test-installation.pl: Likewise.
2511         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2513 2015-01-02  Will Newton  <will.newton@linaro.org>
2515         * sysdeps/arm/armv7/configure: Removed.
2516         * sysdeps/arm/armv7/configure.ac: Likewise.
2518 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2520         * All files with FSF copyright notices: Update copyright dates
2521         using scripts/update-copyrights.
2522         * intl/plural.c: Regenerated.
2523         * locale/programs/charmap-kw.h: Likewise.
2524         * locale/programs/locfile-kw.h: Likewise.
2526 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2528         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2530 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2532         [BZ #17748]
2533         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2534         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2535         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2536         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2537         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2538         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2539         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2540         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2541         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2542         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2543         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2544         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2545         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2546         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2547         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2548         libm_hidden_def.
2549         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2550         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2551         Likewise.
2552         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2553         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2554         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2555         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2556         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2557         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2558         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2559         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2560         __fegetenv instead of fegetenv.
2561         (libc_feholdsetround_noex_ctx): Likewise.
2563 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2565         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2566         (Elf_MIPS_ABIFlags_v0): New structure.
2567         (EF_MIPS_FP64): Define.
2568         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2569         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2570         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2571         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2572         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2573         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2574         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2575         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2576         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2577         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2578         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2579         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2580         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2581         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2582         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2583         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2584         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2585         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2586         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2587         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2588         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2589         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2590         field.
2591         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2592         EF_MIPS_FP64.
2593         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2594         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2595         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2596         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2597         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2598         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2599         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2600         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2601         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2602         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2603         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2604         record the current FP ABI extension.
2605         (mips-mode-switch): Define to show if kernel headers support mode
2606         switching.
2607         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2608         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2609         supported SYSV ABI version to 3.
2610         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2611         feature.
2613 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2614             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2616         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2617         path.
2618         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2620 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2622         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2623         __fegetround and redefine to call __fegetround.  Remove condition
2624         on [!__NO_MATH_INLINES].
2625         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2626         function.
2627         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2628         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2629         Remove macro.
2630         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2631         instead of <fenv_libc.h>.
2632         (__llrintl): Call fegetround instead of __fegetround.
2633         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2634         instead of <fenv_libc.h>.
2635         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2636         (__lrintl): Call fegetround instead of __fegetround.
2637         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2638         instead of <fenv_libc.h>.
2639         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2640         (__rintl): Call fegetround instead of __fegetround.
2642 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2644         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2645         arrays.
2647 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2649         [BZ #17775]
2650         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2651         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2652         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2654 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2656         * sysdeps/i386/tls-macros.h: Include <features.h>.
2657         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2658         (TLS_IE): Likewise.
2659         (TLS_LD): Likewise.
2660         (TLS_GD): Likewise.
2661         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2662         define for GCC >= 5.0.
2664 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2666         * math/test-fenv.c (test_single_exception, set_single_exc,
2667         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2668         feexcp_mask_test, feenable_test, fe_single_test): Add
2669         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2670         case where they are not used.
2671         * math/libm-test.inc: Likewise.
2672         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2673         unused in the absence of FP rounding/exception support.
2674         * stdio-common/tst-printf-round.c: Likewise.
2675         * stdlib/tst-strtod-round.c: Likewise.
2676         * stdlib/tst-strtod-underflow.c: Likewise.
2678 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2680         [BZ #17723]
2681         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2682         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2683         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2684         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2685         libm_hidden_weak.
2686         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2687         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2688         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2689         libm_hidden_def.
2690         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2691         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2692         libm_hidden_weak.
2693         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2694         Likewise.
2695         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2696         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2697         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2698         libm_hidden_weak.
2699         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2700         libm_hidden_def.
2701         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2702         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2703         (__feraiseexcept): Likewise.
2704         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2705         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2706         libm_hidden_weak.
2707         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2708         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2709         libm_hidden_def.
2710         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2711         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2712         Use libm_hidden_def.
2713         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2714         libm_hidden_def.
2715         (feraiseexcept): Define as weak not strong alias.  Use
2716         libm_hidden_weak.
2717         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2718         New inline function.  Factored out of ...
2719         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2720         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2721         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2722         feraiseexcept.
2723         * math/w_acos.c (__acos): Likewise.
2724         * math/w_asin.c (__asin): Likewise.
2725         * math/w_ilogb.c (__ilogb): Likewise.
2726         * math/w_j0.c (y0): Likewise.
2727         * math/w_j1.c (y1): Likewise.
2728         * math/w_jn.c (yn): Likewise.
2729         * math/w_log.c (__log): Likewise.
2730         * math/w_log10.c (__log10): Likewise.
2731         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2732         * sysdeps/aarch64/fpu/math_private.h
2733         (libc_feupdateenv_test_aarch64): Likewise.
2734         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2735         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2736         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2737         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2738         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2739         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2740         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2741         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2742         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2743         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2745 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2747         [BZ #17732]
2748         * io/test-utime.c (main): Replace %ld with %jd and cast to
2749         intmax_t.
2750         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2751         * nptl/tst-mutex5.c: Include <stdint.h>.
2752         (do_test): Replace %ld with %jd and cast to intmax_t.
2753         * posix/tst-regex.c (run_test): Likewise.
2754         (run_test_backwards): Likewise.
2755         * rt/tst-clock.c: Include <stdint.h>.
2756         (clock_test): Replace %ld with %jd and cast to intmax_t.
2757         * rt/tst-cpuclock1.c: Include <stdint.h>.
2758         (do_test): Replace %lu with %ju and cast to uintmax_t.
2759         * rt/tst-cpuclock2.c: Include <stdint.h>.
2760         (do_test): Replace %lu with %ju and cast to uintmax_t.
2761         * rt/tst-mqueue1.c: Include <stdint.h>.
2762         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2763         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2764         intmax_t.
2765         * rt/tst-mqueue4.c (do_test): Likewise.
2766         * rt/tst-timer4.c: Include <stdint.h>.
2767         (check_ts): Replace %ld with %jd and cast to intmax_t.
2768         (do_test): Likewise.
2769         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2770         and cast to intmax_t.
2771         * sysdeps/pthread/tst-timer.c (main): Likewise.
2772         * time/clocktest.c (main): Likewise.
2773         * time/tst-posixtz.c (do_test): Likewise.
2774         * timezone/tst-timezone.c (main): Likewise.
2776 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2777             H.J. Lu  <hongjiu.lu@intel.com>
2779         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2780         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2781         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2782         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2783         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2784         version if bit_Fast_Unaligned_Load is set.
2785         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2786         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2787         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2788         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2789         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2790         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2791         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2792         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2793         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2794         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2795         to 4.
2796         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2797         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2798         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2799         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2801 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2803         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2804         instead of #if to avoid a Wundef warning.
2805         * stdlib/tst-limits.c (do_test): Likewise.
2807         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2808         parallel other exception macros.
2809         (fegetenv): Convert from macro to extern inline so that it applies
2810         retroactively to inline functions already seen by the compiler.
2811         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2813         * posix/Makefile (before-compile): Use $(objpfx) for
2814         posix-conf-vars-def.h.
2816 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2818         * posix/getconf.c (main): Use size_t for type of I.
2819         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2820         NSPEC.
2822         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2823         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2824         * posix/posix-envs.def: Likewise.
2825         * sysdeps/posix/sysconf.c: Likewise.
2826         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2827         (specs): Remove array.
2828         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2829         array.
2831         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2832         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2833         (__sysconf): Use CONF_IS_* macros.
2835         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2836         ($(objpfx)posix-conf-vars-def.h): New target.
2837         * posix/posix-conf-vars.list: New file.
2838         * posix/posix-conf-vars.h: New file.
2839         * posix/confstr.c: Include posix-conf-vars.h.
2840         (confstr): Use CONF_IS_* macros.
2841         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2842         CONF_IS_* macros.
2843         * scripts/gen-posix-conf-vars.awk: New file.
2845 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2847         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2848         fegetround): Add no-op macros to avoid linknamespace issues.
2850         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2851         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2853         * sysdeps/unix/sysv/linux/tile/sysdep.h
2854         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2855         assembly-specific section to avoid a redefinition warning.
2857         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2858         long before casting to pointer to avoid a cast warning.
2860 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2862         * sysdeps/tile/tilegx/Implies: New file.
2864 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2866         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2868 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2870         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2872 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2874         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2875         not define.
2876         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2877         <kernel-features.h>.
2878         (__utimes) [__NR_utimes]: Make code unconditional.
2879         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2880         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2881         (__ASSUME_UTIMES): Do not undefine.
2882         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2883         (__ASSUME_UTIMES): Likewise.
2884         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2885         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2886         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2887         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2889 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2891         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2893 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2895         [BZ #17747]
2896         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2897         alias to weak alias for j0l, y0l.
2898         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2899         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2901         [BZ #17746]
2902         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2903         conversion.
2905 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2907         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2908         to zero if not already defined.
2910 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2912         [BZ #17724]
2913         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2914         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2915         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2916         (char *) casts added.
2917         * sysdeps/ieee754/k_standardf.c: New file.
2918         * sysdeps/ieee754/k_standardl.c: Likewise.
2919         * math/Makefile (libm-support): Remove k_standard.
2920         (libm-calls): Add k_standard.
2922 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2924         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2925         Optimize to avoid an unnecessary FPCR read.
2927 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2929         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2930         Optimize to reduce FPCR/FPSR accesses.
2932 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2934         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2935         Call libc_fetestexcept_aarch64.
2937 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2939         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2940         Call libc_fesetround_aarch64.
2942 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2944         [BZ #17733]
2945         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2946         (__bind): Do not define as weak alias.
2947         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2948         define.
2949         (__getsockname): Do not define as weak alias.
2951 2014-12-22  Will Newton  <will.newton@linaro.org>
2953         * manual/install.texi: Document that we require bison 2.7
2954         or above.
2955         * INSTALL: Regenerate.
2956         * configure.ac: Use AC_CHECK_PROG_VER instead of
2957         AC_PATH_PROG when checking for bison and check for
2958         version 2.7 or above.
2959         * configure: Regenerate.
2961 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2963         [BZ #17745]
2964         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2965         * sysdeps/tile/ffsll.c (ffsll): To here.
2967         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2969 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2971         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2972         if not defined.
2973         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2974         definition.
2975         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2976         hidden ___tls_get_addr.
2977         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2978         hidden __tls_get_addr.
2979         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2980         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2981         Likewise.
2983 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2985         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2986         _dl_init call.
2988 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2990         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2991         from "call _dl_init@PLT".
2992         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2994 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2996         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2997         guarantees.
2999 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3001         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3003 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3005         [BZ #17744]
3006         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3007         strnlen.
3009 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3011         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3012         of multu on MIPSr6.
3013         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3014         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3015         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3016         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3017         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3019 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3021         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3022         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3023         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3024         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3025         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3026         mips32r6/mips64r6.
3027         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3029 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3031         * string/strncat.c (STRNCAT): Simplify implementation.
3033 2014-12-19  David S. Miller  <davem@davemloft.net>
3035         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3036         access the quad as both a long double and as a series of 4 words.
3038         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3039         link_map->l_info array access.
3041 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3043         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3045         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3046         * math/atest-exp2.c (TIMEOUT): Likewise.
3047         * math/atest-sincos.c (TIMEOUT): Likewise.
3049 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3051         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3052         -Wno-error with -fno-builtin-lround.
3054 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3056         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3057         Contains futex constants and functions moved over from ...
3058         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3059         <lowlevellock-futex.h>.
3060         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3061         (lll_timedwait_tid): Add comments and parentheses around macro
3062         arguments.
3064 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3066         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3067         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3068         (__lll_private_flag): Remove.
3069         (lll_futex_wait): Likewise.
3070         (lll_futex_timed_wait): Likewise.
3071         (lll_futex_wake): Likewise.
3072         (lll_futex_requeue): Likewise.
3073         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3074         (__lll_timedwait_tid): Spell out argument names.
3075         (lll_timedwait_tid): Add comments and parentheses around macro
3076         arguments.
3077         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3078         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3080 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3082         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3083         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3084         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3085         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3086         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3087         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3088         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3089         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3090         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3091         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3092         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3093         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3094         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3095         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3096         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3097         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3098         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3099         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3100         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3102 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3104         * sysdeps/x86_64/x32/Makefile: New file.
3106 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3108         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3109         1L with (mp_limb_t) 1.
3111 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3113         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3114         * nptl/libc_pthread_init.c: ... here.
3115         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3116         * nptl/register-atfork.c: ... here.
3118         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3119         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3120         Use assert_perror to check its return value.
3121         (__gai_create_helper_thread): Likewise.
3123         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3125         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3127 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3129         [BZ #17725]
3130         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3131         __profil_counter.
3132         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3133         Likewise.
3134         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3135         Likewise.
3136         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3137         Likewise.
3138         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3139         (profil_counter): Likewise.
3140         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3141         (profil_counter): Likewise.
3142         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3143         Likewise.
3144         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3145         Likewise.
3146         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3147         (profil_counter): Likewise.
3148         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3149         Likewise.
3150         [!__profil_counter] (profil_counter): Define as weak alias of
3151         __profil_counter.
3152         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3153         (profil_counter): Rename to __profil_counter.
3154         [!__profil_counter] (profil_counter): Define as weak alias of
3155         __profil_counter.
3156         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3157         (profil_counter): Rename to __profil_counter.
3158         [!__profil_counter] (profil_counter): Define as weak alias of
3159         __profil_counter.
3160         * sysdeps/posix/profil.c: Update comment referring to
3161         profil_counter.
3162         (__profil): Use __profil_counter instead of profil_counter.
3163         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3164         __profil_counter.  Use __profil_counter_ushort and
3165         __profil_counter_uint in definitions.
3166         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3167         instead of profil_counter_uint and profil_counter_ushort.
3169         [BZ #17722]
3170         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3171         define as weak alias of __inet_makeaddr.
3172         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3173         as weak alias of __inet_addr.
3174         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3175         as weak alias of __inet_pton.  Use libc_hidden_weak.
3176         * include/arpa/inet.h (__inet_pton): Declare.  Use
3177         libc_hidden_proto.
3178         (inet_makeaddr): Don't use libc_hidden_proto.
3179         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3180         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3181         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3182         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3183         Remove variable.
3184         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3185         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3187 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3189         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3191 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3193         * stdio-common/bug-vfprintf-nargs.c (do_test):
3194         Cast value to intptr_t to avoid format warning
3195         for usage with PRIdPTR printing macro.
3197 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3199         * libio/tst-widetext.c (do_test):
3200         Use format type %td instead of %Zd for ptrdiff_t
3201         in order to avoid format warning.
3203 2014-12-17  Andreas Schwab  <schwab@suse.de>
3205         * nscd/mem.c (gc): Add size_t cast to match printf format.
3207 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3209         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3210         (init): Apply PTR_MANGLE to pointers before storing them.
3211         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3212         before using them.
3214 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3216         [BZ #17719]
3217         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3218         define as weak alias of __memrchr.
3219         (__memrchr): Do not define as strong alias of memrchr.
3220         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3221         Remove variable.
3222         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3223         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3224         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3226         [BZ #17717]
3227         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3228         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3229         (if_indextoname): Rename to __if_indextoname and define as weak
3230         alias of __if_indextoname.  Use libc_hidden_weak.
3231         (if_freenameindex): Rename to __if_freenameindex and define as
3232         weak alias of __if_freenameindex.
3233         (if_nameindex): Rename to __if_nameindex and define as weak alias
3234         of __if_nameindex.
3235         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3236         __if_nametoindex and define as weak alias of __if_nametoindex.
3237         Use libc_hidden_weak.
3238         (if_freenameindex): Rename to __if_freenameindex and define as
3239         weak alias of __if_freenameindex.
3240         (if_nameindex): Rename to __if_nameindex and define as weak alias
3241         of __if_nameindex.
3242         (if_indextoname): Rename to __if_indextoname and define as weak
3243         alias of __if_indextoname.  Use libc_hidden_weak.
3244         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3245         __if_nametoindex and define as weak alias of __if_nametoindex.
3246         Use libc_hidden_weak.
3247         (if_freenameindex): Rename to __if_freenameindex and define as
3248         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3249         (if_nameindex_netlink): Use __if_freenameindex instead of
3250         if_freenameindex.
3251         (if_nameindex): Rename to __if_nameindex and define as weak alias
3252         of __if_nameindex.  Use libc_hidden_weak.
3253         (if_indextoname): Rename to __if_indextoname and define as weak
3254         alias of __if_indextoname.  Use libc_hidden_weak.
3255         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3256         libc_hidden_proto.
3257         [!_ISOMAC] (__if_freenameindex): Likewise.
3258         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3259         if_nametoindex.
3260         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3261         variable.
3262         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3263         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3264         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3265         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3266         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3267         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3268         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3270         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3271         Remove variable.
3272         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3273         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3275 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3277         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3278         subscript above bounds'
3280         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3281         bounds.
3283 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3285         * libio/tst-fopenloc.c: Use test-skeleton.c.
3287         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3288         (entry): Rename to ITEM.
3289         (do_test, comp): Adjust.
3291         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3293 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3295         * string/tester.c: Include <libc-internal.h>.
3296         (test_memset): Ignore -Wmemset-transposed-args.
3298 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3300         * misc/tst-mntent2.c (do_test): Fix warning.
3302 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3304         * elf/tst-unique4lib.cc(a): Mark as used.
3306 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3308         [BZ #17630]
3309         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3310         names.
3312 2014-12-16  Allan McRae  <allan@archlinux.org>
3314         * stdio-common/Makefile (tests): Re-add bug26.
3316 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3318         [BZ #17657]
3319         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3320         static array.
3322 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3324         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3325         (__lll_lock_wait): Likewise.
3326         (__lll_timedlock_wait): Likewise.
3327         (__lll_timedwait_tid): Likewise.
3328         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3329         (__lll_robust_timedlock_wait): Likewise.
3330         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3331         (lll_cond_trylock): Likewise.
3332         (__lll_lock): Likewise.
3333         (__lll_robust_lock): Likewise.
3334         (__lll_cond_lock): Likewise.
3335         (lll_robust_cond_lock): Likewise.
3336         (__lll_timedlock): Likewise.
3337         (__lll_robust_timedlock): Likewise.
3338         (__lll_unlock): Likewise.
3339         (__lll_robust_unlock): Likewise.
3340         (lll_wait_tid): Likewise.
3341         (lll_timedwait_tid): Likewise.
3343 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3345         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3347 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3349         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3351 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3353         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3354         * stdio-common/tst-sprintf.c: Likewise.
3356 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3358         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3360 2014-12-15  Jeff Law  <law@redhat.com>
3362         [BZ #16617]
3363         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3364         on the heap.  (CVE-2012-3406)
3365         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3366         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3367         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3369 2014-12-15  Will Newton  <will.newton@linaro.org>
3371         * manual/install.texi: Bump required version of texinfo
3372         to 4.7 from 4.5.
3373         * INSTALL: Regenerated.
3374         * configure.ac: Check for makeinfo version 4.7 and above.
3375         * configure: Regenerated.
3377 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3379         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3380         PREFIX, string constant to insert between directory and name.
3381         * sysdeps/posix/shm_open.c: Update caller.
3382         * sysdeps/posix/shm_unlink.c: Likewise.
3383         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3384         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3385         (SEM_SHM_PREFIX): New macro.
3386         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3387         [$(have-thread-library) = no].
3388         * nptl/Makefile (libpthread-routines): Add shm-directory.
3389         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3390         * sysdeps/nptl/shm-directory.h: New file.
3391         * sysdeps/posix/shm-directory.c
3392         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3393         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3394         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3395         INTERNAL_SYSCALL.
3396         (__where_is_shmfs): Function removed.
3397         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3398         Variables removed.
3399         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3400         Use SHM_GET_NAME.
3401         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3403         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3404         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3405         unconditional for use inside libpthread.
3406         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3408 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3410         * nptl/pthread_getaffinity.c: New file.
3411         * nptl/pthread_setaffinity.c: New file.
3412         * nptl/pthread_getname.c: New file.
3413         * nptl/pthread_setname.c: New file.
3415         * nptl/pthread_create.c (START_THREAD_DEFN)
3416         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3418 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3419             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3421         * resolv/res_send.c (send_vc): Disable warning resplen may
3422         be used uninitialized.
3424 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3426         * nptl/tst-mutex6.c
3427         (ATTR_NULL): New define checks ATTR against NULL.
3428         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3429         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3431 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3433         [BZ #17581]
3434         * malloc/hooks.c
3435         (mem2mem_check): Revert my previous change.
3436         (malloc_check_get_size): Revert my previous change.
3437         (mem2chunk_check): Revert my previous change.
3439 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3441         * sysdeps/posix/shm-directory.c: New file.
3442         * sysdeps/posix/shm-directory.h: New file.
3443         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3444         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3445         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3446         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3447         Transmute EPERM to EACCES.
3448         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3449         from ...
3450         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3451         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3453 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3455         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3456         pointer and cast to uintptr_t.
3457         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3458         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3459         Add cast to avoid warning.
3460         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3462 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3464         * nptl/semaphore.h: Move to ...
3465         * sysdeps/pthread/semaphore.h: ... here.
3466         * Makefile (installed-headers): Change nptl/semaphore.h to
3467         sysdeps/pthread/semaphore.h.
3469 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3471         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3472         generated error format strings.
3474         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3475         -Wformat-extra-args warnings for scanf formats.
3476         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3477         test of zero-length format (duh).
3478         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3479         corner-case scanf format test.
3480         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3481         generated fprintf format string.
3482         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3483         corner-case sprintf format tests.
3484         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3485         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3486         -Wformat-extra-args warnings throughout.
3487         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3488         (CFLAGS-scanf4.c): Likewise.
3489         (CFLAGS-scanf7.c): Likewise.
3490         (CFLAGS-tst-sprintf.c): Likewise.
3491         (CFLAGS-tst-printf.c): Likewise.
3492         (CFLAGS-tst-printfsz.c): Likewise.
3494 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3496         * include/cpio.h: New file.
3497         * include/fmtmsg.h: Likewise.
3499         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3500         corresponding format argument to size_t.
3501         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3502         arguments.
3503         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3504         corresponding format argument to size_t.
3505         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3506         arguments.
3507         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3508         corresponding format argument to size_t.
3509         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3510         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3511         (CFLAGS-tst-mbswcs2.c): Likewise.
3512         (CFLAGS-tst-mbswcs3.c): Likewise.
3513         (CFLAGS-tst-mbswcs4.c): Likewise.
3514         (CFLAGS-tst-mbswcs5.c): Likewise.
3515         (CFLAGS-tst-trans.c): Likewise
3517 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3519         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3520         rather than assuming they won't contain any '%'s.
3522 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3524         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3525         inhibit_loop_to_libcall to avoid recursive calls.
3526         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3527         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3529 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3531         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3532         prototype.
3534 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3536         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3537         integer value instead of boolean.
3539 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3541         * malloc/malloc.c: Fix powerof2 check.
3543 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3545         * locale/programs/locfile.h (maybe_swap_uint32):
3546         Remove inline and add unused attribute.
3548 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3550         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3551         Truncating assembler expression to a .long expression.
3553 2014-12-11  Andreas Schwab  <schwab@suse.de>
3555         * elf/rtld.c (struct map_args): Constify str member.
3556         (do_preload): Constify fname argument.
3558 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3560         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3561         constants definition.
3563 2014-12-11  Andreas Schwab  <schwab@suse.de>
3565         [BZ #16657]
3566         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3567         FORCE_ELISION instead of DO_ELISION.
3568         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3569         Remove.
3570         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3571         Likewise.
3573         * iconvdata/gconv-modules: Remove duplicate entry.
3575 2014-12-11  Will Newton  <will.newton@linaro.org>
3577         Merge gettext 0.19.3 into intl/.
3579         This involves a number of cosmetic changes to comments
3580         and ANSI function definitions and prototypes throughout
3581         all the files. The gettext copyright header is used but
3582         with the date ranges taken from the glibc copy.
3584         * NEWS: Add gettext merge to 2.21.
3585         * intl/bindtextdom.c: Switch to gettext copyright.
3586         Use ANSI definitions and prototypes.
3587         Use gl_* locking primitives rather than __libc_* ones.
3588         Use __builtin_expect rather than __glibc_likely/unlikely.
3589         * intl/dcgettext.c: Switch to gettext copyright.
3590         Use ANSI definitions and prototypes.
3591         * intl/dcigettext.c: Switch to gettext copyright.
3592         Use ANSI definitions and prototypes.
3593         (INTDIV0_RAISES_SIGFPE): New define.
3594         Use gl_* locking primitives rather than __libc_* ones.
3595         Include eval-plural.h instead of plural-eval.c.
3596         Use __builtin_expect rather than __glibc_likely/unlikely.
3597         * intl/dcngettext.c: Switch to gettext copyright.
3598         Use ANSI definitions and prototypes.
3599         * intl/dgettext.c: Likewise.
3600         * intl/dngettext.c: Likewise.
3601         * intl/plural-eval.c: Renamed to...
3602         * intl/eval-plural.h: ...this.
3603         * intl/explodename.c: Switch to gettext copyright.
3604         Use ANSI definitions and prototypes.
3605         (_nl_explode_name): Use strchr instead of __rawmemchr.
3606         * intl/finddomain.c: Switch to gettext copyright.
3607         Use ANSI definitions and prototypes.
3608         Use gl_* locking primitives rather than __libc_* ones.
3609         (_nl_find_domain): Use malloc rather than alloca for
3610         allocation of temporary locale name.
3611         * intl/gettext.c: Switch to gettext copyright.
3612         Use ANSI definitions and prototypes.
3613         * intl/gettextP.h: Switch to gettext copyright.
3614         Use ANSI definitions and prototypes.
3615         Use gl_* locking primitives rather than __libc_* ones.
3616         * intl/gmo.h: Switch to gettext copyright.
3617         (struct sysdep_string): Move struct segment_pair outside of
3618         struct definition.
3619         * intl/hash-string.c: Use ANSI definitions and prototypes.
3620         * intl/hash-string.h: Switch to gettext copyright.
3621         Use ANSI definitions and prototypes.
3622         * intl/l10nflist.c: Switch to gettext copyright.
3623         Use ANSI definitions and prototypes.
3624         (_nl_normalize_codeset): Avoid integer overflow.
3625         * intl/loadinfo.h: Switch to gettext copyright.
3626         Use ANSI definitions and prototypes.
3627         (LIBINTL_DLL_EXPORTED): New define.
3628         (PATH_SEPARATOR): New define.
3629         * intl/loadmsgcat.c: Switch to gettext copyright.
3630         * intl/localealias.c: Switch to gettext copyright.
3631         Use ANSI definitions and prototypes.
3632         (_nl_expand_alias): Use PATH_SEPARATOR.
3633         * intl/ngettext.c: Switch to gettext copyright.
3634         Use ANSI definitions and prototypes.
3635         * intl/plural-exp.c: Likewise.
3636         * intl/plural-exp.h: Switch to gettext copyright.
3637         Use ANSI definitions and prototypes.
3638         (struct expression): Move definition of enum operator outside
3639         of struct definition.
3640         * intl/plural.c: Regenerate.
3641         * intl/plural.y: Switch to gettext copyright.
3642         Use ANSI definitions and prototypes.
3643         Port to bison 3.0.
3644         * intl/textdomain.c: Switch to gettext copyright.
3645         Use ANSI definitions and prototypes.
3646         Use gl_* locking primitives rather than __libc_* ones.
3648 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3650         * debug/warning-nop.c: Add used atrribute.
3652 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3654         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3656         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3657         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3658         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3660 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3661             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3663         [BZ #17634]
3664         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3665         Undefine after defining function.  Define as weak alias of
3666         __wcschr.  Use libc_hidden_weak.
3667         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3668         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3669         (libc_hidden_def): Also define __GI___wcschr alias.
3670         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3671         __wcschr and define as weak alias of __wcschr.
3672         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3673         __wcschr.
3674         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3675         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3676         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3677         libc_hidden_weak.  Do not use libc_hidden_def.
3678         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3679         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3680         __GI___wcschr alias.
3681         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3682         [IS_IN (libc)] (wcschr): Define as macro expanding to
3683         __redirect_wcschr.
3684         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3685         [IS_IN (libc)] (__wcschr_power6): Likewise.
3686         [IS_IN (libc)] (__wcschr_power7): Likewise.
3687         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3688         instead of wcschr.
3689         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3690         __libc_wcschr.
3691         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3692         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3693         __wcschr and define as weak alias of __wcschr.  Use
3694         libc_hidden_builtin_def.
3695         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3696         as weak alias of __wcschr.  Use libc_hidden_weak.
3697         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3698         wcschr.
3699         * time/era.c (_nl_init_era_entries): Likewise.
3700         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3701         variable.
3702         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3703         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3705 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3707         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3708         format for long int variable.
3710 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3712         [BZ #10672]
3713         * manual/search.texi: (Array Sort Function): Remove claim how to make
3714         qsort stable.
3716 2014-12-10  Andreas Schwab  <schwab@suse.de>
3718         [BZ #12847]
3719         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3720         user-controlled locks.
3722 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3724         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3725         register.
3727 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3729         * configure.ac (--disable-werror): New configure option.
3730         (enable_werror): New AC_SUBST.
3731         * configure: Regenerated.
3732         * config.make.in (enable-werror): New variable.
3733         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3734         -Wno-error=undef.
3735         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3736         * manual/install.texi (Configuring and compiling): Document
3737         --disable-werror.
3738         * INSTALL: Regenerated.
3739         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3740         (CFLAGS-tst-chk2.c): Likewise.
3741         (CFLAGS-tst-chk3.c): Likewise.
3742         (CFLAGS-tst-chk4.cc): Likewise.
3743         (CFLAGS-tst-chk5.cc): Likewise.
3744         (CFLAGS-tst-chk6.cc): Likewise.
3745         (CFLAGS-tst-lfschk1.c): Likewise.
3746         (CFLAGS-tst-lfschk2.c): Likewise.
3747         (CFLAGS-tst-lfschk3.c): Likewise.
3748         (CFLAGS-tst-lfschk4.cc): Likewise.
3749         (CFLAGS-tst-lfschk5.cc): Likewise.
3750         (CFLAGS-tst-lfschk6.cc): Likewise.
3752         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3753         (main): Disable -Wdeprecated-declarations around calls to
3754         register_printf_function.
3756         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3757         (do_test): Disable -Wdiv-by-zero around some calls to
3758         fwrite_unlocked and fread_unlocked.
3760         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3761         (DIAG_POP_NEEDS_COMMENT): Likewise.
3762         (_DIAG_STR1): Likewise.
3763         (_DIAG_STR): Likewise.
3764         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3765         * stdio-common/bug21.c: Include <libc-internal.h>.
3766         (do_test): Disable -Wformat around call to sscanf.
3767         * stdio-common/scanf14.c: Include <libc-internal.h>.
3768         (main): Disable -Wformat around some calls to scanf functions.
3770 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3772         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3774 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3776         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3777         stack variable alignment.
3779 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3781         [BZ #17682]
3782         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3783         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3784         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3785         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3786         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3787         __getrlimit instead of getrlimit.
3788         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3789         __gettimeofday instead of gettimeofday.
3790         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3791         Likewise.
3792         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3793         Likewise.
3794         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3795         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3796         Remove variable.
3797         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3798         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3800 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3802         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3803         for wide-character tests.
3805 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3807         * io/openat64.c: #include <libc-internal.h>
3808         (__openat64): Prototypify.  Use ignore_value on MODE.
3809         * io/openat.c: Likewise.
3810         * misc/reboot.c: #include <libc-internal.h>
3811         (reboot): Prototypify.  Use ignore_value on HOWTO.
3812         * misc/ptrace.c: #include <libc-internal.h>
3813         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3815 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3817         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3818         XPG4, UNIX98 and XOPEN2K.
3819         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3820         Remove variable.
3821         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3823 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3825         * libio/fileops.c: Use ISO C style for function definitions.
3826         * libio/iofopen.c: Likewise.
3827         * libio/wfileops.c: Likewise.
3829         [BZ #17653]
3830         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3831         offset on EOF.
3832         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3833         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3834         (fgets_func): Function pointer to fgets and fgetws.
3835         (do_ftell_test): Add test to verify ftell value after read
3836         EOF.
3837         (do_test): Set fgets_func.
3839         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3840         O_TRUNC flag for w and w+ modes.
3841         (do_rewind_test): Likewise.
3842         (do_ftell_test): Likewise.
3843         (do_write_test): Likewise.
3845         [BZ #17647]
3846         * libio/fileops.c (do_ftell): Seek only when there are
3847         unflushed writes.
3848         * libio/wfileops.c (do_ftell_wide): Likewise.
3849         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3850         test case.
3851         (do_one_test): Call it.
3853 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3855         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3856         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3857         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3858         Remove variable.
3859         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3860         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3861         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3863 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3865         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3866         Remove variable.
3867         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3869         [BZ #17668]
3870         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3871         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3872         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3873         __freeifaddrs.  Use libc_hidden_weak.
3874         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3875         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3876         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3877         __freeifaddrs.  Use libc_hidden_weak.
3878         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3879         __getifaddrs and define as weak alias of __getifaddrs.  Use
3880         libc_hidden_weak.
3881         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3882         __freeifaddrs.  Use libc_hidden_weak.
3883         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3884         Remove variable.
3885         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3886         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3888 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3890         [BZ #17601]
3891         * sysdeps/mips/start.S (__start): Use indirect jump to call
3892         __libc_start_main.
3894 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3896         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3898         * nptl/tst-mutex1.c: Include <stdbool.h>.
3899         [!ATTR] (ATTR_NULL): New macro.
3900         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3901         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3902         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3904         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3905         to char *.
3907         [BZ #17665]
3908         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3909         Change conditional to [__USE_MISC].
3911         [BZ #17664]
3912         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3913         fgets_unlocked.
3914         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3915         __fgets_unlocked.
3916         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3917         fgets_unlocked.
3918         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3919         Remove variable.
3920         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3921         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3922         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3923         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3924         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3925         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3926         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3927         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3928         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3930         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3932 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3934         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3935         Remove strpbrk objects.
3936         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3937         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3938         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3939         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3940         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3941         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3943         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3944         Remove strcspn objects.
3945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3946         (__libc_ifunc_impl_list): Remove strcspn implementation.
3947         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3948         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3949         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3950         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3952         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3953         Remove strspn objetcs.
3954         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3955         (__libc_ifunc_impl_list): Remove strspn implementation.
3956         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3957         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3958         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3959         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3961 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3963         [BZ #17581]
3964         * malloc/hooks.c
3965         (mem2mem_check): Add a terminator to the chain of checking blocks.
3966         (malloc_check_get_size): Use it here.
3967         (mem2chunk_check): Ditto.
3969 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3971         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3972         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3974 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3976         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3978         * nptl/nptl-init.c: Include libc-internal.h.
3979         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3981         * elf/ldconfig.c (search_dir): Expand comment.
3983 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3985         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3986         variable.
3987         (linknamespace-symlist-stdlibs-tests): Likewise.
3988         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3989         instead of $(objpfx)symlist-stdlibs.
3990         (linknamespace-libs-isoc): New variable.
3991         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3992         (linknamespace-libs-ISO): New variable.
3993         (linknamespace-libs-ISO99): Likewise.
3994         (linknamespace-libs-ISO11): Likewise.
3995         (linknamespace-libs-XPG3): Likewise.
3996         (linknamespace-libs-XPG4): Likewise.
3997         (linknamespace-libs-POSIX): Likewise.
3998         (linknamespace-libs-UNIX98): Likewise.
3999         (linknamespace-libs-XOPEN2K): Likewise.
4000         (linknamespace-libs-POSIX2008): Likewise.
4001         (linknamespace-libs-XOPEN2K8): Likewise.
4002         ($(objpfx)symlist-stdlibs): Replace by
4003         $(linknamespace-symlist-stdlibs-tests).  Use
4004         $(linknamespace-libs-$*) as set of libraries.
4005         ($(linknamespace-header-tests)): Update dependencies.  Use
4006         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4007         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4008         * conform/linknamespace.pl: Remove comment about considering
4009         definitions of symbols from irrelevant libraries.
4011 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4013         [BZ #13862]
4014         * elf/dl-tls.c: Include <atomic.h>.
4015         (oom): Remove #ifdef SHARED/#endif.
4016         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4017         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4018         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4019         big enough.
4020         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4021         * nptl/Makefile (tests): Add tst-stack4.
4022         (modules-names): Add tst-stack4mod.
4023         ($(objpfx)tst-stack4): New.
4024         (tst-stack4mod.sos): Likewise.
4025         ($(objpfx)tst-stack4.out): Likewise.
4026         ($(tst-stack4mod.sos)): Likewise.
4027         (clean): Likewise.
4028         * nptl/tst-stack4.c: New file.
4029         * nptl/tst-stack4mod.c: Likewise.
4031 2014-11-27  J. Brown  <jb999@gmx.de>
4033         * sysdeps/x86/bits/string.h: Add recent CPUs.
4035 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4037         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4038         sigblock.
4040         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4041         feof.
4043         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4044         variable.
4046 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4048         * nscd/connections.c: Include libc-internal.h because of macro
4049         usage ignore_value.
4051 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4053         * string/bits/string3.h (__warn_memset_zero_len): Don't
4054         declare for gcc newer than 5.0.
4055         (memset): Don't test for zero-length __LEN for gcc newer than
4056         5.0.
4058 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4060         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4061         size_t for %zu format.
4063         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4064         difference, not %ju.
4066 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4068         * include/libc-internal.h (ignore_value): New macro.
4069         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4070         with ignore_value.
4072         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4073         definition.
4075         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4076         pthread_cleanup_push to void *.
4078         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4079         Undefine.
4081         [BZ #16619]
4082         [BZ #16740]
4083         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4084         instead of 1L << 52.
4086         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4087         * libio/bug-rewind2.c (do_test): Likewise.
4089         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4090         * debug/test-strcpy_chk-ifunc.c: Likewise.
4091         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4092         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4093         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4094         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4095         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4096         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4097         * Rules [$(multi-arch) = no] (tests): Do not filter out
4098         $(tests-ifunc).
4099         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4100         * debug/Makefile (tests-ifunc): Remove variable.
4101         (tests): Do not add $(tests-ifunc).
4102         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4103         (tests): Do not add $(tests-ifunc).
4104         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4105         [TEST_IFUNC]: Remove conditionals.
4106         * string/test-string.h (TEST_IFUNC): Remove macro.
4107         [TEST_IFUNC]: Remove conditionals.
4109         * string/test-strchr.c [!WIDE] (L): New macro.
4110         [WIDE] (L): Likewise.
4111         (check1): Use CHAR instead of char.  Use L on string and character
4112         constants.
4114 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4116         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4117         tests.
4118         * sysdeps/powerpc/bits/atomic.h
4119         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4120         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4121         (atomic_exchange_and_add_acq): Likewise.
4122         (atomic_exchange_and_add_rel): Likewise.
4123         * sysdeps/powerpc/powerpc32/bits/atomic.h
4124         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4125         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4126         * sysdeps/powerpc/powerpc64/bits/atomic.h
4127         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4128         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4130 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4132         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4133         Change synchronization of __sched_fifo_min_prio and
4134         __sched_fifo_max_prio.
4135         * nptl/pthread_mutexattr_getprioceiling.c
4136         (pthread_mutexattr_getprioceiling): Likewise.
4137         * nptl/pthread_mutexattr_setprioceiling.c
4138         (pthread_mutexattr_setprioceiling): Likewise.
4139         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4140         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4141         Likewise.
4143 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4145         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4146         void.
4148 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4150         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4151         third argument const.
4153 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4155         fnmatch: work around GCC compiler warning bug with uninit var
4156         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4157         This works around a bug with x86-64 GCC 4.9.2 and earlier
4158         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4159         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4160         used uninitialized in this function [-Wmaybe-uninitialized]".
4162 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4164         * posix/bug-regex31.c (main): Return RES not 0.
4166 2014-11-25  Anton Blanchard <anton@samba.org>
4168         * sysdeps/powerpc/bits/atomic.h
4169         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4171 2014-11-24  Sterling Augustine  <saugustine@google.com>
4173         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4175 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4177         [BZ #17608]
4178         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4180 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4182         [BZ #17633]
4183         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4184         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4185         variable.
4186         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4187         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4189 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4191         * string/strncpy.c (strncpy): Improve performance by using memset.
4193 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4195         * string/strcpy.c (strcpy):
4196         Improve performance by using strlen and memcpy.
4198 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4200         * string/strcoll_l.c (get_next_seq): __always_inline.
4201         * string/strcoll_l.c (do_compare): __always_inline.
4203 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4205         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4206         defined.
4207         * include/mqueue.h: Likewise.
4208         * include/stdlib.h: Likewise.
4210         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4211         (get_null_defines): Adjust.
4212         * sunrpc/Makefile: Adjust comment.
4213         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4214         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4215         (CFLAGS-interp.c): Likewise.
4216         (CFLAGS-ldconfig.c): Likewise.
4217         (CPPFLAGS-.os): Likewise.
4218         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4219         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4220         * extra-modules.mk (extra-modules.mk): Likewise.
4221         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4222         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4223         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4224         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4225         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4226         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4227         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4228         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4229         * iconvdata/Makefile (CPPFLAGS): Likewise.
4230         (cpp-srcs-left): Add libof for all iconvdata routines.
4231         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4232         * include/assert.h: Likewise.
4233         * include/ctype.h: Likewise.
4234         * include/errno.h: Likewise.
4235         * include/libc-symbols.h: Likewise.
4236         * include/math.h: Likewise.
4237         * include/netdb.h: Likewise.
4238         * include/resolv.h: Likewise.
4239         * include/stdio.h: Likewise.
4240         * include/stdlib.h: Likewise.
4241         * include/string.h: Likewise.
4242         * include/sys/stat.h: Likewise.
4243         * include/wctype.h: Likewise.
4244         * intl/l10nflist.c: Likewise.
4245         * libidn/idn-stub.c: Likewise.
4246         * libio/libioP.h: Likewise.
4247         * nptl/libc_multiple_threads.c: Likewise.
4248         * nptl/pthreadP.h: Likewise.
4249         * posix/regex_internal.h: Likewise.
4250         * resolv/res_hconf.c: Likewise.
4251         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4252         * sysdeps/arm/memmove.S: Likewise.
4253         * sysdeps/arm/sysdep.h: Likewise.
4254         * sysdeps/generic/_itoa.h: Likewise.
4255         * sysdeps/generic/symbol-hacks.h: Likewise.
4256         * sysdeps/gnu/errlist.awk: Likewise.
4257         * sysdeps/gnu/errlist.c: Likewise.
4258         * sysdeps/i386/i586/memcpy.S: Likewise.
4259         * sysdeps/i386/i586/memset.S: Likewise.
4260         * sysdeps/i386/i686/memcpy.S: Likewise.
4261         * sysdeps/i386/i686/memmove.S: Likewise.
4262         * sysdeps/i386/i686/mempcpy.S: Likewise.
4263         * sysdeps/i386/i686/memset.S: Likewise.
4264         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4265         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4266         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4267         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4268         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4269         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4270         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4271         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4272         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4273         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4274         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4275         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4276         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4277         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4278         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4279         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4280         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4281         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4282         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4283         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4284         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4285         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4286         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4287         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4288         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4289         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4290         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4291         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4292         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4293         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4294         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4295         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4296         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4297         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4298         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4299         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4300         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4301         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4302         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4303         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4304         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4305         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4306         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4307         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4308         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4309         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4310         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4311         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4312         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4313         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4314         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4315         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4316         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4317         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4318         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4319         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4320         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4321         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4322         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4323         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4324         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4325         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4326         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4327         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4328         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4329         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4330         * sysdeps/posix/closedir.c: Likewise.
4331         * sysdeps/posix/opendir.c: Likewise.
4332         * sysdeps/posix/readdir.c: Likewise.
4333         * sysdeps/posix/rewinddir.c: Likewise.
4334         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4335         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4336         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4337         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4338         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4339         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4340         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4341         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4342         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4343         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4344         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4345         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4346         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4347         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4348         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4349         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4350         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4351         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4352         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4353         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4354         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4355         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4356         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4357         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4358         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4359         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4360         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4361         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4362         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4363         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4364         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4365         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4366         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4367         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4368         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4369         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4370         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4371         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4372         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4373         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4374         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4375         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4376         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4377         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4378         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4379         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4380         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4381         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4382         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4383         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4384         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4385         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4386         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4387         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4388         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4389         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4390         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4391         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4392         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4393         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4394         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4395         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4396         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4397         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4398         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4399         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4400         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4401         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4402         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4403         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4404         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4405         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4406         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4407         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4408         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4409         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4410         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4411         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4412         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4413         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4414         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4415         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4416         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4417         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4418         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4419         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4420         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4421         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4422         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4423         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4424         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4425         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4426         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4427         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4428         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4429         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4430         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4431         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4432         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4433         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4434         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4435         * sysdeps/unix/alpha/sysdep.S: Likewise.
4436         * sysdeps/unix/alpha/sysdep.h: Likewise.
4437         * sysdeps/unix/make-syscalls.sh: Likewise.
4438         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4439         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4440         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4441         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4442         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4443         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4444         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4445         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4446         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4447         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4448         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4449         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4450         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4451         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4452         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4453         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4454         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4455         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4456         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4457         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4458         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4459         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4460         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4461         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4462         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4463         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4464         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4467         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4468         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4469         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4470         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4471         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4472         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4473         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4474         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4475         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4476         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4477         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4478         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4479         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4480         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4481         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4482         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4483         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4484         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4485         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4486         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4487         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4488         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4489         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4490         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4491         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4492         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4493         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4494         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4495         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4496         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4497         * sysdeps/x86_64/memcpy.S: Likewise.
4498         * sysdeps/x86_64/memmove.c: Likewise.
4499         * sysdeps/x86_64/memset.S: Likewise.
4500         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4501         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4502         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4503         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4504         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4505         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4506         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4507         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4508         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4509         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4510         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4511         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4512         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4513         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4514         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4515         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4516         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4517         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4518         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4519         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4520         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4521         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4522         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4523         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4524         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4525         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4526         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4527         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4528         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4529         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4530         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4531         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4532         * sysdeps/x86_64/strcmp.S: Likewise.
4534         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4536         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4537         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4538         * elf/rtld-Rules: Likewise.
4539         * elf/setup-vdso.h: Likewise.
4540         * include/assert.h: Likewise.
4541         * include/bits/stdlib-float.h: Likewise.
4542         * include/errno.h: Likewise.
4543         * include/sys/stat.h: Likewise.
4544         * include/unistd.h: Likewise.
4545         * sysdeps/aarch64/setjmp.S: Likewise.
4546         * sysdeps/alpha/setjmp.S: Likewise.
4547         * sysdeps/arm/__longjmp.S: Likewise.
4548         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4549         * sysdeps/arm/setjmp.S: Likewise.
4550         * sysdeps/arm/sysdep.h: Likewise.
4551         * sysdeps/generic/_itoa.h: Likewise.
4552         * sysdeps/generic/dl-sysdep.h: Likewise.
4553         * sysdeps/generic/ldsodefs.h: Likewise.
4554         * sysdeps/i386/dl-tls.h: Likewise.
4555         * sysdeps/i386/setjmp.S: Likewise.
4556         * sysdeps/m68k/setjmp.c: Likewise.
4557         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4558         * sysdeps/mach/hurd/opendir.c: Likewise.
4559         * sysdeps/posix/getcwd.c: Likewise.
4560         * sysdeps/posix/opendir.c: Likewise.
4561         * sysdeps/posix/profil.c: Likewise.
4562         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4563         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4564         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4565         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4566         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4567         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4568         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4569         * sysdeps/s390/dl-tls.h: Likewise.
4570         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4571         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4572         * sysdeps/sh/sh3/setjmp.S: Likewise.
4573         * sysdeps/sh/sh4/setjmp.S: Likewise.
4574         * sysdeps/unix/alpha/sysdep.h: Likewise.
4575         * sysdeps/unix/arm/sysdep.S: Likewise.
4576         * sysdeps/unix/i386/sysdep.S: Likewise.
4577         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4578         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4579         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4580         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4581         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4582         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4583         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4584         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4585         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4586         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4587         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4588         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4589         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4592         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4593         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4594         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4595         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4596         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4597         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4598         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4599         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4600         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4601         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4602         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4603         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4604         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4605         * sysdeps/x86_64/setjmp.S: Likewise.
4607         * include/math.h: Use IS_IN instead of IS_IN_libm.
4608         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4609         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4610         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4611         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4612         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4613         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4614         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4615         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4616         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4617         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4618         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4619         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4620         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4621         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4622         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4623         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4624         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4625         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4626         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4627         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4628         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4629         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4630         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4631         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4632         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4633         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4634         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4635         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4636         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4637         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4638         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4639         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4640         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4642         Likewise.
4643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4644         Likewise.
4645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4646         Likewise.
4647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4648         Likewise.
4649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4650         Likewise.
4651         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4652         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4653         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4654         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4655         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4656         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4657         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4659         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4660         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4662         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4663         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4664         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4665         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4666         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4667         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4668         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4669         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4670         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4671         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4672         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4673         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4674         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4675         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4676         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4677         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4679         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4680         * nptl/pthreadP.h: Likewise.
4681         * nptl_db/structs.def: Likewise.
4682         * sysdeps/arm/sysdep.h: Likewise.
4683         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4684         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4685         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4686         * sysdeps/unix/alpha/sysdep.h: Likewise.
4687         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4688         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4689         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4690         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4691         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4692         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4693         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4694         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4695         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4696         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4697         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4698         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4699         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4700         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4703         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4704         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4705         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4706         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4707         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4708         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4709         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4710         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4711         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4712         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4714         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4715         * nptl/pthreadP.h: Likewise.
4716         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4717         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4718         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4719         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4720         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4721         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4722         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4723         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4724         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4725         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4726         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4727         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4729         Likewise.
4730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4731         Likewise.
4732         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4733         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4734         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4735         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4736         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4737         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4738         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4739         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4741         * dlfcn/dladdr.c: Use IS_IN.
4742         * dlfcn/dladdr1.c: Likewise.
4743         * dlfcn/dlclose.c: Likewise.
4744         * dlfcn/dlerror.c: Likewise.
4745         * dlfcn/dlinfo.c: Likewise.
4746         * dlfcn/dlmopen.c: Likewise.
4747         * dlfcn/dlopen.c: Likewise.
4748         * dlfcn/dlsym.c: Likewise.
4749         * dlfcn/dlvsym.c: Likewise.
4751         * include/ifaddrs.h: Use IS_IN.
4752         * inet/check_pf.c: Likewise.
4753         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4754         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4756         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4757         IS_IN_ldconfig.
4758         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4759         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4761         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4762         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4763         IS_IN (libc).
4765         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4767         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4768         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4769         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4770         * include/libc-symbols.h (IS_IN_LIB): New macro.
4771         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4772         * include/netdb.h: Likewise.
4773         * include/stap-probe.h: Remove all uses of IN_LIB.
4775         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4776         instead of IN_MODULE.
4777         * include/libc-symbols.h (IN_MODULE): Define using
4778         MODULE_NAME.
4779         (PASTE_NAME, PASTE_NAME1): New macros.
4780         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4781         of IN_LIB.
4782         (STAP_PROBE_ASM): Likewise.
4784 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4786         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4787         __mach_init in dlopened libc.
4789 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4791         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4792         * sysdeps/arm/preconfigure: Regenerate.
4794 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4796         * nptl/pthread_create.c (__pthread_create_2_1): Set
4797         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4798         when copying values from IATTR into PD.
4800 2014-11-21  Will Newton  <will.newton@linaro.org>
4801             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4803         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4804         Refactor inline-asm.  Also add comment.
4806         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4807         ElfW macro instead of hardcoded Elf64 types.
4808         (la_aarch64_gnu_pltenter): Likewise.
4809         * sysdeps/aarch64/dl-machine.h
4810         (elf_machine_runtime_setup): Use ElfW(Addr).
4812         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4813         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4814         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4815         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4816         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4817         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4818         (R_AARCH64_TLS_DTPMOD): This.
4819         (R_AARCH64_TLS_DTPREL64): Rename to ...
4820         (R_AARCH64_TLS_DTPREL): This.
4821         (R_AARCH64_TLS_TPREL64): Rename to ...
4822         (R_AARCH64_TLS_TPREL): This.
4823         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4824         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4825         R_AARCH64_TLS_TPREL64.
4826         (elf_machine_rela): Likewise.
4828 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4830         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4831         by setting it to 0.  64b atomics are not supported currently.
4833 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4835         [BZ #16469]
4836         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4837         search domain names.
4839 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4841         [BZ #16469]
4842         * NEWS: Update.
4843         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4844         trailing dot.
4845         * posix/tst-getaddrinfo5.c: New.
4846         * posix/Makefile (tests): Add it.
4848 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4850         [BZ #14498]
4851         * NEWS: Fixed.
4852         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4853         after parsing line but before break_if_match.
4854         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4855         if there is a protocol mismatch.
4857 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4859         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4860         because the potential race is on the user-supplied stream.
4862 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4864         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4865         string literal if not passed a buffer.
4866         * manual/job.texi (ctermid): Update reasoning, note deviation
4867         from posix, suggest mtasurace when not passed a buffer, for
4868         future non-preliminary safety notes.
4870 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4872         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4873         of not passing it a buffer.
4874         Reported by Peng Haitao.
4876 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4878         * manual/Makefile ($(objpfx)stamp-summary): Require
4879         check-safety.sh to pass.
4880         * manual/check-safety.sh: Wish for verification that every
4881         @deftypefn and @deftypefun is followed by a @safety remark.
4883 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4885         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4887         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4888         PTHREAD_CANCEL_ASYNCHRONOUS.
4889         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4890         send SIGCANCEL.
4892         * nptl/default-sched.h: New file.
4893         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4894         * nptl/pthread_create.c: Include it.
4895         (__pthread_create_2_1): Use collect_default_sched instead of making
4896         Linux syscalls here directly.
4898 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4900         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4901         __pthread_once): Use C11 atomics.
4903 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4905         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4907 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4909         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4910         atomic_thread_fence_acquire, atomic_thread_fence_release,
4911         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4912         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4913         atomic_compare_exchange_weak_relaxed,
4914         atomic_compare_exchange_weak_acquire,
4915         atomic_compare_exchange_weak_release,
4916         atomic_exchange_acquire, atomic_exchange_release,
4917         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4918         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4919         atomic_fetch_and_acquire,
4920         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4922 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4924         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4925         USE_ATOMIC_COMPILER_BUILTINS): Define.
4926         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4927         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4928         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4929         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4930         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4931         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4932         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4933         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4934         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4935         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4936         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4937         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4938         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4939         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4940         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4941         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4942         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4943         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4944         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4945         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4946         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4947         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4948         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4949         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4950         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4951         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4952         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4953         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4954         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4955         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4956         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4957         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4958         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4959         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4960         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4961         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4962         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4963         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4964         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4965         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4967 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4969         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4970         the sched_priority value here.  It was already checked when the user
4971         called pthread_attr_setschedparam.
4973         * nptl/tst-bad-schedattr.c: New file.
4974         * nptl/Makefile (tests): Add it.
4976 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4977             Florian Weimer  <fweimer@redhat.com>
4978             Joseph Myers  <joseph@codesourcery.com>
4979             Adam Conrad  <adconrad@0c3.net>
4980             Andreas Schwab  <schwab@suse.de>
4981             Brooks  <bmoses@google.com>
4983         [BZ #17625]
4984         * wordexp-test.c (__dso_handle): Add prototype.
4985         (__register_atfork): Likewise.
4986         (__app_register_atfork): New function.
4987         (registered_forks): New global.
4988         (register_fork): New function.
4989         (test_case): Add 3 new tests for WRDE_CMDSUB.
4990         (main): Call __app_register_atfork.
4991         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4992         fork count is non-zero fail the test.
4993         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4994         is set.
4995         (parse_dollars): Remove check for WRDE_NOCMD.
4996         (parse_dquote): Likewise.
4998 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5000         * Makeconfig (built-modules): List non-library modules to be
5001         built.
5002         (module-cppflags): Include libc-modules.h for
5003         everything except shlib-versions.v.i.
5004         (CPPFLAGS): Use it.
5005         (before-compile): Add libc-modules.h.
5006         ($(common-objpfx)libc-modules.h,
5007         $(common-objpfx)libc-modules.stmp): New targets.
5008         (common-generated): Add libc-modules.h and libc-modules.stmp.
5009         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5010         * include/libc-symbols.h: Don't include libc-modules.h.
5011         * include/libc-modules.h: Remove file.
5012         * scripts/gen-libc-modules.awk: New script to generate
5013         libc-modules.h.
5014         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5015         Depend on libc-modules.stmp.
5017         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5019         * Makeconfig (in-module): Get value of libof set for the
5020         translation unit.
5021         (CPPFLAGS): Use $(in-module).
5022         * Makerules: Don't suffix routine names for nonlib.
5023         * include/libc-modules.h: New file.
5024         * include/libc-symbols.h: Include libc-modules.h
5025         (IS_IN): New macro to replace IS_IN_* macros.
5026         * elf/Makefile: Set libof-* for each routine.
5027         * elf/rtld-Rules: Likewise.
5028         * extra-modules.mk: Likewise.
5029         * iconv/Makefile: Likewise.
5030         * iconvdata/Makefile: Likewise.
5031         * locale/Makefile: Likewise.
5032         * malloc/Makefile: Likewise.
5033         * nss/Makefile: Likewise.
5034         * sysdeps/gnu/Makefile: Likewise.
5035         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5036         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5037         * sysdeps/s390/s390-64/Makefile: Likewise.
5038         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5039         CPPFLAGS for nscd instead of nonlib.
5041 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5043         * nptl/createthread.c: New file.
5045         * nptl/createthread.c: Moved ...
5046         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5048         * nptl/createthread.c: Add proper top-line comment.
5049         (do_clone): Folded into ...
5050         (create_thread): ... here.  Take new arguments STOPPED_START and
5051         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5052         increment __nptl_threads, do event-reporting logic, do
5053         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5054         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5055         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5056         just send SIGCANCEL.
5057         * nptl/pthread_create.c: Forward-declare create_thread before
5058         including createthread.c.
5059         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5060         declaration, and new macro START_THREAD_SELF to replace argument.
5061         Remove return statement.
5062         (report_thread_creation): New function.
5063         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5064         synchronization logic, and __nptl_nthreads increment here, around
5065         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5066         PD->parent_cancelhandling here, before create_thread.  When
5067         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5068         __deallocate_stack, and ENOMEM translation here.
5070 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5072         [BZ #17616]
5073         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5074         (mptwo): Rename to __mptwo.
5075         (__inv): Use __mptwo instead of mptwo.
5076         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5077         (mptwo): Rename to __mptwo.
5078         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5079         of mpone and __mptwo instead of mptwo.
5080         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5081         instead of mpone.
5082         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5083         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5084         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5085         of mpone and __mptwo instead of mptwo.
5086         (__mpranred): Use __mpone instead of mpone.
5087         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5088         variable.
5089         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5090         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5091         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5092         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5093         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5094         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5095         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5096         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5097         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5098         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5099         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5100         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5101         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5102         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5103         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5104         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5105         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5106         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5107         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5109 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5111         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5112         replace BSD Handler xref with BSD Signal Handling.
5114 2014-11-17  Richard Henderson  <rth@redhat.com>
5116         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5117         (_FP_PACK_RAW_2): Remove.
5118         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5119         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5120         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5121         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5122         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5123         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5124         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5125         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5126         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5127         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5128         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5129         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5130         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5131         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5132         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5133         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5135 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5137         * signal/signal.h [__USE_MISC]
5138         (struct sigvec): Remove type.
5139         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5140         (sigvec): Remove declaration.
5141         * sysdeps/posix/sigvec.c: Moved ...
5142         * signal/sigvec.c: ... here, replacing old file.
5143         (struct sigvec): New type, copied from old signal.h definition.
5144         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5145         (__sigvec): Convert definition to prototype.
5146         (sigvec): Replace weak_alias with compat_symbol.
5147         * signal/Versions (libc: GLIBC_2.21): New version set.
5148         * include/signal.h: Remove __sigvec declaration.
5149         * sysdeps/unix/bsd/sigvec.c: Remove file.
5150         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5151         * manual/signal.texi (BSD Handler): Remove subsection.
5152         Move siginterrupt up to ...
5153         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5154         (Blocking in BSD): Fold subsection into its parent.
5155         * NEWS: Mention sigvec removal.
5157 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5159         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5160         (DLA_FMS): Make definition conditional only on [__FMA4__].
5161         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5162         definition.
5164         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5165         Make definition conditional only on [PROF].
5166         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5167         definition.
5168         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5169         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5171         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5172         !__GNUC__].
5173         * include/signal.h (__sigpause): Move declaration above call to
5174         libc_hidden_proto.
5175         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5176         variable.
5177         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5178         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5180 2014-11-14  David S. Miller  <davem@davemloft.net>
5182         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5183         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5185 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5187         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5188         * configure: Regenerated.
5189         * manual/install.texi (Tools for Compilation): Document a
5190         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5191         compiler verified to work.
5192         * INSTALL: Regenerated.
5194         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5195         redeclare with asm name.
5196         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5197         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5198         including <string.h>.
5199         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5200         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5201         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5202         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5203         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5204         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5205         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5207 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5209         * stdlib/strtol.c (__strtol): Use prototype definition.
5211         [BZ #17594]
5212         * stdlib/strtol.c (SYM__): New macro.
5213         (SYM__1): Likewise.
5214         (__strtol): Likewise.
5215         (strtol): Rename to __strtol and define as weak alias of
5216         __strtol.  Use libc_hidden_weak.
5218 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5220         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5221         Use numbered labels in inline assembly.
5223 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5225         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5226         Add setjmp LIBC_PROBE.
5227         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5228         Likewise.
5229         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5230         Add longjmp, longjmp_target LIBC_PROBE.
5231         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5232         Likewise.
5234 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5236         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5237         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5238         to get rid of unused variable warning.
5240 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5242         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5243         Check for unwind_backtrace ==  NULL only in SHARED case.
5244         (__backchain_backtrace): Compile only in SHARED case.
5245         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5246         Likewise.
5247         (__backchain_backtrace): Declare as static.
5249 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5251         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5252         (__libc_multiple_threads_ptr): Variable moved ...
5253         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5255 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5257         * conform/GlibcConform.pm: New file.
5258         * conform/conformtest.pl: Use GlibcConform module.
5259         * conform/linknamespace.pl: New file.
5260         * conform/list-header-symbols.pl: Likewise.
5261         * conform/Makefile (linknamespace-symlists-base): New variable.
5262         (linknamespace-symlists-tests): Likewise.
5263         (linknamespace-header-base): Likewise.
5264         (linknamespace-header-tests): Likewise.
5265         (tests-special): Add new tests.
5266         ($(linknamespace-symlists-tests)): New rule.
5267         (linknamespace-libs): New variable.
5268         ($(objpfx)symlist-stdlibs): New rule.
5269         ($(linknamespace-header-tests)): Likewise.
5270         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5271         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5272         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5273         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5274         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5275         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5276         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5277         (test-xfail-ISO/math.h/linknamespace): Likewise.
5278         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5279         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5280         (test-xfail-ISO/time.h/linknamespace): Likewise.
5281         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5282         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5283         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5284         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5285         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5286         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5287         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5288         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5289         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5290         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5291         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5292         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5293         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5294         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5295         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5296         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5297         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5298         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5299         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5300         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5301         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5302         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5303         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5304         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5305         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5306         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5307         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5308         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5309         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5310         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5311         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5312         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5313         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5314         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5315         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5316         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5317         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5318         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5319         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5320         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5321         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5322         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5323         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5324         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5325         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5326         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5327         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5328         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5329         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5330         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5331         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5332         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5333         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5334         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5335         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5336         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5337         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5338         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5339         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5340         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5341         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5342         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5343         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5344         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5345         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5346         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5347         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5348         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5349         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5350         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5351         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5352         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5353         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5354         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5355         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5356         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5357         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5358         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5359         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5360         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5361         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5362         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5363         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5364         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5365         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5366         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5367         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5368         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5369         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5370         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5371         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5372         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5373         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5374         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5375         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5376         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5377         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5378         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5379         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5380         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5381         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5382         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5383         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5384         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5385         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5386         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5387         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5388         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5389         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5390         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5391         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5392         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5393         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5394         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5395         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5396         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5397         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5398         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5399         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5400         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5401         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5402         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5403         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5404         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5405         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5406         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5407         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5408         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5409         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5410         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5411         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5412         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5413         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5414         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5415         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5416         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5417         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5418         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5419         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5420         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5421         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5422         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5423         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5424         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5425         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5426         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5427         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5428         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5429         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5430         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5432         [BZ #17589]
5433         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5434         of fgets_unlocked.
5436         [BZ #17585]
5437         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5438         (memmem): Rename to __memmem and define as weak alias of
5439         __memmem.  Use libc_hidden_weak.
5440         (__memmem): Use libc_hidden_def.
5441         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5442         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5443         memmem.
5445         [BZ #17582]
5446         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5447         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5448         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5449         and define as weak alias of __fgets_unlocked.  Use
5450         libc_hidden_weak.
5451         (__fgets_unlocked): Use libc_hidden_def.
5452         * include/stdio.h (__fgets_unlocked): Declare.  Use
5453         libc_hidden_proto.
5454         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5455         __fgets_unlocked instead of fgets_unlocked.
5456         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5457         (GET_NPROCS_CONF_PARSER): Likewise.
5458         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5459         (GET_NPROCS_CONF_PARSER): Likewise.
5461         [BZ #17574]
5462         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5463         weak alias of __wmemset.  Use libc_hidden_weak.
5464         (__wmemset): Use libc_hidden_def.
5465         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5466         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5467         of wmemset.
5469         [BZ #17573]
5470         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5471         with asm name __mempcpy.
5472         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5474         [BZ #17572]
5475         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5476         and define as weak alias of __rawmemchr.
5477         (__rawmemchr): Do not define as strong alias of rawmemchr.
5479         [BZ #17571]
5480         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5481         alias of __qsort_r.
5482         (qsort): Call __qsort_r instead of qsort_r.
5483         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5484         (__qsort_r): Declare.  Call libc_hidden_proto.
5485         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5486         instead of qsort_r.
5487         * nscd/gai.c (__qsort_r): Define to qsort_r.
5488         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5489         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5490         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5492         [BZ #17570]
5493         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5494         define as weak alias of __malloc_info.
5496         [BZ #17584]
5497         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5498         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5499         (__rewinddir): Use libc_hidden_def.
5500         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5501         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5502         (__rewinddir): Use libc_hidden_def.
5503         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5504         weak alias of __rewinddir.  Don't use libc_hidden_def.
5505         (__rewinddir): Use libc_hidden_def.
5506         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5507         (__rewinddir): Use libc_hidden_proto.
5508         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5509         rewinddir.
5510         (__getcwd): Use __rewinddir instead of rewinddir.
5512         [BZ #17583]
5513         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5514         alias of __fileno.  Use libc_hidden_weak.
5515         (__fileno): Use libc_hidden_def.
5516         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5517         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5518         alias of __ftello.
5519         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5520         __ftello.
5521         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5522         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5523         libc_hidden_def.
5524         (fread_unlocked): Don't use libc_hidden_ver.
5525         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5526         and define as weak alias of __fread_unlocked.  Don't use
5527         libc_hidden_def.
5528         (__fread_unlocked): Use libc_hidden_def.
5529         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5530         (ftello): Don't use libc_hidden_proto.
5531         (__ftello): Declare.  Use libc_hidden_proto.
5532         (fread_unlocked): Don't use libc_hidden_proto.
5533         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5534         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5535         and __ftello instead of fileno, fread_unlocked and ftello.
5537 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5539         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5540         GOT12.
5541         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5542         Likewise.
5543         (_dl_start_user): Likewise.
5544         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5546 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5547             Siddhesh Poyarekar  <siddhesh@redhat.com>
5549         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5550         Move argv and envp down instead of moving argc up.
5551         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5553 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5555         [BZ #17506]
5556         * test-skeleton.c (main): Return successful if one of
5557         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5558         * string/tst-strcoll-overflow.c: Define expected status.
5560 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5562         [BZ #17475]
5563         * locale/iso-639.def: Define Bhili and Tulu language codes.
5565 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5567         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5569 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5571         [BZ #17555]
5572         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5574 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5576         * configure.ac: Updated check of minimal required version to
5577         2.22.
5578         * manual/install.texi (Tools for Compilation): Updated version
5579         number.
5580         * configure: Regenerated.
5581         * INSTALL: Likewise.
5583 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5585         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5586         __tls_get_addr.
5588 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5590         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5591         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5592         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5593         libc_hidden_weak.
5594         (waitpid): Define as alias of __waitpid.
5595         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5596         __waitpid.
5597         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5598         libc_hidden_weak.
5599         (waitpid): Define as alias of __waitpid.
5600         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5601         __libc_waitpid alias.
5602         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5603         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5604         Likewise.
5605         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5606         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5607         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5608         alias.
5609         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5610         __waitpid.
5611         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5612         libc_hidden_weak.
5613         (waitpid): Define as alias of __waitpid.
5615 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5617         * manual/llio.texi: Add comment that write safety has been
5618         fixed in Linux.
5620         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5621         (localplt-build-dso): Add elf/ld.so.
5622         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5623         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5624         and free for ld.so.
5625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5626         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5628         Likewise.
5629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5630         Likewise.
5631         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5632         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5633         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5634         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5635         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5636         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5637         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5638         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5639         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5640         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5641         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5643 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5645         [BZ #14132]
5646         * include/libc-symbols.h (INTUSE): Remove macro.
5647         (INTDEF): Likewise.
5648         (INTVARDEF): Likewise.
5649         (_INTVARDEF): Likewise.
5650         (INTDEF2): Likewise.
5651         (INTVARDEF2): Likewise.
5652         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5653         rtld_hidden_def instead of INTVARDEF.
5654         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5655         (_dl_starting_up_internal): Remove declaration.
5656         (_dl_starting_up): Use rtld_hidden_proto.
5657         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5658         declaration.
5659         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5660         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5661         _dl_starting_up.
5662         * elf/dl-writev.h (_dl_writev): Likewise.
5663         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5664         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5665         _dl_starting_up_internal.
5667 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5669         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5670         test-skeleton.c.
5672 2014-11-05  Will Newton  <will.newton@linaro.org>
5674         * benchtests/Makefile: (bench-malloc): Add malloc thread
5675         scalability benchmark.
5676         * benchtests/bench-malloc-threads.c: New file.
5678 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5680         * sysdeps/aarch64/strchrnul.S: New file.
5682 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5684         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5685         definition.
5686         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5687         Likwise.
5688         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5689         Likewise.
5690         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5691         Likewise.
5692         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5693         Likewise.
5694         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5695         Likewise.
5697 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5699         * catgets/test-gencat.c: Use test-skeleton.c.
5700         * catgets/tst-catgets.c: Likewise.
5701         * csu/tst-empty.c: Likewise.
5702         * elf/tst-audit2.c: Likewise.
5703         * elf/tst-global1.c: Likewise.
5704         * elf/tst-pathopt.c: Likewise.
5705         * elf/tst-piemod1.c: Likewise.
5706         * elf/tst-tls10.c: Likewise.
5707         * elf/tst-tls11.c: Likewise.
5708         * elf/tst-tls12.c: Likewise.
5709         * gnulib/tst-gcc.c: Likewise.
5710         * iconvdata/tst-e2big.c: Likewise.
5711         * iconvdata/tst-loading.c: Likewise.
5712         * iconv/tst-iconv1.c: Likewise.
5713         * iconv/tst-iconv2.c: Likewise.
5714         * inet/test-inet6_opt.c: Likewise.
5715         * inet/tst-gethnm.c: Likewise.
5716         * inet/tst-network.c: Likewise.
5717         * inet/tst-ntoa.c: Likewise.
5718         * intl/tst-codeset.c: Likewise.
5719         * intl/tst-gettext2.c: Likewise.
5720         * intl/tst-gettext3.c: Likewise.
5721         * intl/tst-ngettext.c: Likewise.
5722         * intl/tst-translit.c: Likewise.
5723         * io/test-stat.c: Likewise.
5724         * libio/test-fmemopen.c: Likewise.
5725         * libio/tst-freopen.c: Likewise.
5726         * libio/tst-sscanf.c: Likewise.
5727         * libio/tst-ungetwc1.c: Likewise.
5728         * libio/tst-ungetwc2.c: Likewise.
5729         * libio/tst-widetext.c: Likewise.
5730         * localedata/tst-ctype.c: Likewise.
5731         * localedata/tst-digits.c: Likewise.
5732         * localedata/tst-leaks.c: Likewise.
5733         * localedata/tst-mbswcs1.c: Likewise.
5734         * localedata/tst-mbswcs2.c: Likewise.
5735         * localedata/tst-mbswcs3.c: Likewise.
5736         * localedata/tst-mbswcs4.c: Likewise.
5737         * localedata/tst-mbswcs5.c: Likewise.
5738         * localedata/tst-setlocale.c: Likewise.
5739         * localedata/tst-trans.c: Likewise.
5740         * localedata/tst-wctype.c: Likewise.
5741         * localedata/tst-xlocale1.c: Likewise.
5742         * login/tst-grantpt.c: Likewise.
5743         * malloc/tst-calloc.c: Likewise.
5744         * malloc/tst-malloc.c: Likewise.
5745         * malloc/tst-mallocstate.c: Likewise.
5746         * malloc/tst-mcheck.c: Likewise.
5747         * malloc/tst-mtrace.c: Likewise.
5748         * malloc/tst-obstack.c: Likewise.
5749         * math/atest-exp2.c: Likewise.
5750         * math/atest-exp.c: Likewise.
5751         * math/atest-sincos.c: Likewise.
5752         * math/test-matherr.c: Likewise.
5753         * math/test-misc.c: Likewise.
5754         * math/test-powl.c: Likewise.
5755         * math/tst-definitions.c: Likewise.
5756         * misc/tst-dirname.c: Likewise.
5757         * misc/tst-efgcvt.c: Likewise.
5758         * misc/tst-fdset.c: Likewise.
5759         * misc/tst-hsearch.c: Likewise.
5760         * misc/tst-mntent2.c: Likewise.
5761         * nptl/tst-sem7.c: Likewise.
5762         * nptl/tst-sem8.c: Likewise.
5763         * nptl/tst-sem9.c: Likewise.
5764         * nss/test-netdb.c: Likewise.
5765         * posix/tst-fnmatch.c: Likewise.
5766         * posix/tst-getlogin.c: Likewise.
5767         * posix/tst-gnuglob.c: Likewise.
5768         * posix/tst-mmap.c: Likewise.
5769         * pwd/tst-getpw.c: Likewise.
5770         * resolv/tst-inet_ntop.c: Likewise.
5771         * rt/tst-timer.c: Likewise.
5772         * stdio-common/test-fseek.c: Likewise.
5773         * stdio-common/test-popen.c: Likewise.
5774         * stdio-common/test-vfprintf.c: Likewise.
5775         * stdio-common/tst-cookie.c: Likewise.
5776         * stdio-common/tst-fileno.c: Likewise.
5777         * stdio-common/tst-gets.c: Likewise.
5778         * stdio-common/tst-obprintf.c: Likewise.
5779         * stdio-common/tst-perror.c: Likewise.
5780         * stdio-common/tst-sprintf2.c: Likewise.
5781         * stdio-common/tst-sprintf3.c: Likewise.
5782         * stdio-common/tst-sprintf.c: Likewise.
5783         * stdio-common/tst-swprintf.c: Likewise.
5784         * stdio-common/tst-tmpnam.c: Likewise.
5785         * stdio-common/tst-unbputc.c: Likewise.
5786         * stdio-common/tst-wc-printf.c: Likewise.
5787         * stdlib/tst-environ.c: Likewise.
5788         * stdlib/tst-fmtmsg.c: Likewise.
5789         * stdlib/tst-limits.c: Likewise.
5790         * stdlib/tst-rand48-2.c: Likewise.
5791         * stdlib/tst-rand48.c: Likewise.
5792         * stdlib/tst-random2.c: Likewise.
5793         * stdlib/tst-random.c: Likewise.
5794         * stdlib/tst-strtol.c: Likewise.
5795         * stdlib/tst-strtoll.c: Likewise.
5796         * stdlib/tst-tls-atexit.c: Likewise.
5797         * stdlib/tst-xpg-basename.c: Likewise.
5798         * string/test-ffs.c: Likewise.
5799         * string/tst-bswap.c: Likewise.
5800         * string/tst-inlcall.c: Likewise.
5801         * string/tst-strtok.c: Likewise.
5802         * string/tst-strxfrm.c: Likewise.
5803         * sysdeps/x86_64/tst-audit10.c: Likewise.
5804         * sysdeps/x86_64/tst-audit3.c: Likewise.
5805         * sysdeps/x86_64/tst-audit4.c: Likewise.
5806         * sysdeps/x86_64/tst-audit5.c: Likewise.
5807         * time/tst-ftime_l.c: Likewise.
5808         * time/tst-getdate.c: Likewise.
5809         * time/tst-mktime3.c: Likewise.
5810         * time/tst-mktime.c: Likewise.
5811         * time/tst-posixtz.c: Likewise.
5812         * time/tst-strptime2.c: Likewise.
5813         * time/tst-strptime3.c: Likewise.
5814         * wcsmbs/tst-btowc.c: Likewise.
5815         * wcsmbs/tst-mbrtowc.c: Likewise.
5816         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5817         * wcsmbs/tst-wchar-h.c: Likewise.
5818         * wcsmbs/tst-wcpncpy.c: Likewise.
5819         * wcsmbs/tst-wcrtomb.c: Likewise.
5820         * wcsmbs/tst-wcsnlen.c: Likewise.
5821         * wcsmbs/tst-wcstof.c: Likewise.
5823 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5825         [BZ #14132]
5826         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5827         INTDEF.
5828         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5829         declaration.
5830         (_dl_mcount): Use rtld_hidden_proto.
5831         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5832         _dl_mcount.
5833         * elf/rtld.c (_rtld_global_ro): Likewise.
5835         [BZ #14132]
5836         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5837         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5838         of _dl_init_internal.
5839         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5840         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5841         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5842         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5843         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5844         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5845         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5846         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5847         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5848         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5849         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5850         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5851         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5852         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5853         * sysdeps/tile/dl-start.S (_start): Likewise.
5854         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5855         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5857         [BZ #14132]
5858         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5859         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5860         (rtld_progname): Make macro definition unconditional.
5861         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5862         INTDEF.
5863         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5864         (dl_main): Likewise.
5865         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5866         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5867         instead of _dl_argv_internal.
5868         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5869         __GI__dl_argv instead of INTUSE(_dl_argv).
5870         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5871         __GI__dl_argv instead of _dl_argv_internal.
5873         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5874         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5875         macro.
5876         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5877         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5878         New macro.
5879         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5880         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5881         macro.
5882         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5883         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5885 2014-11-04  Andreas Schwab  <schwab@suse.de>
5887         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5889 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5891         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5892         mtvsrd instruction in binary form.
5894 2014-11-03  Andreas Schwab  <schwab@suse.de>
5896         [BZ #17522]
5897         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5898         for less than MB_LEN_MAX use a local buffer of that size.
5899         * libio/tst-fputws.c: New file.
5900         * libio/Makefile (tests): Add tst-fputws.
5902 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5904         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5905         the size of the fpu_fr.fpu_dregs[] array.
5907 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5909         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5910         (__nanosleep): Do not define as alias.
5911         (nanosleep): Define as alias of __nanosleep.
5912         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5913         __libc_nanosleep name.
5915 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5917         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5918         install.texi in comment.
5920 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5922         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5923         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5924         ... add here and use lwsync or sync ...
5925         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5926         ... and add here using lwsync.
5928 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5930         * elf/dl-machine-reject-phdr.h: New file.
5931         * elf/dl-load.c: #include that.
5932         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5933         if that returned true.
5935 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5937         [BZ #17496]
5938         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5939         gen-as-const-headers chunk.  Add a big scare comment after the last
5940         safe place to touch before-compile.
5942 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5944         * manual/install.texi (Tools for Compilation): Update autoconf
5945         version requirements.
5946         * INSTALL: Regenerated.
5948         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5949         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5950         (__libc_pselect): Likewise.
5952         [BZ #14138]
5953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5958 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5960         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5961         correct barrier instruction.
5962         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5963         Likewise.
5964         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5965         Likewise.
5967 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5969         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5970         after defining inlines.  Instead, just use parens to defeat macro
5971         expansion of __isctype in its declaration.
5973 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5975         * include/sys/uio.h (__libc_readv): Remove declaration.
5976         (__libc_writev): Likewise.
5977         * misc/readv.c (__libc_readv): Rename to __readv.
5978         (__readv): Do not define as alias.
5979         (readv): Define as alias of __readv.
5980         * misc/writev.c (__libc_writev): Rename to __writev.
5981         (__writev): Do not define as alias.
5982         (writev): Define as alias of __writev.
5983         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5984         (__readv): Do not define as alias.
5985         (readv): Define unconditionally as alias of __readv.
5986         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5987         (__writev): Do not define as alias.
5988         (writev): Define unconditionally as alias of __writev.
5989         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5990         name.
5991         (writev): Do not define __libc_writev name.
5993 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5995         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5996         (convert_charseq): New function, broken out of ...
5997         (use_from_charmap): ... here.  Call it.
5998         (use_to_charmap): Use convert_charseq and free instead of duplicating
5999         its code with a variable-length stack struct.
6001 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6003         * include/fcntl.h (__libc_creat): Remove declaration.
6004         * io/creat.c (__libc_creat): Rename to creat.
6005         (creat): Do not define as alias.
6006         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6007         of creat instead of __libc_creat.
6008         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6009         to creat.
6010         (creat): Do not define as alias.
6011         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6012         __libc_creat.
6013         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6014         __libc_creat name.
6015         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6016         Likewise.
6018 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6020         * manual/llio.texi: Add comments discussing why write() may be
6021         considered MT-unsafe on Linux.
6023 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6025         * dl-load.c (local_strdup): Remove.
6026         (expand_dynamic_string_token): Use __strdup.
6027         (decompose_rpath): Likewise.
6028         (_dl_map_object): Likewise.
6030 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6032         [BZ #14132]
6033         * sysdeps/generic/unwind-dw2-fde.c
6034         (__register_frame_info_bases_internal): Do not declare.
6035         (__register_frame_info_table_bases_internal): Likewise.
6036         (__deregister_frame_info_bases_internal): Likewise.
6037         (__register_frame_info_bases): Declare and use hidden_proto before
6038         definition.  Use hidden_def instead of INTDEF.
6039         (__register_frame_info_table_bases): Likewise.
6040         (__deregister_frame_info_bases): Likewise.
6041         (__register_frame_info): Do not use INTUSE.
6042         (__register_frame): Likewise.
6043         (__register_frame_info_table): Likewise.
6044         (__register_frame_table): Likewise.
6045         (__deregister_frame_info): Likewise.
6046         (__deregister_frame): Likewise.
6048 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6050         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6051         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6052         not undefine.
6053         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6054         Likewise.
6055         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6056         Likewise.
6058 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6060         [BZ #14138]
6061         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6062         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6063         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6064         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6065         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6066         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6067         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6068         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6069         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6070         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6071         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6072         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6073         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6074         syscall.
6075         (setfsuid): Likewise.
6076         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6077         (setfsuid): Likewise.
6078         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6079         (setfsuid): Likewise.
6080         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6081         Likewise.
6082         (setfsuid): Likewise.
6083         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6084         (setfsuid): Likewise.
6085         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6086         Likewise.
6087         (setfsuid): Likewise.
6089 2014-10-27  Andreas Schwab  <schwab@suse.de>
6091         [BZ #17501]
6092         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6093         check for Slow_SSE4_2 feature bit.
6094         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6095         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6096         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6097         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6099 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6101         * configure.ac: Validate compiler version with a empirical test of
6102         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6103         $CC -v output.
6104         * configure: Regenerated.
6106         * inet/htons.c (htons): Prototypify.
6107         * inet/htonl.c (htonl): Likewise.
6109 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6111         * string/strncat.c (strncat): Improve performance by using strlen.
6113 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6115         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6117 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6119         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6120         Call libc_fetestexcept_aarch64.
6122 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6124         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6125         Call libc_feholdexcept_aarch64.
6127 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6129         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6130         Call get_rounding_mode.
6132 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6134         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6135         Simplify logic.
6137 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6139         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6140         Simplify logic.
6142 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6144         [BZ #14138]
6145         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6146         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6147         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6148         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6149         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6150         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6151         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6152         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6153         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6154         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6155         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6156         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6157         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6158         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6159         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6160         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6161         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6162         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6163         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6164         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6165         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6166         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6167         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6168         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6169         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6170         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6171         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6172         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6173         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6174         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6175         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6176         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6177         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6178         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6179         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6180         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6181         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6182         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6183         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6184         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6185         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6186         syscall.
6187         (geteuid): Likewise.
6188         (getgid): Likewise.
6189         (getuid): Likewise.
6190         (getresgid): Likewise.
6191         (getresuid): Likewise.
6192         (getgroups): Likewise.
6193         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6194         (geteuid): Likewise.
6195         (getgid): Likewise.
6196         (getuid): Likewise.
6197         (getresgid): Likewise.
6198         (getresuid): Likewise.
6199         (getgroups): Likewise.
6200         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6201         (geteuid): Likewise.
6202         (getgid): Likewise.
6203         (getuid): Likewise.
6204         (getresgid): Likewise.
6205         (getresuid): Likewise.
6206         (getgroups): Likewise.
6207         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6208         Likewise.
6209         (geteuid): Likewise.
6210         (getgid): Likewise.
6211         (getuid): Likewise.
6212         (getresgid): Likewise.
6213         (getresuid): Likewise.
6214         (getgroups): Likewise.
6215         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6216         (geteuid): Likewise.
6217         (getgid): Likewise.
6218         (getuid): Likewise.
6219         (getresgid): Likewise.
6220         (getresuid): Likewise.
6221         (getgroups): Likewise.
6222         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6223         Likewise.
6224         (geteuid): Likewise.
6225         (getgid): Likewise.
6226         (getuid): Likewise.
6227         (getgroups): Likewise.
6229         [BZ #14138]
6230         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6231         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6232         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6233         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6234         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6235         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6236         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6237         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6238         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6239         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6240         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6241         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6242         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6243         __chown.
6244         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6245         (lchown): Likewise.
6246         (fchown): Likewise.
6247         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6248         Likewise.
6249         (lchown): Likewise.
6250         (fchown): Likewise.
6251         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6252         (lchown): Likewise.
6253         (fchown): Likewise.
6254         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6255         Likewise.
6256         (lchown): Likewise.
6257         (fchown): Likewise.
6259 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6261         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6262         Simplify logic.
6264 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6266         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6267         Cleanup logic.
6269 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6271         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6272         Remove unused include.
6274 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6276         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6277         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6278         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6279         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6281 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6282             Helge Deller <deller@gmx.de>
6284         [BZ #17508]
6285         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6286         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6287         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6289 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6291         [BZ #14132]
6292         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6293         Remove macro definition.
6294         (__ashrdi3_v_glibc20): Likewise.
6295         (__lshrdi3_v_glibc20): Likewise.
6296         (__cmpdi2_v_glibc20): Likewise.
6297         (__ucmpdi2_v_glibc20): Likewise.
6298         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6299         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6300         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6301         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6302         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6303         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6305 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6307         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6308         old GNU extension [0] syntax.
6309         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6310         alloca rather than an array member with variable length.
6311         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6312         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6313         (parse_opt): ... here.  Likewise use alloca there.
6314         Validate the -i argument before checking for rootness.
6315         (send_shutdown): New function, broken out of ...
6316         (parse_opt): ... here.
6318 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6320         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6321         macro to get at the _rt_local_ro field.
6322         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6323         ([PIC] case) or _dl_hwcap ([!PIC] case).
6324         * sysdeps/arm/setjmp.S: Likewise.
6326         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6327         * sysdeps/arm/configure.ac: New check to define it.
6328         * sysdeps/arm/configure: Regenerated.
6329         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6330         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6331         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6332         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6333         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6334         Use move/movt pair instead of a load.
6335         (LDST_GLOBAL): Macro removed.
6336         (LDR_GLOBAL): New macro replaces it.
6337         (LDR_HIDDEN): New macro.
6338         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6339         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6341         * setjmp/tst-setjmp-static.c: New file.
6342         * setjmp/Makefile (tests): Add it.
6343         (tests-static): New variable.
6345 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6347         [BZ #17485]
6348         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6350 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6352         [BZ #14132]
6353         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6355 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6357         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6359 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6361         * io/fts.c (dirent_not_directory): New function.
6362         (fts_build): Call it.
6364 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6366         * nptl/version.c (__nptl_main): Use normal __write rather than
6367         INTERNAL_SYSCALL.
6368         (banner): Update copyright years.
6370         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6371         gettimeofday.
6372         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6373         * nptl/pthread_cond_timedwait.c: Likewise.
6374         * nptl/pthread_mutex_timedlock.c: Likewise.
6375         * nptl/sem_timedwait.c: Likewise.
6377         * sysdeps/nptl/bits/libc-lock.h
6378         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6379         (__libc_lock_init_recursive): Return void, not 0.
6380         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6381         (__libc_rwlock_init): Likewise.
6382         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6384 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6386         [BZ #15215]
6387         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6388         (__pthread_once_slow): ... here.
6389         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6390         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6392 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6394         [BZ #15215]
6395         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6396         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6397         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6398         * nptl/pthread_once.c (__pthread_once): Likewise.
6399         Update comments.
6401 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6403         [BZ #14138]
6404         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6405         name.
6406         (writev): Use __libc_writev as strong name.
6407         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6408         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6410 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6412         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6414         * sysdeps/i386/nptl/tls.h
6415         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6416         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6417         New macros.
6418         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6419         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6420         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6421         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6422         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6423         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6425         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6426         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6427         on [__NR_futex].
6428         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6429         broken out of ...
6430         (__pthread_mutex_init): ... here.  Call it.
6431         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6432         Conditionalize PI cases on [__NR_futex].
6433         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6434         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6435         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6437         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6438         conditional on [SIGSETXID].
6439         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6440         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6441         is defined.  Likewise for SIGSETXID.
6442         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6443         Conditionalize definitions on [SIGSETXID].
6444         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6445         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6446         unblocking on [SIGCANCEL].
6448         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6449         [__NR_set_robust_list].
6451 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6453         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6454         (do_compare): Likewise.
6456 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6458         [BZ #15884]
6459         * string/strcoll_l.c: Don't include stdio.h.
6460         (coll_seq): Remove members idxarr and rulearr.
6461         (get_next_seq_cached): Remove function.
6462         (get_next_seq): Likewise.
6463         (get_next_seq_nocache): Rename to get_next_seq.
6464         (do_compare): Remove function.
6465         (do_compare_nocache): Rename to do_compare.
6466         (STRCOLL): Remove weight and rules cache.
6468 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6470         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6471         * sysdeps/arm/sfp-machine.h: ... to here.
6472         * sysdeps/arm/Implies: Remove arm/soft-fp.
6474 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6476         * conform/data/sys/utsname.h-data (*_t): Allow.
6477         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6478         [POSIX] (WEXITED): Do not expect constant.
6479         [POSIX] (WSTOPPED): Likewise.
6480         [POSIX] (WNOHANG): Likewise.
6481         [POSIX] (WNOWAIT): Likewise.
6482         [POSIX] (siginfo_t): Do not expect type or elements.
6483         [POSIX] (pid_t): Do not expect type.
6484         [POSIX] (signal.h): Do not allow header.
6485         [POSIX] (sys/resource.h): Likewise.
6486         [POSIX] (si_*): Do not allow pattern.
6487         [POSIX] (W*): Likewise.
6488         [POSIX] (P_*): Likewise.
6489         [POSIX] (BUS_*): Likewise.
6490         [POSIX] (CLD_*): Likewise.
6491         [POSIX] (FPE_*): Likewise.
6492         [POSIX] (ILL_*): Likewise.
6493         [POSIX] (POLL_*): Likewise.
6494         [POSIX] (SEGV_*): Likewise.
6495         [POSIX] (SI_*): Likewise.
6496         [POSIX] (TRAP_*): Likewise.
6497         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6498         variable.
6500 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6502         [BZ #12926]
6503         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6504         infinite loop when __recvmsg returns 0.
6506 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6508         * CANCEL-FCT-WAIVE: Remove file.
6509         * CANCEL-FILE-WAIVE: Likewise.
6511         [BZ #14132]
6512         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6513         instead of INTVARDEF.
6514         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6515         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6516         rtld_hidden_data_def instead of INTVARDEF.
6517         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6518         * elf/dl-deps.c (expand_dst): Likewise.
6519         * elf/dl-load.c (_dl_dst_count): Likewise.
6520         (_dl_dst_substitute): Likewise.
6521         (decompose_rpath): Likewise.
6522         (_dl_init_paths): Likewise.
6523         (open_path): Likewise.
6524         (_dl_map_object): Likewise.
6525         * elf/rtld.c (dl_main): Likewise.
6526         (process_dl_audit): Likewise.
6527         (process_envvars): Likewise.
6528         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6529         Remove declaration.
6530         (__libc_enable_secure): Use rtld_hidden_proto.
6532 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6534         * elf/dl-load.c
6535         (add_path): New function broken out of _dl_rtld_di_serinfo.
6536         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6538 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6540         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6541         parentheses around macro arguments.
6542         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6543         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6544         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6545         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6546         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6547         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6548         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6549         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6550         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6551         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6552         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6553         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6554         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6555         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6556         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6557         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6558         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6559         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6560         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6561         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6562         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6563         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6564         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6565         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6566         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6567         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6568         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6569         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6570         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6571         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6572         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6573         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6574         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6575         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6576         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6577         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6578         Likewise.
6579         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6580         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6581         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6582         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6583         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6584         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6585         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6586         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6587         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6588         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6589         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6590         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6591         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6592         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6593         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6594         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6595         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6596         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6597         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6598         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6599         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6600         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6601         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6602         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6603         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6604         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6605         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6606         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6607         (_FP_FRAC_SRS_1): Likewise.
6608         (_FP_FRAC_CLZ_1): Likewise.
6609         (_FP_MUL_MEAT_1_imm): Likewise.
6610         (_FP_MUL_MEAT_1_wide): Likewise.
6611         (_FP_MUL_MEAT_1_hard): Likewise.
6612         (_FP_SQRT_MEAT_1): Likewise.
6613         (_FP_FRAC_ASSEMBLE_1): Likewise.
6614         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6615         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6616         (__FP_CLZ_2): Likewise.
6617         (_FP_MUL_MEAT_2_wide): Likewise.
6618         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6619         (_FP_MUL_MEAT_2_gmp): Likewise.
6620         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6621         (_FP_SQRT_MEAT_2): Likewise.
6622         (_FP_FRAC_ASSEMBLE_2): Likewise.
6623         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6624         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6625         (_FP_FRAC_CLZ_4): Likewise.
6626         (_FP_MUL_MEAT_4_wide): Likewise.
6627         (_FP_MUL_MEAT_4_gmp): Likewise.
6628         (_FP_SQRT_MEAT_4): Likewise.
6629         (_FP_FRAC_ASSEMBLE_4): Likewise.
6630         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6631         * soft-fp/op-common.h (_FP_CMP): Likewise.
6632         (_FP_CMP_EQ): Likewise.
6633         (_FP_CMP_UNORD): Likewise.
6634         (_FP_TO_INT): Likewise.
6635         (_FP_FROM_INT): Likewise.
6636         [!__FP_CLZ] (__FP_CLZ): Likewise.
6637         (_FP_DIV_HELP_imm): Likewise.
6638         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6639         Likewise.
6640         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6641         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6642         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6643         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6644         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6645         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6646         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6647         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6648         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6649         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6650         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6651         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6652         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6653         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6654         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6655         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6656         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6657         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6658         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6659         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6660         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6661         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6662         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6663         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6664         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6665         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6666         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6667         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6668         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6669         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6670         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6671         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6672         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6673         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6674         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6675         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6676         (FP_UNPACK_RAW_SP): Likewise.
6677         (FP_PACK_RAW_S): Likewise.
6678         (FP_PACK_RAW_SP): Likewise.
6679         (FP_UNPACK_S): Likewise.
6680         (FP_UNPACK_SP): Likewise.
6681         (FP_UNPACK_SEMIRAW_S): Likewise.
6682         (FP_UNPACK_SEMIRAW_SP): Likewise.
6683         (FP_PACK_S): Likewise.
6684         (FP_PACK_SP): Likewise.
6685         (FP_PACK_SEMIRAW_S): Likewise.
6686         (FP_PACK_SEMIRAW_SP): Likewise.
6687         (_FP_SQRT_MEAT_S): Likewise.
6688         (FP_CMP_S): Likewise.
6689         (FP_CMP_EQ_S): Likewise.
6690         (FP_CMP_UNORD_S): Likewise.
6691         (FP_TO_INT_S): Likewise.
6692         (FP_FROM_INT_S): Likewise.
6694         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6696         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6697         (FP_EX_INVALID_IMZ): Likewise.
6698         (FP_EX_INVALID_IMZ_FMA): Likewise.
6699         (FP_EX_INVALID_ISI): Likewise.
6700         (FP_EX_INVALID_ZDZ): Likewise.
6701         (FP_EX_INVALID_IDI): Likewise.
6702         (FP_EX_INVALID_SQRT): Likewise.
6703         (FP_EX_INVALID_CVI): Likewise.
6704         (FP_EX_INVALID_VC): Likewise.
6705         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6706         "invalid" exceptions.
6707         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6708         (_FP_ADD_INTERNAL): Likewise.
6709         (_FP_MUL): Likewise.
6710         (_FP_FMA): Likewise.
6711         (_FP_DIV): Likewise.
6712         (_FP_CMP_CHECK_NAN): Likewise.
6713         (_FP_SQRT): Likewise.
6714         (_FP_TO_INT): Likewise.
6715         (FP_EXTEND): Likewise.
6717 2014-10-09  Allan McRae  <allan@archlinux.org>
6719         * po/fr.po: Update French translation from translation project.
6721 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6723         [BZ #14132]
6724         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6725         of INTDEF.
6726         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6727         (__cxa_atexit): Use libc_hidden_proto.
6728         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6730         [BZ #14132]
6731         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6732         declaration.
6733         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6734         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6735         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6736         [!_ISOMAC] (__iswctype_internal): Likewise.
6737         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6738         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6739         alias.
6740         (fcntl): Remove __fcntl_internal alias.
6741         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6742         __connect_internal alias.
6743         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6744         Likewise.
6746         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6747         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6748         FP_DENORM_ZERO.
6749         (_FP_CHECK_FLUSH_ZERO): New macro.
6750         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6751         (_FP_CMP): Likewise.
6752         (_FP_CMP_EQ): Likewise.
6753         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6754         FP_DENORM_ZERO.
6755         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6756         (FP_TRUNC): Likewise.
6758         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6759         treated as invalid conversion, not as normal exponent.
6761         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6762         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6763         (_FP_CMP_EQ): Likewise.
6764         (_FP_CMP_UNORD): Likewise.
6765         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6766         (FP_CMP_EQ_D): Likewise.
6767         (FP_CMP_UNORD_D): Likewise.
6768         * soft-fp/extended.h (FP_CMP_E): Likewise.
6769         (FP_CMP_EQ_E): Likewise.
6770         (FP_CMP_UNORD_E): Likewise.
6771         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6772         (FP_CMP_EQ_Q): Likewise.
6773         (FP_CMP_UNORD_Q): Likewise.
6774         * soft-fp/single.h (FP_CMP_S): Likewise.
6775         (FP_CMP_EQ_S): Likewise.
6776         (FP_CMP_UNORD_S): Likewise.
6777         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6778         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6779         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6780         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6781         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6782         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6783         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6784         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6785         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6786         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6787         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6788         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6789         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6790         to FP_CMP_Q.
6791         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6792         FP_CMP_Q.
6793         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6794         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6795         FP_CMP_EQ_Q.
6796         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6797         FP_CMP_Q.
6798         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6799         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6800         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6801         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6802         FP_CMP_EQ_Q.
6803         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6804         FP_CMP_Q.
6805         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6806         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6807         FP_CMP_EQ_Q.
6808         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6809         FP_CMP_Q.
6810         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6811         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6812         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6813         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6814         FP_CMP_EQ_Q.
6816         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6817         a subnormal result, set the underflow exception if trapping on
6818         underflow is enabled.
6819         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6820         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6821         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6822         redefine to 0.
6823         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6824         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6825         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6826         * soft-fp/extendxftf2.c (__extendxftf2): Use
6827         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6829         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6830         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6831         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6832         FP_HANDLE_EXCEPTIONS.
6833         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6834         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6835         FP_HANDLE_EXCEPTIONS.
6836         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6837         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6838         FP_HANDLE_EXCEPTIONS.
6839         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6840         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6841         FP_HANDLE_EXCEPTIONS.
6843 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6845         [BZ #14132]
6846         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6847         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6848         use INTUSE.
6849         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6850         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6851         Remove alias.
6852         (__adjtimex): Define using libc_hidden_ver.
6853         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6854         Remove declaration.
6855         (ntp_gettime): Call __adjtimex directly.
6856         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6857         Remove declaration.
6858         (ntp_gettimex): Call __adjtimex directly.
6859         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6860         __adjtimex_internal alias.
6862 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6864         [BZ #17460]
6865         * nscd/nscd.c (more_help): Rewrite list of tables collection
6866         using xstrdup and asprintf.
6868         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6870 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6871             Roland McGrath  <roland@hack.frob.com>
6873         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6874         (do_lookup_unique): ... local function 'enter' here; update callers.
6876 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6878         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6879         compat_symbol calls on [SHARED].
6880         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6881         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6882         Remove.
6883         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6884         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6885         (oldsetrlimit): Remove.
6886         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6888         (lchown): New syscall entry.
6889         (oldsetrlimit): Remove.
6890         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6891         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6892         (oldsetrlimit): Remove.
6893         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6895         [BZ #14138]
6896         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6897         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6898         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6899         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6900         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6901         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6902         (fchown): Likewise.
6903         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6904         (fchown): Likewise.
6905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6906         Likewise.
6908 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6910         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6911         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6912         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6913         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6914         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6915         Likewise.
6916         (__old_sem_post): Likewise.
6918 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6920         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6921         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6922         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6923         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6924         Use INLINE_VSYSCALL macro.
6925         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6926         __vdso_clock_gettime.
6927         * sysdeps/unix/sysv/linux/tile/init-first.c
6928         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6929         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6930         __vdso_clock_gettime.
6932         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6933         to set up frame more cleanly.
6935         * sysdeps/tile/memcmp.c: New file.
6937         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6939         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6940         * sysdeps/tile/tilegx/strcasestr.c: New file.
6941         * sysdeps/tile/tilegx/strnlen.c: New file.
6942         * sysdeps/tile/tilegx/strstr.c: New file.
6944         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6946 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6948         * nptl/tst-setuid3.c: Write errors to stdout.
6950 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6952         * elf/dl-deps.c
6953         (preload): New functions broken out of _dl_map_object_deps.
6954         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6956 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6958         [BZ #14138]
6959         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6960         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6962 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6964         * sysdeps/mips/strcmp.S: New.
6966 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6968         [BZ #14138]
6969         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6970         (linkat): Likewise.
6971         (mkdirat): Likewise.
6972         (readlinkat): Likewise.
6973         (renameat): Likewise.
6974         (symlinkat): Likewise.
6975         (unlinkat): Likewise.
6976         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6977         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6978         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6979         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6980         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6981         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6982         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6984 2014-09-30  Will Newton  <will.newton@linaro.org>
6986         * math/math.h: Define long double math functions if
6987         _LIBC_TEST is defined.
6988         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6990         * localedata/Makefile: Move assignment to tests-special
6991         into an ifdef testing run-built-tests.
6992         * timezone/Makefile: Likewise.
6994 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6996         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6997         with $(BASH) not $(SHELL).
6999 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7000             Matthew LeGendre  <legendre1@llnl.gov>
7002         [BZ #17411]
7003         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7004         l_reloc_result.
7006 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7008         * stdio-common/printf_fp.c
7009         (hack_digit): New function, broken out of ...
7010         (__printf_fp): ... local function here.  Update call sites.
7011         hack_digit now takes an additional parameter that is a pointer
7012         to a struct of the referenced locals.  Those locals moved inside
7013         the struct and references updated.
7015 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7017         * aclocal.m4: Require autoconf 2.69.
7018         * configure: Regenerated.
7019         * sysdeps/aarch64/configure: Likewise.
7020         * sysdeps/alpha/configure: Likewise.
7021         * sysdeps/arm/armv7/configure: Likewise.
7022         * sysdeps/arm/configure: Likewise.
7023         * sysdeps/ia64/configure: Likewise.
7024         * sysdeps/mach/configure: Likewise.
7025         * sysdeps/mips/configure: Likewise.
7026         * sysdeps/s390/configure: Likewise.
7027         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7030         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7031         file.
7032         * sysdeps/ia64/configure.ac: Likewise.
7034 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7037         specify symbol version for ld.so.  Do not include entry for
7038         libpthread.
7039         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7040         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7041         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7043         [BZ #14171]
7044         * Makeconfig [$(build-shared) = yes]
7045         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7046         makefiles.
7047         [$(build-shared) = yes && $(soversions.mk-done) = t]
7048         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7049         [$(build-shared) = yes && $(soversions.mk-done) = t]
7050         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7051         to Makerules.
7052         [$(build-shared) = yes && $(soversions.mk-done) = t]
7053         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7054         here.
7055         [$(build-shared) = yes && $(soversions.mk-done) = t]
7056         (common-generated): Don't append gnu/lib-names.h and
7057         gnu/lib-names.stmp here.
7058         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7059         (lib-names-h-abi): New variable.
7060         [$(build-shared) = yes && $(soversions.mk-done) = t]
7061         (lib-names-stmp-abi): Likewise.
7062         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7063         abi-variants] (before-compile): Append
7064         $(common-objpfx)$(lib-names-h-abi).
7065         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7066         abi-variants] (common-generated): Append gnu/lib-names.h.
7067         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7068         abi-variants] (install-others-nosubdir): Depend on
7069         $(inst_includedir)/$(lib-names-h-abi).
7070         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7071         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7072         [$(build-shared) = yes && $(soversions.mk-done) = t]
7073         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7074         [$(build-shared) = yes && $(soversions.mk-done) = t]
7075         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7076         [$(build-shared) = yes && $(soversions.mk-done) = t]
7077         (common-generated): Append $(lib-names-h-abi) and
7078         $(lib-names-stmp-abi).
7079         * scripts/lib-names.awk: Do not handle multi being set.
7080         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7081         Remove variable.
7082         (abi-lp64_be-ld-soname): Likewise.
7083         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7084         Likewise.
7085         (abi-hard-ld-soname): Likewise.
7086         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7087         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7088         Remove variable.
7089         (abi-o32_hard-ld-soname): Likewise.
7090         (abi-o32_soft_2008-ld-soname): Likewise.
7091         (abi-o32_hard_2008-ld-soname): Likewise.
7092         (abi-n32_soft-ld-soname): Likewise.
7093         (abi-n32_hard-ld-soname): Likewise.
7094         (abi-n32_soft_2008-ld-soname): Likewise.
7095         (abi-n32_hard_2008-ld-soname): Likewise.
7096         (abi-n64_soft-ld-soname): Likewise.
7097         (abi-n64_hard-ld-soname): Likewise.
7098         (abi-n64_soft_2008-ld-soname): Likewise.
7099         (abi-n64_hard_2008-ld-soname): Likewise.
7100         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7101         Likewise.
7102         (abi-64-v2-ld-soname): Likewise.
7103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7104         ld.so entries.
7105         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7106         variable.
7107         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7108         entry.
7109         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7110         variable.
7111         (abi-64-ld-soname): Likewise.
7112         (abi-x32-ld-soname): Likewise.
7113         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7114         entry.
7115         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7117 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7119         [BZ #14138]
7120         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7121         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7122         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7123         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7124         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7125         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7126         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7127         syscall entry for GLIBC_2.2 symbol version.
7128         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7129         Likewise.
7130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7131         (setrlimit): Likewise.
7132         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7133         Likewise.
7135 2014-09-23  Will Newton  <will.newton@linaro.org>
7137         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7138         _LINUX_ARM_SYSDEP_H include guard too.
7139         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7140         define.
7142 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7144         * sysdeps/unix/sysv/linux/eventfd.c:
7145         Make first argument unsigned.
7146         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7147         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7149 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7151         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7152         * socket/sys/socket.h: Likewise
7153         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7155 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7157         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7159 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7161         * time/tst-ftime.c: New test.
7162         * time/Makefile (tests): Add tst-ftime.
7164 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7166         * soft-fp/extended.h: Fix comment formatting.
7167         * soft-fp/op-1.h: Likewise.
7168         * soft-fp/op-2.h: Likewise.
7169         * soft-fp/op-4.h: Likewise.
7170         * soft-fp/op-8.h: Likewise.
7171         * soft-fp/op-common.h: Likewise.
7172         * soft-fp/soft-fp.h: Likewise.
7174         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7176 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7178         [BZ #6652]
7179         * Makeconfig (soversions-default-setname): Remove variable.
7180         ($(common-objpfx)soversions.i): Don't pass default_setname to
7181         soversions.awk.
7182         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7183         oldest_abi to abi-versions.awk.
7184         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7185         * config.make.in (oldest-abi): Remove variable.
7186         * configure.ac (--enable-oldest-abi): Remove configure option.
7187         * configure: Regenerated.
7188         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7189         text.
7190         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7191         * scripts/soversions.awk: Do not handle default_setname variable.
7192         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7193         variable.
7194         * sysdeps/mach/hurd/configure: Regenerated.
7195         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7196         variable.
7197         * sysdeps/unix/sysv/linux/configure: Regenerated.
7199 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7201         * elf/Makefile (CFLAGS-interp.c): Remove.
7202         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7203         path string.
7204         * elf/interp.c: Include generated runtime-linker.h
7206         * Makerules (lib%.so): Don't include $(+interp) in
7207         prerequisites.
7208         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7209         * dlfcn/eval.c: Remove file.
7211         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7212         macros.
7214         [BZ #17266]
7215         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7216         4.2 and newer.
7218         [BZ #17370]
7219         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7221 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7222             Jakub Jelinek  <jakub@redhat.com>
7224         [BZ #17266]
7225         * libio/stdio.h: Check definition of __fortify_function
7226         instead of __extern_always_inline to include bits/stdio2.h.
7227         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7228         check if __extern_always_inline is defined.
7229         [__USE_MISC || __USE_XOPEN]: Likewise.
7230         [__USE_ISOC99] Likewise.
7231         * misc/sys/cdefs.h (__fortify_function): Define only if
7232         __extern_always_inline is defined.
7233         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7234         __extern_always_inline and __extern_inline only for g++-4.3
7235         and newer or a compatible gcc.
7237 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7239         [BZ #17371]
7240         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7241         last change to handle zero prefix length.
7243 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7245         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7246         _SC_REGEX_VERSION.
7248         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7249         _POSIX_RAW_SOCKETS.
7251 2014-09-13  Allan McRae  <allan@archlinux.org>
7253         * po/ru.po: Update Russian translation from translation project.
7255 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7257         * locale/programs/locale.c (show_locale_vars): Inline local function
7258         into its sole call site.  Clean up some style nits.
7259         (print_item): New function, broken out of ...
7260         (show_info): ... local function here.  Clean up style nits.
7262         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7263         out of ...
7264         (set_class_defaults): ... local function set_default here.
7265         Define set_default as a macro locally to pass constant parameters.
7266         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7267         rather than a shared local.
7269         * stdlib/rpmatch.c (try): New function, broken out of ...
7270         (rpmatch): ... local function here.  Also, prototypify definition.
7272 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7274         * scripts/soversions.awk: Do not handle configuration names.
7275         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7276         vendor and os variables to soversions.awk.
7277         * configure.ac: Do not modify gnu-* host_os.
7278         * configure: Regenerated
7279         * shlib-versions: Remove first column with configuration names.
7280         * nptl/shlib-versions: Likewise.
7281         * nptl_db/shlib-versions: Likewise.
7282         * sysdeps/hppa/shlib-versions: Likewise.
7283         * sysdeps/m68k/shlib-versions: Likewise.
7284         * sysdeps/mach/hurd/shlib-versions: Likewise.
7285         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7286         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7287         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7288         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7289         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7290         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7291         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7292         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7294         Likewise.
7295         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7296         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7297         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7298         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7299         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7300         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7301         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7302         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7305         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7307         Regenerated.
7308         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7310         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7312         * shlib-versions: Remove OS-specific entries.  Moved to files in
7313         sysdeps.
7314         * sysdeps/mach/hurd/shlib-versions: New file.
7315         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7317         * nptl/shlib-versions: Remove architecture-specific entries.
7318         Moved to files in sysdeps.
7319         * shlib-versions: Likewise.
7320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7321         file.
7322         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7323         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7324         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7325         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7327         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7328         (UDP_NO_CHECK6_RX): Likewise.
7330 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7332         * sysdeps/posix/sysconf.c (__sysconf): Spell
7333         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7335 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7337         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7338         loading.
7339         * iconv/Versions (__gconv_transliterate): Export for use from
7340         gconv modules.
7341         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7342         (struct __gconv_trans_data, __gconv_trans_fct,
7343         __gconv_trans_context_fct, __gconv_trans_query_fct,
7344         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7345         definitions.
7346         (struct __gconv_step_data): Remove __trans member.
7347         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7348         longer hidden.  Remove unused trans_data argument.
7349         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7350         (__gconv_translit_find): Remove declaration.
7351         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7352         prototype.
7353         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7354         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7355         trans_data argument.  Add hidden definition.
7356         (__gconv_translit_find): Remove.
7357         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7358         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7359         * iconv/skeleton.c: Remove transliteration initialization.
7360         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7361         __gconv_step_data initialization.
7362         * libio/iofwide.c (__libio_translit_): Remove.
7363         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7364         * wcsmbs/btowc.c (__btowc): Likewise.
7365         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7366         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7367         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7368         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7369         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7370         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7371         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7372         * wcsmbs/wctob.c (wctob): Likewise.
7374 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7376         [BZ #16194]
7377         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7378         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7379         register usage.
7380         * sysdeps/x86/Makefile: Adjust.
7382 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7383             Roland McGrath  <roland@hack.frob.com>
7385         * locale/weight.h: Add include guard.
7386         (findidx): Make static rather than auto; take new parameters
7387         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7388         * locale/weightwc.h: Likewise.
7389         * posix/fnmatch_loop.c
7390         (FCT): Change type of EXTRA from int32_t to wint_t.
7391         Don't include either header inside the function.
7392         Call FINDIDX rather than findidx, and pass new arguments.
7393         #undef FINDIDX at the end of the file.
7394         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7395         FINDIDX before including fnmatch_loop.c for the non-wide version.
7396         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7397         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7398         for the wide version.
7399         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7400         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7401         Pass new arguments to findidx.
7402         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7403         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7404         Don't #include it inside the function.  Pass new arguments to findidx.
7405         * posix/regex_internal.h
7406         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7407         (re_string_elem_size_at): Don't #include it inside the function.
7408         Pass new arguments to findidx.
7409         * string/strcoll_l.c: #include WEIGHT_H at top level.
7410         (get_next_seq): Don't #include it inside the function.
7411         Pass new arguments to findidx.
7412         (get_next_seq_nocache): Likewise.
7413         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7414         (STRXFRM): Don't #include it inside the function.
7415         Pass new arguments to findidx.
7417 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7419         [BZ #17344]
7420         * malloc/malloc.c (unlink): Turn asserts into a call to
7421         malloc_printerr.
7423 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7425         [BZ #17370]
7426         * libio/wfileops (do_ftell_wide): Free OUT.
7428 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7430         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7432 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7434         [BZ #17363]
7435         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7436         group if the current group is empty.
7438 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7440         * benchtests/bench-memset.c (test_main): Add more test from size
7441         from 32 to 512 bytes.
7442         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7443         Add POWER8 memset object.
7444         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7445         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7446         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7447         implementation.
7448         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7449         Likewise.
7450         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7451         multiarch POWER8 memset optimization.
7452         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7453         POWER8 memset optimization.
7455         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7456         Remove bzero multiarch objects.
7457         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7458         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7459         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7460         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7461         Remove define.
7462         [__bzero]: Redefine to specific name.
7463         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7464         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7465         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7466         define.
7467         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7468         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7470 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7472         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7473         warnings into errors.
7475         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7476         __cxa_thread_atexit_impl prototype.
7478 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7480         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7481         Fix capitalization of error message.
7483 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7485         * sysdeps/mips/preconfigure: Modify ABI tests.
7487 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7489         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7491 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7492             Carlos O'Donell  <carlos@systemhalted.org>
7494         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7495         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7496         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7497         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7498         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7499         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7500         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7501         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7502         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7503         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7504         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7505         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7506         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7507         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7508         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7509         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7510         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7511         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7512         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7513         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7514         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7515         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7516         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7517         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7518         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7519         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7520         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7521         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7522         Deconditionalize the code that was previously under [RESET_PID].
7523         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7524         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7525         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7526         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7527         include sysdep.h.
7529 2014-09-08  Allan McRae  <allan@archlinux.org>
7531         * version.h (RELEASE): Set to "development".
7532         (VERSION): Set to "2.20.90"
7534 2014-09-07  Allan McRae  <allan@archlinux.org
7536         * version.h (RELEASE): Set to "stable".
7537         (VERSION): Set to "2.20"
7538         * include/features.h (__GLIBC_MINOR__): Set to 20.
7540         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7541         Liebler.
7543         * po/ko.po: Update Korean translation from translation project.
7545 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7547         [BZ #17354]
7548         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7549         macro for handling signed relocations.
7551 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7553         [BZ #17325]
7554         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7555         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7556         assert.
7557         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7558         * iconvdata/ibm935.c (BODY): Likewise.
7559         * iconvdata/ibm937.c (BODY): Likewise.
7560         * iconvdata/ibm939.c (BODY): Likewise.
7561         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7562         assert.
7563         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7564         script.
7565         * iconvdata/run-iconv-test.sh: New test loop for checking for
7566         decoder crashers.
7568 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7570         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7571         libm_hidden_ver.
7573 2014-09-01  Allan McRae  <allan@archlinux.org>
7575         * po/eo.po: Update Esperanto translation from translation project.
7577         * po/ca.po: Update Catalan translation from translation project.
7579 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7581         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7582         __proc_dostop call.
7584 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7586         [BZ #17319]
7587         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7588         to call set_thread_area instead of hand written asm.
7589         (__NR_set_thread_area): Removed define.
7590         (TLS_FLAG_WRITABLE): Likewise.
7591         (__ASSUME_SET_THREAD_AREA): Remove check.
7592         (TLS_EBX_ARG): Remove define.
7593         (TLS_LOAD_EBX): Likewise.
7595 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7597         Simplify atomicity of socket creation in bind.
7599         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7600         looking up the name after linking the file.
7602 2014-08-27  Allan McRae  <allan@archlinux.org>
7604         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7606 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7608         [BZ #17187]
7609         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7610         trans_compare, open_translit, __gconv_translit_find):
7611         Remove module loading code.
7613 2014-08-26  Allan McRae  <allan@archlinux.org>
7615         * po/vi.po: Update Vietnamese translation from translation project.
7617         * po/uk.po: Update Ukrainian translation from translation project.
7619         * po/fr.po: Update French translation from translation project.
7621         * po/ru.po: Update Russian translation from translation project.
7623         * po/pl.po: Update Polish translation from translation project.
7625         * po/cs.po: Update Czech translation from translation project.
7627         * po/de.po: Update German translation from translation project.
7629         * po/bg.po: Update Bulgarian translation from translation project.
7631         * po/sv.po: Update Sweedish translation from translation project.
7633         * po/nl.po: Update Dutch translation from translation project.
7635         * po/es.po: Update Spanish translation from translation project.
7637 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7639         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7641         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7642         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7643         (CPPFLAGS-iconvconfig): Likewise.
7644         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7646         * include/libc-symbols.h: Remove unnecessary check for
7647         NOT_IN_libc.
7648         * nptl/pthreadP.h: Likewise.
7649         * sysdeps/aarch64/setjmp.S: Likewise.
7650         * sysdeps/alpha/setjmp.S: Likewise.
7651         * sysdeps/arm/sysdep.h: Likewise.
7652         * sysdeps/i386/setjmp.S: Likewise.
7653         * sysdeps/m68k/setjmp.c: Likewise.
7654         * sysdeps/posix/getcwd.c: Likewise.
7655         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7656         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7657         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7658         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7659         * sysdeps/sh/sh3/setjmp.S: Likewise.
7660         * sysdeps/sh/sh4/setjmp.S: Likewise.
7661         * sysdeps/unix/alpha/sysdep.h: Likewise.
7662         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7663         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7664         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7665         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7668         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7669         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7670         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7671         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7672         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7673         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7674         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7675         * sysdeps/x86_64/setjmp.S: Likewise.
7677 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7679         [BZ #17263]
7680         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7681         <stdint.h>.
7682         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7683         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7685 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7687         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7689         [BZ #17262]
7690         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7691         and __x86_64__ when disabling x87 inline functions.
7693 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7695         [BZ #17259]
7696         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7697         asm statement with __cpuid_count.
7699 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7701         * configure.ac: Change __ehdr_start code to dereference the struct.
7702         Run readelf on the output to look for relocations.
7703         * configure: Regenerated.
7705 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7707         [BZ #17261]
7708         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7709         value to 0.
7710         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7712 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7714         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7716 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7718         [BZ #16892]
7719         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7720         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7722 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7724         * malloc/malloc.c: Fix typo in comment.
7726 2014-08-09  Allan McRae  <allan@archlinux.org>
7728         * Regenerate libc.po.
7730 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7732         * intl/tst-gettext2.sh: Check every lang file for creation.
7734 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7736         * sysdeps/aarch64/fpu/math_private.h
7737         (libc_feholdsetround_noex_aarch64_ctx): New function.
7739 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7741         * sysdeps/arm/armv6/strcpy.S (strcpy):
7742         Fix performance issue in misaligned cases.
7744 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7746         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7747         Move definition from termios.h.
7748         (struct termio): Likewise.
7749         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7750         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7751         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7752         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7753         Likewise.
7754         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7755         Move definition to ioctl-types.h
7756         (struct termio): Likewise.
7757         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7758         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7759         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7760         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7761         Likewise.
7763 2014-08-05  Richard Henderson  <rth@redhat.com>
7765         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7766         exceptions.
7767         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7768         Add fraiseexcpt.
7769         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7770         Use __feraiseexcept.
7771         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7772         Protect libm symbols with IS_IN_libm.
7774         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7776 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7778         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7780 2014-08-04  Will Newton  <will.newton@linaro.org>
7782         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7783         file.
7785 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7787         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7788         variants for each function.
7790 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7792         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7793         appended ...
7794         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7795         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7796         appended ...
7797         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7798         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7799         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7800         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7801         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7802         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7803         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7804         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7805         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7806         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7807         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7808         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7809         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7810         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7811         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7812         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7813         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7814         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7815         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7816         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7817         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7818         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7819         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7820         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7821         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7822         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7823         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7824         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7825         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7826         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7827         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7828         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7829         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7830         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7831         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7832         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7833         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7834         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7835         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7836         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7837         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7838         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7839         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7840         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7841         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7842         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7843         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7844         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7845         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7846         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7847         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7848         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7849         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7850         Update #include.
7851         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7852         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7854 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7856         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7857         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7858         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7859         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7860         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7861         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7863 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7865         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7866         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7867         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7868         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7870 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7872         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7873         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7874         (__libc_vfork): Define function under this name.
7875         (__vfork): Define as an alias.
7876         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7877         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7879 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7881         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7882         that was previously under [RESET_PID].
7883         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7885 2014-08-04  Andreas Schwab  <schwab@suse.de>
7887         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7889 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7891         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7892         (main): Likewise.
7894 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7896         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7898 2014-08-01  Richard Henderon  <rth@redhat.com>
7900         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7901         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7902         typo in exact zero test.
7903         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7904         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7905         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7907 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7909         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7910         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7911         * sysdeps/arm/sysdep.h: ... here.
7912         [!__ASSEMBLER__]: Include <stdint.h>.
7914 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7916         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7917         (HAVE_WCTYPE_H): Likewise.
7918         (HAVE_ISWCTYPE): Likewise.
7919         (ENABLE_NLS): Likewise.
7920         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7921         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7923         * posix/regex_internal.c: Check if DEBUG is defined and is
7924         set.
7926         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7927         (HAVE_MBSRTOWCS): Likewise.
7928         * posix/fnmatch.c: Include string.h unconditionally.
7930 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7932         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7933         reversal.
7935 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7937         * sysdeps/generic/safe-fatal.h: New file.
7938         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7939         * nptl/forward.c: Include it.
7940         (__pthread_unwind): Use __safe_fatal as default action, rather
7941         than a bogus use of INTERNAL_SYSCALL that could never work.
7943         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7944         * configure.ac (libc_cv_builtin_trap): New test.
7945         * configure: Regenerated.
7946         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7947         (ABORT_INSTRUCTION): Define using __builtin_trap.
7949         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7950         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7951         * sysdeps/nptl/nptl-signals.h: New file.
7952         * nptl/pthreadP.h: Include <nptl-signals.h>.
7954 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7956         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7957         (ONE_DIRECTION): Define.
7958         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7959         (ONE_DIRECTION): Define.
7960         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7961         (ONE_DIRECTION): Define.
7963 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7965         * sysdeps/s390/Makefile: Delete file.
7966         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7967         * sysdeps/s390/__longjmp.c: Delete file.
7968         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7969         Remove fields __flags and __reserved.
7970         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7971         and add versioning.
7972         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7973         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7974         * sysdeps/s390/rtld-setjmp.S: Likewise.
7975         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7976         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7977         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7978         * sysdeps/s390/s390-32/setjmp.S: ... here.
7979         Add versioning.
7980         (__sigsetjmp): Remove setting __flags field.
7981         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7982         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7983         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7984         * sysdeps/s390/s390-64/setjmp.S: ... here.
7985         Add versioning.
7986         (__sigsetjmp): Remove setting __flags field.
7987         * sysdeps/s390/setjmp.S: Delete file.
7988         * sysdeps/s390/sigjmp.c: Likewise.
7989         * sysdeps/s390/v1-longjmp.c: Likewise.
7990         * sysdeps/s390/v1-setjmp.h: Likewise.
7991         * sysdeps/s390/v1-sigjmp.c: Likewise.
7992         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7993         Remove v1-longjmp_chk.
7994         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7995         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7996         Include debug/longjmp_chk.c and add versioning.
7997         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7998         Include nptl/pt-longjmp.c and add versioning.
7999         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8000         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8001         Include __longjmp.c.
8002         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8003         Move to ...
8004         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8005         (__getcontext): Remove setting __flags field.
8006         Add versioning.
8007         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8008         Don't restore upper high grps.
8009         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8010         Likewise.
8011         (__swapcontext): Remove setting uc_flags field.
8012         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8013         Delete file.
8014         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8015         Include __longjmp.c.
8016         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8017         Move to ...
8018         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8019         (__getcontext): Remove setting __flags field.
8020         Add versioning.
8021         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8022         (__swapcontext): Remove setting uc_flags field.
8023         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8024         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8025         Remove fields uc_high_gprs and __reserved.
8026         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8027         New file with reverted content.
8028         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8029         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8030         Regenerated.
8031         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8032         Regenerated.
8034 2014-07-31  Andreas Schwab  <schwab@suse.de>
8036         * config.h.in (HAVE_IFUNC): Define to 0.
8037         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8038         definedness.
8040 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8042         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8043         memmove-avx-unaligned, memcpy-avx-unaligned and
8044         mempcpy-avx-unaligned.
8045         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8046         Add tests for AVX memcpy functions.
8047         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8048         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8049         memcpy_chk.
8050         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8051         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8052         memmove_chk.
8053         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8054         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8055         mempcpy_chk.
8056         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8057         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8058         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8060 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8062         [BZ #17213]
8063         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8064         powerpc64le.
8066 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8068         [BZ #16839]
8069         * manual/llio.texi: Add section about open file description locks.
8070         * manual/examples/ofdlocks.c: Example of open file description
8071         lock usage.
8072         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8073         F_OFD_SETLK, and F_OFD_SETLKW.
8075 2014-07-23  Allan McRae  <allan@archlinux.org>
8077         * po/es.po: Update Spanish translation from translation project.
8079 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8081         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8083 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8085         [BZ #17078]
8086         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8087         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8088         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8090 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8092         [BZ #17088]
8093         * math/fesetenv.c (__fesetenv)
8094         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8095         * math/feupdateenv.c (__feupdateenv)
8096         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8098         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8099         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8100         (__ASSUME_SOCKETCALL): Do not define.
8102         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8103         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8104         (__ASSUME_SOCKETCALL): Do not define.
8105         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8106         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8107         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8108         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8109         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8110         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8111         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8112         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8114         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8115         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8116         (__ASSUME_SOCKETCALL): Do not define.
8117         (__ASSUME_IPC64): Define unconditionally.
8118         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8119         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8120         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8121         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8122         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8123         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8124         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8125         Likewise.
8127         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8128         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8129         (__ASSUME_SOCKETCALL): Do not define.
8130         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8131         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8132         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8133         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8134         (__ASSUME_REQUEUE_PI): Define unconditionally.
8135         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8136         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8137         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8138         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8139         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8140         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8142         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8143         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8144         (__ASSUME_SOCKETCALL): Do not define.
8145         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8146         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8147         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8148         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8149         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8150         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8152         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8153         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8154         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8155         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8156         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8157         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8158         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8159         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8160         (__ASSUME_GETCPU_SYSCALL): Likewise.
8162         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8163         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8164         cases for individual architectures.
8165         * sysdeps/gnu/configure: Regenerated.
8166         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8167         LIBC_SLIBDIR_RTLDDIR.
8168         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8169         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8170         LIBC_SLIBDIR_RTLDDIR.
8171         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8173         LIBC_SLIBDIR_RTLDDIR.
8174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8175         Regenerated.
8176         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8177         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8178         file.
8179         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8180         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8181         file.
8182         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8183         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8184         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8185         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8187         * sysdeps/aarch64/shlib-versions: Move to ...
8188         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8189         * sysdeps/alpha/shlib-versions: Move to ...
8190         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8191         * sysdeps/arm/shlib-versions: Move to ...
8192         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8193         * sysdeps/hppa/shlib-versions: Move all contents except for
8194         libgcc_s entry to ...
8195         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8196         entry from ...
8197         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8198         * sysdeps/ia64/shlib-versions: Move to ...
8199         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8200         entry from ...
8201         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8202         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8203         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8204         * sysdeps/microblaze/shlib-versions: Move to ...
8205         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8206         * sysdeps/mips/shlib-versions: Move to ...
8207         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8208         entry from ...
8209         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8210         * sysdeps/tile/shlib-versions: Move to ...
8211         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8212         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8213         from ...
8214         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8215         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8216         entry from ...
8217         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8219 2014-07-17  Will Newton  <will.newton@linaro.org>
8221         * sysdeps/arm/bits/atomic.h
8222         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8223         (__arch_compare_and_exchange_bool_16_int): Likewise.
8224         (__arch_compare_and_exchange_bool_64_int): Likewise.
8226         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8227         into an #else block.
8229 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8231         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8232         just Linux configurations.  Test empirically that the compiler sets
8233         __ARM_EABI__, rather than using the tuple to decide.
8234         * sysdeps/arm/preconfigure: Regenerated.
8235         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8236         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8237         contents appended ...
8238         * sysdeps/arm/configure.ac: ... here.
8239         * sysdeps/arm/configure: Regenerated.
8241 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8243         * nptl/pthread_kill.c: New file.
8244         * nptl/pthread_sigmask.c: New file.
8245         * nptl/pthread_sigqueue.c: New file.
8247         * sysdeps/nptl/lowlevellock.h: New file.
8248         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8249         * sysdeps/nptl/lowlevellock-futex.h: New file.
8251         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8252         Remove dead declarations.
8254 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8256         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8257         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8258         config-cflags-avx2.
8259         * sysdeps/x86_64/configure.ac: Likewise.
8260         * sysdeps/i386/configure: Regenerated.
8261         * sysdeps/x86_64/configure: Likewise.
8262         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8263         memset-avx2 only if config-cflags-avx2 is yes.
8264         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8265         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8266         defined.
8267         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8268         only if HAVE_AVX2_SUPPORT is defined.
8269         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8271 2014-07-14  Alan Modra  <amodra@gmail.com>
8273         [BZ #17153]
8274         * elf/elf.h (DT_PPC64_NUM): Correct value.
8275         * NEWS: Add to fixed bug list.
8277 2014-07-13  Jim Meyering  <meyering@fb.com>
8279         [BZ 17150]
8280         regex: don't deref NULL upon heap allocation failure
8281         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8282         failure in one more place.
8283         To trigger the segfault, configure grep -with-included-regex,
8284         build it, and run these commands:
8285         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8287 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8289         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8291 2014-07-11  Richard Henderson  <rth@redhat.com>
8293         * sysdeps/aarch64/libm-test-ulps: Update.
8295 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8297         [BZ #17135]
8298         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8299         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8300         (__nptl_setxid): Initialize error member.  Call
8301         __nptl_setxid_error.
8302         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8303         * nptl/descr.h (struct xid_command): Add error member.
8304         * nptl/tst-setuid3.c: New file.
8305         * nptl/Makefile (tests): Add it.
8307 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8309         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8310         New define.
8311         (__lll_trylock): Use __lll_base_trylock.
8312         (__lll_cond_trylock): Likewise.
8314 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8316         * nptl/pthread_create.c (start_thread): Use atomic_or and
8317         lll_futex_wake directly rather than lll_robust_dead.
8318         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8319         (lll_robust_dead): Macro removed.
8320         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8321         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8322         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8323         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8324         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8325         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8326         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8327         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8328         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8329         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8330         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8331         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8332         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8333         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8334         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8336         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8337         Use atomic_compare_and_exchange_val_acq directly rather than
8338         lll_robust_trylock.
8339         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8340         (__lll_robust_trylock, lll_robust_trylock): Removed.
8341         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8342         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8343         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8344         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8345         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8346         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8347         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8348         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8349         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8350         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8351         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8352         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8353         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8354         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8356 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8358         * manual/locale.texi (Locale Names): New section documenting
8359         locale name syntax.  Adjust menu and node chaining accordingly.
8360         (Choosing Locale): Reference Locale Names, Locale Categories.
8361         Mention setting LC_ALL=C.  Reflect that name syntax is now
8362         documented.
8363         (Locale Categories): New section title.  Reference Locale Names.
8364         LC_ALL is an environment variable, but not a category.
8365         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8366         description, now in Locale Name.  Reference that section.  Locale
8367         name syntax is now documented.
8369 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8371         [BZ #17137]
8372         * locale/findlocale.c (name_present, valid_locale_name): New
8373         functions.
8374         (_nl_find_locale): Use the loc_name variable to store name
8375         candidates.  Call name_present and valid_locale_name to check and
8376         validate locale names.  Return an error if the locale is invalid.
8378 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8380         * locale/setlocale.c (setlocale): Use strdup for allocating
8381         composite name copy.
8383 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8385         Sync up with gnulib.
8386         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8387         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8388         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8389         and _GL_ARG_NONNULL.
8390         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8391         [!_LIBC]: Include code for Windows and Cygwin.
8392         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8393         Include prototype for int strerror_r.
8394         [!_LIBC] (is_open): New function.
8395         (flush_stdout): New function.
8396         (print_errno_message): Use it.
8397         (error): Likewise.
8398         (error_at_line): Likewise.
8399         (error_tail) Add function attribute macros.  Use
8400         __builtin_expect.
8402         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8404         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8406         * io/ftw.c: Include sys/param.h unconditionally.
8408         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8410         [BZ #17125]
8411         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8412         libc_freeres_ptr.
8413         (freecache): New function to free CACHE on exit.
8415         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8416         initialization.
8418 2014-07-09  David S. Miller  <davem@davemloft.net>
8420         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8422         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8423         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8424         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8425         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8426         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8427         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8428         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8429         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8430         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8431         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8432         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8433         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8434         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8436 2014-07-09  Andreas Schwab  <schwab@suse.de>
8438         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8439         output.
8440         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8441         (do_test): Likewise.
8443         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8445 2014-07-09  Will Newton  <will.newton@linaro.org>
8447         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8448         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8449         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8450         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8451         * sysdeps/hppa/start.S (_start): Likewise.
8453 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8455         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8457         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8458         defined.
8460 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8462         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8463         after checking that it is non-NULL.
8465         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8467 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8469         * sysdeps/powerpc/memmove.c: Remove file.
8470         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8471         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8472         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8473         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8474         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8475         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8476         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8477         string memmove instead of removed powerpc one.
8479         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8480         [weak_alias]: Fix compiler warning due trailing data.
8481         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8482         [weak_alias]: Likewise.
8483         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8484         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8486         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8487         (__libc_ifunc_impl_list): Add memmove functions.
8489 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8491         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8492         Remove code.
8493         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8494         Likewise
8495         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8496         Likewise
8497         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8498         Likewise
8499         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8500         Likewise
8501         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8502         Likewise
8503         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8504         Likewise
8505         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8506         Likewise
8507         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8508         Likewise
8509         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8510         Likewise
8511         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8512         Likewise
8513         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8514         Likewise
8515         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8516         Likewise
8517         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8518         Likewise
8519         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8520         Likewise
8521         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8522         Likewise
8523         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8524         Likewise
8526 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8528         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8529         to avoid alignment traps in non-cacheable memory.
8530         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8532         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8533         multiarch objects.
8534         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8535         file: multiarch power7 memmove.
8536         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8537         multiarch default memmove.
8538         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8539         multiarch memove for powerpc32/power4.
8541         * string/bcopy.c: Use full path to include memmove.c.
8542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8543         multiarch objects.
8544         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8545         bcopy for powerpc64.
8546         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8547         bcopy for powerpc64.
8548         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8549         and memmove implementations.
8550         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8551         optimized multiarch memmove for POWER7/powerpc64.
8552         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8553         default multiarch memmove for powerpc64.
8554         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8555         multiarch for powerpc64.
8556         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8557         for POWER7/powerpc64.
8558         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8559         memmove for POWER7/powerpc64.
8561         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8562         glibc default one.
8564         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8565         __ELF_NATIVE_CLASS equal to 64.
8567 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8569         * sysdeps/nptl/lowlevellock.h: File removed.
8571         * NEWS: NPTL is no longer an add-on!
8572         * nptl/internaltypes.h: Moved ...
8573         * sysdeps/nptl/internaltypes.h: ... here.
8574         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8575         * sysdeps/nptl/fork.c: Likewise.
8576         * sysdeps/nptl/gai_misc.h: Likewise.
8577         * sysdeps/nptl/librt-cancellation.c: Likewise.
8578         * sysdeps/nptl/jmp-unwind.c: Likewise.
8579         * sysdeps/nptl/setxid.h: Likewise.
8580         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8581         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8582         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8583         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8584         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8585         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8586         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8587         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8588         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8589         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8590         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8591         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8592         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8593         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8594         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8595         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8596         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8597         * nptl/Makeconfig: Moved ...
8598         * sysdeps/nptl/Makeconfig: ... here.
8599         * nptl/configure: File removed.
8600         * nptl/ANNOUNCE: File removed.
8601         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8602         * sysdeps/unix/sysv/linux/configure: Regenerated.
8604         * nptl/Makefile (routines): Add libc_pthread_init,
8605         libc_multiple_threads, register-atfork and unregister-atfork.
8606         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8607         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8608         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8609         pthread-pi-defines.sym, structsem.sym.
8610         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8611         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8612         [$(subdir) = nptl] (tests): Add tst-setgetname.
8613         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8614         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8615         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8616         [!LIBC_SIGACTION]: Remove aliases.
8617         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8618         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8619         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8620         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8621         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8622         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8623         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8624         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8625         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8626         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8627         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8628         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8629         __libc_allocate_rtsig_private.
8630         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8631         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8632         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8633         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8634         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8635         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8636         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8637         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8638         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8639         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8640         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8641         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8642         * nptl/internaltypes.h: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8644         * sysdeps/nptl/jmp-unwind.c: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8646         * nptl/libc-lowlevellock.c: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8648         * nptl/libc_multiple_threads.c: ... here.
8649         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8650         * nptl/libc_pthread_init.c: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8652         * nptl/lowlevelbarrier.sym: ... here.
8653         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8654         * nptl/lowlevelcond.sym: ... here.
8655         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8656         * nptl/lowlevellock.c: ... here.
8657         * nptl/lowlevellock.h: Moved ...
8658         * sysdeps/nptl/lowlevellock.h: ... here.
8659         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8660         * nptl/lowlevelrobustlock.c: ... here.
8661         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8662         * nptl/lowlevelrobustlock.sym: ... here.
8663         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8664         * nptl/lowlevelrwlock.sym: ... here.
8665         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8666         * nptl/pt-fork.c: ... here.
8667         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8668         * nptl/pthread-pi-defines.sym: ... here.
8669         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8670         * nptl/pthread_attr_getaffinity.c: ... here.
8671         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8672         * nptl/pthread_attr_setaffinity.c: ... here.
8673         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8674         * nptl/pthread_mutex_cond_lock.c: ... here.
8675         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8676         Update #include.
8677         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8678         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8679         * nptl/pthread_once.c: ... here, replacing old file.
8680         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8681         * nptl/pthread_yield.c: ... here.
8682         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8683         * nptl/register-atfork.c: ... here.
8684         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8685         * nptl/sem_post.c: ... here.
8686         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8687         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8688         * nptl/sem_timedwait.c: ... here.
8689         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8690         * nptl/sem_trywait.c: ... here.
8691         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8692         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8693         * nptl/sem_wait.c: ... here.
8694         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8695         * nptl/structsem.sym: ... here.
8696         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8697         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8698         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8699         * nptl/unregister-atfork.c: ... here.
8700         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8701         * nptl/unwindbuf.sym: ... here.
8702         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8703         * sysdeps/nptl/fork.c: ... here.
8704         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8705         * sysdeps/nptl/fork.h: ... here.
8706         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8707         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8708         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8709         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8710         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8711         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8712         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8713         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8714         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8715         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8716         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8717         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8718         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8719         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8720         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8721         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8722         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8723         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8724         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8725         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8726         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8727         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8728         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8729         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8730         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8731         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8732         * sysdeps/unix/sysv/linux/raise.c: ... here.
8733         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8734         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8735         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8736         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8737         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8738         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8739         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8740         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8741         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8742         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8743         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8744         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8745         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8746         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8747         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8749 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8751         * sysdeps/generic/memcopy.h: Add comment for
8752         MEMCPY_OK_FOR_FWD_MEMMOVE.
8754 2014-07-04  Will Newton  <will.newton@linaro.org>
8756         * string/memchr.c: Merge from gnulib.
8757         [_LIBC]: Remove conditionals.
8758         (__ptr_t): Remove define.
8759         (LONG_MAX_32_BITS): Likewise.
8760         (LONG_MAX): Likewise.
8761         (MEMCHR): Use ANSI prototype and optimize algorithm.
8763         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8765 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8767         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8768         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8770         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8771         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8772         in a bare environment with no <stdlib.h> installed.
8773         * sysdeps/nptl/configure: Regenerated.
8775         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8777         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8778         AC_EGREP_CPP for kernel header checks, so they only succeed if
8779         including <linux/version.h> actually works right.
8780         * sysdeps/unix/sysv/linux/configure: Regenerated.
8782         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8783         value so it's not diagnosed as unused.
8785         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8786         thing) with "ifeq ($(subdir),rt)".
8788 2014-07-03  Richard Henderson  <rth@redhat.com>
8790         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8791         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8792         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8794         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8795         (math_force_eval): New.
8797         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8798         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8800         * sysdeps/alpha/fpu/s_round.c: Remove file.
8801         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8803         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8804         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8805         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8806         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8807         (_dl_start, print_statistics): Likewise.
8808         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8809         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8811         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8812         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8813         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8814         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8815         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8816         (HP_SMALL_TIMING_AVAIL): Define.
8817         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8818         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8819         (HP_SMALL_TIMING_AVAIL): Define.
8820         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8821         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8823         * sysdeps/aarch64/hp-timing.h: New file.
8825         * sysdeps/generic/hp-timing.h: Remove dead comment.
8826         * sysdeps/generic/hp-timing-common.h: New file.
8827         * sysdeps/alpha/hp-timing.h: Include it.
8828         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8829         * sysdeps/i386/i686/hp-timing.h: Likewise.
8830         * sysdeps/ia64/hp-timing.h: Likewise.
8831         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8832         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8833         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8834         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8835         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8836         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8837         (hp_timing_t): New.
8839         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8840         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8841         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8842         * elf/rtld.c (_dl_start_final): Likewise.
8843         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8844         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8845         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8846         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8847         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8848         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8849         (HP_TIMING_DIFF_INIT): Remove.
8850         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8851         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8852         (HP_TIMING_DIFF_INIT): Remove.
8853         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8854         * sysdeps/i386/i686/hp-timing.c: Remove file.
8855         * sysdeps/x86_64/hp-timing.c: Remove file.
8856         * sysdeps/ia64/hp-timing.c: Remove file.
8857         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8858         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8859         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8860         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8862         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8863         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8864         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8865         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8866         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8867         (HP_TIMING_ACCUM): Remove.
8868         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8869         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8870         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8872         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8873         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8874         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8875         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8876         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8877         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8878         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8879         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8881         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8883 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8885         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8887 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8889         Sync up with gettext.
8890         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8891         [_MSC_VER]: Include malloc.h
8892         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8893         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8894         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8895         TEMP_FAILURE_RETRY.  Cast return of alloca.
8896         [!_LIBC] Call gl_rwlock_init.
8897         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8899 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8901         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8902         before checking its value.
8904 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8906         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8908         * debug/memcpy_chk.c: Don't include pagecopy.h.
8909         * debug/mempcpy_chk.c: Likewise.
8910         * string/memcpy.c: Likewise.
8911         * string/memmove.c: Likewise.
8912         * sysdeps/powerpc/memmove.c: Likewise.
8913         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8914         definition of PAGE_COPY_FWD_MAYBE here...
8915         * sysdeps/generic/pagecopy.h: ... from here.
8916         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8918 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8919             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8921         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8922         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8923         optimizations.
8924         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8925         (__libc_ifunc_impl_list): Likewise.
8926         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8927         multiarch strcat for PPC64.
8928         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8929         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8931 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8933         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8935 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8937         * intl/loadmsgcat.c: Remove declaration of
8938         get_sysdep_segment_value.
8939         (get_sysdep_segment_value): Use ISO C style.
8940         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8941         semicolon.  Fix typo and formatting in comment.
8942         (_nl_unload_domain): Use ISO C style.
8944         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8946 2014-07-02  Will Newton  <will.newton@linaro.org>
8948         * malloc/obstack.c: Merge from gnulib master.
8949         [HAVE_CONFIG_H]: Remove conditional code.
8950         [!_LIBC]: Include config.h.
8951         [!ELIDE_CODE]: Don't include inttypes.h, include
8952         stdint.h unconditionally.
8953         (print_and_abort): Mark as _Noreturn.
8954         (_obstack_allocated_p): Mark as __attribute_pure__.
8955         (obstack_free): Rename to __obstack_free.
8956         [!__attribute__]: Remove conditional code.
8957         * malloc/obstack.h: Merge from gnulib master.
8958         [__cplusplus]: Move conditional down.
8959         [!__attribute_pure__]: Define __attribute_pure__ here
8960         if it is not already defined.
8961         (_obstack_memory_used): Mark as __attribute_pure__.
8962         [!__obstack_free]: Define as obstack_free.
8963         [__GNUC__]: Remove check for ancient NeXT gcc.
8965 2014-07-02  Will Newton  <will.newton@linaro.org>
8966             Paul Eggert  <eggert@cs.ucla.edu>
8968         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8970 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8972         * resolv/gethnamaddr.c: Add comment warning that the file is
8973         not maintained.
8975 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8977         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8978         entries.
8980         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8981         entry for aio_cancel and aio_cancel64.
8982         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8983         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8984         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8985         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8986         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8987         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8988         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8989         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8990         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8991         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8992         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8993         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8994         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8996 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8998         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8999         * nptl/pthread_mutex_lock.c: Likewise.
9000         * nptl/pthread_mutex_timedlock.c: Likewise.
9001         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9003 2014-07-01  Richard henderson  <rth@redhat.com>
9005         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9006         (__isnan, __isnanl): Remove.
9007         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9009         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9011 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9013         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9015 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9017         * resolv/nss_dns/dns-host.c (getanswer_r)
9018         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9020 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9022         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9023         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9024         undefine.
9025         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9026         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9028 2014-07-01  Roland McGrath <roland@hack.frob.com>
9030         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9031         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9033         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9034         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9036         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9037         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9038         ... here.
9039         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9040         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9042         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9043         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9044         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9045         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9047         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9048         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9049         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9050         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9051         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9052         Moved ...
9053         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9054         ... here.
9055         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9056         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9057         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9058         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9059         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9060         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9061         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9062         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9063         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9064         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9065         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9066         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9067         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9068         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9069         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9070         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9071         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9072         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9073         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9074         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9075         ... here.
9076         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9077         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9078         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9079         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9080         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9081         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9082         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9083         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9085 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9087         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9088         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9089         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9090         Add sysdep.
9092 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9094         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9096 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9098         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9099         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9101         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9103         * sysdeps/arm/libm-test-ulps: Regenerated.
9105 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9106             Roland McGrath <roland@hack.frob.com>
9108         * test-skeleton.c (signal_handler): Kill the whole process group
9109         before killing the child individually.
9110         (main): Report any failure on `setpgid'.
9112 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9114         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9115         from _TLS_H to _ARM_NPTL_TLS_H.
9116         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9117         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9119 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9121         [BZ #16539]
9122         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9123         (__expm1l): Return argument unchanged when small but not
9124         subnormal.
9126         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9127         include macro name.
9128         (_FP_UNPACK_RAW_1_P): Likewise.
9129         (_FP_PACK_RAW_1): Likewise.
9130         (_FP_PACK_RAW_1_P): Likewise.
9131         (_FP_MUL_MEAT_1_wide): Likewise.
9132         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9133         (_FP_MUL_MEAT_1_hard): Likewise.
9134         (_FP_DIV_MEAT_1_imm): Likewise.
9135         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9136         (_FP_DIV_MEAT_1_udiv): Likewise.
9137         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9138         (_FP_UNPACK_RAW_2): Likewise.
9139         (_FP_UNPACK_RAW_2_P): Likewise.
9140         (_FP_PACK_RAW_2): Likewise.
9141         (_FP_PACK_RAW_2_P): Likewise.
9142         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9143         (_FP_MUL_MEAT_2_wide): Likewise.
9144         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9145         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9146         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9147         (_FP_MUL_MEAT_2_gmp): Likewise.
9148         (_FP_DIV_MEAT_2_udiv): Likewise.
9149         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9150         (_FP_FRAC_SRL_4): Likewise.
9151         (_FP_FRAC_SRST_4): Likewise.
9152         (_FP_FRAC_SRS_4): Likewise.
9153         (_FP_UNPACK_RAW_4): Likewise.
9154         (_FP_UNPACK_RAW_4_P): Likewise.
9155         (_FP_PACK_RAW_4): Likewise.
9156         (_FP_PACK_RAW_4_P): Likewise.
9157         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9158         (_FP_MUL_MEAT_4_wide): Likewise.
9159         (_FP_MUL_MEAT_4_gmp): Likewise.
9160         (umul_ppppmnnn): Likewise.
9161         (_FP_DIV_MEAT_4_udiv): Likewise.
9162         (__FP_FRAC_ADD_4): Likewise.
9163         (__FP_FRAC_SUB_3): Likewise.
9164         (__FP_FRAC_SUB_4): Likewise.
9165         (__FP_FRAC_DEC_3): Likewise.
9166         (__FP_FRAC_DEC_4): Likewise.
9167         (__FP_FRAC_ADDI_4): Likewise.
9168         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9169         (_FP_FRAC_SRL_8): Likewise.
9170         (_FP_FRAC_SRS_8): Likewise.
9172         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9173         include macro name.
9174         (FP_UNPACK_RAW_EP): Likewise.
9175         (FP_PACK_RAW_E): Likewise.
9176         (FP_PACK_RAW_EP): Likewise.
9177         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9178         (_FP_ISSIGNAN): Likewise.
9179         (_FP_ADD_INTERNAL): Likewise.
9180         (_FP_FMA): Likewise.
9181         (_FP_CMP): Likewise.
9182         (_FP_SQRT): Likewise.
9183         (_FP_TO_INT): Likewise.
9184         (_FP_FROM_INT): Likewise.
9185         (FP_EXTEND): Likewise.
9186         (_FP_DIV_MEAT_N_loop): Likewise.
9188 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9190         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9191         throughout.
9193 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9195         [BZ #17097]
9196         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9197         result with correct sign in case of exponents that produce
9198         overflow except for X very close to 1.
9200 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9202         mktime: merge #if/#ifdef usage from glibc
9203         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9204         as that works with both Glibc's and Gnulib's style.
9205         See thread starting at Siddhesh Poyarekar's bug report at:
9206         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9208 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9210         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9211         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9212         * sysdeps/tile/tilegx/memmove.c: Remove file.
9214 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9216         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9217         abi-name definition.
9218         * scripts/soversions.awk: Do not handle or generate ABI lines.
9219         * shlib-versions: Remove ABI entries.
9220         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9221         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9223 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9225         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9226         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9227         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9228         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9229         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9230         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9231         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9232         Moved ...
9233         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9234         ... here.
9235         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9236         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9237         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9238         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9239         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9240         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9241         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9242         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9243         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9244         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9245         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9246         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9247         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9248         Moved ...
9249         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9250         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9251         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9252         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9253         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9254         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9255         Moved ...
9256         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9257         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9258         Moved ...
9259         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9260         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9261         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9262         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9263         Moved ...
9264         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9265         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9266         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9267         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9268         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9269         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9270         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9271         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9272         Moved ...
9273         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9274         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9275         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9276         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9277         Moved ...
9278         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9279         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9280         Moved ...
9281         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9282         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9283         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9284         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9285         Moved ...
9286         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9287         ... here.
9288         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9289         Identical file removed.
9290         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9291         Moved ...
9292         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9293         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9294         Identical file removed.
9295         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9296         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9297         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9298         Moved ...
9299         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9300         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9301         Identical file removed.
9302         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9303         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9304         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9305         Identical file removed.
9306         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9307         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9308         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9309         Identical file removed.
9310         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9311         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9312         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9313         Identical file removed.
9314         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9315         Moved ...
9316         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9317         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9318         Identical file removed.
9319         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9320         Moved ...
9321         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9322         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9323         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9324         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9325         Identical file removed.
9326         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9327         Moved ...
9328         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9329         ... here.
9330         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9331         Identical file removed.
9332         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9333         Moved ...
9334         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9335         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9336         Identical file removed.
9337         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9338         Moved ...
9339         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9340         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9341         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9342         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9343         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9344         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9345         Moved ...
9346         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9347         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9348         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9350         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9351         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9352         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9353         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9354         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9356 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9358         [BZ #17092]
9359         * nscd/nscd.c (monitor_child): Return exit status of child
9360         instead of return value from wait syscall.
9362 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9364         * configure.ac (libc_commonpagesize): Remove variable.
9365         (libc_relro_required): Likewise.
9366         (libc_cv_z_relro): Remove configure test.
9367         * configure: Regenerated.
9368         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9369         variable.
9370         (libc_relro_required): Likewise.
9371         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9372         (libc_relro_required): Likewise.
9373         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9374         (libc_relro_required): Likewise.
9375         * sysdeps/arm/preconfigure: Regenerated.
9376         * sysdeps/ia64/preconfigure: Remove file.
9377         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9378         variable.
9379         (libc_relro_required): Likewise.
9381         [BZ #16561]
9382         [BZ #16562]
9383         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9384         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9385         recompute overflowing results in original rounding mode.
9386         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9387         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9388         recompute overflowing results in original rounding mode.
9389         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9390         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9391         recompute overflowing results in original rounding mode.
9392         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9393         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9394         recompute overflowing results in original rounding mode.
9395         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9396         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9397         recompute overflowing results in original rounding mode.
9398         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9399         (libc_feholdsetround_ctx): New macro.
9400         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9401         * sysdeps/i386/fpu/libm-test-ulps: Update.
9402         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9404 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9406         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9407         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9408         corresponding .cpsetup call.
9410 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9412         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9413         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9414         * sysdeps/arm/Makefile [$(subdir) = csu]
9415         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9416         (static-only-routines): Add aeabi_read_tp here.
9417         (shared-only-routines): Add libc-aeabi_read_tp here.
9418         (CFLAGS-libc-start.c): Add -fexceptions here.
9419         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9420         (sysdep_routines, static-only-routines, shared-only-routines):
9421         Don't add to these here.
9422         (CFLAGS-libc-start.c): Likewise.
9424         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9425         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9426         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9427         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9428         * sysdeps/arm/Makefile [$(subdir) = rt]
9429         (librt-sysdep_routines, librt-shared-only-routines):
9430         Append rt-aeabi_unwind_cpp_pr1 here.
9431         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9432         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9433         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9434         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9435         Append nptl-aeabi_unwind_cpp_pr1 here.
9436         (tests): Filter out tst-cleanupx4 here.
9437         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9438         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9439         Don't do those here.
9441 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9443         * scripts/list-sources.sh: Do not handle ports specially.
9445 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9447         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9448         * sysdeps/arm/feupdateenv.c: Likewise.
9450         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9452 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9454         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9455         trailing whitespace removed.
9456         * scripts/config.guess: Update to version 2014-03-23.
9457         * scripts/config.sub: Update to version 2014-05-01
9458         * scripts/install-sh: Update to version 2013-12-25.23.
9459         * scripts/move-if-change: Update from gnulib.
9461 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9463         * debug/memmove_chk.c: Remove pagecopy.h include.
9465 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9467         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9468         identical to gnulib mktime.
9470 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9472         * configure.ac: Do not test for machine being rs6000.  Do not test
9473         for powerpc*-*soft.
9474         * configure: Regenerated.
9476         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9477         test.
9478         * configure: Regenerated.
9479         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9480         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9481         Remove configure test.
9482         * sysdeps/arm/configure: Regenerated.
9483         * sysdeps/nptl/configure.ac: Do not check
9484         libc_cv_asm_cfi_directives.
9485         * sysdeps/nptl/configure: Regenerated.
9486         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9487         * sysdeps/x86_64/nptl/configure: Remove generated file.
9488         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9489         unconditional.
9490         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9492 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9494         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9495         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9496         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9497         it is defined.
9499         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9500         instead of whether it is defined.
9501         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9502         * sysdeps/hppa/dl-machine.h: Likewise.
9503         * sysdeps/ia64/dl-machine.h: Likewise.
9504         * sysdeps/m68k/dl-machine.h: Likewise.
9505         * sysdeps/microblaze/dl-machine.h: Likewise.
9506         * sysdeps/mips/dl-machine.: Likewise.
9507         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9508         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9509         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9510         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9511         * sysdeps/sh/dl-machine.h: Likewise.
9512         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9513         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9514         * sysdeps/tile/dl-machine.h: Likewise.
9515         * sysdeps/x86_64/dl-machine.h: Likewise.
9517         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9518         code.
9519         (verify_persistent_db): Likewise.
9521 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9523         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9524         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9525         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9526         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9527         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9528         Moved ...
9529         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9530         ... here.
9531         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9532         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9533         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9534         Identical file removed.
9535         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9536         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9537         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9538         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9539         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9540         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9541         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9542         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9543         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9544         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9545         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9546         Moved ...
9547         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9548         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9549         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9550         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9551         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9553         Moved ...
9554         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9555         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9556         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9557         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9558         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9559         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9560         Identical file removed.
9561         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9562         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9563         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9564         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9565         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9566         Moved ...
9567         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9568         ... here.
9569         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9570         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9571         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9572         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9573         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9574         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9575         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9576         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9577         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9578         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9579         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9580         Moved ...
9581         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9582         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9583         Moved ...
9584         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9585         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9586         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9587         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9588         Moved ...
9589         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9590         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9591         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9593         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9594         folded into ...
9595         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9596         * sysdeps/unix/sysv/linux/s390/Versions
9597         (libpthread: GLIBC_2.19): New version set.
9598         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9599         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9600         (librt: GLIBC_2.3.3): New version set.
9601         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9602         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9603         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9604         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9605         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9606         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9607         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9608         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9609         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9610         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9611         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9612         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9613         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9614         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9615         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9616         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9617         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9618         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9619         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9620         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9621         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9622         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9623         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9624         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9625         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9626         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9627         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9628         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9629         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9630         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9631         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9632         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9633         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9634         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9635         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9636         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9637         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9638         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9639         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9640         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9641         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9642         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9643         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9644         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9645         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9647         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9648         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9649         (__libc_vfork): Define the function under this name.
9650         [!NOT_IN_libc] (__vfork): Make this an alias.
9651         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9652         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9653         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9654         (__libc_vfork): Define the function under this name.
9655         [!NOT_IN_libc] (__vfork): Make this an alias.
9656         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9657         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9658         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9659         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9660         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9661         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9663         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9664         code that was previously under [RESET_PID].
9665         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9666         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9667         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9669         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9670         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9671         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9672         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9673         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9674         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9675         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9676         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9677         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9678         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9679         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9680         Moved ...
9681         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9682         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9683         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9684         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9685         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9686         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9687         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9688         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9689         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9690         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9691         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9692         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9693         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9694         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9695         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9696         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9697         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9698         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9699         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9700         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9701         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9702         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9703         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9704         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9705         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9706         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9707         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9708         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9709         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9711 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9713         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9714         that was previously under [RESET_PID].
9715         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9717 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9719         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9720         not undefine and redefine.
9721         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9722         [O_CLOEXEC]: Make code unconditional.
9723         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9724         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9725         <kernel-features.h>.
9726         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9727         conditional variable definition.
9728         (shm_open) [O_CLOEXEC]: Make code unconditional.
9729         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9730         code.
9732         * configure.ac (USE_REGPARMS): Don't define here.
9733         * configure: Regenerated.
9734         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9735         * sysdeps/i386/configure: Regenerated.
9737         * nptl/createthread.c: Don't include kernel-features.h.
9738         * nptl/pthread_cancel.c: Likewise.
9739         * nptl/pthread_condattr_setclock.c: Likewise.
9740         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9741         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9742         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9743         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9744         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9745         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9746         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9747         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9748         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9749         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9750         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9751         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9752         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9753         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9754         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9755         * nscd/gai.c: Likewise.
9756         * nss/nss_db/db-open.c: Likewise.
9757         * sysdeps/generic/ldsodefs.h: Likewise.
9758         * sysdeps/sh/nptl/tls.h: Likewise.
9759         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9760         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9761         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9762         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9763         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9764         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9765         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9766         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9767         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9768         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9769         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9770         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9771         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9772         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9773         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9774         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9775         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9776         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9777         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9778         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9779         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9780         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9781         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9782         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9783         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9784         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9785         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9786         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9787         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9788         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9789         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9790         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9791         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9792         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9793         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9794         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9795         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9796         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9797         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9798         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9799         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9800         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9801         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9802         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9803         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9804         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9805         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9806         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9807         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9808         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9809         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9810         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9811         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9812         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9813         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9814         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9815         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9816         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9839         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9840         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9841         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9842         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9843         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9844         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9845         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9846         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9847         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9848         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9849         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9850         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9851         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9852         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9853         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9854         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9855         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9856         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9857         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9858         * sysdeps/unix/sysv/linux/system.c: Likewise.
9859         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9860         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9861         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9862         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9863         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9864         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9865         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9867         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9868         * configure: Regenerated.
9869         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9871         * configure.ac (base_machine): Do not set specially for particular
9872         machines here.
9873         * configure: Regenerated.
9874         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9875         settings from configure.ac.
9876         * sysdeps/i386/preconfigure: New file.
9877         * sysdeps/s390/preconfigure: Likewise.
9878         * sysdeps/sh/preconfigure: Likewise.
9879         * sysdeps/sparc/preconfigure: Likewise.
9881 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9883         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9884         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9885         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9886         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9887         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9888         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9889         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9890         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9891         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9892         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9893         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9894         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9895         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9896         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9897         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9898         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9899         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9900         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9901         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9903         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9904         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9905         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9906         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9907         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9908         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9909         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9910         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9911         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9912         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9913         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9914         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9915         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9916         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9917         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9918         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9919         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9920         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9921         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9922         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9923         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9924         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9925         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9926         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9927         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9928         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9929         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9930         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9931         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9932         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9933         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9934         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9935         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9936         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9937         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9938         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9939         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9940         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9942         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9943         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9944         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9945         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9946         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9947         Moved ...
9948         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9949         ... here.
9950         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9951         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9952         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9953         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9954         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9955         Moved ...
9956         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9957         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9958         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9959         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9960         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9961         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9962         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9963         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9964         Moved ...
9965         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9966         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9967         Moved ...
9968         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9969         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9970         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9971         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9972         Moved ...
9973         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9974         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9975         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9977         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9978         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9979         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9980         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9981         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9982         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9983         Moved ...
9984         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9985         ... here.
9986         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9987         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9988         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9989         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9990         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9991         Moved ...
9992         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9994         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9995         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9996         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9997         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9998         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9999         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10000         Moved ...
10001         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10002         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10003         Moved ...
10004         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10005         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10006         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10007         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10008         Moved ...
10009         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10011         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10012         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10013         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10015 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10017         * timezone/checktab.awk: Update from tzcode 2014e.
10018         * timezone/private.h: Likewise.
10019         * timezone/tzfile.h: Likewise.
10020         * timezone/zdump.c: Likewise.
10021         * timezone/zic.c: Likewise.
10023         * sysdeps/unix/sysv/linux/kernel-features.h
10024         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10025         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10026         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10027         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10028         Remove conditional code.
10030 2014-06-25  Will Newton  <will.newton@linaro.org>
10032         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10033         (_dl_arm_cap_flags): Add HWCAP2 values.
10034         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10035         (_DL_HWCAP_COUNT): Increase to 37.
10036         (_DL_HWCAP_LAST): New define.
10037         (_DL_HWCAP2_LAST): New define.
10038         (_dl_procinfo): Add support for printing
10039         AT_HWCAP2 entries.
10040         (_dl_string_hwcap): Use _dl_hwcap_string.
10042 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10044         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10046 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10048         * README: Do not mention ports directory.
10050         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10051         Remove macro.
10052         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10053         <kernel-features.h>.
10054         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10055         conditional variable definition.
10056         (__futimes): Update comment.
10057         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10058         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10060         [BZ #16560]
10061         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10062         arguments close to 0.
10063         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10064         Likewise.
10065         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10066         Likewise.
10067         * math/auto-libm-test-in: Add more tests of exp10.
10068         * math/auto-libm-test-out: Regenerated.
10069         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10071         * sysdeps/unix/sysv/linux/kernel-features.h
10072         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10073         * sysdeps/unix/sysv/linux/readv.c: Do not include
10074         <kernel-features.h>.
10075         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10076         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10077         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10078         unconditional.
10079         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10080         conditional code.
10081         * sysdeps/unix/sysv/linux/writev.c: Do not include
10082         <kernel-features.h>.
10083         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10084         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10085         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10086         unconditional.
10087         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10088         conditional code.
10090 2014-06-25  Will Newton  <will.newton@linaro.org>
10092         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10093         comment changes throughout the file.  Remove checks
10094         for HAVE_*_H definitions that are not required.
10095         (__gen_tempname): Call abort if an unknown kind value is
10096         passed.
10098 2014-06-25  Andreas Schwab  <schwab@suse.de>
10100         [BZ #17086]
10101         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10102         scalbln, scalblnf, scalblnl in libc.
10104 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10106         [BZ #17086]
10107         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10108         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10109         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10111 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10113         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10114         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10115         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10116         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10117         Update #include.
10118         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10119         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10120         Update #include.
10121         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10122         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10123         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10124         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10125         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10126         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10127         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10128         * sysdeps/x86/bits/semaphore.h: ... here.
10129         * sysdeps/x86/nptl/elide.h: Moved ...
10130         * sysdeps/x86/elide.h: ... here.
10131         * sysdeps/x86_64/nptl/Implies: File removed.
10132         * sysdeps/i386/nptl/Implies: File removed.
10134 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10136         [BZ #16539]
10137         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10138         return the argument for normal arguments with exponent below -64.
10139         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10140         Likewise.
10141         * math/auto-libm-test-in: Add another test of expm1.
10142         * math/auto-libm-test-out: Regenerated.
10144         [BZ #16287]
10145         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10146         calling __erfcl for arguments at least 16.
10147         * math/auto-libm-test-in: Add more tests of erf.
10148         * math/auto-libm-test-out: Regenerated.
10150         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10151         individual architectures.
10152         * sysdeps/unix/sysv/linux/configure: Regenerated.
10153         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10154         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10155         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10156         (ldd_rewrite_script): Define variable.
10157         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10159         file.
10160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10161         generated file.
10162         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10163         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10164         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10165         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10166         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10167         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10168         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10169         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10171 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10173         [BZ #17084]
10174         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10175         Rename member __data.d to __data.__elision_data.
10177 2014-06-24  Wilco  <wdijkstr@arm.com>
10179         * NEWS: Add 16918 to fixed bug list.
10181 2014-06-24  Wilco  <wdijkstr@arm.com>
10183         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10185 2014-06-24  Wilco  <wdijkstr@arm.com>
10187         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10188         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10189         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10190         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10191         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10192         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10193         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10194         Use _FPU_MASK_RM.
10196 2014-06-24  Wilco  <wdijkstr@arm.com>
10198         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10200 2014-06-24  Wilco  <wdijkstr@arm.com>
10202         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10203         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10204         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10205         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10207 2014-06-24  Wilco  <wdijkstr@arm.com>
10209         [BZ #16918]
10210         * sysdeps/arm/feupdateenv.c (feupdateenv):
10211         Rewrite to reduce FPSCR accesses and fix return value.
10213 2014-06-24  Wilco  <wdijkstr@arm.com>
10215         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10216         Optimize to avoid unnecessary FPSCR writes.
10217         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10218         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10219         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10220         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10222 2014-06-24  Wilco  <wdijkstr@arm.com>
10224         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10225         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10226         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10227         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10228         Call libc_fetestexcept_vfp.
10229         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10230         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10231         __SOFTFP__ ifdef so that they can be built for softfp.
10233 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10235         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10236         argument type signed char.
10238         * Makerules (check-abi): Dump diff of symlist if the test
10239         fails.
10241 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10243         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10244         using abort.
10246         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10247         Remove unused variable ST.
10249 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10251         [BZ #16354]
10252         [BZ #17061]
10253         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10254         small arguments before calling __expm1.
10255         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10256         small arguments before calling __expm1f.
10257         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10258         small arguments before calling __expm1l.
10259         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10260         Likewise.
10261         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10262         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10263         spurious underflow for some cosh tests.
10264         * math/auto-libm-test-out: Regenerated.
10265         * sysdeps/i386/fpu/libm-test-ulps: Update.
10267         [BZ #17050]
10268         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10269         (__ieee754_y1): Set errno if return value overflows.
10270         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10271         (__ieee754_y1f): Set errno if return value overflows.
10272         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10273         (__ieee754_y1l): Set errno if return value overflows.
10274         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10275         (__ieee754_y1l): Set errno if return value overflows.
10276         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10277         * math/auto-libm-test-out: Regenerated.
10279         * math/gen-auto-libm-tests.c: Document use of
10280         ignore-zero-inf-sign.
10281         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10282         (input_flags): Add ignore-zero-inf-sign.
10283         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10284         * math/gen-libm-test.pl (generate_testfile): Handle
10285         ignore-zero-inf-sign.
10286         * math/auto-libm-test-in: Mark some cpow tests with
10287         ignore-zero-inf-sign and some with xfail-rounding.
10288         * math/auto-libm-test-out: Regenerated.
10289         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10290         * sysdeps/i386/fpu/libm-test-ulps: Update.
10291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10293         [BZ #16315]
10294         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10295         overflowing or underflowing operations take place with sign of
10296         result.
10297         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10298         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10299         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10300         (__ieee754_pow): Recompute overflowing and underflowing results in
10301         original rounding mode.
10302         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10303         (__powl_helper): Allow negative argument X and scale negated value
10304         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10305         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10306         overflowing or underflowing operations take place with sign of
10307         result.
10308         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10309         Include <math.h>.
10310         * math/auto-libm-test-in: Add more tests of pow.
10311         * math/auto-libm-test-out: Regenerated.
10312         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10313         (pow_tonearest_test_data): Remove.
10314         (pow_test_tonearest): Likewise.
10315         (pow_towardzero_test_data): Likewise.
10316         (pow_test_towardzero): Likewise.
10317         (pow_downward_test_data): Likewise.
10318         (pow_test_downward): Likewise.
10319         (pow_upward_test_data): Likewise.
10320         (pow_test_upward): Likewise.
10321         (main): Don't call removed functions.
10322         * sysdeps/i386/fpu/libm-test-ulps: Update.
10323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10325 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10328         Moved ...
10329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10331         Moved ...
10332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10334         Moved ...
10335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10337         Moved ...
10338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10340         File removed.
10341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10342         File removed.
10343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10344         File removed.
10345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10346         File removed.
10347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10348         File removed.
10349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10350         File removed.
10351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10352         File removed.
10353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10354         File removed.
10355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10356         File removed.
10357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10358         File removed.
10359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10360         File removed.
10361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10362         File removed.
10363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10364         Moved ...
10365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10367         Moved ...
10368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10369         ... here.
10370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10371         Moved ...
10372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10374         Moved ...
10375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10377         Moved ...
10378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10380         Moved ...
10381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10383         Moved ...
10384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10386         Moved ...
10387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10389         Moved ...
10390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10393         ... here.
10394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10395         Moved ...
10396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10398         Moved ...
10399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10400         ... here.
10401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10402         Moved ...
10403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10404         ... here.
10405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10406         Moved ...
10407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10408         ... here.
10409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10410         Moved ...
10411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10413         Moved ...
10414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10418         Moved ...
10419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10420         ... here.
10421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10422         Moved ...
10423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10424         ... here.
10425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10426         Moved ...
10427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10429         Moved ...
10430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10432         Moved ...
10433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10435         Moved ...
10436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10438         Moved ...
10439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10440         ... here.
10441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10442         Moved ...
10443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10445         Moved ...
10446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10448         Moved ...
10449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10451         Moved ...
10452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10456         Moved ...
10457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10459         Moved ...
10460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10462         Moved ...
10463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10464         ... here.
10465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10466         Moved ...
10467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10468         ... here.
10469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10470         Moved ...
10471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10472         ... here.
10473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10474         Moved ...
10475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10477         Moved ...
10478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10480         Moved ...
10481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10483         Moved ...
10484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10485         ... here.
10486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10487         Moved ...
10488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10489         ... here.
10490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10491         Moved ...
10492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10493         ... here.
10494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10495         Moved ...
10496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10498         Moved ...
10499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10501 2014-06-23  Will Newton  <will.newton@linaro.org>
10502             Wilco  <wdijkstr@arm.com>
10504         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10505         implementation.  Include get-rounding-mode.h.
10506         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10507         [!libc_feholdsetround_noex_ctx]: Define
10508         libc_feholdsetround_noex_ctx.
10509         [!libc_feholdsetround_noexf_ctx]: Define
10510         libc_feholdsetround_noexf_ctx.
10511         [!libc_feholdsetround_noexl_ctx]: Define
10512         libc_feholdsetround_noexl_ctx.
10513         (libc_feholdsetround_ctx): New function.
10514         (libc_feresetround_ctx): New function.
10515         (libc_feholdsetround_noex_ctx): New function.
10516         (libc_feresetround_noex_ctx): New function.
10518 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10520         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10521         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10522         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10523         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10524         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10525         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10527         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10528         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10529         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10530         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10531         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10532         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10533         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10534         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10535         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10536         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10538         Moved ...
10539         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10540         ... here.
10541         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10542         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10543         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10544         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10545         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10546         Moved ...
10547         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10548         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10549         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10550         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10551         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10552         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10553         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10554         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10555         Moved ...
10556         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10557         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10558         Moved ...
10559         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10560         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10561         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10562         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10563         Moved ...
10564         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10565         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10566         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10567         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10568         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10569         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10570         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10571         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10572         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10573         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10574         Moved ...
10575         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10576         ... here.
10577         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10578         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10579         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10580         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10581         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10582         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10583         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10584         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10585         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10586         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10587         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10588         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10589         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10590         Moved ...
10591         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10592         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10593         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10594         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10595         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10596         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10597         Moved ...
10598         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10599         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10600         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10601         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10602         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10604         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10605         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10606         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10607         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10608         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10609         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10610         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10611         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10612         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10613         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10614         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10615         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10616         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10617         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10618         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10619         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10620         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10621         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10622         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10623         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10624         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10625         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10626         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10627         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10628         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10629         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10630         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10631         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10633 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10635         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10636         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10637         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10638         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10639         (IPV6_PMTUDISC_INTERFACE): Likewise.
10640         (IPV6_PMTUDISC_OMIT): Likewise.
10642 2014-06-23  Andreas Schwab  <schwab@suse.de>
10644         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10645         Remove unused errout label.
10647 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10649         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10650         macro: hardware supports Vector Crypto instructions.
10652 2014-06-23  Will Newton  <will.newton@linaro.org>
10654         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10655         rather than __builtin_expect.
10657         * elf/dl-lookup.c (undefined_msg): Remove variable.
10658         (_dl_lookup_symbol_x): Replace undefined_msg with string
10659         literal.
10661         * elf/dl-lookup.c (do_lookup_unique): New function.
10662         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10663         to a separate function.
10665 2014-06-23  Andreas Schwab  <schwab@suse.de>
10667         [BZ #17079]
10668         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10669         before reading the next line.
10671 2014-06-23  Will Newton  <will.newton@linaro.org>
10673         * test-skeleton.c (signal_handler): Use printf and %m
10674         rather than perror.  Use printf rather than fprintf to
10675         stderr.  Use puts rather than fputs to stderr.
10676         (main): Likewise.
10678 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10680         * nscd/nscd.c (thread_info_t): Remove typedef.
10681         (thread_info): Remove variable.
10683 2014-06-21  Allan McRae  <allan@archlinux.org>
10685         * NEWS: Mention CVE-2014-4043.
10687 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10689         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10690         * nptl/smp.h: ... here.
10692         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10694         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10695         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10696         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10697         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10699         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10700         * nptl/stack-aliasing.h: New file.
10701         * sysdeps/i386/i686/stack-aliasing.h: New file.
10702         * sysdeps/i386/i686/nptl/Makefile: File removed.
10703         * sysdeps/x86_64/stack-aliasing.h: New file.
10704         * sysdeps/x86_64/nptl/Makefile
10705         (CFLAGS-pthread_create.c): Variable removed.
10707         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10708         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10709         old file.
10710         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10711         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10712         old file.
10714 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10716         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10717         (__ASSUME_SIGFRAME_V2): Remove macro.
10718         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10719         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10720         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10721         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10722         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10723         Declare as function.  Remove conditional macro definitions.
10724         (__default_rt_sa_restorer): Likewise.
10725         (__default_sa_restorer_v1): Remove declaration.
10726         (__default_sa_restorer_v2): Likewise.
10727         (__default_rt_sa_restorer_v1): Likewise.
10728         (__default_rt_sa_restorer_v2): Likewise.
10729         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10730         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10731         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10733 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10735         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10736         (libpthread-routines): Add sysdep.
10737         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10738         * sysdeps/unix/sysv/linux/sparc/Versions
10739         (libpthread: GLIBC_2.3.3): New version set.
10740         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10741         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10742         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10743         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10744         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10745         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10746         Moved ...
10747         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10748         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10749         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10750         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10751         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10752         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10753         * sysdeps/sparc/nptl/sem_init.c: ... here.
10754         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10755         * sysdeps/sparc/nptl/sem_post.c: ... here.
10756         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10757         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10758         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10759         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10760         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10761         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10762         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10763         (libpthread-routines): Add cpu_relax.
10764         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10765         File removed.
10766         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10767         (librt: GLIBC_2.3.3): New version set.
10768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10769         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10770         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10771         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10772         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10773         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10774         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10775         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10776         Moved ...
10777         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10778         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10779         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10780         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10781         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10782         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10783         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10784         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10785         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10786         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10787         Moved ...
10788         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10789         Update #include.
10790         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10791         Moved ...
10792         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10793         Update #include.
10794         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10795         Moved ...
10796         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10797         Update #include.
10798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10799         Moved ...
10800         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10801         Update #include.
10802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10803         Moved ...
10804         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10805         Update #include.
10806         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10807         Moved ...
10808         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10809         Update #include.
10810         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10811         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10812         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10813         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10814         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10815         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10816         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10817         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10818         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10819         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10820         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10821         Moved ...
10822         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10823         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10824         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10826         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10828 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10830         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10831         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10832         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10833         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10834         * nscd/nscd.c: Likewise.
10835         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10836         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10837         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10838         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10840         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10841         <kernel-features.h>.
10842         (init_mq_netlink): Remove conditional have_sock_cloexec
10843         definitions.  Remove code conditional on have_sock_cloexec < 0.
10844         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10845         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10846         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10847         <kernel-features.h>.
10848         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10849         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10851 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10853         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10854         Add tests for memset_chk and memset.
10856         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10857         with AVX2_Usable.
10859 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10861         [BZ #16046]
10862         * elf/tst-dl-iter-static.c: New file.
10863         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10865         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10866         error.
10868 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10870         * sysdeps/unix/sysv/linux/kernel-features.h
10871         (__ASSUME_F_GETOWN_EX): Remove macro.
10872         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10873         <kernel-features.h>.
10874         (miss_F_GETOWN_EX): Remove variable or macro.
10875         (do_fcntl): Do not check miss_F_GETOWN_EX.
10876         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10878         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10879         Remove macro.
10880         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10881         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10882         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10884         * sysdeps/unix/sysv/linux/kernel-features.h
10885         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10886         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10887         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10888         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10890 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10892         [BZ #17075]
10893         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10894         Fix calculation of the symbol's value.
10895         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10896         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10897         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10898         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10899         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10900         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10901         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10902         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10903         (modules-names): Add `tst-armtlsdescmod',
10904         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10905         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10906         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10907         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10908         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10909         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10910         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10911         ($(objpfx)tst-armtlsdescloc): New dependency.
10912         ($(objpfx)tst-armtlsdescextnow): Likewise.
10913         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10914         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10915         TLS scheme support.
10916         * sysdeps/arm/configure: Regenerate.
10918 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10920         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10921         (__atfct_seterrno_2): Likewise.
10922         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10923         <kernel-features.h>.
10924         (__ASSUME_ATFCTS): Do not undefine and redefine.
10925         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10926         (__have_atfcts): Remove conditional definition.
10927         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10928         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10929         unreachable if [__ASSUME_ATFCTS].
10930         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10931         not undefine and redefine.
10932         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10933         <kernel-features.h>.
10934         (faccessat) [__NR_faccessat]: Make code unconditional.
10935         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10936         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10937         <kernel-features.h>.
10938         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10939         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10940         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10941         <kernel-features.h>.
10942         (fchownat) [__NR_fchownat]: Make code unconditional.
10943         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10944         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10945         <kernel-features.h>.
10946         (futimesat) [__NR_futimesat]: Make code unconditional.
10947         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10948         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10949         <kernel-features.h>.
10950         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10951         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10952         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10953         <kernel-features.h>.
10954         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10955         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10956         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10957         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10958         <kernel-features.h>.
10959         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10960         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10961         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10962         <kernel-features.h>.
10963         (linkat) [__NR_linkat]: Make code unconditional.
10964         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10965         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10966         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10967         <kernel-features.h>.
10968         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10969         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10970         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10971         <kernel-features.h>.
10972         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10973         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10974         * sysdeps/unix/sysv/linux/openat.c: Do not include
10975         <kernel-features.h>.
10976         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10977         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10978         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10979         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10980         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10981         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10982         <kernel-features.h>.
10983         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10984         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10985         result of INLINE_SYSCALL directly, not via int variable.
10986         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10987         <kernel-features.h>.
10988         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10989         (renameat) [__NR_renameat]: Make code unconditional.
10990         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10991         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10992         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10993         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10994         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10995         (__ASSUME_ATFCTS): Do not undefine and redefine.
10996         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10997         <kernel-features.h>.
10998         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10999         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11000         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11001         <kernel-features.h>.
11002         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11003         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11004         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11005         (__ASSUME_ATFCTS): Do not undefine and redefine.
11006         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11007         <kernel-features.h>.
11008         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11009         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11010         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11011         <kernel-features.h>.
11012         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11013         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11015 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11017         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11019 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11021         [BZ #17069]
11022         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11023         constructed tree before returning error.
11024         * posix/bug-regexp36.c: Expand test case.
11026 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11028         [BZ #6803]
11029         * math/libm-test.inc (scalbln_test_date):
11030         Add errno expectations.
11031         * math/w_scalblnf.c: New File.
11032         Add wrapper which checks for setting errno to ERANGE.
11033         Add weak_alias for corresponding scalbln function.
11034         * math/w_scalbln.c: Likewise.
11035         * math/w_scalblnl.c: Likewise.
11036         * math/Makefile (libm-calls): Add w_scalbln.
11037         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11038         Remove weak_alias for corresponding scalbln function.
11039         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11040         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11041         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11042         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11043         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11044         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11045         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11046         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11047         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11048         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11049         Remove long_double_symbol for scalblnl function in libm, libc.
11050         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11051         Add wrapper which checks for setting errno to ERANGE.
11052         Add long_double_symbol for scalblnl function in libm, libc.
11053         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11054         Remove long_double_symbol for scalblnl in libm.
11055         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11056         Add wrapper which checks for setting errno to ERANGE.
11057         Add long_double_symbol for scalblnl function in libm.
11058         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11059         Do not use wrapper because of own implementation.
11061 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11063         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11064         3 bytes for __pad1 for x32.
11065         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11067 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11068             H.J. Lu  <hongjiu.lu@intel.com>
11070         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11071         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11072         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11073         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11074         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11076 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11078         [BZ #17069]
11079         * posix/regcomp.c (parse_expression): Deallocate partially
11080         constructed tree before returning error.
11081         * posix/Makefile.c (tests): Add bug-regex36.
11082         (generated): Add bug-regex36.mtrace.
11083         (tests-special): Add $(objpfx)bug-regex36-mem.out
11084         (bug-regex36-ENV): New variable.
11085         ($(objpfx)bug-regex36-mem.out): New rule.
11086         * posix/bug-regex36.c: New file.
11088 2014-06-19  Will Newton  <will.newton@linaro.org>
11090         * malloc/malloc.c (systrim): If extra is zero then return
11091         early.
11093 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11095         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11097 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11099         * sysdeps/aarch64/strchr.S: New file.
11101 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11103         [BZ #17022]
11104         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11105         from arguments -2 or below.
11106         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11107         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11109 2014-06-18  Andreas Schwab  <schwab@suse.de>
11111         [BZ #17062]
11112         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11113         of a bracket expr not to run off the end of the string.
11114         * posix/Makefile (tests): Add tst-fnmatch3.
11115         * posix/tst-fnmatch3.c: New file.
11117 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11119         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11120         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11121         [$(cross-compiling) = no]: Likewise.
11122         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11123         [$(cross-compiling) = no]: Likewise.
11125 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11127         [BZ #17031]
11128         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11129         double, adjusted for any remainder from the high double.
11130         * math/libm-test.inc (nearbyint): Add tests.
11131         (rint): Likewise.
11133 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11135         * nptl/sysdeps/powerpc/Makefile: Moved ...
11136         * sysdeps/powerpc/nptl/Makefile: ... here.
11137         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11138         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11139         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11140         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11141         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11142         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11143         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11144         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11145         * nptl/sysdeps/powerpc/tls.h: Moved ...
11146         * sysdeps/powerpc/nptl/tls.h: ... here.
11148 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11150         [BZ #16681]
11151         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11152         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11153         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11154         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11155         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11156         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11157         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11158         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11159         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11161 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11163         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11165 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11167         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11168         defined operator.
11170         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11171         $TIMEOUTFACTOR.
11173 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11175         [BZ #17058]
11176         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11177         non-executed part of the test.
11179 2014-06-16  Andreas Schwab  <schwab@suse.de>
11181         * string/bits/string2.h (strdup, strndup): Update feature guard.
11183 2014-06-14  David S. Miller  <davem@davemloft.net>
11185         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11187 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11189         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11190         that was previously under [RESET_PID].
11191         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11193         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11194         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11195         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11196         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11197         (__libc_vfork): New strong alias.
11198         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11200 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11202         * sysdeps/generic/elide.h: New file.
11204 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11206         * Makefile (installed-headers): Adjust path of pthread.h header.
11208 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11210         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11211         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11212         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11213         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11215         * nptl/sysdeps/s390/Makefile: Moved ...
11216         * sysdeps/s390/nptl/Makefile: ... here.
11217         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11218         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11219         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11220         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11221         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11222         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11223         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11224         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11225         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11226         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11227         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11228         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11229         * nptl/sysdeps/s390/tls.h: Moved ...
11230         * sysdeps/s390/nptl/tls.h: ... here.
11232         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11233         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11235 2014-06-13  David S. Miller  <davem@davemloft.net>
11237         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11238         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11239         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11240         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11241         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11242         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11243         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11244         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11245         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11246         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11247         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11248         Remove RESET_PID cpp guards.
11249         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11250         Remove RESET_PID cpp guards.
11251         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11253 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11255         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11256         __sp to uintptr_t.
11258 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11260         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11261         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11262         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11263         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11264         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11265         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11266         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11267         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11268         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11269         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11270         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11271         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11272         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11273         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11274         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11275         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11276         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11277         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11278         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11279         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11281         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11282         (pthread_rwlock_rdlock): Add elision.
11283         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11284         (pthread_rwlock_wrlock): Add elision.
11285         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11286         (pthread_rwlock_trywrlock): Add elision.
11287         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11288         (pthread_rwlock_tryrdlock): Add elision.
11289         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11290         (pthread_rwlock_tryrdlock): Add elision unlock.
11291         * nptl/sysdeps/pthread/pthread.h:
11292         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11293         (PTHREAD_RWLOCK_INITIALIZER,
11294         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11295         Handle new elision field.
11296         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11297         * sysdeps/arm/nptl/bits/pthreadtypes.h
11298         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11299         * sysdeps/sh/nptl/bits/pthreadtypes.h
11300         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11301         * sysdeps/tile/nptl/bits/pthreadtypes.h
11302         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11303         * sysdeps/a/nptl/bits/pthreadtypes.h
11304         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11305         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11306         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11307         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11308         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11309         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11310         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11311         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11312         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11313         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11314         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11315         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11316         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11317         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11318         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11319         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11320         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11321         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11322         (elision_init): Set try_xbegin to zero when no RTM.
11323         * sysdeps/x86/nptl/bits/pthreadtypes.h
11324         (pthread_rwlock_t): Change __pad1 to __rwelision.
11325         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11327 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11329         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11330         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11331         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11332         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11334 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11336         [BZ #16996]
11337         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11338         that the cached result has been set before returning it.
11340 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11342         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11343         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11344         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11345         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11346         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11347         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11349         * nptl/sysdeps/sparc/Makefile: Moved ...
11350         * sysdeps/sparc/nptl/Makefile: ... here.
11351         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11352         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11353         * nptl/sysdeps/sparc/tls.h: Moved ...
11354         * sysdeps/sparc/nptl/tls.h: ... here.
11355         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11356         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11357         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11358         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11359         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11360         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11361         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11362         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11363         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11364         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11365         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11366         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11367         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11368         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11369         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11370         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11371         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11372         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11373         Update #include.
11374         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11375         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11376         Update #include.
11377         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11378         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11379         Update #include.
11380         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11381         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11382         Update #include.
11384         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11386         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11387         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11389         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11390         (struct list_links): Type removed.
11391         (struct thread_node, struct timer_node): Replace struct list_links
11392         with struct list_head.
11393         (list_unlink_ip): Likewise.
11394         * sysdeps/pthread/timer_routines.c
11395         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11396         (list_append, list_insbefore): Likewise.
11397         (list_init): Function removed.
11398         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11399         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11400         * sysdeps/pthread/Makefile: ... here, new file.
11402         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11403         * sysdeps/nptl/Implies: ... here.
11404         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11405         * nptl/sysdeps/pthread/list.h: Moved ...
11406         * include/list.h: ... here.
11407         * nptl/sysdeps/pthread/createthread.c: Moved ...
11408         * nptl/createthread.c: ... here.
11409         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11410         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11411         * nptl/pt-longjmp.c: ... here.
11412         * nptl/sysdeps/pthread/Makefile: Moved ...
11413         * sysdeps/nptl/Makefile: ... here.
11414         * nptl/sysdeps/pthread/Subdirs: Moved ...
11415         * sysdeps/nptl/Subdirs: ... here.
11416         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11417         * sysdeps/nptl/aio_misc.h: ... here.
11418         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11419         * sysdeps/nptl/bits/libc-lock.h: ... here.
11420         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11421         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11422         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11423         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11424         * nptl/sysdeps/pthread/configure: Moved ...
11425         * sysdeps/nptl/configure: ... here.
11426         * nptl/sysdeps/pthread/configure.ac: Moved ...
11427         * sysdeps/nptl/configure.ac: ... here.
11428         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11429         * sysdeps/nptl/gai_misc.h: ... here.
11430         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11431         * sysdeps/nptl/librt-cancellation.c: ... here.
11432         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11433         * sysdeps/nptl/malloc-machine.h: ... here.
11434         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11435         * sysdeps/nptl/pthread-functions.h: ... here.
11436         * nptl/sysdeps/pthread/pthread.h: Moved ...
11437         * sysdeps/nptl/pthread.h: ... here.
11438         * nptl/sysdeps/pthread/setxid.h: Moved ...
11439         * sysdeps/nptl/setxid.h: ... here.
11440         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11441         * sysdeps/nptl/sigfillset.c: ... here.
11442         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11443         * sysdeps/nptl/tcb-offsets.h: ... here.
11444         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11445         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11446         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11447         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11448         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11449         * sysdeps/pthread/allocalim.h: ... here.
11450         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11451         * sysdeps/pthread/bits/sigthread.h: ... here.
11452         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11453         * sysdeps/pthread/flockfile.c: ... here.
11454         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11455         * sysdeps/pthread/ftrylockfile.c: ... here.
11456         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11457         * sysdeps/pthread/funlockfile.c: ... here.
11458         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11459         * sysdeps/pthread/posix-timer.h: ... here.
11460         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11461         * sysdeps/pthread/timer_create.c: ... here.
11462         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11463         * sysdeps/pthread/timer_delete.c: ... here.
11464         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11465         * sysdeps/pthread/timer_getoverr.c: ... here.
11466         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11467         * sysdeps/pthread/timer_gettime.c: ... here.
11468         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11469         * sysdeps/pthread/timer_routines.c: ... here.
11470         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11471         * sysdeps/pthread/timer_settime.c: ... here.
11472         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11473         * sysdeps/pthread/tst-timer.c: ... here.
11474         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11475         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11477         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11478         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11480         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11481         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11482         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11483         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11484         Update #include target.
11485         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11486         * sysdeps/i386/i686/nptl/Makefile: ... here.
11487         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11488         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11489         Update #include target.
11490         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11491         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11492         * nptl/sysdeps/i386/Makefile: Moved ...
11493         * sysdeps/i386/nptl/Makefile: ... here.
11494         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11495         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11496         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11497         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11498         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11499         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11500         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11501         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11502         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11503         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11504         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11505         * nptl/sysdeps/i386/tls.h: Moved ...
11506         * sysdeps/i386/nptl/tls.h: ... here.
11508         * sysdeps/sh/Makefile [$(subdir) = csu]
11509         (gen-as-const-headers): Add tcb-offsets.sym.
11510         * nptl/sysdeps/sh/Makefile: File removed.
11511         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11512         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11513         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11514         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11515         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11516         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11517         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11518         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11519         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11520         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11521         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11522         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11523         * nptl/sysdeps/sh/tls.h: Moved ...
11524         * sysdeps/sh/nptl/tls.h: ... here.
11525         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11526         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11527         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11528         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11529         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11530         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11531         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11532         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11533         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11534         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11535         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11536         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11537         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11538         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11539         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11540         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11541         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11542         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11543         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11544         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11545         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11546         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11547         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11548         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11549         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11550         Moved ...
11551         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11552         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11553         Moved ...
11554         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11555         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11556         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11557         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11558         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11559         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11560         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11561         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11562         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11563         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11564         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11565         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11566         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11567         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11568         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11569         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11570         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11571         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11572         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11574 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11576         * posix/spawn_faction_addopen.c: Include string.h.
11578 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11580         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11581         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11582         * nptl/sysdeps/x86_64/Makefile: Moved ...
11583         * sysdeps/x86_64/nptl/Makefile: ... here.
11584         * nptl/sysdeps/x86_64/configure: Moved ...
11585         * sysdeps/x86_64/nptl/configure: ... here.
11586         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11587         * sysdeps/x86_64/nptl/configure.ac: ... here.
11588         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11589         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11590         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11591         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11592         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11593         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11594         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11595         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11596         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11597         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11598         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11599         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11600         * nptl/sysdeps/x86_64/tls.h: Moved ...
11601         * sysdeps/x86_64/nptl/tls.h: ... here.
11602         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11603         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11604         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11605         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11607         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11609 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11611         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11613 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11615         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11616         type.
11617         [POSIX] (off_t): Likewise.
11618         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11619         [POSIX] (S_ISBLK): Require macro.
11620         [POSIX] (S_ISCHR): Likewise.
11621         [POSIX] (S_ISDIR): Likewise.
11622         [POSIX] (S_ISFIFO): Likewise.
11623         [POSIX] (S_ISREG): Likewise.
11624         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11625         optional-macro.
11626         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11627         type.
11628         [POSIX] (time_t): Likewise.
11629         [POSIX] (timer_t): Likewise.
11631 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11633         [BZ #17048]
11634         * posix/spawn_int.h (struct __spawn_action): Make the path string
11635         non-const to support deallocation.
11636         * posix/spawn_faction_addopen.c
11637         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11638         * posix/spawn_faction_destroy.c
11639         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11640         path in all spawn_do_open actions.
11641         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11642         posix_spawn_file_actions_addopen.
11644 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11646         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11647         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11648         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11649         conditional code always true.
11650         (__libc_vfork): New alias.
11652 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11654         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11655         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11657         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11659         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11660         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11662         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11663         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11665         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11666         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11668 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11670         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11671         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11672         multiarch strcmp for PPC64.
11673         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11674         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11675         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11676         multiarch optimizations.
11677         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11678         (__libc_ifunc_impl_list): Likewise.
11680 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11682         * benchtests/scripts/validate_benchout.py: New script.
11683         * benchtests/Makefile (bench-func): Call it.
11684         * benchtests/scripts/benchout.schema.json: New file.
11686 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11688         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11689         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11690         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11691         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11692         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11693         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11694         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11695         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11696         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11697         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11698         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11699         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11700         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11701         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11702         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11703         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11704         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11705         Moved ...
11706         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11707         ... here.
11708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11709         Moved ...
11710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11711         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11712         Moved ...
11713         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11714         ... here.
11715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11716         Moved ...
11717         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11718         ... here.
11719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11720         Moved ...
11721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11722         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11723         Moved ...
11724         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11725         ... here.
11726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11727         Moved ...
11728         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11729         ... here.
11730         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11731         Moved ...
11732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11734         Moved ...
11735         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11736         ... here.
11737         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11738         Moved ...
11739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11740         ... here.
11741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11742         Moved ...
11743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11744         ... here.
11745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11746         Moved ...
11747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11749         Moved ...
11750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11751         ... here.
11752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11753         Moved ...
11754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11755         ... here.
11756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11757         Moved ...
11758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11759         ... here.
11760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11761         Moved ...
11762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11764         Moved ...
11765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11766         ... here.
11767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11768         Moved ...
11769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11770         ... here.
11771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11772         Moved ...
11773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11775         Moved ...
11776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11777         ... here.
11778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11779         Moved ...
11780         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11782         Moved ...
11783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11784         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11785         Moved ...
11786         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11787         ... here.
11788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11789         Moved ...
11790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11791         ... here.
11792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11793         Moved ...
11794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11795         ... here.
11796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11797         Moved ...
11798         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11800         Moved ...
11801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11802         ... here.
11803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11804         Moved ...
11805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11806         ... here.
11807         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11808         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11809         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11810         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11811         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11812         Moved ...
11813         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11814         ... here.
11815         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11816         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11817         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11818         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11819         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11820         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11821         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11822         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11823         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11824         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11825         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11826         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11827         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11828         Moved ...
11829         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11830         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11831         Moved ...
11832         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11833         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11834         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11835         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11836         Moved ...
11837         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11838         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11839         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11840         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11841         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11842         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11843         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11845 2014-06-10  Wilco  <wdijkstr@arm.com>
11847         * math/test-fenv-return.c: New file.
11848         * math/Makefile: Add new test test-fenv-return.
11850 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11852         [BZ #17042]
11853         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11854         when x - 1 is zero.
11855         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11856         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11857         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11858         0.0L for an argument of 1.0L.
11859         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11860         Likewise.
11861         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11862         value when x - 1 is zero.
11863         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11864         * sysdeps/i386/fpu/libm-test-ulps: Update.
11865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11867 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11869         [BZ #15119]
11870         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11872 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11874         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11875         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11877 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11879         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11880         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11882         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11883         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11885         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11886         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11888         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11889         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11891         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11892         if not already defined.
11893         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11894         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11895         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11896         (TLS_INIT_TP): Use it.
11897         (TLS_DEFINE_INIT_TP): New macro.
11898         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11900 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11902         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11903         constant.
11904         [POSIX] (IXANY): Likewise.
11905         [POSIX] (OLCUC): Likewise.
11906         [POSIX || POSIX2008] (CBAUD): Do not allow.
11907         [POSIX || POSIX2008] (DEFECHO): Likewise.
11908         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11909         [POSIX || POSIX2008] (ECHOKE): Likewise.
11910         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11911         [POSIX || POSIX2008] (EXTA): Likewise.
11912         [POSIX || POSIX2008] (EXTB): Likewise.
11913         [POSIX || POSIX2008] (FLUSHO): Likewise.
11914         [POSIX || POSIX2008] (LOBLK): Likewise.
11915         [POSIX || POSIX2008] (PENDIN): Likewise.
11916         [POSIX || POSIX2008] (SWTCH): Likewise.
11917         [POSIX || POSIX2008] (VDISCARD): Likewise.
11918         [POSIX || POSIX2008] (VDSUSP): Likewise.
11919         [POSIX || POSIX2008] (VLNEXT): Likewise.
11920         [POSIX || POSIX2008] (VREPRINT): Likewise.
11921         [POSIX || POSIX2008] (VSTATUS): Likewise.
11922         [POSIX || POSIX2008] (VWERASE): Likewise.
11923         (B*): Change to B[0123456789]*.
11924         * conform/data/time.h-data [POSIX || UNIX98]
11925         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11926         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11927         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11928         [POSIX] (tm_*): Do not allow.
11930 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11932         * Makefile (install): Don't set LANGUAGE.
11933         * Makefile.in (install): Likewise.
11934         * assert/Makefile (test-assert-ENV): Remove variable.
11935         (test-assert-perr-ENV): Likewise.
11936         * elf/Makefile (neededtest4-ENV): Likewise.
11937         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11938         [$(cross-compiling) = no]: Don't set LANGUAGE.
11939         * io/ftwtest-sh (LANG): Remove variable.
11940         * libio/Makefile (tst-widetext-ENV): Likewise.
11941         * manual/install.texi (Running make install): Don't refer to
11942         environment settings for make install.
11943         * INSTALL: Regenerated.
11944         * nptl/tst-tls6.sh: Don't set LANG.
11945         * posix/globtest.sh (LANG): Remove variable.
11946         * string/Makefile (tester-ENV): Likewise.
11947         (inl-tester-ENV): Likewise.
11948         (noinl-tester-ENV): Likewise.
11949         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11950         [$(cross-compiling) = no]: Don't set LANGUAGE.
11951         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11952         without explicit environment settings.
11954 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11956         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11957         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11958         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11959         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11961 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11963         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11964         other files in the crypt directory.
11965         * crypt/crypt.c: Remove duplicate includes.
11966         * crypt/crypt-entry.c: Likewise.
11967         * crypt/crypt_util.c: Likewise.
11969 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11971         * Makeconfig (run-program-env): New variable.
11972         (run-program-prefix-before-env): Likewise.
11973         (run-program-prefix-after-env): Likewise.
11974         (run-program-prefix): Define in terms of new variables.
11975         (built-program-cmd-before-env): New variable.
11976         (built-program-cmd-after-env): Likewise.
11977         (built-program-cmd): Define in terms of new variables.
11978         (test-program-prefix-before-env): New variable.
11979         (test-program-prefix-after-env): Likewise.
11980         (test-program-prefix): Define in terms of new variables.
11981         (test-program-cmd-before-env): New variable.
11982         (test-program-cmd-after-env): Likewise.
11983         (test-program-cmd): Define in terms of new variables.
11984         * Rules (make-test-out): Use $(run-program-env).
11985         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11986         (help): Do not mention environment variables.  Mention
11987         --timeoutfactor option.
11988         (timeoutfactor): New variable.
11989         (blacklist_exports): Remove function.
11990         (exports): Remove variable.
11991         (command): Do not include ${exports}.
11992         * manual/install.texi (Configuring and compiling): Do not mention
11993         test wrappers preserving environment variables.  Mention that last
11994         assignment to a variable must take precedence.
11995         * INSTALL: Regenerated.
11996         * benchtests/Makefile (run-bench): Use $(run-program-env).
11997         * catgets/Makefile ($(objpfx)test1.cat): Use
11998         $(built-program-cmd-before-env), $(run-program-env) and
11999         $(built-program-cmd-after-env).
12000         ($(objpfx)test2.cat): Do not specify environment variables
12001         explicitly.
12002         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12003         $(run-program-env) and $(built-program-cmd-after-env).
12004         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12005         $(run-program-env) and $(test-program-cmd-after-env).
12006         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12007         explicitly.
12008         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12009         run_program_env and test_program_cmd_after_env arguments.
12010         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12011         * elf/tst-pathopt.sh: Use run_program_env argument.
12012         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12013         $(test-wrapper-env) and $(run-program-env).
12014         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12015         run_program_env arguments.
12016         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12017         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12018         $(test-program-prefix-before-env), $(run-program-env) and
12019         $(test-program-prefix-after-env).
12020         ($(objpfx)tst-gettext2.out): Likewise.
12021         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12022         run_program_env and test_program_prefix_after_env arguments.
12023         * intl/tst-gettext2.sh: Likewise.
12024         * intl/tst-gettext4.sh: Do not set environment variables
12025         explicitly.
12026         * intl/tst-gettext6.sh: Likewise.
12027         * intl/tst-translit.sh: Likewise.
12028         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12029         $(test-program-prefix-before-env), $(run-program-env) and
12030         $(test-program-prefix-after-env).
12031         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12032         run_program_env and test_program_prefix_after_env arguments.
12033         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12034         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12035         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12036         explicitly with each use of ${test_wrapper_env}.
12037         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12038         $(test-program-prefix-before-env), $(run-program-env) and
12039         $(test-program-prefix-after-env).
12040         * posix/tst-getconf.sh: Do not set environment variables
12041         explicitly.
12042         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12043         run_program_env and test_program_prefix_after_env arguments.
12044         * stdio-common/tst-printf.sh: Do not set environment variables
12045         explicitly.
12046         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12047         $(test-program-prefix-before-env), $(run-program-env) and
12048         $(test-program-prefix-after-env).
12049         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12050         run_program_env and test_program_prefix_after_env arguments.
12051         Split $test calls into $test_pre and $test.
12052         * timezone/Makefile (build-testdata): Use
12053         $(built-program-cmd-before-env), $(run-program-env) and
12054         $(built-program-cmd-after-env).
12056 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12058         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12059         strlen for non SHARED builds.
12061 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12063         * nptl/allocatestack.c (check_list): Inlined function...
12064         (__reclaim_stacks): ... here.
12066 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12068         [BZ #15698]
12069         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12070         memory overrun.
12072 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12074         * Rules (make-test-out): Include
12075         LOCPATH=$(common-objpfx)localedata in default environment.
12076         * debug/Makefile (tst-chk1-ENV): Remove variable.
12077         (tst-chk2-ENV): Likewise.
12078         (tst-chk3-ENV): Likewise.
12079         (tst-chk4-ENV): Likewise.
12080         (tst-chk5-ENV): Likewise.
12081         (tst-chk6-ENV): Likewise.
12082         (tst-lfschk1-ENV): Likewise.
12083         (tst-lfschk2-ENV): Likewise.
12084         (tst-lfschk3-ENV): Likewise.
12085         (tst-lfschk4-ENV): Likewise.
12086         (tst-lfschk5-ENV): Likewise.
12087         (tst-lfschk6-ENV): Likewise.
12088         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12089         (tst-iconv7-ENV): Likewise.
12090         * intl/Makefile (LOCPATH-ENV): Likewise.
12091         (tst-codeset-ENV): Likewise.
12092         (tst-gettext3-ENV): Likewise.
12093         (tst-gettext5-ENV): Likewise.
12094         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12095         (tst-fopenloc-ENV): Likewise.
12096         (tst-fgetws-ENV): Remove variable.
12097         (tst-ungetwc1-ENV): Likewise.
12098         (tst-ungetwc2-ENV): Likewise.
12099         (bug-ungetwc2-ENV): Likewise.
12100         (tst-swscanf-ENV): Likewise.
12101         (bug-ftell-ENV): Likewise.
12102         (tst-fgetwc-ENV): Likewise.
12103         (tst-fseek-ENV): Likewise.
12104         (tst-ftell-partial-wide-ENV): Likewise.
12105         (tst-ftell-active-handler-ENV): Likewise.
12106         (tst-ftell-append-ENV): Likewise.
12107         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12108         (tst-regexloc-ENV): Likewise.
12109         (bug-regex1-ENV): Likewise.
12110         (tst-regex-ENV): Likewise.
12111         (tst-regex2-ENV): Likewise.
12112         (bug-regex5-ENV): Likewise.
12113         (bug-regex6-ENV): Likewise.
12114         (bug-regex17-ENV): Likewise.
12115         (bug-regex18-ENV): Likewise.
12116         (bug-regex19-ENV): Likewise.
12117         (bug-regex20-ENV): Likewise.
12118         (bug-regex22-ENV): Likewise.
12119         (bug-regex23-ENV): Likewise.
12120         (bug-regex25-ENV): Likewise.
12121         (bug-regex26-ENV): Likewise.
12122         (bug-regex30-ENV): Likewise.
12123         (bug-regex32-ENV): Likewise.
12124         (bug-regex33-ENV): Likewise.
12125         (bug-regex34-ENV): Likewise.
12126         (bug-regex35-ENV): Likewise.
12127         (tst-rxspencer-ENV): Likewise.
12128         (tst-rxspencer-no-utf8-ENV): Likewise.
12129         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12130         (tst-sscanf-ENV): Likewise.
12131         (tst-swprintf-ENV): Likewise.
12132         (tst-swscanf-ENV): Likewise.
12133         (test-vfprintf-ENV): Likewise.
12134         (scanf13-ENV): Likewise.
12135         (bug14-ENV): Likewise.
12136         (tst-grouping-ENV): Likewise.
12137         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12138         (tst-strtod3-ENV): Likewise.
12139         (tst-strtod4-ENV): Likewise.
12140         (tst-strtod5-ENV): Likewise.
12141         (testmb2-ENV): Likewise./
12142         * string/Makefile (tst-strxfrm-ENV): Likewise.
12143         (tst-strxfrm2-ENV): Likewise.
12144         (bug-strcoll1-ENV): Likewise.
12145         (test-strcasecmp-ENV): Likewise.
12146         (test-strncasecmp-ENV): Likewise.
12147         * time/Makefile (tst-strptime-ENV): Likewise.
12148         (tst-ftime_l-ENV): Likewise.
12149         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12150         (tst-mbrtowc-ENV): Likewise.
12151         (tst-wcrtomb-ENV): Likewise.
12152         (tst-mbrtowc2-ENV): Likewise.
12153         (tst-c16c32-1-ENV): Likewise.
12154         (tst-mbsnrtowcs-ENV): Likewise.
12156 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12158         * manual/resource.texi (How to get information about the memory
12159         subsystem?): Fix typo.
12160         Reported by Peon de la Parra Ivan <peon@keba.com>
12162 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12164         [BZ #16882]
12165         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12166         (pthread_spin_lock): Branch out of spin loop to proper location.
12167         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12168         (pthread_spin_lock): Likewise.
12170         * nptl/tst-spin4.c: New test.
12171         * nptl/Makefile (tests): Add tst-spin4.
12173 2014-06-03  Andreas Schwab  <schwab@suse.de>
12175         [BZ #15946]
12176         * resolv/res_send.c (send_dg): Reload file descriptor after
12177         calling reopen.
12179 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12181         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12183 2014-06-03  Richard Henderson  <rth@redhat.com>
12185         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12186         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12187         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12188         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12189         in the SAVE_PID block.
12190         (__libc_vfork): New alias.
12191         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12193         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12194         child in registers, not on the stack.  Remove RESET_PID conditionals.
12195         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12197 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12199         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12201 2014-06-03  Wilco  <wdijkstr@arm.com>
12203         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12204         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12205         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12206         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12207         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12208         Likewise.
12210 2014-06-03  Wilco  <wdijkstr@arm.com>
12212         * sysdeps/aarch64/fpu/math_private.h
12213         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12214         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12215         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12216         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12217         Fix declarations.
12219 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12221         * crypt/crypt-private.h: Include ufc-crypt.h.
12222         (__b64_from_24bit): Declare extern.
12223         * crypt/crypt_util.c(__b64_from_24bit): New function.
12224         (b64t): New static const variable.
12225         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12226         (b64t): Remove variable.
12227         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12228         * crypt/sha256-crypt.c: Include crypt-private.h.
12229         (b64t): Remove variable.
12230         (__sha256_crypt_r): Remove b64_from_24bit and replace
12231         with __b64_from_24bit.
12232         * crypt/sha512-crypt.c: Likewise.
12234 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12236         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12237         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12238         Label the code __libc_vfork rather than __vfork.
12239         [!NOT_IN_libc] (vfork): Define as weak alias.
12240         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12241         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12242         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12244 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12246         * malloc/malloc.c (malloc_info): Fix format specifier for
12247         n_mmaps.
12249 2014-06-02  Wilco  <wdijkstr@arm.com>
12251         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12252         FPCR write.
12254 2014-06-02  Wilco  <wdijkstr@arm.com>
12256         [BZ #17009]
12257         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12258         Rewrite to reduce FPCR/FPSR accesses.
12260 2014-06-01  David S. Miller  <davem@davemloft.net>
12262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12264 2014-05-31  David S. Miller  <davem@davemloft.net>
12266         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12267         to occur in round to nearest mode when |x| >= 2.0
12269 2014-05-30  Richard Henderson  <rth@twiddle.net>
12271         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12272         (PSEUDO_RET_NOERRNO): Remove.
12273         (ret): Don't redefine.
12274         (ret_NOERRNO): Define in terms of ret.
12275         (ret_ERRVAL): Likewise.
12277         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12278         use of PSEUDO_RET; perform the error check directly.
12280 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12282         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12283         with __int128_t.
12285 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12287         * malloc/malloc (malloc_info): Fix formatting.
12289 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12290             Roland McGrath  <roland@hack.frob.com>
12292         * malloc/malloc (malloc_info): Also print mmapped statistics.
12294 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12296         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12297         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12299 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12301         * malloc/malloc.c (malloc_info): Inline mi_arena.
12303 2014-05-29  Richard Henderson  <rth@twiddle.net>
12305         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12306         Remove comma before expanding ASM_ARGS_##nr.
12307         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12308         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12309         of ASM_ARGS_##nr.
12310         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12311         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12312         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12313         (ASM_ARGS_1): Add leading comma.
12315         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12316         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12317         to __errno_location.
12318         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12319         Remove the expected plt for __errno_location.
12321         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12322         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12323         call to __read_tp.
12325         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12326         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12327         it and break it down.
12328         (DOCARGS_0, DOCARGS_1): Do nothing.
12329         (DOCARGS_2): Update to store into the new stack frame.
12330         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12331         (UNDOCARGS_1): Update to restore from the new stack frame.
12332         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12333         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12335         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12336         (SINGLE_THREAD_P): New parameter for result regno.
12337         (PSEUDO): Update to match; use cbz instead of beq.
12339         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12340         Use ENTRY to define the _nocancel entry point.  Share the syscall
12341         and syscall error check paths with the cancel path.
12342         (PSEUDO_END): New.
12344         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12345         whitespace; tabs before and after asm mnemonics.
12347 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12349         [BZ #15132]
12350         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12351         Call fstat64 or stat64 internally, depending on arguments passed.
12352         Replace stat buffer argument with file descriptor argument.
12353         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12354         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12355         Pass fd to __internal_statvfs instead of calling fstat64.
12356         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12357         Pass fd to __internal_statvfs64 instead of calling fstat64.
12358         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12359         Pass -1 to __internal_statvfs instead of calling stat64.
12360         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12361         Pass -1 to __internal_statvfs64 instead of calling stat64.
12363 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12365         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12366         that was previously under [RESET_PID].
12367         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12369         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12370         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12372 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12374         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12376         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12377         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12379 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12381         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12383 2014-05-27  Andreas Schwab  <schwab@suse.de>
12385         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12386         TLS_INIT_TP macro.
12387         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12388         * elf/rtld.c (init_tls, dl_main): Likewise.
12389         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12390         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12391         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12392         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12393         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12394         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12395         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12396         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12397         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12398         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12399         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12400         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12401         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12402         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12403         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12404         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12405         * sysdeps/generic/tls.h: Update description.
12407 2014-05-27  Will Newton  <will.newton@linaro.org>
12409         [BZ #16990]
12410         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12411         and restore r2 rather than just restoring.
12413 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12415         [BZ #16724]
12416         * libio/tst-ftell-append.c: New test case.
12417         * libio/Makefile (tests): Add test case.
12418         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12419         append mode.
12420         * libio/wfileops.c (do_ftell_wide): Likewise.
12422 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12424         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12426         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12427         ...
12428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12430         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12431         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12432         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12433         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12434         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12435         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12436         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12437         Moved ...
12438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12439         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12440         Moved ...
12441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12442         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12443         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12444         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12445         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12446         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12447         ...
12448         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12449         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12450         Moved ...
12451         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12452         here.
12453         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12454         ...
12455         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12456         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12457         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12459         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12460         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12461         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12462         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12464         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12465         merge into ...
12466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12467         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12468         ...
12469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12470         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12471         ...
12472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12473         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12474         Moved ...
12475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12476         here.
12477         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12478         Moved ...
12479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12480         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12481         Moved ...
12482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12485         conditional [RESET_PID].
12486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12487         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12488         removed.
12489         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12490         removed.
12492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12493         <tcb-offsets.h>.
12494         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12495         (__libc_vfork): New strong alias.
12496         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12497         removed.
12498         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12499         Removed.
12501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12502         <tcb-offsets.h>.
12503         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12504         (__libc_vfork): New strong alias.
12505         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12506         removed.
12507         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12508         removed.
12510 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12512         * malloc/malloc.c (mi_arena): New function.
12513         (malloc_info): Remove nested function mi_arena. Call non-nosted
12514         function mi_arena.
12516 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12518         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12519         by insrwi.
12520         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12521         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12522         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12523         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12524         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12525         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12526         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12528 2014-05-26  Andreas Schwab  <schwab@suse.de>
12530         [BZ #16984]
12531         * locale/programs/repertoire.c (repertoire_read): Add slash
12532         between I18NPATH element and file name.
12533         * locale/programs/locfile.c (locfile_read): Likewise.
12535 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12537         * nptl/pthread_mutexattr_settype.c
12538         (__pthread_mutexattr_settype):
12539         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12541 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12543         * nptl/tst-mutex5 (do_test):
12544         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12546 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12548         * benchtests/README: Document 'init' directive.
12549         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12550         BENCH_INIT.
12551         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12552         (parse_file): Recognize 'init' directive.
12554 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12556         [BZ #16796]
12557         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12558         alignment of struct pthread.
12560 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12562         [BZ #16878]
12563         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12564         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12565         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12566         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12568 2014-05-25  Richard Henderson  <rth@twiddle.net>
12570         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12571         (SINGLE_THREAD_P_PIC): Remove.
12572         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12573         (SINGLE_THREAD_P_PIC): Remove.
12575         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12576         branch to syscall error ...
12577         (PSEUDO): ... here.
12578         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12579         from __local_syscall_error to .Lsyscall_error.
12580         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12581         (SYSCALL_ERROR): Update label name.
12583         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12584         Do not use DOARGS/UNDOARGS.
12585         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12586         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12587         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12588         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12589         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12591         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12592         block comment.
12594         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12595         define if !NOT_IN_libc.
12596         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12597         define with non-default symbol versions.
12599 2014-05-23  Richard Henderson  <rth@twiddle.net>
12601         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12602         (vfork, __vfork): Define via compat_symbol.
12604         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12605         [!HAVE_IFUNC] (vfork_compat): Remove.
12606         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12608 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12610         [BZ #16978]
12611         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12612         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12613         variable.
12615 2014-05-23  Richard Henderson  <rth@twiddle.net>
12617         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12618         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12619         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12620         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12622         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12623         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12624         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12625         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12626         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12627         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12628         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12629         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12630         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12631         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12632         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12633         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12634         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12635         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12636         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12637         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12638         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12639         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12640         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12641         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12642         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12643         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12644         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12645         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12646         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12647         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12648         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12649         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12650         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12651         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12652         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12653         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12654         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12655         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12656         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12657         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12658         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12659         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12660         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12661         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12662         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12663         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12664         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12665         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12666         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12667         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12668         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12669         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12670         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12671         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12672         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12673         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12674         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12675         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12676         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12677         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12679         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12680         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12681         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12682         before exiting on error.
12683         (__libc_vfork): New strong alias.
12684         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12685         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12687         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12688         that was previously under [RESET_PID].
12689         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12691         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12693 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12695         [BZ #16977]
12696         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12697         value when x - 1 is zero.
12698         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12699         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12700         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12701         0.0L for an argument of 1.0L.
12702         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12703         Likewise.
12704         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12705         value when x - 1 is zero.
12706         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12707         * sysdeps/i386/fpu/libm-test-ulps: Update.
12708         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12710 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12712         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12713         alphasort and versionsort.
12715 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12717         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12718         macro.
12719         [copysignf]: Likewise.
12721 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12723         * crypt/md5-crypt.c: Fix formatting.
12725 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12727         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12728         (b64_from_24bit): New function.
12730 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12732         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12733         libc_hidden_builtin_def to ifunc.
12734         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12735         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12737 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12739         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12740         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12742 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12744         * nscd/Depend (linuxthreads): Remove.
12745         (nptl): Add.
12746         * resolv/Depend (linuxthreads): Remove.
12747         * rt/Depend (linuxthreads): Remove.
12749         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12750         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12751         $(common-objpfx)elf/.
12752         (link-libc-before-gnulib): Likewise.
12753         (elfobjdir): Remove variable.
12754         * Makefile (install): Use $(elf-objpfx) instead of
12755         $(common-objpfx)elf/.
12756         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12757         $(elfobjdir)/.
12758         (link-libc-deps): Likewise.
12759         ($(common-objpfx)libc.so): Likewise.
12760         ($(common-objpfx)linkobj/libc.so): Likewise.
12761         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12762         instead of $(common-objpfx)elf/.
12763         (symbolic-link-list): Likewise.
12764         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12765         [$(cross-compiling) = no]: Likewise.
12766         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12767         $(elfobjdir)/.
12768         (static-gnulib-arch): Likewise.
12769         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12770         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12771         $(common-objpfx)elf/.
12773 2014-05-21  Richard Henderson  <rth@redhat.com>
12775         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12776         (SINGLE_THREAD_P): Use the correct width load.  Fold
12777         into the ldr offset.
12779         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12780         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12782 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12784         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12785         (libgcc_s_resume): Use __attribute_used__.
12786         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12787         Likewise.
12789 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12791         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12792         optimization when used with float constants.
12794         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12796 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12798         [BZ #16915]
12799         * locale/nl_langinfo_l.c: Make direct reference to every
12800         _nl_current_CATEGORY symbol.
12801         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12802         (tests-static): Add tst-langinfo-static.
12803         (tests-special): Add tst-langinfo-static.out.
12804         ($(objpfx)tst-langinfo.out): Redirect output.
12805         ($(objpfx)tst-langinfo-static.out): New.
12806         * localedata/tst-langinfo.sh: Send output to stdout.
12807         * localedata/tst-langinfo-static.c: New file.
12809         [BZ #16965]
12810         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12811         when the shift amount is modulo the limb size.
12813 2014-05-20  Richard Henderson  <rth@redhat.com>
12815         [BZ #16967]
12816         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12817         Change type of sa_flags from unsigned int to int.
12819         [BZ #16966]
12820         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12822         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12824 2014-05-20  Will Newton  <will.newton@linaro.org>
12826         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12827         Test the return value of the system call in the nocancel case.
12829 2014-05-20  Will Newton  <will.newton@linaro.org>
12830             Yvan Roux  <yvan.roux@linaro.org>
12832         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12833         #include of asm/ptrace.h.
12834         (PTRACE_GET_THREAD_AREA): Remove #undef.
12835         (PTRACE_GETHBPREGS): Likewise.
12836         (PTRACE_SETHBPREGS): Likewise.
12837         (struct user_regs_struct): New structure.
12838         (struct user_fpsimd_struct): New structure.
12839         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12840         #include of asm/ptrace.h and second #include of sys/user.h.
12841         (PTRACE_GET_THREAD_AREA): Remove #undef.
12842         (PTRACE_GETHBPREGS): Likewise.
12843         (PTRACE_SETHBPREGS): Likewise.
12844         (ELF_NGREG): Use new struct user_regs_struct.
12845         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12847 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12849         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12850         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12852 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12854         [BZ #16958]
12855         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12856         membar to avoid block loads/stores to overlap previous stores.
12858 2014-05-17  Richard Henderson  <rth@redhat.com>
12860         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12861         Create the __##syscall_name##_nocancel entry point.
12862         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12863         Remove; let the sysdep-cancel.h code create it.
12865 2014-05-17  David S. Miller  <davem@davemloft.net>
12867         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12868         Protect with __USE_GNU.
12869         (TIOCSET_TEMPT): Likewise.
12870         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12871         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12872         these are already provided in bits/ioctl-types.h
12874 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12876         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12877         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12879         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12880         Use wait4 regardless of [__NR_waitpid].
12882 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12884         PR libgcc/60166
12885         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12886         (_FP_NANSIGN_Q): Set the quiet bit.
12888 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12890         * benchtests/Makefile
12891         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12892         not $(common-objpfx)math/libm.so.
12893         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12894         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12895         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12896         $(common-objpfx)dlfcn/libdl.so.
12897         ($(objpfx)tst-audit8): Depend on $(libm), not
12898         $(common-objpfx)math/libm.so.
12899         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12900         not $(common-objpfx)dlfcn/libdl.so.
12901         * math/Makefile
12902         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12903         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12904         [$(build-shared) = yes].
12905         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12906         $(common-objpfx)nptl/libpthread.so.
12907         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12908         $(common-objpfx)math/libm.so$(libm.so-version) or
12909         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12910         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12911         $(common-objpfx)dlfcn/libdl.so.
12912         * setjmp/Makefile (link-libm): Remove variable.
12913         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12914         * stdio-common/Makefile (link-libm): Remove variable.
12915         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12916         * stdlib/Makefile (link-libm): Remove variable.
12917         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12918         ($(objpfx)tst-strtod-round): Likewise.
12919         ($(objpfx)tst-tininess): Likewise.
12920         ($(objpfx)tst-strtod-underflow): Likewise.
12921         ($(objpfx)tst-strtod6): Likewise.
12922         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12923         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12924         $(common-objpfx)dlfcn/libdl.so.
12926 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12928         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12929         BSD terminal modes definitions.
12931 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12933         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12934         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12936         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12937         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12938         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12939         Don't do #include_next.
12940         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12941         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12942         Don't do #include_next.
12943         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12944         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12945         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12946         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12948 2014-05-16  Allan McRae  <allan@archlinux.org>
12950         * po/sv.po: Update Swedish translation from translation project.
12952         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12953         in sed expression.
12955 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12957         [BZ #16917]
12958         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12959         errno if the TIOCGPTN ioctl fails with an error different than
12960         EINVAL.
12961         * login/tst-ptsname.c: New file.
12962         * login/Makefile (tests): Add tst-ptsname.
12964         [BZ #16943]
12965         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12966         and prlimit64.
12968 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12970         [BZ #16849]
12971         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12972         herrno to return EAI_AGAIN.
12974 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12976         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12977         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12978         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12979         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12980         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12981         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12982         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12983         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12984         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12985         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12986         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12987         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12988         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12989         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12990         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12991         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12992         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12993         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12994         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12995         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12996         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12997         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12998         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12999         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13000         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13001         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13002         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13003         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13004         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13005         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13006         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13007         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13008         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13009         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13010         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13011         Moved ...
13012         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13013         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13014         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13015         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13016         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13017         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13018         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13019         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13020         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13021         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13022         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13023         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13024         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13025         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13026         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13027         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13028         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13029         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13030         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13031         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13032         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13033         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13034         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13035         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13036         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13037         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13038         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13039         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13040         Moved ...
13041         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13043         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13045         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13046         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13047         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13048         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13049         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13050         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13051         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13052         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13053         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13054         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13055         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13056         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13057         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13058         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13059         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13060         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13061         Moved ...
13062         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13064         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13066         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13067         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13068         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13069         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13070         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13071         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13072         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13073         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13074         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13075         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13076         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13077         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13078         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13079         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13080         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13081         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13082         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13083         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13084         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13085         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13086         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13087         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13088         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13089         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13090         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13091         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13092         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13093         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13094         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13095         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13096         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13098         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13099         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13101         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13102         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13103         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13104         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13105         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13106         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13107         Moved ...
13108         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13109         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13110         Moved ...
13111         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13112         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13113         Moved ...
13114         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13115         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13116         Moved ...
13117         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13118         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13119         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13120         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13121         Moved ...
13122         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13123         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13124         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13125         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13126         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13127         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13128         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13129         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13130         Moved ...
13131         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13132         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13133         Moved ...
13134         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13135         ... here.
13136         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13137         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13138         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13139         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13140         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13141         Moved ...
13142         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13143         ... here.
13144         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13145         Moved ...
13146         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13147         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13148         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13149         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13150         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13151         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13152         Moved ...
13153         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13154         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13155         Moved ...
13156         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13157         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13158         Moved ...
13159         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13160         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13161         Moved ...
13162         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13163         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13164         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13165         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13166         Moved ...
13167         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13168         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13169         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13170         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13171         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13172         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13173         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13174         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13175         Moved ...
13176         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13177         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13178         Moved ...
13179         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13180         ... here.
13181         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13182         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13183         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13184         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13185         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13186         Moved ...
13187         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13188         ... here.
13189         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13190         Moved ...
13191         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13192         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13193         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13194         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13195         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13196         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13197         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13198         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13199         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13200         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13201         Moved ...
13202         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13203         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13204         Moved ...
13205         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13206         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13207         Moved ...
13208         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13209         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13210         Moved ...
13211         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13212         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13213         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13214         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13215         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13216         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13217         Moved ...
13218         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13219         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13220         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13221         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13222         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13223         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13224         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13225         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13226         Moved ...
13227         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13228         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13229         Moved ...
13230         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13231         ... here.
13232         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13233         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13234         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13235         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13236         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13237         Moved ...
13238         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13239         ... here.
13240         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13241         Moved ...
13242         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13243         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13244         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13245         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13246         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13247         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13248         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13249         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13250         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13251         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13252         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13254         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13255         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13257         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13258         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13260         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13261         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13262         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13263         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13264         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13265         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13266         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13267         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13268         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13269         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13270         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13271         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13272         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13273         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13274         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13275         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13276         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13277         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13278         Moved ...
13279         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13280         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13281         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13282         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13283         Moved ...
13284         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13285         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13286         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13287         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13288         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13289         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13290         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13291         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13292         Moved ...
13293         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13294         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13295         Moved ...
13296         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13297         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13298         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13299         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13300         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13301         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13302         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13303         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13304         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13305         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13306         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13307         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13308         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13309         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13310         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13311         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13312         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13314         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13315         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13316         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13317         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13318         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13320         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13321         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13322         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13323         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13324         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13325         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13326         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13327         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13328         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13329         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13331         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13332         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13334         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13335         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13336         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13337         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13338         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13339         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13340         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13341         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13342         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13343         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13344         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13345         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13346         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13347         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13348         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13349         Update #include.
13350         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13351         Likewise.
13352         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13353         Likewise.
13354         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13355         Likewise.
13356         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13357         Likewise.
13358         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13359         Likewise.
13360         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13361         Likewise.
13362         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13363         Likewise.
13364         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13365         Likewise.
13366         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13367         Likewise.
13368         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13369         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13370         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13371         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13372         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13373         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13374         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13375         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13376         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13377         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13378         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13379         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13380         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13381         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13382         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13384         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13385         that was previously under [RESET_PID].
13386         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13387         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13388         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13390         * sysdeps/i386/nptl/Implies: New file.
13391         * sysdeps/x86_64/nptl/Implies: New file.
13392         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13393         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13394         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13395         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13397         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13398         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13399         (__libc_vfork): New strong alias.
13400         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13401         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13403         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13404         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13405         (__libc_vfork): New strong alias.
13406         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13407         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13409         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13410         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13411         (__libc_vfork): New strong alias.
13412         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13413         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13414         * nptl/pt-vfork.c: New file.
13415         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13416         (libpthread: GLIBC_2.20): New version set (empty).
13418 2014-05-14  Will Newton  <will.newton@linaro.org>
13420         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13421         rather than #if.
13423 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13425         [BZ #16564]
13426         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13427         arguments with exponent 65 or above.
13428         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13429         arguments 0x1p113L or above.
13430         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13431         to arguments 0x1p107L or above.
13432         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13433         positive arguments with exponent 65 or above.
13434         * math/auto-libm-test-in: Add more tests of log1p.
13435         * math/auto-libm-test-out: Regenerated.
13437         [BZ #16928]
13438         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13439         non-finite arguments is +0.
13440         * math/s_cacosf.c (__cacosf): Likewise.
13441         * math/s_cacosl.c (__cacosl): Likewise.
13442         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13443         * sysdeps/i386/fpu/libm-test-ulps: Update.
13444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13446         [BZ #16927]
13447         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13448         value.
13449         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13450         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13451         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13452         for explicit high bit of mantissa when testing for argument equal
13453         to 1.
13454         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13455         * sysdeps/i386/fpu/libm-test-ulps: Update.
13456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13458         [BZ #16516]
13459         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13460         (__erf): Scale by 16 instead of 8 in potentially underflowing
13461         case.  Ensure exception if result actually underflows.
13462         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13463         (__erff): Scale by 16 instead of 8 in potentially underflowing
13464         case.  Ensure exception if result actually underflows.
13465         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13466         (efx8): Remove variable.
13467         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13468         case.  Ensure exception if result actually underflows.
13469         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13470         (efx8): Remove variable.
13471         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13472         case.  Ensure exception if result actually underflows.
13473         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13474         (efx8): Remove variable.
13475         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13476         case.  Ensure exception if result actually underflows.
13477         * math/auto-libm-test-in: Add more tests of erf.
13478         * math/auto-libm-test-out: Regenerated.
13480 2014-05-14  Andreas Schwab  <schwab@suse.de>
13482         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13483         Remove code conditionalized on USE___THREAD.
13485         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13486         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13487         not definedness.
13489 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13491         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13492         Define unconditionally.
13493         (__ASSUME_O_CLOEXEC): Likewise.
13494         (__ASSUME_SOCK_CLOEXEC): Likewise.
13495         (__ASSUME_IN_NONBLOCK): Likewise.
13496         (__ASSUME_PIPE2): Likewise.
13497         (__ASSUME_EVENTFD2): Likewise.
13498         (__ASSUME_SIGNALFD4): Likewise.
13499         (__ASSUME_DUP3): Likewise.
13500         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13501         (__ASSUME_DUP3): Do not define.
13502         (__ASSUME_EVENTFD2): Likewise.
13503         (__ASSUME_IN_NONBLOCK): Likewise.
13504         (__ASSUME_O_CLOEXEC): Likewise.
13505         (__ASSUME_PIPE2): Likewise.
13506         (__ASSUME_SIGNALFD4): Likewise.
13507         (__ASSUME_SOCK_CLOEXEC): Likewise.
13508         (__ASSUME_UTIMES): Undefine.
13509         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13510         (__ASSUME_UTIMES): Do not define.
13511         (__ASSUME_O_CLOEXEC): Likewise.
13512         (__ASSUME_SOCK_CLOEXEC): Likewise.
13513         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13514         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13515         0x020621].
13516         (__ASSUME_PIPE2): Likewise.
13517         (__ASSUME_EVENTFD2): Likewise.
13518         (__ASSUME_SIGNALFD4): Likewise.
13519         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13520         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13521         Do not define.
13522         (__ASSUME_EVENTFD2): Likewise.
13523         (__ASSUME_SIGNALFD4): Likewise.
13524         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13525         (__ASSUME_32BITUIDS): Likewise.
13526         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13527         (__ASSUME_IPC64): Likewise.
13528         (__ASSUME_ST_INO_64_BIT): Likewise.
13529         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13530         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13531         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13532         (__ASSUME_UTIMES): Do not define.
13533         (__ASSUME_PSELECT): Likewise.
13534         (__ASSUME_PPOLL): Likewise.
13535         (__ASSUME_O_CLOEXEC): Likewise.
13536         (__ASSUME_SOCK_CLOEXEC): Likewise.
13537         (__ASSUME_IN_NONBLOCK): Likewise.
13538         (__ASSUME_PIPE2): Likewise.
13539         (__ASSUME_EVENTFD2): Likewise.
13540         (__ASSUME_SIGNALFD4): Likewise.
13541         (__ASSUME_DUP3): Likewise.
13542         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13543         (__ASSUME_UTIMES): Likewise.
13544         (__ASSUME_O_CLOEXEC): Likewise.
13545         (__ASSUME_SOCK_CLOEXEC): Likewise.
13546         (__ASSUME_IN_NONBLOCK): Likewise.
13547         (__ASSUME_PIPE2): Likewise.
13548         (__ASSUME_EVENTFD2): Likewise.
13549         (__ASSUME_SIGNALFD4): Likewise.
13550         (__ASSUME_DUP3): Likewise.
13551         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13552         (__ASSUME_UTIMES): Likewise.
13553         (__ASSUME_O_CLOEXEC): Likewise.
13554         (__ASSUME_SOCK_CLOEXEC): Likewise.
13555         (__ASSUME_IN_NONBLOCK): Likewise.
13556         (__ASSUME_PIPE2): Likewise.
13557         (__ASSUME_EVENTFD2): Likewise.
13558         (__ASSUME_SIGNALFD4): Likewise.
13559         (__ASSUME_DUP3): Likewise.
13560         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13561         Likewise.
13562         (__ASSUME_UTIMES): Likewise.
13563         (__ASSUME_EVENTFD2): Likewise.
13564         (__ASSUME_SIGNALFD4): Likewise.
13565         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13566         (__ASSUME_O_CLOEXEC): Likewise.
13567         (__ASSUME_SOCK_CLOEXEC): Likewise.
13568         (__ASSUME_IN_NONBLOCK): Likewise.
13569         (__ASSUME_PIPE2): Likewise.
13570         (__ASSUME_EVENTFD2): Likewise.
13571         (__ASSUME_SIGNALFD4): Likewise.
13572         (__ASSUME_DUP3): Likewise.
13573         (__ASSUME_UTIMES): Undefine.
13575         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13576         feclearexcept.  Remove symbol versioning code.
13577         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13578         symbol versioning code.
13579         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13580         symbol versioning code.
13581         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13582         feupdateenv.  Remove symbol versioning code.
13583         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13584         fegetexceptflag.  Remove symbol versioning code.
13585         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13586         fesetexceptflag.  Remove symbol versioning code.
13587         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13588         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13589         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13590         (__posix_fadvise64_l32): Remove prototype.
13591         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13592         code.
13594 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13596         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13597         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13598         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13599         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13601 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13603         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13604         current working directory
13606 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13608         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13609         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13610         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13611         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13612         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13613         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13614         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13615         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13616         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13617         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13618         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13619         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13620         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13621         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13622         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13623         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13624         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13625         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13626         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13627         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13628         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13629         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13630         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13631         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13632         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13633         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13634         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13635         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13636         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13637         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13638         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13639         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13640         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13641         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13642         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13643         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13644         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13645         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13646         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13647         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13648         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13649         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13651         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13652         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13654         * sysdeps/unix/sysv/linux/arm/Makefile
13655         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13656         Add rt-aeabi_unwind_cpp_pr1.
13657         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13658         Add nptl-aeabi_unwind_cpp_pr1.
13659         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13660         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13661         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13662         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13663         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13664         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13666         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13667         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13668         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13669         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13671         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13672         Deconditionalize the code that was previously under [RESET_PID].
13673         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13675         * sysdeps/generic/exit-thread.h: New file.
13676         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13677         * include/unistd.h (__exit_thread): Remove declaration.
13678         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13679         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13680         * csu/libc-start.c: Include <exit-thread.h>.
13681         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13682         * nptl/pthread_create.c: Include <exit-thread.h>.
13683         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13684         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13685         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13686         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13687         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13688         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13689         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13690         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13691         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13692         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13693         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13694         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13695         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13696         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13697         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13698         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13699         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13701 2014-05-13  Andreas Schwab  <schwab@suse.de>
13703         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13705 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13707         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13708         (__ASSUME_UTIMES): Do not condition on kernel version.
13709         (__ASSUME_PSELECT): Define unconditionally.
13710         (__ASSUME_PPOLL): Likewise.
13711         (__ASSUME_ATFCTS): Likewise.
13712         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13713         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13714         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13715         (__ASSUME_UTIMENSAT): Define unconditionally.
13716         (__ASSUME_PRIVATE_FUTEX): Likewise.
13717         (__ASSUME_FALLOCATE): Likewise.
13718         (__ASSUME_O_CLOEXEC): Likewise.
13719         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13720         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13721         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13722         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13723         (__ASSUME_IN_NONBLOCK): Likewise.
13724         (__ASSUME_PIPE2): Likewise.
13725         (__ASSUME_EVENTFD2): Likewise.
13726         (__ASSUME_SIGNALFD4): Likewise.
13727         (__ASSUME_DUP3): Likewise.
13728         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13729         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13730         (__ASSUME_AT_RANDOM): Likewise.
13731         (__ASSUME_PREADV): Likewise.
13732         (__ASSUME_PWRITEV): Likewise.
13733         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13734         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13735         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13736         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13737         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13738         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13739         (__ASSUME_O_CLOEXEC): Define unconditionally.
13740         (__ASSUME_PSELECT): Do not undefine conditionally.
13741         (__ASSUME_PPOLL): Likewise.
13742         (__ASSUME_ATFCTS): Likewise.
13743         (__ASSUME_SET_ROBUST_LIST): Likewise.
13744         (__ASSUME_UTIMENSAT): Likewise.
13745         (__ASSUME_FDATASYNC): Define unconditionally.
13746         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13747         (__ASSUME_SIGFRAME_V2): Likewise.
13748         )__ASSUME_EVENTFD2): Likewise.
13749         (__ASSUME_SIGNALFD4): Likewise.
13750         (__ASSUME_PSELECT): Do not undefine conditionally.
13751         (__ASSUME_PPOLL): Likewise.
13752         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13753         (__ASSUME_PSELECT): Define unconditionally.
13754         (__ASSUME_PPOLL): Likewise.
13755         (__ASSUME_O_CLOEXEC): Likewise.
13756         (__ASSUME_SOCK_CLOEXEC): Likewise.
13757         (__ASSUME_IN_NONBLOCK): Likewise.
13758         (__ASSUME_PIPE2): Likewise.
13759         (__ASSUME_EVENTFD2): Likewise.
13760         (__ASSUME_SIGNALFD4): Likewise.
13761         (__ASSUME_DUP3): Likewise.
13762         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13763         (__ASSUME_O_CLOEXEC): Likewise.
13764         (__ASSUME_SOCK_CLOEXEC): Likewise.
13765         (__ASSUME_IN_NONBLOCK): Likewise.
13766         (__ASSUME_PIPE2): Likewise.
13767         (__ASSUME_EVENTFD2): Likewise.
13768         (__ASSUME_SIGNALFD4): Likewise.
13769         (__ASSUME_DUP3): Likewise.
13770         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13771         (__ASSUME_EVENTFD2): Likewise.
13772         (__ASSUME_SIGNALFD4): Likewise.
13773         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13775 2014-05-12  Andreas Schwab  <schwab@suse.de>
13777         [BZ #16932]
13778         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13779         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13780         than maximum RPC packet size.
13781         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13782         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13783         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13784         (_nss_nis_getservbyport_r): Likewise.
13786 2014-05-12  Will Newton  <will.newton@linaro.org>
13788         * malloc/Makefile (tests): Add tst-mallopt.
13789         * malloc/tst-mallopt.c: New file.
13791 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13793         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13794         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13796 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13798         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13799         (tst-tlsmod6.so): Likewise.
13801 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13803         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13805 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13807         [BZ #16064]
13808         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13809         and <dl-procinfo.h>.
13810         (__fegetenv): Save SSE state in envp->__eip if supported.
13811         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13812         envp->__eip if supported.
13813         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13814         and <dl-procinfo.h>.
13815         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13816         __data_offset and __data_selector in environment to 0.  Set SSE
13817         state if supported.
13818         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13819         test-fenv-sse.
13820         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13821         -mfpmath=sse.
13822         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13824 2014-05-09  Will Newton  <will.newton@linaro.org>
13826         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13827         and libc_relro_required for ARM.
13828         * sysdeps/arm/preconfigure: Regenerate.
13830 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13831             Stefan Liebler  <stli@linux.vnet.ibm.com>
13833         * config.make.in (enable-lock-elision): New Makefile variable.
13834         * configure.ac: Likewise.
13835         * configure: Regenerate.
13836         * sysdeps/s390/configure.ac:
13837         Add check for gcc transactions support.
13838         * sysdeps/s390/configure: Regenerate.
13839         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13840         Build elision files if enabled.
13841         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13842         Add lock elision support for s390.
13843         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13844         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13845         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13846         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13847         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13848         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13849         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13850         Likewise.
13851         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13852         Likewise.
13853         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13854         Likewise.
13855         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13856         Likewise.
13857         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13858         (__lll_timedlock_elision, __lll_lock_elision)
13859         (__lll_unlock_elision, __lll_trylock_elision)
13860         (lll_timedlock_elision, lll_lock_elision)
13861         (lll_unlock_elision, lll_trylock_elision): Add.
13862         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13863         (pthread_mutex_t): Add lock elision support for s390.
13865 2014-05-14  Wilco  <wdijkstr@arm.com>
13867         * sysdeps/arm/fclrexcpt.c: Cleanup.
13868         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13869         * sysdeps/arm/feenablxcpt.c: Cleanup.
13870         * sysdeps/arm/fegetenv.c: Cleanup.
13871         * sysdeps/arm/fegetexcept.c: Cleanup.
13872         * sysdeps/arm/fegetround.c: Cleanup.
13873         * sysdeps/arm/feholdexcpt.c: Cleanup.
13874         * sysdeps/arm/fesetenv.c: Cleanup.
13875         * sysdeps/arm/fesetround.c: Cleanup.
13876         * sysdeps/arm/feupdateenv.c: Cleanup.
13877         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13878         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13879         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13880         * sysdeps/arm/ftestexcept.c: Cleanup.
13881         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13882         * sysdeps/arm/setfpucw.c: Cleanup.
13884 2014-05-09  Will Newton  <will.newton@linaro.org>
13886         * sysdeps/arm/armv7/strcmp.S: New file.
13887         * NEWS: Mention addition of ARMv7 optimized strcmp.
13889 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13891         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13892         look for %.ac rather than %.in.
13894         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13895         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13896         * sysdeps/mach/hurd/configure: Regenerated.
13897         * sysdeps/unix/sysv/linux/configure: Regenerated.
13899         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13901 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13903         [BZ# 16922]
13904         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13905         (LONG_SUB): Ditto.
13906         (PTR_SUB): Ditto.
13908 2014-05-07  Andreas Schwab  <schwab@suse.de>
13910         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13911         when skipping over non-matching result from nscd.
13913 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13915         [BZ #16876]
13916         * nptl/sockperf.c (client): Check socket return value.
13918         [BZ #16877]
13919         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13920         nscd security class.
13922 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13924         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13925         * sysdeps/arm/unwind.h: ... here.
13927 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13929         [BZ# 16916]
13930         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13931         Define.
13933 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13935         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13936         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13937         multiarch strncpy for PPC64.
13938         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13939         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13940         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13941         multiarch optimizations.
13942         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13943         (__libc_ifunc_impl_list): Likewise.
13944         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13945         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13946         multiarch stpncpy for PPC64.
13947         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13948         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13950 2014-05-06  Andreas Schwab  <schwab@suse.de>
13952         [BZ #16912]
13953         * gmon/mcount.c (_MCOUNT_DECL): Use
13954         atomic_compare_and_exchange_bool_acq instead of
13955         catomic_compare_and_exchange_bool_acq.
13957 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13959         * elf/Makefile (others, install-bin): Remove pldd.
13960         (pldd-modules): Variable removed.
13961         ($(objpfx)pldd): Target removed.
13962         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13963         (others, install-bin): Append pldd here.
13964         ($(objpfx)pldd): New target.
13966         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13967         to 0, so the first #if test emitted later doesn't see it undefined.
13968         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13969         * sysdeps/gnu/errlist.c: Regenerated.
13971 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13973         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13974         [libc_hidden_builtin_def]: Define to empty value.
13975         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13976         [libc_hidden_builtin_def]: Likewise.
13977         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13978         [libc_hidden_builtin_def]: Likewise.
13979         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13980         [libc_hidden_builtin_def]: Likewise.
13981         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13982         __redirect_memcpy and define ifunc as default hidden symbol.
13983         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13984         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13986 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13988         * locale/iso-4217.def: Reintroduce XDR currency.
13990 2014-05-04  Allan McRae  <allan@archlinux.org>
13992         * po/eo.po: Update Esperanto translation from translation project.
13994 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13996         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13997         and FEATURE_INDEX_MAX to 1.
13998         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14000 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14002         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14003         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14004         * iconvdata/big5.c (ONE_DIRECTION): Define.
14005         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14006         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14007         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14008         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14009         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14010         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14011         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14012         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14013         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14014         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14015         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14016         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14017         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14018         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14019         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14020         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14021         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14022         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14023         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14024         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14025         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14026         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14027         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14028         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14029         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14030         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14031         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14032         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14033         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14034         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14035         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14036         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14037         * iconvdata/johab.c (ONE_DIRECTION): Define.
14038         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14039         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14040         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14041         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14042         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14043         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14044         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14045         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14046         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14047         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14049 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14051         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14052         (_IO_JUMPS_OFFSET): Define to 0.
14054         * nptl/sysdeps/pthread/bits/libc-lock.h
14055         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14056         (__libc_lock_define_initialized_recursive): Always define using
14057         initializer.  Modern compilers treat uninitialized (implicit zero) and
14058         explicit zero initializers the same (i.e. put the datum in bss).
14060 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14062         * nscd/nscd-client.h: Include <string.h>.
14064 2014-05-01  David S. Miller  <davem@davemloft.net>
14066         [BZ #16885]
14067         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14068         multiple zero bytes exist at the end of a string.
14069         Reported by Aurelien Jarno <aurelien@aurel32.net>
14071         * string/test-strcmp.c (check): Add explicit test for situations where
14072         there are multiple zero bytes after the first.
14074 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14076         [BZ #16890]
14077         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14078         when compiling wprintf.
14079         * stdio-common/tstdiomisc.c (t3): New function.
14080         (main): Call it.
14082 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14084         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14085         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14086         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14087         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14089 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14091         * stdlib/longlong.h: Updated from GCC.
14093 2014-05-01  Will Newton  <will.newton@linaro.org>
14094             Bernard Ogden  <bernie.ogden@linaro.org>
14096         * NEWS: Update fixed bug list.
14098         [BZ #15119]
14099         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14101 2014-04-30  David S. Miller  <davem@davemloft.net>
14103         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14104         (libc_feholdexcept_setround_sparc_ctx): New function.
14105         (libc_fesetenv_sparc_ctx): Likewise.
14106         (libc_feupdateenv_sparc_ctx): Likewise.
14107         (libc_feholdsetround_sparc_ctx): Likewise.
14108         (libc_feholdexcept_setround_ctx): Define.
14109         (libc_feholdexcept_setroundf_ctx): Likewise.
14110         (libc_feholdexcept_setroundl_ctx): Likewise.
14111         (libc_fesetenv_ctx): Likewise.
14112         (libc_fesetenvf_ctx): Likewise.
14113         (libc_fesetenvl_ctx): Likewise.
14114         (libc_feupdateenv_ctx): Likewise.
14115         (libc_feupdateenvf_ctx): Likewise.
14116         (libc_feupdateenvl_ctx): Likewise.
14117         (libc_feresetround_ctx): Likewise.
14118         (libc_feresetroundf_ctx): Likewise.
14119         (libc_feresetroundl_ctx): Likewise.
14120         (libc_feholdsetround_ctx): Likewise.
14121         (libc_feholdsetroundf_ctx): Likewise.
14122         (libc_feholdsetroundl_ctx): Likewise.
14124         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14125         with __USE_GNU instead of XOPEN cpp guards.
14127         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14128         0.
14130         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14131         with XOPEN cpp guards.
14133 2014-04-30  Julian Brown  <julian@codesourcery.com>
14135         [BZ #16888]
14136         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14137         handling.
14139 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14141         [BZ #9894]
14142         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14143         Change to 2.6.32.
14144         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14145         * sysdeps/unix/sysv/linux/configure: Regenerated.
14146         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14147         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14148         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14149         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14150         * README: Update reference to required Linux kernel version.
14151         * manual/install.texi (Linux): Update reference to required Linux
14152         kernel headers version.
14153         * INSTALL: Regenerated.
14155         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14156         header inclusion.
14157         [POSIX] (limits.h): Likewise.
14158         [POSIX] (math.h): Likewise.
14159         [POSIX] (sys/wait.h): Likewise.
14160         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14161         function.
14162         [POSIX] (stddef.h): Do not allow header inclusion.
14164 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14166         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14168 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14170         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14171         Return immediately after lll_futex_wake.
14173 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14175         [BZ #16791]
14176         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14177         structure.
14178         (datahead_init_pos): Call datahead_init_common early.
14179         (datahead_init_neg): Likewise.
14181         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14182         datahead_init_neg): New functions.
14183         * nscd/aicache.c (addhstaiX): Use them.
14184         * nscd/grpcache.c (cache_addgr): Likewise.
14185         * nscd/hstcache.c (cache_addhst): Likewise.
14186         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14187         * nscd/netgroupcache.c (do_notfound): Likewise.
14188         (addgetnetgrentX): Likewise.
14189         (addinnetgrX): Likewise.
14190         * nscd/pwdcache.c (cache_addpw): Likewise.
14191         * nscd/servicescache.c (cache_addserv): Likewise.
14193 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14194             Atsushi Onoe  <atsushi@onoe.org>
14196         [BZ #14308]
14197         [BZ #12994]
14198         [BZ #13651]
14199         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14200         one response is valid.
14201         * resolv/res_send.c (send_dg): Check for validity of other
14202         response if the current response is a referral.
14204 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14206         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14208 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14210         [BZ #16823]
14211         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14212         Always divide by positive zero when computing -Inf result.
14213         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14214         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14216 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14218         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14219         FPSCR if value do not change.
14220         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14221         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14222         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14223         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14224         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14225         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14226         function.
14228 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14230         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14231         * sysdeps/unix/sysv/linux/hppa: Move directory from
14232         ports/systeps/unix/sysv/linux/hppa.
14233         * README: Update listing for hppa-*-linux-gnu.
14235 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14237         [BZ #16754]
14238         * manual/stdio.texi (Hook functions): Fix types of stream hook
14239         functions.
14240         [BZ #16854]
14241         * socket/sys/socket.h: Fix typo in comment.
14243 2014-04-28  Wilco  <wdijkstr@arm.com>
14245         * sysdeps/arm/fenv_private.h: New file.
14246         * sysdeps/arm/math_private.h: New file.
14247         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14249 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14251         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14252         with __int128_t.
14253         (La_x86_64_retval): Likewise.
14255 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14257         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14258         fpsr if value didn't change.
14259         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14260         to fpcr if value didn't change.
14261         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14262         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14263         fpsr or fpcr if value didn't change.
14264         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14265         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14266         fpcr if value didn't change.
14267         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14268         to fpsr if value didn't change.
14270 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14272         * nptl/tst-sem3.c: Use test-skeleton.c
14273         (main): Rename to do_test.  Use return instead of
14274         exit.
14275         * nptl/tst-sem4.c: Use test-skeleton.c
14276         (main): Rename to do_test.
14278 2014-04-22  David S. Miller  <davem@davemloft.net>
14280         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14281         (struct sigaction): New struct member __glibc_reserved0, change
14282         type of sa_flags to int.
14284 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14286         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14287         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14289 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14291         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14292         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14294 2014-04-22  Will Newton  <will.newton@linaro.org>
14295             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14297         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14298         (__longjmp): Add longjmp and longjmp_target SystemTap
14299         probes.
14300         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14301         (__sigsetjmp): Add setjmp SystemTap probe.
14303 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14305         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14306         match manual order.
14308 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14310         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14312         * sysdeps/powerpc/fpu/fenv_private.h
14313         (libc_feholdexcept_setroundl_ctx): Define to
14314         libc_feholdexcept_setround_ppc_ctx.
14315         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14316         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14317         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14318         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14320 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14322         * sysdeps/aarch64/math-tests.h: New file.
14324 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14326         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14327         New.
14328         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14329         Check and set bit_AVX2_Usable.
14330         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14331         macro.
14332         (bit_AVX2): Likewise.
14333         (index_AVX2_Usable): Likewise.
14334         (CPUID_AVX2): Likewise.
14335         (HAS_AVX2): Likewise.
14337 2014-04-17  Will Newton  <will.newton@linaro.org>
14339         * manual/setjmp.texi (System V contexts): Add note that
14340         calling setcontext on a context created by a call to a
14341         signal handler is undefined.  Update text to note that
14342         setcontext from a signal handler is possible but not
14343         recommended.
14345         [BZ #16629]
14346         * stdlib/tst-setcontext.c: Include signal.h.
14347         (main): Check that the signal stack before and
14348         after swapcontext is the same.
14350         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14351         Re-implement to restore registers in user code and avoid
14352         rt_sigreturn system call.
14354 2014-04-17  Wilco  <wdijkstr@arm.com>
14356         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14357         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14358         * math/test-fenv.c: Skip exception trap tests on targets which only
14359         support non-stop mode.
14361 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14362             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14364         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14365         (libc_feholdsetround_aarch64_ctx)
14366         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14367         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14368         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14369         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14370         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14371         (libc_feresetround_noexl_ctx): Define.
14373 2014-04-16  Richard Henderson  <rth@redhat.com>
14375         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14377         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14378         unwind tables.
14380         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14381         const from the non-libc, non-ldso copy.
14383         * sysdeps/alpha/libm-test-ulps: Regenerate.
14385 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14386             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14388         * sysdeps/aarch64/fpu/math_private.h: New file.
14390 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14392         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14394 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14396         [BZ #16275]
14397         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14398         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14399         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14400         Intel MPX bound registers before _dl_profile_fixup.
14401         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14402         registers after _dl_profile_fixup.  Save and restore bound
14403         registers bnd0/bnd1 when calling _dl_call_pltexit.
14404         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14405         (LR_BND_OFFSET): Likewise.
14406         (LRV_BND0_OFFSET): Likewise.
14407         (LRV_BND1_OFFSET): Likewise.
14409 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14411         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14412         to...
14413         * sysdeps/mach/hurd/i386/tls.h: ... here.
14414         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14415         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14416         fields.
14418 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14420         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14422 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14424         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14426 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14428         [BZ #14770]
14429         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14430         * sysdeps/s390/configure: Regenerate.
14432         [BZ #16824]
14433         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14434         Set round-to-nearest internally to reduce error accumulation.
14436 2014-04-16  Alan Modra  <amodra@gmail.com>
14438         [BZ #16740]
14439         [BZ #16619]
14440         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14441         * math/libm-test.inc (frexp_test_data): Add tests.
14442         * NEWS: Update fixed bug list.
14444 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14446         * benchtests/Makefile: Depend on libraries in build directory.
14447         (bench-math): Separate out math tests.
14448         (bench-pthread): Separate out pthread tests.
14449         (bench): Include math and pthread tests.
14451 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14453         [BZ #16831]
14454         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14455         _dl_debug_initialize.
14457         * configure.ac: Remove SELinux header check.
14458         * configure: Regenerate.
14459         * nscd/selinux.c (perms): Array of const char* to permission names.
14460         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14461         default policy. Call string_to_security_class and string_to_av_perm to
14462         translate strings. Enforce default policy and call avs_has_perm with
14463         results of translated strings.
14465 2014-04-13  David S. Miller  <davem@davemloft.net>
14467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14469 2014-04-12  Allan McRae  <allan@archlinux.org>
14471         [BZ #16838]
14472         * manual/string.texi (Collation Functions): Fix qsort argument
14473         order in example.
14474         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14476 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14478         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14479         Make the test a no-op if there are no exceptions defined.
14481 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14483         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14484         enable-hardcoded-path-in-tests
14486 2014-04-11  Will Newton  <will.newton@linaro.org>
14488         * benchtests/Makefile (extra-objs): Add json-lib.o.
14489         (bench-func): Tidy up JSON output.
14490         * benchtests/bench-skeleton.c: Include json-lib.h.
14491         (main): Use JSON library functions to do output of
14492         benchmark results.
14493         * benchtests/bench-timing-type.c (main): Output the
14494         timing type simply, leaving formatting to the user.
14495         * benchtests/json-lib.c: New file.
14496         * benchtests/json-lib.h: Likewise.
14498 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14500         [BZ #15215]
14501         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14502         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14503         memory barriers.  Add comments.
14504         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14505         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14506         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14507         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14508         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14509         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14511 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14513         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14514         * sysdeps/s390/s390-64/configure.ac: ... this ...
14515         * sysdeps/s390/configure.ac: ... to here.
14516         * sysdeps/s390/s390-32/configure: Delete file.
14517         * sysdeps/s390/s390-64/configure: Delete file.
14518         * sysdeps/s390/configure: Regenerate.
14520 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14522         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14524 2014-04-11  Will Newton  <will.newton@linaro.org>
14526         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14527         to zero if it is not defined elsewhere.  (mtrim): Test
14528         the value of MALLOC_DEBUG with #if rather than #ifdef.
14530 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14532         * benchtests/pthread_once-inputs: New file.
14533         * benchtests/pthread_once-source.c: New file.
14534         * benchtests/README: Update documentation.
14536 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14537             H.J. Lu  <hongjiu.lu@intel.com>
14539         [BZ #16275]
14540         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14541         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14542         * sysdeps/x86_64/configure: Regenerated.
14543         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14544         macro.
14545         (REGISTER_SAVE_RAX): Likewise.
14546         (REGISTER_SAVE_RCX): Likewise.
14547         (REGISTER_SAVE_RDX): Likewise.
14548         (REGISTER_SAVE_RSI): Likewise.
14549         (REGISTER_SAVE_RDI): Likewise.
14550         (REGISTER_SAVE_R8): Likewise.
14551         (REGISTER_SAVE_R9): Likewise.
14552         (REGISTER_SAVE_BND0): Likewise.
14553         (REGISTER_SAVE_BND1): Likewise.
14554         (REGISTER_SAVE_BND2): Likewise.
14555         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14556         bound registers when calling _dl_fixup.
14558 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14560         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14561         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14562         of its definition.
14563         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14564         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14565         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14566         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14567         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14568         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14569         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14571 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14573         [BZ #15514]
14574         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14575         pathconf(_PC_NAME_MAX).
14577 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14579         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14580         Remove macro usage.
14581         (__PTHREAD_SPINS): Move definition to ...
14582         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14583         (__PTHREAD_SPINS): ... here.
14584         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14585         (__PTHREAD_SPIN): Likewise.
14586         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14587         (__PTHREAD_SPIN): Likewise.
14588         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14589         (__PTHREAD_SPIN): Likewise.
14590         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14591         (__PTHREAD_SPIN): Likewise.
14592         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14593         (__PTHREAD_SPIN): Likewise.
14594         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14595         (__PTHREAD_SPIN): Likewise.
14596         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14597         (__PTHREAD_SPIN): Likewise.
14598         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14599         (__PTHREAD_SPIN): Likewise.
14600         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14601         (__PTHREAD_SPIN): Likewise.
14602         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14603         (__PTHREAD_SPIN): Likewise.
14604         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14605         (__PTHREAD_SPIN): Likewise.
14606         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14607         (__PTHREAD_SPIN): Likewise.
14609         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14610         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14611         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14612         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14613         imply folder.
14614         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14615         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14616         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14617         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14618         correct imply path.
14619         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14620         strlen symbol for non multi-arch builds.
14621         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14622         missing hidden_def and weak_alias.
14624 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14626         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14628 2014-04-07  Will Newton  <will.newton@linaro.org>
14630         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14631         and contents.  [!_LIBC] Remove #ifndef and contents.
14632         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14633         * string/memccpy.c (__memccpy): Use ANSI prototype.
14634         * string/memfrob.c (memfrob): Likewise.
14635         * string/strcoll.c (STRCOLL): Likewise.
14636         * string/strlen.c (strlen): Likewise.
14637         * string/strtok.c (STRTOK): Likewise.
14638         * string/strcat.c: Remove unused #include of memcopy.h.
14639         (strcat): Use ANSI prototype.
14640         * string/strchr.c: Remove unused #include of memcopy.h.
14641         (strchr): Use ANSI prototype.
14642         * string/strcmp.c: Remove unused #include of memcopy.h.
14643         (strcmp): Use ANSI prototype.
14644         * string/strcpy.c: Remove unused #include of memcopy.h.
14645         (strcpy): Use ANSI prototype.
14647 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14649         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14650         * config.make.in (config-extra-cppflags): Set it from
14651         libc_extra_cppflags.
14652         * configure.ac (libc_extra_cflags): Make it accumulate over
14653         configure fragments.
14654         (libc_extra_cppflags): New flag.
14655         * configure. Regenerate.
14656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14657         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14658         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14661         [BZ #16815]
14662         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14663         result for FE_DOWNWARD rounding mode.
14664         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14665         Likewise.
14666         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14668 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14670         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14671         in function argument name.
14673 2014-04-03  David Svoboda  <svoboda@cert.org>
14675         [BZ #5666]
14676         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14677         explicitly.
14679 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14681         * elf/dl-unmap-segments.h: New file.
14682         * sysdeps/generic/ldsodefs.h
14683         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14684         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14685         * elf/dl-fptr.c: Likewise.
14686         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14687         * sysdeps/aarch64/tlsdesc.c: Likewise.
14688         * sysdeps/arm/tlsdesc.c: Likewise.
14689         * sysdeps/i386/tlsdesc.c: Likewise.
14690         * sysdeps/tile/dl-runtime.c: Likewise.
14691         * sysdeps/x86_64/tlsdesc.c: Likewise.
14692         * elf/dl-load.h: New file.
14693         * elf/dl-load.c: Include it.
14694         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14695         Macros moved to dl-load.h.
14696         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14697         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14698         Use _dl_unmap_segments in place of __munmap.
14699         Break out segment-mapping loop into ...
14700         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14702 2014-04-03  Will Newton  <will.newton@linaro.org>
14704         * elf/dl-lookup.c (do_lookup_x): Remove comment
14705         referring to nested function and move variable
14706         declarations down to before first use.
14708 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14710         [BZ #16799]
14711         [BZ #16800]
14712         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14713         with 0 numerator.
14714         * math/s_catanf.c (__catanf): Likewise.
14715         * math/s_catanh.c (__catanh): Likewise.
14716         * math/s_catanhf.c (__catanhf): Likewise.
14717         * math/s_catanhl.c (__catanhl): Likewise.
14718         * math/s_catanl.c (__catanl): Likewise.
14719         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14720         by positive zero when computing -Inf result.
14721         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14722         (catanh_test): Likewise.
14723         * sysdeps/i386/fpu/libm-test-ulps: Update.
14724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14726         [BZ #16789]
14727         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14728         instead of using underflowing value in computing result.
14729         * math/s_clog10.c (__clog10): Likewise.
14730         * math/s_clog10f.c (__clog10f): Likewise.
14731         * math/s_clog10l.c (__clog10l): Likewise.
14732         * math/s_clogf.c (__clogf): Likewise.
14733         * math/s_clogl.c (__clogl): Likewise.
14734         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14735         (clog10_test): Likewise.
14736         * sysdeps/i386/fpu/libm-test-ulps: Update.
14737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14739 2014-04-02  Alan Modra  <amodra@gmail.com>
14741         [BZ #16739]
14742         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14743         output when value is near a power of two.  Use int64_t for lx and
14744         remove casts.  Use decimal rather than hex exponent constants.
14745         Don't use long double multiplication when double will suffice.
14746         * math/libm-test.inc (nextafter_test_data): Add tests.
14747         * NEWS: Add 16739 and 16786 to bug list.
14749         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14751         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14753 2014-04-01  Will Newton  <will.newton@linaro.org>
14755         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14756         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14758 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14760         [BZ #13347]
14761         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14762         * nptl/tst-setuid2.c: New file.
14763         * nptl/Makefile (xtests): Add tst-setuid2.
14765 2014-04-01  Alan Modra  <amodra@gmail.com>
14767         [BZ #16786]
14768         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14770 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14772         [BZ #6803]
14773         [BZ #6804]
14774         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14775         set errno as appropriate.
14776         * math/w_scalbf.c (__scalbf): Likewise.
14777         * math/w_scalbl.c (__scalbl): Likewise.
14778         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14779         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14780         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14781         Add more NaN tests.
14783         [BZ #16349]
14784         * math/w_atan2.c: Include <errno.h>.
14785         (__atan2): Set errno for result underflowing to zero.
14786         * math/w_atan2f.c: Include <errno.h>.
14787         (__atan2f): Set errno for result underflowing to zero.
14788         * math/w_atan2l.c: Include <errno.h>.
14789         (__atan2l): Set errno for result underflowing to zero.
14790         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14791         tests.
14792         * math/auto-libm-test-out: Regenerated.
14794 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14796         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14797         Encode instruction correctly in little endian.
14798         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14799         Likewise.
14800         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14801         Likewise.
14802         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14803         Likewise.
14804         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14805         Likewise.
14807 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14809         [BZ #9894]
14810         * sysdeps/unix/sysv/linux/kernel-features.h
14811         [__sparc__ && !__arch64__ && !__sparc_v9__]
14812         (__ASSUME_SET_ROBUST_LIST): Do not define.
14813         [__sparc__ && !__arch64__ && !__sparc_v9__]
14814         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14815         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14816         Likewise.
14817         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14818         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14819         (__ASSUME_REQUEUE_PI): Likewise.
14820         (__ASSUME_SET_ROBUST_LIST): Likewise.
14821         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14822         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14823         Undefine.
14824         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14825         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14826         Likewise.
14827         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14828         Likewise.
14829         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14830         Likewise.
14831         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14832         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14833         Undefine.
14834         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14835         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14836         Likewise.
14838         [BZ #16648]
14839         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14840         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14841         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14843 2014-03-31  Will Newton  <will.newton@linaro.org>
14845         * benchtests/Makefile (bench): Add ffs and ffsll to list
14846         of tests.
14847         * benchtests/ffs-inputs: New file.
14848         * benchtests/ffsll-inputs: Likewise.
14850 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14852         [BZ #16770]
14853         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14854         too large before casting to int.
14855         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14856         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14857         * math/libm-test.inc (scalb_test_data): Add more tests.
14859 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14861         * benchtests/Makefile (DETAILED_OPT): New make option.
14862         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14863         set.
14864         * benchtests/bench-skeleton.c: Include stdbool.h.
14865         (main): Store and print timings per input.
14866         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14867         member to each argument value.
14868         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14869         (_print_arg_data): Initialize per-input timing to 0.
14871         * benchtests/Makefile (timing-type): New binary.
14872         (bench-clean): Also remove bench-timing-type.
14873         (bench): New target for timing-type.
14874         (bench-func): Print output in JSON format.
14875         * benchtests/bench-skeleton.c (main): Print output in JSON
14876         format.
14877         * benchtests/bench-timing-type.c: New file.
14878         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14879         (TIMING_PRINT_STATS): Remove.
14880         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14881         name separately.
14883         * benchtests/bench-modf.c: Remove.
14884         * benchtests/modf-inputs: New inputs file.
14886 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14888         [BZ #16362]
14889         * math/s_clog10.c (M_PI_LOG10E): New macro.
14890         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14891         imaginary parts are 0.
14892         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14893         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14894         imaginary parts are 0.
14895         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14896         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14897         imaginary parts are 0.
14898         * math/libm-test.inc (clog10_test_data): Update expected results
14899         for when real and imaginary parts are 0.
14901 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14903         * elf/dl-load.c: Finish conversion of __builtin_expect into
14904         __glibc_{un}likely.
14906 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14908         [BZ #16348]
14909         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14910         1+x for argument with exponent below -67.
14911         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14912         Likewise.
14913         * math/auto-libm-test-in: Add more tests of exp.
14914         * math/auto-libm-test-out: Regenerated.
14916 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14918         [BZ #16759]
14919         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14920         (nscd_getnetgrent): Use it.
14922         [BZ #16760]
14923         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14924         of stpcpy.
14926 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14928         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14929         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14930         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14931         (lll_robust_unlock): Remove out of line section. Use cfi
14932         intrinsics.
14933         (LLL_STUB_UNWIND_INFO*): Remove.
14934         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14935         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14936         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14937         (lll_robust_unlock): Remove out of line section. Use cfi
14938         intrinsics.
14939         (LLL_STUB_UNWIND_INFO*): Remove.
14941 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14943         [BZ #16758]
14944         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14945         blank values.
14947 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14949         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14951 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14953         [BZ #16198]
14954         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14955         fnstenv.
14956         * math/test-fenv-preserve.c: New file.
14957         * math/Makefile (tests): Add test-fenv-preserve.
14959 2014-03-26  Will Newton <will.newton@linaro.org>
14961         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14963 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14965         * scripts/versionlist.awk: Partition the version sets and emit all
14966         GLIBC_* (sorted) before all others (sorted).
14968 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14970         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14971         GLIBC_2.2.5 version.
14973 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14975         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14976         calls.
14978         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14979         previous change.
14981         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14983 2014-03-25  Andreas Schwab  <schwab@suse.de>
14985         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14986         label to be used after in6ailist is initialized.
14988 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14990         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14991         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14993 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14995         [BZ #16357]
14996         [BZ #16599]
14997         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14998         min_plus_half.
14999         (fp_formats): Update initializers.
15000         (init_fp_formats): Initialize new field.
15001         (output_for_one_input_case): Allow underflow for results up to
15002         min_plus_half.
15003         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15004         * math/auto-libm-test-in: Don't mark some underflows from asin and
15005         atanh as spurious.
15006         * math/auto-libm-test-out: Regenerated.
15007         * sysdeps/i386/fpu/libm-test-ulps: Update.
15008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15010 2014-03-25  Andreas Schwab  <schwab@suse.de>
15012         * libio/Makefile (tst-ftell-partial-wide-ENV)
15013         (tst-ftell-active-handler-ENV): Define.
15015 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15017         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15019 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15021         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15023 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15025         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15026         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15027         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15029 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15031         [BZ #16634]
15032         * elf/dl-load.c (open_verify): Add mode parameter.
15033         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15034         (open_path): Change from boolean 'secure' to complete flag 'mode'
15035         (_dl_map_object): Adjust.
15036         * elf/Makefile (tests): Add tst-dlopen-aout.
15037         * elf/tst-dlopen-aout.c: New test.
15039 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15041         [BZ #16714]
15042         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15043         (struct stat): Rename member pad0 to __glibc_reserved0.
15045         [BZ #16712]
15046         * sysdeps/s390/s390-32/bits/wordsize.h
15047         (__WORDSIZE32_SIZE_ULONG): New define.
15048         * sysdeps/s390/s390-64/bits/wordsize.h
15049         (__WORDSIZE32_SIZE_ULONG): Likewise.
15050         * sysdeps/generic/stdint.h (SIZE_MAX):
15051         Define as UL if __WORDSIZE32_SIZE_ULONG.
15053         [BZ #16713]
15054         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15055         (__glibc_reserved0): New variable.
15056         (sa_flags): Change type to int.
15058         * posix/Makefile (before-compile): Use += before-compile instead
15059         of a :=.
15061         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15062         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15064 2014-03-20  Andreas Schwab  <schwab@suse.de>
15066         [BZ #16743]
15067         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15068         non-matching result from nscd.
15070 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15072         * scripts/bench.py: Moved to ...
15073         * benchtests/scripts/bench.py: ... here.
15074         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15076 2014-03-24  Andreas Schwab  <schwab@suse.de>
15078         [BZ #16002]
15079         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15080         alloca_account and account alloca use for struct in6ailist.
15082 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15084         [BZ #16284]
15085         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15086         rounding mode to recompute results that overflow to infinity or
15087         underflow to zero.
15088         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15089         bug 16284.
15090         * math/auto-libm-test-out: Regenerated.
15091         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15092         (ccosh_test): Likewise.
15093         (csin_test_data): Use plus_oflow.
15094         (csin_test): Use ALL_RM_TEST.
15095         (csinh_test_data): Use plus_oflow.
15096         (csinh_test): Use ALL_RM_TEST.
15097         * sysdeps/i386/fpu/libm-test-ulps: Update.
15098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15100 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15102         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15103         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15104         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15106         [BZ #16731]
15107         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15108         when x - 1 is zero.
15109         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15110         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15111         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15112         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15113         argument is 1.
15114         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15115         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15116         zero.
15117         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15118         * sysdeps/i386/fpu/libm-test-ulps: Update.
15119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15121 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15123         * scripts/bench.pl: Remove file.
15124         * scripts/bench.py: New benchmark script.
15125         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15126         * benchtests/README: Mention python dependency.
15127         * scripts/pylintrc: New file.
15128         * scripts/pylint: New file.
15130         * bits/mathdef.h: Use #ifdef instead of #if.
15131         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15132         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15133         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15134         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15135         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15136         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15138 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15139             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15141         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15142         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15143         and strpbrk-ppc64 objects.
15144         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15145         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15146         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15147         multiarch strpbrk for POWER7.
15148         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15149         multiarch strpbrk for PPC64.
15150         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15151         ifunc selector.
15152         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15153         strpbrk for POWER7.
15155 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15157         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15158         (atan_test): Likewise.
15159         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15160         (atanh_test): Use ALL_RM_TEST.
15161         (atan2_test_data): Likewise.
15162         (cabs_test): Likewise.
15163         (cacosh_test): Likewise.
15164         (carg_test): Likewise.
15165         (casin_test): Likewise.
15166         (casinh_test): Likewise.
15167         (cbrt_test): Likewise.
15168         (csqrt_test): Likewise.
15169         (erf_test): Likewise.
15170         (erfc_test): Likewise.
15171         (pow10_test): Likewise.
15172         (exp2_test): Likewise.
15173         (hypot_test): Likewise.
15174         (j0_test): Likewise.
15175         (j1_test): Likewise.
15176         (lgamma_test): Likewise.
15177         (gamma_test): Likewise.
15178         (sincos_test): Likewise.
15179         (tanh_test): Likewise.
15180         (y0_test): Likewise.
15181         (y1_test): Likewise.
15182         * sysdeps/i386/fpu/libm-test-ulps: Update.
15183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15185 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15187         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15188         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15189         and strcspn-ppc64 objects.
15190         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15191         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15192         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15193         multiarch strcspn for POWER7.
15194         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15195         multiarch strcspn for PPC64.
15196         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15197         ifunc selector.
15198         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15199         strcspn for POWER7.
15201 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15203         * math/gen-libm-test.pl (generate_testfile): Expect only function
15204         name as argument to AUTO_TESTS_* and pass results for all rounding
15205         modes to parse_args.
15206         (parse_auto_input): Separate inputs of automatic tests from
15207         outputs before storing in %auto_tests.
15208         * math/libm-test.inc (acos_test_data): Update call to
15209         AUTO_TESTS_f_f.
15210         (acos_test): Use ALL_RM_TEST.
15211         (acos_tonearest_test_data): Remove.
15212         (acos_test_tonearest): Likewise.
15213         (acos_towardzero_test_data): Likewise.
15214         (acos_test_towardzero): Likewise.
15215         (acos_downward_test_data): Likewise.
15216         (acos_test_downward): Likewise.
15217         (acos_upward_test_data): Likewise.
15218         (acos_test_upward): Likewise.
15219         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15220         (asin_test_data): Likewise.
15221         (asin_test): Use ALL_RM_TEST.
15222         (asin_tonearest_test_data): Remove.
15223         (asin_test_tonearest): Likewise.
15224         (asin_towardzero_test_data): Likewise.
15225         (asin_test_towardzero): Likewise.
15226         (asin_downward_test_data): Likewise.
15227         (asin_test_downward): Likewise.
15228         (asin_upward_test_data): Likewise.
15229         (asin_test_upward): Likewise.
15230         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15231         (atan_test_data): Likewise.
15232         (atanh_test_data): Likewise.
15233         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15234         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15235         (carg_test_data): Likewise.
15236         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15237         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15238         (ccosh_test_data): Likewise.
15239         (cexp_test_data): Likewise.
15240         (clog_test_data): Likewise.
15241         (clog10_test_data): Likewise.
15242         (cos_test_data): Update call to AUTO_TESTS_f_f.
15243         (cos_test): Use ALL_RM_TEST.
15244         (cos_tonearest_test_data): Remove.
15245         (cos_test_tonearest): Likewise.
15246         (cos_towardzero_test_data): Likewise.
15247         (cos_test_towardzero): Likewise.
15248         (cos_downward_test_data): Likewise.
15249         (cos_test_downward): Likewise.
15250         (cos_upward_test_data): Likewise.
15251         (cos_test_upward): Likewise.
15252         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15253         (cosh_test): Use ALL_RM_TEST.
15254         (cosh_tonearest_test_data): Remove.
15255         (cosh_test_tonearest): Likewise.
15256         (cosh_towardzero_test_data): Likewise.
15257         (cosh_test_towardzero): Likewise.
15258         (cosh_downward_test_data): Likewise.
15259         (cosh_test_downward): Likewise.
15260         (cosh_upward_test_data): Likewise.
15261         (cosh_test_upward): Likewise.
15262         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15263         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15264         (ctan_test_data): Likewise.
15265         (ctan_test): Use ALL_RM_TEST.
15266         (ctan_tonearest_test_data): Remove.
15267         (ctan_test_tonearest): Likewise.
15268         (ctan_towardzero_test_data): Likewise.
15269         (ctan_test_towardzero): Likewise.
15270         (ctan_downward_test_data): Likewise.
15271         (ctan_test_downward): Likewise.
15272         (ctan_upward_test_data): Likewise.
15273         (ctan_test_upward): Likewise.
15274         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15275         (ctanh_test): Use ALL_RM_TEST.
15276         (ctanh_tonearest_test_data): Remove.
15277         (ctanh_test_tonearest): Likewise.
15278         (ctanh_towardzero_test_data): Likewise.
15279         (ctanh_test_towardzero): Likewise.
15280         (ctanh_downward_test_data): Likewise.
15281         (ctanh_test_downward): Likewise.
15282         (ctanh_upward_test_data): Likewise.
15283         (ctanh_test_upward): Likewise.
15284         (erf_test_data): Update call to AUTO_TESTS_f_f.
15285         (erfc_test_data): Likewise.
15286         (exp_test_data): Likewise.
15287         (exp_test): Use ALL_RM_TEST.
15288         (exp_tonearest_test_data): Remove.
15289         (exp_test_tonearest): Likewise.
15290         (exp_towardzero_test_data): Likewise.
15291         (exp_test_towardzero): Likewise.
15292         (exp_downward_test_data): Likewise.
15293         (exp_test_downward): Likewise.
15294         (exp_upward_test_data): Likewise.
15295         (exp_test_upward): Likewise.
15296         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15297         (exp10_test): Use ALL_RM_TEST.
15298         (exp10_tonearest_test_data): Remove.
15299         (exp10_test_tonearest): Likewise.
15300         (exp10_towardzero_test_data): Likewise.
15301         (exp10_test_towardzero): Likewise.
15302         (exp10_downward_test_data): Likewise.
15303         (exp10_test_downward): Likewise.
15304         (exp10_upward_test_data): Likewise.
15305         (exp10_test_upward): Likewise.
15306         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15307         (expm1_test_data): Likewise.
15308         (expm1_test): Use ALL_RM_TEST.
15309         (expm1_tonearest_test_data): Remove.
15310         (expm1_test_tonearest): Likewise.
15311         (expm1_towardzero_test_data): Likewise.
15312         (expm1_test_towardzero): Likewise.
15313         (expm1_downward_test_data): Likewise.
15314         (expm1_test_downward): Likewise.
15315         (expm1_upward_test_data): Likewise.
15316         (expm1_test_upward): Likewise.
15317         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15318         (fma_test): Use ALL_RM_TEST.
15319         (fma_towardzero_test_data): Remove.
15320         (fma_test_towardzero): Likewise.
15321         (fma_downward_test_data): Likewise.
15322         (fma_test_downward): Likewise.
15323         (fma_upward_test_data): Likewise.
15324         (fma_test_upward): Likewise.
15325         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15326         (j0_test_data): Update call to AUTO_TESTS_f_f.
15327         (j1_test_data): Likewise.
15328         (jn_test_data): Update call to AUTO_TESTS_if_f.
15329         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15330         (log_test_data): Update call to AUTO_TESTS_f_f.
15331         (log10_test_data): Likewise.
15332         (log1p_test_data): Likewise.
15333         (log2_test_data): Likewise.
15334         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15335         (pow_tonearest_test_data): Likewise.
15336         (sin_test_data): Update call to AUTO_TESTS_f_f.
15337         (sin_test): Use ALL_RM_TEST.
15338         (sin_tonearest_test_data): Remove.
15339         (sin_test_tonearest): Likewise.
15340         (sin_towardzero_test_data): Likewise.
15341         (sin_test_towardzero): Likewise.
15342         (sin_downward_test_data): Likewise.
15343         (sin_test_downward): Likewise.
15344         (sin_upward_test_data): Likewise.
15345         (sin_test_upward): Likewise.
15346         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15347         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15348         (sinh_test): Use ALL_RM_TEST.
15349         (sinh_tonearest_test_data): Remove.
15350         (sinh_test_tonearest): Likewise.
15351         (sinh_towardzero_test_data): Likewise.
15352         (sinh_test_towardzero): Likewise.
15353         (sinh_downward_test_data): Likewise.
15354         (sinh_test_downward): Likewise.
15355         (sinh_upward_test_data): Likewise.
15356         (sinh_test_upward): Likewise.
15357         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15358         (sqrt_test): Use ALL_RM_TEST.
15359         (sqrt_tonearest_test_data): Remove.
15360         (sqrt_test_tonearest): Likewise.
15361         (sqrt_towardzero_test_data): Likewise.
15362         (sqrt_test_towardzero): Likewise.
15363         (sqrt_downward_test_data): Likewise.
15364         (sqrt_test_downward): Likewise.
15365         (sqrt_upward_test_data): Likewise.
15366         (sqrt_test_upward): Likewise.
15367         (tan_test_data): Update call to AUTO_TESTS_f_f.
15368         (tan_test): Use ALL_RM_TEST.
15369         (tan_tonearest_test_data): Remove.
15370         (tan_test_tonearest): Likewise.
15371         (tan_towardzero_test_data): Likewise.
15372         (tan_test_towardzero): Likewise.
15373         (tan_downward_test_data): Likewise.
15374         (tan_test_downward): Likewise.
15375         (tan_upward_test_data): Likewise.
15376         (tan_test_upward): Likewise.
15377         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15378         (tgamma_test_data): Likewise.
15379         (y0_test_data): Likewise.
15380         (y1_test_data): Likewise.
15381         (yn_test_data): Update call to AUTO_TESTS_if_f.
15382         (main): Do not call removed functions.
15384 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15386         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15387         (ldexp_test_data): Remove.
15388         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15389         scalbn_test_data.
15390         (scalb_test): Use ALL_RM_TEST.
15392 2014-03-19  Andreas Schwab  <schwab@suse.de>
15394         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15396 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15398         [BZ #16649]
15399         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15400         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15401         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15402         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15403         (__ASSUME_PREADV): Undefine.
15404         (__ASSUME_PWRITEV): Likewise.
15406 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15408         * bits/mman-linux.h: Add comment about non-Linux use.
15409         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15410         bits/mman-linux.h resting place.
15412         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15413         * bits/mman-linux.h: ... here.
15415 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15417         * conform/conformtest.pl: Add standard definition when calling C
15418         preprocessor on data files.
15419         (checknamespace): Remove unused variable.
15421 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15423         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15424         minus_oflow, plus_uflow and minus_uflow in expected results.
15425         * math/libm-test.inc (scalbn_test_data): Add more tests of
15426         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15427         minus_uflow.
15428         (scalbn_test): Use ALL_RM_TEST.
15429         (scalbln_test_data): Add more tests of negative arguments.  Use
15430         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15431         (scalbln_test): Use ALL_RM_TEST.
15433 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15435         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15437 2014-03-18  Will Newton  <will.newton@linaro.org>
15439         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15440         inaccurate comment.
15442 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15444         * Makerules [!subdir] (check-abi): Exit with error status if a
15445         test failed.
15447 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15449         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15450         for rint.  Include results for all rounding modes.
15451         (nearbyint_test): Use ALL_RM_TEST.
15452         (rint_test_data): Include all tests used for nearbyint.
15454 2014-03-17  Will Newton  <will.newton@linaro.org>
15456         * nptl/sysdeps/pthread/pthread.h: Revert previous
15457         change.
15459         * sysdeps/generic/ldsodefs.h: Revert previous
15460         change.
15462         * libio/genops.c: Revert previous change.
15463         * libio/libioP.h: Likewise.
15464         * stdio-common/vfprintf.c: Likewise.
15466         * sysdeps/generic/math_private.h: Revert previous
15467         change.
15469         * sysdeps/generic/math_private.h: Check whether
15470         HAVE_RM_CTX is defined with #ifdef rather
15471         than #if.
15473         * argp/argp-fmtstream.h: Check whether
15474         __STRICT_ANSI__ is defined with #ifdef rather
15475         than #if.
15476         * argp/argp.h: Likewise.
15478         * libio/genops.c: Check whether
15479         _IO_JUMPS_OFFSET is defined with #ifdef rather
15480         than #if.
15481         * libio/libioP.h: Likewise.
15482         * stdio-common/vfprintf.c: Likewise.
15484         * sysdeps/generic/ldsodefs.h: Check whether
15485         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15486         than #if.
15488         * nptl/sysdeps/pthread/pthread.h: Check
15489         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15490         its value.
15492 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15494         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15495         setting O_APPEND.
15496         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15497         test case.
15499         [BZ #16680]
15500         * libio/fileops.c (_IO_file_open): Seek to end of file but
15501         don't cache the offset.
15502         (get_file_offset): Remove function.
15503         (do_ftell): Use cached offset when available.
15504         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15505         don't cache the offset.
15506         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15507         case.
15508         (do_one_test): Call it.
15509         (do_ftell_test): Fix up expected old offset for a+ mode.
15510         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15511         available.
15513         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15514         up test status with function return status.
15515         (do_write_test): Likewise.
15516         (do_append_test): Likewise.
15518         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15519         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15520         Remove.
15522 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15524         * math/gen-libm-test.pl (parse_args): Handle results specified for
15525         each rounding mode separately.
15526         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15527         tests and results from lrint_tonearest_test_data,
15528         lrint_towardzero_test_data, lrint_downward_test_data and
15529         lrint_upward_test_data.
15530         (lrint_test): Use ALL_RM_TEST.
15531         (lrint_tonearest_test_data): Remove.
15532         (lrint_test_tonearest): Likewise.
15533         (lrint_towardzero_test_data): Likewise.
15534         (lrint_test_towardzero): Likewise.
15535         (lrint_downward_test_data): Likewise.
15536         (lrint_test_downward): Likewise.
15537         (lrint_upward_test_data): Likewise.
15538         (lrint_test_upward): Likewise.
15539         (llrint_test_data): Merge in per-rounding-mode tests and results
15540         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15541         llrint_downward_test_data and llrint_upward_test_data.
15542         (llrint_test): Use ALL_RM_TEST.
15543         (llrint_tonearest_test_data): Remove.
15544         (llrint_test_tonearest): Likewise.
15545         (llrint_towardzero_test_data): Likewise.
15546         (llrint_test_towardzero): Likewise.
15547         (llrint_downward_test_data): Likewise.
15548         (llrint_test_downward): Likewise.
15549         (llrint_upward_test_data): Likewise.
15550         (llrint_test_upward): Likewise.
15551         (rint_test_data): Merge in per-rounding-mode tests and results
15552         from rint_tonearest_test_data, rint_towardzero_test_data,
15553         rint_downward_test_data and rint_upward_test_data.  Add
15554         per-rounding-mode results for tests not in those arrays.
15555         (rint_test): Use ALL_RM_TEST.
15556         (rint_tonearest_test_data): Remove.
15557         (rint_test_tonearest): Likewise.
15558         (rint_towardzero_test_data): Likewise.
15559         (rint_test_towardzero): Likewise.
15560         (rint_downward_test_data): Likewise.
15561         (rint_test_downward): Likewise.
15562         (rint_upward_test_data): Likewise.
15563         (rint_test_upward): Likewise.
15564         (main): Don't call removed functions.
15566 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15568         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15569         "Compiled on ..." crapola.  It is anti-useful.
15571 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15573         * scripts/evaluate-test.sh: Handle fourth argument to determine
15574         whether test run should stop on failure.
15575         * Makeconfig (stop-on-test-failure): New variable.
15576         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15577         $(stop-on-test-failure).
15578         * Makefile (tests): Give a summary of results from testing and
15579         exit with failure status if they include an ERROR or FAIL.
15580         (xtests): Likewise.
15581         * manual/install.texi (Configuring and compiling): Mention
15582         stop-on-test-failure=y.
15583         * INSTALL: Regenerated.
15585 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15587         * scripts/versionlist.awk: New file.
15588         * Makerules [$(build-shared) = yes]
15589         (postclean-generated): Add Versions.def, not Versions.def.v and
15590         Versions.def.v.i.
15591         ($(common-objpfx)Versions.def.v.i): Target removed.
15592         ($(common-objpfx)Versions.def): New target.
15593         ($(common-objpfx)Versions.all): Depend on that rather that
15594         $(common-objpfx)Versions.def.v.
15595         * Versions.def: File removed.
15597         * Makeconfig (+gccwarn): Add -Wundef.
15598         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15599         a dl-sysdep.h breaking its contract.
15600         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15601         * include/stackinfo.h: New file.
15602         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15603         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15604         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15605         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15606         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15607         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15608         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15609         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15610         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15611         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15612         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15613         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15614         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15615         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15616         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15618 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15620         [BZ #16707]
15621         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15622         implementation.
15623         * math/libm-test.inc (round_test_data): Add more tests.
15625         [BZ #16706]
15626         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15627         implementation.
15628         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15630         [BZ #16701]
15631         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15632         implementation.
15633         * math/libm-test.inc (ceil_test_data): Add more tests.
15635         * math/libm-test.inc (trunc_test_data): Add more tests related to
15636         BZ#16414.
15638 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15640         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15641         with #if rather than #ifdef.
15642         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15644 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15646         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15647         first.  Disable AVX-512 GCC support if assembler doesn't support
15648         it.
15649         * sysdeps/x86_64/configure: Regenerated.
15651 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15653         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15654         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15655         (__old_pthread_attr_setstack): Likewise.
15656         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15657         [!_STACK_GROWS_DOWN]: Likewise.
15659 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15661         * config.make.in (have-bash2): Delete.
15662         * configure.ac (libc_cv_have_bash2): Delete.
15663         * configure: Regenerate.
15664         * elf/Makefile (common-ldd-rewrite): Rename to ...
15665         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15666         (sh-ldd-rewrite): Delete.
15667         (bash-ldd-rewrite): Delete.
15668         (have-bash2): Delete checks.
15669         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15670         ldd-rewrite.
15672         * config.make.in (have-ksh): Delete.
15673         (KSH): Delete.
15674         * configure.ac (libc_cv_have_ksh): Delete.
15675         * configure: Regenerate.
15677         * elf/Makefile: Delete $(have-ksh) check.
15678         ($(objpfx)sotruss): Change KSH to BASH.
15679         * elf/sotruss.ksh: Rename to ...
15680         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15681         function style to match POSIX.  Drop ksh vim mode setting.
15683         * manual/time.texi (Specifying the Time Zone with TZ): Change
15684         Tuesday to Thursday.
15686         * debug/tst-longjmp_chk2.c: Update header comment.
15687         (stackoverflow_handler): Add comment.  Call assert on pass value.
15689 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15691         [BZ #16194]
15692         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15693         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15694         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15695         (La_x86_64_vector): Add zmm.
15696         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15697         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15698         ($(objpfx)tst-audit10): New target.
15699         ($(objpfx)tst-audit10.out): Likewise.
15700         (tst-audit10-ENV): New.
15701         (AVX512-CFLAGS): Likewise.
15702         (CFLAGS-tst-audit10.c): Likewise.
15703         (CFLAGS-tst-auditmod10a.c): Likewise.
15704         (CFLAGS-tst-auditmod10b.c): Likewise.
15705         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15706         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15707         * sysdeps/x86_64/configure: Regenerated.
15708         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15709         AVX-512 zmm register support.
15710         (_dl_x86_64_save_sse): Likewise.
15711         (_dl_x86_64_restore_sse): Likewise.
15712         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15713         size vector registers.
15714         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15715         (ZMM_SIZE): Likewise.
15716         * sysdeps/x86_64/tst-audit10.c: New file.
15717         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15718         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15720 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15722         * configure.ac (HAVE_EHDR_START): New check.
15723         * configure: Regenerated.
15724         * config.h.in (HAVE_EHDR_START): New #undef.
15725         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15726         assuming the lowest-addressed segment maps the start of the file.
15728 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15730         * INSTALL: Regenerated.
15732 2014-03-13  Will Newton  <will.newton@linaro.org>
15734         * manual/setjmp.texi (System V contexts): Improve
15735         clarity and grammar of documentation.
15737 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15739         [BZ #16381]
15740         * elf/Makefile (tests): Add tst-pie2.
15741         (tests-pie): Add tst-pie2.
15742         * elf/tst-pie2.c: New file.
15743         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15744         for ET_EXEC.
15745         * elf/rtld.c (map_doit): Load executable as lt_executable.
15746         (dl_main): Likewise.
15748 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15750         [BZ #16642]
15751         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15752         (__ASSUME_PSELECT): Undefine.
15754 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15756         [BZ #16689]
15757         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15758         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15759         static build.
15760         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15761         selector for static builds.
15763 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15765         [BZ #16695]
15766         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15767         key in the buffer.
15769 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15771         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15772         IFUNC selector for static builds.
15774 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15776         * sysdeps/mips/math_private.h [__mips_hard_float]
15777         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15778         libc_feresetround_mips_ctx.
15779         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15780         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15781         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15783         [BZ #16677]
15784         * math/s_nextafter.c (__nextafter): Do not return value from
15785         overflowing computation.
15786         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15787         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15788         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15789         Likewise.
15790         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15791         Likewise.
15792         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15793         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15795 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15797         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15798         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15799         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15800         the new mov targetting sp.
15802 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15804         [BZ #16683]
15805         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15806         Define it for static builds as well.
15807         (NO_BZERO_IMPL): Likewise.
15809 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15811         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15812         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15813         multiarch strspn for PPC64.
15814         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15815         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15816         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15817         (__libc_ifunc_impl_list): Likewise.
15818         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15819         multiarch optimizations
15820         * string/strspn.c (strspn): Using macro to redefine symbol name.
15822 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15823             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15825         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15826         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15827         multiarch strncat for PPC64.
15828         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15829         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15830         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15831         (__libc_ifunc_impl_list): Likewise.
15832         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15833         multiarch optimizations
15835 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15837         [BZ #16639]
15838         * nscd/nscd.service: Make service type forking.
15840 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15842         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15843         sign in non default rounding modes.
15844         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15846 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15848         * math/libm-test.inc (ALL_RM_TEST): New macro.
15849         (ceil_test): Use ALL_RM_TEST.
15850         (cimag_test): Likewise.
15851         (conj_test): Likewise.
15852         (copysign_test): Likewise.
15853         (cproj_test): Likewise.
15854         (creal_test): Likewise.
15855         (fabs_test): Likewise.
15856         (floor_test): Likewise.
15857         (fmax_test): Likewise.
15858         (fmin_test): Likewise.
15859         (fmod_test): Likewise.
15860         (fpclassify_test): Likewise.
15861         (frexp_test): Likewise.
15862         (ilogb_test): Likewise.
15863         (isfinite_test): Likewise.
15864         (finite_test): Likewise.
15865         (isgreater_test): Likewise.
15866         (isgreaterequal_test): Likewise.
15867         (isinf_test): Likewise.
15868         (isless_test): Likewise.
15869         (islessequal_test): Likewise.
15870         (islessgreater_test): Likewise.
15871         (isnan_test): Likewise.
15872         (isnormal_test): Likewise.
15873         (issignaling_test): Likewise.
15874         (isunordered_test): Likewise.
15875         (logb_test): Likewise.
15876         (logb_downward_test_data): Remove.
15877         (logb_test_downward): Likewise.
15878         (lround_test): Use ALL_RM_TEST.
15879         (llround_test): Likewise.
15880         (modf_test): Likewise.
15881         (nexttoward_test): Likewise.
15882         (remainder_test): Likewise.
15883         (drem_test): Likewise.
15884         (remainder_tonearest_test_data): Likewise.
15885         (remainder_test_tonearest): Likewise.
15886         (drem_test_tonearest): Likewise.
15887         (remainder_towardzero_test_data): Likewise.
15888         (remainder_test_towardzero): Likewise.
15889         (drem_test_towardzero): Likewise.
15890         (remainder_downward_test_data): Likewise.
15891         (remainder_test_downward): Likewise.
15892         (drem_test_downward): Likewise.
15893         (remainder_upward_test_data): Likewise.
15894         (remainder_test_upward): Likewise.
15895         (drem_test_upward): Likewise.
15896         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15897         (round_test): Use ALL_RM_TEST.
15898         (signbit_test): Likewise.
15899         (trunc_test): Likewise.
15900         (significand_test): Likewise.
15901         (main): Don't call removed functions.
15903 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15905         [BZ #16674]
15906         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15907         || __USE_XOPEN2K8].
15908         (ILL_ILLOPN): Likewise.
15909         (ILL_ILLADR): Likewise.
15910         (ILL_ILLTRP): Likewise.
15911         (ILL_PRVOPC): Likewise.
15912         (ILL_PRVREG): Likewise.
15913         (ILL_COPROC): Likewise.
15914         (ILL_BADSTK): Likewise.
15915         (FPE_INTDIV): Likewise.
15916         (FPE_INTOVF): Likewise.
15917         (FPE_FLTDIV): Likewise.
15918         (FPE_FLTOVF): Likewise.
15919         (FPE_FLTUND): Likewise.
15920         (FPE_FLTRES): Likewise.
15921         (FPE_FLTINV): Likewise.
15922         (FPE_FLTSUB): Likewise.
15923         (SEGV_MAPERR): Likewise.
15924         (SEGV_ACCERR): Likewise.
15925         (BUS_ADRALN): Likewise.
15926         (BUS_ADRERR): Likewise.
15927         (BUS_OBJERR): Likewise.
15928         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15929         (TRAP_TRACE): Likewise.
15930         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15931         __USE_XOPEN2K8].
15932         (CLD_KILLED): Likewise.
15933         (CLD_DUMPED): Likewise.
15934         (CLD_TRAPPED): Likewise.
15935         (CLD_STOPPED): Likewise.
15936         (CLD_CONTINUED): Likewise.
15937         (POLL_IN): Likewise.
15938         (POLL_OUT): Likewise.
15939         (POLL_MSG): Likewise.
15940         (POLL_ERR): Likewise.
15941         (POLL_PRI): Likewise.
15942         (POLL_HUP): Likewise.
15943         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15944         Likewise.
15945         (ILL_ILLOPN): Likewise.
15946         (ILL_ILLADR): Likewise.
15947         (ILL_ILLTRP): Likewise.
15948         (ILL_PRVOPC): Likewise.
15949         (ILL_PRVREG): Likewise.
15950         (ILL_COPROC): Likewise.
15951         (ILL_BADSTK): Likewise.
15952         (FPE_INTDIV): Likewise.
15953         (FPE_INTOVF): Likewise.
15954         (FPE_FLTDIV): Likewise.
15955         (FPE_FLTOVF): Likewise.
15956         (FPE_FLTUND): Likewise.
15957         (FPE_FLTRES): Likewise.
15958         (FPE_FLTINV): Likewise.
15959         (FPE_FLTSUB): Likewise.
15960         (SEGV_MAPERR): Likewise.
15961         (SEGV_ACCERR): Likewise.
15962         (BUS_ADRALN): Likewise.
15963         (BUS_ADRERR): Likewise.
15964         (BUS_OBJERR): Likewise.
15965         (BUS_MCEERR_AR): Likewise.
15966         (BUS_MCEERR_AO): Likewise.
15967         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15968         (TRAP_TRACE): Likewise.
15969         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15970         __USE_XOPEN2K8].
15971         (CLD_KILLED): Likewise.
15972         (CLD_DUMPED): Likewise.
15973         (CLD_TRAPPED): Likewise.
15974         (CLD_STOPPED): Likewise.
15975         (CLD_CONTINUED): Likewise.
15976         (POLL_IN): Likewise.
15977         (POLL_OUT): Likewise.
15978         (POLL_MSG): Likewise.
15979         (POLL_ERR): Likewise.
15980         (POLL_PRI): Likewise.
15981         (POLL_HUP): Likewise.
15982         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15983         (ILL_ILLOPN): Likewise.
15984         (ILL_ILLADR): Likewise.
15985         (ILL_ILLTRP): Likewise.
15986         (ILL_PRVOPC): Likewise.
15987         (ILL_PRVREG): Likewise.
15988         (ILL_COPROC): Likewise.
15989         (ILL_BADSTK): Likewise.
15990         (FPE_INTDIV): Likewise.
15991         (FPE_INTOVF): Likewise.
15992         (FPE_FLTDIV): Likewise.
15993         (FPE_FLTOVF): Likewise.
15994         (FPE_FLTUND): Likewise.
15995         (FPE_FLTRES): Likewise.
15996         (FPE_FLTINV): Likewise.
15997         (FPE_FLTSUB): Likewise.
15998         (SEGV_MAPERR): Likewise.
15999         (SEGV_ACCERR): Likewise.
16000         (BUS_ADRALN): Likewise.
16001         (BUS_ADRERR): Likewise.
16002         (BUS_OBJERR): Likewise.
16003         (BUS_MCEERR_AR): Likewise.
16004         (BUS_MCEERR_AO): Likewise.
16005         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16006         (TRAP_TRACE): Likewise.
16007         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16008         __USE_XOPEN2K8].
16009         (CLD_KILLED): Likewise.
16010         (CLD_DUMPED): Likewise.
16011         (CLD_TRAPPED): Likewise.
16012         (CLD_STOPPED): Likewise.
16013         (CLD_CONTINUED): Likewise.
16014         (POLL_IN): Likewise.
16015         (POLL_OUT): Likewise.
16016         (POLL_MSG): Likewise.
16017         (POLL_ERR): Likewise.
16018         (POLL_PRI): Likewise.
16019         (POLL_HUP): Likewise.
16020         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16021         Likewise.
16022         (ILL_ILLOPN): Likewise.
16023         (ILL_ILLADR): Likewise.
16024         (ILL_ILLTRP): Likewise.
16025         (ILL_PRVOPC): Likewise.
16026         (ILL_PRVREG): Likewise.
16027         (ILL_COPROC): Likewise.
16028         (ILL_BADSTK): Likewise.
16029         (ILL_BADIADDR): Likewise.
16030         (ILL_BREAK): Likewise.
16031         (FPE_INTDIV): Likewise.
16032         (FPE_INTOVF): Likewise.
16033         (FPE_FLTDIV): Likewise.
16034         (FPE_FLTOVF): Likewise.
16035         (FPE_FLTUND): Likewise.
16036         (FPE_FLTRES): Likewise.
16037         (FPE_FLTINV): Likewise.
16038         (FPE_FLTSUB): Likewise.
16039         (FPE_DECOVF): Likewise.
16040         (FPE_DECDIV): Likewise.
16041         (FPE_DECERR): Likewise.
16042         (FPE_INVASC): Likewise.
16043         (FPE_INVDEC): Likewise.
16044         (SEGV_MAPERR): Likewise.
16045         (SEGV_ACCERR): Likewise.
16046         (SEGV_PSTKOVF): Likewise.
16047         (BUS_ADRALN): Likewise.
16048         (BUS_ADRERR): Likewise.
16049         (BUS_OBJERR): Likewise.
16050         (BUS_MCEERR_AR): Likewise.
16051         (BUS_MCEERR_AO): Likewise.
16052         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16053         (TRAP_TRACE): Likewise.
16054         (TRAP_BRANCH): Likewise.
16055         (TRAP_HWBKPT): Likewise.
16056         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16057         __USE_XOPEN2K8].
16058         (CLD_KILLED): Likewise.
16059         (CLD_DUMPED): Likewise.
16060         (CLD_TRAPPED): Likewise.
16061         (CLD_STOPPED): Likewise.
16062         (CLD_CONTINUED): Likewise.
16063         (POLL_IN): Likewise.
16064         (POLL_OUT): Likewise.
16065         (POLL_MSG): Likewise.
16066         (POLL_ERR): Likewise.
16067         (POLL_PRI): Likewise.
16068         (POLL_HUP): Likewise.
16069         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16070         (ILL_ILLOPN): Likewise.
16071         (ILL_ILLADR): Likewise.
16072         (ILL_ILLTRP): Likewise.
16073         (ILL_PRVOPC): Likewise.
16074         (ILL_PRVREG): Likewise.
16075         (ILL_COPROC): Likewise.
16076         (ILL_BADSTK): Likewise.
16077         (FPE_INTDIV): Likewise.
16078         (FPE_INTOVF): Likewise.
16079         (FPE_FLTDIV): Likewise.
16080         (FPE_FLTOVF): Likewise.
16081         (FPE_FLTUND): Likewise.
16082         (FPE_FLTRES): Likewise.
16083         (FPE_FLTINV): Likewise.
16084         (FPE_FLTSUB): Likewise.
16085         (SEGV_MAPERR): Likewise.
16086         (SEGV_ACCERR): Likewise.
16087         (BUS_ADRALN): Likewise.
16088         (BUS_ADRERR): Likewise.
16089         (BUS_OBJERR): Likewise.
16090         (BUS_MCEERR_AR): Likewise.
16091         (BUS_MCEERR_AO): Likewise.
16092         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16093         (TRAP_TRACE): Likewise.
16094         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16095         __USE_XOPEN2K8].
16096         (CLD_KILLED): Likewise.
16097         (CLD_DUMPED): Likewise.
16098         (CLD_TRAPPED): Likewise.
16099         (CLD_STOPPED): Likewise.
16100         (CLD_CONTINUED): Likewise.
16101         (POLL_IN): Likewise.
16102         (POLL_OUT): Likewise.
16103         (POLL_MSG): Likewise.
16104         (POLL_ERR): Likewise.
16105         (POLL_PRI): Likewise.
16106         (POLL_HUP): Likewise.
16107         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16108         (ILL_ILLOPN): Likewise.
16109         (ILL_ILLADR): Likewise.
16110         (ILL_ILLTRP): Likewise.
16111         (ILL_PRVOPC): Likewise.
16112         (ILL_PRVREG): Likewise.
16113         (ILL_COPROC): Likewise.
16114         (ILL_BADSTK): Likewise.
16115         (FPE_INTDIV): Likewise.
16116         (FPE_INTOVF): Likewise.
16117         (FPE_FLTDIV): Likewise.
16118         (FPE_FLTOVF): Likewise.
16119         (FPE_FLTUND): Likewise.
16120         (FPE_FLTRES): Likewise.
16121         (FPE_FLTINV): Likewise.
16122         (FPE_FLTSUB): Likewise.
16123         (SEGV_MAPERR): Likewise.
16124         (SEGV_ACCERR): Likewise.
16125         (BUS_ADRALN): Likewise.
16126         (BUS_ADRERR): Likewise.
16127         (BUS_OBJERR): Likewise.
16128         (BUS_MCEERR_AR): Likewise.
16129         (BUS_MCEERR_AO): Likewise.
16130         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16131         (TRAP_TRACE): Likewise.
16132         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16133         __USE_XOPEN2K8].
16134         (CLD_KILLED): Likewise.
16135         (CLD_DUMPED): Likewise.
16136         (CLD_TRAPPED): Likewise.
16137         (CLD_STOPPED): Likewise.
16138         (CLD_CONTINUED): Likewise.
16139         (POLL_IN): Likewise.
16140         (POLL_OUT): Likewise.
16141         (POLL_MSG): Likewise.
16142         (POLL_ERR): Likewise.
16143         (POLL_PRI): Likewise.
16144         (POLL_HUP): Likewise.
16145         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16146         (ILL_ILLOPN): Likewise.
16147         (ILL_ILLADR): Likewise.
16148         (ILL_ILLTRP): Likewise.
16149         (ILL_PRVOPC): Likewise.
16150         (ILL_PRVREG): Likewise.
16151         (ILL_COPROC): Likewise.
16152         (ILL_BADSTK): Likewise.
16153         (FPE_INTDIV): Likewise.
16154         (FPE_INTOVF): Likewise.
16155         (FPE_FLTDIV): Likewise.
16156         (FPE_FLTOVF): Likewise.
16157         (FPE_FLTUND): Likewise.
16158         (FPE_FLTRES): Likewise.
16159         (FPE_FLTINV): Likewise.
16160         (FPE_FLTSUB): Likewise.
16161         (SEGV_MAPERR): Likewise.
16162         (SEGV_ACCERR): Likewise.
16163         (BUS_ADRALN): Likewise.
16164         (BUS_ADRERR): Likewise.
16165         (BUS_OBJERR): Likewise.
16166         (BUS_MCEERR_AR): Likewise.
16167         (BUS_MCEERR_AO): Likewise.
16168         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16169         (TRAP_TRACE): Likewise.
16170         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16171         __USE_XOPEN2K8].
16172         (CLD_KILLED): Likewise.
16173         (CLD_DUMPED): Likewise.
16174         (CLD_TRAPPED): Likewise.
16175         (CLD_STOPPED): Likewise.
16176         (CLD_CONTINUED): Likewise.
16177         (POLL_IN): Likewise.
16178         (POLL_OUT): Likewise.
16179         (POLL_MSG): Likewise.
16180         (POLL_ERR): Likewise.
16181         (POLL_PRI): Likewise.
16182         (POLL_HUP): Likewise.
16183         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16184         (ILL_ILLOPN): Likewise.
16185         (ILL_ILLADR): Likewise.
16186         (ILL_ILLTRP): Likewise.
16187         (ILL_PRVOPC): Likewise.
16188         (ILL_PRVREG): Likewise.
16189         (ILL_COPROC): Likewise.
16190         (ILL_BADSTK): Likewise.
16191         (ILL_DBLFLT): Likewise.
16192         (ILL_HARDWALL): Likewise.
16193         (FPE_INTDIV): Likewise.
16194         (FPE_INTOVF): Likewise.
16195         (FPE_FLTDIV): Likewise.
16196         (FPE_FLTOVF): Likewise.
16197         (FPE_FLTUND): Likewise.
16198         (FPE_FLTRES): Likewise.
16199         (FPE_FLTINV): Likewise.
16200         (FPE_FLTSUB): Likewise.
16201         (SEGV_MAPERR): Likewise.
16202         (SEGV_ACCERR): Likewise.
16203         (BUS_ADRALN): Likewise.
16204         (BUS_ADRERR): Likewise.
16205         (BUS_OBJERR): Likewise.
16206         (BUS_MCEERR_AR): Likewise.
16207         (BUS_MCEERR_AO): Likewise.
16208         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16209         (TRAP_TRACE): Likewise.
16210         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16211         __USE_XOPEN2K8].
16212         (CLD_KILLED): Likewise.
16213         (CLD_DUMPED): Likewise.
16214         (CLD_TRAPPED): Likewise.
16215         (CLD_STOPPED): Likewise.
16216         (CLD_CONTINUED): Likewise.
16217         (POLL_IN): Likewise.
16218         (POLL_OUT): Likewise.
16219         (POLL_MSG): Likewise.
16220         (POLL_ERR): Likewise.
16221         (POLL_PRI): Likewise.
16222         (POLL_HUP): Likewise.
16223         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16224         (ILL_ILLOPN): Likewise.
16225         (ILL_ILLADR): Likewise.
16226         (ILL_ILLTRP): Likewise.
16227         (ILL_PRVOPC): Likewise.
16228         (ILL_PRVREG): Likewise.
16229         (ILL_COPROC): Likewise.
16230         (ILL_BADSTK): Likewise.
16231         (FPE_INTDIV): Likewise.
16232         (FPE_INTOVF): Likewise.
16233         (FPE_FLTDIV): Likewise.
16234         (FPE_FLTOVF): Likewise.
16235         (FPE_FLTUND): Likewise.
16236         (FPE_FLTRES): Likewise.
16237         (FPE_FLTINV): Likewise.
16238         (FPE_FLTSUB): Likewise.
16239         (SEGV_MAPERR): Likewise.
16240         (SEGV_ACCERR): Likewise.
16241         (BUS_ADRALN): Likewise.
16242         (BUS_ADRERR): Likewise.
16243         (BUS_OBJERR): Likewise.
16244         (BUS_MCEERR_AR): Likewise.
16245         (BUS_MCEERR_AO): Likewise.
16246         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16247         (TRAP_TRACE): Likewise.
16248         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16249         __USE_XOPEN2K8].
16250         (CLD_KILLED): Likewise.
16251         (CLD_DUMPED): Likewise.
16252         (CLD_TRAPPED): Likewise.
16253         (CLD_STOPPED): Likewise.
16254         (CLD_CONTINUED): Likewise.
16255         (POLL_IN): Likewise.
16256         (POLL_OUT): Likewise.
16257         (POLL_MSG): Likewise.
16258         (POLL_ERR): Likewise.
16259         (POLL_PRI): Likewise.
16260         (POLL_HUP): Likewise.
16261         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16262         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16264         [BZ #16670]
16265         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16266         before #include of <time.h>.
16267         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16268         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16269         (test-xfail-UNIX98/sched.h/conform): Likewise.
16271 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16273         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16274         error absence of trapping exception support.
16275         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16277 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16279         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16280         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16281         * timezone/Makefile (testdata): Move definition above include of
16282         Rules.
16283         (test-zones): New variable.
16284         (tests-special): Add zone files.
16285         (build-testdata): Use $(evaluate-test).
16287         * elf/Makefile (tests-special): Rename tests to end with .out.
16288         ($(objpfx)noload-mem): Likewise.
16289         ($(objpfx)tst-leaks1-mem): Likewise.
16290         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16291         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16292         $(objpfx)test-iconvconfig.out.
16293         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16294         set -e inside subshell and redirect output to file.
16295         * iconvdata/Makefile (generated): Rename tests to end with .out.
16296         Correct type.
16297         (tests-special): Rename tests to end with .out.
16298         ($(objpfx)mtrace-tst-loading): Likewise.
16299         * intl/Makefile (generated): Likewise.
16300         (tests-special): Likewise.
16301         ($(objpfx)mtrace-tst-gettext): Likewise.
16302         * misc/Makefile (generated): Likewise.
16303         (tests-special): Likewise.
16304         ($(objpfx)tst-error1-mem): Likewise.
16305         * nptl/Makefile (tests-special): Likewise.
16306         ($(objpfx)tst-stack3-mem): Likewise.
16307         (generated): Likewise.
16308         * posix/Makefile (generated): Likewise.
16309         (tests-special): Likewise.
16310         (xtests-special): Likewise.
16311         ($(objpfx)tst-fnmatch-mem): Likewise.
16312         ($(objpfx)bug-regex2-mem): Likewise.
16313         ($(objpfx)bug-regex14-mem): Likewise.
16314         ($(objpfx)bug-regex21-mem): Likewise.
16315         ($(objpfx)bug-regex31-mem): Likewise.
16316         ($(objpfx)tst-vfork3-mem): Likewise.
16317         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16318         ($(objpfx)tst-pcre-mem): Likewise.
16319         ($(objpfx)tst-boost-mem): Likewise.
16320         ($(objpfx)bug-ga2-mem): Likewise.
16321         ($(objpfx)bug-glob2-mem): Likewise.
16322         * resolv/Makefile (generate): Likewise.
16323         (tests-special): Likewise.
16324         (xtests-special): Likewise.
16325         (generated): Likewise.
16326         ($(objpfx)mtrace-tst-leaks): Likewise.
16327         ($(objpfx)mtrace-tst-leaks2): Likewise.
16329         * scripts/merge-test-results.sh: New file.
16330         * Makefile (tests-special-notdir): New variable.
16331         (tests): Run merge-test-results.sh.
16332         (xtests): Likewise.
16333         * Rules (tests-special-notdir): New variable.
16334         (xtests-special-notdir): Likewise.
16335         (tests): Run merge-test-results.sh
16336         (xtests): Likewise.
16338         * Makeconfig (test-xfail-name): New variable.
16339         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16340         compute variable name for expected failures.
16341         * conform/Makefile (conformtest-headers-data): New variable.
16342         (conformtest-standards): Likewise.
16343         (conformtest-headers-ISO): Likewise.
16344         (conformtest-headers-ISO99): Likewise.
16345         (conformtest-headers-ISO11): Likewise.
16346         (conformtest-headers-POSIX): Likewise.
16347         (conformtest-headers-XPG3): Likewise.
16348         (conformtest-headers-XPG4): Likewise.
16349         (conformtest-headers-UNIX98): Likewise.
16350         (conformtest-headers-XOPEN2K): Likewise.
16351         (conformtest-headers-POSIX2008): Likewise.
16352         (conformtest-headers-XOPEN2K8): Likewise.
16353         (conformtest-header-list-base): Likewise.
16354         (conformtest-header-list-tests): Likewise.
16355         (conformtest-header-base): Likewise.
16356         (conformtest-header-tests): Likewise.
16357         (tests-special): Add $(conformtest-header-list-tests).  If
16358         [$(fast-check) && !$(cross-compiling)], add
16359         $(conformtest-header-tests) instead of
16360         $(objpfx)run-conformtest.out.
16361         (generated): Add $(conformtest-header-list-base).  If
16362         [$(fast-check) && !$(cross-compiling)], add
16363         $(conformtest-header-base).  Remove previous setting.
16364         ($(conformtest-header-list-tests)): New target.
16365         (test-xfail-run-conformtest): Remove variable.
16366         ($(objpfx)run-conformtest.out): Remove target.
16367         (test-xfail-ISO11/complex.h/conform): New variable.
16368         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16369         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16370         (test-xfail-XPG3/varargs.h/conform): Likewise.
16371         (test-xfail-XPG4/varargs.h/conform): Likewise.
16372         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16373         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16374         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16375         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16376         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16377         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16378         (test-xfail-XPG3/ftw.h/conform): Likewise.
16379         (test-xfail-XPG3/grp.h/conform): Likewise.
16380         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16381         (test-xfail-XPG3/limits.h/conform): Likewise.
16382         (test-xfail-XPG3/pwd.h/conform): Likewise.
16383         (test-xfail-XPG3/search.h/conform): Likewise.
16384         (test-xfail-XPG3/signal.h/conform): Likewise.
16385         (test-xfail-XPG3/stdio.h/conform): Likewise.
16386         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16387         (test-xfail-XPG3/string.h/conform): Likewise.
16388         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16389         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16390         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16391         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16392         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16393         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16394         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16395         (test-xfail-XPG3/termios.h/conform): Likewise.
16396         (test-xfail-XPG3/time.h/conform): Likewise.
16397         (test-xfail-XPG3/unistd.h/conform): Likewise.
16398         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16399         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16400         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16401         (test-xfail-XPG4/netdb.h/conform): Likewise.
16402         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16403         (test-xfail-XPG4/signal.h/conform): Likewise.
16404         (test-xfail-XPG4/stdio.h/conform): Likewise.
16405         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16406         (test-xfail-XPG4/stropts.h/conform): Likewise.
16407         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16408         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16409         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16410         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16411         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16412         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16413         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16414         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16415         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16416         (test-xfail-XPG4/termios.h/conform): Likewise.
16417         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16418         (test-xfail-XPG4/unistd.h/conform): Likewise.
16419         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16420         (test-xfail-POSIX/sched.h/conform): Likewise.
16421         (test-xfail-POSIX/signal.h/conform): Likewise.
16422         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16423         (test-xfail-POSIX/tar.h/conform): Likewise.
16424         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16425         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16426         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16427         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16428         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16429         (test-xfail-UNIX98/sched.h/conform): Likewise.
16430         (test-xfail-UNIX98/signal.h/conform): Likewise.
16431         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16432         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16433         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16434         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16435         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16436         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16437         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16438         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16439         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16440         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16441         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16442         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16443         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16444         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16445         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16446         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16447         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16448         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16449         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16450         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16451         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16452         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16453         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16454         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16455         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16456         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16457         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16458         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16459         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16460         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16461         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16462         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16463         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16464         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16465         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16466         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16467         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16468         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16469         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16470         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16471         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16472         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16473         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16474         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16475         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16476         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16477         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16478         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16479         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16480         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16481         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16482         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16483         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16484         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16485         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16486         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16487         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16488         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16489         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16490         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16491         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16492         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16493         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16494         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16495         (conformtest-cc-flags): Likewise.
16496         ($(conformtest-header-tests): New target.
16497         * conform/check-header-lists.sh: New file.
16498         * conform/run-conformtest.sh: Remove.
16500         * conform/conformtest.pl: Allow ' and \ in values given for
16501         constants.
16502         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16503         inclusion.
16504         [POSIX] (sys/types.h): Likewise.
16505         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16506         inclusion.
16507         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16508         inclusion.
16509         * conform/data/signal.h-data (SIGIO): Remove expectation.
16510         [XPG3] (SIGBUS): Do not expect.
16511         [POSIX || XPG3] (SIGPOLL): Likewise.
16512         [POSIX || XPG3] (SIGPROF): Likewise.
16513         [POSIX || XPG3] (SIGSYS): Likewise.
16514         [XPG3] (SIGTRAP): Likewise.
16515         [POSIX || XPG3] (SIGURG): Likewise.
16516         [POSIX || XPG3] (SIGVTALRM): Likewise.
16517         [POSIX || XPG3] (SIGXCPU): Likewise.
16518         [POSIX || XPG3] (SIGXFSZ): Likewise.
16519         [POSIX] (SA_SIGINFO): Expect.
16520         [XPG3] (siginfo_t): Do not expect type or contents.
16521         [POSIX] (si_pid): Do not expect element.
16522         [POSIX] (si_uid): Likewise.
16523         [POSIX] (si_addr): Likewise.
16524         [POSIX] (si_status): Likewise.
16525         [POSIX] (si_band): Likewise.
16526         [XPG4] (si_value): Likewise.
16527         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16528         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16529         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16530         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16531         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16532         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16533         [POSIX || XPG3] (ILL_COPROC): Likewise.
16534         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16535         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16536         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16537         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16538         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16539         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16540         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16541         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16542         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16543         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16544         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16545         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16546         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16547         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16548         [POSIX || XPG3] (CLD_EXITED): Likewise.
16549         [POSIX || XPG3] (CLD_KILLED): Likewise.
16550         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16551         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16552         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16553         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16554         [POSIX || XPG3] (POLL_IN): Likewise.
16555         [POSIX || XPG3] (POLL_OUT): Likewise.
16556         [POSIX || XPG3] (POLL_MSG): Likewise.
16557         [POSIX || XPG3] (POLL_ERR): Likewise.
16558         [POSIX || XPG3] (POLL_PRI): Likewise.
16559         [POSIX || XPG3] (POLL_HUP): Likewise.
16560         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16561         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16562         (SIG*): Do not allow.
16563         [XPG3] (si_*): Likewise.
16564         [XPG3] (SI_*): Likewise.
16565         [XPG3 || XPG4] (sigev_*): Likewise.
16566         [XPG3 || XPG4] (SIGEV_*): Likewise.
16567         [XPG3 || XPG4] (sival_*): Likewise.
16568         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16569         [POSIX || XPG3] (BUS_*): Likewise.
16570         [POSIX || XPG3] (CLD_*): Likewise.
16571         [POSIX || XPG3] (FPE_*): Likewise.
16572         [POSIX || XPG3] (ILL_*): Likewise.
16573         [POSIX || XPG3] (POLL_*): Likewise.
16574         [POSIX || XPG3] (SEGV_*): Likewise.
16575         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16576         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16577         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16578         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16579         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16580         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16581         Specify type and value.
16582         (TVERSLEN): Likewise.
16583         (REGTYPE): Likewise.
16584         (AREGTYPE): Likewise.
16585         (LNKTYPE): Likewise.
16586         (SYMTYPE): Likewise.
16587         (CHRTYPE): Likewise.
16588         (BLKTYPE): Likewise.
16589         (DIRTYPE): Likewise.
16590         (FIFOTYPE): Likewise.
16591         (CONTTYPE): Likewise.
16592         (TSUID): Likewise.
16593         (TSGID): Likewise.
16594         (TSVTX): Likewise.
16595         (TUREAD): Likewise.
16596         (TUWRITE): Likewise.
16597         (TUEXEC): Likewise.
16598         (TGREAD): Likewise.
16599         (TGWRITE): Likewise.
16600         (TGEXEC): Likewise.
16601         (TOREAD): Likewise.
16602         (TOWRITE): Likewise.
16603         (TOEXEC): Likewise.
16604         [POSIX] (TSVTX): Expect constant.
16606 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16608         * Makefile (tests): Change dependencies to ....
16609         (tests-special): ... additions to this variable.
16610         (tests): Depend on $(tests-special).
16611         * Makerules (check-abi-list): New variable.
16612         (check-abi): Depend on $(check-abi-list).
16613         [$(subdir) = elf] (tests-special): Add
16614         $(objpfx)check-abi-libc.out.
16615         [$(build-shared) = yes && subdir] (tests-special): Add
16616         $(check-abi-list).
16617         [$(build-shared) = yes && subdir] (tests): Do not depend on
16618         check-abi.
16619         * Rules (tests): Depend on $(tests-special).
16620         (xtests): Depend on $(xtests-special).
16621         * catgets/Makefile (tests): Change dependencies to ....
16622         (tests-special): ... additions to this variable.
16623         * conform/Makefile (tests): Change dependencies to ....
16624         (tests-special): ... additions to this variable.
16625         * elf/Makefile (tests): Change dependencies to ....
16626         (tests-special): ... additions to this variable.
16627         * grp/Makefile (tests): Change dependencies to ....
16628         (tests-special): ... additions to this variable.
16629         * iconv/Makefile (xtests): Change dependencies to ....
16630         (xtests-special): ... additions to this variable.
16631         * iconvdata/Makefile (tests): Change dependencies to ....
16632         (tests-special): ... additions to this variable.
16633         * intl/Makefile (tests): Change dependencies to ....
16634         (tests-special): ... additions to this variable.  Also add
16635         $(objpfx)tst-gettext.out.
16636         * io/Makefile (tests): Change dependencies to ....
16637         (tests-special): ... additions to this variable.
16638         * libio/Makefile (tests): Change dependencies to ....
16639         (tests-special): ... additions to this variable.
16640         * malloc/Makefile (tests): Change dependencies to ....
16641         (tests-special): ... additions to this variable.
16642         * misc/Makefile (tests): Change dependencies to ....
16643         (tests-special): ... additions to this variable.
16644         * nptl/Makefile (tests): Change dependencies to ....
16645         (tests-special): ... additions to this variable.
16646         * nptl_db/Makefile (tests): Change dependencies to ....
16647         (tests-special): ... additions to this variable.
16648         * posix/Makefile (tests): Change dependencies to ....
16649         (tests-special): ... additions to this variable.
16650         (xtests): Change dependencies to ....
16651         (xtests-special): ... additions to this variable.
16652         * resolv/Makefile (tests): Change dependencies to ....
16653         (tests-special): ... additions to this variable.
16654         (xtests): Change dependencies to ....
16655         (xtests-special): ... additions to this variable.
16656         * stdio-common/Makefile (tests): Change dependencies to ....
16657         (tests-special): ... additions to this variable.
16658         (do-tst-unbputc): Remove target.
16659         (do-tst-printf): Likewise.
16660         * stdlib/Makefile (tests): Change dependencies to ....
16661         (tests-special): ... additions to this variable.
16662         * string/Makefile (tests): Change dependencies to ....
16663         (tests-special): ... additions to this variable.
16664         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16665         (tests-special): ... additions to this variable.
16667         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16668         whole file.
16669         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16670         whole file.
16671         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16672         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16674         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16675         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16676         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16677         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16678         * conform/data/libgen.h-data [XPG3]: Likewise.
16679         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16680         * conform/data/ndbm.h-data [XPG3]: Likewise.
16681         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16682         * conform/data/netdb.h-data [XPG3]: Likewise.
16683         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16684         * conform/data/poll.h-data [XPG3]: Likewise.
16685         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16686         * conform/data/strings.h-data [XPG3]: Likewise.
16687         * conform/data/stropts.h-data [XPG3]: Likewise.
16688         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16689         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16690         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16691         Likewise.
16692         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16693         * conform/data/sys/time.h-data [XPG3]: Likewise.
16694         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16695         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16696         * conform/data/sys/un.h-data [XPG3]: Likewise.
16697         * conform/data/syslog.h-data [XPG3]: Likewise.
16698         * conform/data/ucontext.h-data [XPG3]: Likewise.
16699         * conform/data/utmpx.h-data [XPG3]: Likewise.
16700         * conform/data/varargs.h-data [UNIX98]: Enable file.
16702         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16704         * math/libm-test.inc (struct test_f_f_data): Move expected results
16705         into structure for each rounding mode.
16706         (struct test_ff_f_data): Likewise.
16707         (struct test_ff_f_data_nexttoward): Likewise.
16708         (struct test_fi_f_data): Likewise.
16709         (struct test_fl_f_data): Likewise.
16710         (struct test_if_f_data): Likewise.
16711         (struct test_fff_f_data): Likewise.
16712         (struct test_c_f_data): Likewise.
16713         (struct test_f_f1_data): Likewise.
16714         (struct test_fF_f1_data): Likewise.
16715         (struct test_ffI_f1_data): Likewise.
16716         (struct test_c_c_data): Likewise.
16717         (struct test_cc_c_data): Likewise.
16718         (struct test_f_i_data): Likewise.
16719         (struct test_ff_i_data): Likewise.
16720         (struct test_f_l_data): Likewise.
16721         (struct test_f_L_data): Likewise.
16722         (struct test_fFF_11_data): Likewise.
16723         (RM_): New macro.
16724         (RM_FE_DOWNWARD): Likewise.
16725         (RM_FE_TONEAREST): Likewise.
16726         (RM_FE_TOWARDZERO): Likewise.
16727         (RM_FE_UPWARD): Likewise.
16728         (RUN_TEST_LOOP_f_f): Update references to expected results.
16729         (RUN_TEST_LOOP_2_f): Likewise.
16730         (RUN_TEST_LOOP_fff_f): Likewise.
16731         (RUN_TEST_LOOP_c_f): Likewise.
16732         (RUN_TEST_LOOP_f_f1): Likewise.
16733         (RUN_TEST_LOOP_fF_f1): Likewise.
16734         (RUN_TEST_LOOP_fI_f1): Likewise.
16735         (RUN_TEST_LOOP_ffI_f1): Likewise.
16736         (RUN_TEST_LOOP_c_c): Likewise.
16737         (RUN_TEST_LOOP_cc_c): Likewise.
16738         (RUN_TEST_LOOP_f_i): Likewise.
16739         (RUN_TEST_LOOP_f_i_tg): Likewise.
16740         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16741         (RUN_TEST_LOOP_f_b): Likewise.
16742         (RUN_TEST_LOOP_f_b_tg): Likewise.
16743         (RUN_TEST_LOOP_f_l): Likewise.
16744         (RUN_TEST_LOOP_f_L): Likewise.
16745         (RUN_TEST_LOOP_fFF_11): Likewise.
16746         * math/gen-libm-test.pl (parse_args): Output four copies of
16747         expected results for each test.
16749         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16750         (__ASSUME_UTIMES): Remove.
16751         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16752         (__ASSUME_UTIMES): Likewise.
16754         * math/gen-auto-libm-tests.c: Update comment on output format.
16755         (output_for_one_input_case): Generate before-rounding and
16756         after-rounding information as conditions on output flags not
16757         floating-point format.
16758         * math/auto-libm-test-out: Regenerated.
16759         * math/gen-libm-test.pl (cond_value): New function.
16760         (or_cond_value): Use cond_value.
16761         (generate_testfile): Handle conditional exceptions.
16763 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16765         * math/libm-test.inc (max_valid_error): New variable.
16766         (init_max_error): Take new argument specifying whether function
16767         results are exactly determined.  Set max_valid_error and bound
16768         other variables for errors based on this argument.
16769         (set_max_error): Do not record results above max_valid_error.
16770         (check_float_internal): Only accept errors of up to 0.5ulps if
16771         also at most max_valid_error.
16772         (START): Take new argument EXACT and pass it to init_max_error.
16773         (acos_test): Update call to START.
16774         (acos_test_tonearest): Likewise.
16775         (acos_test_towardzero): Likewise.
16776         (acos_test_downward): Likewise.
16777         (acos_test_upward): Likewise.
16778         (acosh_test): Likewise.
16779         (asin_test): Likewise.
16780         (asin_test_tonearest): Likewise.
16781         (asin_test_towardzero): Likewise.
16782         (asin_test_downward): Likewise.
16783         (asin_test_upward): Likewise.
16784         (asinh_test): Likewise.
16785         (atan_test): Likewise.
16786         (atanh_test): Likewise.
16787         (atan2_test): Likewise.
16788         (cabs_test): Likewise.
16789         (cacos_test): Likewise.
16790         (cacosh_test): Likewise.
16791         (carg_test): Likewise.
16792         (casin_test): Likewise.
16793         (casinh_test): Likewise.
16794         (catan_test): Likewise.
16795         (catanh_test): Likewise.
16796         (cbrt_test): Likewise.
16797         (ccos_test): Likewise.
16798         (ccosh_test): Likewise.
16799         (ceil_test): Likewise.
16800         (cexp_test): Likewise.
16801         (cimag_test): Likewise.
16802         (clog_test): Likewise.
16803         (clog10_test): Likewise.
16804         (conj_test): Likewise.
16805         (copysign_test): Likewise.
16806         (cos_test): Likewise.
16807         (cos_test_tonearest): Likewise.
16808         (cos_test_towardzero): Likewise.
16809         (cos_test_downward): Likewise.
16810         (cos_test_upward): Likewise.
16811         (cosh_test): Likewise.
16812         (cosh_test_tonearest): Likewise.
16813         (cosh_test_towardzero): Likewise.
16814         (cosh_test_downward): Likewise.
16815         (cosh_test_upward): Likewise.
16816         (cpow_test): Likewise.
16817         (cproj_test): Likewise.
16818         (creal_test): Likewise.
16819         (csin_test): Likewise.
16820         (csinh_test): Likewise.
16821         (csqrt_test): Likewise.
16822         (ctan_test): Likewise.
16823         (ctan_test_tonearest): Likewise.
16824         (ctan_test_towardzero): Likewise.
16825         (ctan_test_downward): Likewise.
16826         (ctan_test_upward): Likewise.
16827         (ctanh_test): Likewise.
16828         (ctanh_test_tonearest): Likewise.
16829         (ctanh_test_towardzero): Likewise.
16830         (ctanh_test_downward): Likewise.
16831         (ctanh_test_upward): Likewise.
16832         (erf_test): Likewise.
16833         (erfc_test): Likewise.
16834         (exp_test): Likewise.
16835         (exp_test_tonearest): Likewise.
16836         (exp_test_towardzero): Likewise.
16837         (exp_test_downward): Likewise.
16838         (exp_test_upward): Likewise.
16839         (exp10_test): Likewise.
16840         (exp10_test_tonearest): Likewise.
16841         (exp10_test_towardzero): Likewise.
16842         (exp10_test_downward): Likewise.
16843         (exp10_test_upward): Likewise.
16844         (pow10_test): Likewise.
16845         (exp2_test): Likewise.
16846         (expm1_test): Likewise.
16847         (expm1_test_tonearest): Likewise.
16848         (expm1_test_towardzero): Likewise.
16849         (expm1_test_downward): Likewise.
16850         (expm1_test_upward): Likewise.
16851         (fabs_test): Likewise.
16852         (fdim_test): Likewise.
16853         (floor_test): Likewise.
16854         (fma_test): Likewise.
16855         (fma_test_towardzero): Likewise.
16856         (fma_test_downward): Likewise.
16857         (fma_test_upward): Likewise.
16858         (fmax_test): Likewise.
16859         (fmin_test): Likewise.
16860         (fmod_test): Likewise.
16861         (fpclassify_test): Likewise.
16862         (frexp_test): Likewise.
16863         (hypot_test): Likewise.
16864         (ilogb_test): Likewise.
16865         (isfinite_test): Likewise.
16866         (finite_test): Likewise.
16867         (isgreater_test): Likewise.
16868         (isgreaterequal_test): Likewise.
16869         (isinf_test): Likewise.
16870         (isless_test): Likewise.
16871         (islessequal_test): Likewise.
16872         (islessgreater_test): Likewise.
16873         (isnan_test): Likewise.
16874         (isnormal_test): Likewise.
16875         (issignaling_test): Likewise.
16876         (isunordered_test): Likewise.
16877         (j0_test): Likewise.
16878         (j1_test): Likewise.
16879         (jn_test): Likewise.
16880         (ldexp_test): Likewise.
16881         (lgamma_test): Likewise.
16882         (gamma_test): Likewise.
16883         (lrint_test): Likewise.
16884         (lrint_test_tonearest): Likewise.
16885         (lrint_test_towardzero): Likewise.
16886         (lrint_test_downward): Likewise.
16887         (lrint_test_upward): Likewise.
16888         (llrint_test): Likewise.
16889         (llrint_test_tonearest): Likewise.
16890         (llrint_test_towardzero): Likewise.
16891         (llrint_test_downward): Likewise.
16892         (llrint_test_upward): Likewise.
16893         (log_test): Likewise.
16894         (log10_test): Likewise.
16895         (log1p_test): Likewise.
16896         (log2_test): Likewise.
16897         (logb_test): Likewise.
16898         (logb_test_downward): Likewise.
16899         (lround_test): Likewise.
16900         (llround_test): Likewise.
16901         (modf_test): Likewise.
16902         (nearbyint_test): Likewise.
16903         (nextafter_test): Likewise.
16904         (nexttoward_test): Likewise.
16905         (pow_test): Likewise.
16906         (pow_test_tonearest): Likewise.
16907         (pow_test_towardzero): Likewise.
16908         (pow_test_downward): Likewise.
16909         (pow_test_upward): Likewise.
16910         (remainder_test): Likewise.
16911         (drem_test): Likewise.
16912         (remainder_test_tonearest): Likewise.
16913         (drem_test_tonearest): Likewise.
16914         (remainder_test_towardzero): Likewise.
16915         (drem_test_towardzero): Likewise.
16916         (remainder_test_downward): Likewise.
16917         (drem_test_downward): Likewise.
16918         (remainder_test_upward): Likewise.
16919         (drem_test_upward): Likewise.
16920         (remquo_test): Likewise.
16921         (rint_test): Likewise.
16922         (rint_test_tonearest): Likewise.
16923         (rint_test_towardzero): Likewise.
16924         (rint_test_downward): Likewise.
16925         (rint_test_upward): Likewise.
16926         (round_test): Likewise.
16927         (scalb_test): Likewise.
16928         (scalbn_test): Likewise.
16929         (scalbln_test): Likewise.
16930         (signbit_test): Likewise.
16931         (sin_test): Likewise.
16932         (sin_test_tonearest): Likewise.
16933         (sin_test_towardzero): Likewise.
16934         (sin_test_downward): Likewise.
16935         (sin_test_upward): Likewise.
16936         (sincos_test): Likewise.
16937         (sinh_test): Likewise.
16938         (sinh_test_tonearest): Likewise.
16939         (sinh_test_towardzero): Likewise.
16940         (sinh_test_downward): Likewise.
16941         (sinh_test_upward): Likewise.
16942         (sqrt_test): Likewise.
16943         (sqrt_test_tonearest): Likewise.
16944         (sqrt_test_towardzero): Likewise.
16945         (sqrt_test_downward): Likewise.
16946         (sqrt_test_upward): Likewise.
16947         (tan_test): Likewise.
16948         (tan_test_tonearest): Likewise.
16949         (tan_test_towardzero): Likewise.
16950         (tan_test_downward): Likewise.
16951         (tan_test_upward): Likewise.
16952         (tanh_test): Likewise.
16953         (tgamma_test): Likewise.
16954         (trunc_test): Likewise.
16955         (y0_test): Likewise.
16956         (y1_test): Likewise.
16957         (yn_test): Likewise.
16958         (significand_test): Likewise.
16960         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16961         individual tests in comment.
16962         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16963         (prev_max_error): New variable.
16964         (prev_real_max_error): Likewise.
16965         (prev_imag_max_error): Likewise.
16966         (compare_ulp_data): Don't refer to test names in comment.
16967         (find_test_ulps): Remove function.
16968         (find_function_ulps): Likewise.
16969         (find_complex_function_ulps): Likewise.
16970         (init_max_error): Take function name as argument.  Look up ulps
16971         for that function.
16972         (print_ulps): Remove function.
16973         (print_max_error): Use prev_max_error instead of calling
16974         find_function_ulps.
16975         (print_complex_max_error): Use prev_real_max_error and
16976         prev_imag_max_error instead of calling find_complex_function_ulps.
16977         (check_float_internal): Take max_ulp parameter instead of calling
16978         find_test_ulps.  Don't call print_ulps.
16979         (check_float): Update call to check_float_internal.
16980         (check_complex): Update calls to check_float_internal.
16981         (START): Pass argument to init_max_error.
16982         * math/gen-libm-test.pl (%results): Don't include "kind"
16983         information.
16984         (parse_ulps): Don't handle ulps of individual tests.
16985         (print_ulps_file): Likewise.
16986         (output_ulps): Likewise.
16987         * math/README.libm-test: Update.
16988         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16989         individual tests.
16990         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16991         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16992         * sysdeps/arm/libm-test-ulps: Likewise.
16993         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16994         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16995         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16996         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16997         * sysdeps/microblaze/libm-test-ulps: Likewise.
16998         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16999         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17000         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17001         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17002         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17003         * sysdeps/sh/libm-test-ulps: Likewise.
17004         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17005         * sysdeps/tile/libm-test-ulps: Likewise.
17006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17008 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17010         * math/libm-test.inc (print_complex_max_error): Check separately
17011         whether real and imaginary errors are within allowed range and
17012         pass 0 to print_complex_function_ulps instead of value within
17013         allowed range.
17015 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17017         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17018         formatting.
17019         (get_handles_fopen): Likewise.
17020         (do_write_test): Likewise.
17022         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17024         * libio/fileops.c (do_ftell): Use cached offset when
17025         available.
17026         * libio/iofwide.c (do_ftell_wide): Likewise.
17027         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17028         _IO_file_attach.
17029         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17031         [BZ #16532]
17032         * libio/libioP.h (get_file_offset): New function.
17033         * libio/fileops.c (get_file_offset): Likewise.
17034         (do_ftell): Likewise.
17035         (_IO_new_file_seekoff): Split out ftell logic.
17036         * libio/wfileops.c (do_ftell_wide): Likewise.
17037         (_IO_wfile_seekoff): Split out ftell logic.
17038         * libio/tst-ftell-active-handler.c: New test case.
17039         * libio/Makefile (tests): Add it.
17041 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17043         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17044         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17046 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17048         [BZ #16639]
17049         * nscd/connections.c (nscd_init): Call do_exit.
17050         (start_threads): Call do_exit and notify_parent.
17051         (begin_drop_privileges): Call do_exit.
17052         (finish_drop_privileges): Likewise.
17053         * nscd/selinux.c (preserve_capabilities): Likewise.
17054         (install_real_capabilities): Likewise.
17055         (nscd_selinux_enabled): Likewise.
17056         (avc_create_thread): Likewise.
17057         (avc_alloc_lock): Likewise.
17058         (nscd_avc_init): Likewise.
17059         * nscd/nscd.c (parent_fd): New static variable.
17060         (main): Create a pipe between parent and child processes.
17061         Skip closing parent_fd.
17062         (monitor_child): New function.
17063         (do_exit): Likewise.
17064         (notify_parent): Likewise.
17065         * nscd/nscd.h (notify_parent): Likewise.
17066         (do_exit): Likewise.
17068 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17070         * malloc/malloc.c (__libc_calloc): Revert last change.
17072 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17074         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17076 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17078         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17079         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17080         implementation.
17081         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17082         (__libc_ifunc_impl_list): Likewise.
17083         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17084         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17085         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17086         * string/strrchr.c: Define STRRCHR.
17088 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17090         * benchtest/bench-strtok.c (simple_strtok): Delete.
17091         (strtok_string): Use as benchmark.
17092         * string/strtok (STRTOK): New macro.
17094 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17096         * manual/threads.texi: Add header and standard comments to all
17097         functions.
17099         * elf/dl-lookup.c (check_match): New function.
17100         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17101         (do_lookup_x): Remove nested function check_match. Use non-nested
17102         function check_match.
17104 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17106         * csu/Makefile (generated, before-compile): Use += rather than =.
17107         * catgets/Makefile (generated, generated-dirs): Likewise.
17108         * debug/Makefile (generated): Likewise.
17109         * dlfcn/Makefile (generated): Likewise.
17110         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17111         * iconvdata/Makefile (before-compile, generated): Likewise.
17112         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17113         * libio/Makefile (generated): Likewise.
17114         * malloc/Makefile (generated): Likewise.
17115         * manual/Makefile (generated, generated-dirs): Likewise.
17116         * misc/Makefile (generated): Likewise.
17117         * posix/Makefile (generated): Likewise.
17118         * resolv/Makefile (generated): Likewise.
17119         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17120         * timezone/Makefile (generated, generated-dirs): Likewise.
17122         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17124 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17126         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17127         power8 implementation.
17128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17129         file: POWER8 llround ifunc implementation.
17130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17131         (__lllround): Add POWER8 implementation.
17132         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17133         POWER8 llround implementation.
17135         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17136         power8 implementation.
17137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17138         file: POWER8 llrint ifunc implementation.
17139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17140         Add POWER8 implementation.
17141         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17142         POWER8 llrint implementation.
17144         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17145         power8 implementation.
17146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17147         file: POWER8 finite ifunc implementation.
17148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17149         Add POWER8 implementation.
17150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17151         Likewise.
17152         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17153         POWER8 finite implementation.
17154         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17156         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17157         power8 implementation.
17158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17159         file: POWER8 isinf ifunc implementation.
17160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17161         POWER8 implementation.
17162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17163         Likewise.
17164         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17165         isinf implementation.
17166         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17168         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17169         (INIT_ARCH): Add hwcap2 initialization.
17170         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17171         power8 implementation.
17172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17173         file: POWER8 isnan ifunc implementation.
17174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17175         POWER8 implementation.
17176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17177         Likewise.
17178         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17179         isnan implementation.
17180         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17182 2014-02-27  Joey Ye  <joey.ye@arm.com>
17184         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17185         (_FP_NANFRAC_Q): Set to zero.
17187 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17189         [BZ #16623]
17190         * math/auto-libm-test-in: New test inputs.
17191         * math/auto-libm-test-out: Regenerate.
17192         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17193         and DA.
17194         (__cos): Likewise.
17195         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17197 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17199         * scripts/evaluate-test.sh: Take new argument indicating whether
17200         failure is expected.
17201         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17202         indicating whether failure is expected.
17203         * conform/Makefile (test-xfail-run-conformtest): New variable.
17204         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17205         level.
17206         * posix/Makefile (test-xfail-annexc): New variable.
17207         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17209 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17211         * argp/Makefile: Include Makeconfig immediately after defining
17212         subdir.
17213         * assert/Makefile: Likewise.
17214         * benchtests/Makefile: Likewise.
17215         * catgets/Makefile: Likewise.
17216         * conform/Makefile: Likewise.
17217         * crypt/Makefile: Likewise.
17218         * csu/Makefile: Likewise.
17219         (all): Remove target.
17220         * ctype/Makefile: Include Makeconfig immediately after defining
17221         subdir.
17222         * debug/Makefile: Likewise.
17223         * dirent/Makefile: Likewise.
17224         * dlfcn/Makefile: Likewise.
17225         * gmon/Makefile: Likewise.
17226         * gnulib/Makefile: Likewise.
17227         * grp/Makefile: Likewise.
17228         * gshadow/Makefile: Likewise.
17229         * hesiod/Makefile: Likewise.
17230         * hurd/Makefile: Likewise.
17231         (all): Remove target.
17232         * iconvdata/Makefile: Include Makeconfig immediately after
17233         defining subdir.
17234         * inet/Makefile: Likewise.
17235         * intl/Makefile: Likewise.
17236         * io/Makefile: Likewise.
17237         * libio/Makefile: Likewise.
17238         (all): Remove target.
17239         * locale/Makefile: Include Makeconfig immediately after defining
17240         subdir.
17241         * login/Makefile: Likewise.
17242         * mach/Makefile: Likewise.
17243         (all): Remove target.
17244         * malloc/Makefile: Include Makeconfig immediately after defining
17245         subdir.
17246         (all): Remove target.
17247         * manual/Makefile: Include Makeconfig immediately after defining
17248         subdir.
17249         * math/Makefile: Likewise.
17250         * misc/Makefile: Likewise.
17251         * nis/Makefile: Likewise.
17252         * nss/Makefile: Likewise.
17253         * po/Makefile: Likewise.
17254         (all): Remove target.
17255         * posix/Makefile: Include Makeconfig immediately after defining
17256         subdir.
17257         * pwd/Makefile: Likewise.
17258         * resolv/Makefile: Likewise.
17259         * resource/Makefile: Likewise.
17260         * rt/Makefile: Likewise.
17261         * setjmp/Makefile: Likewise.
17262         * shadow/Makefile: Likewise.
17263         * signal/Makefile: Likewise.
17264         * socket/Makefile: Likewise.
17265         * soft-fp/Makefile: Likewise.
17266         * stdio-common/Makefile: Likewise.
17267         * stdlib/Makefile: Likewise.
17268         * streams/Makefile: Likewise.
17269         * string/Makefile: Likewise.
17270         * sunrpc/Makefile: Likewise.
17271         (all): Remove target.
17272         * sysvipc/Makefile: Include Makeconfig immediately after defining
17273         subdir.
17274         * termios/Makefile: Likewise.
17275         * time/Makefile: Likewise.
17276         * timezone/Makefile: Likewise.
17277         (all): Remove target.
17278         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17279         subdir.
17280         * wctype/Makefile: Likewise.
17282 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17284         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17285         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17286         (libc_feholdexcept_setround_mips): Ditto.
17287         (libc_feholdsetround): New.
17288         (libc_feholdsetroundf): New.
17289         (libc_feholdsetroundl): New.
17290         (libc_feupdateenv_test_mips): New.
17291         (libc_feupdateenv_test): New.
17292         (libc_feupdateenv_testf): New.
17293         (libc_feupdateenv_testl): New.
17294         (libc_feresetround): New.
17295         (libc_feresetroundf): New.
17296         (libc_feresetroundl): New.
17297         (libc_fetestexcept_mips): New.
17298         (libc_fetestexcept): New.
17299         (libc_fetestexceptf): New.
17300         (libc_fetestexceptl): New.
17301         (HAVE_RM_CTX): New.
17302         (libc_feholdexcept_setround_mips_ctx): New.
17303         (libc_feholdexcept_setround_ctx): New.
17304         (libc_feholdexcept_setroundf_ctx): New.
17305         (libc_feholdexcept_setroundl_ctx): New.
17306         (libc_fesetenv_mips_ctx): New.
17307         (libc_fesetenv_ctx): New.
17308         (libc_fesetenv_ctxf): New.
17309         (libc_fesetenv_ctxl): New.
17310         (libc_feupdateenv_mips_ctx): New.
17311         (libc_feupdateenv_ctx): New.
17312         (libc_feupdateenvf_ctx): New.
17313         (libc_feupdateenvl_ctx): New.
17314         (libc_feholdsetround_mips_ctx): New.
17315         (libc_feholdsetround_ctx): New.
17316         (libc_feholdsetroundf_ctx): New.
17317         (libc_feholdsetroundl_ctx): New.
17318         (libc_feresetround_mips_ctx): New.
17319         (libc_feresetround_ctx): New.
17320         (libc_feresetroundf_ctx): New.
17321         (libc_feresetroundl_ctx): New.
17323 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17325         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17327         * manual/ipc.texi: New file.
17328         * manual/Makefile (chapters): Add ipc.
17329         * manual/job.texi: Add "Inter-Process Communication" to next.
17330         * manual/process.texi: Add "Inter-Process Communication" to prev.
17332 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17334         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17336 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17338         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17340         * manual/arith.texi: Fix spaces after sentences.
17341         * manual/charset.texi: Likewise.
17342         * manual/errno.texi: Likewise.
17343         * manual/install.texi: Likewise.
17344         * manual/llio.texi: Likewise.
17345         * manual/locale.texi: Likewise.
17346         * manual/maint.texi: Likewise.
17347         * manual/math.texi: Likewise.
17348         * manual/memory.texi: Likewise.
17349         * manual/message.texi: Likewise.
17350         * manual/probes.texi: Likewise.
17351         * manual/resource.texi: Likewise.
17352         * manual/signal.texi: Likewise.
17353         * manual/socket.texi: Likewise.
17354         * manual/stdio.texi: Likewise.
17355         * manual/string.texi: Likewise.
17356         * manual/time.texi: Likewise.
17357         * manual/users.texi: Likewise.
17359 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17361         [BZ #16632]
17362         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17363         _DEFAULT_SOURCE is defined.
17365 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17366             Carlos O'Donell  <carlos@redhat.com>
17368         [BZ #16613]
17369         * elf/dl-tls.c (_dl_count_modids): New function.
17370         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17371         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17372         audit library and increment generation counter.
17373         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17374         * elf/tst-audit9.c: New file.
17375         * elf/tst-auditmod9a.c: New file.
17376         * elf/tst-auditmod9b.c: New file.
17377         * elf/Makefile: Add rules to build and run tst-audit9.
17379 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17381         [BZ #15347]
17382         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17384 2014-02-25  Will Newton  <will.newton@linaro.org>
17386         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17387         (__longjmp): Restore sp and lr before restoring callee
17388         saved registers.  Add longjmp and longjmp_target
17389         SystemTap probe point.
17390         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17391         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17392         Define to zero to match jmpbuf layout.
17393         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17394         (__sigsetjmp): Save sp and lr before saving callee
17395         saved registers.  Add setjmp SystemTap probe point.
17397 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17399         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17401 2014-02-24  Andreas Schwab  <schwab@suse.de>
17403         [BZ #15804]
17404         * elf/pldd.c (wait_for_ptrace_stop): New function.
17405         (main): Call it after attaching.
17407 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17409         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17410         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17411         Versions files is now verboten.
17412         * hurd/Versions (libc: GLIBC_2.0):
17413         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17414         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17415         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17416         * mach/Versions: Likewise.
17418         * csu/Versions: Remove unused %include.
17419         * resolv/Versions: Likewise.
17421 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17423         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17424         ($(objpfx)check-local-headers.out): Likewise.
17425         ($(objpfx)begin-end-check.out): Likewise.
17426         * Makerules (check-abi-%.out): Likewise.
17427         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17428         ($(objpfx)test2.cat): Likewise.
17429         ($(objpfx)de/libc.cat): Likewise.
17430         ($(objpfx)test-gencat.out): Likewise.
17431         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17432         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17433         ($(objpfx)noload-mem): Likewise.
17434         ($(objpfx)tst-pathopt.out): Likewise.
17435         ($(objpfx)tst-rtld-load-self.out): Likewise.
17436         ($(objpfx)tst-array1-cmp.out): Likewise.
17437         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17438         ($(objpfx)tst-array2-cmp.out): Likewise.
17439         ($(objpfx)tst-array3-cmp.out): Likewise.
17440         ($(objpfx)tst-array4-cmp.out): Likewise.
17441         ($(objpfx)tst-array5-cmp.out): Likewise.
17442         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17443         ($(objpfx)check-textrel.out): Likewise.
17444         ($(objpfx)check-execstack.out): Likewise.
17445         ($(objpfx)check-localplt.out): Likewise.
17446         ($(objpfx)order2-cmp.out): Likewise.
17447         ($(objpfx)tst-leaks1-mem): Likewise.
17448         ($(objpfx)tst-leaks1-static-mem): Likewise.
17449         ($(objpfx)tst-initorder-cmp.out): Likewise.
17450         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17451         ($(objpfx)tst-unused-dep.out): Likewise.
17452         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17453         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17454         * iconv/Makefile (test-iconvconfig): Likewise.
17455         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17456         ($(objpfx)iconv-test.out): Likewise.
17457         ($(objpfx)tst-tables.out): Likewise.
17458         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17459         ($(objpfx)tst-gettext.out): Likewise.
17460         ($(objpfx)tst-translit.out): Likewise.
17461         ($(objpfx)tst-gettext2.out): Likewise.
17462         ($(objpfx)tst-gettext4.out): Likewise.
17463         ($(objpfx)tst-gettext6.out): Likewise.
17464         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17465         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17466         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17467         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17468         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17469         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17470         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17471         ($(objpfx)wordexp-tst.out): Likewise.
17472         ($(objpfx)annexc.out): Likewise.
17473         ($(objpfx)tst-fnmatch-mem): Likewise.
17474         ($(objpfx)bug-regex2-mem): Likewise.
17475         ($(objpfx)bug-regex14-mem): Likewise.
17476         ($(objpfx)bug-regex21-mem): Likewise.
17477         ($(objpfx)bug-regex31-mem): Likewise.
17478         ($(objpfx)tst-vfork3-mem): Likewise.
17479         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17480         ($(objpfx)tst-pcre-mem): Likewise.
17481         ($(objpfx)tst-boost-mem): Likewise.
17482         ($(objpfx)tst-getconf.out): Likewise.
17483         ($(objpfx)bug-ga2-mem): Likewise.
17484         ($(objpfx)bug-glob2-mem): Likewise.
17485         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17486         ($(objpfx)mtrace-tst-leaks2): Likewise.
17487         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17488         ($(objpfx)tst-printf.out): Likewise.
17489         ($(objpfx)tst-setvbuf1.out): Likewise.
17490         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17491         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17492         ($(objpfx)tst-fmtmsg.out): Likewise.
17493         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17494         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17496         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17497         * bits/sigaction.h [__USE_MISC]: Likewise.
17498         * bits/waitstatus.h: Update #endif comments.
17499         * ctype/ctype.h: Likewise.
17500         * dirent/dirent.h: Likewise.
17501         [__USE_MISC]: Remove redundant conditionals.
17502         * grp/grp.h: Update #endif comments.
17503         [__USE_GNU]: Remove redundant conditionals.
17504         [__USE_MISC]: Likewise.
17505         * inet/netinet/in.h [__USE_GNU]: Likewise.
17506         * io/sys/stat.h [__USE_MISC]: Likewise.
17507         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17508         * libio/bits/stdio.h: Update #endif comments.
17509         [__USE_MISC]: Remove redundant conditionals.
17510         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17511         * libio/stdio.h: Update #endif comments.
17512         [__USE_MISC]: Remove redundant conditionals.
17513         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17514         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17515         * math/math.h: Update #else and #endif comments.
17516         [__USE_MISC]: Remove redundant conditionals.
17517         * misc/sys/uio.h: Update #endif comments.
17518         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17519         * posix/glob.h [__USE_MISC]: Likewise.
17520         * posix/sys/types.h: Update #endif comments.
17521         [__USE_MISC]: Remove redundant conditionals.
17522         * posix/sys/wait.h: Update #endif comments.
17523         [__USE_MISC]: Remove redundant conditionals.
17524         * posix/unistd.h: Update #endif comments.
17525         [__USE_MISC]: Remove redundant conditionals.
17526         * pwd/pwd.h [__USE_GNU]: Likewise.
17527         [__USE_MISC]: Likewise.
17528         * resolv/netdb.h [__USE_GNU]: Likewise.
17529         * signal/signal.h: Update #endif comments.
17530         [__USE_MISC]: Remove redundant conditionals.
17531         * stdlib/stdlib.h: Update #else and #endif comments.
17532         [__USE_MISC]: Remove redundant conditionals.
17533         [__USE_GNU]: Likewise.
17534         * string/bits/string2.h [__USE_MISC]: Likewise.
17535         * string/string.h: Update #endif comments.
17536         [__USE_MISC]: Remove redundant conditionals.
17537         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17538         Likewise.
17539         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17540         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17541         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17542         Likewise.
17543         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17544         Likewise.
17545         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17546         comments.
17547         [__USE_MISC]: Remove redundant conditionals.
17548         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17549         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17550         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17551         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17552         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17553         Likewise.
17554         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17555         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17556         Likewise.
17557         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17558         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17559         Likewise.
17560         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17561         Likewise.
17562         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17563         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17564         Likewise.
17565         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17566         Likewise.
17567         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17568         * sysdeps/x86/bits/string.h: Update #endif comments.
17569         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17570         conditionals.
17571         * time/sys/time.h: Update #endif comments.
17572         * time/time.h: Likewise.
17573         [__USE_MISC]: Remove redundant conditionals.
17575 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17577         [BZ #16600]
17578         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17580 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17582         * Versions.def (librt): Add GLIBC_2.17.
17584 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17586         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17587         synonym for _SYS_AUXV_H to allow direct inclusion.
17588         * sysdeps/sparc/bits/hwcap.h: Likewise.
17589         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17590         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17591         * sysdeps/sparc/sysdep.h: Likewise.
17593 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17595         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17597 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17599         * benchtests/bench-strrchr.c: Print length instead of position.
17601 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17603         [BZ #16611]
17604         * sysdeps/unix/sysv/linux/kernel-features.h
17605         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17606         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17607         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17608         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17609         Likewise.
17610         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17611         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17612         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17613         (__ASSUME_SENDMMSG): Define instead of using previous
17614         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17615         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17616         (__ASSUME_SENDMMSG_SYSCALL): Define.
17617         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17618         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17619         Likewise.
17620         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17621         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17622         Likewise.
17623         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17624         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17625         Likewise.
17626         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17627         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17628         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17629         [__ASSUME_SENDMMSG]: Change conditionals to
17630         [__ASSUME_SENDMMSG_SOCKETCALL].
17631         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17632         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17633         Define.
17634         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17635         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17636         Likewise.
17637         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17638         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17639         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17640         [!__ASSUME_SENDMMSG]: Change conditional to
17641         [!__ASSUME_SENDMMSG_SOCKETCALL].
17642         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17643         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17644         Define.
17646         [BZ #16610]
17647         * sysdeps/unix/sysv/linux/kernel-features.h
17648         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17649         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17650         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17651         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17652         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17653         [__i386__ || __sparc__]
17654         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17655         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17656         (__ASSUME_RECVMMSG): Define instead of using previous
17657         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17658         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17659         (__ASSUME_RECVMMSG_SYSCALL): Define.
17660         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17661         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17662         Likewise.
17663         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17664         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17665         Likewise.
17666         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17667         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17668         Likewise.
17669         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17670         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17671         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17672         [__ASSUME_RECVMMSG]: Change condition to
17673         [__ASSUME_RECVMMSG_SOCKETCALL].
17674         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17675         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17676         Define.
17677         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17678         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17679         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17680         Likewise.
17681         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17682         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17683         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17684         [!__ASSUME_RECVMMSG]: Change condition to
17685         [!__ASSUME_RECVMMSG_SOCKETCALL].
17686         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17687         (__ASSUME_RECVMMSG_SYSCALL): Define.
17689         [BZ #16609]
17690         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17691         __powerpc__ || __s390__ || __sh__ || __sparc__]
17692         (__ASSUME_SOCKETCALL): Define.
17693         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17694         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17695         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17696         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17697         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17698         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17699         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17700         (__ASSUME_ACCEPT4): Define instead of using previous
17701         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17702         __powerpc__ || __sparc__ || __s390__)] condition.
17703         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17704         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17705         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17706         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17707         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17708         [!__ASSUME_ACCEPT4]: Change condition to
17709         [!__ASSUME_ACCEPT4_SOCKETCALL].
17710         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17711         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17712         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17713         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17714         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17715         __ASSUME_ACCEPT4_SYSCALL.
17716         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17717         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17718         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17719         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17720         __ASSUME_ACCEPT4_SYSCALL.
17721         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17722         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17723         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17724         [__ASSUME_ACCEPT4]: Change condition to
17725         [__ASSUME_ACCEPT4_SOCKETCALL].
17726         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17727         (__ASSUME_SOCKETCALL): Define.
17728         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17729         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17730         (__ASSUME_SOCKETCALL): Define.
17731         (__ASSUME_ACCEPT4): Remove.
17732         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17733         Define.
17734         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17735         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17736         Likewise.
17737         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17738         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17740         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17741         macro.
17742         (HWCAP_ARM_LPAE): Likewise.
17743         (HWCAP_ARM_EVTSTRM): Likewise.
17744         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17745         Add vpfd32, lpae and evtstrm.
17746         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17747         Increase to 22.
17749 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17751         * math/auto-libm-test-in: Add tests of clog10.
17752         * math/auto-libm-test-out: Regenerated.
17753         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17754         * sysdeps/i386/fpu/libm-test-ulps: Update.
17755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17757 2014-02-18  Andreas Schwab  <schwab@suse.de>
17759         [BZ #16574]
17760         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17761         Store non-zero if the second buffer was newly allocated.
17762         (send_dg): Likewise.
17763         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17764         to send_vc and send_dg.
17765         (res_nsend): Pass NULL for ansp2_malloced.
17766         * resolv/res_query.c (__libc_res_nquery): Add parameter
17767         answerp2_malloced and pass it down to __libc_res_nsend.
17768         (res_nquery): Pass additional NULL to __libc_res_nquery.
17769         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17770         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17771         second answer buffer if answerp2_malloced was set.
17772         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17773         (__libc_res_nquerydomain): Add parameter
17774         answerp2_malloced and pass it down to __libc_res_nquery.
17775         (res_nquerydomain): Pass additional NULL to
17776         __libc_res_nquerydomain.
17777         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17778         additional NULL to __libc_res_nsend and __libc_res_nquery.
17779         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17780         additional NULL to __libc_res_nsearch.
17781         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17782         parameter of __libc_res_nsearch to check for separately allocated
17783         second buffer.
17784         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17785         __libc_res_nquery.
17786         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17787         additional NULL to __libc_res_nquery.
17788         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17789         __libc_res_nsearch.
17790         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17791         * include/resolv.h: Update prototypes of __libc_res_nquery,
17792         __libc_res_nsearch, __libc_res_nsend.
17794 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17796         * math/auto-libm-test-in: Add tests of fma.
17797         * math/auto-libm-test-out: Regenerated.
17798         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17799         (fma_towardzero_test_data): Likewise.
17800         (fma_downward_test_data): Likewise.
17801         (fma_upward_test_data): Likewise.
17802         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17803         mpc_mode.
17804         (rounding_modes): Add values for new field.
17805         (func_calc_method): Add value mpfr_fff_f.
17806         (func_calc_desc): Add mpfr_fff_f union field.
17807         (test_function): Add field exact_args.
17808         (FUNC): Add macro argument EXACT_ARGS.
17809         (FUNC_mpfr_f_f): Update call to FUNC.
17810         (FUNC_mpfr_f_f): Likewise.
17811         (FUNC_mpfr_ff_f): Likewise.
17812         (FUNC_mpfr_if_f): Likewise.
17813         (FUNC_mpc_c_f): Likewise.
17814         (FUNC_mpc_c_c): Likewise.
17815         (test_functions): Add fma.  Update calls to FUNC.
17816         (handle_input_arg): Add argument exact_args.
17817         (add_test): Update call to handle_input_arg.
17818         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17819         (output_for_one_input_case): Update call to calc_generic_results.
17820         Recalculate exact zero results in each rounding mode.
17822         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17823         non-negative before setting low bit.
17824         * math/auto-libm-test-in: Mark one asin test possibly having
17825         spurious underflow.
17826         * math/auto-libm-test-out: Regenerated.
17827         * sysdeps/i386/fpu/libm-test-ulps: Update.
17828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17830 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17832         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17833         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17834         ports/sysdeps/unix/sysv/linux/microblaze.
17835         * README: Add missing listing for microblaze*-*-linux-gnu.
17837 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17839         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17840         duplicate code
17842 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17844         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17845         * sysdeps/unix/sysv/linux/ia64: Move directory from
17846         ports/sysdeps/unix/sysv/linux/ia64.
17847         * README: Update listing for ia64-*-linux-gnu.
17849 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17850             Joseph Myers  <joseph@codesourcery.com>
17852         * Makeconfig (test-name): New variable.
17853         (evaluate-test): Likewise.
17854         * Makerules (do-test-clean): Remove .test-result files.
17855         (common-mostlyclean): Likewise.
17856         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17857         * scripts/evaluate-test.sh: New file.
17859 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17861         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17862         separate $(objpfx)tst-fopenloc-cmp.out and
17863         $(objpfx)tst-fopenloc-mem.out targets.
17864         (tests): Update dependencies.
17865         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17866         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17867         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17868         (tst-rxspencer-no-utf8-ARGS): New variable.
17869         (tst-rxspencer-no-utf8-ENV): Likewise.
17870         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17871         instead of $(objpfx)tst-rxspencer-mem.
17872         ($(objpfx)tst-rxspencer-mem): Change target to
17873         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17874         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17875         * posix/tst-rxspencer-no-utf8.c: New file.
17877         * elf/Makefile ($(objpfx)order.out): Remove rule.
17878         [$(run-built-tests) = yes] (tests): Depend on
17879         $(objpfx)order-cmp.out.
17880         ($(objpfx)order-cmp.out): New rule.
17881         [$(run-built-tests) = yes] (tests): Depend on
17882         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17883         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17884         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17885         $(objpfx)tst-array5-static-cmp.out.
17886         ($(objpfx)tst-array1.out): Remove rule.
17887         ($(objpfx)tst-array1-cmp.out): New rule.
17888         ($(objpfx)tst-array1-static.out): Remove rule.
17889         ($(objpfx)tst-array1-static-cmp.out): New rule.
17890         ($(objpfx)tst-array2.out): Remove rule.
17891         ($(objpfx)tst-array2-cmp.out): New rule.
17892         ($(objpfx)tst-array3.out): Remove rule.
17893         ($(objpfx)tst-array3-cmp.out): New rule.
17894         ($(objpfx)tst-array4.out): Remove rule.
17895         ($(objpfx)tst-array4-cmp.out): New rule.
17896         ($(objpfx)tst-array5.out): Remove rule.
17897         ($(objpfx)tst-array5-cmp.out): New rule.
17898         ($(objpfx)tst-array5-static.out): Remove rule.
17899         ($(objpfx)tst-array5-static-cmp.out): New rule.
17900         [$(run-built-tests) = yes] (tests): Depend on
17901         $(objpfx)order2-cmp.out.
17902         ($(objpfx)order2.out): Remove rule.
17903         ($(objpfx)order2-cmp.out): New rule.
17904         ($(objpfx)tst-initorder.out): Remove rule.
17905         [$(run-built-tests) = yes] (tests): Depend on
17906         $(objpfx)tst-initorder-cmp.out.
17907         ($(objpfx)tst-initorder-cmp.out): New rule.
17908         ($(objpfx)tst-initorder2.out): Remove rule.
17909         [$(run-built-tests) = yes] (tests): Depend on
17910         $(objpfx)tst-initorder2-cmp.out.
17911         ($(objpfx)tst-initorder2-cmp.out): New rule.
17912         [$(run-built-tests) = yes] (tests): Depend on
17913         $(objpfx)tst-unused-dep-cmp.out.
17914         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17915         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17916         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17917         on $(objpfx)tst-setvbuf1-cmp.out.
17918         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17919         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17920         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17921         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17922         ($(objpfx)tst-svc.out): Remove rule.
17923         ($(objpfx)tst-svc-cmp.out): New rule.
17925 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17927         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17928         * ctype/ctype.h [__USE_MISC]: Likewise.
17929         * dirent/dirent.h [__USE_MISC]: Likewise.
17930         * grp/grp.h [__USE_MISC]: Likewise.
17931         * io/fcntl.h [__USE_MISC]: Likewise.
17932         * io/sys/stat.h [__USE_MISC]: Likewise.
17933         * libio/stdio.h [__USE_MISC]: Likewise.
17934         * posix/unistd.h [__USE_MISC]: Likewise.
17935         * pwd/pwd.h [__USE_MISC]: Likewise.
17936         * stdlib.h [__USE_MISC]: Likewise.
17937         * string/bits/string2.h [__USE_MISC]: Likewise.
17938         * string/string.h [__USE_MISC]: Likewise.
17939         * time/time.h [__USE_MISC]: Likewise.
17941 2014-02-13  Andreas Schwab  <schwab@suse.de>
17943         [BZ #16574]
17944         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17945         second answer buffer if it was separately allocated.
17947 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17949         * sysdeps/mips/math-tests.h: Include <features.h>.
17950         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17951         (ROUNDING_TESTS_long_double): Do not define.
17952         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17953         (EXCEPTION_TESTS_long_double): Likewise.
17954         * sysdeps/mips/mips64/libm-test-ulps: Update.
17956         * include/features.h (__USE_BSD): Remove macro definitions.
17957         (__USE_SVID): Likewise.
17958         (_BSD_SOURCE): Likewise.
17959         (_SVID_SOURCE): Likewise.
17960         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17961         from definition of _DEFAULT_SOURCE.
17962         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17963         [_DEFAULT_SOURCE].
17964         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17965         * bits/mman.h [__USE_BSD]: Likewise.
17966         * bits/termios.h [__USE_BSD]: Likewise.
17967         * bits/waitstatus.h [__USE_BSD]: Likewise.
17968         * ctype/ctype.h [__USE_SVID]: Likewise.
17969         * dirent/dirent.h [__USE_BSD]: Likewise.
17970         * grp/grp.h [__USE_SVID]: Likewise.
17971         [__USE_BSD]: Likewise.
17972         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17973         * io/fcntl.h [__USE_BSD]: Likewise.
17974         * io/ftw.h [__USE_BSD]: Likewise.
17975         * io/sys/stat.h [__USE_BSD]: Likewise.
17976         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17977         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17978         * libio/stdio.h [__USE_SVID]: Likewise.
17979         [__USE_BSD]: Likewise.
17980         * math/math.h [__USE_SVID]: Likewise.
17981         [__USE_BSD]: Likewise.
17982         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17983         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17984         * misc/search.h [__USE_SVID]: Likewise.
17985         * misc/sys/mman.h [__USE_BSD]: Likewise.
17986         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17987         * misc/sys/uio.h [__USE_BSD]: Likewise.
17988         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17989         * posix/glob.h [__USE_BSD]: Likewise.
17990         * posix/regex.h [__USE_BSD]: Likewise.
17991         * posix/sys/types.h [__USE_BSD]: Likewise.
17992         [__USE_SVID]: Likewise.
17993         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17994         * posix/sys/wait.h [__USE_BSD]: Likewise.
17995         [__USE_SVID]: Likewise.
17996         * posix/unistd.h [__USE_BSD]: Likewise.
17997         [__USE_SVID]: Likewise.
17998         * pwd/pwd.h [__USE_SVID]: Likewise.
17999         * resolv/netdb.h [__USE_BSD]: Likewise.
18000         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18001         * signal/signal.h [__USE_BSD]: Likewise.
18002         [__USE_SVID]: Likewise.
18003         * socket/sys/socket.h [__USE_BSD]: Likewise.
18004         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18005         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18006         [__USE_SVID]: Likewise.
18007         * string/bits/string2.h [__USE_BSD]: Likewise.
18008         [__USE_SVID]: Likewise.
18009         * string/bits/string3.h [__USE_BSD]: Likewise.
18010         * string/endian.h [__USE_BSD]: Likewise.
18011         * string/string.h [__USE_SVID]: Likewise.
18012         [__USE_BSD]: Likewise.
18013         * string/strings.h [__USE_BSD]: Likewise.
18014         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18015         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18016         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18017         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18018         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18019         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18020         Likewise.
18021         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18022         Likewise.
18023         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18024         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18025         Likewise.
18026         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18027         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18028         Likewise.
18029         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18030         Likewise.
18031         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18032         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18033         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18034         Likewise.
18035         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18036         Likewise.
18037         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18038         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18039         * termios/termios.h [__USE_BSD]: Likewise.
18040         * time/sys/time.h [__USE_BSD]: Likewise.
18041         * time/time.h [__USE_BSD]: Likewise.
18042         [__USE_SVID]: Likewise.
18044         * Makefile (subdir_targets): Remove subdir_lint.out.
18046         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18047         (do-tst-printf): Likewise.
18048         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18049         $(objpfx)tst-printf.out.
18051         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18053         * Makerules (check-abi-%): Change target to
18054         $(objpfx)check-abi-%.out.
18055         (check-abi target): Update dependencies.
18056         (check-abi-pattern variable): Redirect output of diff to $@.
18057         (check-abi variable): Likewise.
18058         * elf/Makefile (check-abi): Update dependencies.
18060         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18061         unused.
18062         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18063         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18064         subnormal range.
18065         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18066         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18067         value has largest subnormal exponent.
18068         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18069         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18070         * sysdeps/aarch64/soft-fp/sfp-machine.h
18071         (_FP_TININESS_AFTER_ROUNDING): New macro.
18072         * sysdeps/alpha/soft-fp/sfp-machine.h
18073         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18074         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18075         Likewise.
18076         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18077         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18078         * sysdeps/mips/soft-fp/sfp-machine.h
18079         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18080         * sysdeps/powerpc/soft-fp/sfp-machine.h
18081         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18082         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18083         Likewise.
18084         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18085         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18086         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18087         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18088         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18089         Likewise.
18091 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18093         [BZ #16545]
18094         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18095         model 1.
18097 2014-02-12  Richard Henderson  <rth@redhat.com>
18099         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18100         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18101         * sysdeps/unix/sysv/linux/alpha: Move directory from
18102         ports/sysdeps/unix/sysv/linux/alpha.
18103         * README: Update listing for alpha-*-linux-gnu.
18105 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18107         * include/features.h: Update comment documenting feature test
18108         macros.
18109         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18110         _DEFAULT_SOURCE.
18111         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18112         (_SVID_SOURCE): Likewise.
18113         (_DEFAULT_SOURCE): Update description of default features.
18114         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18115         with _GNU_SOURCE.
18116         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18117         (S_ISVTX): Likewise.
18118         * manual/math.texi (Mathematical Constants): Likewise.
18119         * manual/signal.texi (Interrupted Primitives): Likewise.
18120         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18121         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18122         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18123         Don't refer to _SVID_SOURCE in warning text.
18125         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18127         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18128         already defined.
18129         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18130         * sysdeps/mips/dl-lookup.c: Remove.
18131         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18133 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18135         [BZ #16447]
18136         * math/auto-libm-test-in: Add testcase for expl.
18137         * math/auto-libm-test-out: Regenerate.
18138         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18139         calculation of unsafe.
18140         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18142 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18144         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18145         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18146         ports/sysdeps/unix/sysv/linux/aarch64.
18147         * README: Update listing for aarch64*-*-linux-gnu.
18149 2014-02-11  Will Newton  <will.newton@linaro.org>
18151         * manual/probes.texi (Mathematical Function Probes): Use
18152         "triggered" instead of "hit".
18154         * manual/probes.texi (Internal Probes): Add documentation
18155         of setjmp, longjmp and longjmp_target probes.
18157         * include/stap-probe.h: Add comment about probe argument
18158         format.
18160         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18161         definition.  (tr_where, tr_freehook, tr_mallochook,
18162         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18164 2014-02-11  David S. Miller  <davem@davemloft.net>
18166         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18167         processing int_tests.
18169 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18171         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18172         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18173         * sysdeps/unix/sysv/linux/mips: Move directory from
18174         ports/sysdeps/unix/sysv/linux/mips.
18175         * README: Update listing for mips-*-linux-gnu and
18176         mips64-*-linux-gnu.
18178 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18180         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18181         * sysdeps/unix/sysv/linux/m68k: Move directory from
18182         ports/sysdeps/unix/sysv/linux/m68k.
18183         * README: Update listing for m68k-*-linux-gnu.
18185 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18187         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18188         * sysdeps/unix/sysv/linux/generic: Move directory from
18189         ports/sysdeps/unix/sysv/linux/generic.
18190         * sysdeps/unix/sysv/linux/tile: Move directory from
18191         ports/sysdeps/unix/sysv/linux/tile.
18192         * README: Update listing for tile*-*-linux-gnu.
18194 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18196         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18197         __builtin_expect.
18198         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18199         * catgets/open_catalog.c (__open_catalog): Likewise.
18200         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18201         * debug/confstr_chk.c: Likewise.
18202         * debug/fread_chk.c (__fread_chk): Likewise.
18203         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18204         * debug/getgroups_chk.c: Likewise.
18205         * debug/mbsnrtowcs_chk.c: Likewise.
18206         * debug/mbsrtowcs_chk.c: Likewise.
18207         * debug/mbstowcs_chk.c: Likewise.
18208         * debug/memcpy_chk.c: Likewise.
18209         * debug/memmove_chk.c: Likewise.
18210         * debug/mempcpy_chk.c: Likewise.
18211         * debug/memset_chk.c: Likewise.
18212         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18213         * debug/strcat_chk.c (__strcat_chk): Likewise.
18214         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18215         * debug/strncat_chk.c (__strncat_chk): Likewise.
18216         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18217         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18218         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18219         * debug/wcpncpy_chk.c: Likewise.
18220         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18221         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18222         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18223         * debug/wcsncpy_chk.c: Likewise.
18224         * debug/wcsnrtombs_chk.c: Likewise.
18225         * debug/wcsrtombs_chk.c: Likewise.
18226         * debug/wcstombs_chk.c: Likewise.
18227         * debug/wmemcpy_chk.c: Likewise.
18228         * debug/wmemmove_chk.c: Likewise.
18229         * debug/wmempcpy_chk.c: Likewise.
18230         * debug/wmemset_chk.c: Likewise.
18231         * dirent/scandirat.c (SCANDIRAT): Likewise.
18232         * dlfcn/dladdr1.c (dladdr1): Likewise.
18233         * dlfcn/dladdr.c (dladdr): Likewise.
18234         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18235         * dlfcn/dlerror.c (__dlerror): Likewise.
18236         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18237         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18238         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18239         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18240         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18241         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18242         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18243         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18244         Likewise.
18245         * elf/dl-conflict.c: Likewise.
18246         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18247         * elf/dl-dst.h: Likewise.
18248         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18249         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18250         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18251         * elf/dl-init.c (call_init, _dl_init): Likewise.
18252         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18253         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18254         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18255         Likewise.
18256         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18257         Likewise.
18258         * elf/dl-minimal.c (__libc_memalign): Likewise.
18259         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18260         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18261         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18262         * elf/dl-sym.c (do_sym): Likewise.
18263         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18264         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18265         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18266         * elf/dl-writev.h (_dl_writev): Likewise.
18267         * elf/ldconfig.c (search_dir): Likewise.
18268         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18269         (dl_main): Likewise.
18270         * elf/setup-vdso.h (setup_vdso): Likewise.
18271         * grp/compat-initgroups.c (compat_call): Likewise.
18272         * grp/fgetgrent.c (fgetgrent): Likewise.
18273         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18274         * grp/putgrent.c (putgrent): Likewise.
18275         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18276         Likewise.
18277         * hurd/hurdinit.c: Likewise.
18278         * iconvdata/8bit-gap.c (struct): Likewise.
18279         * iconvdata/ansi_x3.110.c : Likewise.
18280         * iconvdata/big5.c : Likewise.
18281         * iconvdata/big5hkscs.c : Likewise.
18282         * iconvdata/cp1255.c: Likewise.
18283         * iconvdata/cp1258.c : Likewise.
18284         * iconvdata/cp932.c : Likewise.
18285         * iconvdata/euc-cn.c: Likewise.
18286         * iconvdata/euc-jisx0213.c : Likewise.
18287         * iconvdata/euc-jp.c: Likewise.
18288         * iconvdata/euc-jp-ms.c : Likewise.
18289         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18290         * iconvdata/gb18030.c : Likewise.
18291         * iconvdata/gbbig5.c (const): Likewise.
18292         * iconvdata/gbgbk.c: Likewise.
18293         * iconvdata/gbk.c : Likewise.
18294         * iconvdata/ibm1364.c : Likewise.
18295         * iconvdata/ibm930.c : Likewise.
18296         * iconvdata/ibm932.c: Likewise.
18297         * iconvdata/ibm933.c : Likewise.
18298         * iconvdata/ibm935.c : Likewise.
18299         * iconvdata/ibm937.c : Likewise.
18300         * iconvdata/ibm939.c : Likewise.
18301         * iconvdata/ibm943.c: Likewise.
18302         * iconvdata/iso_11548-1.c: Likewise.
18303         * iconvdata/iso-2022-cn.c : Likewise.
18304         * iconvdata/iso-2022-cn-ext.c : Likewise.
18305         * iconvdata/iso-2022-jp-3.c: Likewise.
18306         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18307         * iconvdata/iso-2022-kr.c : Likewise.
18308         * iconvdata/iso646.c (gconv_end): Likewise.
18309         * iconvdata/iso_6937-2.c : Likewise.
18310         * iconvdata/iso_6937.c : Likewise.
18311         * iconvdata/iso8859-1.c: Likewise.
18312         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18313         * iconvdata/shift_jisx0213.c : Likewise.
18314         * iconvdata/sjis.c : Likewise.
18315         * iconvdata/t.61.c : Likewise.
18316         * iconvdata/tcvn5712-1.c : Likewise.
18317         * iconvdata/tscii.c: Likewise.
18318         * iconvdata/uhc.c : Likewise.
18319         * iconvdata/unicode.c (gconv_end): Likewise.
18320         * iconvdata/utf-16.c (gconv_end): Likewise.
18321         * iconvdata/utf-32.c (gconv_end): Likewise.
18322         * iconvdata/utf-7.c (base64): Likewise.
18323         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18324         * iconv/gconv_close.c (__gconv_close): Likewise.
18325         * iconv/gconv_open.c (__gconv_open): Likewise.
18326         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18327         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18328         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18329         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18330         (ucs4le_internal_loop_single): Likewise.
18331         * iconv/iconv.c (iconv): Likewise.
18332         * iconv/iconv_close.c: Likewise.
18333         * iconv/loop.c (SINGLE): Likewise.
18334         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18335         * include/atomic.h: Likewise.
18336         * inet/inet6_option.c (option_alloc): Likewise.
18337         * intl/bindtextdom.c (set_binding_values): Likewise.
18338         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18339         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18340         * intl/localealias.c (read_alias_file): Likewise.
18341         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18342         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18343         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18344         * libio/fmemopen.c (fmemopen): Likewise.
18345         * libio/iofgets.c (_IO_fgets): Likewise.
18346         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18347         * libio/iofgetws.c (fgetws): Likewise.
18348         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18349         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18350         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18351         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18352         * locale/findlocale.c (_nl_find_locale): Likewise.
18353         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18354         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18355         Likewise.
18356         * locale/setlocale.c (setlocale): Likewise.
18357         * login/programs/pt_chown.c (main): Likewise.
18358         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18359         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18360         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18361         (mmap, mmap64, mremap, munmap): Likewise.
18362         * math/e_exp2l.c: Likewise.
18363         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18364         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18365         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18366         * math/s_catan.c (__catan): Likewise.
18367         * math/s_catanf.c (__catanf): Likewise.
18368         * math/s_catanh.c (__catanh): Likewise.
18369         * math/s_catanhf.c (__catanhf): Likewise.
18370         * math/s_catanhl.c (__catanhl): Likewise.
18371         * math/s_catanl.c (__catanl): Likewise.
18372         * math/s_ccosh.c (__ccosh): Likewise.
18373         * math/s_ccoshf.c (__ccoshf): Likewise.
18374         * math/s_ccoshl.c (__ccoshl): Likewise.
18375         * math/s_cexp.c (__cexp): Likewise.
18376         * math/s_cexpf.c (__cexpf): Likewise.
18377         * math/s_cexpl.c (__cexpl): Likewise.
18378         * math/s_clog10.c (__clog10): Likewise.
18379         * math/s_clog10f.c (__clog10f): Likewise.
18380         * math/s_clog10l.c (__clog10l): Likewise.
18381         * math/s_clog.c (__clog): Likewise.
18382         * math/s_clogf.c (__clogf): Likewise.
18383         * math/s_clogl.c (__clogl): Likewise.
18384         * math/s_csin.c (__csin): Likewise.
18385         * math/s_csinf.c (__csinf): Likewise.
18386         * math/s_csinh.c (__csinh): Likewise.
18387         * math/s_csinhf.c (__csinhf): Likewise.
18388         * math/s_csinhl.c (__csinhl): Likewise.
18389         * math/s_csinl.c (__csinl): Likewise.
18390         * math/s_csqrt.c (__csqrt): Likewise.
18391         * math/s_csqrtf.c (__csqrtf): Likewise.
18392         * math/s_csqrtl.c (__csqrtl): Likewise.
18393         * math/s_ctan.c (__ctan): Likewise.
18394         * math/s_ctanf.c (__ctanf): Likewise.
18395         * math/s_ctanh.c (__ctanh): Likewise.
18396         * math/s_ctanhf.c (__ctanhf): Likewise.
18397         * math/s_ctanhl.c (__ctanhl): Likewise.
18398         * math/s_ctanl.c (__ctanl): Likewise.
18399         * math/w_pow.c: Likewise.
18400         * math/w_powf.c: Likewise.
18401         * math/w_powl.c: Likewise.
18402         * math/w_scalb.c (sysv_scalb): Likewise.
18403         * math/w_scalbf.c (sysv_scalbf): Likewise.
18404         * math/w_scalbl.c (sysv_scalbl): Likewise.
18405         * misc/error.c (error_tail): Likewise.
18406         * misc/pselect.c (__pselect): Likewise.
18407         * nis/nis_callback.c (__nis_create_callback): Likewise.
18408         * nis/nis_call.c (__nisfind_server): Likewise.
18409         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18410         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18411         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18412         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18413         * nis/nis_lookup.c (nis_lookup): Likewise.
18414         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18415         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18416         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18417         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18418         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18419         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18420         * nis/nss_compat/compat-initgroups.c (add_group)
18421         (internal_getgrent_r): Likewise.
18422         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18423         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18424         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18425         (internal_getspnam_r): Likewise.
18426         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18427         (_nss_nis_getaliasbyname_r): Likewise.
18428         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18429         (_nss_nis_getntohost_r): Likewise.
18430         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18431         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18432         (_nss_nis_getgrgid_r): Likewise.
18433         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18434         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18435         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18436         (_nss_nis_gethostbyname4_r): Likewise.
18437         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18438         (initgroups_netid): Likewise.
18439         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18440         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18441         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18442         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18443         (_nss_nis_getprotobynumber_r): Likewise.
18444         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18445         (_nss_nis_getsecretkey): Likewise.
18446         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18447         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18448         (_nss_nis_getpwuid_r): Likewise.
18449         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18450         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18451         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18452         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18453         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18454         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18455         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18456         Likewise.
18457         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18458         (_nss_nisplus_getntohost_r): Likewise.
18459         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18460         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18461         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18462         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18463         Likewise.
18464         * nis/nss_nisplus/nisplus-initgroups.c
18465         (_nss_nisplus_initgroups_dyn): Likewise.
18466         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18467         (_nss_nisplus_getnetbyaddr_r): Likewise.
18468         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18469         (_nss_nisplus_getprotobynumber_r): Likewise.
18470         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18471         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18472         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18473         Likewise.
18474         * nis/nss_nisplus/nisplus-service.c
18475         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18476         (_nss_nisplus_getservbyport_r): Likewise.
18477         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18478         (_nss_nisplus_getspnam_r): Likewise.
18479         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18480         Likewise.
18481         * nscd/aicache.c (addhstaiX): Likewise.
18482         * nscd/cache.c (cache_search, prune_cache): Likewise.
18483         * nscd/connections.c (register_traced_file, send_ro_fd)
18484         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18485         (main_loop_epoll): Likewise.
18486         * nscd/grpcache.c (addgrbyX): Likewise.
18487         * nscd/hstcache.c (addhstbyX): Likewise.
18488         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18489         * nscd/mem.c (gc, mempool_alloc): Likewise.
18490         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18491         (addinnetgrX): Likewise.
18492         * nscd/nscd-client.h (__nscd_acquire_maplock)
18493         (__nscd_drop_map_ref): Likewise.
18494         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18495         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18496         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18497         Likewise.
18498         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18499         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18500         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18501         (__nscd_get_map_ref): Likewise.
18502         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18503         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18504         Likewise.
18505         * nscd/pwdcache.c (addpwbyX): Likewise.
18506         * nscd/selinux.c (preserve_capabilities): Likewise.
18507         * nscd/servicescache.c (addservbyX): Likewise.
18508         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18509         * posix/fnmatch.c (fnmatch): Likewise.
18510         * posix/getopt.c (_getopt_internal_r): Likewise.
18511         * posix/glob.c (glob, glob_in_dir): Likewise.
18512         * posix/wordexp.c (exec_comm_child): Likewise.
18513         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18514         (getanswer_r, gaih_getanswer_slice): Likewise.
18515         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18516         * resolv/res_init.c: Likewise.
18517         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18518         * resolv/res_query.c (__libc_res_nquery): Likewise.
18519         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18520         Likewise.
18521         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18522         * stdio-common/perror.c (perror): Likewise.
18523         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18524         * stdio-common/tmpnam.c (tmpnam): Likewise.
18525         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18526         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18527         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18528         Likewise.
18529         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18530         * stdlib/putenv.c (putenv): Likewise.
18531         * stdlib/setenv.c (__add_to_environ): Likewise.
18532         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18533         * stdlib/strtol_l.c (INTERNAL): Likewise.
18534         * string/memmem.c (memmem): Likewise.
18535         * string/strerror.c (strerror): Likewise.
18536         * string/strnlen.c (__strnlen): Likewise.
18537         * string/test-memmem.c (simple_memmem): Likewise.
18538         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18539         * sunrpc/pm_getport.c (__get_socket): Likewise.
18540         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18541         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18542         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18543         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18544         Likewise.
18545         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18546         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18547         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18548         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18549         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18550         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18551         Likewise.
18552         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18553         Likewise.
18554         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18555         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18556         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18557         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18558         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18559         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18560         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18561         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18562         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18563         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18564         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18565         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18566         Likewise.
18567         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18568         Likewise.
18569         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18570         Likewise.
18571         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18572         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18573         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18574         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18575         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18576         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18577         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18578         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18579         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18580         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18581         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18582         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18583         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18584         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18585         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18586         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18587         Likewise.
18588         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18589         Likewise.
18590         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18591         Likewise.
18592         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18593         Likewise.
18594         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18595         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18596         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18597         Likewise.
18598         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18599         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18600         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18601         * sysdeps/posix/sleep.c: Likewise.
18602         * sysdeps/posix/tempname.c: Likewise.
18603         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18604         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18605         Likewise.
18606         * sysdeps/powerpc/powerpc32/dl-machine.h
18607         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18608         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18609         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18610         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18611         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18612         Likewise.
18613         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18614         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18615         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18616         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18617         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18618         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18619         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18620         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18621         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18622         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18623         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18624         (elf_machine_lazy_rel): Likewise.
18625         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18626         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18627         (elf_machine_lazy_rel): Likewise.
18628         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18629         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18630         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18631         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18632         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18633         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18634         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18635         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18636         Likewise.
18637         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18638         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18639         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18640         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18641         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18642         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18643         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18644         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18645         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18646         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18647         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18648         Likewise.
18649         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18650         (__posix_fallocate64_l64): Likewise.
18651         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18652         (posix_fallocate): Likewise.
18653         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18654         Likewise.
18655         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18656         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18657         (getifaddrs_internal): Likewise.
18658         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18659         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18660         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18661         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18662         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18663         (__posix_fallocate64_l64): Likewise.
18664         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18665         Likewise.
18666         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18667         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18668         (__get_clockfreq): Likewise.
18669         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18670         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18671         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18672         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18673         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18674         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18675         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18676         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18677         Likewise.
18678         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18679         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18680         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18681         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18682         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18683         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18684         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18685         Likewise.
18686         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18687         (posix_fallocate): Likewise.
18688         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18689         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18690         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18691         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18692         (elf_machine_rela, elf_machine_rela_relative)
18693         (elf_machine_lazy_rel): Likewise.
18694         * time/asctime.c (asctime_internal): Likewise.
18695         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18696         * time/tzset.c (__tzset_parse_tz): Likewise.
18697         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18698         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18699         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18700         * wcsmbs/wcsmbsload.h: Likewise.
18702         [BZ #15894]
18703         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18705         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18706         (arena_get2): Remove THREAD_STATS conditionals.
18707         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18708         (__malloc_stats, int): Likewise.
18710 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18712         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18713         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18715         * manual/setjmp.texi: Fix typos/grammar errors.
18717         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18718         Only return early when n is <= 0.  Delete unused return statement.
18720         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18721         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18722         * debug/tst-longjmp_chk3.c: New file.
18724         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18725         (test_main): Replace code with set_fortify_handler call.
18726         * debug/test-strcpy_chk.c: Likewise.
18727         * debug/tst-chk1.c: Likewise.
18728         * debug/tst-longjmp_chk.c: Likewise.
18729         * test-skeleton.c: Include fcntl.h & paths.h
18730         (set_fortify_handler): Define.
18732         * debug/tst-longjmp_chk.c: Add header comment and include
18733         ../test-skeleton.c.
18734         (do_test): Mark static.
18735         (TEST_FUNCTION): Define.
18737         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18738         (IP_PMTUDISC_INTERFACE): Likewise.
18739         (IP_MULTICAST_IF): Likewise.
18740         (IP_MULTICAST_TTL): Likewise.
18741         (IP_MULTICAST_LOOP): Likewise.
18742         (IP_ADD_MEMBERSHIP): Likewise.
18743         (IP_DROP_MEMBERSHIP): Likewise.
18744         (IP_UNBLOCK_SOURCE): Likewise.
18745         (IP_BLOCK_SOURCE): Likewise.
18746         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18747         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18748         (IP_MSFILTER): Likewise.
18749         (MCAST_JOIN_GROUP): Likewise.
18750         (MCAST_BLOCK_SOURCE): Likewise.
18751         (MCAST_UNBLOCK_SOURCE): Likewise.
18752         (MCAST_LEAVE_GROUP): Likewise.
18753         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18754         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18755         (MCAST_MSFILTER): Likewise.
18756         (IP_MULTICAST_ALL): Likewise.
18757         (IP_UNICAST_IF): Likewise.
18759         * timezone/Makefile: Delete $(have-ksh) check.
18760         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18761         * timezone/tzselect.ksh: Add +x mode bits.
18763         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18764         (ANON_INODE_FS_MAGIC): Likewise.
18765         (BDEVFS_MAGIC): Likewise.
18766         (BINFMTFS_MAGIC): Likewise.
18767         (BTRFS_TEST_MAGIC): Likewise.
18768         (CRAMFS_MAGIC_WEND): Likewise.
18769         (DEBUGFS_MAGIC): Likewise.
18770         (ECRYPTFS_SUPER_MAGIC): Likewise.
18771         (EXT3_SUPER_MAGIC): Likewise.
18772         (EXT4_SUPER_MAGIC): Likewise.
18773         (FUTEXFS_SUPER_MAGIC): Likewise.
18774         (HOSTFS_SUPER_MAGIC): Likewise.
18775         (HUGETLBFS_MAGIC): Likewise.
18776         (MINIX3_SUPER_MAGIC): Likewise.
18777         (MTD_INODE_FS_MAGIC): Likewise.
18778         (NILFS_SUPER_MAGIC): Likewise.
18779         (OPENPROM_SUPER_MAGIC): Likewise.
18780         (PIPEFS_MAGIC): Likewise.
18781         (PSTOREFS_MAGIC): Likewise.
18782         (QNX6_SUPER_MAGIC): Likewise.
18783         (RAMFS_MAGIC): Likewise.
18784         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18785         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18786         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18787         (SECURITYFS_MAGIC): Likewise.
18788         (SELINUX_MAGIC): Likewise.
18789         (SMACK_MAGIC): Likewise.
18790         (SOCKFS_MAGIC): Likewise.
18791         (SQUASHFS_MAGIC): Likewise.
18792         (STACK_END_MAGIC): Likewise.
18793         (TMPFS_MAGIC): Likewise.
18794         (USBDEVICE_SUPER_MAGIC): Likewise.
18795         (V9FS_MAGIC): Likewise.
18796         (XENFS_SUPER_MAGIC): Likewise.
18797         (CRAMFS_MAGIC): Fix typo in comment.
18798         (EXT2_SUPER_MAGIC): Update comment.
18799         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18801 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18803         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18804         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18805         * sysdeps/unix/sysv/linux/arm: Move directory from
18806         ports/sysdeps/unix/sysv/linux/arm.
18807         * README: Update listing for arm-*-linux-gnueabi.
18809         * README: Remove mention of am33.
18811 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18813         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18814         than the comma operator, to avoid "rhs of comma has no effect"
18815         compiler warnings.
18816         (__sigfillset, __sigandset, __sigorset): Likewise.
18817         * include/signal.h (__sigemptyset): Likewise.
18818         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18820 2014-02-07  Allan McRae  <allan@archlinux.org>
18822         * version.h (RELEASE): Set to "development".
18823         (VERSION): Set to "2.19.90"
18824         * NEWS: Add 2.20 section.
18826 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18828         [BZ #16529]
18829         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18831 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18833         * manual/contrib.texi: Update entry for Carlos O'Donell,
18834         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18836 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18838         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18840         * sysdeps/unix/sysv/linux/kernel-features.h
18841         [__LINUX_KERNEL_VERSION >= 0x020621]
18842         (__ASSUME_PROC_PID_TASK_COMM): Define.
18844 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18846         [BZ #16398]
18847         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18848         conversion when destination buffer does not have enough space.
18849         * libio/tst-ftell-partial-wide.c: New test case.
18850         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18852         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18853         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18854         Leonard and Allan McRae.
18856 2014-02-04  David S. Miller  <davem@davemloft.net>
18858         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18859         32-bit.
18861 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18864         New file
18865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18866         New file
18867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18868         New file.
18869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18870         New file.
18871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18872         New file.
18873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18874         New file.
18875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18876         New file.
18877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18878         New file.
18879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18880         New file.
18881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18882         New file.
18883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18884         New file.
18885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18886         New file.
18887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18888         New file.
18890 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18892         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18893         * shlib-versions: Likewise.
18895 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18896             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18898         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18899         (abilist-pattern): New variable, set to %-le.abilist.
18901         * Makerules (abilist-pattern): New variable.
18902         (vpath): Use $(abilist-pattern) in place of %.abilist.
18903         (check-abi-% pattern rule): Likewise.
18904         (check-abi, update-abi): Likewise.
18906 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18908         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18910 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18912         * manual/startup.texi: Add next, previous, and top entries for
18913         the `Program Arguments' and `Environment Variables' nodes.
18915 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18917         * manual/macros.texi: Add comments before MTASC-safety macros.
18919         * manual/users.texi: Document MTASC-safety properties.
18921         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18922         (pthread_getspecific, pthread_setspecific): Format with
18923         @deftypefun, and add @safety note.
18924         * manual/signal.texi: Move comments that analyze the above
18925         functions to their home place.
18927 2014-02-03  Allan McRae  <allan@archlinux.org>
18929         * po/sl.po: Update Slovenian translation from translation project.
18931 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18933         * manual/time.texi (timegm): Add missing blank after @c.
18934         Reported by Joseph Myers <joseph@codesourcery.com>.
18936 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18938         * manual/check-safety.sh: New.
18939         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18941         * manual/terminal.texi: Document MTASC-safety properties.
18943         * manual/filesys.texi: Document MTASC-safety properties.
18945         * manual/errno.texi: Document MTASC-safety properties.
18947         * manual/intro.texi: Document safety identifiers and
18948         conditionals.
18950         * manual/string.texi (wcstok): Fix prototype.
18951         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18953         * manual/time.texi: Document MTASC-safety properties.
18955         * manual/string.texi: Document MTASC-safety properties.
18957         * manual/threads.texi: Document MTASC-safety properties.
18959         * manual/stdio.texi: Document MTASC-safety properties.
18961         * manual/syslog.texi: Document MTASC-safety properties.
18963         * manual/sysinfo.texi: Document MTASC-safety properties.
18965         * manual/startup.texi: Document MTASC-safety properties.
18967         * manual/socket.texi: Document MTASC-safety properties.
18969         * manual/signal.texi: Document MTASC-safety properties.
18971 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18973         * manual/setjmp.texi: Document MTASC-safety properties.
18975         * manual/search.texi: Document MTASC-safety properties.
18977         * manual/resource.texi: Document MTASC-safety properties.
18979         * manual/process.texi: Document MTASC-safety properties.
18981         * manual/platform.texi: Document MTASC-safety properties.
18983         * manual/pipe.texi: Document MTASC-safety properties.
18985         * manual/pattern.texi: Document MTASC-safety properties.
18987         * manual/message.texi: Document MTASC-safety properties.
18989         [BZ #12751]
18990         * manual/memory.texi: Document MTASC-safety properties.
18992         * manual/math.texi: Document MTASC-safety properties.
18994         * manual/locale.texi: Document MTASC-safety properties.
18996         * manual/llio.texi: Document MTASC-safety properties.
18998         * manual/libdl.texi: New.
19000         * manual/lang.texi: Document MTASC-safety properties.
19002         * manual/job.texi: Document MTASC-safety properties.
19004         * manual/getopt.texi: Document MTASC-safety properties.
19006         * manual/ctype.texi: Document MTASC-safety properties.
19008 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19010         [BZ #16046]
19011         * csu/libc-tls.c (static_map): Remove variable.
19012         (__libc_setup_tls): Use main executable's link map for TLS data.
19013         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19014         casing for LM_ID_BASE and GL(dl_nns).
19015         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19016         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19017         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19018         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19019         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19020         member.
19021         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19022         l_phnum members.
19024 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19026         * manual/debug.texi: Document MTASC-safety properties.
19028 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19030         [BZ #16510]
19031         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19032         of __x86_64__ when disabling x87 inline functions.
19034 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19036         * manual/charset.texi: Document MTASC-safety properties.
19038         * manual/crypt.texi: Document MTASC-safety properties.
19040         * manual/conf.texi: Document MTASC-safety properties.
19042         * manual/arith.texi: Document MTASC-safety properties.
19044         * manual/argp.texi: Document MTASC-safety properties.
19046         * manual/macros.texi: Introduce macros to document multi
19047         thread, asynchronous signal and asynchronous cancellation
19048         safety properties.
19049         * manual/intro.texi: Introduce the properties themselves.
19051 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19053         * sysdeps/sh/sh4/Makefile: New file.
19055 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19057         * math/gen-libm-test.pl ($srcdir): New variable.
19058         ($auto_input): Use it.
19060 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19062         [BZ #16506]
19063         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19064         access beyond array bounds when parsing netgroups file.
19066         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19067         the old buffer before realloc.
19069 2014-01-27  Allan McRae  <allan@archlinux.org>
19071         * po/fr.po: Update French translation from translation project.
19073 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19075         * sysdeps/sh/libm-test-ulps: Regenerate.
19077 2014-01-24  David S. Miller  <davem@davemloft.net>
19079         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19081 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19083         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19084         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19086 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19088         [BZ #16474]
19089         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19090         string pointers after reallocation.
19092 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19094         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19095         __SH4A__ instead of __SH_FPU_ANY__.
19097 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19099         * sysdeps/sh/fpu_control.h: New file.
19100         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19101         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19102         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19103         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19104         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19105         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19106         * sysdeps/sh/sys/ucontext.h: Remove.
19107         * sysdeps/sh/sys: Remove directory.
19109 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19111         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19112         s390/sys/ucontext.h.
19113         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19114         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19116 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19118         [BZ #15605]
19119         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19121 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19123         [BZ#16431]
19124         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19125         Adjust the vDSO correctly for internal calls.
19126         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19128 2014-01-20  Allan McRae  <allan@archlinux.org>
19130         * po/ca.po: Update Catalan translation from translation project.
19132 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19134         * sysdeps/s390/sotruss-lib.c: New file.
19136 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19138         [BZ#16430]
19139         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19140         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19141         local calls issues by not having a PLT stub required for IFUNC calls.
19142         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19144 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19146         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19147         * math/test-fpucw-static.c: Likewise.
19149 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19151         [BZ #16453]
19152         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19154 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19156         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19157         implementation for powerpc.
19159 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19161         [BZ #14782]
19162         * sysdeps/posix/system.c (__libc_system): Do not enable
19163         asynchronous cancellation.
19165 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19167         [BZ #16427]
19168         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19169         handling only for numbers special also in the IEEE case.
19171 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19173         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19175 2014-01-11  Allan McRae  <allan@archlinux.org>
19177         * po/bg.po: Update Bulgarian translation from translation project.
19179         * po/de.po: Update German translation from translation project.
19181 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19183         * sysdeps/generic/gcc-compat.h: New file.
19185 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19187         * benchtests/asin-inputs: Correct slow inputs.
19188         * benchtests/acos-inputs: Likewise.
19190 2014-01-10  Allan McRae  <allan@archlinux.org>
19192         * po:sv.po: Update Swedish translation from translation project.
19194         * po/vi.po: Update Vietnamese translation from translation project.
19196         * po/eo.po: Update Esperanto translation from translation project.
19198         * po/cs.po: Update Czech translation from translation project.
19200         * po/nl.po: Update Dutch translation from translation project.
19202         * po/pl.po: Update Polish translation from translation project.
19204         * po/ru.po: Update Russian translation from translation project.
19206         * po/uk.po: Update Ukrainian translation from translation project.
19208 2014-01-08  Brooks Moses  <bmoses@google.com>
19210         * elf/dl-load.c: Fix comment typo.
19212 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19214         * po/header.pot: Rename to...
19215         * po/pot.header: ... this.
19216         * po/Makefile: Use pot.header.
19218 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19219             Maxim Kuvyrkov  <maxim@kugelworks.com>
19221         [BZ #16394]
19222         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19223         SRC and DEST against LEN.
19225 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19227         [BZ #16414]
19228         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19229         implementation.
19230         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19232 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19234         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19236 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19238         [BZ #16408]
19239         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19240         for large positive arguments.
19242 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19244         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19246         * math/auto-libm-test-in: Mark various tests with
19247         xfail-rounding:ldbl-128ibm.
19248         * math/auto-libm-test-out: Regenerated.
19250         [BZ #16407]
19251         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19252         Increase overflow threshold.
19254 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19256         [BZ #14286]
19257         * stdio-common/vfprintf.c: Check for integer overflow.
19259 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19261         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19262         the first argument and return value of __tls_get_addr_internal.
19264 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19266         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19267         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19269 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19271         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19272         * sysdeps/s390/rtld-global-offsets.sym: New file.
19273         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19274         GLIBC_2.19 symbol.
19275         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19276         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19277         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19278         ... this.
19279         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19280         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19281         ... this.
19282         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19283         Regenerate.
19284         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19285         Regenerate.
19286         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19287         halfs of GPRs for high_gprs contexts.
19288         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19289         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19290         field.
19291         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19292         uc_flags field.
19293         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19294         64 bit versions:
19295         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19296         for high GPRs (uc_high_gprs) and for future extensions
19297         (__reserved).
19298         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19299         for future extensions (__reserved).
19300         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19301         64 bit versions:
19302         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19303         SC_HIGHGPRS offset definition.
19304         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19305         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19307         * Versions.def: Add GLIBC_2.19 for libpthread.
19308         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19309         siglongjmp for libpthread with GLIBC_2.19 symver.
19310         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19311         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19312         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19313         * sysdeps/s390/__longjmp.c: New file.
19314         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19315         * sysdeps/s390/longjmp.c: New file.
19316         * sysdeps/s390/setjmp.S: New file.
19317         * sysdeps/s390/sigjmp.S: New file.
19318         * sysdeps/s390/v1-longjmp.c: New file.
19319         * sysdeps/s390/v1-setjmp.h: New file.
19320         * sysdeps/s390/v1-sigjmp.c: New file.
19321         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19322         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19323         GLIBC_2.19 version.
19324         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19325         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19326         versioned symbols for ____longjmp_chk.
19327         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19328         Likewise.
19329         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19330         Regenerate.
19331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19332         Regenerate.
19333         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19334         Regenerate.
19335         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19336         Regenerate.
19337         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19338         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19339         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19340         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19341         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19342         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19343         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19344         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19345         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19346         * sysdeps/s390/rtld-__longjmp.c: New file.
19347         * sysdeps/s390/rtld-setjmp.S: New file.
19349 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19351         [BZ #16400]
19352         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19353         Return -__logl (x) for small positive arguments without evaluating
19354         a polynomial.
19356 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19358         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19359         Rename to ...
19360         (__ptrace_peeksiginfo_args): ... this.
19361         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19362         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19363         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19365 2014-01-06  Allan McRae  <allan@archlinux.org>
19367         * inet/netinet/in.h: Fix typo in comment.
19369 2014-01-05  Andreas Jaeger  <aj@suse.de>
19371         * sysdeps/i386/fpu/libm-test-ulps: Update.
19373 2014-01-05  Allan McRae  <allan@archlinux.org>
19375         * po/libc.pot: Regenerated.
19377         * malloc/memusagestat.c: Fix gettext call formatting.
19379 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19381         * nscd/nscd.c: Improve usage() output.
19383 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19385         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19386         * sysdeps/unix/sysv/linux/configure: Regenerated.
19387         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19388         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19390 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19392         [BZ #16390]
19393         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19394         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19396 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19398         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19399         extra tokens at end of #undef directive.
19400         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19401         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19402         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19404 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19406         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19408         * math/auto-libm-test-in: Mark various tests with
19409         xfail-rounding:ldbl-128ibm.
19410         * math/auto-libm-test-out: Regenerated.
19412 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19414         [BZ #16386]
19415         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19416         numbers with subnormal high part when calculating exponent.
19418         [BZ #16385]
19419         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19420         fabs.
19422         [BZ #16384]
19423         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19424         M_LN2l.
19425         (__ieee754_acoshl): Use __log1pl not __log1p.
19427 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19429         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19430         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19431         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19432         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19433         (reused_arena, arena_get2): Convert to GNU style.
19434         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19435         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19436         (memalign_check, __malloc_set_state): Likewise.
19437         * malloc/mallocbug.c (main): Likewise.
19438         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19439         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19440         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19441         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19442         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19443         (__posix_memalign, malloc_info): Likewise.
19444         * malloc/malloc.h: Likewise.
19445         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19446         (mallochook, memalignhook, reallochook, mabort): Likewise.
19447         * malloc/mcheck.h: Likewise.
19448         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19449         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19450         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19451         * malloc/morecore.c (__default_morecore): Likewise.
19452         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19453         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19454         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19455         (print_and_abort): Likewise.
19456         * malloc/obstack.h: Likewise.
19457         * malloc/set-freeres.c (__libc_freeres): Likewise.
19458         * malloc/tst-mallocstate.c (main): Likewise.
19459         * malloc/tst-mtrace.c (main): Likewise.
19460         * malloc/tst-realloc.c (do_test): Likewise.
19462 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19464         [BZ #16366]
19465         * nscd/netgroupcache.c (do_notfound): New function.
19466         (addgetnetgrentX): Use it.
19468         [BZ # 16365]
19469         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19470         NSS_STATUS_NOTFOUND.
19472 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19474         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19477 2014-01-01  Allan McRae  <allan@archlinux.org>
19479         * scripts/update-copyrights: Update configure input file suffix.
19481         * NEWS: Update copyright year.
19482         * catgets/gencat.c: Likewise.
19483         * csu/version.c: Likewise.
19484         * debug/catchsegv.sh: Likewise.
19485         * debug/pcprofiledump.c: Likewise.
19486         * debug/xtrace.sh: Likewise.
19487         * elf/ldconfig.c: Likewise.
19488         * elf/ldd.bash.in: Likewise.
19489         * elf/pldd.c: Likewise.
19490         * elf/sotruss.ksh: Likewise.
19491         * elf/sprof.c: Likewise.
19492         * iconv/iconv_prog.c: Likewise.
19493         * iconv/iconvconfig.c: Likewise.
19494         * locale/programs/locale.c: Likewise.
19495         * locale/programs/localedef.c: Likewise.
19496         * login/programs/pt_chown.c: Likewise.
19497         * malloc/memusage.sh: Likewise.
19498         * malloc/memusagestat.c: Likewise.
19499         * malloc/mtrace.pl: Likewise.
19500         * manual/libc.texinfo: Likewise.
19501         * nscd/nscd.c: Likewise.
19502         * nss/getent.c: Likewise.
19503         * nss/makedb.c: Likewise.
19504         * posix/getconf.c: Likewise.
19505         * scripts/test-installation.pl: Likewise.
19507         * All files with FSF copyright notices: Update copyright dates
19508         using scripts/update-copyrights.
19509         * intl/plural.c: Regenerated.
19510         * locale/programs/charmap-kw.h: Likewise.
19511         * locale/programs/locfile-kw.h: Likewise.
19513 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19515         * sysdeps/unix/sysv/linux/configure: Regenerated.
19516         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19517         the linux/fanotify.h header.
19518         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19519         HAVE_LINUX_FANOTIFY_H is defined.
19521 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19523         * benchtests/cos-inputs: New inputs.
19524         * benchtests/sin-inputs: Likewise.
19526         * benchtests/atan-inputs: New inputs. Fix name of multiple
19527         precision fallback inputs.
19529         * benchtests/atanh-inputs: New inputs.
19530         * benchtests/tanh-inputs: Likewise.
19532         * benchtests/acosh-inputs: New inputs.
19533         * benchtests/asinh-inputs: Likewise.
19535         * benchtests/cosh-inputs: New inputs.
19536         * benchtests/sinh-inputs: Likewise.
19538         * benchtests/acos-inputs: Add more inputs.
19539         * benchtests/asin-inputs: Likewise.
19541 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19543         [BZ #16375]
19544         * manual/arith.texi: Fix spelling.
19545         * manual/charset.texi: Likewise.
19546         * manual/errno.texi: Likewise.
19547         * manual/filesys.texi: Likewise.
19548         * manual/lang.texi: Likewise.
19549         * manual/llio.texi: Likewise.
19550         * manual/locale.texi: Likewise.
19551         * manual/message.texi: Likewise.
19552         * manual/resource.texi: Likewise.
19553         * manual/search.texi: Likewise.
19554         * manual/setjmp.texi: Likewise.
19555         * manual/stdio.texi: Likewise.
19556         * manual/string.texi: Likewise.
19557         * manual/sysinfo.texi: Likewise.
19558         * manual/time.texi: Likewise.
19560 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19562         * po/sl.po: New file.
19564 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19566         * .gitignore: Add core/.gdbinit/.gdb_history.
19568 2013-12-27  Allan McRae  <allan@archlinux.org>
19570         [BZ #16369]
19571         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19572         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19574 2013-12-24  Brooks Moses  <bmoses@google.com>
19576         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19577         all compilers that claim C++98 compliance, not just GCC.
19578         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19579         Likewise.
19581 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19583         * NEWS: Restore accidentally deleted bug-fix entries.
19585 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19586             Ondřej Bílka  <neleai@seznam.cz>
19588         [BZ #15073]
19589         * malloc/malloc.c (_int_free): Perform sanity check only if we
19590         have_lock.
19592 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19594         [BZ #12986]
19595         * manual/stdio.texi (String Input Conversions): Clarify that character
19596         classes are not supported.
19598 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19602 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19604         [BZ #16337]
19605         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19606         Calculate results for small negative arguments directly rather
19607         than using reflection formula with special underflow handling.
19609         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19610         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19611         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19612         (fchflags): Likewise.
19613         (revoke): Likewise.
19614         (setlogin): Likewise.
19615         (sigaltstack): Likewise.
19616         (wait4): Likewise.
19617         (sigblock): Remove.
19618         (sigsetmask): Likewise.
19619         (wait3): Likewise.
19620         (waitpid): Likewise.
19621         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19622         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19623         file.
19624         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19625         * sysdeps/unix/bsd/Makefile: ... here.
19626         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19627         * sysdeps/unix/bsd/Versions: ... here.
19628         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19629         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19630         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19631         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19632         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19633         * sysdeps/unix/bsd/sigblock.c: ... here.
19634         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19635         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19636         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19637         * sysdeps/unix/bsd/sigvec.c: ... here.
19638         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19639         * sysdeps/unix/bsd/tcdrain.c: ... here.
19640         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19641         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19642         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19643         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19644         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19645         * sysdeps/unix/bsd/wait.c: ... here.
19646         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19647         * sysdeps/unix/bsd/wait3.c: ... here.
19648         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19649         * sysdeps/unix/bsd/waitpid.c: ... here.
19651 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19653         [BZ #16356]
19654         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19655         round-to-nearest for [!USE_AS_EXPM1L].
19656         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19657         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19658         more tests of exp and exp10.  Expect some exp10 tests to miss
19659         exceptions or fail in directed rounding modes.
19660         * math/auto-libm-test-out: Regenerated.
19661         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19662         (exp10_test_tonearest): New function.
19663         (exp10_towardzero_test_data): New array.
19664         (exp10_test_towardzero): New function.
19665         (exp10_downward_test_data): New array.
19666         (exp10_test_downward): New function.
19667         (exp10_upward_test_data): New array.
19668         (exp10_test_upward): New function.
19669         (main): Call the new functions.
19670         * sysdeps/i386/fpu/libm-test-ulps: Update.
19671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19673 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19675         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19676         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19677         * math/auto-libm-test-out: Regenerated.
19678         * math/libm-test.inc (acosh_test_data): Add more tests.
19679         (atanh_test_data): Likewise.
19680         (ceil_test_data): Likewise.
19681         (copysign_test_data): Likewise.
19682         * sysdeps/i386/fpu/libm-test-ulps: Update.
19683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19685         * timezone/checktab.awk: Update from tzcode 2013i.
19686         * timezone/private.h: Likewise.
19687         * timezone/scheck.c: Likewise.
19688         * timezone/tzfile.h: Likewise.
19689         * timezone/tzselect.ksh: Likewise.
19690         * timezone/zdump.c: Likewise.
19691         * timezone/zic.c: Likewise.
19693         * math/auto-libm-test-in: Add tests of cpow.
19694         * math/auto-libm-test-out: Regenerated.
19695         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19696         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19697         mpc_cc_c.
19698         (func_calc_desc): Add mpc_cc_c union field.
19699         (test_functions): Add cpow.
19700         (special_fill_2pi): New function.
19701         (special_real_inputs): Add 2pi.
19702         (calc_generic_results): Handle mpc_cc_c.
19703         * sysdeps/i386/fpu/libm-test-ulps: Update.
19704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19706         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19707         csqrt, ctan and ctanh.
19708         * math/auto-libm-test-out: Regenerated.
19709         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19710         (TEST_COND_x86): Likewise.
19711         (ccos_test_data): Use AUTO_TESTS_c_c.
19712         (ccosh_test_data): Likewise.
19713         (cexp_test_data): Likewise.
19714         (clog_test_data): Likewise.
19715         (csqrt_test_data): Likewise.
19716         (ctan_test_data): Likewise.
19717         (ctan_tonearest_test_data): Likewise.
19718         (ctan_towardzero_test_data): Likewise.
19719         (ctan_downward_test_data): Likewise.
19720         (ctan_upward_test_data): Likewise.
19721         (ctanh_test_data): Likewise.
19722         (ctanh_tonearest_test_data): Likewise.
19723         (ctanh_towardzero_test_data): Likewise.
19724         (ctanh_downward_test_data): Likewise.
19725         (ctanh_upward_test_data): Likewise.
19726         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19727         mpc_c_c.
19728         (func_calc_desc): Add mpc_c_c union field.
19729         (FUNC_mpc_c_c): New macro.
19730         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19731         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19732         ctanh.
19733         (special_fill_min_subnorm_p120): New function.
19734         (special_real_inputs): Add min_subnorm_p120.
19735         (calc_generic_results): Handle mpc_c_c.
19736         * sysdeps/i386/fpu/libm-test-ulps: Update.
19737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19739 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19741         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19742         (do_sin_slow): New functions.
19743         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19744         (cslow2, csloww1, csloww2): Use the new functions.
19746         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19747         Use M to change sign of result instead of X.  Assume X is
19748         positive.
19749         (csloww1): Likewise.
19750         (__sin): Adjust.
19751         (__cos): Adjust.
19753         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19754         arguments A and DA.
19755         (__sin): Adjust.
19756         (__cos): Likewise.
19758         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19759         (__cos): Likewise.
19760         (sloww1): Don't adjust sign of DX.
19761         (csloww1): Likewise.
19762         (sloww2): Use X directly and don't adjust sign of DX.
19763         (csloww2): Likewise.
19765 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19767         * math/auto-libm-test-in: Add tests of cabs and carg.
19768         * math/auto-libm-test-out: Regenerated.
19769         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19770         (carg_test_data): Likewise.
19771         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19772         mpc_c_f.
19773         (func_calc_desc): Add mpc_c_f union field.
19774         (test_functions): Add cabs and carg.
19775         (calc_generic_results): Handle mpc_c_f.
19777         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19778         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19779         as a macro and a compat symbol.
19780         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19781         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19782         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19783         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19784         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19785         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19786         not use .hidden.
19787         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19788         Likewise.
19789         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19790         Likewise.
19791         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19792         Likewise.
19793         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19794         Likewise.
19795         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19796         Likewise.
19797         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19798         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19799         from GLIBC_2.3.2.
19801 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19803         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19805 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19807         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19808         trailing whitespace removed.
19809         * scripts/config.guess: Update to version 2013-11-29.
19810         * scripts/config.sub: Update to version 2013-10-01.
19812         * math/auto-libm-test-in: Add tests of sincos.
19813         * math/auto-libm-test-out: Regenerated.
19814         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19815         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19816         mpfr_f_11.
19817         (func_calc_desc): Add mpfr_f_11 union field.
19818         (test_functions): Add sincos.
19819         (calc_generic_results): Handle mpfr_f_11.
19820         * sysdeps/i386/fpu/libm-test-ulps: Update.
19821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19823 2013-12-19  Andreas Schwab  <schwab@suse.de>
19825         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19826         CALL_MCOUNT.
19827         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19828         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19829         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19831 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19833         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19834         * sysdeps/i386/fpu/libm-test-ulps: Update.
19835         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19837         [BZ #16293]
19838         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19839         round-to-nearest mode when using frndint.
19840         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19841         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19842         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19843         Likewise.
19844         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19845         sinh test to fail.
19846         * math/auto-libm-test-out: Regenerated.
19847         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19848         (TEST_COND_x86): Likewise.
19849         (expm1_tonearest_test_data): New array.
19850         (expm1_test_tonearest): New function.
19851         (expm1_towardzero_test_data): New array.
19852         (expm1_test_towardzero): New function.
19853         (expm1_downward_test_data): New array.
19854         (expm1_test_downward): New function.
19855         (expm1_upward_test_data): New array.
19856         (expm1_test_upward): New function.
19857         (main): Run the new test functions.
19858         * sysdeps/i386/fpu/libm-test-ulps: Update.
19859         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19861         * include/features.h: Update comment documenting feature test
19862         macros.  Mention _DEFAULT_SOURCE in comment.
19863         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19864         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19865         _BSD_SOURCE and _SVID_SOURCE.
19866         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19867         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19868         !_SVID_SOURCE]: Likewise.
19869         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19870         (__USE_POSIX_IMPLICITLY): Define.
19871         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19872         (_POSIX_SOURCE): Undefine and redefine.
19873         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19874         (_POSIX_C_SOURCE): Likewise.
19875         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19876         (Feature Test Macros): Update documentation of default features.
19878 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19880         * benchtests/Makefile: Add bench-strtok.
19881         * benchtests/bench-strtok.c: New file: strtok benchtest.
19883 2013-12-19  Allan McRae  <allan@archlinux.org>
19885         * manual/install.texi: Suppress menu for plain text output.
19886         * INSTALL: Regenerated.
19888 2013-12-18  Brooks Moses  <bmoses@google.com>
19890         [BZ #15846]
19891         * misc/getauxval.c: Include errno.h.
19892         (__getauxval): Set errno to ENOENT if the requested type is not
19893         found.
19894         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19895         don't declare with __attribute_const__.
19896         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19897         * manual/startup.texi: Document that getauxval sets errno.
19899 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19901         * math/auto-libm-test-in: Add tests of jn and yn.
19902         * math/auto-libm-test-out: Regenerated.
19903         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19904         (yn_test_data): Likewise.
19905         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19906         mpfr_if_f.
19907         (func_calc_desc): Add mpfr_if_f union field.
19908         (FUNC_mpfr_if_f): New macro.
19909         (test_functions): Add jn and yn.
19910         (calc_generic_results): Assert type of second input for
19911         mpfr_ff_f.  Handle mpfr_if_f.
19912         (output_for_one_input_case): Disable all checking for arguments
19913         fitting floating-point types in case of an integer argument.
19914         * sysdeps/i386/fpu/libm-test-ulps: Update.
19915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19918         Don't expect fegetround reference in libm.so.
19920 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19922         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19923         $(config-cflags-nofma).
19925 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19927         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19928         * math/auto-libm-test-out: Regenerated.
19930         [BZ #16338]
19931         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19932         to determine exponent and adjust argument to have exponent of -1.
19933         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19934         log2.
19935         * math/auto-libm-test-out: Regenerated.
19936         * sysdeps/i386/fpu/libm-test-ulps: Update.
19937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19939 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19941         * manual/probes.texi: Remove cases when per-thread arenas are
19942         disabled.
19944 2013-12-18  Andreas Schwab  <schwab@suse.de>
19946         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19947         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19948         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19949         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19950         * sysdeps/i386/i686/multiarch/Makefile: Update.
19951         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19953 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19955         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19956         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19958 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19960         [BZ #15968]
19961         Support TZ transition times < 00:00:00.
19962         This is needed for version-3 tz-format files; it supports time
19963         stamps past 2037 for America/Godthab (the only entry in the tz
19964         database for which this change is relevant).
19965         * manual/time.texi (TZ Variable): Document transition times
19966         from -167:59:59 through -00:00:01.
19967         * time/tzset.c (tz_rule): Time of day is now signed.
19968         (__tzset_parse_tz): Parse negative time of day.
19970         Document TZ transition times >= 25:00:00.
19971         * manual/time.texi (TZ Variable): Document transition times from
19972         25:00:00 through 167:59:59.  These are already supported, and this
19973         support will help with version-3 tz-format files.
19975         * manual/time.texi (TZ Variable): Modernize North America example
19976         to reflect current (i.e., 2007-and-later) daylight saving rules.
19978         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19980 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19982         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19983         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19984         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19985         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19986         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19987         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19988         * sysdeps/unix/bsd/clock.c: Likewise.
19989         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19990         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19991         * sysdeps/unix/bsd/init-posix.c: Likewise.
19992         * sysdeps/unix/bsd/poll.c: Likewise.
19993         * sysdeps/unix/bsd/ptsname.c: Likewise.
19994         * sysdeps/unix/bsd/seekdir.c: Likewise.
19995         * sysdeps/unix/bsd/setegid.c: Likewise.
19996         * sysdeps/unix/bsd/seteuid.c: Likewise.
19997         * sysdeps/unix/bsd/setgid.c: Likewise.
19998         * sysdeps/unix/bsd/setrgid.c: Likewise.
19999         * sysdeps/unix/bsd/setruid.c: Likewise.
20000         * sysdeps/unix/bsd/setsid.c: Likewise.
20001         * sysdeps/unix/bsd/setuid.c: Likewise.
20002         * sysdeps/unix/bsd/sigaction.c: Likewise.
20003         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20004         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20005         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20006         * sysdeps/unix/bsd/telldir.c: Likewise.
20007         * sysdeps/unix/bsd/times.c: Likewise.
20008         * sysdeps/unix/bsd/usleep.c: Likewise.
20010         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20011         ($(objpfx)libbsd-compat.a): Remove rule.
20013         * include/features.h (__FAVOR_BSD): Do not define.
20014         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20015         features conflicting with POSIX.
20016         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20017         (_BSD_SOURCE): Remove description of not being a subset of other
20018         feature test macros.
20019         * manual/job.texi (getpgrp): Do not document BSD version.
20020         (getpgid): Do not document by reference to BSD getpgrp.
20021         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20022         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20023         * signal/signal.h [__FAVOR_BSD]: Likewise.
20024         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20025         instead of making contents conditional on [__FAVOR_BSD].
20026         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20028 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20030         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20032 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20034         [BZ #16314]
20035         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20036         values below 2**-450, not 2**-500.
20037         * math/auto-libm-test-in: Don't allow spurious underflow from
20038         hypot.
20039         * math/auto-libm-test-out: Regenerated.
20041         [BZ #16316]
20042         [BZ #16330]
20043         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20044         values of ha and hb and sort them after adjusting subnormal
20045         arguments.
20046         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20047         Likewise.
20048         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20049         values of ea and eb and sort them after adjusting subnormal
20050         arguments.
20051         * math/auto-libm-test-in: Do not expect some hypot tests of
20052         subnormals to fail.  Add more hypot tests.
20053         * math/auto-libm-test-out: Regenerated.
20055 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20057         [BZ #13304]
20058         * sysdeps/sh/s_fma.c: New file.
20059         * sysdeps/sh/s_fmaf.c: New file.
20060         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20061         version.
20062         * sysdeps/sh/Implies: Add sh/soft-fp.
20064 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20066         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20067         level of indirection to members `objname', `errstring', `malloced'.
20068         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20069         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20070         it as the __longjmp argument (just pass 1 instead).
20071         (_dl_catch_error): Initialize C with argument pointers and address of
20072         volatile local ERRCODE rather than copying values out of C at return.
20074 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20076         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20077         * math/auto-libm-test-out: Regenerated.
20078         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20079         (hypot_test_data): Likewise.
20080         (pow_test_data): Likewise.
20081         (pow_tonearest_test_data): Likewise.
20082         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20083         mpfr_ff_f.
20084         (func_calc_desc): Add mpfr_ff_f union field.
20085         (FUNC_mpfr_ff_f): New macro.
20086         (test_functions): Add atan2, hypot and pow.
20087         (special_fill_min): New function.
20088         (special_fill_minus_min): Likewise.
20089         (special_fill_min_subnorm): Likewise.
20090         (special_fill_minus_min_subnorm): Likewise.
20091         (special_real_inputs): Add min, -min, min_subnorm and
20092         -min_subnorm.
20093         (calc_generic_results): Handle mpfr_ff_f.
20094         * sysdeps/i386/fpu/libm-test-ulps: Update.
20095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20097 2013-12-16  Will Newton  <will.newton@linaro.org>
20099         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20100         (Aligned Memory Blocks): Add documentation for aligned_alloc
20101         and suggest it as an alternative to posix_memalign.
20102         (Hooks for Malloc): Document __memalign_hook is also called
20103         for aligned_alloc.  (Summary of Malloc): Add summary for
20104         aligned alloc.  Document __memalign_hook is also called
20105         for aligned_alloc.
20107 2013-12-16  Will Newton  <will.newton@linaro.org>
20109         * manual/memory.texi (Malloc Examples): Clarify default
20110         alignment documentation.  Suggest posix_memalign rather
20111         than memalign or valloc.
20112         (Aligned Memory Blocks): Remove suggestion to use memalign
20113         or valloc.  Remove obsolete comment about BSD.
20114         Document memalign errno values and mark the function obsolete.
20115         Document posix_memalign returned error codes.  Mark valloc
20116         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20117         called for posix_memalign and valloc.
20118         (Summary of Malloc): Add posix_memalign to function summary.
20119         __memalign_hook is also called for posix_memalign and valloc.
20121 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20123         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20124         TAYLOR_SIN.
20125         (__sin): Adjust.
20126         (__cos): Likewise.
20127         (sloww): Use mynumber union.  Expand ternary operator into
20128         if-else statements.
20129         (cslow): use mynumber union.
20131 2013-12-16  Allan McRae  <allan@archlinux.org>
20133         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20134         * configure: Regenerated.
20136         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20138         [BZ #14120]
20139         * configure.ac: Added --enable-maintainer-mode. Check for
20140         autoconf when enabled.
20141         * configure: Regenerated.
20143         * nscd/nscd.service: New file.
20144         * nscd/nscd.tmpfiles: New file.
20146 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20148         [BZ #12100]
20149         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20150         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20151         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20152         (strstr): Add __strstr_sse2_unaligned ifunc.
20153         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20154         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20155         (strcasestr): Remove __strcasestr_sse42 ifunc.
20156         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20157         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20158         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20160 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20162         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20163         * sysdeps/sh/bits/fenv.h: ... here.
20164         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20166 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20168         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20170         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20171         hypotf multiarch implementations.
20172         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20173         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20174         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20175         multiarch hypot for PPC64.
20176         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20177         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20178         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20179         multiarch hypotf for PPC64.
20181         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20182         modff multiarch implementations.
20183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20186         multiarch modf for PPC64.
20187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20190         multiarch modff for PPC64.
20192         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20193         and logl multiarch implementations.
20194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20197         multiarch logb for PPC64.
20198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20201         multiarch logb for PPC64.
20202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20205         multiarch logb for PPC64.
20207         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20208         isinff multiarch implementation.
20209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20210         file.
20211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20213         multiarch isinf for PPC64.
20214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20215         file.
20216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20217         multiarch isinff for PPC64.
20219         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20220         finitef multiarch implementation.
20221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20222         file.
20223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20225         multiarch finite for PPC64.
20226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20227         file.
20228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20229         multiarch finitef for PPC64.
20231         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20232         lrint multiarch implementation.
20233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20234         file.
20235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20237         multiarch llrint for PPC64.
20238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20239         multiarch lrint for PPC64.
20241         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20242         copysignf multiarch implementation.
20243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20244         file.
20245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20246         file.
20247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20248         multiarch copysign for PPC64.
20249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20250         multiarch copysignf for PPC64.
20252         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20253         multiarch implementation.
20254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20255         file.
20256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20257         file.
20258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20259         file.
20260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20261         file.
20262         multiarch llround for PPC64.
20263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20264         multiarch trunc for PPC64.
20265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20266         multiarch truncf for PPC64.
20268         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20269         multiarch implementation.
20270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20271         file.
20272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20273         file.
20274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20275         file.
20276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20277         file.
20278         multiarch llround for PPC64.
20279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20280         multiarch round for PPC64.
20281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20282         multiarch roundf for PPC64.
20284         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20285         multiarch implementation.
20286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20287         file.
20288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20289         file.
20290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20291         file.
20292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20293         file.
20294         multiarch llround for PPC64.
20295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20296         multiarch floor for PPC64.
20297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20298         multiarch floorf for PPC64.
20300         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20301         multiarch implementation.
20302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20303         file.
20304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20305         file.
20306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20307         file.
20308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20309         file.
20310         multiarch llround for PPC64.
20311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20312         multiarch ceil for PPC64.
20313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20314         multiarch ceilf for PPC64.
20316         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20317         multiarch implementation.
20318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20319         file.
20320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20321         file.
20322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20323         file.
20324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20325         multiarch llround for PPC64.
20326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20327         multiarch lround for PPC64.
20329         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20330         multiarch implementation.
20331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20334         file.
20335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20338         multiarch isnan for PPC64.
20339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20340         multiarch isnanf for PPC64.
20342         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20343         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20344         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20345         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20346         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20349         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20350         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20351         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20352         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20354         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20355         multiarch implementations.
20356         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20357         (__libc_ifunc_impl_list): Likewise.
20358         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20359         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20360         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20361         multiarch stpcpy for PPC64.
20363         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20364         multiarch implementations.
20365         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20366         (__libc_ifunc_impl_list): Likewise.
20367         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20368         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20369         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20370         multiarch strcpy for PPC64.
20372         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20373         redefine function name.
20374         (_wordcopy_fwd_dest_aligned): Likewise.
20375         (_wordcopy_bwd_aligned): Likewise.
20376         (_wordcopy_bwd_dest_aligned): Likewise.
20377         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20378         multiarch implementations.
20379         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20380         (__libc_ifunc_impl_list): Likewise.
20381         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20382         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20383         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20384         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20385         multiarch wcscpy for PPC64.
20387         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20388         multiarch implementations.
20389         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20390         (__libc_ifunc_impl_list): Likewise.
20391         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20392         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20393         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20394         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20395         multiarch wcscpy for PPC64.
20397         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20398         multiarch implementations.
20399         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20400         (__libc_ifunc_impl_list): Likewise.
20401         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20402         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20403         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20404         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20405         multiarch wcsrchr for PPC64.
20407         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20408         multiarch implementations.
20409         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20410         (__libc_ifunc_impl_list): Likewise.
20411         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20412         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20413         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20414         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20415         multiarch wcschr for PPC64.
20417         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20418         multiarch implementations.
20419         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20420         (__libc_ifunc_impl_list): Likewise.
20421         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20422         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20423         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20424         multiarch strchrnul for PPC64.
20426         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20427         implementations.
20428         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20429         (__libc_ifunc_impl_list): Likewise.
20430         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20431         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20432         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20433         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20434         strchr for PPC64.
20436         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20437         implementations.
20438         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20439         (__libc_ifunc_impl_list): Likewise.
20440         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20441         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20442         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20443         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20444         strncmp for PPC64.
20446         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20447         multiarch implementations.
20448         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20449         (__libc_ifunc_impl_list): Likewise.
20450         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20451         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20452         strncasecmp for PPC64.
20453         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20454         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20455         multiarch strncasecmp_l for PPC64.
20457         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20458         multiarch implementations.
20459         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20460         (__libc_ifunc_impl_list): Likewise.
20461         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20462         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20463         multiarch strcasecmp for PPC64.
20464         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20465         file.
20466         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20467         multiarch strcasecmp_l for PPC64.
20469         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20470         implementations.
20471         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20472         (__libc_ifunc_impl_list): Likewise.
20473         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20474         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20475         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20476         strnlen for PPC64.
20478         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20479         implementations.
20480         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20481         (__libc_ifunc_impl_list): Likewise.
20482         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20483         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20484         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20485         strlen for PPC64.
20487         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20488         implementations.
20489         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20490         (__libc_ifunc_impl_list): Likewise.
20491         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20492         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20493         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20494         rawmemrchr for PPC64.
20496         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20497         implementation.
20498         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20499         (__libc_ifunc_impl_list): Likewise.
20500         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20501         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20502         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20503         memrchr for PPC64.
20505         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20506         implementation.
20507         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20508         (__libc_ifunc_impl_list): Likewise.
20509         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20510         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20511         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20512         memchr for PPC64.
20514         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20515         implementation.
20516         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20517         (__libc_ifunc_impl_list): Likewise.
20518         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20519         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20520         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20521         mempcpy for PPC64.
20523         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20524         avoid cretion of __bzero symbol.
20525         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20526         Likewise.
20527         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20528         Likewise.
20529         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20530         Likewise.
20531         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20532         multiarch implementations.
20533         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20534         (__libc_ifunc_impl_list): Likewise.
20535         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20536         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20537         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20538         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20539         bzero for PPC32.
20540         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20541         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20542         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20543         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20544         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20545         memset for PPC64.
20546         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20548         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20549         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20550         implementations.
20551         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20552         (__libc_ifunc_impl_list): Likewise.
20553         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20554         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20555         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20556         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20557         memcmp for PPC64.
20559         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20560         multiarch for POWER/PPC64.
20561         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20562         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20563         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20564         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20565         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20566         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20567         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20568         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20569         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20570         memcpy for PPC64.
20572         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20573         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20574         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20575         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20576         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20577         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20578         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20579         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20580         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20581         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20582         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20583         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20584         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20585         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20586         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20595 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20597         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20599 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20601         * benchtests/Makefile (bench): Add exp2 and log2.
20602         (LDLIBS-bench-exp2): Add -lm.
20603         (LDLIBS-bench-log2): Likewise.
20604         * benchtests/exp2-inputs: New inputs file.
20605         * benchtests/log2-inputs: New inputs file.
20606         * benchtests/log-inputs: Add new inputs.
20607         * benchtests/tan-inputs: Likewise.
20609 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20611         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20612         definition...
20613         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20614         (csloww2): ... from here.
20616         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20617         instead of structures.
20618         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20619         (POLYNOMIAL): Likewise.
20620         (TAYLOR_SLOW): Likewise.
20621         (__sin): Likewise.
20622         (__cos): Likewise.
20623         (slow1): Likewise.
20624         (slow2): Likewise.
20625         (sloww): Likewise.
20626         (sloww1); Likewise.
20627         (sloww2): Likewise.
20628         (bsloww1): Likewise.
20629         (bsloww2): Likewise.
20630         (cslow2): Likewise.
20631         (csloww): Likewise.
20632         (csloww1): Likewise.
20633         (csloww2): Likewise.
20635 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20637         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20638         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20639         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20640         * malloc/hooks.c (realloc_check): Likewise.
20642         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20643         * malloc/arena.c: Remove PER_THREAD conditional.
20644         [!PER_THREAD]: Remove code.
20645         (ptmalloc_unlock_all2): Likewise.
20646         (ptmalloc_init): Likewise.
20647         (_int_new_arena): Likewise.
20648         (arena_get2): Likewise.
20649         * malloc/hooks.c (__malloc_get_state): Likewise.
20650         (__malloc_set_state): Likewise.
20651         * malloc/malloc.c: Likewise.
20652         (struct malloc_state): Likewise.
20653         (struct malloc_par): Likewise.
20654         (__libc_realloc): Likewise.
20655         (__libc_mallopt): Likewise.
20657 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20659         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20661 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20663         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20664         macro to a function.  Check for zero perturb_byte.
20665         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20667         * malloc/malloc.c: (force_reg): Remove.
20668         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20669         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20670         force_reg by atomic_forced_read.
20671         * malloc/arena.c (ptmalloc_init): Likewise.
20672         * malloc/hooks.c (top_check): Likewise.
20674 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20678 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20680         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20682 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20684         * math/auto-libm-test-in: Add tests of lgamma.
20685         * math/auto-libm-test-out: Regenerated.
20686         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20687         (M_LOG_2_SQRT_PIl): Likewise.
20688         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20689         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20690         mpfr_f_f1.
20691         (func_calc_desc): Add mpfr_f_f1 union field.
20692         (ARGS1): New macro.
20693         (ARGS2): Likewise.
20694         (ARGS3): Likewise.
20695         (ARGS4): Likewise.
20696         (RET1): Likewise.
20697         (RET2): Likewise.
20698         (CALC): Likewise.
20699         (FUNC): Likewise.
20700         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20701         (test_functions): Add lgamma.
20702         (calc_generic_results): Handle mpfr_f_f1.
20703         * sysdeps/i386/fpu/libm-test-ulps: Update.
20704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20706 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20708         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20709         __mpn_add_n for PowerPC64/POWER7.
20710         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20711         __mpn_sub_n for PowerPC64/POWER7.
20713         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20714         __mpn_addmul_1 for PowerPC64.
20715         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20716         __mpn_submul_1 for PowerPC64.
20717         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20718         for PowerPC64.
20719         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20720         for PowerPC64.
20722 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20724         [BZ #15089]
20725         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20727 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20729         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20731         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20732         add multiarch folders.
20733         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20734         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20735         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20736         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20737         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20738         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20739         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20740         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20741         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20742         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20743         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20752         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20754         New file.
20755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20756         New file.
20757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20758         multiarch __ieee754_hypot for PowerPC32.
20759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20760         New file.
20761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20762         New file.
20763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20764         multiarch __ieee754_hypotf for PowerPC32.
20766         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20767         long_double_symbol only if __logbl is defined.
20768         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20769         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20770         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20771         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20772         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20773         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20774         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20775         path for implementation.
20776         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20777         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20779         logb, and logbl multiarch implementations for PowerPC32.
20780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20781         file.
20782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20783         file.
20784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20785         multiarch logb for PowerPC32.
20786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20787         file.
20788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20789         file.
20790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20791         multiarch logbf for PowerPC32.
20792         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20794         file.
20795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20796         multiarch logbl implementation for PowerPC32.
20798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20799         and modff multiarch implementations.
20800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20801         New file.
20802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20803         New file.
20804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20805         multiarch modf for PowerPC32.
20806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20807         New file.
20808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20809         New file.
20810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20811         multiarch modff for PowerPC32.
20813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20814         and lrintf multiarch implementations.
20815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20816         New file.
20817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20818         New file.
20819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20820         multiarch lrint for PowerPC32.
20821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20822         file: multiarch lrintf for PowerPC32.
20824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20825         and lroundf multiarch implementations.
20826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20827         New file.
20828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20829         New file.
20830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20831         New file.
20832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20833         multiarch lround for PowerPC32.
20834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20835         file: multiarch lroundf for PowerPC32.
20837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20838         copysign and copysignf multiarch implementations.
20839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20840         New file.
20841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20842         New file.
20843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20844         file: multiarch copysign for PowerPC32.
20845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20846         file: multiarch copysignf for PowerPC32.
20848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20849         and truncf multiarch implementations.
20850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20851         New file.
20852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20853         file.
20854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20855         multiarch trunc for PowerPC32.
20856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20857         New file.
20858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20859         New file.
20860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20861         multiarch truncf for PowerPC32.
20863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20864         and roundf multiarch implementations.
20865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20866         New file.
20867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20868         file.
20869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20870         multiarch round for PowerPC32.
20871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20872         New file.
20873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20874         New file.
20875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20876         multiarch roundf for PowerPC32.
20878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20879         and floorf multiarch implementations.
20880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20881         New file.
20882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20883         file.
20884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20885         multiarch floor for PowerPC32.
20886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20887         New file.
20888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20889         New file.
20890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20891         multiarch floorf for PowerPC32.
20893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20894         and ceilf multiarch implementations.
20895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20896         New file.
20897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20898         file.
20899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20900         multiarch ceil for PowerPC32.
20901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20902         New file.
20903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20904         file.
20905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20906         multiarch ceilf for PowerPC32.
20908         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20909         is defined.
20910         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20911         FINITEF is defined.
20912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20913         and finitef multiarch implementations.
20914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20915         New file.
20916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20917         file.
20918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20919         multiarch finite for PowerPC32.
20920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20921         New file.
20922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20923         file: multiarch finitef for PowerPC32.
20925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20926         and isinff multiarch implementations.
20927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20928         file.
20929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20930         file.
20931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20932         multiarch isinf for PowerPC32.
20933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20934         New file.
20935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20936         multiarch isinff for PowerPC32.
20938         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20939         alias when __isnan is defined.
20940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20941         and isnanf multiarch implementations.
20942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20943         file.
20944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20945         file.
20946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20947         file.
20948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20949         file.
20950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20951         multiarch isnan for PowerPC32.
20952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20953         New file.
20954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20955         New file.
20956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20957         multiarch isnanf for PowerPC32.
20959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20960         and sqrtf multiarch implementations.
20961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20962         file.
20963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20964         file.
20965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20966         multiarch sqrt for PowerPC32.
20967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20968         file.
20969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20970         file.
20971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20972         multiarch sqrtf for PowerPC32.
20974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20975         and llroundf multiarch implementations.
20976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20977         New file.
20978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20979         New file.
20980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20981         New file.
20982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20983         file: multiarch llround for PowerPC32.
20984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20985         file: multiarch llroundf for PowerPC32.
20987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20988         multiarch PowerPC32 fpu implementations.
20989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20990         New file.
20991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20992         New file.
20993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20994         multiarch llrint for PowerPC32.
20995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20996         New file.
20997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20998         New file.
20999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21000         file.
21002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21004         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21005         file.
21006         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21007         file.
21008         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21009         file.
21010         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21011         multiarch wordcopy for PPC32.
21012         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21013         wordcopy objects.
21014         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21015         (__libc_ifunc_impl_list): Likewise.
21016         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21017         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21018         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21019         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21020         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21021         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21023         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21024         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21025         file.
21026         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21027         file.
21028         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21029         file.
21030         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21031         multiarch wcscpy for PPC32.
21032         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21033         multiarch objects.
21034         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21035         (__libc_ifunc_impl_list): Likewise.
21036         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21037         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21038         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21039         sysdeps/powerpc/power6/wcscpy.c.
21041         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21042         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21043         file.
21044         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21045         file.
21046         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21047         file.
21048         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21049         multiarch wcsrchr for PPC32.
21050         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21051         multiarch objects.
21052         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21053         (__libc_ifunc_impl_list): Likewise.
21054         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21055         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21056         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21057         sysdeps/powerpc/power6/wcsrchr.c.
21059         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21060         file.
21061         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21062         file.
21063         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21064         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21065         multiarch wcschr for PPc32.
21066         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21067         multiarch objects.
21068         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21069         (__libc_ifunc_impl_list): Likewise.
21070         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21071         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21072         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21073         sysdeps/powerpc/power6/wcschr.c.
21075         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21076         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21077         file.
21078         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21079         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21080         file: multiarch strchr for PPC32.
21081         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21082         multiarch objects.
21083         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21084         (__libc_ifunc_impl_list): Likewise.
21086         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21087         name.
21088         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21089         file.
21090         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21091         file.
21092         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21093         multiarch strchrnul for PPC32.
21094         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21095         multiarch objects.
21096         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21097         (__libc_ifunc_impl_list): Likewise.
21099         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21100         file.
21101         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21102         multiarch strncasecmp for PPC32.
21103         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21104         file.
21105         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21106         multiarch strncasecmp_l for PPC32.
21107         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21108         strncasecmp multiarch objects.
21109         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21110         (__libc_ifunc_impl_list): Likewise.
21112         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21113         file.
21114         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21115         multiarch strncasecmp for PPC32.
21116         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21117         New file.
21118         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21119         multiarch strcasecmp_l for PPC32.
21120         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21121         multiarch objects.
21122         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21123         (__libc_ifunc_impl_list): Likewise.
21125         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21126         file.
21127         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21128         file.
21129         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21130         multiarch strncmp for PPC32.
21131         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21132         multiarch objects.
21133         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21134         (__libc_ifunc_impl_list): Likewise.
21136         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21137         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21138         file.
21139         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21140         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21141         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21142         multiarch objects.
21143         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21144         (__libc_ifunc_impl_list): Likewise.
21146         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21147         file.
21148         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21149         file.
21150         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21151         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21152         multiarch objects.
21153         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21154         (__libc_ifunc_impl_list): Likewise.
21156         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21157         file.
21158         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21159         file.
21160         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21161         multiarch rawmemchr for PPC32.
21162         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21163         multiarch objects.
21164         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21165         (__libc_ifunc_impl_list): Likewise.
21167         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21168         file.
21169         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21170         file.
21171         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21172         file: memrchr multiarch for PPC32.
21173         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21174         multiarch objects.
21175         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21176         (__libc_ifunc_impl_list): Likewise.
21178         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21179         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21180         file.
21181         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21182         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21183         multiarch memchr for PPC32.
21184         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21185         multiarch objects.
21186         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21187         (__libc_ifunc_impl_list): Likewise.
21189         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21190         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21191         file.
21192         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21193         file.
21194         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21195         file: multiarch mempcpy for PPC32.
21196         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21197         multiarch objects.
21198         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21199         (__libc_ifunc_impl_list): Likewise.
21201         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21202         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21203         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21204         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21205         multiarch bzero for PPC32.
21206         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21207         file.
21208         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21209         file.
21210         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21211         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21212         file: multiarch memset for PPC32.
21213         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21214         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21215         memset multiarch objects.
21216         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21217         (__libc_ifunc_impl_list): Likewise.
21219         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21220         file.
21221         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21222         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21223         memcmp for PPC32.
21224         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21225         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21226         multiarch objects.
21227         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21228         (__libc_ifunc_impl_list): Likewise.
21230         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21231         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21232         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21233         file.
21234         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21235         file.
21236         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21237         file.
21238         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21239         multiarch memcpy for PPC32.
21240         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21241         multiarch objects.
21242         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21243         (__libc_ifunc_impl_list): Likewise.
21245         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21246         support multiarch for POWER/PPC32.
21247         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21248         Likewise.
21249         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21251         Implies file to make multiarch folder appers before the fpu and
21252         default folder for power4 configuration.
21254 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21256         * scripts/bench.pl: Append volatile keyword to type.
21258 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21260         * sysdeps/sh/sotruss-lib.c: New file.
21261         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21263 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21265         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21267 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21269         [BZ #6810]
21270         * math/w_tgamma.c: Include <errno.h>.
21271         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21272         * math/w_tgammaf.c: Include <errno.h>.
21273         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21274         * math/w_tgammal.c: Include <errno.h>.
21275         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21276         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21277         underflow.  Add more tgamma tests.
21278         * math/auto-libm-test-out: Regenerated.
21279         * sysdeps/i386/fpu/libm-test-ulps: Update.
21280         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21282         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21283         sin, sinh, tan, tanh, tgamma, y0 and y1.
21284         * math/auto-libm-test-out: Regenerated.
21285         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21286         (TEST_COND_x86): Likewise.
21287         (M_E2l): Remove macro.
21288         (M_E3l): Likewise.
21289         (M_2_SQRT_PIl): Likewise.
21290         (M_SQRT_PIl): Likewise.
21291         (M_1_DIV_El): Likewise.
21292         (log_test_data): Use AUTO_TESTS_f_f.
21293         (log10_test_data): Likewise.
21294         (log1p_test_data): Likewise.
21295         (log2_test_data): Likewise.
21296         (sin_test_data): Likewise.
21297         (sin_tonearest_test_data): Likewise.
21298         (sin_towardzero_test_data): Likewise.
21299         (sin_downward_test_data): Likewise.
21300         (sin_upward_test_data): Likewise.
21301         (sinh_test_data): Likewise.
21302         (sinh_tonearest_test_data): Likewise.
21303         (sinh_towardzero_test_data): Likewise.
21304         (sinh_downward_test_data): Likewise.
21305         (sinh_upward_test_data): Likewise.
21306         (tan_test_data): Likewise.
21307         (tan_tonearest_test_data): Likewise.
21308         (tan_towardzero_test_data): Likewise.
21309         (tan_downward_test_data): Likewise.
21310         (tan_upward_test_data): Likewise.
21311         (tanh_test_data): Likewise.
21312         (tgamma_test_data): Likewise.
21313         (y0_test_data): Likewise.
21314         (y1_test_data): Likewise.
21315         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21316         (special_real_inputs): Add pi/4.
21317         * sysdeps/i386/fpu/libm-test-ulps: Update.
21318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21320 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21322         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21323         "longjmp_target" static probes.
21324         (__longjmp): Rename to __longjmp_symbol.
21325         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21326         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21327         on which longjmp to generate.
21328         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21329         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21330         probe.
21331         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21332         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21333         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21334         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21335         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21336         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21338         __longjmp_symbol based on which __longjmp to generate.
21339         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21340         probe.
21341         (setjmp): Rename to setjmp_symbol.
21342         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21343         (_setjmp): Rename to _setjmp_symbol.
21344         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21345         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21346         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21347         which setjmp to generate.
21348         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21349         "longjmp_target" static probes.
21351 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21353         * benchtests/README: Add note about output arguments.
21354         * benchtests/bench-sincos.c: Remove file.
21355         * benchtests/sincos-inputs: New file.
21356         * scripts/bench.pl: Identify output arguments and define
21357         static variables for them.
21359         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21361         [BZ #15941]
21362         * Makefile (INSTALL): Add install-plain.texi as the primary
21363         dependency.
21364         * manual/install-plain.texi: New file.
21365         * manual/install.texi: Include node directive only for
21366         non-plaintext output.
21368 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21370         * stdlib/longlong.h: Update from GCC.
21372         [BZ #6807]
21373         [BZ #15901]
21374         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21375         * math/w_j0f.c (y0f): Likewise.
21376         * math/w_j0l.c (__y0l): Likewise.
21377         * math/w_j1.c (y1): Likewise.
21378         * math/w_j1f.c (y1f): Likewise.
21379         * math/w_j1l.c (__y1l): Likewise
21380         * math/w_jn.c (yn): Likewise.
21381         * math/w_jnf.c (ynf): Likewise.
21382         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21383         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21384         value for Bessel function domain errors outside _SVID_ mode.
21385         Adjust sign of return value for yn (negative integer, 0).
21386         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21387         by zero in return for negative x and set sign appropriately for
21388         negative n.
21389         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21390         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21391         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21392         expectations in error cases.
21393         (y1_test_data): Likewise.
21394         (yn_test_data): Likewise.
21395         * sysdeps/i386/fpu/libm-test-ulps: Update.
21396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21398 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21400         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21401         "64" to "64-v1".  Add "64-v2".
21402         (abi-64-options): Rename to ...
21403         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21404         (abi-64-condition): Rename to ...
21405         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21406         (abi-64-ld-soname): Rename to ...
21407         (abi-64-v1-ld-soname): ... this.
21408         (abi-64-v2-options): Define.
21409         (abi-64-v2-condition): Likewise.
21410         (abi-64-v2-ld-soname): Likewise.
21411         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21412         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21417 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21418             Alan Modra  <amodra@gmail.com>
21420         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21421         New versions for use with the ELFv2 ABI.
21422         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21423         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21424         declaration.
21425         (struct La_ppc64v2_retval): Likewise.
21426         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21427         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21428         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21429         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21430         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21431         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21432         Do not save or restore CR.
21433         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21434         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21435         return values for ELFv2 ABI.  Fix location of FPR return registers.
21436         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21437         updated values for _CALL_ELF == 2.
21438         (La_regs, La_retval, int_retval): Likewise.
21440 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21442         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21443         (FRAME_MIN_SIZE_PARM): Likewise.
21444         (FRAME_BACKCHAIN): Likewise.
21445         (FRAME_CR_SAVE): Likewise.
21446         (FRAME_LR_SAVE): Likewise.
21447         (FRAME_TOC_SAVE): Likewise.
21448         (FRAME_PARM_SAVE): Likewise.
21449         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21450         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21451         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21452         (call_mcount_parm_offset): New macro.
21453         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21454         (PROF): Use symbolic stack frame offsets.
21455         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21456         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21457         Redefine in terms of FRAME_MIN_SIZE.
21458         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21459         (_dl_profile_resolve): Likewise.  Update comment.
21460         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21461         symbols stack frame offsets.
21462         (__sigsetjmp): Likewise.
21463         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21464         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21465         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21466         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21469         (FRAME_BACKCHAIN): Remove.
21470         (FRAME_CR_SAVE): Likewise.
21471         (FRAME_LR_SAVE): Likewise.
21472         (FRAME_COMPILER_DW): Likewise.
21473         (FRAME_LINKER_DW): Likewise.
21474         (FRAME_TOC_SAVE): Likewise.
21475         (FRAME_PARM_SAVE): Likewise.
21476         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21477         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21478         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21480         (CHECK_SP): Use symbolic stack frame offsets.
21481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21482         zone" instead of caller's parameter save area for temp storage.
21483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21484         Likewise.  Also, use symbolic stack frame offsets.
21485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21486         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21487         our own stack frame instead of the caller's.
21488         (__socket): Use symbolic stack frame offsets.
21490 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21491             Alan Modra  <amodra@gmail.com>
21493         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21494         Define.
21495         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21496         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21497         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21498         New function.
21499         (elf_machine_fixup_plt): Call it.
21500         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21501         reloc arguments.
21502         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21503         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21504         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21505         r2 before calling target.
21507 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21508             Alan Modra  <amodra@gmail.com>
21510         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21511         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21512         versions of macros to support ELFv2 ABI.
21513         (LOCALENTRY): New macro.
21514         (ENTRY, EALIGN): Use it.
21515         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21516         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21517         fall through into ENTRY entry point.
21518         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21519         Only define if _CALL_ELF != 2.
21521         (elf_machine_matches_host): Verify ABI version matches.
21522         (RTLD_START): Use LOCALENTRY.
21523         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21524         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21525         (PLT_ENTRY_WORDS): New macro.
21526         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21527         (elf_machine_runtime_setup): Support ELFv2 ABI.
21528         (elf_machine_fixup_plt): Likewise.
21529         (elf_machine_plt_conflict): Likewise.
21530         (resolve_ifunc): Likewise.
21531         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21532         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21533         Likewise.
21534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21535         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21537         (makecontext): Support ELFv2 ABI.
21538         * elf/elf.h (EF_PPC64_ABI): Define.
21540 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21542         * sysdeps/powerpc/powerpc64/sysdep.h
21543         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21544         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21545         (ENTRY) [ASSEMBLER]: ... but instead here ...
21546         (EALIGN) [ASSEMBLER]: ... and here.
21547         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21548         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21549         (ENTRY_2) [!ASSEMBLER]: Use it.
21550         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21551         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21552         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21553         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21554         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21556         Use PPC64_LOAD_FUNCPTR.
21558         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21560 2013-12-04  Alan Modra  <amodra@gmail.com>
21562         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21563         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21564         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21565         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21567         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21568         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21569         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21570         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21571         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21572         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21574 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21577         (__makecontext): Fix incorrect CFI when backtracing out of
21578         context created via makecontext.
21579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21580         (__setcontext): Fix incorrect CFI during switch to new context.
21581         (__novec_setcontext): Likewise.
21583 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21585         [BZ #4772]
21586         * time/strptime_l.c (__strptime_internal): Allow modifiers
21587         in strptime.
21588         * time/tst-strptime.c (day_tests): Add testcase.
21590 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21592         * scripts/bench.pl: Skip over blank lines.
21594 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21596         [BZ #926]
21597         * manual/time.texi (Calendar Time): Clarify what timezone functions
21598         use.
21600 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21602         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21604 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21606         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21607         implementation.
21608         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21609         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21610         * debug/memset_chk.c (__memset_chk): Likewise.
21611         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21612         * debug/strncpy_chk.c: Likewise.
21614 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21616         [BZ #15268]
21617         [BZ #15425]
21618         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21619         (__ieee754_exp): For possibly underflowing results, check size of
21620         result and force underflow exception if required.
21621         * math/auto-libm-test-in: Add more tests of exp.
21622         * math/auto-libm-test-out: Regenerated.
21623         * sysdeps/i386/fpu/libm-test-ulps: Update.
21624         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21626         [BZ #16283]
21627         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21628         * math/w_exp2f.c (__exp2f): Likewise.
21629         * math/w_exp2l.c (__exp2l): Likewise.
21630         * math/auto-libm-test-in: Do not allow missing errno on exp2
21631         underflow.
21632         * math/auto-libm-test-out: Regenerated.
21634 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21636         [BZ #16274]
21637         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21638         handle filename validation.
21639         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21640         (do_open): Delete.
21642 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21644         [BZ #6786]
21645         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21646         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21647         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21648         <float.h>.
21649         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21650         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21651         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21652         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21653         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21654         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21655         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21656         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21657         Add more erfc tests.
21658         * math/auto-libm-test-out: Regenerated.
21659         * sysdeps/i386/fpu/libm-test-ulps: Update.
21660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21662         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21663         exp2, expm1, j0 and j1.
21664         * math/auto-libm-test-out: Regenerated.
21665         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21666         (erfc_test_data): Likewise.
21667         (exp_test_data): Likewise.
21668         (exp_tonearest_test_data): Likewise.
21669         (exp_towardzero_test_data): Likewise.
21670         (exp_downward_test_data): Likewise.
21671         (exp_upward_test_data): Likewise.
21672         (exp10_test_data): Likewise.
21673         (exp2_test_data): Likewise.
21674         (expm1_test_data): Likewise.
21675         (j0_test_data): Likewise.
21676         (j1_test_data): Likewise.
21677         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21678         (input_flag_type): Add flag_xfail_rounding.
21679         (input_flags): Add xfail-rounding.
21680         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21681         (output_for_one_input_case): Handle flag_xfail_rounding.
21682         * sysdeps/i386/fpu/libm-test-ulps: Update.
21683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21685 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21687         [BZ #16289]
21688         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21689         division by 0.
21691 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21693         [BZ #16195]
21694         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21695         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21696         (STAP_PROBE0): New macro.
21697         (STAP_PROBE1): Likewise.
21698         (STAP_PROBE2): Likewise.
21699         (STAP_PROBE3): Likewise.
21700         (STAP_PROBE4): Likewise.
21702 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21704         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21706 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21708         * benchtests/Makefile (bench): Add sqrt.
21709         (LDLIBS-bench-sqrt): New.
21710         * benchtests/sqrt-input: New.
21712 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21714         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21715         (GAIH_EAI): Likewise.
21716         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21717         (gaih_inet): Likewise.
21718         (getaddrinfo): Don't use GAIH_EAI.
21720         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21721         (struct gaih): Remove definition.
21723 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21725         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21726         Use HERRNOP directly.
21728 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21730         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21732 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21734         * math/gen-auto-libm-tests.c (test_functions): Add more
21735         single-argument functions.
21736         (special_fill_pi_2): New function.
21737         (special_fill_minus_pi_2): Likewise.
21738         (special_fill_pi_6): Likewise.
21739         (special_fill_minus_pi_6): Likewise.
21740         (special_fill_pi_3): Likewise.
21741         (special_fill_2pi_3): Likewise.
21742         (special_fill_e): Likewise.
21743         (special_fill_1_e): Likewise.
21744         (special_fill_e_minus_1): Likewise.
21745         (special_real_inputs): Add more special inputs.
21746         (output_for_one_input_case): Do not require ERANGE on underflow to
21747         zero if round-to-nearest result does not underflow to zero, unless
21748         exact results required.
21749         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21750         atan, atanh, cbrt, cos and cosh.
21751         * math/auto-libm-test-out: Regenerated.
21752         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21753         (acos_tonearest_test_data): Likewise.
21754         (acos_towardzero_test_data): Likewise.
21755         (acos_downward_test_data): Likewise.
21756         (acos_upward_test_data): Likewise.
21757         (acosh_test_data): Likewise.
21758         (asin_test_data): Likewise.
21759         (asin_tonearest_test_data): Likewise.
21760         (asin_towardzero_test_data): Likewise.
21761         (asin_upward_test_data): Likewise.
21762         (asinh_test_data): Likewise.
21763         (atan_test_data): Likewise.
21764         (atanh_test_data): Likewise.
21765         (cbrt_test_data): Likewise.
21766         (cos_test_data): Likewise.
21767         (cos_tonearest_test_data): Likewise.
21768         (cos_towardzero_test_data): Likewise.
21769         (cos_downward_test_data): Likewise.
21770         (cos_upward_test_data): Likewise.
21771         (cosh_test_data): Likewise.
21772         (cosh_tonearest_test_data): Likewise.
21773         (cosh_towardzero_test_data): Likewise.
21774         (cosh_downward_test_data): Likewise.
21775         (cosh_upward_test_data): Likewise.
21776         * sysdeps/i386/fpu/libm-test-ulps: Update.
21777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21779 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21781         [BZ #6787]
21782         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21783         * math/w_exp10f.c (__exp10f): Likewise.
21784         * math/w_exp10l.c (__exp10l): Likewise.
21785         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21786         errno settings in existing tests.
21788         [BZ #14032]
21789         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21790         precision control set to double precision.
21791         * sysdeps/i386/fpu/w_sqrt.c: New file.
21792         * math/auto-libm-test-in: Add more tests.
21793         * math/auto-libm-test-out: Update.
21795         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21796         (sqrt_test_tonearest): New function.
21797         (sqrt_towardzero_test_data): New variable.
21798         (sqrt_test_towardzero): New function.
21799         (sqrt_downward_test_data): New variable.
21800         (sqrt_test_downward): New function.
21801         (sqrt_upward_test_data): New variable.
21802         (sqrt_test_upward): New function.
21803         (main): Call the new functions.
21805         * math/gen-auto-libm-tests.c: New file.
21806         * math/auto-libm-test-in: Likewise.
21807         * math/auto-libm-test-out: New generated file.
21808         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21809         variables.
21810         (%beautify): Add generated representations of zero.
21811         (top level): Set $auto_input and call parse_auto_input.
21812         (beautify): Remove trailing "f" from hex float constants.
21813         (parse_args): Handle XFAIL_TEST.
21814         (convert_condition): New function.
21815         (or_value): Likewise.
21816         (or_cond_value): Likewise.
21817         (generate_testfile): Handle AUTO_TESTS_* lines.
21818         (parse_auto_input): New function.
21819         * math/libm-test.inc (XFAIL_TEST): New macro.
21820         (ERRNO_UNCHANGED): Update value.
21821         (ERRNO_EDOM): Likewise.
21822         (ERRNO_ERANGE): Likewise.
21823         (IGNORE_RESULT): Likewise.
21824         (TEST_COND_flt_32): New macro.
21825         (TEST_COND_dbl_64): Likewise.
21826         (TEST_COND_ldbl_96_intel): Likewise.
21827         (TEST_COND_ldbl_96_m68k): Likewise.
21828         (TEST_COND_ldbl_128): Likewise.
21829         (TEST_COND_ldbl_128ibm): Likewise.
21830         (TEST_COND_long32): Likewise.
21831         (TEST_COND_long64): Likewise.
21832         (TEST_COND_before_rounding): Likewise.
21833         (TEST_COND_after_rounding): Likewise.
21834         (enable_test): Handle XFAIL_TEST flag.
21835         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21836         with finite results.
21837         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21838         auto-libm-test-out.
21840 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21841             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21843         [BZ #16214]
21844         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21845         __tls_get_addr_internal instead of __tls_get_offset in order to
21846         avoid GOT pointer dependency.  Make rtld export
21847         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21848         __tls_get_addr since we are a __tls_get_offset platform.
21849         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21850         GOT pointer being set up before.
21851         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21853 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21855         * manual/math.texi (Errors in Math Functions): Document accuracy
21856         goals.
21858         [BZ #15004]
21859         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21860         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21861         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21862         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21863         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21864         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21865         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21866         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21867         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21868         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21869         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21870         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21871         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21872         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21873         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21874         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21876         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21877         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21878         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21879         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21880         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21881         Likewise.
21882         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21883         Likewise.
21884         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21885         Likewise.
21886         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21887         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21888         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21889         atomic-feupdateenv and flt-rounds.
21890         * sysdeps/powerpc/nofpu/Versions (libc): Add
21891         __atomic_feholdexcept, __atomic_feclearexcept,
21892         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21893         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21894         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21895         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21896         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21897         here.
21898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21899         Update.
21901         * manual/arith.texi (FP Exceptions): Document that exceptions may
21902         not be raised when matherr is used.
21903         (Math Error Reporting): Document overflow in directed rounding
21904         modes.  Document that errno may not be set when finite values are
21905         returned on overflow.  Document intent to set errno on underflow
21906         only for underflow to zero.
21908         [BZ #16271]
21909         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21910         round-to-nearest then adjust result for other rounding modes.
21911         * include/fenv.h (fegetround): Use libm_hidden_proto.
21912         * math/fegetround.c (fegetround): Use libm_hidden_def.
21913         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21914         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21915         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21916         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21917         Likewise.
21918         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21919         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21920         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21921         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21923 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21925         [BZ #16077]
21926         * nss/Versions (libnss_files): Add
21927         _nss_files_gethostbyname3_r.
21928         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21929         New function.
21930         (HOST_DB_LOOKUP): Remove macro.
21931         (_nss_files_gethostbyname_r): Implement function without the
21932         HOST_DB_LOOKUP macro.
21933         (_nss_files_gethostbyname2_r): Likewise.
21935 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21937         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21939 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21941         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21942         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21943         warning.
21945 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21947         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21948         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21949         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21950         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21951         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21952         __fe_nomask_env_priv and attribute_hidden.
21953         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21954         (libc_feupdateenv_test_ppc): Likewise.
21955         (libc_feresetround_ppc): Likewise.
21956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21957         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21958         compat_symbol macro.
21959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21960         (__fe_nomask_env): Likewise.
21961         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21963 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21965         * string/Makefile: Remove ifunc tests.
21966         * string/test-string.h: Define TEST_IFUNC.
21967         * string/test-bcopy-ifunc.c: Remove.
21968         * string/test-bzero-ifunc.c: Likewise.
21969         * string/test-memccpy-ifunc.c: Likewise.
21970         * string/test-memchr-ifunc.c: Likewise.
21971         * string/test-memcmp-ifunc.c: Likewise.
21972         * string/test-memcpy-ifunc.c: Likewise.
21973         * string/test-memmem-ifunc.c: Likewise.
21974         * string/test-memmove-ifunc.c: Likewise.
21975         * string/test-mempcpy-ifunc.c: Likewise.
21976         * string/test-memrchr-ifunc.c: Likewise.
21977         * string/test-memset-ifunc.c: Likewise.
21978         * string/test-rawmemchr-ifunc.c: Likewise.
21979         * string/test-stpcpy-ifunc.c: Likewise.
21980         * string/test-stpncpy-ifunc.c: Likewise.
21981         * string/test-strcasecmp-ifunc.c: Likewise.
21982         * string/test-strcasestr-ifunc.c: Likewise.
21983         * string/test-strcat-ifunc.c: Likewise.
21984         * string/test-strchr-ifunc.c: Likewise.
21985         * string/test-strchrnul-ifunc.c: Likewise.
21986         * string/test-strcmp-ifunc.c: Likewise.
21987         * string/test-strcpy-ifunc.c: Likewise.
21988         * string/test-strcspn-ifunc.c: Likewise.
21989         * string/test-strlen-ifunc.c: Likewise.
21990         * string/test-strncasecmp-ifunc.c: Likewise.
21991         * string/test-strncat-ifunc.c: Likewise.
21992         * string/test-strncmp-ifunc.c: Likewise.
21993         * string/test-strncpy-ifunc.c: Likewise.
21994         * string/test-strnlen-ifunc.c: Likewise.
21995         * string/test-strpbrk-ifunc.c: Likewise.
21996         * string/test-strrchr-ifunc.c: Likewise.
21997         * string/test-strspn-ifunc.c: Likewise.
21998         * string/test-strstr-ifunc.c: Likewise.
22000 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22002         * benchtests/Makefile: Remove ifunc tests.
22003         * benchtests/bench-string.h: Define TEST_IFUNC.
22004         * benchtests/bench-bcopy-ifunc.c: Remove.
22005         * benchtests/bench-bzero-ifunc.c: Likewise.
22006         * benchtests/bench-memccpy-ifunc.c: Likewise.
22007         * benchtests/bench-memchr-ifunc.c: Likewise.
22008         * benchtests/bench-memcmp-ifunc.c: Likewise.
22009         * benchtests/bench-memcpy-ifunc.c: Likewise.
22010         * benchtests/bench-memmem-ifunc.c: Likewise.
22011         * benchtests/bench-memmove-ifunc.c: Likewise.
22012         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22013         * benchtests/bench-memrchr-ifunc.c: Likewise.
22014         * benchtests/bench-memset-ifunc.c: Likewise.
22015         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22016         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22017         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22018         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22019         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22020         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22021         * benchtests/bench-strcat-ifunc.c: Likewise.
22022         * benchtests/bench-strchr-ifunc.c: Likewise.
22023         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22024         * benchtests/bench-strcmp-ifunc.c: Likewise.
22025         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22026         * benchtests/bench-strcpy-ifunc.c: Likewise.
22027         * benchtests/bench-strcspn-ifunc.c: Likewise.
22028         * benchtests/bench-strlen-ifunc.c: Likewise.
22029         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22030         * benchtests/bench-strncat-ifunc.c: Likewise.
22031         * benchtests/bench-strncmp-ifunc.c: Likewise.
22032         * benchtests/bench-strncpy-ifunc.c: Likewise.
22033         * benchtests/bench-strnlen-ifunc.c: Likewise.
22034         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22035         * benchtests/bench-strrchr-ifunc.c: Likewise.
22036         * benchtests/bench-strsep-ifunc.c: Likewise.
22037         * benchtests/bench-strspn-ifunc.c: Likewise.
22038         * benchtests/bench-strstr-ifunc.c: Likewise.
22040 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22042         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22044 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22046         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22047         * rt/aio.h: Likewise.
22048         * sysdeps/gnu/bits/utmp.h: Likewise.
22049         * sysdeps/gnu/bits/utmpx.h: Likewise.
22050         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22051         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22052         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22053         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22054         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22055         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22056         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22057         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22058         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22059         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22060         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22061         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22062         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22064         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22065         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22066         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22067         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22068         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22069         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22070         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22071         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22072         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22073         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22074         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22075         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22076         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22077         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22078         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22079         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22080         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22081         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22082         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22083         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22084         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22085         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22086         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22087         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22088         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22089         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22090         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22091         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22093 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22095         [BZ #16245]
22096         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22097         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22099 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22101         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22102         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22103         Likewise.
22105 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22107         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22108         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22109         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22110         (__fesetround): Remove define.
22111         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22112         rounding and exceptions handling.
22113         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22114         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22115         (__fe_nomask_env): Likewise.
22116         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22117         __fegetround instead of fegetround.
22118         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22119         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22121 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22123         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22124         it's there.
22126         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22128 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22130         [BZ #11157]
22131         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22132         (encrypt_r): Likewise.
22133         * malloc/obstack.h (obstack_free): Likewise.
22134         * posix/unistd.h (encrypt): Likewise.
22136 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22138         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22139         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22140         DL_CALL_DT_FINI() that call the functions directly.
22141         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22142         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22143         * elf/dl-fini.c: Likewise.
22145 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22147         * malloc/hooks.c (memalign_check): Add alignment rounding.
22148         * malloc/malloc.c (_mid_memalign): New function.
22149         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22150         Implement by calling _mid_memalign.
22151         * manual/probes.texi (Memory Allocation Probes): Remove
22152         memory_valloc_retry and memory_pvalloc_retry.
22154 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22156         * locale/programs/locarchive.c (open_archive): Add const
22157         qualifier to ARCHIVEFNAME and copy default fname to
22158         DEFAULT_FNAME.
22160         [BZ #15601]
22161         * libio/tst-widetext.input: Rename Oriya to Odia.
22162         * locale/iso-639.def: Likewise.
22164         * manual/probes.texi (Mathematical Function Probes): Add
22165         documentation for sin, cos, asin and acos probes.
22166         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22167         (__sin32): Add slowasin probe.
22168         (__cos32): Add slowacos probe.
22169         (__mpsin): Add slowsin probe.
22170         (__mpcos): Add slowcos probe.
22172 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22174         [BZ #15483]
22175         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22176         thread-local __sim_exceptions_thread and global
22177         __sim_exceptions_global.
22178         (__sim_disabled_exceptions): Change to thread-local
22179         __sim_disabled_exceptions_thread and global
22180         __sim_disabled_exceptions_global.
22181         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22182         and global __sim_round_mode_global.
22183         (__simulate_exceptions): Use thread-local floating-point state and
22184         set global state from it as needed.
22185         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22186         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22187         __sim_round_mode_thread.
22188         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22189         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22190         and global __sim_exceptions_global.
22191         (__sim_disabled_exceptions): Change to thread-local
22192         __sim_disabled_exceptions_thread and global
22193         __sim_disabled_exceptions_global.
22194         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22195         and global __sim_round_mode_global.
22196         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22197         (SIM_SET_GLOBAL): Likewise.
22198         * sysdeps/powerpc/soft-fp/sfp-machine.h
22199         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22200         __sim_round_mode_thread.
22201         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22202         __sim_disabled_exceptions_thread.
22203         (__sim_exceptions): Change to __sim_exceptions_thread.
22204         (__sim_disabled_exceptions): Change to
22205         __sim_disabled_exceptions_thread.
22206         (__sim_round_mode): Change to __sim_round_mode_thread.
22207         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22208         thread-local floating-point state and set global state from it as
22209         needed.
22210         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22211         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22212         (__sim_disabled_exceptions): Remove extern declaration.
22213         (feenableexcept): Use thread-local floating-point state and set
22214         global state from it as needed.
22215         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22216         extern declaration.
22217         (__sim_disabled_exceptions): Likewise.
22218         (__sim_round_mode): Likewise.
22219         (__fegetenv): Use thread-local floating-point state.
22220         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22221         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22222         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22223         floating-point state and set global state from it as needed.
22224         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22225         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22226         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22227         Likewise.
22228         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22229         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22230         Likewise.
22231         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22232         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22233         Use __sim_round_mode_thread.
22234         * math/test-fenv-tls.c: New file.
22235         * math/Makefile (tests): Add test-fenv-tls.
22236         ($(objpfx)test-fenv-tls): Depend on
22237         $(common-objpfx)nptl/libpthread.so.
22239 2013-11-19  Andreas Schwab  <schwab@suse.de>
22241         * locale/programs/locale.c (show_info): Decode wordarray elements.
22242         * locale/categories.def (LC_MONETARY): Add element for
22243         _NL_MONETARY_CRNCYSTR.
22244         * locale/C-monetary.c (conversion_rate): New variable.
22245         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22246         element.
22248 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22250         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22251         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22253 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22255         * elf/Makefile (tst-auxv): New test.
22256         * elf/tst-auxv.c: New
22257         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22259 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22261         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22262         (hidden_proto): Caller changed.
22263         (hidden_tls_proto): New macro.
22264         (libc_hidden_tls_proto): Likewise.
22265         (rtld_hidden_tls_proto): Likewise.
22266         (libm_hidden_tls_proto): Likewise.
22267         (libresolv_hidden_tls_proto): Likewise.
22268         (librt_hidden_tls_proto): Likewise.
22269         (libdl_hidden_tls_proto): Likewise.
22270         (libnss_files_hidden_tls_proto): Likewise.
22271         (libnsl_hidden_tls_proto): Likewise.
22272         (libnss_nisplus_hidden_tls_proto): Likewise.
22273         (libutil_hidden_tls_proto): Likewise.
22275 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22277         [BZ #10253]
22278         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22279         (decompose_rpath): Defer expansion to fillin_rpath.
22280         (_dl_init_paths): Pass linkmap to fillin_rpath.
22282 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22284         * benchtests/Makefile: Add strsep.
22285         * benchtests/bench-strsep.c: New file: strsep benchtest.
22286         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22288 2013-11-18  Andreas Schwab  <schwab@suse.de>
22290         * locale/programs/locale.c (show_info) [case byte]: Check for
22291         '\377' instead of '\177'.
22292         * locale/C-monetary.c (not_available): Always use "\377".
22293         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22294         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22295         detect unavailable sign_posn locale elements.
22296         * locale/localeconv.c (__localeconv): For grouping and
22297         mon_grouping handle "\177" and "\377" like no grouping.
22298         (INT_ELEM): New macro.  Use it to set all numeric members.
22299         * locale/programs/ld-monetary.c (monetary_read)
22300         <tok_mon_grouping>: Normalize single -1 to the empty string.
22301         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22302         Likewise.
22304 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22306         [BZ #16055]
22307         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22308         when we match (nil).
22309         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22311 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22313         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22314         (NO_TEST_INLINE): Update value.
22315         (ERRNO_UNCHANGED): Likewise.
22316         (ERRNO_EDOM): Likewise.
22317         (ERRNO_ERANGE): Likewise.
22318         (IGNORE_RESULT): Likewise.
22319         (check_float_internal): Check signs of NaN results if
22320         TEST_NAN_SIGN used.
22321         (check_complex): Pass TEST_NAN_SIGN flag through to second
22322         check_float_internal call.
22323         (copysign_test_data): Add tests with quiet NaNs as second
22324         argument.  Use TEST_NAN_SIGN.
22325         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22326         TEST_NAN_SIGN.
22327         (signbit_test_data): Add tests of quiet NaN argument.
22328         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22330         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22331         $ignore_result.
22332         (parse_args): Handle function results specified as IGNORE.
22333         * math/libm-test.inc (IGNORE_RESULT): New macro.
22334         (check_float_internal): Do not check numerical result if flag
22335         IGNORE_RESULT set.
22336         (check_complex): Pass through IGNORE_RESULT to second
22337         check_float_internal call.
22338         (check_int): Do not check numerical result if flag IGNORE_RESULT
22339         set.
22340         (check_long): Likewise.
22341         (check_bool): Likewise.
22342         (check_longlong): Likewise.
22343         (lrint_test_data): Add tests of infinite and NaN arguments.
22344         (lrint_tonearest_test_data): Likewise.
22345         (lrint_towardzero_test_data): Likewise.
22346         (lrint_downward_test_data): Likewise.
22347         (lrint_upward_test_data): Likewise.
22348         (llrint_test_data): Likewise.
22349         (llrint_tonearest_test_data): Likewise.
22350         (llrint_towardzero_test_data): Likewise.
22351         (llrint_downward_test_data): Likewise.
22352         (llrint_upward_test_data): Likewise.
22353         (lround_test_data): Likewise.
22354         (llround_test_data): Likewise.
22356         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22357         (ERRNO_UNCHANGED): Update value.
22358         (ERRNO_EDOM): Likewise.
22359         (ERRNO_ERANGE): Likewise.
22360         (NO_TEST_INLINE_FLOAT): New macro.
22361         (NO_TEST_INLINE_DOUBLE): Likewise.
22362         (enable_test): New function.
22363         (RUN_TEST_f_f): Check enable_test before running test.
22364         (RUN_TEST_2_f): Likewise.
22365         (RUN_TEST_fff_f): Likewise.
22366         (RUN_TEST_c_f): Likewise.
22367         (RUN_TEST_f_f1): Likewise.
22368         (RUN_TEST_fF_f1): Likewise.
22369         (RUN_TEST_fI_f1): Likewise.
22370         (RUN_TEST_ffI_f1): Likewise.
22371         (RUN_TEST_c_c): Likewise.
22372         (RUN_TEST_cc_c): Likewise.
22373         (RUN_TEST_f_i): Likewise.
22374         (RUN_TEST_f_i_tg): Likewise.
22375         (RUN_TEST_ff_i_tg): Likewise.
22376         (RUN_TEST_f_b): Likewise.
22377         (RUN_TEST_f_b_tg): Likewise.
22378         (RUN_TEST_f_l): Likewise.
22379         (RUN_TEST_f_L): Likewise.
22380         (RUN_TEST_fFF_11): Likewise.
22381         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22382         conditionals.
22383         (cosh_test_data): Likewise.
22384         (exp_test_data): Likewise.
22385         (expm1_test_data): Likewise.
22386         (hypot_test_data): Likewise.
22387         (pow_test_data): Likewise.
22388         (sinh_test_data): Likewise.
22389         (tanh_test_data): Likewise.
22390         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22391         flags argument.
22393         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22394         tests with quiet NaN input and output.
22395         (acosh_test_data): Likewise.
22396         (asin_test_data): Likewise.
22397         (asinh_test_data): Likewise.
22398         (atan_test_data): Likewise.
22399         (atanh_test_data): Likewise.
22400         (atan2_test_data): Likewise.
22401         (cbrt_test_data): Likewise.
22402         (cos_test_data): Likewise.
22403         (cosh_test_data): Likewise.
22404         (erf_test_data): Likewise.
22405         (erfc_test_data): Likewise.
22406         (exp_test_data): Likewise.
22407         (exp10_test_data): Likewise.
22408         (exp2_test_data): Likewise.
22409         (expm1_test_data): Likewise.
22410         (hypot_test_data): Likewise.
22411         (j0_test_data): Likewise.
22412         (j1_test_data): Likewise.
22413         (jn_test_data): Likewise.
22414         (lgamma_test_data): Likewise.
22415         (log_test_data): Likewise.
22416         (log10_test_data): Likewise.
22417         (log1p_test_data): Likewise.
22418         (log2_test_data): Likewise.
22419         (pow_test_data): Likewise.
22420         (scalb_test_data): Likewise.
22421         (sin_test_data): Likewise.
22422         (sincos_test_data): Likewise.
22423         (sinh_test_data): Likewise.
22424         (tan_test_data): Likewise.
22425         (tanh_test_data): Likewise.
22426         (tgamma_test_data): Likewise.
22427         (y0_test_data): Likewise.
22428         (y1_test_data): Likewise.
22429         (yn_test_data): Likewise.
22431         [BZ #16167]
22432         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22433         argument being NaN and avoid computations with second argument in
22434         that case.
22435         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22436         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22437         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22439 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22441         * locale/iso-639.def: Add Chitwani Tharu (the).
22443 2013-11-14  Andreas Schwab  <schwab@suse.de>
22445         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22446         word instead of empty string.
22448 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22451         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22453         (__fe_nomask_env): Likewise.
22455 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22457         * benchtests/bench-timing.h: Include time.h.
22459 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22461         [BZ #15997]
22462         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22463         to 3.4.0 for x32.
22464         * sysdeps/unix/sysv/linux/configure: Regenerated.
22466 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22468         [BZ #16151]
22469         * stdlib/strtod_l.c (round_and_return): Do not consider
22470         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22471         exponent one less than half the least subnormal exponent.
22472         * stdlib/test-strtod-round-data: Add more tests.
22473         * stdlib/tst-strtod-round.c (tests): Regenerated.
22475 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22477         [BZ #14143]
22478         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22479         (__fe_mask_env): Likewise.
22480         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22481         libm_hidden_proto and add function prototype.
22482         (__fe_mask_env): Add function prototype.
22483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22484         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22486         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22488         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22490 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22492         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22493         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22495 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22497         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22498         of htab_find_slot().
22500 2013-11-11  David S. Miller  <davem@davemloft.net>
22502         [BZ #16150]
22503         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22504         symbol in the non-vis3 case in static builds.
22505         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22506         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22507         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22508         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22510 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22512         [BZ #387]
22513         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22514         it is empty.
22516 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22518         * benchtests/Makefile: Add bench-strtod.
22519         * benchtests/bench-strtod.c: New file: strtod benchtest
22521 2013-11-11  Andreas Schwab  <schwab@suse.de>
22523         [BZ #16153]
22524         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22525         terminating NUL in key length.
22527 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22529         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22530         Add artificial ODP entry for vDSO symbol for PPC64.
22531         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22532         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22534 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22536         [BZ #15374]
22537         * nss/getent.c (services_keys): Recognize services starting with digit.
22539 2013-11-06  David S. Miller  <davem@davemloft.net>
22541         [BZ #15985]
22542         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22543         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22545 2013-11-06  Will Newton  <will.newton@linaro.org>
22547         * manual/memory.texi (Malloc Examples): Remove register
22548         keyword from examples.
22550 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22552         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22554 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22556         [BZ #6981]
22557         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22558         depending on [__GCC_IEC_559 > 0].
22559         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22560         depending on [__GCC_IEC_559_COMPLEX > 0].
22562 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22564         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22565         to iso-639.def.
22567 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22569         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22571 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22573         [BZ #16112]
22574         * malloc/malloc (malloc_info): Do not handle first bin as
22575         special case.
22577 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22579         * locale/iso-639.def: Add Central Nahuatl (nhn).
22581 2013-11-01  Bruno Haible  <bruno@clisp.org>
22583         [BZ #7003]
22584         * manual/math.texi (BSD Random): Specify range upper bound as
22585         in POSIX.
22587 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22589         * locale/iso-639.def: Add Meadow Mari (mhr).
22591 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22593         [BZ #14752], [BZ #15763]
22594         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22595         Validate name.
22596         * rt/tst_shm.c: Add test for escaping directory.
22598 2013-10-31  Andreas Schwab  <schwab@suse.de>
22600         [BZ #15917]
22601         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22602         followed by 'x' as part of digit sequence.
22603         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22605 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22607         [BZ #16037]
22608         * configure.ac: allow GNU Make 4.0 and greater.
22609         * configure: Regenerated.
22611 2013-10-30  Will Newton  <will.newton@linaro.org>
22613         [BZ #16038]
22614         * malloc/hooks.c (memalign_check): Limit alignment to the
22615         maximum representable power of two.
22616         * malloc/malloc.c (__libc_memalign): Likewise.
22617         * malloc/tst-memalign.c (do_test): Add test for very
22618         large alignment values.
22619         * malloc/tst-posix_memalign.c (do_test): Likewise.
22621 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22623         [BZ #11087]
22624         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22625         (munmap_chunk): Likewise.
22626         (mremap_chunk): Likewise.
22628 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22630         [BZ #15799]
22631         * stdlib/div.c (div): Remove obsolete code.
22632         * stdlib/ldiv.c (ldiv): Likewise.
22633         * stdlib/lldiv.c (lldiv): Likewise.
22635 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22637         [BZ #16071]
22638         * nss/nss_files/files-XXX.c (get_contents_ret): New
22639         enumerator.
22640         (get_contents): New function.
22641         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22643 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22645         * configure.in: Moved to ...
22646         * configure.ac: ... here. Change reference to configure.in
22647         to configure.ac.
22648         * sysdeps/arm/preconfigure.ac: ... here.
22649         configure.in to configure.ac.
22650         * sysdeps/gnu/configure.in: Moved to ...
22651         * sysdeps/gnu/configure.ac: ... here.
22652         * sysdeps/i386/configure.in: Moved to ...
22653         * sysdeps/i386/configure.ac: ... here.
22654         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22655         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22656         * sysdeps/mach/configure.in: Moved to ...
22657         * sysdeps/mach/configure.ac: ... here.
22658         * sysdeps/mach/hurd/configure.in: Moved to ...
22659         * sysdeps/mach/hurd/configure.ac: ... here.
22660         * sysdeps/powerpc/configure.in: Moved to ...
22661         * sysdeps/powerpc/configure.ac: ... here.
22662         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22663         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22664         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22665         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22666         * sysdeps/s390/s390-32/configure.in: Moved to ...
22667         * sysdeps/s390/s390-32/configure.ac: ... here.
22668         * sysdeps/s390/s390-64/configure.in: Moved to ...
22669         * sysdeps/s390/s390-64/configure.ac: ... here.
22670         * sysdeps/sh/configure.in: Moved to ...
22671         * sysdeps/sh/configure.ac: ... here.
22672         * sysdeps/sparc/configure.in: Moved to ...
22673         * sysdeps/sparc/configure.ac: ... here.
22674         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22675         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22676         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22677         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22678         * sysdeps/x86_64/configure.in: Moved to ...
22679         * sysdeps/x86_64/configure.ac: ... here.
22680         * sysdeps/x86_64/preconfigure.in: Moved to ...
22681         * sysdeps/x86_64/preconfigure.ac: ... here.
22682         * aclocal.m4: Change reference to configure.in to configure.ac.
22683         * config.h.in: Likewise.
22684         * manual/install.texi: Likewise.
22685         * manual/maint.texi: Likewise.
22686         * Makefile: Likewise.
22687         * malloc/Makefile: Likewise.
22688         * nscd/Makefile: Likewise.
22689         * Makeconfig: Change reference to configure.in and
22690         preconfigure.in to configure.ac and preconfigure.ac
22691         respectively.
22692         * INSTALL: Regenerated.
22693         * configure: Likewise.
22694         * sysdeps/gnu/configure: Likewise.
22695         * sysdeps/i386/configure: Likewise.
22696         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22697         * sysdeps/mach/configure: Likewise.
22698         * sysdeps/mach/hurd/configure: Likewise.
22699         * sysdeps/powerpc/configure: Likewise.
22700         * sysdeps/powerpc/powerpc32/configure: Likewise.
22701         * sysdeps/powerpc/powerpc64/configure: Likewise.
22702         * sysdeps/s390/s390-32/configure: Likewise.
22703         * sysdeps/s390/s390-64/configure: Likewise.
22704         * sysdeps/sh/configure: Likewise.
22705         * sysdeps/sparc/configure: Likewise.
22706         * sysdeps/unix/sysv/linux/configure: Likewise.
22707         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22708         * sysdeps/x86_64/configure: Likewise.
22709         * sysdeps/x86_64/preconfigure: Likewise.
22711 2013-10-29  Andreas Schwab  <schwab@suse.de>
22713         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22715 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22717         * benchtests/pow-inputs: Add new inputs.
22719         * benchtests/exp-inputs: Add new inputs.
22721         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22722         conditional check for return value.
22723         (__cos32): Likewise.
22725 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22727         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22728         to provide a boost for large inputs with word alignment.
22729         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22730         implementation based on optimized PPC64 strcpy.
22731         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22732         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22733         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22734         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22736 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22738         [BZ #2801]
22739         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22741 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22743         [BZ #14876]
22744         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22745         * time/tst-strptime.c (day_tests): Add testcase.
22747 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22749         [BZ #14029]
22750         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22752 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22754         [BZ #16074]
22755         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22756         MAP_FAILED on error.
22758 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22760         [BZ #16072]
22761         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22762         heap for large requests.
22764 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22766         [BZ #9954]
22767         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22768         result if the result has no associated interface.
22769         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22770         interface for all 127.X.Y.Z addresses.
22772 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22774         * locale/iso-639.def: Add Ligurian (lij)
22776 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22778         [BZ #15825]
22779         * sunrpc/rpc_main.c: Document rpcgen -5.
22781 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22783         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22785 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22787         [BZ #10278]
22788         * posix/glob.c: Match only directories when trailing slash is present.
22789         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22790         (main): Add testcase.
22792 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22794         [BZ #15670]
22795         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22797 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22799         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22800         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22801         AUTH_DES and cindex for FIPS 140-2.
22802         (DES Encryption): Add cindex FIPS 46-3.
22804         * locale/locarchive.h (struct locarhandle): Add fname.
22805         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22806         if an optional argument was specified to --list-archive,
22807         otherwise NULL.
22808         * locale/programs/locarchive.c (show_archive_content): Take new
22809         argument fname and pass it via ah.fname to open_archive.
22810         * locale/programs/localedef.h: Update decl.
22811         (open_archive): If AH->fname is non-null, open that file
22812         rather than the default file name, and don't ignore ENOENT.
22813         (create_archive): Set AH.fname to NULL.
22814         (delete_locales_from_archive): Likewise.
22815         (add_locales_to_archive): Likewise.
22816         * locale/programs/locfile.c (write_all_categories): Likewise.
22818 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22819             Aldy Hernandez  <aldyh@redhat.com>
22821         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22822         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22823         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22824         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22825         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22826         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22827         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22828         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22829         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22830         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22831         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22832         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22833         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22834         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22835         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22836         Likewise.
22837         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22838         Likewise.
22839         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22840         Likewise.
22841         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22842         Likewise.
22843         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22844         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22845         Likewise.
22846         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22847         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22848         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22849         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22850         Likewise.
22851         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22852         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22853         * sysdeps/powerpc/preconfigure: Likewise.
22854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22855         Likewise.
22856         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22857         Replace contents of file by #include of <fenv_libc.h>.
22858         * sysdeps/powerpc/soft-fp/sfp-machine.h
22859         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22860         and <sys/prctl.h>.
22861         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22862         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22863         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22864         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22865         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22866         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22867         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22868         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22869         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22870         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22871         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22872         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22874         Allow copysignl PLT reference to be missing.
22876 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22877             Joseph Myers  <joseph@codesourcery.com
22879         [BZ #15948]
22880         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22881         single character.
22882         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22884 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22886         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22887         * elf/tst-tls1.c: Likewise.
22888         * elf/tst-tls10.h: Likewise.
22889         * elf/tst-tls14.c: Likewise.
22890         * elf/tst-tls2.c: Likewise.
22891         * elf/tst-tls3.c: Likewise.
22892         * elf/tst-tls4.c: Likewise.
22893         * elf/tst-tls5.c: Likewise.
22894         * elf/tst-tls6.c: Likewise.
22895         * elf/tst-tls7.c: Likewise.
22896         * elf/tst-tls8.c: Likewise.
22897         * elf/tst-tls9.c: Likewise.
22898         * elf/tst-tlsmod1.c: Likewise.
22899         * elf/tst-tlsmod13.c: Likewise.
22900         * elf/tst-tlsmod13a.c: Likewise.
22901         * elf/tst-tlsmod14a.c: Likewise.
22902         * elf/tst-tlsmod16a.c: Likewise.
22903         * elf/tst-tlsmod16b.c: Likewise.
22904         * elf/tst-tlsmod2.c: Likewise.
22905         * elf/tst-tlsmod3.c: Likewise.
22906         * elf/tst-tlsmod4.c: Likewise.
22907         * elf/tst-tlsmod5.c: Likewise.
22908         * elf/tst-tlsmod6.c: Likewise.
22910 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22912         [BZ #12486]
22913         * malloc/malloc.c: remove checks for statistics.
22915 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22917         [BZ #15277]
22918         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22919         * inet/tst-network.c: Add testcase.
22921 2013-10-17  Andreas Schwab  <schwab@suse.de>
22923         [BZ #15218]
22924         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22925         to determine canonical name.
22927 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22929         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22930         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22931         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22932         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22933         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22934         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22935         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22936         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22937         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22938         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22939         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22940         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22941         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22942         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22943         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22944         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22945         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22946         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22947         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22948         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22949         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22950         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22951         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22952         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22953         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22954         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22955         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22956         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22957         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22958         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22959         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22960         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22961         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22962         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22963         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22964         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22965         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22966         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22967         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22968         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22969         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22970         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22971         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22972         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22973         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22974         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22975         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22976         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22977         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22978         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22979         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22980         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22981         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22982         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22983         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22984         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22985         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22986         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22988 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22990         [BZ #16041]
22991         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22992         make result into a quiet NaN.
22994 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22996         * soft-fp/adddf3.c: Fix horizontal whitespace.
22997         * soft-fp/addsf3.c: Likewise.
22998         * soft-fp/addtf3.c: Likewise.
22999         * soft-fp/divdf3.c: Likewise.
23000         * soft-fp/divsf3.c: Likewise.
23001         * soft-fp/divtf3.c: Likewise.
23002         * soft-fp/double.h: Likewise.
23003         * soft-fp/eqdf2.c: Likewise.
23004         * soft-fp/eqsf2.c: Likewise.
23005         * soft-fp/eqtf2.c: Likewise.
23006         * soft-fp/extenddftf2.c: Likewise.
23007         * soft-fp/extended.h: Likewise.
23008         * soft-fp/extendsfdf2.c: Likewise.
23009         * soft-fp/extendsftf2.c: Likewise.
23010         * soft-fp/extendxftf2.c: Likewise.
23011         * soft-fp/fixdfdi.c: Likewise.
23012         * soft-fp/fixdfsi.c: Likewise.
23013         * soft-fp/fixdfti.c: Likewise.
23014         * soft-fp/fixsfdi.c: Likewise.
23015         * soft-fp/fixsfsi.c: Likewise.
23016         * soft-fp/fixsfti.c: Likewise.
23017         * soft-fp/fixtfdi.c: Likewise.
23018         * soft-fp/fixtfsi.c: Likewise.
23019         * soft-fp/fixtfti.c: Likewise.
23020         * soft-fp/fixunsdfdi.c: Likewise.
23021         * soft-fp/fixunsdfsi.c: Likewise.
23022         * soft-fp/fixunsdfti.c: Likewise.
23023         * soft-fp/fixunssfdi.c: Likewise.
23024         * soft-fp/fixunssfsi.c: Likewise.
23025         * soft-fp/fixunssfti.c: Likewise.
23026         * soft-fp/fixunstfdi.c: Likewise.
23027         * soft-fp/fixunstfsi.c: Likewise.
23028         * soft-fp/fixunstfti.c: Likewise.
23029         * soft-fp/floatdidf.c: Likewise.
23030         * soft-fp/floatdisf.c: Likewise.
23031         * soft-fp/floatditf.c: Likewise.
23032         * soft-fp/floatsidf.c: Likewise.
23033         * soft-fp/floatsisf.c: Likewise.
23034         * soft-fp/floatsitf.c: Likewise.
23035         * soft-fp/floattidf.c: Likewise.
23036         * soft-fp/floattisf.c: Likewise.
23037         * soft-fp/floattitf.c: Likewise.
23038         * soft-fp/floatundidf.c: Likewise.
23039         * soft-fp/floatundisf.c: Likewise.
23040         * soft-fp/floatunditf.c: Likewise.
23041         * soft-fp/floatunsidf.c: Likewise.
23042         * soft-fp/floatunsisf.c: Likewise.
23043         * soft-fp/floatunsitf.c: Likewise.
23044         * soft-fp/floatuntidf.c: Likewise.
23045         * soft-fp/floatuntisf.c: Likewise.
23046         * soft-fp/floatuntitf.c: Likewise.
23047         * soft-fp/fmadf4.c: Likewise.
23048         * soft-fp/fmasf4.c: Likewise.
23049         * soft-fp/fmatf4.c: Likewise.
23050         * soft-fp/gedf2.c: Likewise.
23051         * soft-fp/gesf2.c: Likewise.
23052         * soft-fp/getf2.c: Likewise.
23053         * soft-fp/ledf2.c: Likewise.
23054         * soft-fp/lesf2.c: Likewise.
23055         * soft-fp/letf2.c: Likewise.
23056         * soft-fp/muldf3.c: Likewise.
23057         * soft-fp/mulsf3.c: Likewise.
23058         * soft-fp/multf3.c: Likewise.
23059         * soft-fp/negdf2.c: Likewise.
23060         * soft-fp/negsf2.c: Likewise.
23061         * soft-fp/negtf2.c: Likewise.
23062         * soft-fp/op-1.h: Likewise.
23063         * soft-fp/op-2.h: Likewise.
23064         * soft-fp/op-4.h: Likewise.
23065         * soft-fp/op-8.h: Likewise.
23066         * soft-fp/op-common.h: Likewise.
23067         * soft-fp/quad.h: Likewise.
23068         * soft-fp/single.h: Likewise.
23069         * soft-fp/soft-fp.h: Likewise.
23070         * soft-fp/sqrtdf2.c: Likewise.
23071         * soft-fp/sqrtsf2.c: Likewise.
23072         * soft-fp/sqrttf2.c: Likewise.
23073         * soft-fp/subdf3.c: Likewise.
23074         * soft-fp/subsf3.c: Likewise.
23075         * soft-fp/subtf3.c: Likewise.
23076         * soft-fp/truncdfsf2.c: Likewise.
23077         * soft-fp/trunctfdf2.c: Likewise.
23078         * soft-fp/trunctfsf2.c: Likewise.
23079         * soft-fp/trunctfxf2.c: Likewise.
23080         * soft-fp/unorddf2.c: Likewise.
23081         * soft-fp/unordsf2.c: Likewise.
23082         * soft-fp/unordtf2.c: Likewise.
23084 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23086         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23087         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23089 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23091         * elf/dl-libc.c: Clear initfini list after freeing.
23093 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23095         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23096         * soft-fp/addsf3.c: Likewise.
23097         * soft-fp/addtf3.c: Likewise.
23098         * soft-fp/divdf3.c: Likewise.
23099         * soft-fp/divsf3.c: Likewise.
23100         * soft-fp/divtf3.c: Likewise.
23101         * soft-fp/double.h: Likewise.
23102         * soft-fp/eqdf2.c: Likewise.
23103         * soft-fp/eqsf2.c: Likewise.
23104         * soft-fp/eqtf2.c: Likewise.
23105         * soft-fp/extenddftf2.c: Likewise.
23106         * soft-fp/extended.h: Likewise.
23107         * soft-fp/extendsfdf2.c: Likewise.
23108         * soft-fp/extendsftf2.c: Likewise.
23109         * soft-fp/extendxftf2.c: Likewise.
23110         * soft-fp/fixdfdi.c: Likewise.
23111         * soft-fp/fixdfsi.c: Likewise.
23112         * soft-fp/fixdfti.c: Likewise.
23113         * soft-fp/fixsfdi.c: Likewise.
23114         * soft-fp/fixsfsi.c: Likewise.
23115         * soft-fp/fixsfti.c: Likewise.
23116         * soft-fp/fixtfdi.c: Likewise.
23117         * soft-fp/fixtfsi.c: Likewise.
23118         * soft-fp/fixtfti.c: Likewise.
23119         * soft-fp/fixunsdfdi.c: Likewise.
23120         * soft-fp/fixunsdfsi.c: Likewise.
23121         * soft-fp/fixunsdfti.c: Likewise.
23122         * soft-fp/fixunssfdi.c: Likewise.
23123         * soft-fp/fixunssfsi.c: Likewise.
23124         * soft-fp/fixunssfti.c: Likewise.
23125         * soft-fp/fixunstfdi.c: Likewise.
23126         * soft-fp/fixunstfsi.c: Likewise.
23127         * soft-fp/fixunstfti.c: Likewise.
23128         * soft-fp/floatdidf.c: Likewise.
23129         * soft-fp/floatdisf.c: Likewise.
23130         * soft-fp/floatditf.c: Likewise.
23131         * soft-fp/floatsidf.c: Likewise.
23132         * soft-fp/floatsisf.c: Likewise.
23133         * soft-fp/floatsitf.c: Likewise.
23134         * soft-fp/floattidf.c: Likewise.
23135         * soft-fp/floattisf.c: Likewise.
23136         * soft-fp/floattitf.c: Likewise.
23137         * soft-fp/floatundidf.c: Likewise.
23138         * soft-fp/floatundisf.c: Likewise.
23139         * soft-fp/floatunsidf.c: Likewise.
23140         * soft-fp/floatunsisf.c: Likewise.
23141         * soft-fp/floatuntidf.c: Likewise.
23142         * soft-fp/floatuntisf.c: Likewise.
23143         * soft-fp/floatuntitf.c: Likewise.
23144         * soft-fp/fmadf4.c: Likewise.
23145         * soft-fp/fmasf4.c: Likewise.
23146         * soft-fp/fmatf4.c: Likewise.
23147         * soft-fp/gedf2.c: Likewise.
23148         * soft-fp/gesf2.c: Likewise.
23149         * soft-fp/getf2.c: Likewise.
23150         * soft-fp/ledf2.c: Likewise.
23151         * soft-fp/lesf2.c: Likewise.
23152         * soft-fp/letf2.c: Likewise.
23153         * soft-fp/muldf3.c: Likewise.
23154         * soft-fp/mulsf3.c: Likewise.
23155         * soft-fp/multf3.c: Likewise.
23156         * soft-fp/negdf2.c: Likewise.
23157         * soft-fp/negsf2.c: Likewise.
23158         * soft-fp/negtf2.c: Likewise.
23159         * soft-fp/op-1.h: Likewise.
23160         * soft-fp/op-2.h: Likewise.
23161         * soft-fp/op-4.h: Likewise.
23162         * soft-fp/op-8.h: Likewise.
23163         * soft-fp/op-common.h: Likewise.
23164         * soft-fp/quad.h: Likewise.
23165         * soft-fp/single.h: Likewise.
23166         * soft-fp/soft-fp.h: Likewise.
23167         * soft-fp/sqrtdf2.c: Likewise.
23168         * soft-fp/sqrtsf2.c: Likewise.
23169         * soft-fp/sqrttf2.c: Likewise.
23170         * soft-fp/subdf3.c: Likewise.
23171         * soft-fp/subsf3.c: Likewise.
23172         * soft-fp/subtf3.c: Likewise.
23173         * soft-fp/truncdfsf2.c: Likewise.
23174         * soft-fp/trunctfdf2.c: Likewise.
23175         * soft-fp/trunctfsf2.c: Likewise.
23176         * soft-fp/trunctfxf2.c: Likewise.
23177         * soft-fp/unorddf2.c: Likewise.
23178         * soft-fp/unordsf2.c: Likewise.
23179         * soft-fp/unordtf2.c: Likewise.
23181 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23183         [BZ #15672]
23184         * misc/error.c (error_tail): Fix possible buffer overflow.
23186 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23188         [BZ #13028]
23189         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23190         address.
23192 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23194         [BZ #832]
23195         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23196         testing pipefail option.
23198 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23200         * soft-fp/double.h: Indent preprocessor directives inside #if.
23201         * soft-fp/extended.h: Likewise.
23202         * soft-fp/op-2.h: Likewise.
23203         * soft-fp/op-4.h: Likewise.
23204         * soft-fp/op-common.h: Likewise.
23205         * soft-fp/quad.h: Likewise.
23206         * soft-fp/single.h: Likewise.
23207         * soft-fp/soft-fp.h: Likewise.
23209 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23211         * iconv/iconv_prog.c: Fix typos.
23212         * stdio-common/psiginfo-data.h: Likewise.
23214 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23216         [BZ #15764]
23217         * locale/setlocale.c: Fix typo.
23219 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23221         [BZ #16036]
23222         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23223         signaling NaN arguments.
23224         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23225         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23227         [BZ #14910]
23228         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23229         unordered operands.
23230         * soft-fp/gesf2.c (__gesf2): Likewise.
23231         * soft-fp/getf2.c (__getf2): Likewise.
23232         * soft-fp/ledf2.c (__ledf2): Likewise.
23233         * soft-fp/lesf2.c (__lesf2): Likewise.
23234         * soft-fp/letf2.c (__letf2): Likewise.
23236         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23237         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23238         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23239         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23240         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23241         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23242         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23243         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23244         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23245         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23246         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23247         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23248         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23249         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23250         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23251         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23252         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23253         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23254         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23255         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23256         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23257         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23258         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23259         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23260         * soft-fp/floattidf.c (__floattidf): Likewise.
23261         * soft-fp/floattisf.c (__floattisf): Likewise.
23262         * soft-fp/floattitf.c (__floattitf): Likewise.
23263         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23264         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23265         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23266         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23267         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23268         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23269         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23270         * soft-fp/gesf2.c (__gesf2): Likewise.
23271         * soft-fp/getf2.c (__getf2): Likewise.
23272         * soft-fp/ledf2.c (__ledf2): Likewise.
23273         * soft-fp/lesf2.c (__lesf2): Likewise.
23274         * soft-fp/letf2.c (__letf2): Likewise.
23276         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23277         Undefine and redefine.
23278         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23279         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23280         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23281         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23282         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23283         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23284         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23285         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23286         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23287         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23288         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23289         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23290         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23291         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23292         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23294         [BZ #16032]
23295         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23296         without decrementing exponent if mantissa >= that for the
23297         denominator, not >.
23298         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23299         denominator, not >.  Decrement exponent in < case instead of
23300         incrementing in >= case.
23301         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23302         without decrementing exponent if mantissa >= that for the
23303         denominator, not >.
23305         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23306         computing saturated result for unsigned overflow.
23308 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23309             Jeff Law  <law@redhat.com>
23311         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23312         (atan2Mp): Add systemtap probe marker.
23313         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23314         (__ieee754_log): Add systemtap probe marker.
23315         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23316         (atanMp): Add systemtap probe marker.
23317         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23318         (tanMp): Add systemtap probe marker.
23319         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23320         (__slowexp): Add systemtap probe marker.
23321         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23322         (__slowpow): Add systemtap probe marker.
23323         * manual/probes.texi: Document probes.
23325 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23327         [BZ #15362]
23328         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23329         written.
23330         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23331         written.
23332         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23333         written to buffer but not flushed.
23334         * libio/iofwrite_u.c:  Likewise.
23335         * libio/iopadn.c:  Return bytes returned even if EOF was
23336         encountered.
23337         * libio/iowpadn.c:  Likewise.
23338         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23339         if _IO_padn does not write the whole buffer.
23340         [!COMPILE_WPRINTF] (PAD): Likewise.
23342 2013-10-10  David S. Miller  <davem@davemloft.net>
23344         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23345         directory block.
23347 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23349         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23350         instead of FSF address.
23351         * soft-fp/fixdfti.c: Likewise.
23352         * soft-fp/fixsfti.c: Likewise.
23353         * soft-fp/fixtfti.c: Likewise.
23354         * soft-fp/fixunsdfti.c: Likewise.
23355         * soft-fp/fixunssfti.c: Likewise.
23356         * soft-fp/fixunstfti.c: Likewise.
23357         * soft-fp/floattidf.c: Likewise.
23358         * soft-fp/floattisf.c: Likewise.
23359         * soft-fp/floattitf.c: Likewise.
23360         * soft-fp/floatuntidf.c: Likewise.
23361         * soft-fp/floatuntisf.c: Likewise.
23362         * soft-fp/floatuntitf.c: Likewise.
23363         * soft-fp/trunctfxf2.c: Likewise.
23365         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23366         * soft-fp/fixdfti.c: Likewise.
23367         * soft-fp/fixsfti.c: Likewise.
23368         * soft-fp/fixtfti.c: Likewise.
23369         * soft-fp/fixunsdfti.c: Likewise.
23370         * soft-fp/fixunssfti.c: Likewise.
23371         * soft-fp/fixunstfti.c: Likewise.
23372         * soft-fp/floattidf.c: Likewise.
23373         * soft-fp/floattisf.c: Likewise.
23374         * soft-fp/floattitf.c: Likewise.
23375         * soft-fp/floatuntidf.c: Likewise.
23376         * soft-fp/floatuntisf.c: Likewise.
23377         * soft-fp/floatuntitf.c: Likewise.
23378         * soft-fp/trunctfxf2.c: Likewise.
23380 2013-10-10  David S. Miller  <davem@davemloft.net>
23382         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23384 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23386         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23387         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23388         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23389         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23390         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23391         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23392         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23394         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23395         for NaNs before doing comparisons on argument.
23396         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23397         Likewise.
23399 2013-10-10  Will Newton  <will.newton@linaro.org>
23401         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23402         passed to _int_memalign does not overflow.
23404 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23406         * scripts/bench.pl: Add include-sources directive.
23407         * benchtests/README: Update documentation.
23409 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23411         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23412         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23413         instead of FP_INIT_ROUNDMODE.
23414         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23415         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23417         [BZ #16034]
23418         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23419         copy class of input value.
23420         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23421         not handle exceptions.
23422         * soft-fp/negsf2.c (__negsf2): Likewise.
23423         * soft-fp/negtf2.c (__negtf2): Likewise.
23424         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23426 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23428         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23429         semicolon.  From Linux kernel.
23431 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23433         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23435 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23437         [BZ #156]
23438         * manual/socket.texi: Added statement about buffer
23439         for gethostbyname2_r.
23441 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23443         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23444         Use .p2align directive instead, throughout.
23445         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23446         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23447         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23448         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23449         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23450         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23451         * sysdeps/x86_64/strchr.S: Likewise.
23452         * sysdeps/x86_64/strrchr.S: Likewise.
23454 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23456         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23458         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23460         * sysdeps/generic/math_private.h (__mpsin1): Remove
23461         declaration.
23462         (__mpcos1): Likewise.
23463         (__mpsin): New argument __range_reduce.
23464         (__mpcos): Likewise.
23465         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23466         (slow): Use __mpsin and __mpcos.
23467         (slow1): Likewise.
23468         (slow2): Likewise.
23469         (sloww): Likewise.
23470         (sloww1): Likewise.
23471         (sloww2): Likewise.
23472         (bsloww): Likewise.
23473         (bsloww1): Likewise.
23474         (bsloww2): Likewise.
23475         (cslow2): Likewise.
23476         (csloww): Likewise.
23477         (csloww1): Likewise.
23478         (csloww2): Likewise.
23479         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23480         range_reduce.  Merge in __mpsin1.
23481         (__mpcos): Likewise.
23482         (__mpsin1): Remove.
23483         (__mpcos1): Likewise.
23485 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23487         * locale/loadlocale.c (_nl_intern_locale_data): Use
23488         LOCFILE_ALIGNED_P.
23489         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23490         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23491         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23492         obstack data is appropriately aligned.
23493         (obstack_int32_grow_fast): Likewise.
23494         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23495         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23496         (add_locale_uint32_array): Likewise.
23498 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23500         * benchtests/Makefile: Remove ARGLIST and RET variables.
23501         ($(objpfx)bench-%.c): Pass only function name to the script.
23502         * benchtests/README: Update documentation.
23503         * benchtests/acos-inputs: Add new directives.
23504         * benchtests/acosh-inputs: Likewise.
23505         * benchtests/asin-inputs: Likewise.
23506         * benchtests/asinh-inputs: Likewise.
23507         * benchtests/atan-inputs: Likewise.
23508         * benchtests/atanh-inputs: Likewise.
23509         * benchtests/cos-inputs: Likewise.
23510         * benchtests/cosh-inputs: Likewise.
23511         * benchtests/exp-inputs: Likewise.
23512         * benchtests/log-inputs: Likewise.
23513         * benchtests/pow-inputs: Likewise.
23514         * benchtests/rint-inputs: Likewise.
23515         * benchtests/sin-inputs: Likewise.
23516         * benchtests/sinh-inputs: Likewise.
23517         * benchtests/tan-inputs: Likewise.
23518         * benchtests/tanh-inputs: Likewise.
23519         * scripts/bench.pl: Add support for new directives.
23521 2013-10-07  Alan Modra  <amodra@gmail.com>
23523         * README: Fix careless merge.
23525 2013-10-05  Alan Modra  <amodra@gmail.com>
23527         * NEWS: Mention powerpc64le support and bugs fixed.
23528         * README: Both big-endian and little-endian powerpc64 supported.
23530 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23532         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23533         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23534         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23535         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23537 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23539         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23540         match prototype.
23542 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23544         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23545         Move -mhard-float appending from
23546         ports/sysdeps/powerpc/powerpc32/Makefile.
23547         [$(with-fp) = yes] (ASFLAGS): Likewise.
23548         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23549         * sysdeps/powerpc/nofpu: Move directory from
23550         ports/sysdeps/powerpc/nofpu.
23551         * sysdeps/powerpc/soft-fp: Move directory from
23552         ports/sysdeps/powerpc/soft-fp.
23553         * sysdeps/powerpc/powerpc32/405: Move directory from
23554         ports/sysdeps/powerpc/powerpc32/405.
23555         * sysdeps/powerpc/powerpc32/440: Move directory from
23556         ports/sysdeps/powerpc/powerpc32/440.
23557         * sysdeps/powerpc/powerpc32/464: Move directory from
23558         ports/sysdeps/powerpc/powerpc32/464.
23559         * sysdeps/powerpc/powerpc32/476: Move directory from
23560         ports/sysdeps/powerpc/powerpc32/476.
23561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23562         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23564         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23566         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23568         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23570         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23571         * README: Update for powerpc-*-linux-gnu software floating point
23572         support in libc.
23574         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23575         case to powerpc/powerpc32*.
23576         * sysdeps/unix/sysv/linux/configure: Regenerated.
23578         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23579         (_FPU_MASK_OM): Define as 0x04.
23580         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23581         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23582         0x00c10080.
23583         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23584         0x0000003c.
23585         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23588         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23589         getcontext_e500.
23590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23591         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23592         setcontext_e500.
23593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23594         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23595         and setcontext_e500.
23597 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23599         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23601 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23603         * manual/threads.texi (Default Thread Attributes): Fix typo.
23605 2013-10-04  Will Newton  <will.newton@linaro.org>
23607         * malloc/Makefile: Add tst-memalign.
23608         * malloc/tst-memalign.c: New file.
23610         * malloc/tst-posix_memalign.c: Add comments.
23611         (do_test): Add comments and call free on all potentially
23612         allocated pointers. Add space after cast.
23614         * malloc/tst-pvalloc.c: Add comments.
23615         (do_test): Add comments and call free on all potentially
23616         allocated pointers. Remove duplicate check for NULL pointer.
23617         Add space after cast.
23619         * malloc/tst-valloc.c: Add comments.
23620         (do_test): Add comments and call free on all potentially
23621         allocated pointers. Remove duplicate check for NULL pointer.
23622         Add space after cast.
23624 2013-10-04  Alan Modra  <amodra@gmail.com>
23626         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23627         Use stdint types in rather than __attribute__((mode())).
23628         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23630 2013-10-04  Alan Modra  <amodra@gmail.com>
23632         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23633         Correct handling of unaligned relocs for little-endian.
23634         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23636 2013-10-04  Alan Modra  <amodra@gmail.com>
23638         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23639         * configure: Regenerate.
23640         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23641         * shlib-versions: Likewise.
23643 2013-10-04  Alan Modra  <amodra@gmail.com>
23645         * string/tester.c (test_memrchr): Increment reported test cycle.
23647 2013-10-04  Alan Modra  <amodra@gmail.com>
23649         * string/test-memcpy.c (do_one_test): When reporting errors, print
23650         string address and don't overrun end of string.
23652 2013-10-04  Alan Modra  <amodra@gmail.com>
23654         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23655         insrdi.  Make better use of reg selection to speed exit slightly.
23656         Schedule entry path a little better.  Remove useless "are we done"
23657         checks on entry to main loop.  Handle wrapping around zero address.
23658         Correct main loop count.  Handle single left-over word from main
23659         loop inline rather than by using loop_small.  Remove extra word
23660         case in loop_small caused by wrong loop count.  Add little-endian
23661         support.
23662         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23663         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23664         cache hint.
23665         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23666         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23667         support.  Avoid rlwimi.
23668         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23670 2013-10-04  Alan Modra  <amodra@gmail.com>
23672         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23673         insrdi.  Formatting.
23674         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23675         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23676         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23677         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23678         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23679         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23681 2013-10-04  Alan Modra  <amodra@gmail.com>
23683         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23684         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23685         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23686         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23687         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23688         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23689         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23690         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23691         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23692         use of regs.  Use power7 mtocrf.  Tidy function tails.
23694 2013-10-04  Alan Modra  <amodra@gmail.com>
23696         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23697         Formatting.  Consistently use rXXX register defines or rN defines.
23698         Use early exit labels that avoid restoring unused non-volatile regs.
23699         Make cr field use more consistent with rWORDn compares.  Rename
23700         regs used as shift registers for unaligned loop, using rN defines
23701         for short lifetime/multiple use regs.
23702         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23703         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23704         addi 1,1,64 to pop stack frame.  Simplify return value code.
23705         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23707 2013-10-04  Alan Modra  <amodra@gmail.com>
23709         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23710         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23711         rather than rlwimi.
23712         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23713         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23714         little-endian support.  Correct typos.
23715         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23716         rather than rlwimi.
23717         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23718         in loop and entry code to keep "and." results.
23719         (strchr): Add little-endian support.  Comment.  Move cntlzd
23720         earlier in tail.
23721         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23723 2013-10-04  Alan Modra  <amodra@gmail.com>
23725         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23726         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23727         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23728         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23730 2013-10-04  Alan Modra  <amodra@gmail.com>
23732         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23733         (rTMP): Define as r11.
23734         (strcmp): Add little-endian support.  Optimise tail.
23735         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23736         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23737         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23738         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23739         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23740         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23741         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23743 2013-10-04  Alan Modra  <amodra@gmail.com>
23745         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23746         little-endian support.  Remove unnecessary "are we done" tests.
23747         Handle "s" wrapping around zero and extremely large "size".
23748         Correct main loop count.  Handle single left-over word from main
23749         loop inline rather than by using small_loop.  Correct comments.
23750         Delete "zero" tail, use "end_max" instead.
23751         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23753 2013-10-04  Alan Modra  <amodra@gmail.com>
23755         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23756         support.  Don't branch over align.
23757         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23758         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23759         support.  Rearrange tmp reg use to suit.  Comment.
23760         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23762 2013-10-04  Alan Modra  <amodra@gmail.com>
23764         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23766 2013-10-04  Alan Modra  <amodra@gmail.com>
23768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23769         conditional form of branch and link when obtaining pc.
23770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23772 2013-10-04  Alan Modra  <amodra@gmail.com>
23774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23775         HIWORD/LOWORD.
23776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23779 2013-10-04  Alan Modra  <amodra@gmail.com>
23781         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23782         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23783         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23784         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23785         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23786         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23787         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23788         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23789         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23790         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23792 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23793             Alistair Popple <alistair@ozlabs.au.ibm.com>
23794             Alan Modra <amodra@gmail.com>
23796         [BZ #15723]
23797         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23798         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23799         _dl_hwcap access for little-endian.
23800         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23801         destroy vmx regs when saving unaligned.
23802         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23803         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23804         destroy vmx regs when saving unaligned.
23806 2013-10-04  Alan Modra  <amodra@gmail.com>
23808         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23809         Don't use a union to pack hi/low value.
23811 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23813         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23814         for little-endian.
23815         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23816         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23817         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23818         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23819         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23821 2013-10-04  Alan Modra  <amodra@gmail.com>
23823         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23824         constants to usual value for .cst8 section, and remove redundant
23825         high address load.
23826         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23827         constant for 0x1p52.  Load little-endian words of double from
23828         correct stack offsets.
23830 2013-10-04  Alan Modra  <amodra@gmail.com>
23832         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23833         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23834         words of double from correct stack offsets.
23835         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23836         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23837         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23838         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23839         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23840         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23841         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23842         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23843         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23844         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23845         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23846         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23847         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23848         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23849         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23850         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23851         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23853 2013-10-04  Alan Modra  <amodra@gmail.com>
23855         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23856         64-bit int/double union.
23857         (_FPU_SETCW): Likewise.
23858         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23859         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23861 2013-10-04  Alan Modra  <amodra@gmail.com>
23863         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23864         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23866 2013-10-04  Alan Modra  <amodra@gmail.com>
23868         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23869         use vector int constants.
23870         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23872 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23874         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23875         array with long long.
23876         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23877         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23878         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23879         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23880         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23881         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23882         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23883         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23884         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23885         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23886         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23887         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23888         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23890 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23892         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23893         (__signbit): Likewise.  Correct for little-endian.
23894         (__signbitl): Call __signbit.
23895         (lrint): Correct for little-endian.
23896         (lrintf): Call lrint.
23898 2013-10-04  Alan Modra  <amodra@gmail.com>
23900         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23901         union 32-bit int array member with 64-bit int array.
23902         (t515, tm256): Double rather than long double.
23903         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23905 2013-10-04  Alan Modra  <amodra@gmail.com>
23907         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23908         Delete.
23909         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23910         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23911         version of math_ldbl.h.
23913 2013-10-04  Alan Modra  <amodra@gmail.com>
23915         [BZ #15734], [BZ #15735]
23916         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23917         all uses of ieee875 long double macros and unions.  Simplify test
23918         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23919         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23920         normalize after ldbl_extract_mantissa, and don't add hidden bit
23921         already handled.  Don't treat low word of ieee854 mantissa like
23922         low word of IBM long double and mask off bit when testing for
23923         zero.
23924         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23925         all uses of ieee875 long double macros and unions.  Simplify tests
23926         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23927         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23928         two1022, instead use their values.  Recognise that tests for large
23929         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23930         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23931         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23932         test for 0.0L and nan.  Correct negation.
23933         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23934         ieee875 long double macros and unions.  Correct output for large
23935         magnitude x.  Correct absolute value calculation.
23936         (__erfcl): Likewise.
23937         * math/libm-test.inc: Add tests for errors discovered in IBM long
23938         double versions of fmodl, remainderl, erfl and erfcl.
23940 2013-10-04  Alan Modra  <amodra@gmail.com>
23942         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23943         all uses of ieee854 long double macros and unions.  Simplify tests
23944         for long doubles that are fully specified by the high double.
23945         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23946         Likewise.
23947         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23948         Remove dead code too.
23949         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23950         (__ieee754_ynl): Likewise.
23951         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23952         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23953         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23954         Remove dead code too.
23955         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23956         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23957         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23958         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23959         Simplify.
23960         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23961         Simplify.
23962         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23963         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23964         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23965         Comment on variable precision.
23966         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23967         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23968         Likewise.
23969         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23970         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23971         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23972         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23973         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23975 2013-10-04  Alan Modra  <amodra@gmail.com>
23977         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23978         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23979         all uses of ieee854 long double macros and unions.
23980         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23981         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23982         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23983         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23984         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23985         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23986         Likewise.
23987         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23988         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23989         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23990         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23991         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23992         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23993         Simplify sign and nan test too.
23994         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23995         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23996         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23997         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23998         Likewise.
23999         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24000         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24001         Likewise.
24002         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24003         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24004         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24005         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24006         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24007         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24009 2013-10-04  Alan Modra  <amodra@gmail.com>
24011         * stdio-common/printf_size.c (__printf_size): Don't use
24012         union ieee854_long_double in fpnum union.
24013         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24014         signbit macro to retrieve sign from long double.
24015         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24016         retrieve sign from long double.
24017         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24018         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24019         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24020         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24021         * math/test-misc.c (main): Don't use union ieee854_long_double.
24023 2013-10-04  Alan Modra  <amodra@gmail.com>
24025         [BZ #15680]
24026         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24027         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24028         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24029         calculation.  Remove unnecessary test for denormal exponent.
24030         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24031         Correct handling of denormals.  Avoid undefined shift behaviour.
24032         Correct normalisation of low mantissa when low double is denormal.
24033         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24034         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24035         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24036         Correct normalisation of low mantissa.  Test for overflow of high
24037         mantissa and normalise.
24038         (ldbl_nearbyint): Use more readable constant for two52.
24039         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24040         (__mpn_construct_long_double): Fix test for overflow of high
24041         mantissa and correct normalisation.  Avoid undefined shift.
24043 2013-10-04  Alan Modra  <amodra@gmail.com>
24045         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24046         (union ibm_extended_long_double): Define as an array of ieee754_double.
24047         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24048         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24049         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24050         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24051         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24052         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24053         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24054         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24055         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24056         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24057         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24059 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24061         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24062         page size instead of calling getpagesize.
24064         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24065         (LOCFILE_ALIGN_MASK): Likewise.
24066         (LOCFILE_ALIGN_UP): Likewise.
24067         (LOCFILE_ALIGNED_P): Likewise.
24068         * locale/programs/ld-collate.c (collate_output): Use the new
24069         macros instead of __alignof__ (int32_t).
24070         * locale/weight.h (findidx): Likewise.
24072 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24074         [BZ #431]
24075         * manual/string.texi: Fix strncat and wcsncat.
24077 2013-10-03  Brooks Moses  <bmoses@google.com>
24079         [BZ #15915]
24080         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24081         * Makerules: ...here, and adjust associated comments.
24083 2013-10-02  Will Newton  <will.newton@linaro.org>
24085         * malloc/Makefile: Add tst-pvalloc.
24086         * malloc/tst-pvalloc.c: New file.
24088 2013-10-02  Will Newton  <will.newton@linaro.org>
24090         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24091         improve test coverage.
24093 2013-10-02  Will Newton  <will.newton@linaro.org>
24095         * malloc/Makefile: Add tst-posix_memalign.
24096         * malloc/tst-posix_memalign.c: New file.
24098 2013-10-01  Eric Blake  <eblake@redhat.com>
24100         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24101         Use __THROWNL rather than __THROW on static functions.
24103 2013-09-30  Petr Machata  <pmachata@redhat.com>
24105         * elf/elf.h (R_AARCH64_ABS16): New macro.
24106         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24107         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24108         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24109         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24110         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24111         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24112         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24113         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24114         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24115         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24116         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24117         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24118         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24119         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24120         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24121         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24122         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24123         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24124         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24125         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24126         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24127         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24128         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24129         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24130         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24131         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24132         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24133         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24134         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24135         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24136         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24137         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24138         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24139         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24140         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24141         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24142         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24143         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24144         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24145         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24146         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24147         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24148         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24149         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24150         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24151         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24152         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24153         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24154         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24155         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24156         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24157         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24158         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24159         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24160         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24161         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24162         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24163         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24164         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24165         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24166         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24167         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24168         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24169         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24170         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24171         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24172         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24173         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24174         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24175         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24176         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24177         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24178         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24179         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24180         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24181         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24182         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24183         (R_AARCH64_TLSDESC_LDR): Likewise.
24184         (R_AARCH64_TLSDESC_ADD): Likewise.
24185         (R_AARCH64_TLSDESC_CALL): Likewise.
24187 2013-09-30  Andreas Schwab  <schwab@suse.de>
24189         [BZ #15048]
24190         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24191         the nss database lookup.
24192         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24193         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24195 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24197         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24199 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24201         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24202         ${Bash-specific parameter/pattern/string} parameter expansion.
24203         * sysdeps/unix/make-syscalls.sh: Likewise.
24205 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24207         * sysdeps/sh/stackguard-macros.h: New file.
24209 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24211         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24212         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24213         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24214         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24215         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24216         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24218 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24220         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24221         Fix thread ID register.
24223 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24225         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24226         [POSIX || UNIX98]: Require rather than permitting all symbols from
24227         <time.h>.
24228         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24229         element of struct sched_param.
24230         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24231         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24232         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24233         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24234         constant.
24236 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24238         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24239         argument calculation.
24241 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24243         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24244         Expect macro.
24245         [POSIX] (pthread_attr_t): Do not require type.
24246         [POSIX] (pthread_cond_t): Likewise.
24247         [POSIX] (pthread_condattr_t): Likewise.
24248         [POSIX] (pthread_key_t): Likewise.
24249         [POSIX] (pthread_mutex_t): Likewise.
24250         [POSIX] (pthread_mutexattr_t): Likewise.
24251         [POSIX] (pthread_once_t): Likewise.
24252         [POSIX] (pthread_t): Likewise.
24253         [POSIX-based standards] (pthread_atfork): Expect function.
24255 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24256             Richard Sandiford  <richard@codesourcery.com>
24258         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24259         (swap_endianness_p): New extern variable.
24260         (set_big_endian): New inline function.
24261         (maybe_swap_uint32): Likewise.
24262         (maybe_swap_uint32_array): Likewise.
24263         (maybe_swap_uint32_obstack): Likewise.
24264         * locale/programs/locfile.c: Include <stdbool.h>.
24265         (swap_endianness_p): New variable.
24266         (add_locale_uint32): Call maybe_swap_uint32.
24267         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24268         (write_locale_data): Call maybe_swap_uint32_array.
24269         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24270         maybe_swap_uint32.
24271         (obstack_int32_grow_fast): Likewise.
24272         (output_weightwc): Call maybe_swap_uint32_obstack.
24273         (collate_output): Likewise.
24274         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24275         (OPT_LITTLE_ENDIAN): Likewise.
24276         (options): Add --little-endian and --big-endian options.
24277         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24278         * locale/programs/locarchive.c: Include "locfile.h".
24279         (GET): New macro.
24280         (SET): Likewise.
24281         (INC): Likewise.
24282         (create_archive): Use the new macros to access fields of
24283         structures directly mapped from or written to locale archives.
24284         (oldlocrecentcmp): Likewise.
24285         (enlarge_archive): Likewise.
24286         (insert_name): Likewise.
24287         (add_alias): Likewise.
24288         (add_locale): Likewise.
24289         (delete_locales_from_archive): Likewise.
24290         (show_archive_content): Likewise.
24291         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24292         locale data.
24294 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24296         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24297         http://www.gnu.org/doc/freemanuals.texi.
24298         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24300 2013-09-24  Will Newton  <will.newton@linaro.org>
24302         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24303         macro.
24305 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24307         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24308         unsigned char.
24310 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24312         * manual/threads.texi (POSIX Threads): Fix a typo.
24314 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24316         [BZ #14547]
24317         * string/tst-strcoll-overflow.c: New test case.
24318         * string/Makefile (xtests): Add tst-strcoll-overflow.
24319         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24320         cache if string sizes may cause integer overflow.
24322         [BZ #14547]
24323         * string/strcoll_l.c (coll_seq): New members rule, idx,
24324         save_idx and back_us.
24325         (get_next_seq_nocache): New function.
24326         (do_compare_nocache): New function.
24327         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24328         when malloc fails.
24330 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24332         [BZ #15754]
24333         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24334         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24335         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24337         [BZ #15754]
24338         * elf/Makefile (tests): Add tst-ptrguard1.
24339         (tests-static): Add tst-ptrguard1-static.
24340         (tst-ptrguard1-ARGS): Define.
24341         (tst-ptrguard1-static-ARGS): Define.
24342         * elf/tst-ptrguard1.c: New file.
24343         * elf/tst-ptrguard1-static.c: New file.
24344         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24345         * sysdeps/i386/stackguard-macros.h: Likewise.
24346         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24347         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24348         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24349         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24350         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24351         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24353 2013-09-23  Hector Marco  <hecmargi@upv.es>
24354             Ismael Ripoll  <iripoll@disca.upv.es>
24355             Carlos O'Donell  <carlos@redhat.com>
24357         [BZ #15754]
24358         * sysdeps/generic/stackguard-macros.h: Define
24359         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24360         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24361         Define __pointer_chk_guard_local.
24362         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24363         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24365 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24367         [BZ #15859]
24368         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24370 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24372         * include/string.h (__ffs): Declare as hidden.
24373         * string/ffs.c (__ffs): Define as hidden.
24374         * sysdeps/i386/ffs.c (__ffs): Likewise.
24375         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24376         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24377         * sysdeps/s390/ffs.c (__ffs): Likewise.
24378         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24380 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24382         * NEWS: Mention malloc probes.
24384         * malloc/arena.c (new_heap): New memory_heap_new probe.
24385         (grow_heap): New memory_heap_more probe.
24386         (shrink_heap): New memory_heap_less probe.
24387         (heap_trim): New memory_heap_free probe.
24388         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24389         (systrim): New memory_sbrk_less probe.
24390         * manual/probes.texi: Document them.
24392         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24393         * manual/probes.texi: Document it.
24395         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24396         (__libc_realloc): Add memory_realloc_retry probe.
24397         (__libc_memalign): Add memory_memalign_retry probe.
24398         (__libc_valloc): Add memory_valloc_retry probe.
24399         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24400         (__libc_calloc): Add memory_calloc_retry probe.
24401         * manual/probes.texi: Document them.
24403         * malloc/arena.c (get_free_list): Add probe
24404         memory_arena_reuse_free_list.
24405         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24406         and memory_arena_reuse.
24407         (arena_get2) [!PER_THREAD]: Likewise.
24408         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24409         memory_arena_reuse_realloc.
24410         * manual/probes.texi: Document them.
24412         * malloc/malloc.c (__libc_free): Add
24413         memory_mallopt_free_dyn_thresholds probe.
24414         (__libc_mallopt): Add multiple memory_mallopt probes.
24415         * manual/probes.texi: Document them.
24417         * malloc/malloc.c: Include stap-probe.h.
24418         (__libc_mallopt): Add memory_mallopt probe.
24419         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24420         * manual/probes.texi: New.
24421         * manual/Makefile (chapters): Add probes.
24422         * manual/threads.texi: Set next node.
24424 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24426         [BZ #15963, #13985]
24427         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24428         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24429         Add `Chinese' to `nan' entry name.
24431 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24433         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24434         (POLYNOMIAL): Likewise.
24435         (TAYLOR_SINCOS): Likewise.
24436         (TAYLOR_SLOW): Likewise.
24437         (__sin): Use TAYLOR_SINCOS.
24438         (__cos): Likewise.
24439         (slow): Use TAYLOR_SLOW.
24440         (sloww): Likewise.
24441         (bsloww): Likewise.
24442         (csloww): Likewise.
24444 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24446         * stdlib/strtod_l.c: Fix buffer overrun.
24448 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24450         * benchtests/Makefile (bench): Add sincos.
24451         * benchtests/bench-sincos.c: New file.
24453         * math/libm-test.inc (cos_test_data): New test inputs.
24454         (sin_test_data): Likewise.
24456         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24457         macro.
24458         (__sin): Use it.
24459         (__cos): Likewise.
24460         (slow1): Likewise.
24461         (slow2): Likewise.
24462         (sloww1): Likewise.
24463         (sloww2): Likewise.
24464         (bsloww1): Likewise.
24465         (bsloww2): Likewise.
24466         (cslow2): Likewise.
24467         (csloww1): Likewise.
24468         (csloww2): Likewise.
24470         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24471         function.
24472         (__sin): Use it.
24473         (__cos): Likewise.
24475         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24476         gotos.
24477         (__cos): Likewise.
24479 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24481         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24482         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24483         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24484         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24485         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24486         * elf/cache.c (print_entry): Handle the new cache flags.
24488 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24489             Aldy Hernandez  <aldyh@redhat.com>
24491         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24492         Change condition to [_SOFT_FLOAT].
24493         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24494         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24495         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24496         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24497         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24498         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24499         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24500         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24501         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24502         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24503         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24504         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24505         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24506         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24507         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24508         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24509         declaration.
24511 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24513         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24514         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24515         (__longjmp): Use LOAD_GP to load saved GPRs.
24516         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24517         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24518         (__sigsetjmp): Use SAVE_GP to save GPRs.
24520         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24521         Do not append -msoft-float.
24522         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24524 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24526         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24528 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24530         [BZ #15966]
24531         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24532         (_FPU_GETCW): Use initial "__" on variable and field names but not
24533         on macro parameter name.
24534         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24535         parentheses around reference to macro parameter.
24537 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24539         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24540         prototype.
24541         (ctype_startup): Use uint32_t in cast and sizeof for
24542         ctype->charnames.
24544 2013-09-11  Jia Liu  <proljc@gmail.com>
24546         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24547         __daddr_t_defined.
24548         [__FreeBSD__]: Likewise.
24550 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24552         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24553         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24554         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24555         (strchr): Remove __strchr_sse42 ifunc selection.
24556         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24557         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24559 2013-09-11  Will Newton  <will.newton@linaro.org>
24561         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24562         parameter to RES. Remove hardcoded 1000 value.
24563         * benchtests/bench-skeleton.c (main): Pass RES parameter
24564         to TIMING_INIT and multiply result by 1000.
24566 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24568         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24570 2013-09-11  Andreas Schwab  <schwab@suse.de>
24572         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24573         if not defined.
24574         (O_TMPFILE) [__USE_GNU]: Define.
24575         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24576         Define.
24578 2013-09-11  Will Newton  <will.newton@linaro.org>
24580         [BZ #15857]
24581         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24582         does not overflow.
24584 2013-09-11  Will Newton  <will.newton@linaro.org>
24586         [BZ #15856]
24587         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24588         does not overflow.
24590 2013-09-11  Will Newton  <will.newton@linaro.org>
24592         [BZ #15855]
24593         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24594         does not overflow.
24596 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24598         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24599         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24600         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24601         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24602         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24604 2013-09-10  Allan McRae  <allan@archlinux.org>
24606         [BZ #15748]
24607         * manual/arith.texi (Parsing of Floats): Clarify
24608         cross-reference.
24610         [BZ #15849]
24611         * manual/install.texi (Running make install): Mention
24612         --enable-pt-chown.
24613         * INSTALL: Regenerated.
24615 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24617         * csu/init-first.c (_init): Remove the !SHARED condition around
24618         FPU control word initialization.
24619         * elf/dl-support.c (_dl_fpu_control): New variable.
24620         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24621         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24622         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24623         * math/test-fpucw-static.c: New file.
24624         * math/test-fpucw-ieee.c: New file.
24625         * math/test-fpucw-ieee-static.c: New file.
24626         * math/Makefile (tests): Add `test-fpucw-ieee' and
24627         `$(tests-static)'.
24628         (tests-static): New variable.
24629         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24630         dependency to...
24631         [($(build-shared),yes)]
24632         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24633         ... this.
24634         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24635         New dependency.
24637 2013-09-09  Allan McRae  <allan@archlinux.org>
24639         [BZ #15939]
24640         * manual/string.texi (Collation Functions): Fix typo in
24641         strcoll example.
24642         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24644         [BZ #15893]
24645         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24647         [BZ #15892]
24648         * libio/memstream.c (open_memstream): Fix memory leak.
24649         * libio/wmemstream.c (open_wmemstream): Likewise.
24651         [BZ #15895]
24652         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24654 2013-09-09  Will Newton  <will.newton@linaro.org>
24656         * malloc/Makefile: Add tst-realloc to tests.
24657         * malloc/tst-realloc.c: New file.
24659 2013-09-09  Allan McRae  <allan@archlinux.org>
24661         [BZ #15844]
24662         * COPYING: Update from GNU website to fix FSF address.
24663         * COPYING.LIB: Likewise.
24665 2013-09-06  David S. Miller  <davem@davemloft.net>
24667         * po/zh_TW.po: Update Chinese (traditional) translation from
24668         translation project.
24670 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24671             Joseph Myers  <joseph@codesourcery.com>
24673         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24674         "localeinfo.h".
24675         (obstack_chunk_alloc): New macro.
24676         (obstack_chunk_free): Likewise.
24677         (record_offset): New function.
24678         (init_locale_data): Likewise.
24679         (align_locale_data): Likewise.
24680         (add_locale_empty): Likewise.
24681         (add_locale_raw_data): Likewise.
24682         (add_locale_raw_obstack): Likewise.
24683         (add_locale_string): Likewise.
24684         (add_locale_wstring): Likewise.
24685         (add_locale_uint32): Likewise.
24686         (add_locale_uint32_array): Likewise.
24687         (add_locale_char): Likewise.
24688         (start_locale_structure): Likewise.
24689         (end_locale_structure): Likewise.
24690         (start_locale_prelude): Likewise.
24691         (end_locale_prelude): Likewise.
24692         (write_locale_data): Take locale_file structure rather than an
24693         iovec.
24694         * locale/programs/locfile.h: Include "obstack.h".
24695         (struct locale_file): Change to store locale file contents instead
24696         of header.
24697         (init_locale_data): New prototype.
24698         (align_locale_data): Likewise.
24699         (add_locale_empty): Likewise.
24700         (add_locale_raw_data): Likewise.
24701         (add_locale_raw_obstack): Likewise.
24702         (add_locale_string): Likewise.
24703         (add_locale_wstring): Likewise.
24704         (add_locale_uint32): Likewise.
24705         (add_locale_uint32_array): Likewise.
24706         (add_locale_char): Likewise.
24707         (start_locale_structure): Likewise.
24708         (end_locale_structure): Likewise.
24709         (start_locale_prelude): Likewise.
24710         (end_locale_prelude): Likewise.
24711         (write_locale_data): Update prototype.
24712         * locale/programs/3level.h (struct TABLE): Remove result field.
24713         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24714         Use new locale_file interface.
24715         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24716         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24717         * locale/programs/ld-address.c (address_output): Use new
24718         locale_file interface.
24719         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24720         NO_ADD_LOCALE.
24721         (collate_finish): Don't call collseq_table_finalize.
24722         (collate_output): Use new locale_file interface.
24723         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24724         in file.
24725         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24726         (TABLE): Move defines earlier in file.
24727         (ELEMENT): Likewise.
24728         (DEFAULT): Likewise.
24729         (wctrans_table_add): Move macro and inline function earlier in
24730         file.
24731         (struct wctype_table): Move type earlier in file.
24732         (add_locale_wctype_table): New static prototype.
24733         (struct locale_ctype_t): Use logical types instead of struct iovec
24734         pointers for members.
24735         (ctype_output): Use new locale_file interface.
24736         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24737         new locale_file interface.
24738         (allocate_arrays): Update for use of new locale_file interface.
24739         * locale/programs/ld-identification.c (identification_output): Use
24740         new locale_file interface.
24741         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24742         * locale/programs/ld-messages.c (messages_output): Likewise.
24743         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24744         * locale/programs/ld-name.c (name_output): Likewise.
24745         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24746         * locale/programs/ld-paper.c (paper_output): Likewise.
24747         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24748         * locale/programs/ld-time.c (time_output): Likewise.
24750 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24752         * benchtests/Makefile: Add memrchr benchmark.
24753         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24754         benchmark as memrchr.
24755         * benchtests/bench-memrchr-ifunc.c: New file.
24756         * benchtests/bench-memrchr.c: New file.
24758 2013-09-06   Will Newton  <will.newton@linaro.org>
24760         * benchtests/Makefile (string-bench): Add memcpy.
24762 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24763             Cong Wang  <amwang@redhat.com>
24765         [BZ #15850]
24766         * sysdeps/unix/sysv/linux/bits/in.h
24767         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24768         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24769         before __USE_KERNEL_IPV6_DEFS uses.
24770         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24771         IPPROTO_BEETPH.
24772         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24773         sockaddr_in6, or ipv6_mreq.
24775 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24777         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24778         memory access for final bytes in some large inputs.
24779         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24781 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24783         * string/test-memrchr.c: New file.
24784         * string/test-memrchr-ifunc.c: New file.
24785         * string/Makefile: Add new memrchr testcase.
24787 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24789         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24790         fanotify_init returns EPERM.
24792 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24794         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24795         errors.
24796         (top level): Treat second token from macro or constant entries for
24797         allowed headers as allowed.
24798         * include/complex.h: Condition internal declarations on
24799         [!_ISOMAC].
24800         * include/fenv.h: Condition include of <stdbool.h> and internal
24801         declarations on [!_ISOMAC].
24803 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24805         [BZ #15923]
24806         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24808 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24810         * configure.in (--enable-versioning): Remove configure option.
24811         (libc_cv_asm_symver_directive): Remove configure test.
24812         (libc_cv_ld_version_script_option): Likewise.
24813         (VERSIONING): Remove variable and AC_SUBST.
24814         (DO_VERSIONING): Remove AC_DEFINE.
24815         * configure: Regenerated.
24816         * config.h.in (DO_VERSIONING): Remove macro.
24817         * Makerules [$(versioning) = yes]: Change conditionals to
24818         [$(build-shared) = yes].
24819         * config.make.in (versioning): Remove variable.
24820         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24821         [$(build-shared) = yes].
24822         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24823         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24824         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24825         [$(build-shared) = yes].
24826         * extra-lib.mk [$(versioning) = yes]: Likewise.
24827         * hurd/Makefile [$(versioning) = yes]: Likewise.
24828         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24829         [SHARED].
24830         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24831         [SHARED].
24832         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24833         [SHARED && !NO_HIDDEN].
24834         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24835         [SHARED].
24836         [SHARED && DO_VERSIONING]: Likewise..
24837         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24838         [$(build-shared) = yes].
24839         * manual/install.texi (--disable-versioning): Remove
24840         documentation.
24841         * INSTALL: Regenerated.
24842         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24843         to [SHARED].
24844         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24845         [$(build-shared) = yes].
24846         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24847         * sysdeps/i386/i686/multiarch/strstr-c.c
24848         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24849         [SHARED && !NO_HIDDEN].
24850         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24851         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24852         * sysdeps/powerpc/powerpc32/dl-machine.c
24853         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24854         * sysdeps/powerpc/powerpc32/sysdep.h
24855         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24856         to [SHARED && PIC && !NO_HIDDEN].
24857         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24858         conditional to [SHARED].
24860 2013-09-04   Will Newton  <will.newton@linaro.org>
24862         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24863         * benchtests/bench-string.h: Include bench-timing.h instead
24864         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24865         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24866         call to HP_TIMING_DIFF_INIT.
24867         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24868         instead of hp-timing.h macros.
24869         * benchtests/bench-memchr.c: Likewise.
24870         * benchtests/bench-memcmp.c: Likewise.
24871         * benchtests/bench-memcpy.c: Likewise.
24872         * benchtests/bench-memmem.c: Likewise.
24873         * benchtests/bench-memmove.c: Likewise.
24874         * benchtests/bench-memset.c: Likewise.
24875         * benchtests/bench-rawmemchr.c: Likewise.
24876         * benchtests/bench-strcasecmp.c: Likewise.
24877         * benchtests/bench-strcasestr.c: Likewise.
24878         * benchtests/bench-strcat.c: Likewise.
24879         * benchtests/bench-strchr.c: Likewise.
24880         * benchtests/bench-strcmp.c: Likewise.
24881         * benchtests/bench-strcpy.c: Likewise.
24882         * benchtests/bench-strcpy_chk.c: Likewise.
24883         * benchtests/bench-strlen.c: Likewise.
24884         * benchtests/bench-strncasecmp.c: Likewise.
24885         * benchtests/bench-strncat.c: Likewise.
24886         * benchtests/bench-strncmp.c: Likewise.
24887         * benchtests/bench-strncpy.c: Likewise.
24888         * benchtests/bench-strnlen.c: Likewise.
24889         * benchtests/bench-strpbrk.c: Likewise.
24890         * benchtests/bench-strrchr.c: Likewise.
24891         * benchtests/bench-strspn.c: Likewise.
24892         * benchtests/bench-strstr.c: Likewise.
24894 2013-09-04  Will Newton  <will.newton@linaro.org>
24896         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24898 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24900         [BZ #15427]
24901         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24902         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24903         * math/libm-test.inc (lgamma_test_data): Add more tests.
24904         * sysdeps/i386/fpu/libm-test-ulps: Update.
24905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24907 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24909         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24910         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24911         Add ifunc.
24912         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24913         Add strcmp-sse2-unaligned
24914         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24916 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24918         * Versions.def (libc): Add GLIBC_2.19.
24920 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24922         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24923         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24925 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24927         [BZ #14155]
24928         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24929         intermediate calculations in recurrence.
24930         (__ieee754_ynf): Likewise.
24931         * math/libm-test.inc (jn_test_data): Do not allow spurious
24932         underflow exception.  Add more tests.
24933         (yn_test_data): Add more tests.
24934         * sysdeps/i386/fpu/libm-test-ulps: Update.
24935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24937 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24939         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24941 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24943         * csu/init-first.c: Fix then/than typos.
24944         * locale/programs/ld-collate.c: Likewise.
24945         * locale/programs/linereader.h: Likewise.
24946         * manual/charset.texi: Likewise.
24947         * manual/filesys.texi: Likewise.
24948         * manual/stdio.texi: Likewise.
24949         * manual/string.texi: Likewise.
24950         * stdlib/fmtmsg.c: Likewise.
24951         * sysdeps/i386/stpncpy.S: Likewise.
24952         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24953         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24954         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24955         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24957 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24959         * elf/dl-open.c: Fix typos.
24960         * iconvdata/gbbig5.c: Likewise.
24961         * iconvdata/iso-2022-jp.c: Likewise.
24962         * iconv/gconv_int.h: Likewise.
24963         * iconv/loop.c: Likewise.
24964         * nis/rpcsvc/nis.h: Likewise.
24965         * resolv/ns_name.c: Likewise.
24966         * stdio-common/vfscanf.c: Likewise.
24967         * streams/stropts.h: Likewise.
24968         * sunrpc/rpc_thread.c: Likewise.
24969         * sysdeps/i386/strpbrk.S: Likewise.
24970         * sysdeps/ieee754/k_standard.c: Likewise.
24971         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24972         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24973         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24974         * sysdeps/mach/hurd/profil.c: Likewise.
24975         * sysdeps/s390/dl-procinfo.h: Likewise.
24976         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24977         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24978         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24979         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24980         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24982 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24984         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24985         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24987 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24989         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24990         aix specific files.
24991         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24992         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24993         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24994         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24995         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24996         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24997         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24998         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25000 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25001             Roland McGrath  <roland@hack.frob.com>
25003         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25004         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25006 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25008         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25009         __executable_start symbol instead of _start.
25011 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25013         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25014         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25015         Move macros to...
25016         * sysdeps/gnu/ldsodefs.h: ... this new file.
25018         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25019         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25020         instead of ELFOSABI_LINUX.
25022         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25023         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25024         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25025         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25026         Likewise.
25027         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25028         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25029         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25030         Likewise.
25031         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25032         (ibm_extended_long_double): Add ieee_nan member.
25033         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25034         (do_test): New function.
25036         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25037         TEST_TRUNC.
25038         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25039         functions, renamed from truncdfsf_test, trunctfsf_test,
25040         trunctfdf_test.
25041         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25042         functions.
25043         (do_test): Run all these.
25045 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25047         * argp/argp-help.c: Fix typos.
25048         * argp/argp-parse.c: Likewise.
25049         * debug/backtracesyms.c: Likewise.
25050         * elf/elf.h: Likewise.
25051         * malloc/malloc.c: Likewise.
25052         * nis/nis_print.c: Likewise.
25053         * resolv/res_comp.c: Likewise.
25054         * stdlib/stdlib.h: Likewise.
25055         * sunrpc/clnt_tcp.c: Likewise.
25056         * sunrpc/clnt_udp.c: Likewise.
25057         * sunrpc/clnt_unix.c: Likewise.
25058         * sysdeps/unix/bsd/ptsname.c: Likewise.
25059         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25060         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25062         Likewise.
25063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25064         Likewise.
25065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25066         Likewise.
25067         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25069 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25071         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25072         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25074 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25076         [BZ #15897]
25077         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25078         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25079         ($(objpfx)bug-dl-leaf): New rule.
25080         ($(objpfx)bug-dl-leaf.so): Likewise.
25081         ($(objpfx)bug-dl-leaf.out): Likewise.
25082         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25083         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25084         * dlfcn/bug-dl-leaf.c: New test.
25085         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25086         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25087         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25088         (dlclose): Likewise.
25089         (dlmopen): Likewise.
25091 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25093         * include/netdb.h [!_ISOMAC]:
25094         Don't include <tls.h>.
25095         (h_errno, __libc_h_errno): Move declaration and macros out of
25096         [_LIBC_REENTRANT].
25098         * include/resolv.h [_RESOLV_H_]:
25099         Don't include <tls.h>.
25100         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25101         * resolv/res_libc.c: Don't include <tls.h>.
25102         (_res): Use __attribute__ ((nocommon)) in place of
25103         __attribute__ ((section (".bss"))).
25105         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25106         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25108         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25110         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25111         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25113         * resolv/res_mkquery.c: Include <sys/time.h>.
25115         * inet/ifreq.c: Moved to ...
25116         * sysdeps/unix/ifreq.c: ... here.
25117         * inet/ifreq.c: New file, true stub version.
25119         * socket/sa_len.c: New file.
25120         * socket/Makefile (aux): Add it.
25121         * sysdeps/unix/sysv/linux/Makefile
25122         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25123         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25124         and #include <socket/sa_len.c>.
25125         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25126         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25128         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25129         * bits/socket.h: ... here.
25131         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25132         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25133         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25135 2013-08-27  Andreas Schwab  <schwab@suse.de>
25137         [BZ #15736]
25138         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25139         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25140         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25141         * string/test-strcasecmp.c (test_main): Run tests in several
25142         locales.
25143         * string/test-strncasecmp.c (test_main): Likewise.
25145         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25146         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25147         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25148         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25149         (__strncasecmp_ssse3) [PIC]: Likewise.
25151 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25153         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25155         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25156         instead of explicitly declaring xdecrypt.
25157         * nis/nss_nis/nis-publickey.c: Likewise.
25159 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25161         [BZ #15890]
25162         * nscd/aicache.c: Include res_hconf.h.
25163         (addhstaiX): Initialize res_hconf.
25165 2013-08-26  Andreas Schwab  <schwab@suse.de>
25167         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25168         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25170 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25172         * nscd/aicache.c (addhstaiX): Fix indentation.
25174 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25176         * configure.ac: Quote $build_pt_chown test.
25177         * configure: Regenerated.
25179 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25181         [BZ #15532]
25182         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25183         * math/s_cexpf.c (__cexpf): Likewise.
25184         * math/s_cexpl.c (__cexpl): Likewise.
25185         * math/libm-test.inc (cexp_test_data): Correct expected return
25186         value for NaN + i0.  Add another test.
25188 2013-08-22  David S. Miller  <davem@davemloft.net>
25190         * po/ca.po: Update Catalan translation from translation project.
25191         * po/uk.po: Add Ukrainian translations from translation project.
25193 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25195         [BZ #15797]
25196         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25197         is infinite, not alongside NaN test.
25198         * math/s_fdimf.c (__fdimf): Likewise.
25199         * math/s_fdiml.c (__fdiml): Likewise.
25200         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25201         errno is unchanged.
25203 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25205         * argp/argp-help.c: Fix typos.
25206         * crypt/speeds.c: Likewise.
25207         * csu/check_fds.c: Likewise.
25208         * elf/dl-load.c: Likewise.
25209         * elf/dl-open.c: Likewise.
25210         * elf/reldep3.c: Likewise.
25211         * elf/reldep.c: Likewise.
25212         * elf/sprof.c: Likewise.
25213         * iconv/iconv_charmap.c: Likewise.
25214         * iconv/skeleton.c: Likewise.
25215         * iconv/strtab.c: Likewise.
25216         * io/lockf64.c: Likewise.
25217         * libio/libioP.h: Likewise.
25218         * resolv/gai_notify.c: Likewise.
25219         * resolv/ns_name.c: Likewise.
25220         * resolv/ns_samedomain.c: Likewise.
25221         * resolv/res_send.c: Likewise.
25222         * stdlib/random.c: Likewise.
25223         * sunrpc/rpc/xdr.h: Likewise.
25224         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25225         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25226         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25227         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25228         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25229         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25230         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25231         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25232         * sysdeps/mach/hurd/check_fds.c: Likewise.
25233         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25234         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25235         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25236         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25237         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25238         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25239         * sysdeps/pthread/aio_notify.c: Likewise.
25240         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25241         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25242         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25243         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25244         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25246 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25248         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25249         version if bit_Slow_SSE4_2 is set.
25250         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25251         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25253 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25255         [BZ #15867]
25256         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25257         trampoline stack frame information.
25258         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25259         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25260         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25261         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25262         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25263         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25264         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25265         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25266         sa_flags value.
25267         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25268         interrupting a syscall and set with option SA_SIGINFO.
25270 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25272         [BZ #15531]
25273         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25274         argument is infinite.
25275         * math/s_cprojf.c (__cprojf): Likewise.
25276         * math/s_cprojl.c (__cprojl): Likewise.
25277         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25278         * math/libm-test.inc (cproj_test_data): Add more tests.
25280         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25282         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25283         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25284         size.  Use __ffs to determine corresponding shift.
25286 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25287             Roland McGrath  <roland@hack.frob.com>
25289         * Makefile (INSTALL): Remove trailing blank lines from output of
25290         makeinfo.
25292 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25294         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25295         Align 32 bit compat elf_greg to 8 bytes.
25297 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25299         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25301 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25303         * string/strcoll_l.c (coll_seq): New structure.
25304         (get_next_seq_cached): New function.
25305         (get_next_seq): New function.
25306         (do_compare): New function.
25307         (STRCOLL): Use GNU style definition.  Simplify implementation
25308         by using get_next_seq, get_next_seq_cached and do_compare.
25310 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25312         [BZ #14699]
25313         CVE-2013-4237
25314         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25315         member.
25316         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25317         member.
25318         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25319         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25320         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25321         conditional.
25322         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25323         GETDENTS_64BIT_ALIGNED.
25324         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25325         * manual/filesys.texi (Reading/Closing Directory): Document
25326         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25327         strongly.
25328         * manual/conf.texi (Limits for Files): Add portability note to
25329         NAME_MAX, PATH_MAX.
25330         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25332 2013-08-13  Andreas Schwab  <schwab@suse.de>
25334         [BZ #15749]
25335         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25336         of fabs.
25337         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25338         LDBL_MAX_EXP >= 16384]: Add tests for it.
25340 2013-08-12  David S. Miller  <davem@davemloft.net>
25342         * version.h (RELEASE): Set to "development".
25343         (VERSION): Set to "2.18.90".
25344         * NEWS: Add 2.19 section.
25346 2013-08-03  David S. Miller  <davem@davemloft.net>
25348         * po/ko.po: Update Korean translation from translation project.
25350 2013-08-01  David S. Miller  <davem@davemloft.net>
25352         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25353         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25354         Bilka.
25356 2013-07-30  David S. Miller  <davem@davemloft.net>
25358         * po/fr.po: Update French translation from translation project.
25360 2013-07-28  David S. Miller  <davem@davemloft.net>
25362         * po/cs.po: Update Czech translation from translation project.
25364         * po/sv.po: Update Swedish translation from translation project.
25366 2013-07-27  David S. Miller  <davem@davemloft.net>
25368         * po/eo.po: Update Esperanto translation from translation project.
25370         * po/vi.po: Update Vietnamese translation from translation project.
25372         * po/de.po: Update German translation from translation project.
25374 2013-07-26  David S. Miller  <davem@davemloft.net>
25376         * po/bg.po: Update Bulgarian translation from translation project.
25378         * po/nl.po: Update Dutch translation from translation project.
25379         * po/pl.po: Update Polish translation from translation project.
25380         * po/ru.po: Update Russian translation from translation project.
25382 2013-07-24  David S. Miller  <davem@davemloft.net>
25384         * po/libc.pot: Update.
25386 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25388         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25389         variable page size.
25390         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25391         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25392         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25394 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25396         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25398 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25399             Andreas Schwab  <schwab@suse.de>
25400             Roland McGrath  <roland@hack.frob.com>
25401             Joseph Myers  <joseph@codesourcery.com>
25402             Carlos O'Donell  <carlos@redhat.com>
25404         [BZ #15755]
25405         * config.h.in: Define HAVE_PT_CHOWN.
25406         * config.make.in (build-pt-chown): New variable.
25407         * configure.in (--enable-pt_chown): New configure option.
25408         * configure: Regenerate.
25409         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25410         build-pt-chown is enabled.
25411         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25412         pt_chown to fix pty ownership.
25413         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25414         CLOSE_ALL_FDS.
25415         * manual/install.texi (Configuring and compiling): Mention
25416         --enable-pt_chown. Add @findex for grantpt.
25417         * INSTALL: Regenerate.
25419 2013-07-20  David S. Miller  <davem@davemloft.net>
25421         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25422         difference between 32-bit and 64-bit.
25424 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25426         [BZ #15711]
25427         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25428         Avoid system header dependency with -ffreestanding.
25429         ($(objpfx)bits/syscall%d): Likewise.
25431 2013-07-13  David S. Miller  <davem@davemloft.net>
25433         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25434         underflows from atanl/atan2l due to bug 15319.
25435         (casinh_test_data): Likewise.
25437 2013-07-07  David S. Miller  <davem@davemloft.net>
25439         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25441 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25443         * sysdeps/i386/fpu/libm-test-ulps: Update.
25444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25446 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25448         * configure.in (--enable-lock-elision): Fix message text.
25449         * INSTALL: Regenerate.
25450         * configure: Regenerate.
25452 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25454         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25456 2013-07-03  Andreas Jaeger  <aj@suse.de>
25458         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25459         define.
25460         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25461         (ptrace_peeksiginfo_args): Add.
25462         (__ptrace_peeksiginfo_flags): Add.
25463         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25464         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25465         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25467 2013-07-03  Allan McRae  <allan@archlinux.org>
25469         * sysdeps/i386/fpu/libm-test-ulps: Update.
25471 2013-07-02  David S. Miller  <davem@davemloft.net>
25473         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25475 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25477         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25479 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25481         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25484 2013-07-02  Andi Kleen <ak@linux.intel.com>
25486         * config.h.in (ENABLE_LOCK_ELISION): Add.
25487         * configure.in (--enable-lock-elision): Add option.
25488         * manual/install.texi: Document --enable lock elision.
25489         * configure: Regenerate
25490         * INSTALL: Regenerate.
25492 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25494         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25495         SSE4.2 strcasecmp for libc.a.
25496         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25498 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25500         [BZ #13304]
25501         * soft-fp/op-common.h (_FP_FMA): New macro.
25502         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25503         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25504         (_FP_MUL_MEAT_1_imm): ... here.
25505         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25506         (_FP_MUL_MEAT_1_wide): ... here.
25507         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25508         (_FP_MUL_MEAT_1_hard): ... here.
25509         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25510         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25511         (_FP_MUL_MEAT_2_wide): ... here.
25512         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25513         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25514         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25515         (_FP_MUL_MEAT_2_gmp): ... here.
25516         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25517         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25518         (_FP_MUL_MEAT_4_wide): ... here.
25519         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25520         (_FP_MUL_MEAT_4_gmp): ... here.
25521         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25522         (_FP_WFRACBITS_DW_S): Likewise.
25523         (_FP_WFRACXBITS_DW_S): Likewise.
25524         (_FP_HIGHBIT_DW_S): Likewise.
25525         (FP_FMA_S): Likewise.
25526         (_FP_FRAC_HIGH_DW_S): Likewise.
25527         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25528         (_FP_WFRACBITS_DW_D): Likewise.
25529         (_FP_WFRACXBITS_DW_D): Likewise.
25530         (_FP_HIGHBIT_DW_D): Likewise.
25531         (FP_FMA_D): Likewise.
25532         (_FP_FRAC_HIGH_DW_D): Likewise.
25533         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25534         (_FP_WFRACBITS_DW_E): Likewise.
25535         (_FP_WFRACXBITS_DW_E): Likewise.
25536         (_FP_HIGHBIT_DW_E): Likewise.
25537         (FP_FMA_E): Likewise.
25538         (_FP_FRAC_HIGH_DW_E): Likewise.
25539         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25540         (_FP_WFRACBITS_DW_Q): Likewise.
25541         (_FP_WFRACXBITS_DW_Q): Likewise.
25542         (_FP_HIGHBIT_DW_Q): Likewise.
25543         (FP_FMA_Q): Likewise.
25544         (_FP_FRAC_HIGH_DW_Q): Likewise.
25545         * soft-fp/fmasf4.c: New file.
25546         * soft-fp/fmadf4.c: Likewise.
25547         * soft-fp/fmatf4.c: Likewise.
25549 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25551         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25552         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25553         Silvermont.
25554         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25555         macro.
25556         (index_Slow_SSE4_2): Likewise.
25557         (index_Prefer_PMINUB_for_stringop): Likewise.
25558         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25559         bit_Slow_SSE4_2 is set.
25560         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25561         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25563 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25565         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25566         rtld_global._dl_hwcap2.
25567         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25568         POWER8.
25569         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25570         POWER8 feature descriptions defined in _dl_hwcap2.
25571         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25572         string handling for POWER8 feature bits.
25573         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25574         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25575         _dl_powerpc_cap_flags.
25576         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25577         * sysdeps/powerpc/rtld-global-offsets.sym
25578         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25579         _dl_hwcap2 in the rtld_global_ro structure.
25581 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25583         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25584         hardware capabilities in support of AT_HWCAP2.
25585         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25586         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25587         GLRO(dl_hwcap2).
25588         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25589         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25590         explicitly the unknown a_type display mechanism is used.
25591         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25592         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25593         struct member.
25594         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25595         to macro prototype for AT_HWCAP2 support.
25596         * sysdeps/i386/dl-procinfo.h: Likewise.
25597         * sysdeps/s390/dl-procinfo.h: Likewise.
25598         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25599         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25600         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25601         return -1 for unknown a_type display fallback.
25602         * sysdeps/sparc/dl-procinfo.h: Likewise.
25603         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25604         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25606 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25608         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25609         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25611 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25613         [BZ #12492]
25614         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25615         mprotect making __stack_prot writable.
25617 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25618             Joseph Myers  <joseph@codesourcery.com>
25620         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25621         as being properly aligned.
25623 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25625         * dlfcn/modstatic5.c: New file.
25626         * dlfcn/tststatic5.c: New file.
25627         * dlfcn/Makefile (tests): Add tststatic5.
25628         (tests-static): Likewise.
25629         (modules-names): Add modstatic5.
25630         (tststatic5-ENV): New variable.
25631         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25633         [BZ #15022]
25634         * elf/dl-support.c (_dl_main_map): New variable.
25635         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25636         (_dl_nns, _dl_load_adds): Set to 1.
25637         (_dl_initial_searchlist): Refer to _dl_main_map.
25638         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25639         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25640         call to _dl_get_origin.
25641         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25642         around call_map.
25643         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25644         * dlfcn/modstatic3.c: New file.
25645         * dlfcn/tststatic3.c: New file.
25646         * dlfcn/tststatic4.c: New file.
25647         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25648         (tests-static): Likewise.
25649         (modules-names): Add modstatic3.
25650         (tststatic3-ENV, tststatic4-ENV): New variables.
25651         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25652         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25654 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25656         * configure.in (CC): Require GCC version 4.4 or later.
25657         * configure: Regenerated.
25658         * manual/install.texi (Tools for Compilation): Update GCC version
25659         requirement.
25660         * INSTALL: Regenerated.
25662 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25664         [BZ #15674]
25665         * string/test-memcmp.c (check2): New.
25666         (main): Call check2.
25668         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25670 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25672         [BZ #15022]
25673         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25674         over to...
25675         (dl_open_worker) [!SHARED]: ... here.
25677 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25679         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25681 2013-06-25  Richard Henderson  <rth@redhat.com>
25683         * locale/programs/locarchive.c: Include <libc-internal.h>
25685 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25687         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25688         trailing whitespace removed.
25690 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25692         [BZ #10283]
25693         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25694         * locale/programs/locarchive.c: Include libc-mmap.h.
25695         (prepare_address_space): Take two new outputs (the mmap base and len).
25696         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25697         values.
25698         (create_archive): Declare new mmap base and len values for
25699         prepare_address_space, and store the result in ah.
25700         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25701         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25702         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25703         Declare new mmap base and len values for
25704         prepare_address_space, and store the result in new_ah.
25705         (open_archive): Declare new mmap base and len values for
25706         prepare_address_space, and store the result in ah.
25707         (close_archive): If ah->mmap_base is not NULL, use that and
25708         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25709         * sysdeps/generic/libc-mmap.h: New file.
25711 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25713         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25714         (ALIGN_UP): Likewise.
25715         (PTR_ALIGN_DOWN): Likewise.
25716         (PTR_ALIGN_UP): Likewise.
25718 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25720         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25721         entry mapped to PPC_PLATFORM_POWER8.
25722         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25723         POWER8.
25724         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25725         (_dl_string_platform): Add case for exporting platform position for
25726         POWER8.
25727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25728         search path to sysdeps/powerpc/powerpc32/power8 directory.
25729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25730         search path to sysdeps/powerpc/powerpc64/power8 directory.
25731         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25732         power7 directories.
25733         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25734         power7 directories.
25736 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25738         * INSTALL: Regenerate.
25740         * nscd/connections.c (nscd_init): Fix comment.
25742 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25744         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25746         [BZ #15667]
25747         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25748         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25750 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25752         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25753         DL_DST_REQ_STATIC.
25754         (DL_DST_REQ_STATIC): Remove macro.
25756 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25758         [BZ #7006]
25759         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25760         with a shift of 0 bits.
25762 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25764         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25765         $(tststatic-ENV).
25767 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25769         [BZ #15655]
25770         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25772 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25774         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25775         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25776         accepts -fno-tree-loop-distribute-patterns.
25777         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25778         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25779         recursive call.
25780         * string/memset.c (memset): Likewise.
25781         * string/test-memmove.c (simple_memmove): Disable loop transformation
25782         to library calls.
25783         * string/test-memset.c (simple_memset): Likewise.
25784         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25785         * benchtests/bench-memset.c (simple_memset): Likewise.
25786         * configure: Regenerated.
25788 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25790         * math/test-misc.c (main): Ignore fesetround failure when failures
25791         of subsequent rounding tests would be ignored.
25793         [BZ #15654]
25794         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25795         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25796         * math/fegetenv.c (__fegetenv): Return 0.
25797         * math/fegetexcept.c (fegetexcept): Return 0.
25798         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25799         FE_TONEAREST.
25800         * math/feholdexcpt.c (feholdexcept): Return 0.
25801         * math/fesetenv.c (__fesetenv): Return 0.
25802         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25803         argument FE_TONEAREST.
25804         * math/feupdateenv.c (__feupdateenv): Return 0.
25805         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25807 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25809         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25810         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25811         ($(objpfx)rtld-%.os rules): Use them.
25813 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25815         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25816         fields.
25818 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25820         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25821         length of target pattern, then descending length of dependency pattern.
25822         * configure.in (AWK): Require gawk 3.1.2 or newer.
25823         * manual/install.texi (Tools for Compilation): Say that we do.
25824         * configure: Regenerated.
25826         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25827         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25828         * scripts/sysd-rules.awk: ... this new script.
25829         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25830         than a glob-style pattern.
25832 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25834         * math/test-misc.c (main): Do not treat incorrectly rounded
25835         conversions as failure unless ROUNDING_TESTS passes.
25837 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25839         [BZ #15631]
25840         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25841         restore exception state around main square root computation, then
25842         check for inexactness explicitly.
25844         * math/libm-test.inc (fma_test_data): Add another test.
25846 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25848         * manual/threads.texi (Non-POSIX Extensions): New document
25849         node.  Document pthread_getattr_default_np and
25850         pthread_setattr_default_np.
25852         * Versions.def (libpthread): Add GLIBC_2.18.
25853         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25855         Likewise.
25856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25857         Likewise.
25858         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25859         Likewise.
25860         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25861         Likewise.
25862         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25863         Likewise.
25864         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25865         Likewise.
25866         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25867         Likewise.
25868         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25869         Likewise.
25870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25871         Likewise.
25873 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25875         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25876         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25878 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25879             H.J. Lu  <hjl.tools@gmail.com>
25881         [BZ #15627]
25882         * sysdeps/x86_64/rtld-memset.c: Remove file.
25883         * sysdeps/x86_64/rtld-memset.S: New file.
25885 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25887         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25888         (test_in_one_mode): Take arguments for whether the rounding mode
25889         is supported for each floating-point type.
25890         (do_test): Pass new arguments to test_in_one_mode using
25891         ROUNDING_TESTS.
25893 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25895         * posix/tst-waitid.c (do_test): Distinguish different instances of
25896         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25897         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25898         before entering the kernel for waitpid.
25900 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25902         * NEWS: Fix note on clock function precision.  Text by Roland
25903         McGrath.
25905 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25907         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25908         it into place only when and if the sanity check passes.
25910 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25912         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25913         output for whether conversion result is exact.  Take argument
25914         indicating whether type is IBM long double.
25915         (round_for_all): Change need_exact field to ibm_ld.
25916         * stdlib/tst-strtod-round.c (struct exactness): New type.
25917         (struct test): Change bool ld_ok field to struct exactness exact.
25918         (TEST): Update all definitions for change to field.
25919         (tests): Regenerate array contents.
25920         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25921         field value.  Check for IBM long double here.
25922         (do_test): Update calls to test_in_one_mode.
25924 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25926         [BZ #12515]
25927         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25928         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25930 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25932         [BZ #15605]
25933         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25934         generated by the compiler on loop optimizations.
25935         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25936         general definitions.
25938 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25940         * math/bug-nextafter.c: Include <math-tests.h>.
25941         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25942         the relevant type.
25943         * math/bug-nexttoward.c: Include <math-tests.h>.
25944         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25945         the relevant type.
25946         * math/test-misc.c: Include <math-tests.h>.
25947         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25948         the relevant type.
25950 2013-06-12  Andreas Jaeger  <aj@suse.de>
25952         * po/ia.po: Update Interlingua translation from translation
25953         project.
25955 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25957         * include/fenv.h: Include stdbool.h.
25958         (struct rm_ctx): New structure.
25959         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25960         Define macro.
25961         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25962         (SET_RESTORE_ROUNDF): Likewise.
25963         (SET_RESTORE_ROUNDL): Likewise.
25964         (SET_RESTORE_ROUND_NOEX): Likewise.
25965         (SET_RESTORE_ROUND_NOEXF): Likewise.
25966         (SET_RESTORE_ROUND_NOEXL): Likewise.
25967         (SET_RESTORE_ROUND_53BIT): Likewise.
25968         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25969         (libc_feresetround_noexf_ctx): Likewise.
25970         (libc_feresetround_noexl_ctx): Likewise.
25971         (libc_feholdsetround_53bit_ctx): Likewise.
25972         (libc_feresetround_53bit_ctx): Likewise.
25973         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25974         (libc_feholdexcept_setround_sse_ctx): New function.
25975         (libc_fesetenv_sse_ctx): Likewise.
25976         (libc_feupdateenv_sse_ctx): Likewise.
25977         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25978         (libc_feholdexcept_setround_387_ctx): Likewise.
25979         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25980         (libc_feholdsetround_387_prec_ctx): Likewise.
25981         (libc_feholdsetround_387_ctx): Likewise.
25982         (libc_feholdsetround_387_53bit_ctx): Likewise.
25983         (libc_feholdsetround_sse_ctx): Likewise.
25984         (libc_feresetround_sse_ctx): Likewise.
25985         (libc_feresetround_387_ctx): Likewise.
25986         (libc_feupdateenv_387_ctx): Likewise.
25987         (libc_feholdexcept_setroundf_ctx): Define macro.
25988         (libc_fesetenvf_ctx): Likewise.
25989         (libc_feupdateenvf_ctx): Likewise.
25990         (libc_feholdsetroundf_ctx): Likewise.
25991         (libc_feresetroundf_ctx): Likewise.
25992         (libc_feholdexcept_setround_ctx): Likewise.
25993         (libc_fesetenv_ctx): Likewise.
25994         (libc_feupdateenv_ctx): Likewise.
25995         (libc_feholdsetround_ctx): Likewise.
25996         (libc_feresetround_ctx): Likewise.
25997         (libc_feholdexcept_setroundl_ctx): Likewise.
25998         (libc_feupdateenvl_ctx): Likewise.
25999         (libc_feholdsetroundl_ctx): Likewise.
26000         (libc_feresetroundl_ctx): Likewise.
26001         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26002         (libc_feresetround_53bit_ctx): Likewise.
26004 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26006         * locale/iso-639.def: Convert to UTF-8.
26008 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26010         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26011         (EXCEPTION_TESTS_double): Likewise.
26012         (EXCEPTION_TESTS_long_double): Likewise.
26013         (EXCEPTION_TESTS): Likewise.
26014         * math/libm-test.inc (test_exceptions): Only test exceptions if
26015         EXCEPTION_TESTS (FLOAT).
26017 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26019         * benchtests/Makefile (string-bench): Add strcpy_chk and
26020         stpcpy_chk.
26021         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26022         * benchtests/bench-stpcpy_chk.c: New file.
26023         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26024         * benchtests/bench-strcpy_chk.c: New file.
26025         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26026         code.
26027         (do_test): Likewise.
26029 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26031         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26032         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26033         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26034         with tabs where appropriate.
26035         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26036         dl-procinfo.h.
26037         [PPC_PLATFORM_PPC440]: Likewise.
26038         [PPC_PLATFORM_PPC464]: Likewise.
26039         [PPC_PLATFORM_PPC476]: Likewise.
26040         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26041         ppc464, and ppc476 platform strings merging from ports/
26042         dl-procinfo.h.
26044 2013-06-11  Andreas Schwab  <schwab@suse.de>
26046         [BZ #14991]
26047         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26048         (from_ucs4_idx): Regenerate.
26049         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26050         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26051         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26052         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26053         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26054         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26055         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26056         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26057         from FROM_LOOP and TO_LOOP specific macros.
26058         (BODY): Handle combining characters.
26059         * iconvdata/BIG5HKSCS.irreversible: Update.
26060         * iconvdata/BIG5HKSCS.precomposed: New file.
26061         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26062         characters.
26063         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26065 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26067         * include/sys/time.h: Fix indentation and add copyright header.
26069         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26070         (do_test): Likewise.
26071         * string/test-memchr.c (do_one_test): Likewise.
26072         (do_test): Likewise.
26073         * string/test-memcmp.c (do_one_test): Likewise.
26074         (do_test): Likewise.
26075         * string/test-memcpy.c (do_one_test): Likewise.
26076         (do_test): Likewise.
26077         * string/test-memmem.c (do_one_test): Likewise.
26078         (do_test): Likewise.
26079         (do_random_tests): Likewise.
26080         * string/test-memmove.c (do_one_test): Likewise.
26081         (do_test): Likewise.
26082         * string/test-memset.c (do_one_test): Likewise.
26083         (do_test): Likewise.
26084         * string/test-rawmemchr.c (do_one_test): Likewise.
26085         (do_test): Likewise.
26086         * string/test-strcasecmp.c (do_one_test): Likewise.
26087         (do_test): Likewise.
26088         * string/test-strcasestr.c (do_one_test): Likewise.
26089         (do_test): Likewise.
26090         * string/test-strcat.c (do_one_test): Likewise.
26091         (do_test): Likewise.
26092         * string/test-strchr.c (do_one_test): Likewise.
26093         (do_test): Likewise.
26094         * string/test-strcmp.c (do_one_test): Likewise.
26095         (do_test): Likewise.
26096         * string/test-strcpy.c (do_one_test): Likewise.
26097         (do_test): Likewise.
26098         * string/test-string.h: Likewise.
26099         (test_init): Likewise.
26100         * string/test-strlen.c (do_one_test): Likewise.
26101         (do_test): Likewise.
26102         * string/test-strncasecmp.c (do_one_test): Likewise.
26103         (do_test): Likewise.
26104         * string/test-strncat.c (do_one_test): Likewise.
26105         (do_test): Likewise.
26106         * string/test-strncmp.c (do_one_test): Likewise.
26107         (do_test_limit): Likewise.
26108         (do_test): Likewise.
26109         * string/test-strncpy.c (do_one_test): Likewise.
26110         (do_test): Likewise.
26111         * string/test-strnlen.c (do_one_test): Likewise.
26112         (do_test): Likewise.
26113         * string/test-strpbrk.c (do_one_test): Likewise.
26114         (do_test): Likewise.
26115         * string/test-strrchr.c (do_one_test): Likewise.
26116         (do_test): Likewise.
26117         * string/test-strspn.c (do_one_test): Likewise.
26118         (do_test): Likewise.
26119         * string/test-strstr.c (do_one_test): Likewise.
26120         (do_test): Likewise.
26122         * benchtests/Makefile (string-bench): Add string benchmarks.
26123         * benchtests/bench-bcopy-ifunc.c: New file.
26124         * benchtests/bench-bcopy.c: New file.
26125         * benchtests/bench-bzero-ifunc.c: New file.
26126         * benchtests/bench-bzero.c: New file.
26127         * benchtests/bench-memccpy-ifunc.c: New file.
26128         * benchtests/bench-memccpy.c: New file.
26129         * benchtests/bench-memchr-ifunc.c: New file.
26130         * benchtests/bench-memchr.c: New file.
26131         * benchtests/bench-memcmp-ifunc.c: New file.
26132         * benchtests/bench-memcmp.c: New file.
26133         * benchtests/bench-memmem-ifunc.c: New file.
26134         * benchtests/bench-memmem.c: New file.
26135         * benchtests/bench-memmove-ifunc.c: New file.
26136         * benchtests/bench-memmove.c: New file.
26137         * benchtests/bench-mempcpy-ifunc.c: New file.
26138         * benchtests/bench-mempcpy.c: New file.
26139         * benchtests/bench-memset-ifunc.c: New file.
26140         * benchtests/bench-memset.c: New file.
26141         * benchtests/bench-rawmemchr-ifunc.c: New file.
26142         * benchtests/bench-rawmemchr.c: New file.
26143         * benchtests/bench-stpcpy-ifunc.c: New file.
26144         * benchtests/bench-stpcpy.c: New file.
26145         * benchtests/bench-stpncpy-ifunc.c: New file.
26146         * benchtests/bench-stpncpy.c: New file.
26147         * benchtests/bench-strcasecmp-ifunc.c: New file.
26148         * benchtests/bench-strcasecmp.c: New file.
26149         * benchtests/bench-strcasestr-ifunc.c: New file.
26150         * benchtests/bench-strcasestr.c: New file.
26151         * benchtests/bench-strcat-ifunc.c: New file.
26152         * benchtests/bench-strcat.c: New file.
26153         * benchtests/bench-strchr-ifunc.c: New file.
26154         * benchtests/bench-strchr.c: New file.
26155         * benchtests/bench-strchrnul-ifunc.c: New file.
26156         * benchtests/bench-strchrnul.c: New file.
26157         * benchtests/bench-strcmp-ifunc.c: New file.
26158         * benchtests/bench-strcmp.c: New file.
26159         * benchtests/bench-strcpy-ifunc.c: New file.
26160         * benchtests/bench-strcpy.c: New file.
26161         * benchtests/bench-strcspn-ifunc.c: New file.
26162         * benchtests/bench-strcspn.c: New file.
26163         * benchtests/bench-strlen-ifunc.c: New file.
26164         * benchtests/bench-strlen.c: New file.
26165         * benchtests/bench-strncasecmp-ifunc.c: New file.
26166         * benchtests/bench-strncasecmp.c: New file.
26167         * benchtests/bench-strncat-ifunc.c: New file.
26168         * benchtests/bench-strncat.c: New file.
26169         * benchtests/bench-strncmp-ifunc.c: New file.
26170         * benchtests/bench-strncmp.c: New file.
26171         * benchtests/bench-strncpy-ifunc.c: New file.
26172         * benchtests/bench-strncpy.c: New file.
26173         * benchtests/bench-strnlen-ifunc.c: New file.
26174         * benchtests/bench-strnlen.c: New file.
26175         * benchtests/bench-strpbrk-ifunc.c: New file.
26176         * benchtests/bench-strpbrk.c: New file.
26177         * benchtests/bench-strrchr-ifunc.c: New file.
26178         * benchtests/bench-strrchr.c: New file.
26179         * benchtests/bench-strspn-ifunc.c: New file.
26180         * benchtests/bench-strspn.c: New file.
26181         * benchtests/bench-strstr-ifunc.c: New file.
26182         * benchtests/bench-strstr.c: New file.
26184         * benchtests/Makefile: Disable parallel execution of targets.
26185         (string-bench): Add memcpy.
26186         (benchset): New variable to store a list of benchmark sets.
26187         (bench-func): Renamed from bench.
26188         (bench-set): New target.
26189         (bench): Depend on bench-func and bench-set.
26190         * benchtests/README: Add section on benchmark sets.
26191         * benchtests/bench-memcpy-ifunc.c: New file.
26192         * benchtests/bench-memcpy.c: New file.
26193         * benchtests/bench-string.h: New file.
26195 2013-06-11  Andreas Schwab  <schwab@suse.de>
26197         [BZ #15577]
26198         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26199         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26200         values in the triple.
26201         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26202         terminator in the group key.
26204 2013-06-11  Andreas Jaeger  <aj@suse.de>
26206         * po/zh_TW.po: Update Chinese (traditional) translation from
26207         translation project.
26209 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26211         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26212         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26213         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26214         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26215         (clock_getcpuclockid): Likewise.
26216         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26217         Add weak_alias and libc_hidden_def.
26218         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26219         * rt/clock_gettime.c (clock_gettime): Rename to
26220         __clock_gettime.  Add weak_alias and libc_hidden_def.
26221         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26222         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26223         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26224         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26225         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26226         Likewise.
26227         * rt/clock_settime.c (clock_settime): Rename to
26228         __clock_settime.  Add weak_alias and libc_hidden_def.
26229         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26231 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26233         * mach/err_boot.sub: Remove trailing whitespace.
26234         * mach/err_ipc.sub: Likewise.
26235         * mach/err_mach.sub: Likewise.
26237         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26238         (ROUNDING_TESTS_double): Likewise.
26239         (ROUNDING_TESTS_long_double): Likewise.
26240         (ROUNDING_TESTS): Likewise.
26241         * math/libm-test.inc: Include <math-tests.h>.
26242         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26243         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26244         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26245         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26247 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26249         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26250         of assigning.
26252 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26254         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26255         otherwise empty TRANS lines.
26256         * sysdeps/gnu/errlist.c: Regenerated.
26258         * catgets/gencat.c (error_print): Use (void) in function
26259         definition.
26260         * crypt/crypt_util.c (__init_des): Likewise.
26261         * crypt/speeds.c (Stop): Likewise.
26262         (main): Likewise.
26263         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26264         * inet/ruserpass.c (token): Likewise.
26265         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26266         * intl/localealias.c (extend_alias_table): Likewise.
26267         * intl/plural-exp.c (init_germanic_plural): Likewise.
26268         * libio/fcloseall.c (__fcloseall): Likewise.
26269         * libio/genops.c (_IO_flush_all): Likewise.
26270         (_IO_flush_all_linebuffered): Likewise.
26271         (_IO_cleanup): Likewise.
26272         (_IO_iter_begin): Likewise.
26273         (_IO_iter_end): Likewise.
26274         (_IO_list_lock): Likewise.
26275         (_IO_list_unlock): Likewise.
26276         (_IO_list_resetlock): Likewise.
26277         * libio/getchar.c (getchar): Likewise.
26278         * libio/getchar_u.c (getchar_unlocked): Likewise.
26279         * libio/getwchar.c (getwchar): Likewise.
26280         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26281         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26282         * login/getpt.c (__getpt): Likewise.
26283         * login/tst-utmp.c (main): Likewise.
26284         * malloc/hooks.c (__malloc_check_init): Likewise.
26285         * malloc/malloc.c (__malloc_stats): Likewise.
26286         * malloc/mtrace.c (tr_break): Likewise.
26287         (mtrace): Likewise.
26288         (muntrace): Likewise.
26289         * misc/fstab.c (endfsent): Likewise.
26290         * misc/getclktck.c (__getclktck): Likewise.
26291         * misc/getdtsz.c (__getdtablesize): Likewise.
26292         * misc/gethostid.c (gethostid): Likewise.
26293         * misc/getpagesize.c (__getpagesize): Likewise.
26294         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26295         (__get_nprocs): Likewise.
26296         (__get_phys_pages): Likewise.
26297         (__get_avphys_pages): Likewise.
26298         * misc/getttyent.c (getttyent): Likewise.
26299         (setttyent): Likewise.
26300         (endttyent): Likewise.
26301         * misc/getusershell.c (getusershell): Likewise.
26302         (endusershell): Likewise.
26303         (setusershell): Likewise.
26304         (initshells): Likewise.
26305         * misc/hsearch.c (__hdestroy): Likewise.
26306         * misc/sync.c (sync): Likewise.
26307         * misc/syslog.c (closelog_internal): Likewise.
26308         (closelog): Likewise.
26309         * misc/ttyslot.c (ttyslot): Likewise.
26310         * misc/vhangup.c (vhangup): Likewise.
26311         * posix/fork.c (__fork): Likewise.
26312         * posix/getegid.c (__getegid): Likewise.
26313         * posix/geteuid.c (__geteuid): Likewise.
26314         * posix/getgid.c (__getgid): Likewise.
26315         * posix/getpid.c (__getpid): Likewise.
26316         * posix/getppid.c (__getppid): Likewise.
26317         * posix/getuid.c (__getuid): Likewise.
26318         * posix/pause.c (pause): Likewise.
26319         * posix/setpgrp.c (setpgrp): Likewise.
26320         * posix/setsid.c (__setsid): Likewise.
26321         * posix/test-vfork.c (noop): Likewise.
26322         * resolv/gethnamaddr.c (_endhtent): Likewise.
26323         (_gethtent): Likewise.
26324         (ht_endhostent): Likewise.
26325         (gethostent): Likewise.
26326         (dns_service): Likewise.
26327         * stdlib/drand48.c (drand48): Likewise.
26328         * stdlib/lrand48.c (lrand48): Likewise.
26329         * stdlib/mrand48.c (mrand48): Likewise.
26330         * stdlib/rand.c (rand): Likewise.
26331         * stdlib/random.c (__random): Likewise.
26332         * stdlib/setenv.c (clearenv): Likewise.
26333         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26334         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26335         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26336         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26337         (__get_nprocs): Likewise.
26338         (__get_phys_pages): Likewise.
26339         (__get_avphys_pages): Likewise.
26340         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26341         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26342         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26343         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26344         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26345         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26346         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26347         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26348         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26349         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26350         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26351         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26352         * sysdeps/posix/clock.c (clock): Likewise.
26353         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26354         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26355         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26356         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26357         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26358         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26359         (__get_nprocs_conf): Likewise.
26360         (__get_phys_pages): Likewise.
26361         (__get_avphys_pages): Likewise.
26362         * time/clock.c (clock): Likewise.
26363         * time/tzset.c (__tzname_max): Likewise.
26365 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26367         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26368         (__bswap_32): Do not use "register".
26369         * crypt/crypt.c (_ufc_doit_r): Likewise.
26370         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26371         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26372         * gmon/gmon.c (__monstartup): Likewise.
26373         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26374         * hurd/hurdmalloc.c (more_memory): Likewise.
26375         (malloc): Likewise.
26376         (free): Likewise.
26377         (realloc): Likewise.
26378         (malloc_fork_prepare): Likewise.
26379         (malloc_fork_parent): Likewise.
26380         (malloc_fork_child): Likewise.
26381         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26382         (_svcauth_des): Likewise.
26383         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26384         * inet/inet_net.c (inet_network): Likewise.
26385         * inet/inet_netof.c (inet_netof): Likewise.
26386         * inet/rcmd.c (__validuser2_sa): Likewise.
26387         * io/fts.c (fts_open): Likewise.
26388         (fts_load): Likewise.
26389         (fts_close): Likewise.
26390         (fts_read): Likewise.
26391         (fts_children): Likewise.
26392         (fts_build): Likewise.
26393         (fts_stat): Likewise.
26394         (fts_sort): Likewise.
26395         (fts_alloc): Likewise.
26396         (fts_lfree): Likewise.
26397         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26398         (_IO_file_xsgetn): Likewise.
26399         (_IO_file_xsgetn_mmap): Likewise.
26400         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26401         (_IO_cookie_write): Likewise.
26402         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26403         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26404         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26405         * malloc/obstack.c (_obstack_begin): Likewise.
26406         (_obstack_begin_1): Likewise.
26407         (_obstack_newchunk): Likewise.
26408         (_obstack_allocated_p): Likewise.
26409         (obstack_free): Likewise.
26410         (_obstack_memory_used): Likewise.
26411         * misc/getttyent.c (getttynam): Likewise.
26412         (getttyent): Likewise.
26413         (skip): Likewise.
26414         (value): Likewise.
26415         * misc/getusershell.c (initshells): Likewise.
26416         * misc/syslog.c (__vsyslog_chk): Likewise.
26417         * misc/ttyslot.c (ttyslot): Likewise.
26418         * nis/nis_hash.c (__nis_hash): Likewise.
26419         * posix/fnmatch_loop.c (FCT): Likewise.
26420         * posix/getconf.c (print_all): Likewise.
26421         (main): Likewise.
26422         * posix/getopt.c (exchange): Likewise.
26423         * posix/glob.c (globfree): Likewise.
26424         (prefix_array): Likewise.
26425         (__glob_pattern_type): Likewise.
26426         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26427         (NS_GET32): Likewise.
26428         (NS_PUT16): Likewise.
26429         (NS_PUT32): Likewise.
26430         * resolv/gethnamaddr.c (getanswer): Likewise.
26431         (gethostbyname2): Likewise.
26432         (gethostbyaddr): Likewise.
26433         (_gethtent): Likewise.
26434         (_gethtbyname2): Likewise.
26435         (_gethtbyaddr): Likewise.
26436         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26437         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26438         * resolv/res_init.c (__res_vinit): Likewise.
26439         (net_mask): Likewise.
26440         * resolv/res_mkquery.c (outchar): Likewise.
26441         (PRINT): Likewise.
26442         * stdio-common/printf_fp.c (outchar): Likewise.
26443         (PRINT): Likewise.
26444         * stdio-common/printf_fphex.c (outchar): Likewise.
26445         (PRINT): Likewise.
26446         * stdio-common/printf_size.c (outchar): Likewise.
26447         (PRINT): Likewise.
26448         * stdio-common/test_rdwr.c (main): Likewise.
26449         * stdio-common/tfformat.c (matches): Likewise.
26450         * stdio-common/vfprintf.c (outchar): Likewise.
26451         (printf_unknown): Likewise.
26452         (buffered_vfprintf): Likewise.
26453         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26454         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26455         (ReadFile): Likewise.
26456         * stdlib/qsort.c (SWAP): Likewise.
26457         (_quicksort): Likewise.
26458         * stdlib/setenv.c (__add_to_environ): Likewise.
26459         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26460         * stdlib/strtol_l.c (__strtol_l): Likewise.
26461         * stdlib/tst-strtod.c (main): Likewise.
26462         * stdlib/tst-strtol.c (main): Likewise.
26463         * stdlib/tst-strtoll.c (main): Likewise.
26464         * string/bits/string2.h (__strcmp_cc): Likewise.
26465         (__strcmp_cg): Likewise.
26466         (__strcspn_c1): Likewise.
26467         (__strcspn_c2): Likewise.
26468         (__strcspn_c3): Likewise.
26469         (__strspn_c1): Likewise.
26470         (__strspn_c2): Likewise.
26471         (__strspn_c3): Likewise.
26472         (__strsep_1c): Likewise.
26473         (__strsep_2c): Likewise.
26474         (__strsep_3c): Likewise.
26475         * string/memccpy.c (__memccpy): Likewise.
26476         * string/stpcpy.c (__stpcpy): Likewise.
26477         * string/strcmp.c (strcmp): Likewise.
26478         * string/strrchr.c (strrchr): Likewise.
26479         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26480         Likewise.
26481         * sysdeps/mach/hurd/getcwd.c
26482         (_hurd_canonicalize_directory_name_internal): Likewise.
26483         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26484         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26485         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26486         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26487         Likewise, in both definitions.
26488         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26489         definitions.
26490         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26491         64] (__bswap_64): Likewise.
26492         * time/test_time.c (main): Likewise.
26493         * time/tzfile.c (__tzfile_read): Likewise.
26494         (__tzfile_compute): Likewise.
26495         * time/tzset.c (__tzset_parse_tz): Likewise.
26496         (tzset_internal): Likewise.
26497         (compute_change): Likewise.
26498         * wcsmbs/wcscat.c (__wcscat): Likewise.
26499         * wcsmbs/wcschr.c (wcschr): Likewise.
26500         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26501         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26502         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26503         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26504         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26505         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26506         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26507         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26508         * wcsmbs/wmemset.c (wmemset): Likewise.
26510 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26512         * scripts/config.guess: Update to version 2013-05-16.
26513         * scripts/config.sub: Update to version 2013-04-24.
26514         * scripts/install-sh: Update to version 2011-11-20.07.
26515         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26516         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26518 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26520         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26521         * elf/sln.c: Likewise.
26522         * hurd/hurd/ioctl.h: Likewise.
26523         * hurd/hurdmalloc.c: Likewise.
26524         * hurd/xattr.c: Likewise.
26525         * include/shlib-compat.h: Likewise.
26526         * inet/ruserpass.c: Likewise.
26527         * libio/iofgets_u.c: Likewise.
26528         * libio/iofgetws_u.c: Likewise.
26529         * locale/programs/ld-identification.c: Likewise.
26530         * locale/programs/ld-time.c: Likewise.
26531         * mach/msg-destroy.c: Likewise.
26532         * nss/nss_files/files-netgrp.c: Likewise.
26533         * resolv/res_data.c: Likewise.
26534         * soft-fp/op-1.h: Likewise.
26535         * soft-fp/op-2.h: Likewise.
26536         * soft-fp/op-4.h: Likewise.
26537         * soft-fp/op-common.h: Likewise.
26538         * stdio-common/printf_fphex.c: Likewise.
26539         * stdlib/strtod_l.c: Likewise.
26540         * sunrpc/rpc/clnt.h: Likewise.
26541         * sysdeps/generic/framestate.c: Likewise.
26542         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26543         * sysdeps/i386/bsd-setjmp.S: Likewise.
26544         * sysdeps/i386/__longjmp.S: Likewise.
26545         * sysdeps/i386/setjmp.S: Likewise.
26546         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26547         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26548         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26549         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26550         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26551         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26552         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26553         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26554         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26555         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26556         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26557         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26558         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26559         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26560         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26561         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26562         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26563         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26564         * sysdeps/ieee754/support.c: Likewise.
26565         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26566         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26567         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26568         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26569         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26570         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26571         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26572         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26573         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26574         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26575         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26576         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26577         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26578         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26579         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26580         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26581         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26584 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26586         * posix/transbug.c: Remove executable mode.
26588 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26590         * crypt/speeds.c: Remove trailing whitespace.
26591         * dlfcn/default.c: Likewise.
26592         * elf/ifuncdep2.c: Likewise.
26593         * elf/ifuncmain1.c: Likewise.
26594         * elf/ifuncmain1vis.c: Likewise.
26595         * elf/testobj.h: Likewise.
26596         * elf/tst-stackguard1.c: Likewise.
26597         * gmon/sys/gmon.h: Likewise.
26598         * hurd/hurdmsg.c: Likewise.
26599         * hurd/new-fd.c: Likewise.
26600         * hurd/ports-get.c: Likewise.
26601         * iconvdata/ibm1008_420.c: Likewise.
26602         * inet/tst-getni1.c: Likewise.
26603         * inet/tst-getni2.c: Likewise.
26604         * libio/ioungetc.c: Likewise.
26605         * libio/wfiledoalloc.c: Likewise.
26606         * manual/libm-err-tab.pl: Likewise.
26607         * math/w_dremf.c: Likewise.
26608         * misc/ftruncate.c: Likewise.
26609         * posix/bug-glob2.c: Likewise.
26610         * posix/tst-pcre.c: Likewise.
26611         * posix/wait4.c: Likewise.
26612         * resolv/README: Likewise.
26613         * resolv/res_debug.h: Likewise.
26614         * resolv/tst-inet_ntop.c: Likewise.
26615         * setjmp/bug269-setjmp.c: Likewise.
26616         * soft-fp/extended.h: Likewise.
26617         * soft-fp/op-1.h: Likewise.
26618         * soft-fp/op-2.h: Likewise.
26619         * soft-fp/op-4.h: Likewise.
26620         * soft-fp/op-8.h: Likewise.
26621         * soft-fp/testit.c: Likewise.
26622         * stdio-common/bug16.c: Likewise.
26623         * stdlib/random.c: Likewise.
26624         * sunrpc/rpcsvc/rquota.x: Likewise.
26625         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26626         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26627         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26628         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26629         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26630         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26631         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26632         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26633         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26634         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26635         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26636         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26637         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26638         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26639         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26640         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26641         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26642         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26643         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26644         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26645         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26646         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26647         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26648         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26649         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26650         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26651         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26652         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26653         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26654         * sysdeps/ieee754/s_lib_version.c: Likewise.
26655         * sysdeps/mach/hurd/check_fds.c: Likewise.
26656         * sysdeps/mach/hurd/getsockname.c: Likewise.
26657         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26658         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26659         * sysdeps/powerpc/bits/link.h: Likewise.
26660         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26661         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26662         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26663         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26664         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26665         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26666         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26667         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26668         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26669         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26670         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26671         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26672         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26673         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26674         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26675         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26676         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26677         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26678         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26679         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26680         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26681         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26682         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26683         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26684         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26685         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26686         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26687         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26688         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26689         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26690         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26691         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26692         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26693         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26694         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26695         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26696         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26697         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26698         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26699         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26700         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26701         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26702         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26703         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26704         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26705         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26706         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26707         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26708         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26709         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26710         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26711         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26712         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26713         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26714         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26715         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26716         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26717         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26718         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26719         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26720         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26721         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26722         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26723         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26724         * sysdeps/powerpc/sysdep.h: Likewise.
26725         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26726         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26727         * sysdeps/sh/dl-trampoline.S: Likewise.
26728         * sysdeps/sh/memset.S: Likewise.
26729         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26730         * sysdeps/sh/strlen.S: Likewise.
26731         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26732         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26733         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26734         * sysdeps/sparc/sparc32/rem.S: Likewise.
26735         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26736         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26737         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26738         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26739         * sysdeps/sparc/sparc32/urem.S: Likewise.
26740         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26741         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26742         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26743         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26744         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26745         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26746         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26747         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26748         * sysdeps/unix/bsd/times.c: Likewise.
26749         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26750         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26754         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26755         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26756         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26757         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26758         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26759         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26760         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26761         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26762         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26763         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26764         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26765         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26766         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26767         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26768         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26769         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26770         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26771         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26772         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26773         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26774         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26775         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26776         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26777         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26778         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26779         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26780         * sysdeps/x86_64/strcspn.S: Likewise.
26782 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26784         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26785         generated file.  Regenerate properly from gen-translit.pl.
26786         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26787         locale/C-translit.h.
26789 2013-06-05  Andreas Schwab  <schwab@suse.de>
26791         [BZ #15100]
26792         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26793         week as 6 instead of -1.
26794         * time/tst-strptime.c (day_tests): Add test case.
26796 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26798         * sysdeps/generic/math_private.h
26799         (libc_feholdexcept_setround_53bit): Replace with
26800         libc_feholdsetround_53bit.
26801         (libc_feupdateenv_53bit): Replace with
26802         libc_feresetround_53bit.
26803         (SET_RESTORE_ROUND_53BIT): Adjust.
26805 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26807         * string/test-strchrnul.c: Add copyright header.
26809         * posix/tst-getaddrinfo4.c: Increase test timeout.
26811 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26813         [BZ #15536]
26814         * math/libm-test.inc (MAX_EXP): Remove
26815         (MIN_EXP): Define.
26816         (ulp): Use MIN_EXP - MANT_DIG.
26817         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26819 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26821         * po/be.po: Revert last change.
26822         * po/zh_CN.po: Likewise.
26823         * po/header.pot: Likewise.
26825 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26827         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26828         link-libc-deps to empty as target-specific variable.
26829         * Makerules (link-libc-args): New variable.
26830         (libc-for-link): Likewise.
26831         (link-libc-deps): Likewise.
26832         (lib%.so): Depend on $(link-libc-deps).  Link with
26833         $(link-libc-args).
26834         (build-module): Link with $(link-libc-args).
26835         (build-module-asneeded): Likewise.
26836         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26837         list of objects.
26838         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26839         target-specific variable.
26840         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26841         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26842         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26843         libc.
26844         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26845         libc and ld.so.
26846         ($(objpfx)libpcprofile.so): Likewise.
26847         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26848         libc_nonshared.a.
26849         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26850         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26851         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26852         $(link-libc-deps).
26853         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26854         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26855         * login/Makefile ($(objpfx)libutil.so): Likewise.
26856         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26857         * math/Makefile ($(objpfx)libm.so): Likewise.
26858         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26859         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26860         variable instead of depending directly on libc.
26861         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26862         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26863         $(link-libc-deps).
26864         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26865         libc.
26866         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26867         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26868         ($(objpfx)libanl.so): Likewise.
26869         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26870         ld.so.
26871         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26872         $(link-libc-deps).
26873         * sysdeps/i386/fpu/Makefile: Remove file.
26874         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26875         ($(objpfx)libm.so): Remove dependency on ld.so.
26877 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26879         [BZ # 15553]
26880         * nis/yp_xdr.c (XDRMAXNAME): Define.
26881         (XDRMAXRECORD): Define.
26882         (xdr_domainname): Use XDRMAXNAME.
26883         (xdr_mapname): Likewise.
26884         (xdr_peername): Likewise.
26885         (xdr_keydat): Use XDRMAXRECORD.
26886         (xdr_valdat): Likewise.
26888 2013-05-30  Jeff Law  <law@redhat.com>
26890         [BZ #14256]
26891         * manual/errno.texi (ESTALE): Update to account for more than
26892         just NFS file systems.
26893         * sysdeps/gnu/errlist.c: Regenerated.
26895 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26897         [BZ #15465]
26898         * elf/Makefile (tests): Add tst-null-argv.
26899         (modules-names):  Add tst-null-argv-lib.
26900         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26901         (tst-null-argv-ENV): Set environment for tst-null-argv.
26902         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26903         (RTLD_PROGNAME): New macro.
26904         * elf/tst-null-argv.c: New test case.
26905         * elf/tst-null-argv-lib.c: Library for test case.
26906         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26907         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26908         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26909         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26910         * elf/dl-init.c (call_init): Likewise.
26911         (_dl_init): Likewise.
26912         * elf/dl-load.c (print_search_path): Likewise.
26913         (_dl_map_object): Likewise.
26914         * elf/dl-lookup.c (do_lookup_x): Likewise.
26915         (add_dependency): Likewise.
26916         (_dl_lookup_symbol_x): Likewise.
26917         (_dl_debug_bindings): Likewise.
26918         * elf/dl-open.c (_dl_show_scope): Likewise.
26919         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26920         * elf/dl-version.c (match_symbol): Likewise.
26921         (_dl_check_map_versions): Likewise.
26922         * elf/rtld.c (dl_main): Likewise.
26923         (print_unresolved): Use RTLD_PROGNAME.
26924         (print_missing_version): Likewise.
26925         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26926         (elf_machine_rela): Likewise.
26927         * sysdeps/powerpc/powerpc32/dl-machine.c
26928         (__process_machine_rela): Likewise.
26929         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26930         Likewise.
26931         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26932         Likewise.
26933         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26934         Likewise.
26935         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26936         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26937         Likewise.
26938         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26939         Likewise.
26940         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26942 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26944         * po/be.po: Add descriptive title.
26945         * po/zh_CN.po: Likewise.
26946         * po/header.pot: Likewise.
26948 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26950         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26951         error message.
26952         (enlarge_archive): Likewise.
26954 2013-05-28  Ben North  <ben@redfrontdoor.org>
26956         * manual/arith.texi (frexp): It is the magnitude of the return
26957         value which lies in [0.5, 1), not the return value itself.
26959 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26961         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26963 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26965         * stdio-common/bug26.c (main): Correct fscanf template.
26967         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26968         declare _dl_skip_args.
26970         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26971         Don't declare.
26973         * manual/platform.texi: Add missing @end deftypefun.
26975 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26977         [BZ #15529]
26978         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26979         bit of mantissa of 2^16382.
26980         * math/libm-test.inc (hypot_test_data): Add more tests.
26982         * math/libm-test.inc: Add drem and pow10 to list of tested
26983         functions.
26984         (pow10_test): New function.
26985         (drem_test): Likewise.
26986         (drem_test_tonearest): Likewise.
26987         (drem_test_towardzero): Likewise.
26988         (drem_test_downward): Likewise.
26989         (drem_test_upward): Likewise.
26990         (main): Call the new functions.
26992         * math/libm-test.inc (finite_test_data): Remove.
26993         (finite_test): Run tests from isfinite_test_data.
26994         (gamma_test_data): Remove.
26995         (gamma_test): Run tests from lgamma_test_data.
26996         * sysdeps/i386/fpu/libm-test-ulps: Update.
26997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26999 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27001         * manual/platform.texi: Add PowerPC PPR function set documentation.
27002         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27003         implementation.
27005 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27007         * math/libm-test.inc (MAX_EXP): Define.
27008         (ULPDIFF): Define.
27009         (ulp): New function.
27010         (check_float_internal): Use ULPDIFF.
27011         (cpow_test): Disable failing test.
27012         (check_ulp): Test ulp() implemetnation.
27013         (main): Call check_ulp before starting tests.
27015 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27017         * math/gen-libm-test.pl (generate_testfile): Do not handle
27018         START_DATA and END_DATA.
27019         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27020         END_DATA.
27021         (acos_tonearest_test_data): Likewise.
27022         (acos_towardzero_test_data): Likewise.
27023         (acos_downward_test_data): Likewise.
27024         (acos_upward_test_data): Likewise.
27025         (acosh_test_data): Likewise.
27026         (asin_test_data): Likewise.
27027         (asin_tonearest_test_data): Likewise.
27028         (asin_towardzero_test_data): Likewise.
27029         (asin_downward_test_data): Likewise.
27030         (asin_upward_test_data): Likewise.
27031         (asinh_test_data): Likewise.
27032         (atan_test_data): Likewise.
27033         (atanh_test_data): Likewise.
27034         (atan2_test_data): Likewise.
27035         (cabs_test_data): Likewise.
27036         (cacos_test_data): Likewise.
27037         (cacosh_test_data): Likewise.
27038         (carg_test_data): Likewise.
27039         (casin_test_data): Likewise.
27040         (casinh_test_data): Likewise.
27041         (catan_test_data): Likewise.
27042         (catanh_test_data): Likewise.
27043         (cbrt_test_data): Likewise.
27044         (ccos_test_data): Likewise.
27045         (ccosh_test_data): Likewise.
27046         (ceil_test_data): Likewise.
27047         (cexp_test_data): Likewise.
27048         (cimag_test_data): Likewise.
27049         (clog_test_data): Likewise.
27050         (clog10_test_data): Likewise.
27051         (conj_test_data): Likewise.
27052         (copysign_test_data): Likewise.
27053         (cos_test_data): Likewise.
27054         (cos_tonearest_test_data): Likewise.
27055         (cos_towardzero_test_data): Likewise.
27056         (cos_downward_test_data): Likewise.
27057         (cos_upward_test_data): Likewise.
27058         (cosh_test_data): Likewise.
27059         (cosh_tonearest_test_data): Likewise.
27060         (cosh_towardzero_test_data): Likewise.
27061         (cosh_downward_test_data): Likewise.
27062         (cosh_upward_test_data): Likewise.
27063         (cpow_test_data): Likewise.
27064         (cproj_test_data): Likewise.
27065         (creal_test_data): Likewise.
27066         (csin_test_data): Likewise.
27067         (csinh_test_data): Likewise.
27068         (csqrt_test_data): Likewise.
27069         (ctan_test_data): Likewise.
27070         (ctan_tonearest_test_data): Likewise.
27071         (ctan_towardzero_test_data): Likewise.
27072         (ctan_downward_test_data): Likewise.
27073         (ctan_upward_test_data): Likewise.
27074         (ctanh_test_data): Likewise.
27075         (ctanh_tonearest_test_data): Likewise.
27076         (ctanh_towardzero_test_data): Likewise.
27077         (ctanh_downward_test_data): Likewise.
27078         (ctanh_upward_test_data): Likewise.
27079         (erf_test_data): Likewise.
27080         (erfc_test_data): Likewise.
27081         (exp_test_data): Likewise.
27082         (exp_tonearest_test_data): Likewise.
27083         (exp_towardzero_test_data): Likewise.
27084         (exp_downward_test_data): Likewise.
27085         (exp_upward_test_data): Likewise.
27086         (exp10_test_data): Likewise.
27087         (exp2_test_data): Likewise.
27088         (expm1_test_data): Likewise.
27089         (fabs_test_data): Likewise.
27090         (fdim_test_data): Likewise.
27091         (finite_test_data): Likewise.
27092         (floor_test_data): Likewise.
27093         (fma_test_data): Likewise.
27094         (fma_towardzero_test_data): Likewise.
27095         (fma_downward_test_data): Likewise.
27096         (fma_upward_test_data): Likewise.
27097         (fmax_test_data): Likewise.
27098         (fmin_test_data): Likewise.
27099         (fmod_test_data): Likewise.
27100         (fpclassify_test_data): Likewise.
27101         (frexp_test_data): Likewise.
27102         (gamma_test_data): Likewise.
27103         (hypot_test_data): Likewise.
27104         (ilogb_test_data): Likewise.
27105         (isfinite_test_data): Likewise.
27106         (isgreater_test_data): Likewise.
27107         (isgreaterequal_test_data): Likewise.
27108         (isinf_test_data): Likewise.
27109         (isless_test_data): Likewise.
27110         (islessequal_test_data): Likewise.
27111         (islessgreater_test_data): Likewise.
27112         (isnan_test_data): Likewise.
27113         (isnormal_test_data): Likewise.
27114         (issignaling_test_data): Likewise.
27115         (isunordered_test_data): Likewise.
27116         (j0_test_data): Likewise.
27117         (j1_test_data): Likewise.
27118         (jn_test_data): Likewise.
27119         (ldexp_test_data): Likewise.
27120         (lgamma_test_data): Likewise.
27121         (lrint_test_data): Likewise.
27122         (lrint_tonearest_test_data): Likewise.
27123         (lrint_towardzero_test_data): Likewise.
27124         (lrint_downward_test_data): Likewise.
27125         (lrint_upward_test_data): Likewise.
27126         (llrint_test_data): Likewise.
27127         (llrint_tonearest_test_data): Likewise.
27128         (llrint_towardzero_test_data): Likewise.
27129         (llrint_downward_test_data): Likewise.
27130         (llrint_upward_test_data): Likewise.
27131         (log_test_data): Likewise.
27132         (log10_test_data): Likewise.
27133         (log1p_test_data): Likewise.
27134         (log2_test_data): Likewise.
27135         (logb_test_data): Likewise.
27136         (logb_downward_test_data): Likewise.
27137         (lround_test_data): Likewise.
27138         (llround_test_data): Likewise.
27139         (modf_test_data): Likewise.
27140         (nearbyint_test_data): Likewise.
27141         (nextafter_test_data): Likewise.
27142         (nexttoward_test_data): Likewise.
27143         (pow_test_data): Likewise.
27144         (pow_tonearest_test_data): Likewise.
27145         (pow_towardzero_test_data): Likewise.
27146         (pow_downward_test_data): Likewise.
27147         (pow_upward_test_data): Likewise.
27148         (remainder_test_data): Likewise.
27149         (remainder_tonearest_test_data): Likewise.
27150         (remainder_towardzero_test_data): Likewise.
27151         (remainder_downward_test_data): Likewise.
27152         (remainder_upward_test_data): Likewise.
27153         (remquo_test_data): Likewise.
27154         (rint_test_data): Likewise.
27155         (rint_tonearest_test_data): Likewise.
27156         (rint_towardzero_test_data): Likewise.
27157         (rint_downward_test_data): Likewise.
27158         (rint_upward_test_data): Likewise.
27159         (round_test_data): Likewise.
27160         (scalb_test_data): Likewise.
27161         (scalbn_test_data): Likewise.
27162         (scalbln_test_data): Likewise.
27163         (signbit_test_data): Likewise.
27164         (sin_test_data): Likewise.
27165         (sin_tonearest_test_data): Likewise.
27166         (sin_towardzero_test_data): Likewise.
27167         (sin_downward_test_data): Likewise.
27168         (sin_upward_test_data): Likewise.
27169         (sincos_test_data): Likewise.
27170         (sinh_test_data): Likewise.
27171         (sinh_tonearest_test_data): Likewise.
27172         (sinh_towardzero_test_data): Likewise.
27173         (sinh_downward_test_data): Likewise.
27174         (sinh_upward_test_data): Likewise.
27175         (sqrt_test_data): Likewise.
27176         (tan_test_data): Likewise.
27177         (tan_tonearest_test_data): Likewise.
27178         (tan_towardzero_test_data): Likewise.
27179         (tan_downward_test_data): Likewise.
27180         (tan_upward_test_data): Likewise.
27181         (tanh_test_data): Likewise.
27182         (tgamma_test_data): Likewise.
27183         (trunc_test_data): Likewise.
27184         (y0_test_data): Likewise.
27185         (y1_test_data): Likewise.
27186         (yn_test_data): Likewise.
27187         (significand_test_data): Likewise.
27189         * math/gen-libm-test.pl (@functions): Remove variable.
27190         (generate_testfile): Don't handle START and END lines.
27191         * math/libm-test.inc (START): New macro.
27192         (END): Likewise.
27193         (END_COMPLEX): Likewise.
27194         (acos_test): Use END macro without arguments.
27195         (acos_test_tonearest): Likewise.
27196         (acos_test_towardzero): Likewise.
27197         (acos_test_downward): Likewise.
27198         (acos_test_upward): Likewise.
27199         (acosh_test): Likewise.
27200         (asin_test): Likewise.
27201         (asin_test_tonearest): Likewise.
27202         (asin_test_towardzero): Likewise.
27203         (asin_test_downward): Likewise.
27204         (asin_test_upward): Likewise.
27205         (asinh_test): Likewise.
27206         (atan_test): Likewise.
27207         (atanh_test): Likewise.
27208         (atan2_test): Likewise.
27209         (cabs_test): Likewise.
27210         (cacos_test): Use END_COMPLEX macro without arguments.
27211         (cacosh_test): Likewise.
27212         (carg_test): Use END macro without arguments.
27213         (casin_test): Use END_COMPLEX macro without arguments.
27214         (casinh_test): Likewise.
27215         (catan_test): Likewise.
27216         (catanh_test): Likewise.
27217         (cbrt_test): Use END macro without arguments.
27218         (ccos_test): Use END_COMPLEX macro without arguments.
27219         (ccosh_test): Likewise.
27220         (ceil_test): Use END macro without arguments.
27221         (cexp_test): Use END_COMPLEX macro without arguments.
27222         (cimag_test): Use END macro without arguments.
27223         (clog_test): Use END_COMPLEX macro without arguments.
27224         (clog10_test): Likewise.
27225         (conj_test): Likewise.
27226         (copysign_test): Use END macro without arguments.
27227         (cos_test): Likewise.
27228         (cos_test_tonearest): Likewise.
27229         (cos_test_towardzero): Likewise.
27230         (cos_test_downward): Likewise.
27231         (cos_test_upward): Likewise.
27232         (cosh_test): Likewise.
27233         (cosh_test_tonearest): Likewise.
27234         (cosh_test_towardzero): Likewise.
27235         (cosh_test_downward): Likewise.
27236         (cosh_test_upward): Likewise.
27237         (cpow_test): Use END_COMPLEX macro without arguments.
27238         (cproj_test): Likewise.
27239         (creal_test): Use END macro without arguments.
27240         (csin_test): Use END_COMPLEX macro without arguments.
27241         (csinh_test): Likewise.
27242         (csqrt_test): Likewise.
27243         (ctan_test): Likewise.
27244         (ctan_test_tonearest): Likewise.
27245         (ctan_test_towardzero): Likewise.
27246         (ctan_test_downward): Likewise.
27247         (ctan_test_upward): Likewise.
27248         (ctanh_test): Likewise.
27249         (ctanh_test_tonearest): Likewise.
27250         (ctanh_test_towardzero): Likewise.
27251         (ctanh_test_downward): Likewise.
27252         (ctanh_test_upward): Likewise.
27253         (erf_test): Use END macro without arguments.
27254         (erfc_test): Likewise.
27255         (exp_test): Likewise.
27256         (exp_test_tonearest): Likewise.
27257         (exp_test_towardzero): Likewise.
27258         (exp_test_downward): Likewise.
27259         (exp_test_upward): Likewise.
27260         (exp10_test): Likewise.
27261         (exp2_test): Likewise.
27262         (expm1_test): Likewise.
27263         (fabs_test): Likewise.
27264         (fdim_test): Likewise.
27265         (finite_test): Likewise.
27266         (floor_test): Likewise.
27267         (fma_test): Likewise.
27268         (fma_test_towardzero): Likewise.
27269         (fma_test_downward): Likewise.
27270         (fma_test_upward): Likewise.
27271         (fmax_test): Likewise.
27272         (fmin_test): Likewise.
27273         (fmod_test): Likewise.
27274         (fpclassify_test): Likewise.
27275         (frexp_test): Likewise.
27276         (gamma_test): Likewise.
27277         (hypot_test): Likewise.
27278         (ilogb_test): Likewise.
27279         (isfinite_test): Likewise.
27280         (isgreater_test): Likewise.
27281         (isgreaterequal_test): Likewise.
27282         (isinf_test): Likewise.
27283         (isless_test): Likewise.
27284         (islessequal_test): Likewise.
27285         (islessgreater_test): Likewise.
27286         (isnan_test): Likewise.
27287         (isnormal_test): Likewise.
27288         (issignaling_test): Likewise.
27289         (isunordered_test): Likewise.
27290         (j0_test): Likewise.
27291         (j1_test): Likewise.
27292         (jn_test): Likewise.
27293         (ldexp_test): Likewise.
27294         (lgamma_test): Likewise.
27295         (lrint_test): Likewise.
27296         (lrint_test_tonearest): Likewise.
27297         (lrint_test_towardzero): Likewise.
27298         (lrint_test_downward): Likewise.
27299         (lrint_test_upward): Likewise.
27300         (llrint_test): Likewise.
27301         (llrint_test_tonearest): Likewise.
27302         (llrint_test_towardzero): Likewise.
27303         (llrint_test_downward): Likewise.
27304         (llrint_test_upward): Likewise.
27305         (log_test): Likewise.
27306         (log10_test): Likewise.
27307         (log1p_test): Likewise.
27308         (log2_test): Likewise.
27309         (logb_test): Likewise.
27310         (logb_test_downward): Likewise.
27311         (lround_test): Likewise.
27312         (llround_test): Likewise.
27313         (modf_test): Likewise.
27314         (nearbyint_test): Likewise.
27315         (nextafter_test): Likewise.
27316         (nexttoward_test): Likewise.
27317         (pow_test): Likewise.
27318         (pow_test_tonearest): Likewise.
27319         (pow_test_towardzero): Likewise.
27320         (pow_test_downward): Likewise.
27321         (pow_test_upward): Likewise.
27322         (remainder_test): Likewise.
27323         (remainder_test_tonearest): Likewise.
27324         (remainder_test_towardzero): Likewise.
27325         (remainder_test_downward): Likewise.
27326         (remainder_test_upward): Likewise.
27327         (remquo_test): Likewise.
27328         (rint_test): Likewise.
27329         (rint_test_tonearest): Likewise.
27330         (rint_test_towardzero): Likewise.
27331         (rint_test_downward): Likewise.
27332         (rint_test_upward): Likewise.
27333         (round_test): Likewise.
27334         (scalb_test): Likewise.
27335         (scalbn_test): Likewise.
27336         (scalbln_test): Likewise.
27337         (signbit_test): Likewise.
27338         (sin_test): Likewise.
27339         (sin_test_tonearest): Likewise.
27340         (sin_test_towardzero): Likewise.
27341         (sin_test_downward): Likewise.
27342         (sin_test_upward): Likewise.
27343         (sincos_test): Likewise.
27344         (sinh_test): Likewise.
27345         (sinh_test_tonearest): Likewise.
27346         (sinh_test_towardzero): Likewise.
27347         (sinh_test_downward): Likewise.
27348         (sinh_test_upward): Likewise.
27349         (sqrt_test): Likewise.
27350         (tan_test): Likewise.
27351         (tan_test_tonearest): Likewise.
27352         (tan_test_towardzero): Likewise.
27353         (tan_test_downward): Likewise.
27354         (tan_test_upward): Likewise.
27355         (tanh_test): Likewise.
27356         (tgamma_test): Likewise.
27357         (trunc_test): Likewise.
27358         (y0_test): Likewise.
27359         (y1_test): Likewise.
27360         (yn_test): Likewise.
27361         (significand_test): Likewise.
27363 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27365         [BZ #15381]
27366         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27368 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27370         [BZ #14894]
27371         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27372         __ppc_mdoio and __ppc_mdoom.
27373         * manual/platform.texi: Document new functions __ppc_yield,
27374         __ppc_mdoio and __ppc_mdoom.
27376 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27378         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27379         (main): Mention "tls" pseudo-hwcap is legacy.
27380         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27382 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27384         * math/gen-libm-test.pl (parse_args): Output only string of
27385         arguments as text for test name, not full call or descriptions of
27386         tests for extra outputs.
27387         (generate_testfile): Do not pass function name to parse_args.
27388         Generate this_func variable from START.
27389         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27390         field to arg_str.
27391         (struct test_ff_f_data): Likewise.
27392         (test_ff_f_data_nexttoward): Likewise.
27393         (struct test_fi_f_data): Likewise.
27394         (struct test_fl_f_data): Likewise.
27395         (struct test_if_f_data): Likewise.
27396         (struct test_fff_f_data): Likewise.
27397         (struct test_c_f_data): Likewise.
27398         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27399         (struct test_fF_f1_data): Likewise.
27400         (struct test_ffI_f1_data): Likewise.
27401         (struct test_c_c_data): Rename test_name field to arg_str.
27402         (struct test_cc_c_data): Likewise.
27403         (struct test_f_i_data): Likewise.
27404         (struct test_ff_i_data): Likewise.
27405         (struct test_f_l_data): Likewise.
27406         (struct test_f_L_data): Likewise.
27407         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27408         and extra2_name.
27409         (COMMON_TEST_SETUP): New macro.
27410         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27411         (COMMON_TEST_CLEANUP): Likewise.
27412         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27413         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27414         macros.
27415         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27416         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27417         macros.
27418         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27419         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27420         cleanup macros.
27421         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27422         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27423         macros.
27424         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27425         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27426         macros.
27427         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27428         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27429         cleanup macros.
27430         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27431         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27432         cleanup macros.
27433         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27434         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27435         cleanup macros.
27436         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27437         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27438         macros.
27439         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27440         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27441         macros.
27442         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27443         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27444         macros.
27445         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27446         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27447         cleanup macros.
27448         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27449         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27450         cleanup macros.
27451         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27452         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27453         macros.
27454         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27455         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27456         cleanup macros.
27457         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27458         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27459         macros.
27460         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27461         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27462         macros.
27463         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27464         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27465         cleanup macros.
27466         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27468 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27470         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27471         to _sifields.sigfault.
27472         (si_addr_lsb): Define new macro.
27473         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27474         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27475         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27477 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27479         [BZ #15441]
27480         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27481         returns -1.
27482         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27483         null return -1.
27484         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27485         loading the domain.
27487 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27489         * math/gen-libm-test.pl (parse_args): Do not include expected
27490         result in test name.
27491         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27492         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27493         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27494         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27495         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27498 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27500         * benchtests/Makefile: Sort function entries.
27502         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27503         tanh, asinh, acosh, atanh.
27504         * benchtests/acos-inputs: New file.
27505         * benchtests/acosh-inputs: New file.
27506         * benchtests/asin-inputs: New file.
27507         * benchtests/asinh-inputs: New file.
27508         * benchtests/atanh-inputs: New file.
27509         * benchtests/cosh-inputs: New file.
27510         * benchtests/log-inputs: New file.
27511         * benchtests/sinh-inputs: New file.
27512         * benchtests/tanh-inputs: New file.
27514 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27516         [BZ #15339]
27517         * posix/tst-getaddrinfo4.c: New test.
27518         * posix/Makefile (tests): Add it.
27520 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27522         [BZ #15339]
27523         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27524         when no services were used.
27525         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27526         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27528 2013-05-21  Andreas Schwab  <schwab@suse.de>
27530         [BZ #15014]
27531         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27532         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27533         successful.
27534         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27535         redundant variable declarations and reallocation of buffer when
27536         parsing as IPv6 address.  Always set NSS status when called from
27537         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27538         buffer too small.  Correct computation of needed size.
27539         * nss/Makefile (tests): Add test-digits-dots.
27540         * nss/test-digits-dots.c: New test.
27542 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27544         * benchtests/Makefile: Remove instructions for adding
27545         benchmark tests.
27546         * benchtests/README: New file to explain how to execute and
27547         enhance the benchmark tests.
27549 2013-05-21  Andreas Schwab  <schwab@suse.de>
27551         [BZ #15493]
27552         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27553         * setjmp/tst-sigsetjmp.c: New test.
27555 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27557         * sysdeps/x86_64/memset.S (memset): New implementation.
27558         (__bzero): Likewise.
27559         (__memset_tail): New function.
27561 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27563         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27564         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27565         __memcpy_sse2_unaligned ifunc selection.
27566         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27567         Add memcpy-sse2-unaligned.S.
27568         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27569         Add: __memcpy_sse2_unaligned.
27571 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27573         [BZ #15490]
27574         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27575         math_force_eval before restoring floating-point envrionment.
27576         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27577         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27578         Likewise.
27579         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27580         <math_private.h>.
27581         (__nearbyintl): Use math_force_eval before restoring
27582         floating-point environment.
27583         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27585         * math/gen-libm-test.pl (special_functions): Remove.
27586         (parse_args): Don't handle TEST_extra.  Handle functions with no
27587         return value.
27588         * math/libm-test.inc (struct test_sincos_data): Replace with
27589         struct test_fFF_11_data.
27590         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27591         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27592         (sincos_test_data): Change element type to struct
27593         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27594         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27595         RUN_TEST_LOOP_sincos.
27596         * math/README.libm-test: Don't mention special handling of
27597         individual functions.
27598         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27599         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27600         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27601         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27602         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27605         * math/gen-libm-test.pl (get_variable): Remove function.
27606         (parse_args): Don't show pointer parameters to call in test
27607         names.  Use "extra output N" in test names for extra outputs
27608         rather than naming variables.
27610 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27612         [BZ #15488]
27613         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27614         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27615         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27616         double tests.
27617         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27618         disable.
27619         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27620         check_long_double.
27622         * math/gen-libm-test.pl (@tests): Remove variable.
27623         ($count): Likewise.
27624         (new_test): Remove function.
27625         (show_exceptions): New function.
27626         (special_functions): Use show_exceptions instead of new_test.
27627         (parse_args): Likewise.
27628         (generate_testfile): Pass only function name in generated call to
27629         print_max_error or print_complex_max_error.
27630         (get_ulps): Do not handle complex tests specially.
27631         (output_test): Rename to ...
27632         (get_all_ulps_for_test): ... this.  Return a string rather than
27633         printing to a file.  Require ulps to be present.
27634         (output_ulps): Generate arrays rather than #defines.
27635         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27636         (struct ulp_data): New type.
27637         (BUILD_COMPLEX_ULP): Remove macro.
27638         (compare_ulp_data): New function.
27639         (find_ulps): Likewise.
27640         (find_test_ulps): Likewise.
27641         (find_function_ulps): Likewise.
27642         (find_complex_function_ulps): Likewise.
27643         (print_max_error): Determine allowed ulps using
27644         find_function_ulps.
27645         (print_complex_max_error): Determine allowed ulps using
27646         find_complex_function_ulps.
27647         (check_float_internal): Determine max ulps using find_test_ulps.
27648         (check_float): Do not take max_ulp parameter.  Update call to
27649         check_float_internal.
27650         (check_complex): Likewise.
27651         (check_int): Do not take max_ulp parameter.
27652         (check_long): Likewise.
27653         (check_bool): Likewise.
27654         (check_longlong): Likewise.
27655         (struct test_f_f_data): Remove max_ulp field.
27656         (struct test_ff_f_data): Likewise.
27657         (struct test_ff_f_data_nexttoward): Likewise.
27658         (struct test_fi_f_data): Likewise.
27659         (struct test_fl_f_data): Likewise.
27660         (struct test_if_f_data): Likewise.
27661         (struct test_fff_f_data): Likewise.
27662         (struct test_c_f_data): Likewise.
27663         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27664         (struct test_fF_f1_data): Likewise.
27665         (struct test_ffI_f1_data): Likewise.
27666         (struct test_c_c_data): Remove max_ulp field.
27667         (struct test_cc_c_data): Likewise.
27668         (struct test_f_i_data): Likewise.
27669         (struct test_ff_i_data): Likewise.
27670         (struct test_f_l_data): Likewise.
27671         (struct test_f_L_data): Likewise.
27672         (struct test_sincos_data): Likewise.
27673         (RUN_TEST_f_f): Do not handle ulps.
27674         (RUN_TEST_LOOP_f_f): Likewise.
27675         (RUN_TEST_2_f): Likewise.
27676         (RUN_TEST_LOOP_2_f): Likewise.
27677         (RUN_TEST_fff_f): Likewise.
27678         (RUN_TEST_LOOP_fff_f): Likewise.
27679         (RUN_TEST_c_f): Likewise.
27680         (RUN_TEST_LOOP_c_f): Likewise.
27681         (RUN_TEST_f_f1): Likewise.
27682         (RUN_TEST_LOOP_f_f1): Likewise.
27683         (RUN_TEST_fF_f1): Likewise.
27684         (RUN_TEST_LOOP_fF_f1): Likewise.
27685         (RUN_TEST_fI_f1): Likewise.
27686         (RUN_TEST_LOOP_fI_f1): Likewise.
27687         (RUN_TEST_ffI_f1): Likewise.
27688         (RUN_TEST_LOOP_ffI_f1): Likewise.
27689         (RUN_TEST_c_c): Likewise.
27690         (RUN_TEST_LOOP_c_c): Likewise.
27691         (RUN_TEST_cc_c): Likewise.
27692         (RUN_TEST_LOOP_cc_c): Likewise.
27693         (RUN_TEST_f_i): Likewise.
27694         (RUN_TEST_LOOP_f_i): Likewise.
27695         (RUN_TEST_f_i_tg): Likewise.
27696         (RUN_TEST_LOOP_f_i_tg): Likewise.
27697         (RUN_TEST_ff_i_tg): Likewise.
27698         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27699         (RUN_TEST_f_b): Likewise.
27700         (RUN_TEST_LOOP_f_b): Likewise.
27701         (RUN_TEST_f_b_tg): Likewise.
27702         (RUN_TEST_LOOP_f_b_tg): Likewise.
27703         (RUN_TEST_f_l): Likewise.
27704         (RUN_TEST_LOOP_f_l): Likewise.
27705         (RUN_TEST_f_L): Likewise.
27706         (RUN_TEST_LOOP_f_L): Likewise.
27707         (RUN_TEST_sincos): Likewise.
27708         (RUN_TEST_LOOP_sincos): Likewise.
27710 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27712         [BZ #15480]
27713         [BZ #15485]
27714         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27715         main case of finite arguments, set rounding mode to FE_TONEAREST
27716         and discard exceptions.
27717         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27718         exceptions.
27719         (remainder_tonearest_test_data): New variable.
27720         (remainder_test_tonearest): New function.
27721         (remainder_towardzero_test_data): New variable.
27722         (remainder_test_towardzero): New function.
27723         (remainder_downward_test_data): New variable.
27724         (remainder_test_downward): New function.
27725         (remainder_upward_test_data): New variable.
27726         (remainder_test_upward): New function.
27727         (main): Call the new test functions.
27729         * math/libm-test.inc (struct test_f_f1_data): Remove field
27730         extra_init.
27731         (struct test_fF_f1_data): Likewise.
27732         (struct test_ffI_f1_data): Likewise.
27733         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27734         based on value of EXTRA_EXPECTED.
27735         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27736         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27737         EXTRA_VAR based on value of EXTRA_EXPECTED.
27738         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27739         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27740         EXTRA_VAR based on value of EXTRA_EXPECTED.
27741         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27742         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27743         EXTRA_VAR based on value of EXTRA_EXPECTED.
27744         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27745         * math/gen-libm-test.pl (parse_args): Don't output initializers
27746         for extra output values.
27748         * math/libm-test.inc (check_int): Expect result to be exactly
27749         equal to expected value and do not handle ulps.
27750         (check_long): Likewise.
27751         (check_longlong): Likewise.
27753         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27754         exceptions.
27755         (cimag_test_data): Likewise.
27756         (conj_test_data): Likewise.
27757         (copysign_test_data): Likewise.
27758         (cproj_test_data): Likewise.
27759         (creal_test_data): Likewise.
27760         (fabs_test_data): Likewise.
27761         (fdim_test_data): Likewise.
27762         (finite_test_data): Likewise.
27763         (floor_test_data): Likewise.
27764         (fmax_test_data): Likewise.
27765         (fmin_test_data): Likewise.
27766         (fmod_test_data): Likewise.
27767         (fpclassify_test_data): Likewise.
27768         (frexp_test_data): Likewise.
27769         (ilogb_test_data): Likewise.
27770         (isfinite_test_data): Likewise.
27771         (isgreater_test_data): Likewise.
27772         (isgreaterequal_test_data): Likewise.
27773         (isinf_test_data): Likewise.
27774         (isless_test_data): Likewise.
27775         (islessequal_test_data): Likewise.
27776         (islessgreater_test_data): Likewise.
27777         (isnan_test_data): Likewise.
27778         (isnormal_test_data): Likewise.
27779         (issignaling_test_data): Likewise.
27780         (isunordered_test_data): Likewise.
27781         (ldexp_test_data): Likewise.
27782         (lrint_test_data): Likewise.
27783         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27784         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27785         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27786         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27787         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27788         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27789         test input.
27790         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27791         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27792         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27793         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27794         that test input.
27795         (lrint_downward_test_data): Test for "inexact" exceptions.
27796         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27797         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27798         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27799         test input.
27800         (lrint_upward_test_data): Test for "inexact" exceptions.
27801         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27802         test input.
27803         (llrint_test_data): Test for "inexact" exceptions.
27804         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27805         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27806         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27807         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27808         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27809         (llrint_downward_test_data): Test for "inexact" exceptions.
27810         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27811         (llrint_upward_test_data): Test for "inexact" exceptions.
27812         (logb_test_data): Likewise.
27813         (logb_downward_test_data): Likewise.
27814         (nextafter_test_data): Likewise.
27815         (nexttoward_test_data): Likewise.
27816         (remainder_test_data): Likewise.
27817         (remquo_test_data): Likewise.
27818         (scalbn_test_data): Likewise.
27819         (scalbln_test_data): Likewise.
27820         (signbit_test_data): Likewise.
27821         (sqrt_test_data): Likewise.
27822         (significand_test_data): Likewise.
27824 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27826         [BZ #15424]
27827         * benchtests/bench-modf.c (struct args): Mark arg0 as
27828         volatile.
27829         * scripts/bench.pl: Mark members of struct args as volatile.
27831 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27833         [BZ # 15497]
27834         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27835         negative infinity on POWER6 or lower.
27836         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27838 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27840         [BZ #15442]
27841         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27842         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27843         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27844         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27845         (_FP_SETQNAN): New macro.
27846         (_FP_SETQNAN_SEMIRAW): Likewise.
27847         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27848         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27849         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27850         (FP_EXTEND): Use _FP_FRAC_SNANP.
27851         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27852         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27853         into account.
27854         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27855         New macro.
27856         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27857         Likewise.
27859 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27861         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27862         with DIVIDE_BY_ZERO_EXCEPTION.
27863         (gamma_test_data): Likewise.
27864         (lgamma_test_data): Likewise.
27865         (log_test_data): Likewise.
27866         (log10_test_data): Likewise.
27867         (log2_test_data): Likewise.
27868         (tgamma_test_data): Likewise.
27870         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27871         (acos_test_tonearest): Likewise.
27872         (acos_test_towardzero): Likewise.
27873         (acos_test_downward): Likewise.
27874         (acos_test_upward): Likewise.
27875         (acosh_test): Likewise.
27876         (asin_test): Likewise.
27877         (asin_test_tonearest): Likewise.
27878         (asin_test_towardzero): Likewise.
27879         (asin_test_downward): Likewise.
27880         (asin_test_upward): Likewise.
27881         (asinh_test): Likewise.
27882         (atan_test): Likewise.
27883         (atanh_test): Likewise.
27884         (atan2_test): Likewise.
27885         (cabs_test): Likewise.
27886         (cacos_test): Likewise.
27887         (cacosh_test): Likewise.
27888         (casin_test): Likewise.
27889         (casinh_test): Likewise.
27890         (catan_test): Likewise.
27891         (catanh_test): Likewise.
27892         (cbrt_test): Likewise.
27893         (ccos_test): Likewise.
27894         (ccosh_test): Likewise.
27895         (cexp_test): Likewise.
27896         (clog_test): Likewise.
27897         (clog10_test): Likewise.
27898         (cos_test): Likewise.
27899         (cos_test_tonearest): Likewise.
27900         (cos_test_towardzero): Likewise.
27901         (cos_test_downward): Likewise.
27902         (cos_test_upward): Likewise.
27903         (cosh_test): Likewise.
27904         (cosh_test_tonearest): Likewise.
27905         (cosh_test_towardzero): Likewise.
27906         (cosh_test_downward): Likewise.
27907         (cosh_test_upward): Likewise.
27908         (cpow_test): Likewise.
27909         (csin_test): Likewise.
27910         (csinh_test): Likewise.
27911         (csqrt_test): Likewise.
27912         (ctan_test): Likewise.
27913         (ctan_test_tonearest): Likewise.
27914         (ctan_test_towardzero): Likewise.
27915         (ctan_test_downward): Likewise.
27916         (ctan_test_upward): Likewise.
27917         (ctanh_test): Likewise.
27918         (ctanh_test_tonearest): Likewise.
27919         (ctanh_test_towardzero): Likewise.
27920         (ctanh_test_downward): Likewise.
27921         (ctanh_test_upward): Likewise.
27922         (erf_test): Likewise.
27923         (erfc_test): Likewise.
27924         (exp_test): Likewise.
27925         (exp_test_tonearest): Likewise.
27926         (exp_test_towardzero): Likewise.
27927         (exp_test_downward): Likewise.
27928         (exp_test_upward): Likewise.
27929         (exp10_test): Likewise.
27930         (exp2_test): Likewise.
27931         (expm1_test): Likewise.
27932         (fmod_test): Likewise.
27933         (gamma_test): Likewise.
27934         (hypot_test): Likewise.
27935         (j0_test): Likewise.
27936         (j1_test): Likewise.
27937         (jn_test): Likewise.
27938         (lgamma_test): Likewise.
27939         (log_test): Likewise.
27940         (log10_test): Likewise.
27941         (log1p_test): Likewise.
27942         (log2_test): Likewise.
27943         (logb_test_downward): Likewise.
27944         (pow_test): Likewise.
27945         (pow_test_tonearest): Likewise.
27946         (pow_test_towardzero): Likewise.
27947         (pow_test_downward): Likewise.
27948         (pow_test_upward): Likewise.
27949         (remainder_test): Likewise.
27950         (remquo_test): Likewise.
27951         (sin_test): Likewise.
27952         (sin_test_tonearest): Likewise.
27953         (sin_test_towardzero): Likewise.
27954         (sin_test_downward): Likewise.
27955         (sin_test_upward): Likewise.
27956         (sincos_test): Likewise.
27957         (sinh_test): Likewise.
27958         (sinh_test_tonearest): Likewise.
27959         (sinh_test_towardzero): Likewise.
27960         (sinh_test_downward): Likewise.
27961         (sinh_test_upward): Likewise.
27962         (sqrt_test): Likewise.
27963         (tan_test): Likewise.
27964         (tan_test_tonearest): Likewise.
27965         (tan_test_towardzero): Likewise.
27966         (tan_test_downward): Likewise.
27967         (tan_test_upward): Likewise.
27968         (tanh_test): Likewise.
27969         (tgamma_test): Likewise.
27970         (y0_test): Likewise.
27971         (y1_test): Likewise.
27972         (yn_test): Likewise.
27974         * math/gen-libm-test.pl (adjust_arg): Remove function.
27975         (special_function): Remove argument $in_func.  Only handle
27976         generating output for tables of tests, not inside functions.
27977         (parse_args): Likewise.
27978         (generate_testfile): Remove variable $in_func.  Update call to
27979         parse_args.
27980         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27981         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27982         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27983         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27984         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27985         (MAX_VALUE_INIT): Rename macro to max_value.
27986         (MIN_VALUE_INIT): Rename macro to min_value.
27987         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27988         (plus_zero): Remove variable.
27989         (minus_zero): Likewise.
27990         (plus_infty): Likewise.
27991         (minus_infty): Likewise.
27992         (qnan_value): Likewise.
27993         (max_value): Likewise.
27994         (min_value): Likewise.
27995         (min_subnorm_value): Likewise.
27997 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27999         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28000         uint64_t or uint32_t usage.
28001         * crypt/sha256-block.c: Likewise.
28002         * crypt/sha256-crypt.c: Likewise.
28003         * crypt/sha256.c: Likewise.
28004         * crypt/sha512-block.c: Likewise.
28005         * crypt/sha512-crypt.c: Likewise.
28006         * crypt/sha512.c: Likewise.
28007         * debug/backtrace-tst.c: Likewise.
28008         * debug/pcprofiledump.c: Likewise.
28009         * elf/cache.c: Likewise.
28010         * elf/dl-cache.c: Likewise.
28011         * elf/dl-misc.c: Likewise.
28012         * elf/dl-profile.c: Likewise.
28013         * elf/dl-support.c: Likewise.
28014         * elf/ldconfig.c: Likewise.
28015         * elf/sprof.c: Likewise.
28016         * iconv/dummy-repertoire.c: Likewise.
28017         * iconv/iconv_charmap.c: Likewise.
28018         * iconv/skeleton.c: Likewise.
28019         * iconvdata/8bit-generic.c: Likewise.
28020         * iconvdata/cp737.h: Likewise.
28021         * iconvdata/cp775.h: Likewise.
28022         * iconvdata/ibm1008.h: Likewise.
28023         * iconvdata/ibm1025.h: Likewise.
28024         * iconvdata/ibm1046.h: Likewise.
28025         * iconvdata/ibm1097.h: Likewise.
28026         * iconvdata/ibm1112.h: Likewise.
28027         * iconvdata/ibm1122.h: Likewise.
28028         * iconvdata/ibm1123.h: Likewise.
28029         * iconvdata/ibm1124.h: Likewise.
28030         * iconvdata/ibm1129.h: Likewise.
28031         * iconvdata/ibm1130.h: Likewise.
28032         * iconvdata/ibm1132.h: Likewise.
28033         * iconvdata/ibm1133.h: Likewise.
28034         * iconvdata/ibm1137.h: Likewise.
28035         * iconvdata/ibm1140.h: Likewise.
28036         * iconvdata/ibm1141.h: Likewise.
28037         * iconvdata/ibm1142.h: Likewise.
28038         * iconvdata/ibm1143.h: Likewise.
28039         * iconvdata/ibm1144.h: Likewise.
28040         * iconvdata/ibm1145.h: Likewise.
28041         * iconvdata/ibm1146.h: Likewise.
28042         * iconvdata/ibm1147.h: Likewise.
28043         * iconvdata/ibm1148.h: Likewise.
28044         * iconvdata/ibm1149.h: Likewise.
28045         * iconvdata/ibm1153.h: Likewise.
28046         * iconvdata/ibm1154.h: Likewise.
28047         * iconvdata/ibm1155.h: Likewise.
28048         * iconvdata/ibm1156.h: Likewise.
28049         * iconvdata/ibm1157.h: Likewise.
28050         * iconvdata/ibm1158.h: Likewise.
28051         * iconvdata/ibm1160.h: Likewise.
28052         * iconvdata/ibm1161.h: Likewise.
28053         * iconvdata/ibm1162.h: Likewise.
28054         * iconvdata/ibm1163.h: Likewise.
28055         * iconvdata/ibm1164.h: Likewise.
28056         * iconvdata/ibm1166.h: Likewise.
28057         * iconvdata/ibm1167.h: Likewise.
28058         * iconvdata/ibm12712.h: Likewise.
28059         * iconvdata/ibm1390.h: Likewise.
28060         * iconvdata/ibm1399.h: Likewise.
28061         * iconvdata/ibm16804.h: Likewise.
28062         * iconvdata/ibm4517.h: Likewise.
28063         * iconvdata/ibm4899.h: Likewise.
28064         * iconvdata/ibm4909.h: Likewise.
28065         * iconvdata/ibm4971.h: Likewise.
28066         * iconvdata/ibm5347.h: Likewise.
28067         * iconvdata/ibm803.h: Likewise.
28068         * iconvdata/ibm856.h: Likewise.
28069         * iconvdata/ibm901.h: Likewise.
28070         * iconvdata/ibm902.h: Likewise.
28071         * iconvdata/ibm9030.h: Likewise.
28072         * iconvdata/ibm9066.h: Likewise.
28073         * iconvdata/ibm921.h: Likewise.
28074         * iconvdata/ibm922.h: Likewise.
28075         * iconvdata/ibm9448.h: Likewise.
28076         * iconvdata/isiri-3342.h: Likewise.
28077         * iconvdata/jis0201.h: Likewise.
28078         * include/link.h: Likewise.
28079         * include/netdb.h: Likewise.
28080         * inet/check_native.c: Likewise.
28081         * inet/check_pf.c: Likewise.
28082         * inet/getipv4sourcefilter.c: Likewise.
28083         * inet/getnameinfo.c: Likewise.
28084         * inet/getsourcefilter.c: Likewise.
28085         * inet/htonl.c: Likewise.
28086         * inet/setipv4sourcefilter.c: Likewise.
28087         * inet/setsourcefilter.c: Likewise.
28088         * inet/test-inet6_opt.c: Likewise.
28089         * inet/tst-network.c: Likewise.
28090         * locale/C-collate.c: Likewise.
28091         * locale/C-ctype.c: Likewise.
28092         * locale/C-time.c: Likewise.
28093         * locale/C-translit.h: Likewise.
28094         * locale/loadarchive.c: Likewise.
28095         * locale/programs/3level.h: Likewise.
28096         * locale/programs/charmap.c: Likewise.
28097         * locale/programs/charmap.h: Likewise.
28098         * locale/programs/ld-address.c: Likewise.
28099         * locale/programs/ld-collate.c: Likewise.
28100         * locale/programs/ld-ctype.c: Likewise.
28101         * locale/programs/ld-identification.c: Likewise.
28102         * locale/programs/ld-measurement.c: Likewise.
28103         * locale/programs/ld-messages.c: Likewise.
28104         * locale/programs/ld-monetary.c: Likewise.
28105         * locale/programs/ld-name.c: Likewise.
28106         * locale/programs/ld-numeric.c: Likewise.
28107         * locale/programs/ld-paper.c: Likewise.
28108         * locale/programs/ld-telephone.c: Likewise.
28109         * locale/programs/ld-time.c: Likewise.
28110         * locale/programs/linereader.c: Likewise.
28111         * locale/programs/locale.c: Likewise.
28112         * locale/programs/locarchive.c: Likewise.
28113         * locale/programs/locfile.h: Likewise.
28114         * locale/programs/repertoire.c: Likewise.
28115         * locale/programs/simple-hash.c: Likewise.
28116         * locale/programs/simple-hash.h: Likewise.
28117         * malloc/memusage.c: Likewise.
28118         * malloc/memusagestat.c: Likewise.
28119         * nis/nis_defaults.c: Likewise.
28120         * nis/nis_hash.c: Likewise.
28121         * nis/nis_print.c: Likewise.
28122         * nis/nis_xdr.c: Likewise.
28123         * nscd/connections.c: Likewise.
28124         * nscd/hstcache.c: Likewise.
28125         * nscd/nscd_gethst_r.c: Likewise.
28126         * nscd/nscd_getserv_r.c: Likewise.
28127         * nscd/nscd_helper.c: Likewise.
28128         * nscd/servicescache.c: Likewise.
28129         * nss/makedb.c: Likewise.
28130         * nss/nss_db/db-XXX.c: Likewise.
28131         * nss/nss_db/db-initgroups.c: Likewise.
28132         * nss/nss_db/db-netgrp.c: Likewise.
28133         * nss/nss_files/files-network.c: Likewise.
28134         * nss/nss_files/files-parse.c: Likewise.
28135         * posix/bug-regex5.c: Likewise.
28136         * posix/fnmatch_loop.c: Likewise.
28137         * posix/regcomp.c: Likewise.
28138         * posix/regexec.c: Likewise.
28139         * posix/tst-rfc3484-2.c: Likewise.
28140         * posix/tst-rfc3484-3.c: Likewise.
28141         * posix/tst-rfc3484.c: Likewise.
28142         * resolv/nss_dns/dns-canon.c: Likewise.
28143         * resolv/nss_dns/dns-network.c: Likewise.
28144         * resolv/res_init.c: Likewise.
28145         * resolv/res_mkquery.c: Likewise.
28146         * resolv/tst-aton.c: Likewise.
28147         * stdlib/cxa_atexit.c: Likewise.
28148         * stdlib/cxa_finalize.c: Likewise.
28149         * stdlib/gen-fpioconst.c: Likewise.
28150         * stdlib/strtol_l.c: Likewise.
28151         * string/tst-endian.c: Likewise.
28152         * sunrpc/auth_des.c: Likewise.
28153         * sunrpc/clnt_udp.c: Likewise.
28154         * sunrpc/rtime.c: Likewise.
28155         * sunrpc/svcauth_des.c: Likewise.
28156         * sunrpc/xdr.c: Likewise.
28157         * sunrpc/xdr_intXX_t.c: Likewise.
28158         * sunrpc/xdr_rec.c: Likewise.
28159         * sysdeps/generic/ldconfig.h: Likewise.
28160         * sysdeps/generic/ldsodefs.h: Likewise.
28161         * sysdeps/generic/memusage.h: Likewise.
28162         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28163         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28164         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28165         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28166         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28167         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28168         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28169         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28170         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28171         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28172         * sysdeps/posix/getaddrinfo.c: Likewise.
28173         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28174         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28175         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28176         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28177         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28178         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28179         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28180         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28181         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28182         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28183         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28184         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28185         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28186         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28187         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28188         * sysdeps/x86_64/dl-tls.h: Likewise.
28189         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28190         * time/alt_digit.c: Likewise.
28191         * time/era.c: Likewise.
28192         * wcsmbs/tst-c16c32-1.c: Likewise.
28194 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28196         * math/libm-test.inc (struct test_sincos_data): New type.
28197         (RUN_TEST_LOOP_sincos): New macro.
28198         (sincos_test_data): New variable.
28199         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28201 2013-05-16  Richard Henderson  <rth@redhat.com>
28203         * math/atest-exp2.c (LIMB64): New macro.
28204         (CONSTSZ): New macro.
28205         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28206         (hexdig): Move ...
28207         (print_mpn_fp): ... to function scope.
28208         (read_mpn_hex): Remove.
28209         (get_log2): Remove.
28210         (exp2_mpn): Use mp_log2.
28211         (main): Use mp_exp1.
28213 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28215         * math/libm-test.inc: Remove comment about not testing "inexact"
28216         exceptions.
28217         (INEXACT_EXCEPTION): New macro.
28218         (NO_INEXACT_EXCEPTION): Likewise.
28219         (INVALID_EXCEPTION_OK): Update value.
28220         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28221         (OVERFLOW_EXCEPTION_OK): Likewise.
28222         (UNDERFLOW_EXCEPTION_OK): Likewise.
28223         (IGNORE_ZERO_INF_SIGN): Likewise.
28224         (ERRNO_UNCHANGED): Likewise.
28225         (ERRNO_EDOM): Likewise.
28226         (ERRNO_ERANGE): Likewise.
28227         (test_exceptions): Handle testing "inexact" exceptions.
28228         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28229         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28230         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28231         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28232         INEXACT_EXCEPTION.
28233         (rint_towardzero_test_data): Likewise.
28234         (rint_downward_test_data): Likewise.
28235         (rint_upward_test_data): Likewise.
28237         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28238         with OVERFLOW_EXCEPTION.
28239         (exp10_test_data): Likewise.
28240         (exp2_test_data): Likewise.
28241         (expm1_test_data): Likewise.
28242         (lgamma_test_data): Likewise.
28243         (pow_test_data): Likewise.
28244         (tgamma_test_data): Likewise.
28245         (yn_test_data): Remove duplicate test of overflow.
28247         * math/libm-test.inc (struct test_cc_c_data): New type.
28248         (RUN_TEST_LOOP_cc_c): New macro.
28249         (cpow_test_data): New variable.
28250         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28252         * math/libm-test.inc (struct test_f_L_data): New type.
28253         (RUN_TEST_LOOP_f_L): New macro.
28254         (llrint_test_data): New variable.
28255         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28256         (llrint_tonearest_test_data): New variable.
28257         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28258         (llrint_towardzero_test_data): New variable.
28259         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28260         (llrint_downward_test_data): New variable.
28261         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28262         (llrint_upward_test_data): New variable.
28263         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28264         (llround_test_data): New variable.
28265         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28267 2013-05-13  Peter Collingbourne  <pcc@google.com>
28269         * math/atest-exp2.c (get_log2): Remove const attribute.
28271 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28273         * math/libm-test.inc (struct test_f_l_data): New type.
28274         (RUN_TEST_LOOP_f_l): New macro.
28275         (lrint_test_data): New variable.
28276         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28277         (lrint_tonearest_test_data): New variable.
28278         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28279         (lrint_towardzero_test_data): New variable.
28280         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28281         (lrint_downward_test_data): New variable.
28282         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28283         (lrint_upward_test_data): New variable.
28284         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28285         (lround_test_data): New variable.
28286         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28288 2013-05-15  Peter Collingbourne  <pcc@google.com>
28290         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28291         (EXTRACT_WORDS64) Use where appropriate.
28292         (INSERT_WORDS64) Likewise.
28294         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28295         constraints with x constraints.
28296         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28298         * malloc/obstack.c (_obstack_compat): Add initializer.
28300 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28302         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28303         si_trapno and add si_addr_lsb to _sifields.sigfault.
28304         (si_trapno): Remove macro.
28305         (si_addr_lsb): Define new macro.
28306         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28308 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28310         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28311         instead of TEST_f_l.
28312         (llrint_test_tonearest): Likewise.
28313         (llrint_test_towardzero): Likewise.
28314         (llrint_test_downward): Likewise.
28315         (llrint_test_upward): Likewise.
28316         (llround_test): Likewise.
28318         * math/libm-test.inc (struct test_f_i_data): Add comment.
28319         (RUN_TEST_LOOP_f_b): New macro.
28320         (RUN_TEST_LOOP_f_b_tg): Likewise.
28321         (finite_test_data): New variable.
28322         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28323         (isfinite_test_data): New variable.
28324         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28325         (isinf_test_data): New variable.
28326         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28327         (isnan_test_data): New variable.
28328         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28329         (isnormal_test_data): New variable.
28330         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28331         (issignaling_test_data): New variable.
28332         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28333         (signbit_test_data): New variable.
28334         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28336         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28337         with INVALID_EXCEPTION.
28338         (acosh_test_data): Likewise.
28339         (asin_test_data): Likewise.
28340         (atanh_test_data): Likewise.
28341         (fmod_test_data): Likewise.
28342         (log_test_data): Likewise.
28343         (log10_test_data): Likewise.
28344         (log2_test_data): Likewise.
28345         (pow_test_data): Likewise.
28346         (sqrt_test_data): Likewise.
28347         (y0_test_data): Likewise.
28348         (y1_test_data): Likewise.
28349         (yn_test_data): Likewise.
28351         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28352         function contents.
28354         * math/libm-test.inc (struct test_ff_i_data): New type.
28355         (RUN_TEST_LOOP_ff_i_tg): New macro.
28356         (isgreater_test_data): New variable.
28357         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28358         (isgreaterequal_test_data): New variable.
28359         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28360         (isless_test_data): New variable.
28361         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28362         (islessequal_test_data): New variable.
28363         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28364         (islessgreater_test_data): New variable.
28365         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28366         (isunordered_test_data): New variable.
28367         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28369 2013-05-14  David S. Miller  <davem@davemloft.net>
28371         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28373 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28375         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28377         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28378         extra_test to int.
28379         (struct test_f_i_data): Change type of max_ulp to int.
28381         * math/libm-test.inc (test_ffI_f1_data): New type.
28382         (RUN_TEST_LOOP_ffI_f1): New macro.
28383         (remquo_test_data): New variable.
28384         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28386         * setjmp/tst-setjmp-fp.c: New file.
28387         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28388         (link-libm): New variable.
28389         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28391         * math/libm-test.inc (struct test_f_i_data): New type.
28392         (RUN_TEST_LOOP_f_i): New macro.
28393         (RUN_TEST_LOOP_f_i_tg): Likewise.
28394         (fpclassify_test_data): New variable.
28395         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28396         (ilogb_test_data): New variable.
28397         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28399         * math/libm-test.inc (scalbln_test): Correct function name in END
28400         call.
28402         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28403         (RUN_TEST_LOOP_fI_f1): New macro.
28404         (frexp_test_data): New variable.
28405         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28407         * math/libm-test.inc (struct test_fF_f1_data): New type.
28408         (RUN_TEST_LOOP_fF_f1): New macro.
28409         (modf_test_data): New variable.
28410         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28412         * math/libm-test.inc (struct test_f_f1_data): New type.
28413         (RUN_TEST_LOOP_f_f1): New macro.
28414         (gamma_test_data): New variable.
28415         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28416         (lgamma_test_data): New variable.
28417         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28419 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28421         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28422         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28423         (main): Comment "tls" pseudo-hwcap.
28425 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28427         * math/libm-test.inc (struct test_fl_f_data): New type.
28428         (RUN_TEST_LOOP_fl_f): New variable.
28429         (scalbln_test_data): New variable.
28430         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28432         * math/libm-test.inc (struct test_fi_f_data): New type.
28433         (RUN_TEST_LOOP_fi_f): New macro.
28434         (ldexp_test_data): New variable.
28435         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28436         (scalbn_test_data): New variable.
28437         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28439         * math/libm-test.inc (struct test_c_f_data): New type.
28440         (RUN_TEST_LOOP_c_f): New macro.
28441         (cabs_test_data): New variable.
28442         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28443         (carg_test_data): New variable.
28444         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28445         (cimag_test_data): New variable.
28446         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28447         (creal_test_data): New variable.
28448         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28450         * math/libm-test.inc (struct test_if_f_data): New type.
28451         (RUN_TEST_LOOP_if_f): New macro.
28452         (jn_test_data): New variable.
28453         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28454         (yn_test_data): New variable.
28455         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28457         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28459 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28461         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28462         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28464 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28466         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28467         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28468         (bench-deps): Add bench-timing.h.
28469         * benchtests-bench-skeleton.c: Include bench-timing.h.
28470         (main): Use TIMING_* macros instead of clock_gettime.
28471         * benchtests/bench-timing.h: New file.
28473         [BZ #14582]
28474         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28475         Renamed from _LIB_VERSION.
28476         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28478 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28480         * math/libm-test.inc (struct test_fff_f_data): New type.
28481         (RUN_TEST_LOOP_fff_f): New macro.
28482         (fma_test_data): New variable.
28483         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28484         (fma_towardzero_test_data): New variable.
28485         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28486         (fma_downward_test_data): New variable.
28487         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28488         (fma_upward_test_data): New variable.
28489         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28491         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28492         (struct test_c_c_data): New type.
28493         (RUN_TEST_LOOP_c_c): New macro.
28494         (cacos_test_data): New variable.
28495         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28496         (cacosh_test_data): New variable.
28497         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28498         (casin_test_data): New variable.
28499         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28500         (casinh_test_data): New variable.
28501         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28502         (catan_test_data): New variable.
28503         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28504         (catanh_test_data): New variable.
28505         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28506         (ccos_test_data): New variable.
28507         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28508         (ccosh_test_data): New variable.
28509         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28510         (cexp_test_data): New variable.
28511         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28512         (clog_test_data): New variable.
28513         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28514         (clog10_test_data): New variable.
28515         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28516         (conj_test_data): New variable.
28517         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28518         (cproj_test_data): New variable.
28519         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28520         (csin_test_data): New variable.
28521         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28522         (csinh_test_data): New variable.
28523         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28524         (csqrt_test_data): New variable.
28525         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28526         (ctan_test_data): New variable.
28527         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28528         (ctan_tonearest_test_data): New variable.
28529         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28530         (ctan_towardzero_test_data): New variable.
28531         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28532         (ctan_downward_test_data): New variable.
28533         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28534         (ctan_upward_test_data): New variable.
28535         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28536         (ctanh_test_data): New variable.
28537         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28538         (ctanh_tonearest_test_data): New variable.
28539         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28540         (ctanh_towardzero_test_data): New variable.
28541         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28542         (ctanh_downward_test_data): New variable.
28543         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28544         (ctanh_upward_test_data): New variable.
28545         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28546         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28547         of BUILD_COMPLEX.
28549         * math/libm-test.inc (struct test_ff_f_data): New type.
28550         (struct test_ff_f_data_nexttoward): Likewise.
28551         (RUN_TEST_LOOP_2_f): New macro.
28552         (RUN_TEST_LOOP_ff_f): Likewise.
28553         (atan2_test_data): New variable.
28554         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28555         (copysign_test_data): New variable.
28556         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28557         (fdim_test_data): New variable.
28558         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28559         (fmax_test_data): New variable.
28560         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28561         (fmin_test_data): New variable.
28562         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28563         (fmod_test_data): New variable.
28564         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28565         (hypot_test_data): New variable.
28566         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28567         (nextafter_test_data): New variable.
28568         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28569         (nexttoward_test_data): New variable.
28570         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28571         (pow_test_data): New variable.
28572         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28573         (pow_tonearest_test_data): New variable.
28574         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28575         (pow_towardzero_test_data): New variable.
28576         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28577         (pow_downward_test_data): New variable.
28578         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28579         (pow_upward_test_data): New variable.
28580         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28581         (remainder_test_data): New variable.
28582         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28583         (scalb_test_data): New variable.
28584         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28585         * sysdeps/i386/fpu/libm-test-ulps: Update.
28587 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28589         * math/libm-test.inc (fma_test): Use max_value instead of local
28590         variable fltmax.
28591         (nextafter_test): Likewise.
28593         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28594         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28595         (acos_downward_test_data): New variable.
28596         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28597         (acos_upward_test_data): New variable.
28598         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28599         (acosh_test_data): New variable.
28600         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28601         (asin_test_data): New variable.
28602         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28603         (asin_tonearest_test_data): New variable.
28604         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28605         (asin_towardzero_test_data): New variable.
28606         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28607         (asin_downward_test_data): New variable.
28608         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28609         (asin_upward_test_data): New variable.
28610         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28611         (asinh_test_data): New variable.
28612         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28613         (atan_test_data): New variable.
28614         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28615         (atanh_test_data): New variable.
28616         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28617         (cbrt_test_data): New variable.
28618         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28619         (ceil_test_data): New variable.
28620         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28621         (cos_test_data): New variable.
28622         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28623         (cos_tonearest_test_data): New variable.
28624         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28625         (cos_towardzero_test_data): New variable.
28626         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28627         (cos_downward_test_data): New variable.
28628         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28629         (cos_upward_test_data): New variable.
28630         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28631         (cosh_test_data): New variable.
28632         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28633         (cosh_tonearest_test_data): New variable.
28634         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28635         (cosh_towardzero_test_data): New variable.
28636         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28637         (cosh_downward_test_data): New variable.
28638         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28639         (cosh_upward_test_data): New variable.
28640         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28641         (erf_test_data): New variable.
28642         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28643         (erfc_test_data): New variable.
28644         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28645         (exp_test_data): New variable.
28646         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28647         (exp_tonearest_test_data): New variable.
28648         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28649         (exp_towardzero_test_data): New variable.
28650         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28651         (exp_downward_test_data): New variable.
28652         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28653         (exp_upward_test_data): New variable.
28654         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28655         (exp10_test_data): New variable.
28656         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28657         (exp2_test_data): New variable.
28658         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28659         (expm1_test_data): New variable.
28660         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28661         (fabs_test_data): New variable.
28662         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28663         (floor_test_data): New variable.
28664         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28665         (j0_test_data): New variable.
28666         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28667         (j1_test_data): New variable.
28668         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28669         (log_test_data): New variable.
28670         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28671         (log10_test_data): New variable.
28672         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28673         (log1p_test_data): New variable.
28674         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28675         (log2_test_data): New variable.
28676         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28677         (logb_test_data): New variable.
28678         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28679         (logb_downward_test_data): New variable.
28680         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28681         (nearbyint_test_data): New variable.
28682         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28683         (rint_test_data): New variable.
28684         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28685         (rint_tonearest_test_data): New variable.
28686         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28687         (rint_towardzero_test_data): New variable.
28688         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28689         (rint_downward_test_data): New variable.
28690         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28691         (rint_upward_test_data): New variable.
28692         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28693         (round_test_data): New variable.
28694         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28695         (sin_test_data): New variable.
28696         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28697         (sin_tonearest_test_data): New variable.
28698         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28699         (sin_towardzero_test_data): New variable.
28700         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28701         (sin_downward_test_data): New variable.
28702         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28703         (sin_upward_test_data): New variable.
28704         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28705         (sinh_test_data): New variable.
28706         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28707         (sinh_tonearest_test_data): New variable.
28708         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28709         (sinh_towardzero_test_data): New variable.
28710         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28711         (sinh_downward_test_data): New variable.
28712         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28713         (sinh_upward_test_data): New variable.
28714         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28715         (sqrt_test_data): New variable.
28716         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28717         (tan_test_data): New variable.
28718         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28719         (tan_tonearest_test_data): New variable.
28720         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28721         (tan_towardzero_test_data): New variable.
28722         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28723         (tan_downward_test_data): New variable.
28724         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28725         (tan_upward_test_data): New variable.
28726         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28727         (tanh_test_data): New variable.
28728         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28729         (tgamma_test_data): New variable.
28730         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28731         (trunc_test_data): New variable.
28732         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28733         (y0_test_data): New variable.
28734         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28735         (y1_test_data): New variable.
28736         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28737         (significand_test_data): New variable.
28738         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28740 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28742         [BZ #12387]
28743         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28745 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28747         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28749 2013-05-10  Andreas Jaeger  <aj@suse.de>
28751         [BZ #15448]
28752         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28753         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28755 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28757         * math/gen-libm-test.pl (adjust_arg): New function.
28758         (special_functions): Handle generating output in both functions
28759         and arrays.
28760         (parse_args): Likewise.
28761         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28762         $in_func argument to parse_args.
28763         * math/libm-test.inc (struct test_f_f_data): New type.
28764         (IF_ROUND_INIT_): New macro.
28765         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28766         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28767         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28768         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28769         (ROUND_RESTORE_): Likewise.
28770         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28771         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28772         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28773         (ROUND_RESTORE_FE_UPWARD): Likewise.
28774         (RUN_TEST_LOOP_f_f): New macro.
28775         (acos_test_data): New variable.
28776         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28777         (acos_tonearest_test_data): New variable.
28778         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28780 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28782         * benchtests/bench-skeleton.c (startup): Fix coding style.
28784 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28786         [BZ #6809]
28787         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28788         negative infinity argument.
28789         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28790         negative infinity argument.
28791         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28792         negative infinity argument.
28793         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28794         domain errors.
28796 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28798         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28799         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28800         * iconv/iconv_prog.c (main): Likewise.
28801         * locale/programs/charmap-dir.c (charmap_readdir)
28802         (fopen_uncompressed): Likewise.
28803         * locale/programs/locfile.c (siblings_uncached)
28804         (write_locale_data): Use lstat64 instead of lstat.
28805         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28806         stat.
28808 2013-05-10  Andreas Jaeger  <aj@suse.de>
28810         [BZ #15395]
28811         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28812         localization.
28813         Include <locale.h>.
28815 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28817         * elf/dl-close.c (_dl_close_worker): Add comments.
28819 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28821         [BZ #15359]
28822         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28823         high part of pi/2.
28824         (__ieee754_rem_pio2l): Update comments.
28826         [BZ #15429]
28827         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28828         high part of pi/2.
28829         (__ieee754_rem_pio2l): Update comments.
28831         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28832         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28834         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28835         M_PI_4l.
28837         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28838         (M_PI_34_LOG10El): Likewise.
28839         (M_PI2_LOG10El): Likewise.
28840         (M_PI4_LOG10El): Likewise.
28841         (M_PI_LOG10El): Likewise.
28843 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28845         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28847 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28849         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28850         (MINUS_ZERO_INIT): Likewise.
28851         (PLUS_INFTY_INIT): Likewise.
28852         (MINUS_INFTY_INIT): Likewise.
28853         (QNAN_VALUE_INIT): Likewise.
28854         (MAX_VALUE_INIT): Likewise.
28855         (MIN_VALUE_INIT): Likewise.
28856         (MIN_SUBNORM_VALUE_INIT): Likewise.
28857         (plus_zero): Initialize with PLUS_ZERO_INIT.
28858         (minus_zero): Initialize with MINUS_ZERO_INIT.
28859         (plus_infty): Initialize with PLUS_INFTY_INIT.
28860         (minus_infty): Initialize with MINUS_INFTY_INIT.
28861         (qnan_value): Initialize with QNAN_VALUE_INIT.
28862         (max_value): Initialize with MAX_VALUE_INIT.
28863         (min_value): Initialize with MIN_VALUE_INIT.
28864         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28866         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28867         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28868         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28869         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28871         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28872         (RUN_TEST_2_f): Likewise.
28873         (RUN_TEST_ff_f): Likewise.
28874         (RUN_TEST_fi_f): Likewise.
28875         (RUN_TEST_fl_f): Likewise.
28876         (RUN_TEST_fff_f): Likewise.
28877         (RUN_TEST_c_f): Likewise.
28878         (RUN_TEST_f_f1): Likewise.
28879         (RUN_TEST_fF_f1): Likewise.
28880         (RUN_TEST_fI_f1): Likewise.
28881         (RUN_TEST_ffI_f1): Likewise.
28882         (RUN_TEST_c_c): Likewise.
28883         (RUN_TEST_cc_c): Likewise.
28884         (RUN_TEST_f_i): Likewise.
28885         (RUN_TEST_f_i_tg): Likewise.
28886         (RUN_TEST_ff_i_tg): Likewise.
28887         (RUN_TEST_f_b): Likewise.
28888         (RUN_TEST_f_b_tg): Likewise.
28889         (RUN_TEST_f_l): Likewise.
28890         (RUN_TEST_f_L): Likewise.
28891         (RUN_TEST_sincos): Likewise.
28892         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28893         whether to show exceptions.  Do not include ");\n" in return
28894         value.
28895         (special_functions): Output call to RUN_TEST_sincos instead of
28896         check_float calls.  Update calls to new_test.
28897         (parse_args): Output call to single RUN_TEST_* macro instead of
28898         check_* calls and other assignments.  Update calls to new_test.
28900         [BZ #2546]
28901         [BZ #2560]
28902         [BZ #5159]
28903         [BZ #15426]
28904         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28905         input to result for tgamma overflow.
28906         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28907         (gamma_coeff): New variable.
28908         (NCOEFF): New macro.
28909         (gamma_positive): New function.
28910         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28911         underflow here.  Use gamma_positive instead of exp (lgamma) for
28912         other arguments.
28913         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28914         (gamma_coeff): New variable.
28915         (NCOEFF): New macro.
28916         (gammaf_positive): New function.
28917         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28918         underflow here.  Use gamma_positive instead of exp (lgamma) for
28919         other arguments.
28920         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28921         (gamma_coeff): New variable.
28922         (NCOEFF): New macro.
28923         (gammal_positive): New function.
28924         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28925         underflow here.  Use gamma_positive instead of exp (lgamma) for
28926         other arguments.
28927         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28928         (gamma_coeff): New variable.
28929         (NCOEFF): New macro.
28930         (gammal_positive): New function.
28931         (__ieee754_gammal_r): Handle positive infinity, overflow and
28932         underflow here.  Handle NaN the same as positive infinity.  Remove
28933         check x < 0xffffffff for negative integers.  Use gamma_positive
28934         instead of exp (lgamma) for other arguments.
28935         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28936         (gamma_coeff): New variable.
28937         (NCOEFF): New macro.
28938         (gammal_positive): New function.
28939         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28940         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28941         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28942         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28943         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28944         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28945         * sysdeps/generic/math_private.h (__gamma_productf): New
28946         prototype.
28947         (__gamma_product): Likewise.
28948         (__gamma_productl): Likewise.
28949         * math/Makefile (libm-calls): Add gamma_product.
28950         * math/libm-test.inc (tgamma_test): Add more tests.
28951         * sysdeps/i386/fpu/libm-test-ulps: Update.
28952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28954 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28956         * benchtests/bench-skeleton.c (main): Preheat CPU.
28958 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28960         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28962 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28964         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28965         and _dl_skip_args_internal.
28967 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28969         * manual/message.texi (Message Translation): Talk about users.
28970         Message to key mapping impacts design.
28972 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28974         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28976         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28978         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28979         * sysdeps/wordsize-64/glob64.c: ... here.
28981         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28982         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28983         New macros.
28985         * debug/getlogin_r_chk.c: Moved to ...
28986         * login/getlogin_r_chk.c: ... here.
28987         * debug/Makefile (routines): Move getlogin_r_chk to ...
28988         * login/Makefile (routines): ... here.
28989         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28990         * login/Versions (libc: GLIBC_2.4): ... here.
28992         * io/poll.c (__poll): Renamed from poll.
28993         Add libc_hidden_def.
28994         (poll): Define as weak alias.
28996         * debug/ptsname_r_chk.c: Moved to ...
28997         * login/ptsname_r_chk.c: ... here.
28998         * debug/Makefile (routines): Move ptsname_r_chk to ...
28999         * login/Makefile (routines): ... here.
29000         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29001         * login/Versions (libc: GLIBC_2.4): ... here.
29003         * posix/getlogin.c: Moved to ...
29004         * login/getlogin.c: ... here.
29005         * posix/getlogin_r.c: Moved to ...
29006         * login/getlogin_r.c: ... here.
29007         * posix/getlogin_r.c: Moved to ...
29008         * login/getlogin_r.c: ... here.
29009         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29010         * login/Makefile (routines): ... here.
29011         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29012         * login/Versions (libc: GLIBC_2.0): ... here.
29014         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29015         (setrlimit): Define as weak alias.
29017         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29018         Call __ names for open, ftruncate, and close.
29019         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29020         (truncate): Define as weak alias.
29022 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29024         * math/gen-libm-test.pl (parse_args): Initialize x before each
29025         test of frexp, modf and remquo.
29027         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29028         test signgam value.
29030 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29032         [BZ #15418]
29033         [BZ #15419]
29034         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29035         internal tests.
29036         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29038 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29040         * elf/dl-writev.h: New file.
29041         * elf/dl-misc.c: Include it.
29042         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29043         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29045 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29047         * math/libm-test.inc (noXFails): Remove variable.
29048         (noXPasses): Likewise.
29049         (BUILD_COMPLEX_INT): Remove macro.
29050         (print_screen): Remove xfail argument.
29051         (print_screen_max_error): Likewise.
29052         (update_stats): Likewise.
29053         (print_max_error): Likewise.  Update calls to other affected
29054         functions.
29055         (print_complex_max_error): Likewise.
29056         (test_single_exception): Update calls to print_screen.
29057         (test_single_errno): Likewise.
29058         (check_float_internal): Remove xfail argument.  Update calls to
29059         other affected functions.
29060         (check_float): Likewise.
29061         (check_complex): Likewise.
29062         (check_int): Likewise.
29063         (check_long): Likewise.
29064         (check_bool): Likewise.
29065         (check_longlong): Likewise.
29066         (main): Don't print noXFails and noXPasses.
29067         * math/gen-libm-test.pl (top level): Don't mention expected
29068         failure handling in comment.
29069         (new_test): Don't handle expected failures.
29070         (parse_args): Don't mention expected failure handling in comment.
29071         (generate_testfile): Don't handle expected failures.
29072         (parse_ulps): Likewise.
29073         (print_ulps_file): Likewise.
29074         (get_failure): Remove function.
29075         (output_test): Don't handle expected failures.
29076         * make/README.libm-test: Don't mention expected failure handling.
29078         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29079         (minus_zero): Likewise.
29080         (plus_infty): Likewise.
29081         (minus_infty): Likewise.
29082         (qnan_value): Likewise.
29083         (max_value): Likewise.
29084         (min_value): Likewise.
29085         (min_subnorm_value): Likewise.
29086         (initialize): Do not initialize those variables dynamically.
29088 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29090         * io/open.c (__open_2): Moved to ...
29091         * io/open_2.c: ... this new file.
29092         * io/open64.c (__open64_2): Moved to ...
29093         * io/open64_2.c: ... this new file.
29094         * io/openat.c (__openat_2): Moved to ...
29095         * io/openat_2.c: ... this new file.
29096         * io/openat64.c (__openat64_2): Moved to ...
29097         * io/openat64_2.c: ... this new file.
29098         * io/Makefile (routines): Add them.
29099         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29100         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29101         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29102         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29103         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29104         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29105         (__openat64): Add hidden_ver.
29106         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29107         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29109         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29110         Separately conditionalize setting of GLRO(dl_sysinfo) so
29111         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29112         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29114 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29116         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29117         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29118         definition.
29119         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29120         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29121         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29122         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29123         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29125 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29127         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29128         test signgam value.
29130         * math/libm-test.inc (hypot_test): Do not use
29131         IGNORE_ZERO_INF_SIGN.
29133 2013-05-03  Andreas Jaeger  <aj@suse.de>
29135         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29136         Linux 3.9.
29137         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29138         (PF_MAX): Adjust for VSOCK change.
29140 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29144 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29146         [BZ #15264]
29147         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29148         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29149         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29151 2013-05-02  David S. Miller  <davem@davemloft.net>
29153         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29155 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29157         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29159 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29161         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29163 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29165         [BZ #14952]
29166         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29167         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29168         Use __attribute__ ((__gnu_inline__)).
29169         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29170         Don't use __attribute__ ((__gnu_inline__)).
29172 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29174         [BZ #15423]
29175         * math/s_catan.c (__catan): Handle small real or imaginary part of
29176         input specially to avoid spurious underflow.
29177         * math/s_catanf.c (__catanf): Likewise.
29178         * math/s_catanh.c (__catanh): Likewise.
29179         * math/s_catanhf.c (__catanhf): Likewise.
29180         * math/s_catanhl.c (__catanhl): Likewise.
29181         * math/s_catanl.c (__catanl): Likewise.
29182         * math/libm-test.inc (catan_test): Add more tests.
29183         (catanh_test): Likewise.
29184         * sysdeps/i386/fpu/libm-test-ulps: Update.
29185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29187 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29189         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29191 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29193         [BZ #15416]
29194         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29195         accurately for denominator in atan2.
29196         * math/s_catanf.c (__catanf): Likewise.
29197         * math/s_catanh.c (__catanh): Likewise.
29198         * math/s_catanhf.c (__catanhf): Likewise.
29199         * math/s_catanhl.c (__catanhl): Likewise.
29200         * math/s_catanl.c (__catanl): Likewise.
29201         * math/libm-test.inc (catan_test): Add more tests.
29202         (catanh_test): Likewise.
29203         * sysdeps/i386/fpu/libm-test-ulps: Update.
29204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29206 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29208         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29210         * benchtests/Makefile (bench): Remove slow benchmarks.
29211         * benchtests/atan-inputs: Add slow benchmark inputs.
29212         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29213         (BENCH_FUNC): Accept variant offset.
29214         (VARIANT): Define.
29215         * benchtests/bench-skeleton.c (main): Run benchmark for each
29216         variant.
29217         * benchtests/cos-inputs: Add slow benchmark inputs.
29218         * benchtests/exp-inputs: Likewise.
29219         * benchtests/pow-inputs: Likewise.
29220         * benchtests/sin-inputs: Likewise.
29221         * benchtests/slowatan-inputs: Remove.
29222         * benchtests/slowatan.c: Remove.
29223         * benchtests/slowcos-inputs: Remove.
29224         * benchtests/slowcos.c: Remove.
29225         * benchtests/slowexp-inputs: Remove.
29226         * benchtests/slowexp.c: Remove.
29227         * benchtests/slowpow-inputs: Remove.
29228         * benchtests/slowpow.c: Remove.
29229         * benchtests/slowsin-inputs: Remove.
29230         * benchtests/slowsin.c: Remove.
29231         * benchtests/slowtan-inputs: Remove.
29232         * benchtests/slowtan.c: Remove.
29233         * benchtests/tan-inputs: Add slow benchmark inputs.
29234         * scripts/bench.pl: Parse comments and directives.
29236         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29237         in CPPFLAGS.
29238         ($(objpfx)bench-%.c): Remove *-ITER.
29239         * benchtests/bench-modf.c: Remove definition of ITER.
29240         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29241         (main): Loop for DURATION seconds instead of fixed number of
29242         iterations.
29243         * scripts/bench.pl: Don't expect iterations in parameters.
29245 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29247         * io/fchdir.c (__fchdir): Renamed from fchdir.
29248         (fchdir): Define as weak alias.
29250 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29252         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29253         (ERRNO_EDOM): Likewise.
29254         (ERRNO_ERANGE): Likewise.
29255         (noErrnoTests): New variable.
29256         (init_max_error): Set errno to 0.
29257         (test_single_errno): New function.
29258         (test_errno): Likewise.
29259         (check_float_internal): Call test_errno.  Set errno to 0.
29260         (check_complex): Refer to errno tests in comment.
29261         (check_int): Call test_errno.  Set errno to 0.
29262         (check_long): Likewise.
29263         (check_bool): Likewise.
29264         (check_longlong): Likewise.
29265         (cos_test): Use ERRNO_* flags for errno tests instead of
29266         check_int.
29267         (expm1_test): Likewise.
29268         (fmod_test): Likewise.
29269         (ilogb_test): Likewise.
29270         (lgamma_test): Likewise.
29271         (pow_test): Likewise.
29272         (remainder_test): Likewise.
29273         (sin_test): Likewise.
29274         (tan_test): Likewise.
29275         (yn_test): Likewise.
29276         (initialize): Set errno to 0.
29277         (main): Print number of errno tests.
29278         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29280 2013-04-29  Andreas Jaeger  <aj@suse.de>
29282         [BZ #15084]
29283         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29284         and RES_USEVC.
29286         [BZ #15085]
29287         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29288         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29289         unimplemented.
29291         [BZ #15380]
29292         * stdlib/random.c (__initstate): Return NULL if
29293         __initstate fails.
29295         [BZ #15086]
29296         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29297         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29298         RES_SNGLKUPREOP.
29300 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29302         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29304 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29306         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29307         of individual tests.
29308         (casin_test): Likewise.
29309         (casinh_test): Likewise.
29311 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29313         [BZ #15409]
29314         * math/s_catan.c (__catan): Handle arguments with large real or
29315         imaginary part separately without squaring.
29316         * math/s_catanf.c (__catanf): Likewise.
29317         * math/s_catanh.c (__catanh): Likewise.
29318         * math/s_catanhf.c (__catanhf): Likewise.
29319         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29320         and redefine.
29321         (__catanhl): Handle arguments with large real or imaginary part
29322         separately without squaring.
29323         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29324         and redefine.
29325         (__catanl): Handle arguments with large real or imaginary part
29326         separately without squaring.
29327         * math/libm-test.inc (catan_test): Add more tests.
29328         (catanh_test): Likewise.
29329         * sysdeps/i386/fpu/libm-test-ulps: Update.
29330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29332 2013-04-27  Andreas Jaeger  <aj@suse.de>
29334         [BZ #15007]
29335         * stdlib/stdlib.h: Update guards for qecvt.
29336         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29337         <stdlib.h>.
29339 2013-04-27  Allan McRae  <allan@archlinux.org>
29341         * sysdeps/i386/fpu/libm-test-ulps: Update.
29343 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29345         [BZ #15406]
29346         * math/s_catan.c: Include <float.h>.
29347         (__catan): Ensure underflow exception occurs for underflowed
29348         result.
29349         * math/s_catanf.c: Include <float.h>.
29350         (__catanf): Ensure underflow exception occurs for underflowed
29351         result.
29352         * math/s_catanh.c: Include <float.h>.
29353         (__catanh): Ensure underflow exception occurs for underflowed
29354         result.
29355         * math/s_catanhf.c: Include <float.h>.
29356         (__catanhf): Ensure underflow exception occurs for underflowed
29357         result.
29358         * math/s_catanhl.c: Include <float.h>.
29359         (__catanhl): Ensure underflow exception occurs for underflowed
29360         result.
29361         * math/s_catanl.c: Include <float.h>.
29362         (__catanl): Ensure underflow exception occurs for underflowed
29363         result.
29364         * math/libm-test.inc (catan_test): Add more tests.
29365         (catanh_test): Likewise.
29367         [BZ #15405]
29368         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29369         underflowed result.
29370         * math/s_ccoshf.c (__ccoshf): Likewise.
29371         * math/s_ccoshl.c (__ccoshl): Likewise.
29372         * math/s_csin.c (__csin): Likewise.
29373         * math/s_csinf.c (__csinf): Likewise.
29374         * math/s_csinh.c (__csinh): Likewise.
29375         * math/s_csinhf.c (__csinhf): Likewise.
29376         * math/s_csinhl.c (__csinhl): Likewise.
29377         * math/s_csinl.c (__csinl): Likewise.
29378         * math/libm-test.inc (ccos_test): Add more tests.
29379         (ccosh_test): Likewise.
29380         (csin_test): Likewise.
29381         (csinh_test): Likewise.
29383 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29385         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29386         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29387         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29388         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29389         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29390         powerpc/power5+/fpu folders.
29391         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29394 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29396         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29398 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29400         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29401         additions to variable.
29402         [$(config-machine) = x86_64] (modules-names): Likewise.
29403         ($(objpfx)tst-audit3): Remove dependency.
29404         ($(objpfx)tst-audit3.out): Likewise.
29405         ($(objpfx)tst-audit4): Likewise.
29406         ($(objpfx)tst-audit4.out): Likewise.
29407         ($(objpfx)tst-audit5): Likewise.
29408         ($(objpfx)tst-audit5.out): Likewise.
29409         ($(objpfx)tst-audit6): Likewise.
29410         ($(objpfx)tst-audit6.out): Likewise.
29411         ($(objpfx)tst-audit7): Likewise.
29412         ($(objpfx)tst-audit7.out): Likewise.
29413         (tst-audit3-ENV): Remove variable.
29414         (tst-audit4-ENV): Likewise.
29415         (tst-audit5-ENV): Likewise.
29416         (tst-audit6-ENV): Likewise.
29417         (tst-audit7-ENV): Likewise.
29418         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29419         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29420         addition to variable.
29421         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29422         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29423         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29424         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29425         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29426         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29427         tst-audit3, tst-audit4 and tst-audit5.
29428         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29429         tst-audit6 and tst-audit7.
29430         [$(subdir) = elf] (modules-names): Add audit modules for those
29431         tests.
29432         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29433         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29434         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29435         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29436         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29437         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29438         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29439         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29440         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29441         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29442         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29443         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29444         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29445         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29446         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29447         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29448         Likewise.
29449         [$(subdir) = elf && $(config-cflags-avx) = yes]
29450         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29451         [$(subdir) = elf && $(config-cflags-avx) = yes]
29452         (CFLAGS-tst-auditmod4a.c): Likewise.
29453         [$(subdir) = elf && $(config-cflags-avx) = yes]
29454         (CFLAGS-tst-auditmod4b.c): Likewise.
29455         [$(subdir) = elf && $(config-cflags-avx) = yes]
29456         (CFLAGS-tst-auditmod6b.c): Likewise.
29457         [$(subdir) = elf && $(config-cflags-avx) = yes]
29458         (CFLAGS-tst-auditmod6c.c): Likewise.
29459         [$(subdir) = elf && $(config-cflags-avx) = yes]
29460         (CFLAGS-tst-auditmod7b.c): Likewise.
29461         * elf/tst-audit3.c: Move to ...
29462         * sysdeps/x86_64/tst-audit3.c: ... here.
29463         * elf/tst-audit4.c: Move to ...
29464         * sysdeps/x86_64/tst-audit4.c: ... here.
29465         * elf/tst-audit5.c: Move to ...
29466         * sysdeps/x86_64/tst-audit5.c: ... here.
29467         * elf/tst-audit6.c: Move to ...
29468         * sysdeps/x86_64/tst-audit6.c: ... here.
29469         * elf/tst-audit7.c: Move to ...
29470         * sysdeps/x86_64/tst-audit7.c: ... here.
29471         * elf/tst-auditmod3a.c: Move to ...
29472         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29473         * elf/tst-auditmod3b.c: Move to ...
29474         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29475         * elf/tst-auditmod4a.c: Move to ...
29476         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29477         * elf/tst-auditmod4b.c: Move to ...
29478         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29479         * elf/tst-auditmod5a.c: Move to ...
29480         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29481         * elf/tst-auditmod5b.c: Move to ...
29482         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29483         * elf/tst-auditmod6a.c: Move to ...
29484         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29485         * elf/tst-auditmod6b.c: Move to ...
29486         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29487         * elf/tst-auditmod6c.c: Move to ...
29488         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29489         * elf/tst-auditmod7a.c: Move to ...
29490         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29491         * elf/tst-auditmod7b.c: Move to ...
29492         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29494 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29496         [BZ #15366]
29497         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29498         define unconditionally.
29499         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29500         define unconditionally.
29501         (INT8_C, INT16_C, etc.): Likewise.
29503 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29505         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29506         __ehdr_start with hidden visibility.
29508         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29510 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29512         * math/libm-test.inc (cos_test): Use accurate hex constants.
29513         (sincost_test): Likewise.
29515 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29517         * math/libm-test.inc (catan_test): Add more tests.
29518         (catanh_test): Likewise.
29520         * math/s_catanf.c (__catanf): Use suffixed floating-point
29521         constants.
29522         * math/s_catanhf.c (__catanhf): Likewise.
29523         * math/s_catanhl.c (__catanhl): Likewise.
29524         * math/s_catanl.c (__catanl): Likewise.
29526         [BZ #15394]
29527         * math/s_catan.c (__catan): Calculate imaginary part of result
29528         with log1p not log unless computing log of number close to 0.
29529         * math/s_catanf.c (__catanf): Likewise.
29530         * math/s_catanl.c (__catanl): Likewise.
29531         * math/s_catanh.c (__catanh): Calculate real part of result with
29532         log1p not log unless computing log of number close to 0.
29533         * math/s_catanhf.c (__catanhf): Likewise.
29534         * math/s_catanhl.c (__catanhl): Likewise.
29535         * math/libm-test.inc (catan_test): Add more tests.
29536         (catanh_test): Likewise.
29537         * sysdeps/i386/fpu/libm-test-ulps: Update.
29538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29540 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29542         * benchtests/Makefile: Mention files in which fast and slow
29543         paths of math functions are implemented.
29545 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29547         * sysdeps/posix/timespec_get.c: New file.
29549 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29551         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29552         POWER.
29553         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29554         for POWER.
29555         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29556         powerpc/power5/fpu folders.
29557         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29558         * benchtests/Makefile: Add modf testcase.
29559         * benchtests/bench-modf.c: New file: Benchmark test for mo
29561 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29563         [BZ #14888]
29564         * time/Makefile (tests): Add tst-strptime-whitespace.
29565         * time/strptime_l.c (get_number): Use ISSPACE.
29566         (__strptime_internal): Likewise.
29567         * time/tst-strptime-whitespace.c: New test case.
29569 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29571         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29572         member.
29573         (_nss_files_init): Set it here.
29575 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29577         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29578         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29579         unsigned.
29581 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29583         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29585 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29587         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29588         size just once.
29590 2013-04-21  David S. Miller  <davem@davemloft.net>
29592         * po/ru.po: Update Russion translation from translation project.
29594 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29596         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29597         and setfsgid.
29599 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29601         * configure.in: Remove i386 configure warning. Remove i386 case.
29602         * configure: Regenerate.
29603         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29604         Add example to error message.
29605         * sysdeps/i386/configure: Regenerate.
29607 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29609         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29610         slowtan.
29611         * benchtests/cos-inputs: New file.
29612         * benchtests/slowcos-inputs: New file.
29613         * benchtests/slowcos.c: New file.
29614         * benchtests/slowtan-inputs: New file.
29615         * benchtests/slowtan.c: New file.
29616         * benchtests/tan-inputs: New file.
29618 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29620         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29621         considered kosher.
29623 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29625         * benchtests/Makefile: Include cppflags-iterator.mk to add
29626         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29628         * Makefile.in (bench-clean): New target.
29629         * benchtests/Makefile (bench-clean): Likewise.
29631 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29633         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29635 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29637         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29639 2013-04-15  Andreas Schwab  <schwab@suse.de>
29641         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29642         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29643         * nscd/pwdcache.c (cache_addpw): Likewise.
29644         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29645         more than recsize.
29647 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29649         * benchtests/Makefile (bench): Write all output to
29650         bench-out.tmp together.
29652 2013-04-15  Andreas Schwab  <schwab@suse.de>
29654         * nscd/nscd.c (main): Don't fork again after closing files.
29656 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29658         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29660         * benchtests/Rules (bench-deps): Collect dependencies into a
29661         single variable.  Add Makefile to dependencies.
29662         ($(objpfx)bench-%.c): Depend on bench-deps.
29664 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29665             Xavier Roche  <roche+kml2@exalead.com>
29667         [BZ #15361]
29668         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29669         just that it's a file descriptor.
29670         * manual/llio.texi (Synchronizing AIO Operations): Update description
29671         for EBADF error from aio_fsync.
29673 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29675         * Rules (bench): Move target definition...
29676         * benchtests/Makefile: ... here.
29678 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29680         * math/libm-test.inc (cos_test): Fix PI/2 test.
29681         (sincos_test): Likewise.
29682         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29683         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29685 2013-04-11  Andreas Schwab  <schwab@suse.de>
29687         [BZ #13988]
29688         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29689         accept exponent character only when digits were seen.
29690         * stdio-common/Makefile (tests): Add bug26.
29691         * stdio-common/bug26.c: New file.
29693         [BZ #14293]
29694         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29695         non-freeable.
29697 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29699         * Makeconfig (rtld-prefix): Define built linker prefix.
29700         * Rules (run-bench): Use it.
29701         * math/Makefile (run-regen-ulps): Likewise.
29703         * Rules (bench): Remove eval.
29705 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29706             Roland McGrath  <roland@hack.frob.com>
29707             Ondrej Bilka  <neleai@seznam.cz>
29709         [BZ #15346]
29710         * time/getdate.c: Include ctype.h and alloca.h.
29711         (__getdate_r): Trim leading and trailing spaces of input.
29712         * time/tst-getdate.c (tests): Add tests with leading and
29713         trailing spaces.
29715 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29717         [BZ #14280]
29718         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29719         when computing value.
29721 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29723         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29724         Use testrun.sh to run libm tests.
29726         [BZ #15309]
29727         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29729 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29731         [BZ #15264]
29732         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29734 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29736         * Makefile.in (regen-ulps): New target.
29737         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29738         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29739         [ifneq (no,$(PERL)] (regen-ulps): New target.
29740         [ifeq (no,$(PERL)] (regen-ulps): New target.
29741         * math/libm-test.inc (ulps_file_name): Define.
29742         (output_dir): New variable.
29743         (options): Add "output-dir" option.
29744         (parse_opt): Handle 'o' case.
29745         (main): If output_dir is non-NULL use it as a prefix
29746         otherwise use "".
29747         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29749 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29751         [BZ #10060, #10062]
29752         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29753         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29754         fail configure if __sync_val_compare_and_swap is not inlined.
29755         * sysdeps/i386/configure: Regenerate.
29756         * configure.in: Build for i686 when configured for i386.
29757         * configure: Regenerate.
29758         * README: Remove i386 reference.
29760 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29762         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29763         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29765 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29767         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29768         (lmsnanval): New variables.
29769         (F): Add conversion tests.
29770         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29771         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29773         * stdio-common/tstdiomisc.c (F): Properly collect individual
29774         tests' results.
29776         [BZ #14686, #15336]
29777         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29778         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29779         Instead, use input NaN values or generate a qNaN by arithmetic
29780         operation.  Also fix bugs to comply with the standard.
29781         * math/libm-test.inc (remainder_test): Add more tests.
29783         [BZ #15335, #15342]
29784         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29785         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29786         input NaN values or generate a qNaN by arithmetic operation.
29788         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29789         unreachable code.
29791         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29792         definitions.
29794 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29796         [BZ #14478]
29797         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29798         underflowed result.
29799         * math/s_cexpf.c (__cexpf): Likewise.
29800         * math/s_cexpl.c (__cexpl): Likewise.
29801         * math/libm-test.inc (cexp_test): Add more tests.
29803 2013-04-03  Andreas Schwab  <schwab@suse.de>
29805         [BZ #15330]
29806         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29807         order arrays from heap if bigger than alloca cutoff.
29809 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29811         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29812         (SNAN_TESTS_double): Refer to GCC PR56831.
29813         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29814         GCC PR56828.
29816 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29818         * Rules (bench): Move bench.out after the run is complete.
29820         * Rules (bench): Echo currently running benchmark.
29822         * benchtests/Makefile (bench): Add atan and slowatan.
29823         * benchtests/atan-inputs: New file.
29824         * benchtests/slowatan-inputs: New file.
29825         * benchtests/slowatan.c: New file.
29827         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29828         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29829         its value.
29831         [BZ #15305]
29832         * sysdeps/unix/sysv/linux/kernel-features.h
29833         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29834         __ASSUME_XFS_RESTRICTED_CHOWN.
29835         * sysdeps/unix/sysv/linux/pathconf.c
29836         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29837         Save and restore errno.
29839 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29841         [BZ #15327]
29842         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29843         arguments using __kernel_casinh.
29844         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29845         arguments using __kernel_casinhf.
29846         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29847         arguments using __kernel_casinhl.
29848         * math/libm-test.inc (cacosh_test): Add more tests.
29849         * sysdeps/i386/fpu/libm-test-ulps: Update.
29850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29852 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29854         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29855         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29857         * bench/Makefile (bench): Add sin and slowsin.
29858         * benchtests/sin-inputs: New file.
29859         * benchtests/slowsin-inputs: New file.
29860         * benchtests/slowsin.c: New file.
29862         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29863         (bench): Add slowexp and slowpow.
29864         (exp-ITER): Increase iterations.
29865         (pow-ITER): Likewise.
29866         * benchtests/exp-inputs: Change input.
29867         * benchtests/pow-inputs: Likewise.
29868         * benchtests/slowexp-inputs: New file.
29869         * benchtests/slowexp.c: New file.
29870         * benchtests/slowpow-inputs: New file.
29871         * benchtests/slowpow.c: New file.
29873 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29875         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29876         instructions.
29877         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29878         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29879         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29880         * benchtests/Makefile: Add rint benchtest.
29881         * benchtests/rint-inputs: Input for rint benchtest.
29883 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29885         * Versions.def (libm): Add GLIBC_2.18.
29886         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29887         hidden libm prototypes.
29888         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29889         * math/Makefile (libm-calls): Add s_issignaling.
29890         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29891         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29892         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29893         declaration.
29894         * math/math.h [__USE_GNU] (issignaling): New macro.
29895         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29896         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29897         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29898         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29899         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29900         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29901         * manual/arith.texi (issignaling): New section.
29902         * manual/libm-err-tab.pl (@all_functions): Update comment.
29903         * math/gen-libm-test.pl (parse_args): Apply special handling for
29904         issignaling.
29905         * math/libm-test.inc (print_float, issignaling_test): New
29906         functions.
29907         (check_float_internal): Add issignaling checks.
29908         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29909         default definition.
29910         * sysdeps/powerpc/math-tests.h: New file.
29911         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29912         tests.
29913         * math/test-snan.c (TEST_FUNC): Likewise.
29915 2013-03-30  David S. Miller  <davem@davemloft.net>
29917         * po/de.po: Update from translation team.
29919 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29921         [BZ #10357]
29922         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29923         imaginary part less than 1.0 and real part less than 0.5
29924         specially.
29925         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29926         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29927         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29928         (cacos_test): Add more tests.
29929         (casin_test): Likewise.
29930         (casinh_test): Likewise.
29931         * sysdeps/i386/fpu/libm-test-ulps: Update.
29932         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29934 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29936         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29937         ONE with its value.
29939         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29940         (__pow_mp): Replace ONE and MONE with their values.
29941         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29942         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29943         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29944         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29945         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29946         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29948         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29950         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29951         (__pow_mp): Replace ZERO and MZERO with their values.
29952         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29953         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29954         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29955         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29956         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29957         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29958         (__sqr): Likewise.
29960         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29962         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29964 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29966         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29967         Declare with __attribute__ ((weak)).
29968         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29969         Call __call_tls_dtors only if it's not NULL.
29971 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29973         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29974         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29975         magic __ehdr_start linker symbol if it's defined.
29976         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29977         them up here if it was already done.
29979         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29980         (_dl_aux_init): Use const in cast when setting it.
29981         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29982         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29983         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29985         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29986         Declare them here.
29987         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29988         * csu/libc-tls.c: Nor here.
29989         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29991         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29992         (__libc_message): Never call vsyslog.
29994 2013-03-28  Alan Modra  <amodra@gmail.com>
29996         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29997         Define as empty.
29998         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29999         Likewise.
30001 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30003         [BZ #15214]
30004         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30005         underflow.
30006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30008 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30010         [BZ #15304]
30011         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30012         Don't add gid passed as argument.
30014         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30016 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30018         [BZ #15307]
30019         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30020         imaginary part between 1.0 and 1.5 and real part less than 0.5
30021         specially.
30022         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30023         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30024         * math/libm-test.inc (cacos_test): Add more tests.
30025         (casin_test): Likewise.
30026         (casinh_test): Likewise.
30027         * sysdeps/i386/fpu/libm-test-ulps: Update.
30028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30030 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30032         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30033         constants.
30034         (norm): Likewise.
30035         (denorm): Likewise.
30036         (__dbl_mp): Likewise.
30037         (add_magnitudes): Likewise.
30038         (sub_magnitudes): Likewise.
30039         (__add): Likewise.
30040         (__sub): Likewise.
30041         (__mul): Likewise.
30042         (__sqr): Likewise.
30043         (__inv): Likewise.
30044         (__dvd): Likewise.
30046         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30047         commented code.
30048         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30049         (__dubcos): Likewise.
30050         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30051         (__ieee754_acos): Likewise.
30052         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30053         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30054         (__exp1): Likewise.
30055         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30056         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30057         (log1): Likewise.
30058         (my_log2): Likewise.
30059         (checkint): Likewise.
30060         * sysdeps/ieee754/dbl-64/e_remainder.c
30061         (__ieee754_remainder): Likewise.
30062         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30063         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30064         (bsloww): Likewise.
30065         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30067         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30068         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30069         MANTISSA_STORE_T to store computations on mantissa.  Use
30070         macros for rounding and division.
30071         (denorm): Likewise.
30072         (__dbl_mp): Likewise.
30073         (add_magnitudes): Likewise.
30074         (sub_magnitudes): Likewise.
30075         (__mul): Likewise.
30076         (__sqr): Likewise.
30077         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30078         powers of two in terms of TWOPOW macro.
30079         (mp_no): Make type of mantissa as MANTISSA_T.
30080         [!RADIXI]: Define RADIXI.
30081         [!TWO52]: Define TWO52.
30082         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30084 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30086         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30087         llroundl symbol when building for PPC32.
30089 2013-03-24  Mark H Weaver  <mhw@netris.org>
30091         * manual/arith.texi (Normalization Functions): Fix prototypes for
30092         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30094 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30096         [BZ #13889]
30097         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30098         high value to check if expl overflow.
30099         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30100         to check for underflow and overflow.
30101         * math/libm-test.inc: Add exp test.
30103 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30105         [BZ #11120]
30106         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30107         with NOT_IN_libc.
30109 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30111         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30112         symbol.
30114 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30116         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30117         wrap blocks consisting of several statements.
30119         * sysdeps/generic/math-tests.h: New file.
30120         * sysdeps/i386/fpu/math-tests.h: Likewise.
30121         * math/test-snan.c: Include it.
30122         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30124 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30126         [BZ #15285]
30127         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30128         (__ieee754_j0l): Do not improve calculations using cos of twice
30129         input for inputs above LDBL_MAX / 2.0L.
30130         (__ieee754_y0l): Likewise.
30131         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30132         (__ieee754_j1l): Do not improve calculations using cos of twice
30133         input for inputs above LDBL_MAX / 2.0L.
30134         (__ieee754_y1l): Likewise.
30135         * math/libm-test.inc (j0_test): Add another test.
30136         (j1_test): Likewise.
30137         (y0_test): Likewise.
30138         (y1_test): Likewise.
30139         * sysdeps/i386/fpu/libm-test-ulps: Update.
30141 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30143         * Rules ($(objpfx)bench-%.c): Include code from a C source
30144         file.
30146 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30148         [BZ #15287]
30149         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30150         imaginary part 1.0 and real part less than 0.5 specially.
30151         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30152         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30153         * math/libm-test.inc (cacos_test): Add more tests.
30154         (casin_test): Likewise.
30155         (casinh_test): Likewise.
30156         * sysdeps/i386/fpu/libm-test-ulps: Update.
30157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30159 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30161         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30162         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30164 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30166         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30167         * config.make.in (config-cflags-sse4): Remove variable.
30168         (config-cflags-avx): Likewise.
30169         (config-cflags-sse2avx): Likewise.
30170         (config-cflags-novzeroupper): Likewise.
30171         (config-asflags-i686): Likewise.
30172         (have-mfma4): Likewise.
30173         (have-as-vis3): Likewise.
30174         (MIG): Likewise.
30175         * configure.in (MIG): Do not AC_SUBST.
30176         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30177         (libc_cv_cc_sse4): Do not AC_SUBST.
30178         (libc_cv_cc_avx): Likewise.
30179         (libc_cv_cc_sse2avx): Likewise.
30180         (libc_cv_cc_novzeroupper): Likewise.
30181         (libc_cv_cc_fma4): Likewise.
30182         (libc_cv_as_i686): Likewise.
30183         (libc_cv_sparc_as_vis3): Likewise.
30184         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30185         LIBC_CONFIG_VAR.
30186         (config-asflags-i686): Likewise.
30187         (config-cflags-avx): Likewise.
30188         (config-cflags-sse2avx): Likewise.
30189         (have-mfma4): Likewise.
30190         (config-cflags-novzeroupper): Likewise.
30191         * sysdeps/mach/configure.in (MIG): Likewise.
30192         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30193         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30194         LIBC_CONFIG_VAR.
30195         (config-cflags-avx): Likewise.
30196         (config-cflags-sse2avx): Likewise.
30197         (have-mfma4): Likewise.
30198         (config-cflags-novzeroupper): Likewise.
30199         * configure: Regenerated.
30200         * sysdeps/i386/configure: Likewise.
30201         * sysdeps/mach/configure: Likewise.
30202         * sysdeps/sparc/configure: Likewise.
30203         * sysdeps/x86_64/configure: Likewise.
30205 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30207         [BZ #14812]
30208         * locale/programs/localedef.c (options): Put N_ translation marker
30209         on argument names, not just descriptions.
30211 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30213         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30215 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30217         [BZ #14176]
30218         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30220 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30222         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30223         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30224         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30225         [!BEFORE_ABORT] (before_abort): New function.
30226         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30227         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30228         (writev_for_fatal): New function.
30229         (WRITEV_FOR_FATAL): New macro; call that.
30230         (backtrace_and_maps): New function.
30231         (BEFORE_ABORT): New macro; call that.
30232         (struct str_list): Type removed.
30233         (__libc_message, __libc_fatal): Functions removed.
30234         Include <sysdeps/posix/libc_fatal.c> instead.
30236 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30238         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30239         constants.
30240         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30241         double constants.
30243 2013-03-19  Andreas Schwab  <schwab@suse.de>
30245         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30246         * sysdeps/gnu/configure: Regenerate.
30248         * configure.in: Substitute libc_cv_rtlddir.
30249         * configure: Regenerate.
30250         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30251         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30252         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30253         * elf/Makefile (install-others, CFLAGS-interp.c)
30254         (ldso_install, common-ldd-rewrite): Likewise.
30255         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30256         $(inst_slibdir)/$(rtld-installed-name).
30257         * scripts/rellns-sh: Add -p option.
30258         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30259         for source.
30261 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30263         * manual/nptl.texi: Renamed to ...
30264         * manual/threads.texi: ... this.
30265         * manual/Makefile (chapters): Update.
30267 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30269         [BZ #14812]
30270         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30271         on argument names, not just descriptions.
30272         * malloc/memusagestat.c (options): Likewise.
30273         * nss/getent.c (options): Likewise.
30275 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30277         [BZ #14812]
30278         * iconv/iconv_prog.c (options): Put N_ translation marker
30279         on argument names, not just descriptions.
30280         * iconv/iconvconfig.c (options): Likewise.
30282 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30284         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30285         implementation which is faster on all x86_64 architectures.
30286         Tested on AMD, Intel Nehalem, SNB, IVB.
30287         * sysdeps/x86_64/strnlen.S: Likewise.
30289         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30290         Remove all multiarch strlen and strnlen versions.
30291         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30292         Remove strlen and strnlen related parts.
30294         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30295         Inline strlen part.
30296         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30298         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30299         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30300         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30301         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30302         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30303         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30305 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30307         * manual/memory.texi (Malloc Tunable Parameters):
30308         Sort parameters alphabetically. Add comments for missing entries.
30310 2013-03-17  David S. Miller  <davem@davemloft.net>
30312         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30314 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30316         [BZ #15283]
30317         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30318         for arguments at most half maximum finite value.
30319         * math/libm-test.inc (j0_test): Add more tests.
30320         (j1_test): Likewise.
30321         (y0_test): Likewise.
30322         (y1_test): Likewise.
30323         * sysdeps/i386/fpu/libm-test-ulps: Update.
30324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30326         [BZ #14155]
30327         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30328         1 / x and functions P and Q for arguments above 0x1p256L.
30329         (__ieee754_y0l): Likewise.
30330         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30331         (__ieee754_y1l): Likewise.
30332         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30333         (j1_test): Likewise.
30334         (y0_test): Likewise.
30335         (y1_test): Likewise.
30337 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30339         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30340         variable.
30342 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30344         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30345         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30346         zero since it's initialized to EXEC_PAGESIZE.
30348         * sysdeps/unix/sysv/linux/ldsodefs.h
30349         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30350         * sysdeps/generic/ldsodefs.h: ... here.
30352 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30354         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30356         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30357         math/test-snan.c.
30358         * math/test-snan.c: Renamed from
30359         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30360         * math/Makefile (tests): Add test-snan.
30361         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30362         test-powerpc-snan.
30364         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30365         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30366         functions.
30367         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30368         __builtin_nan family of functions.
30369         * math/libm-test.inc (initialize): Initialize qnan_value with
30370         __builtin_nan family of functions.
30371         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30372         Remove variables.
30373         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30374         Remove functions.
30375         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30376         storage class.  Initialize qNaN_var and sNaN_var with
30377         __builtin_nan and __builtin_nans families of functions,
30378         respectively.
30380         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30381         (sqrt_test): Remove duplicate test with qNaN input.
30382         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30383         (round_test, signbit_test, significand_test): Note missing +/-Inf
30384         as well as qNaN tests.
30386         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30387         qNaN_var.  Fix a few strings, too.
30388         * math/libm-test.inc (nan_value): Rename to qnan_value.
30389         * math/gen-libm-test.pl (%beautify): Adjust to that.
30390         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30391         * math/test-misc.c (main): Likewise.
30392         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30393         to __qnan_bytes, and __qnan_union, respectively.
30394         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30395         Likewise.
30396         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30397         and lqnanval, respectively.
30398         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30399         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30400         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30401         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30403         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30404         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30405         doubles.
30407         * math/test-misc.c (main): Fix copy'n'pastos.
30408         * misc/tst-efgcvt.c (special): Likewise.
30410         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30411         Remove declarations.
30413 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30415         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30416         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30417         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30418         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30420 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30422         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30423         macro to return vdso values correctly in IFUNC implementations.
30424         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30425         Optimization by using IFUNC.
30427 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30428             Richard Henderson  <rth@redhat.com>
30429             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30431         * Makefile.in (bench): New target.
30432         * NEWS: Mention the benchmark framework.
30433         * Rules (bench): Likewise.
30434         (binaries-bench): Generate binaries for functions to
30435         benchmark.
30436         * benchtests/Makefile: New makefile for benchmark tests.
30437         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30438         programs.
30439         * benchtests/exp-inputs: New input file for EXP function.
30440         * benchtests/pow-inputs: New input file for POW function.
30441         * scripts/bench.pl: New script to generate source files for
30442         benchmark programs.
30444 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30446         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30447         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30448         computations on mantissa.  Use macros for rounding and
30449         division.
30450         (denorm): Likewise.
30451         (__dbl_mp): Likewise.
30452         (add_magnitudes): Likewise.
30453         (sub_magnitudes): Likewise.
30454         (__mul): Likewise.
30455         (__sqr): Likewise.
30456         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30457         powers of two in terms of TWOPOW macro.
30458         (mp_no): Make type of mantissa as MANTISSA_T.
30459         [!RADIXI]: Define RADIXI.
30460         [!TWO52]: Define TWO52.
30461         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30463         * manual/nptl.texi (cindex): Modify threads to pthreads.
30465 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30467         * sysdeps/x86_64/preconfigure: Regenerated.
30469 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30471         [BZ #14155]
30472         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30473         0x1p28 and above.
30474         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30475         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30476         0x1p28 and above.
30477         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30478         * math/libm-test.inc (j0_test): Do not allow one spurious
30479         underflow exception.
30480         (y1_test): Likewise.
30482 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30484         * manual/Makefile (chapters): Add nptl.
30485         * manual/debug.texi (Debugging Support): Add link to Threads
30486         chapter.
30487         * manual/nptl.texi: New file.
30489         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30491 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30493         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30494         for non-NULL pointer before the memory validity test. Pointed
30495         out by Holger Brunck <holger.brunck@keymile.com>.
30497 2013-03-13  Andreas Schwab  <schwab@suse.de>
30499         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30500         instead of .os.
30502 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30504         * timezone/zic.c: Update from tzcode 2013b.
30506 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30508         * manual/install.texi (Configuring and compiling):
30509         Mention i686 and i586.
30510         * INSTALL: Regenerate.
30512 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30514         * sysdeps/init_array/elf-init.c: New file.
30515         * csu/elf-init.c
30516         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30517         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30519         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30520         __gmon_start__ as global, but as static with a .preinit_array pointer.
30521         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30522         * sysdeps/init_array/crti.S: New file, empty except for comments.
30523         * sysdeps/init_array/crtn.S: Likewise.
30525 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30527         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30528         definining bcopy.
30529         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30530         Remove Prefer_SSE_for_memop.
30531         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30532         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30533         HAS_PREFER_SSE_FOR_MEMOP.
30534         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30535         memset-x86-64.
30536         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30537         Remove bzero, memset ifunc support.
30538         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30539         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30540         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30541         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30543 2013-03-11  Andreas Schwab  <schwab@suse.de>
30545         [BZ #15234]
30546         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30547         by SHLIB_COMPAT.
30548         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30549         (GLIBC_2.16): Remove pthread_atfork.
30551 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30553         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30554         (ptestcases.h): Likewise.
30556 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30558         * Makeconfig ($(common-objpfx)config.status): Depend on
30559         sysdeps/*/preconfigure{,.in} too.
30561 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30563         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30564         (__free_hook): Use void * instead of __malloc_ptr_t.
30565         (__malloc_hook): Likewise.
30566         (__realloc_hook): Likewise.
30567         (__memalign_hook): Likewise.
30568         (__after_morecore_hook): Likewise.
30569         * malloc/arena.c (save_malloc_hook): Likewise.
30570         (save_free_hook): Likewise.
30571         * malloc/hooks.c (malloc_hook_ini): Likewise.
30572         (realloc_hook_ini): Likewise.
30573         (memalign_hook_ini): Likewise.
30574         * malloc/malloc.c (malloc_hook_ini): Likewise.
30575         (realloc_hook_ini): Likewise.
30576         (memalign_hook_ini): Likewise.
30577         (__free_hook): Likewise.
30578         (__malloc_hook): Likewise.
30579         (__realloc_hook): Likewise.
30580         (__memalign_hook): Likewise.
30581         (__libc_malloc): Likewise.
30582         (__libc_free): Likewise.
30583         (__libc_realloc): Likewise.
30584         (__libc_memalign): Likewise.
30585         (__libc_valloc): Likewise.
30586         (__libc_pvalloc): Likewise.
30587         (__libc_calloc): Likewise.
30588         (__posix_memalign): Likewise.
30589         * malloc/morecore.c (__sbrk): Likewise.
30590         (__default_morecore): Likewise.
30592         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30594         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30595         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30596         __malloc_ptrdiff_t.
30598         * malloc/malloc.h (__malloc_size_t): Remove macro.
30599         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30600         __malloc_size_t.
30601         (old_memalign_hook): Likewise.
30602         (old_realloc_hook): Likewise.
30603         (struct hdr): Likewise.
30604         (flood): Likewise.
30605         (mallochook): Likewise.
30606         (memalignhook): Likewise.
30607         (reallochook): Likewise.
30608         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30609         (tr_old_realloc_hook): Likewise.
30610         (tr_old_memalign_hook): Likewise.
30611         (tr_mallochook): Likewise.
30612         (tr_reallochook): Likewise.
30613         (tr_memalignhook): Likewise.
30615 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30617         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30618         default_ldbl_pack and using as default implementation.
30619         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30620         implementation.
30621         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30622         redundant definition.
30623         (ldbl_insert_mantissa): Likewise.
30624         (ldbl_canonicalize): Likewise.
30625         (ldbl_nearbyint): Likewise.
30626         (ldbl_pack): Rename to ldbl_pack_ppc.
30627         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30628         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30629         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30631 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30633         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30634         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30635         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30636         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30637         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30638         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30639         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30640         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30642 2013-03-07  Andreas Jaeger  <aj@suse.de>
30644         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30645         bits/mman-linux.h.
30647 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30649         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30650         Include mpa.h and declare __MPEXP.
30651         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30652         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30653         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30654         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30655         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30656         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30657         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30659         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30660         (__slowpow): Use long double EXPL and LOGL functions to
30661         compute POW.
30662         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30663         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30664         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30665         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30666         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30667         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30669         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30670         intermediate variable to calculate exponent.
30671         (__sqr): Likewise.
30672         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30673         Likewise.
30674         (__sqr): Likewise.
30676         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30677         [!NO__SQR]: Define __sqr.
30678         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30679         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30680         sysdeps/ieee754/dbl-64/mpa.c.
30681         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30683         [BZ #12723]
30684         * posix/Makefile (tests): Add tst-pathconf.
30685         * posix/tst-pathconf.c: New test case.
30686         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30687         _PC_PIPE_BUF.
30688         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30690 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30692         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30694 2013-03-06  Andreas Jaeger  <aj@suse.de>
30696         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30697         definition via __MAP_ANONYMOUS.
30699         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30700         it's not part of Linux headers.
30702         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30703         (MAP_HUGE_MASK): Define.
30705         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30706         Define.
30707         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30708         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30709         Define.
30710         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30711         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30712         Define.
30713         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30714         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30715         Define.
30716         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30718         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30719         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30720         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30721         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30722         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30723         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30725         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30726         Handle f2fs.
30728         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30729         Handle f2fs and efivarfs.
30731         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30732         f2fs.
30734         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30735         (EFIVARFS_MAGIC): Add.
30736         (F2FS_LINK_MAX): Add.
30738 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30740         * stdio-common/vfprintf.c: Replace __builtin_expect with
30741         __glibc_unlikely.
30743 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30745         [BZ #13550]
30746         * sysdeps/generic/bp-sym.h: Remove file.
30747         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30748         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30749         <bp-sym.h> and <bp-asm.h>.
30750         (__longjmp): Don't use BP_SYM.
30751         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30752         and <bp-asm.h>.
30753         (memcpy): Don't use BP_SYM.
30754         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30755         <bp-sym.h> and <bp-asm.h>.
30756         (memcpy): Don't use BP_SYM.
30757         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30758         <bp-asm.h>.
30759         (memcpy): Don't use BP_SYM.
30760         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30761         <bp-asm.h>.
30762         (memset): Don't use BP_SYM.
30763         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30764         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30765         (__bzero): Don't use BP_SYM.
30766         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30767         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30768         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30769         <bp-sym.h> and <bp-asm.h>.
30770         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30771         pointers.
30772         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30773         <bp-sym.h> and <bp-asm.h>.
30774         (memcpy): Don't use BP_SYM.
30775         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30776         <bp-sym.h> and <bp-asm.h>.
30777         (memset): Don't use BP_SYM.
30778         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30779         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30780         (__bzero): Don't use BP_SYM.
30781         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30782         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30783         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30784         <bp-sym.h> and <bp-asm.h>.
30785         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30786         pointers.
30787         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30788         <bp-sym.h> and <bp-asm.h>.
30789         (memcpy): Don't use BP_SYM.
30790         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30791         <bp-sym.h> and <bp-asm.h>.
30792         (memset): Don't use BP_SYM.
30793         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30794         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30795         (__bzero): Don't use BP_SYM.
30796         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30797         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30798         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30799         <bp-sym.h> and <bp-asm.h>.
30800         (__memchr): Don't use BP_SYM.
30801         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30802         <bp-sym.h> and <bp-asm.h>.
30803         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30804         pointers.
30805         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30806         <bp-sym.h> and <bp-asm.h>.
30807         (memcpy): Don't use BP_SYM.
30808         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30809         <bp-sym.h> and <bp-asm.h>.
30810         (__mempcpy): Don't use BP_SYM.
30811         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30812         <bp-sym.h> and <bp-asm.h>.
30813         (__memrchr): Don't use BP_SYM.
30814         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30815         <bp-sym.h> and <bp-asm.h>.
30816         (memset): Don't use BP_SYM.
30817         (__bzero): Likewise.
30818         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30819         <bp-sym.h> and <bp-asm.h>.
30820         (__rawmemchr): Don't use BP_SYM.
30821         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30822         <bp-sym.h> and <bp-asm.h>.
30823         (__STRCMP): Don't use BP_SYM.
30824         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30825         <bp-sym.h> and <bp-asm.h>.
30826         (strchr): Don't use BP_SYM.
30827         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30828         <bp-sym.h> and <bp-asm.h>.
30829         (__strchrnul): Don't use BP_SYM.
30830         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30831         <bp-sym.h> and <bp-asm.h>.
30832         (strlen): Don't use BP_SYM.
30833         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30834         <bp-sym.h> and <bp-asm.h>.
30835         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30836         pointers.
30837         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30838         <bp-sym.h> and <bp-asm.h>.
30839         (__strnlen): Don't use BP_SYM.
30840         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30841         <bp-sym.h> and <bp-asm.h>.
30842         (__GI__setjmp): Don't use BP_SYM.
30843         (_setjmp): Likewise.
30844         (__sigsetjmp): Likewise.
30845         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30846         (L(start_addresses)): Don't use BP_SYM.
30847         (_start): Likewise.
30848         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30849         <bp-asm.h>.
30850         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30851         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30852         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30853         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30854         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30855         <bp-asm.h>.
30856         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30857         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30858         about bounded pointers.
30859         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30860         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30861         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30862         <bp-asm.h>.
30863         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30864         about bounded pointers.  Remove GKM FIXME comments.
30865         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30866         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30867         <bp-asm.h>.
30868         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30869         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30870         Remove GKM FIXME comments.
30871         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30872         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30873         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30874         <bp-asm.h>.
30875         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30876         about bounded pointers.  Remove GKM FIXME comment.
30877         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30878         and <bp-asm.h>.
30879         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30880         pointers.
30881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30882         <bp-sym.h> and <bp-asm.h>.
30883         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30885         <bp-sym.h> and <bp-asm.h>.
30886         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30887         comment.
30889 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30891         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30892         call free(NULL).
30894 2013-03-05  David S. Miller  <davem@davemloft.net>
30896         * po/es.po: Update from translation team.
30898 2013-03-05  Andreas Jaeger  <aj@suse.de>
30900         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30901         <bits/mman-linux.h>.
30902         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30903         is fine.
30904         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30905         <bits/mman-linux.h> to end of file.
30906         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30907         is fine.
30908         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30909         <bits/mman-linux.h> to end of file.
30910         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30911         is fine.
30912         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30913         <bits/mman-linux.h> to end of file.
30915         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30916         (MCL_CURRENT, MCL_FUTURE): Define here.
30918 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30920         [BZ #15232]
30921         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30922         attribute_hidden.
30923         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30925 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30927         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30928         fourth parameter needed for rt_sigprocmask syscall.
30929         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30930         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30931         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30932         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30933         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30934         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30936 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30938         [BZ #13550]
30939         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30940         comment about bounded pointers.
30941         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30942         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30944 2013-03-04  Andreas Jaeger  <aj@suse.de>
30946         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30947         common definitions.
30949         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30950         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30951         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30952         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30953         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30954         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30956 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30958         [BZ #15055]
30959         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30960         __ieee754_sqrl instead of __sqrl.
30962 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30964         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30965         * sysdeps/powerpc/fpu_control.h: ... here.
30966         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30967         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30968         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30969         * sysdeps/powerpc/bits/mathinline.h: ... here.
30971 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30973         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30974         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30975         to just [NEED_DL_SYSINFO_DSO].
30976         * elf/dl-support.c: Likewise.
30977         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30978         * elf/rtld.c (dl_main): Likewise.
30979         * elf/setup-vdso.h (setup_vdso): Likewise.
30980         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30981         * sysdeps/unix/sysv/linux/dl-sysdep.c
30982         (_dl_discover_osversion): Likewise.
30984 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30986         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30987         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30989 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30991         * NEWS: Mention libm performance improvements and non-x86 PI
30992         futex support.
30994         * csu/libc-start.c (__pthread_initialize_minimal): Change
30995         function arguments.
30996         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30998 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31000         [BZ #13550]
31001         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31002         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31003         <bp-sym.h> and <bp-asm.h>.
31004         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31005         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31006         and <bp-asm.h>.
31007         (memcpy): Don't use BP_SYM.
31008         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31009         <bp-asm.h>.
31010         (__mpn_add_n): Don't use BP_SYM.
31011         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31012         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31013         and <bp-asm.h>.
31014         (__mpn_addmul_1): Don't use BP_SYM.
31015         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31016         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31017         <bp-sym.h>.
31018         (_setjmp): Don't use BP_SYM.
31019         (__novmx_setjmp): Likewise.
31020         (__GI__setjmp): Likewise.
31021         (__vmx_setjmp): Likewise.
31022         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31023         <bp-sym.h>.
31024         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31025         (__bzero): Don't use BP_SYM.
31026         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31027         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31028         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31029         <bp-sym.h> and <bp-asm.h>.
31030         (memcpy): Don't use BP_SYM.
31031         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31032         <bp-sym.h> and <bp-asm.h>.
31033         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31034         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31035         <bp-sym.h> and <bp-asm.h>.
31036         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31037         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31038         <bp-asm.h>.
31039         (__mpn_lshift): Don't use BP_SYM.
31040         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31041         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31042         <bp-asm.h>.
31043         (memset): Don't use BP_SYM.
31044         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31045         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31046         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31047         <bp-asm.h>.
31048         (__mpn_mul_1): Don't use BP_SYM.
31049         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31050         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31051         <bp-sym.h> and <bp-asm.h>.
31052         (memcmp): Don't use BP_SYM.
31053         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31054         <bp-sym.h> and <bp-asm.h>.
31055         (memcpy): Don't use BP_SYM.
31056         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31057         <bp-sym.h> and <bp-asm.h>.
31058         (memset): Don't use BP_SYM.
31059         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31060         <bp-sym.h> and <bp-asm.h>.
31061         (strncmp): Don't use BP_SYM.
31062         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31063         <bp-sym.h> and <bp-asm.h>.
31064         (memcpy): Don't use BP_SYM.
31065         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31066         <bp-sym.h> and <bp-asm.h>.
31067         (memset): Don't use BP_SYM.
31068         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31069         <bp-sym.h> and <bp-asm.h>.
31070         (__memchr): Don't use BP_SYM.
31071         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31072         <bp-sym.h> and <bp-asm.h>.
31073         (memcmp): Don't use BP_SYM.
31074         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31075         <bp-sym.h> and <bp-asm.h>.
31076         (memcpy): Don't use BP_SYM.
31077         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31078         <bp-sym.h> and <bp-asm.h>.
31079         (__mempcpy): Don't use BP_SYM.
31080         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31081         <bp-sym.h> and <bp-asm.h>.
31082         (__memrchr): Don't use BP_SYM.
31083         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31084         <bp-sym.h> and <bp-asm.h>.
31085         (memset): Don't use BP_SYM.
31086         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31087         <bp-sym.h> and <bp-asm.h>.
31088         (__rawmemchr): Don't use BP_SYM.
31089         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31090         <bp-sym.h> and <bp-asm.h>.
31091         (__STRCMP): Don't use BP_SYM.
31092         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31093         <bp-sym.h> and <bp-asm.h>.
31094         (strchr): Don't use BP_SYM.
31095         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31096         <bp-sym.h> and <bp-asm.h>.
31097         (__strchrnul): Don't use BP_SYM.
31098         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31099         <bp-sym.h> and <bp-asm.h>.
31100         (strlen): Don't use BP_SYM.
31101         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31102         <bp-sym.h> and <bp-asm.h>.
31103         (strncmp): Don't use BP_SYM.
31104         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31105         <bp-sym.h> and <bp-asm.h>.
31106         (__strnlen): Don't use BP_SYM.
31107         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31108         <bp-asm.h>.
31109         (__mpn_rshift): Don't use BP_SYM.
31110         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31111         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31112         <bp-sym.h> and <bp-asm.h>.
31113         (__sigsetjmp): Don't use BP_SYM.
31114         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31115         (L(start_addresses)): Don't use BP_SYM.
31116         (_start): Likewise.
31117         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31118         <bp-asm.h>.
31119         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31120         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31121         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31122         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31123         <bp-asm.h>.
31124         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31125         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31126         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31127         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31128         <bp-asm.h>.
31129         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31130         comments.
31131         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31132         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31133         <bp-asm.h>.
31134         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31135         FIXME comments.
31136         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31137         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31138         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31139         <bp-asm.h>.
31140         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31141         comment.
31142         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31143         and <bp-asm.h>.
31144         (strncmp): Don't use BP_SYM,
31145         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31146         <bp-asm.h>.
31147         (__mpn_sub_n): Don't use BP_SYM.
31148         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31149         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31150         and <bp-asm.h>.
31151         (__mpn_submul_1): Don't use BP_SYM.
31152         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31154         <bp-sym.h> and <bp-asm.h>.
31155         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31157         <bp-sym.h> and <bp-asm.h>.
31158         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31159         comment.
31161 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31163         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31164         Use ZK to minimize writes to Z.
31165         (sub_magnitudes): Simplify code a bit.
31166         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31167         Use ZK to minimize writes to Z.
31168         (sub_magnitudes): Simplify code a bit.
31170 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31172         * csu/gmon-start.c: Add special exception to license text.
31174 2013-02-27  Richard Henderson  <rth@redhat.com>
31176         * scripts/config.guess: Update from config.git.
31177         * scripts/config.sub: Likewise.
31179 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31181         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31183         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31185         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31187         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31189         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31191 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31193         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31194         [$(build-shared = yes].
31196 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31198         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31199         (__mul): Reduce iterations for calculating mantissa.
31201         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31202         MPTWO.
31203         (__mpranred): Likewise.
31205         [BZ #15160]
31206         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31207         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31209 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31211         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31212         Define __attribute__.
31214 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31216         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31217         unused.
31218         * posix/regex_internal.h (__attribute): Remove.
31219         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31220         (re_string_context_at): Likewise.
31221         (bitset_not): Use __attribute__ and mark function as possibly
31222         unused.
31223         (bitset_merge): Likewise.
31224         (bitset_mask): Likewise.
31225         (re_string_char_size_at): Likewise.
31226         (re_string_wchar_at): Likewise.
31227         (re_string_elem_size_at): Likewise.
31229 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31231         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31232         code.
31233         (cc32): Likewise.
31235         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31236         (__acr): Likewise.
31237         (__cpy): Likewise.
31238         (norm): Likewise.
31239         (denorm): Likewise.
31240         (__dbl_mp): Likewise.
31241         (add_magnitudes): Likewise.
31242         (sub_magnitudes): Likewise.
31243         (__mul): Likewise.
31244         (__inv): Likewise.
31246         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31247         style.
31249         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31250         style.
31252         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31253         code.
31255         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31256         up changes with default code.
31257         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31258         Likewise.
31260 2013-02-24  Allan McRae  <allan@archlinux.org>
31262         * manual/socket.texi (The Internet Namespace): Order menu items
31263         to match that in the file.
31265         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31266         node listing of the info page menu.
31268 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31270         [BZ #13550]
31271         * sysdeps/i386/bp-asm.h: Remove file.
31272         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31273         (PARMS): Do not use macros from bp-asm.h.
31274         (S1): Likewise.
31275         (S2): Likewise.
31276         (SIZE): Likewise.
31277         (__mpn_add_n): Do not use BP_SYM
31278         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31279         "bp-asm.h".
31280         (PARMS): Do not use macros from bp-asm.h.
31281         (S1): Likewise.
31282         (SIZE): Likewise.
31283         (__mpn_addmul_1): Do not use BP_SYM
31284         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31285         "bp-asm.h".
31286         (PARMS): Do not use macros from bp-asm.h.
31287         (SIGMSK): Likewise.
31288         (_setjmp): Likewise.  Do not use BP_SYM.
31289         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31290         "bp-asm.h".
31291         (PARMS): Do not use macros from bp-asm.h.
31292         (SIGMSK): Likewise.
31293         (setjmp): Likewise.  Do not use BP_SYM.
31294         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31295         "bp-asm.h".
31296         (PARMS): Do not use macros from bp-asm.h.
31297         (__frexp): Do not use BP_SYM.
31298         (frexp): Likewise.
31299         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31300         "bp-asm.h".
31301         (PARMS): Do not use macros from bp-asm.h.
31302         (__frexpf): Do not use BP_SYM.
31303         (frexpf): Likewise.
31304         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31305         "bp-asm.h".
31306         (PARMS): Do not use macros from bp-asm.h.
31307         (__frexpl): Do not use BP_SYM.
31308         (frexpl): Likewise.
31309         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31310         "bp-asm.h".
31311         (PARMS): Do not use macros from bp-asm.h.
31312         (__remquo): Do not use BP_SYM.
31313         (remquo): Likewise.
31314         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31315         "bp-asm.h".
31316         (PARMS): Do not use macros from bp-asm.h.
31317         (__remquof): Do not use BP_SYM.
31318         (remquof): Likewise.
31319         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31320         "bp-asm.h".
31321         (PARMS): Do not use macros from bp-asm.h.
31322         (__remquol): Do not use BP_SYM.
31323         (remquol): Likewise.
31324         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31325         "bp-asm.h".
31326         (PARMS): Do not use macros from bp-asm.h.
31327         (DEST): Likewise.
31328         (SRC): Likewise.
31329         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31330         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31331         "bp-asm.h".
31332         (PARMS): Do not use macros from bp-asm.h.
31333         (strlen): Do not use BP_SYM.
31334         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31335         "bp-asm.h".
31336         (PARMS): Do not use macros from bp-asm.h.
31337         (S1): Likewise.
31338         (S2): Likewise.
31339         (SIZE): Likewise.
31340         (__mpn_add_n): Do not use BP_SYM.
31341         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31342         "bp-asm.h".
31343         (PARMS): Do not use macros from bp-asm.h.
31344         (S1): Likewise.
31345         (SIZE): Likewise.
31346         (__mpn_addmul_1): Do not use BP_SYM.
31347         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31348         weak_alias.
31349         (bzero): Likewise.
31350         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31351         "bp-asm.h".
31352         (PARMS): Do not use macros from bp-asm.h.
31353         (S): Likewise.
31354         (SIZE): Likewise.
31355         (__mpn_lshift): Do not use BP_SYM.
31356         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31357         "bp-asm.h".
31358         (PARMS): Do not use macros from bp-asm.h.
31359         (DEST): Likewise.
31360         (SRC): Likewise.
31361         (LEN): Likewise.
31362         (memcpy): Likewise.  Do not use BP_SYM.
31363         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31364         libc_hidden_def and weak_alias.
31365         (mempcpy): Do not use BP_SYM in weak_alias.
31366         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31367         "bp-asm.h".
31368         (PARMS): Do not use macros from bp-asm.h.
31369         (DEST): Likewise.
31370         (LEN): Likewise.
31371         [!BZERO_P] (CHR): Likewise.
31372         (memset): Likewise.  Do not use BP_SYM.
31373         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31374         "bp-asm.h".
31375         (PARMS): Do not use macros from bp-asm.h.
31376         (S1): Likewise.
31377         (SIZE): Likewise.
31378         (__mpn_mul_1): Do not use BP_SYM.
31379         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31380         "bp-asm.h".
31381         (PARMS): Do not use macros from bp-asm.h.
31382         (S): Likewise.
31383         (SIZE): Likewise.
31384         (__mpn_rshift): Do not use BP_SYM.
31385         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31386         "bp-asm.h".
31387         (PARMS): Do not use macros from bp-asm.h.
31388         (STR): Likewise.
31389         (CHR): Likewise.
31390         (strchr): Likewise.  Do not use BP_SYM.
31391         (index): Do not use BP_SYM in weak_alias.
31392         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31393         "bp-asm.h".
31394         (PARMS): Do not use macros from bp-asm.h.
31395         (DEST): Likewise.
31396         (SRC): Likewise.
31397         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31398         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31399         "bp-asm.h".
31400         (PARMS): Do not use macros from bp-asm.h.
31401         (strlen): Do not use BP_SYM.
31402         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31403         "bp-asm.h".
31404         (PARMS): Do not use macros from bp-asm.h.
31405         (S1): Likewise.
31406         (S2): Likewise.
31407         (SIZE): Likewise.
31408         (__mpn_sub_n): Do not use BP_SYM.
31409         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31410         "bp-asm.h".
31411         (PARMS): Do not use macros from bp-asm.h.
31412         (S1): Likewise.
31413         (SIZE): Likewise.
31414         (__mpn_submul_1): Do not use BP_SYM.
31415         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31416         "bp-asm.h".
31417         (PARMS): Do not use macros from bp-asm.h.
31418         (S1): Likewise.
31419         (S2): Likewise.
31420         (SIZE): Likewise.
31421         (__mpn_add_n): Do not use BP_SYM.
31422         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31423         weak_alias.
31424         (bzero): Likewise.
31425         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31426         "bp-asm.h".
31427         (PARMS): Do not use macros from bp-asm.h.
31428         (BLK2): Likewise.
31429         (LEN): Likewise.
31430         (memcmp): Do not use BP_SYM.
31431         (bcmp): Do not use BP_SYM in weak_alias.
31432         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31433         "bp-asm.h".
31434         (PARMS): Do not use macros from bp-asm.h.
31435         (DEST): Likewise.
31436         (SRC): Likewise.
31437         (LEN): Likewise.
31438         (memcpy): Likewise.  Do not use BP_SYM.
31439         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31440         "bp-asm.h".
31441         (PARMS): Do not use macros from bp-asm.h.
31442         (DEST): Likewise.
31443         (SRC): Likewise.
31444         (LEN): Likewise.
31445         (memmove): Likewise.  Do not use BP_SYM.
31446         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31447         "bp-asm.h".
31448         (PARMS): Do not use macros from bp-asm.h.
31449         (DEST): Likewise.
31450         (SRC): Likewise.
31451         (LEN): Likewise.
31452         (__mempcpy): Likewise.  Do not use BP_SYM.
31453         (mempcpy): Do not use BP_SYM in weak_alias.
31454         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31455         "bp-asm.h".
31456         (PARMS): Do not use macros from bp-asm.h.
31457         (DEST): Likewise.
31458         (LEN): Likewise.
31459         [!BZERO_P] (CHR): Likewise.
31460         (memset): Likewise.  Do not use BP_SYM.
31461         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31462         "bp-asm.h".
31463         (PARMS): Do not use macros from bp-asm.h.
31464         (STR2): Likewise.
31465         (strcmp): Do not use BP_SYM.
31466         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31467         "bp-asm.h".
31468         (PARMS): Do not use macros from bp-asm.h.
31469         (STR): Likewise.
31470         (DELIM): Likewise.
31471         [USE_AS_STRTOK_R] (SAVE): Likewise.
31472         (FUNCTION): Likewise.  Do not use BP_SYM.
31473         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31474         aliases.
31475         (strtok_r): Likewise.
31476         (__GI___strtok_r): Likewise.
31477         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31478         (PARMS): Do not use macros from bp-asm.h.
31479         (S): Likewise.
31480         (SIZE): Likewise.
31481         (__mpn_lshift): Do not use BP_SYM.
31482         * sysdeps/i386/memchr.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         (__memchr): Do not use BP_SYM.
31487         (memchr): Do not use BP_SYM in weak_alias.
31488         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31489         (PARMS): Do not use macros from bp-asm.h.
31490         (BLK2): Likewise.
31491         (LEN): Likewise.
31492         (memcmp): Do not use BP_SYM.
31493         (bcmp): Do not use BP_SYM in weak_alias.
31494         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31495         (PARMS): Do not use macros from bp-asm.h.
31496         (S1): Likewise.
31497         (SIZE): Likewise.
31498         (__mpn_mul_1): Do not use BP_SYM.
31499         * sysdeps/i386/rawmemchr.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         (CHR): Likewise.
31504         (__rawmemchr): Do not use BP_SYM.
31505         (rawmemchr): Do not use BP_SYM in weak_alias.
31506         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31507         (PARMS): Do not use macros from bp-asm.h.
31508         (S): Likewise.
31509         (SIZE): Likewise.
31510         (__mpn_rshift): Do not use BP_SYM.
31511         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31512         (PARMS): Do not use macros from bp-asm.h.
31513         (SIGMSK): Likewise.
31514         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31515         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31516         (_start): Do not use BP_SYM.
31517         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31518         (PARMS): Do not use macros from bp-asm.h.
31519         (DEST): Likewise.
31520         (SRC): Likewise.
31521         (__stpcpy): Likewise.  Do not use BP_SYM.
31522         (stpcpy): Do not use BP_SYM in weak_alias.
31523         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31524         "bp-asm.h".
31525         (PARMS): Do not use macros from bp-asm.h.
31526         (DEST): Likewise.
31527         (SRC): Likewise.
31528         (LEN): Likewise.
31529         (__stpncpy): Likewise.  Do not use BP_SYM.
31530         (stpncpy): Do not use BP_SYM in weak_alias.
31531         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31532         (PARMS): Do not use macros from bp-asm.h.
31533         (STR): Likewise.
31534         (CHR): Likewise.
31535         (strchr): Likewise.  Do not use BP_SYM.
31536         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31537         "bp-asm.h".
31538         (PARMS): Do not use macros from bp-asm.h.
31539         (STR): Likewise.
31540         (CHR): Likewise.
31541         (__strchrnul): Likewise.  Do not use BP_SYM.
31542         (strchrnul): Do not use BP_SYM in weak_alias.
31543         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31544         "bp-asm.h".
31545         (PARMS): Do not use macros from bp-asm.h.
31546         (STOP): Likewise.
31547         (strcspn): Do not use BP_SYM.
31548         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31549         "bp-asm.h".
31550         (PARMS): Do not use macros from bp-asm.h.
31551         (STR): Likewise.
31552         (STOP): Likewise.
31553         (strpbrk): Likewise.  Do not use BP_SYM.
31554         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31555         "bp-asm.h".
31556         (PARMS): Do not use macros from bp-asm.h.
31557         (STR): Likewise.
31558         (CHR): Likewise.
31559         (strrchr): Likewise.  Do not use BP_SYM.
31560         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31561         (PARMS): Do not use macros from bp-asm.h.
31562         (SKIP): Likewise.
31563         (strspn): Do not use BP_SYM.
31564         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31565         (PARMS): Do not use macros from bp-asm.h.
31566         (STR): Likewise.
31567         (DELIM): Likewise.
31568         (SAVE): Likewise.
31569         (FUNCTION): Likewise.  Do not use BP_SYM.
31570         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31571         aliases.
31572         (strtok_r): Likewise.
31573         (__GI___strtok_r): Likewise.
31574         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31575         (PARMS): Do not use macros from bp-asm.h.
31576         (S1): Likewise.
31577         (S2): Likewise.
31578         (SIZE): Likewise.
31579         (__mpn_sub_n): Do not use BP_SYM.
31580         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31581         "bp-asm.h".
31582         (PARMS): Do not use macros from bp-asm.h.
31583         (S1): Likewise.
31584         (SIZE): Likewise.
31585         (__mpn_submul_1): Do not use BP_SYM.
31586         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31587         <bp-sym.h>.
31588         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31589         and <bp-asm.h>.
31590         (PARMS): Do not use macros from bp-asm.h.
31591         (FLAGS): Likewise.
31592         (PTID): Likewise.
31593         (TLS): Likewise.
31594         (CTID): Likewise.
31595         (__clone): Do not use BP_SYM.
31596         (clone): Do not use BP_SYM in weak_alias.
31597         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31598         and <bp-asm.h>.
31599         (PARMS): Do not use macros from bp-asm.h.
31600         (LEN): Likewise.
31601         (__mmap64): Do not use BP_SYM.
31602         (mmap64): Do not use BP_SYM in weak_alias.
31603         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31604         <bp-sym.h> and <bp-asm.h>.
31605         (PARMS): Do not use macros from bp-asm.h.
31606         (__posix_fadvise64_l64): Do not use BP_SYM.
31607         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31608         (PARMS): Do not use macros from bp-asm.h.
31609         (NSOPS): Likewise.
31610         (semtimedop): Do not use BP_SYM.
31611         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31612         and <bp-asm.h>.
31614 2013-02-21  Allan McRae  <allan@archlinux.org>
31616         * manual/message.texi (Charset conversion in gettext):
31617         Move @end statement to beginning of line.
31619 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31621         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31622         static.
31623         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31624         Likewise.
31626         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31627         (denorm): Likewise.
31628         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31629         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31631 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31633         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31634         tail-call to the resolved function if pltexit isn't needed.
31636 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31638         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31639         or Y being zero as being unlikely.
31640         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31641         Likewise.
31643 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31645         * manual/nss.texi (System Databases and Name Service Switch):
31646         Remove frobnicate @pxref.
31648 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31650         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31651         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31653 2013-02-20  Petr Machata  <pmachata@redhat.com>
31655         * elf/elf.h (R_ARM_TARGET1): New macro.
31656         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31657         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31658         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31659         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31660         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31661         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31662         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31663         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31664         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31665         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31666         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31667         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31668         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31669         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31670         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31671         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31672         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31673         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31674         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31675         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31676         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31677         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31678         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31679         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31680         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31681         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31682         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31683         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31684         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31685         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31686         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31687         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31688         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31689         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31690         (R_ARM_THM_GOT_BREL12): Likewise.
31691         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31692         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31693         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31694         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31695         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31696         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31697         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31698         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31699         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31701 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31703         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31704         __attribute_used__ to __attribute__ ((unused)).
31706 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31708         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31709         powerpc mpa.c.
31710         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31711         comment formatting.
31712         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31714 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31716         [BZ #13550]
31717         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31718         Remove macro.
31719         (ENTER): Remove both macro definitions.
31720         (LEAVE): Likewise.
31721         (CHECK_BOUNDS_LOW): Likewise.
31722         (CHECK_BOUNDS_HIGH): Likewise.
31723         (CHECK_BOUNDS_BOTH): Likewise.
31724         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31725         (RETURN_BOUNDED_POINTER): Likewise.
31726         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31727         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31728         (POP_ERRNO_LOCATION_RETURN): Likewise.
31729         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31730         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31731         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31732         macros.
31733         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31734         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31735         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31736         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31737         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31738         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31739         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31740         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31741         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31742         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31743         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31744         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31745         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31746         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31747         removed macros.
31748         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31749         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31750         macros.
31751         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31752         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31753         * sysdeps/i386/i586/memset.S (memset): Likewise.
31754         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31755         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31756         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31757         macros.
31758         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31759         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31760         Change uses of L(2) to L(out).
31761         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31762         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31763         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31764         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31765         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31766         removed macros.
31767         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31768         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31769         macros.
31770         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31771         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31772         (RETURN): Do not use macro LEAVE.
31773         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31774         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31775         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31776         * sysdeps/i386/i686/memset.S (memset): Likewise.
31777         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31778         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31779         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31780         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31781         Likewise.
31782         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31783         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31784         L(1_2) and L(1_3) into L(1).
31785         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31786         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31787         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31788         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31789         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31790         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31791         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31792         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31793         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31794         macros.
31795         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31796         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31797         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31798         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31799         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31800         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31801         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31802         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31803         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31804         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31805         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31806         * sysdeps/i386/strspn.S (strspn): Likewise.
31807         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31808         conditional code.
31809         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31810         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31811         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31812         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31813         L(1_3) into L(1_1).
31814         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31815         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31816         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31817         macros.
31818         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31820 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31822         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31823         macro.
31825 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31827         * math/atest-exp.c (exp_mpn): Remove ROUND.
31828         * math/atest-exp2.c (exp_mpn): Likewise.
31829         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31831         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31832         * stdlib/tst-tls-atexit-lib.c: Likewise.
31833         * stdlib/tst-tls-atexit.c: Likewise.
31835 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31837         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31838         and __attribute_alloc_size__.
31840 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31842         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31843         __attribute_alloc_size__.
31844         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31845         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31847 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31849         * include/programs/xmalloc.h: New file.
31850         * catgets/gencat.c: Include it.
31851         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31852         * elf/pldd.c: Likewise.
31853         * iconv/iconv_charmap.c: Likewise.
31854         * iconv/iconvconfig.c: Likewise.
31855         * iconv/strtab.c: Likewise.
31856         * locale/programs/locale.c: Likewise.
31857         * locale/programs/localedef.h: Likewise.
31858         * locale/programs/simple-hash.c: Likewise.
31859         * nscd/nscd.h: Likewise.
31860         * nss/makedb.c: Likewise.
31861         * sysdeps/generic/ldconfig.h: Likewise.
31863 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31865         * Versions.def: Add GLIBC_2.18.
31866         * include/link.h (struct link_map): New member l_tls_dtor_count.
31867         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31868         (__call_tls_dtors): Likewise.
31869         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31870         __cxa_thread_atexit_impl.
31871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31872         Likewise.
31873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31874         Likewise.
31875         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31876         Likewise.
31877         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31878         Likewise.
31879         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31880         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31881         Likewise.
31882         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31883         Likewise.
31884         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31885         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31886         Likewise.
31887         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31888         (tests): Add test case tst-tls-atexit.
31889         (modules-names): Add shared library for tst-tls-atexit.
31890         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31891         (GLIBC_PRIVATE): Add __call_tls_dtors.
31892         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31893         for libstdc++.
31894         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31895         * stdlib/tst-tls-atexit.c: New test case.
31896         * stdlib/tst-tls-atexit-lib.c: New test case.
31898         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31900         * elf/Versions (ld): Add _dl_find_dso_for_object.
31901         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31902         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31903         (dl_open_worker): Use _dl_find_dso_for_object.
31904         * elf/dl-sym.c (do_sym): Likewise.
31905         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31907 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31909         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31910         Syntactic changes only.
31911         (_dl_runtime_profile): Do a tail-call to the resolved function.
31913 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31915         [BZ #13550]
31916         * sysdeps/x86_64/bp-asm.h: Remove file.
31917         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31918         <bp-sym.h> and <bp-asm.h>.
31919         (__clone): Do not use BP_SYM.
31920         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31921         <bp-sym.h> and <bp-asm.h>.
31922         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31923         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31924         "bp-asm.h".
31925         (_setjmp): Do not use BP_SYM.
31926         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31927         "bp-asm.h".
31928         (setjmp): Do not use BP_SYM.
31929         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31930         libc_hidden_def.
31931         (mempcpy): Do not use BP_SYM in weak_alias.
31932         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31933         "bp-asm.h".
31934         (strchr): Do not use BP_SYM.
31935         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31936         "bp-asm.h".
31937         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31938         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31939         (_start): Do not use BP_SYM.
31940         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31941         "bp-asm.h".
31942         (strcat): Do not use BP_SYM.
31943         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31944         "bp-asm.h".
31945         (STRCMP): Do not use BP_SYM.
31946         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31947         "bp-asm.h".
31948         (STRCPY): Do not use BP_SYM.
31949         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31950         "bp-asm.h".
31951         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31952         "bp-asm.h".
31953         (FUNCTION): Do not use BP_SYM.
31954         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31955         weak_alias.
31956         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31958 2013-02-17  Andreas Jaeger  <aj@suse.de>
31960         * time/Versions: Sort entries.
31961         * string/Versions: Likewise.
31962         * resolv/Versions: Likewise.
31963         * posix/Versions: Likewise.
31964         * iconv/Versions: Likewise.
31965         * elf/Versions: Likewise.
31966         * wcsmbs/Versions: Likewise.
31968 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31970         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31971         loop termination condition.
31973         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31974         variable to calculate EZ.
31975         (__sqr): Likewise.
31977         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31978         the lower precision input.
31980 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31982         [BZ #13550]
31983         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31984         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31985         (run-via-rtld-prefix): Do not handle %-bp tests.
31986         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31987         (all-object-suffixes): Remove .ob.
31988         (bppfx): Remove variable.
31989         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31990         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31991         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31992         [$(build-bounded) = yes] (libtype.ob): Likewise.
31993         * Makerules (elide-routines.ob): Remove variable.
31994         (do-tests-clean): Do not handle *-bp.out.
31995         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31996         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31997         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31998         (tests): Do not include $(tests-bp.out).
31999         (xtests): Do not include $(xtests-bp.out).
32000         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32001         [$(build-bounded) = yes] ($(addprefix
32002         $(objpfx),$(binaries-bounded))): Remove rule.
32003         ($(objpfx)%-bp.out): Remove rule.
32004         * config.make.in (build-bounded): Remove variable.
32005         * crypt/Makefile [$(build-bounded) = yes]
32006         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32007         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32008         append to variable.
32009         [$(build-bounded) = yes] (install-lib): Likewise.
32010         [$(build-bounded) = yes] (generated): Likewise.
32011         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32012         Remove rule.
32013         * intl/Makefile [$(build-bounded) = yes]
32014         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32015         * math/Makefile [$(build-bounded) = yes]
32016         ($(tests:%=$(objpfx)%-bp): Likewise.
32017         * misc/Makefile [$(build-bounded) = yes]
32018         ($(objpfx)tst-tsearch-bp): Likewise.
32019         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32020         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32021         Remove dependency.
32022         * string/Makefile (o-objects.ob): Remove variable.
32023         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32024         (CFLAGS-.ob): Remove variable.
32025         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32026         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32027         both definitions of variable.
32028         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32029         (ASFLAGS-.ob): Remove variable.
32031 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32033         [BZ #13550]
32034         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32035         Remove __BOUNDED_POINTERS__ from condition.
32036         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32037         * string/bits/string2.h [!__NO_STRING_INLINES &&
32038         !__BOUNDED_POINTERS__]: Likewise.
32039         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32040         Likewise.
32041         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32042         Remove conditional code.
32043         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32044         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32045         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32046         condition.
32048         [BZ #13550]
32049         * csu/libc-start.c: Do not include <bp-sym.h>.
32050         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32051         * elf/dl-open.c: Do not include <bp-sym.h>.
32052         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32053         * math/fegetenv.c: Do not include <bp-sym.h>.
32054         (fegetenv): Do not use BP_SYM in versioned symbols.
32055         * nptl/sysdeps/pthread/bits/libc-lockP.h
32056         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32057         <bp-sym.h>.
32058         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32059         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32060         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32061         (__pthread_mutex_destroy): Likewise.
32062         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32063         (__pthread_mutex_lock): Likewise.
32064         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32065         (__pthread_mutex_trylock): Likewise.
32066         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32067         (__pthread_mutex_unlock): Likewise.
32068         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32069         (__pthread_mutexattr_init): Likewise.
32070         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32071         (__pthread_mutexattr_destroy): Likewise.
32072         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32073         (__pthread_mutexattr_settype): Likewise.
32074         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32075         (__pthread_rwlock_init): Likewise.
32076         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32077         (__pthread_rwlock_destroy): Likewise.
32078         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32079         (__pthread_rwlock_rdlock): Likewise.
32080         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32081         (__pthread_rwlock_tryrdlock): Likewise.
32082         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32083         (__pthread_rwlock_wrlock): Likewise.
32084         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32085         (__pthread_rwlock_trywrlock): Likewise.
32086         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32087         (__pthread_rwlock_unlock): Likewise.
32088         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32089         (__pthread_key_create): Likewise.
32090         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32091         (__pthread_setspecific): Likewise.
32092         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32093         (__pthread_getspecific): Likewise.
32094         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32095         Likewise.
32096         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32097         (_pthread_cleanup_push_defer): Likewise.
32098         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32099         (_pthread_cleanup_pop_restore): Likewise.
32100         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32101         (pthread_setcancelstate): Likewise.
32102         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32103         <bp-sym.h>.
32104         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32105         (memchr): Do not use BP_SYM in weak_alias.
32106         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32107         (fegetenv): Do not use BP_SYM in versioned symbols.
32108         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32109         (fesetenv): Do not use BP_SYM in versioned symbols.
32110         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32111         (feupdateenv): Do not use BP_SYM in versioned symbols.
32112         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32113         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32114         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32115         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32116         (open64): Do not use BP_SYM in weak_alias.
32117         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32118         (fegetenv): Do not use BP_SYM in versioned symbols.
32119         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32120         (fesetenv): Do not use BP_SYM in versioned symbols.
32121         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32122         (feupdateenv): Do not use BP_SYM in versioned symbols.
32123         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32124         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32125         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32126         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32127         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32128         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32129         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32130         <bp-sym.h>.
32131         (__libc_start_main): Do not use BP_SYM.
32133 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32135         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32136         redundant return line.
32137         (norm): Likewise.
32138         (denorm): Likewise.
32139         (dbl_mp): Likewise.
32140         (sub_magnitudes): Likewise.
32141         (__add): Likewise.
32142         (__sub): Likewise.
32143         (__mul): Likewise.
32144         (__inv): Likewise.
32145         (__dvd): Likewise.
32146         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32147         (norm): Likewise.
32148         (denorm): Likewise.
32149         (dbl_mp): Likewise.
32150         (sub_magnitudes): Likewise.
32151         (__add): Likewise.
32152         (__sub): Likewise.
32153         (__mul): Likewise.
32154         (__inv): Likewise.
32155         (__dvd): Likewise.
32157         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32158         instead of __mul.
32159         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32160         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32161         (cc32): Likewise.
32163         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32164         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32165         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32166         of __mul for squares.
32167         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32168         function
32169         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32170         Likewise.
32171         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32172         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32174 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32176         [BZ #13550]
32177         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32178         code.
32179         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32180         prototype or function definition.  Rename ubp_* variables and
32181         parameters.  Remove argv definitions conditional on
32182         [__BOUNDED_POINTERS__].
32183         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32184         * elf/dl-runtime.c (_dl_fixup): Likewise.
32185         * include/set-hooks.h (RUN_HOOK): Likewise.
32186         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32187         definition.
32188         * string/strcpy.c (strcpy): Do not use __unbounded.
32189         * sysdeps/generic/frame.h (struct layout): Likewise.
32190         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32191         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32192         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32193         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32194         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32195         (__backtrace): Likewise.
32196         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32197         use __ptrvalue.
32198         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32199         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32200         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32201         Likewise.
32202         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32203         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32204         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32205         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32206         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32207         Do not use __unbounded.
32208         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32209         Rename __unboundedrlimits parameter to rlimits in prototype.
32210         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32211         Do not use __unbounded.
32212         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32213         not use __ptrvalue.
32214         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32215         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32216         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32217         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32218         __ptrvalue or __unbounded.
32219         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32220         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32221         use __unbounded.
32222         (__new_msgctl): Do not use __ptrvalue.
32223         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32224         __unbounded.
32225         (__libc_msgrcv): Do not use __ptrvalue.
32226         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32227         startup_info): Do not use __unbounded.
32228         (__libc_start_main): Likewise.  Rename ubp_* variables and
32229         parameters.  Remove argv definitions conditional on
32230         [__BOUNDED_POINTERS__].
32231         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32232         __ptrvalue.
32233         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32234         use __unbounded.
32235         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32236         or __ptrvalue.
32237         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32238         use __unbounded.
32239         (__new_shmctl): Do not use __ptrvalue.
32240         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32241         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32242         Likewise.
32243         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32244         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32245         (__libc_sigaction): Likewise.
32246         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32247         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32248         Likewise.
32249         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32251 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32253         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32255         * string/mempcpy.c: Implement by calling memcpy.
32257 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32259         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32261         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32262         evaluation.
32264         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32265         values in the mantissa.
32267         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32268         minimize writes to Z.
32269         (sub_magnitudes): Simplify code a bit.
32271 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32273         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32274         from the message.  The linker prefixes all warnings with that already.
32276 2013-02-12  Andreas Schwab  <schwab@suse.de>
32278         [BZ #15078]
32279         * posix/regexec.c (extend_buffers): Add parameter min_len.
32280         (check_matching): Pass minimum needed length.
32281         (clean_state_log_if_needed): Likewise.
32282         (get_subexp): Likewise.
32283         * posix/Makefile (tests): Add bug-regex34.
32284         (bug-regex34-ENV): Define.
32285         * posix/bug-regex34.c: New file.
32287         [BZ #11561]
32288         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32289         elements compare against the byte sequence of it, not its name.
32290         * posix/Makefile (tests): Add bug-regex35.
32291         (bug-regex35-ENV): Define.
32292         * posix/bug-regex35.c: New file.
32294 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32296         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32297         comment.
32298         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32299         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32300         (CHECK_EOL): Add undef.
32302 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32304         * bits/stdlib-bsearch.h: New file.
32305         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32306         * stdlib/stdlib.h: Likewise.
32308 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32310         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32311         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32312         declaration.
32313         * manual/search.texi (Array Search Function): Add missing const in
32314         lfind prototype.
32315         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32316         declaration to use rlim_t.
32317         (Basic Scheduling Functions): Remove erroneous const from
32318         sched_getparam prototype.  Remove erroneous * from
32319         sched_get_priority_max and sched_get_priority_min prototypes.
32320         (Resource Usage): Fix summary @comment on vtimes to refer to
32321         sys/vtimes.h rather than vtimes.h.
32322         Add missing *s in vtimes prototype.
32323         (Limits on Resources): Fix ulimit prototype to return long int.
32324         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32325         prototypes to use long int rather than double.
32326         (BSD Random): Fix initstate and setstate to use char *, not void *.
32327         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32328         prototype to make second argument 'struct aiocb64 *const[]'.
32329         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32330         (Status of AIO Operations): Remove erroneous const in aio_return and
32331         aio_return64 prototypes.
32332         (Synchronizing I/O): Fix sync prototype to return void.
32333         * manual/startup.texi (Suboptions): Remove an erroneous const in
32334         getsubopt prototype.
32335         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32336         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32337         use size_t rather than int.
32338         (Scanning All Users): Likewise for getpwent_r.
32339         (Setting Groups): Add missing const to setgroups prototype.
32340         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32341         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32342         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32343         'const void *' rather than 'const char *'.
32344         (Host Address Functions): Likewise for inet_ntop.
32345         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32346         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32347         ssize_t for return value.
32348         (Sending Data): Likewise for send, sendto, sendmsg.
32349         (Socket Option Functions): Add a missing const in setsockopt prototype.
32350         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32351         use wchar_t for the argument.
32352         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32353         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32354         take no arguments.
32355         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32356         double/float/long double for second argument.
32357         Fix return types of significand, significandf, significandl.
32358         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32359         argument in fchmod prototype.
32360         (File Owner): Use uid_t and gid_t in fchown prototype.
32361         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32362         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32363         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32364         use 'const struct dirent **' as argument types to CMP function pointer
32365         argument.
32366         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32367         (File Times): Fix summary magic @comment for struct utimbuf and utime
32368         to refer to utime.h, not time.h.
32369         * manual/string.texi (Argz Functions): Add missing const in
32370         argz_extract and argz_next prototypes.
32371         (Finding Tokens in a String): Likewise for basename.
32372         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32373         (Copying and Concatenation): Fix typo in wmemmove prototype.
32374         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32375         (Signal Stack): Remove erroneous const in sigstack prototype.
32376         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32377         prototype.
32378         (Simple Calendar Time): Likewise for stime.
32379         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32380         prototype.
32381         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32382         say sys/sysctl.h instead.
32383         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32384         and vsyslog prototypes.
32386 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32388         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32389         Remove.
32391 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32393         * misc/sys/mman.h: Fix typo in mremap comment.
32395 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32397         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32398         the '\0' terminator.
32400 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32402         [BZ #13550]
32403         * debug/segfault.c: Don't include <bp-checks.h>.
32404         * sysdeps/generic/bp-checks.h: Remove file.
32405         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32406         (__GETDENTS): Don't use CHECK_N.
32407         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32408         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32409         (__getgroups): Don't use CHECK_N.
32410         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32411         (setgroups): Don't use CHECK_N.
32412         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32413         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32414         (__libc_msgrcv): Don't use CHECK_N.
32415         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32416         (__libc_msgsnd): Don't use CHECK_N.
32417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32418         <bp-checks.h>.
32419         (__libc_pread): Don't use CHECK_N.
32420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32421         include <bp-checks.h>.
32422         (__libc_pread64): Don't use CHECK_N.
32423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32424         include <bp-checks.h>.
32425         (__libc_pwrite): Don't use CHECK_N.
32426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32427         include <bp-checks.h>.
32428         (__libc_pwrite64): Don't use CHECK_N.
32429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32430         <bp-checks.h>.
32431         (__libc_pread): Don't use CHECK_N.
32432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32433         include <bp-checks.h>.
32434         (__libc_pread64): Don't use CHECK_N.
32435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32436         include <bp-checks.h>.
32437         (__libc_pwrite): Don't use CHECK_N.
32438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32439         include <bp-checks.h>.
32440         (__libc_pwrite64): Don't use CHECK_N.
32441         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32442         (do_pread): Don't use CHECK_N.
32443         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32444         (do_pread64): Don't use CHECK_N.
32445         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32446         (do_pwrite): Don't use CHECK_N.
32447         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32448         (do_pwrite64): Don't use CHECK_N.
32449         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32450         (__libc_readv): Don't use CHECK_N.
32451         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32452         (semop): Don't use CHECK_N.
32453         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32454         <bp-checks.h>.
32455         (semtimedop): Don't use CHECK_N.
32456         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32457         (__libc_pread): Don't use CHECK_N.
32458         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32459         <bp-checks.h>.
32460         (__libc_pread64): Don't use CHECK_N.
32461         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32462         <bp-checks.h>.
32463         (__libc_pwrite): Don't use CHECK_N.
32464         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32465         <bp-checks.h>.
32466         (__libc_pwrite64): Don't use CHECK_N.
32467         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32468         <bp-checks.h>.
32469         (__libc_msgrcv): Don't use CHECK_N.
32470         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32471         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32472         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32473         (__libc_writev): Don't use CHECK_N.
32475 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32477         * string/strcpy.c: Removed unused variable.
32479         * Makeconfig (+sysdep-includes): Define with := rather than =.
32480         Use an existing include/ subdir of each sysdeps dir before it.
32482 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32484         * nscd/connection.c (register_traced_file): Comment function.
32485         [HAVE_INOTIFY] (union __inev): Define.
32486         [HAVE_INOTIFY] (inotify_check_files): New function.
32487         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32488         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32489         clear_db_cache.
32490         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32492 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32494         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32495         loaded if not already and that a failure is permanent.
32497 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32499         [BZ #15006]
32500         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32501         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32503 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32505         [BZ #13550]
32506         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32507         (CHECK_1_NULL_OK): Likewise.
32508         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32509         (__fxstat): Do not use CHECK_1.
32510         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32511         <bp-checks.h>.
32512         (___fxstat64): Do not use CHECK_1.
32513         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32514         <bp-checks.h>.
32515         (__fxstatat): Do not use CHECK_1.
32516         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32517         <bp-checks.h>.
32518         (__fxstatat64): Do not use CHECK_1.
32519         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32520         <bp-checks.h>.
32521         (__fxstat): Do not use CHECK_1.
32522         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32523         <bp-checks.h>.
32524         (__fxstatat): Do not use CHECK_1.
32525         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32526         <bp-checks.h>.
32527         (__getresgid): Do not use CHECK_1.
32528         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32529         <bp-checks.h>.
32530         (__getresuid): Do not use CHECK_1.
32531         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32532         <bp-checks.h>.
32533         (__lxstat): Do not use CHECK_1.
32534         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32535         <bp-checks.h>.
32536         (__old_msgctl): Do not use CHECK_1.
32537         (__new_msgctl): Likewise.
32538         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32539         <bp-checks.h>.
32540         (__new_setrlimit): Do not use CHECK_1.
32541         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32542         <bp-checks.h>.
32543         (__old_shmctl): Do not use CHECK_1.
32544         (__new_shmctl): Likewise.
32545         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32546         <bp-checks.h>.
32547         (__xstat): Do not use CHECK_1.
32548         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32549         (__lxstat): Do not use CHECK_1.
32550         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32551         <bp-checks.h>.
32552         (___lxstat64): Do not use CHECK_1.
32553         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32554         (__old_msgctl): Do not use CHECK_1.
32555         (__new_msgctl): Likewise.
32556         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32557         <bp-checks.h>.
32558         (__gettimeofday): Do not use CHECK_1.
32559         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32560         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32561         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32562         <bp-checks.h>.
32563         (__gettimeofday): Do not use CHECK_1.
32564         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32565         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32566         (__new_shmctl): Do not use CHECK_1.
32567         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32568         <bp-checks.h>.
32569         (do_sigtimedwait): Do not use CHECK_1.
32570         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32571         <bp-checks.h>.
32572         (do_sigwaitinfo): Do not use CHECK_1.
32573         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32574         <bp-checks.h>.
32575         (msgctl): Do not use CHECK_1.
32576         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32577         <bp-checks.h>.
32578         (shmctl): Do not use CHECK_1.
32579         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32580         (ustat): Do not use CHECK_1.
32581         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32582         <bp-checks.h>.
32583         (__fxstat): Do not use CHECK_1.
32584         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32585         <bp-checks.h>.
32586         (__fxstatat): Do not use CHECK_1.
32587         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32588         <bp-checks.h>.
32589         (__lxstat): Do not use CHECK_1.
32590         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32591         <bp-checks.h>.
32592         (__xstat): Do not use CHECK_1.
32593         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32594         (__xstat): Do not use CHECK_1.
32595         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32596         (___xstat64): Do not use CHECK_1.
32598         [BZ #13550]
32599         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32600         definitions.
32601         (CHECK_BOUNDS_HIGH): Likewise.
32602         * string/strcpy.c: Do not include <bp-checks.h>.
32603         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32605 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32607         * nscd/nscd-client.h (__nscd_drop_map_ref):
32608         Add __attribute__ ((unused)).
32609         * nis/nss-nisplus.h (niserr2nss): Likewise.
32611         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32612         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32614         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32615         Remove inline keyword.
32616         * include/rounding-mode.h (round_away): Likewise.
32617         * libio/wfileops.c (adjust_wide_data): Likewise.
32618         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32619         (__m128i_strloadu_tolower): Likewise.
32620         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32621         (__m128i_strloadu_tolower): Likewise.
32622         * time/mktime.c (ydhms_diff): Likewise.
32623         * locale/elem-hash.h (elem_hash): Likewise.
32624         * locale/setlocale.c (setdata): Likewise.
32625         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32626         (re_string_wchar_at): Likewise.
32627         (bitset_not, bitset_merge, bitset_mask): Likewise.
32628         [!(__GNUC__ > 3)] (inline): Remove macro.
32629         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32630         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32631         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32632         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32633         * string/memcmp.c (memcmp_bytes): Likewise.
32634         * locale/programs/locarchive.c (compute_hashval): Likewise.
32635         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32636         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32637         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32638         * nss/getent.c (print_rpc, print_protocols): Likewise.
32639         (print_passwd, print_group, print_aliases): Likewise.
32640         * nis/nss-nisplus.h (niserr2nss): Likewise.
32641         * nscd/connections.c (restart_p): Likewise.
32642         Change return type to bool.
32644 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32646         * Makeconfig (all-Depend-files): Add existing
32647         $(sorted-subdirs:=/Depend) files.
32648         (all-subdirs): Remove nss.
32649         * sysdeps/unix/inet/Subdirs: Add it here instead.
32650         * hesiod/Depend: New file.
32652         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32653         instead of calling alloca.
32655         * io/lseek.c (__lseek): Rename to __libc_lseek.
32656         Define __lseek as an alias.
32658         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32660 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32662         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32663         else clause and remove check for non-standard endianness.
32665 2013-02-04  David S. Miller  <davem@davemloft.net>
32667         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32669 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32671         [BZ #13550]
32672         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32673         (__ubp_memchr): Remove prototype.
32674         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32675         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32676         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32677         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32678         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32679         Remove alias.
32680         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32681         (__ubp_memchr): Likewise.
32682         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32683         (__ubp_memchr): Likewise.
32684         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32685         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32686         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32687         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32688         CHECK_STRING.
32689         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32690         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32691         (__getcwd): Do not use CHECK_STRING.
32692         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32693         <bp-checks.h>.
32694         (__real_chown): Do not use CHECK_STRING.
32695         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32696         <bp-checks.h>.
32697         (fchownat): Do not use CHECK_STRING.
32698         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32699         CHECK_STRING.
32700         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32701         <bp-checks.h>.
32702         (__lchown): Do not use CHECK_STRING.
32703         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32704         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32705         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32706         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32708         include <bp-checks.h>.
32709         (truncate64): Do not use CHECK_STRING.
32710         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32711         <bp-checks.h>.
32712         (__real_chown): Do not use CHECK_STRING.
32713         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32714         <bp-checks.h>.
32715         (__lchown): Do not use CHECK_STRING.
32716         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32717         <bp-checks.h>.
32718         (__chown): Do not use CHECK_STRING.
32719         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32720         <bp-checks.h>.
32721         (truncate64): Do not use CHECK_STRING.
32722         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32723         Likewise.
32724         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32725         (__xmknod): Do not use CHECK_STRING.
32726         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32727         <bp-checks.h>.
32728         (__xmknodat): Do not use CHECK_STRING.
32729         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32730         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32732 2013-02-04  Andreas Schwab  <schwab@suse.de>
32734         [BZ #14142]
32735         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32736         * include/netdb.h: Likewise for h_errno.
32737         * elf/tst-stackguard1.c: Include <tls.h>.
32739 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32741         * elf/link.h (struct link_map): Extend the l_addr comment.
32742         * include/link.h (struct link_map): Likewise.
32744 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32746         [BZ #13550]
32747         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32748         (BOUNDED_1): Remove macro.
32749         * debug/backtrace.c: Don't include <bp-checks.h>.
32750         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32751         (__backtrace): Likewise.
32752         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32753         <bp-checks.h>.
32754         (__backtrace): Don't use BOUNDED_1.
32755         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32756         <bp-checks.h>.
32757         (__backtrace): Don't use BOUNDED_1.
32758         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32759         (__backtrace): Don't use BOUNDED_1.
32760         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32761         (shmat): Don't use BOUNDED_N.
32763 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32765         [BZ #13550]
32766         * sysdeps/generic/bp-start.h: Remove file.
32767         * csu/libc-start.c: Don't include <bp-start.h>.
32768         (LIBC_START_MAIN): Set up __environ directly instead of using
32769         INIT_ARGV_and_ENVIRON.
32770         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32771         <bp-start.h>.
32773         [BZ #13550]
32774         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32775         definitions.
32776         (CHECK_FCNTL): Likewise.
32777         (CHECK_N_PAGES): Likewise.
32779         [BZ #13550]
32780         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32781         definitions.
32782         (CHECK_SIGSET_NULL_OK): Likewise.
32783         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32784         <bp-checks.h>.
32785         (sigpending): Don't use CHECK_SIGSET.
32786         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32787         <bp-checks.h>.
32788         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32789         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32790         <bp-checks.h>.
32791         (do_sigsuspend): Don't use CHECK_SIGSET.
32792         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32793         use CHECK_SIGSET.
32794         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32795         (do_sigwait): Don't use CHECK_SIGSET.
32796         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32797         use CHECK_SIGSET.
32798         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32799         include <bp-checks.h>.
32800         (sigpending): Don't use CHECK_SIGSET.
32801         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32802         include <bp-checks.h>.
32803         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32804         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32805         <bp-checks.h>.
32806         (sigpending): Don't use CHECK_SIGSET.
32807         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32808         <bp-checks.h>.
32809         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32811         [BZ #13550]
32812         * sysdeps/generic/bp-semctl.h: Remove file.
32813         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32814         <bp-checks.h> and <bp-semctl.h>.
32815         (__old_semctl): Don't use CHECK_SEMCTL.
32816         (__new_semctl): Likewise.
32817         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32818         and <bp-semctl.h>.
32819         (__old_semctl): Don't use CHECK_SEMCTL.
32820         (__new_semctl): Likewise.
32821         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32822         <bp-checks.h> and <bp-semctl.h>.
32823         (__old_semctl): Don't use CHECK_SEMCTL.
32824         (__new_semctl): Likewise.
32825         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32826         <bp-checks.h> and <bp-semctl.h>.
32827         (semctl): Don't use CHECK_SEMCTL.
32829         [BZ #13550]
32830         * Makerules (elide-bp-thunks): Remove variable.
32831         (elide-routines.oS): Don't use $(elide-bp-thunks).
32832         (elide-routines.os): Likewise.
32833         (elide-routines.o): Likewise.
32834         (elide-routines.op): Likewise.
32835         (elide-routines.og): Likewise.
32836         (objects): Don't use $(bp-thunks).
32837         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32838         include.
32839         (common-generated): Do not add s-proto-bp.d.
32840         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32841         (int): Likewise.
32842         (typ): Likewise.
32843         Do not generate makefile rules for bounded-pointer thunks.
32844         * sysdeps/generic/bp-thunks.h: Remove file.
32845         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32846         * sysdeps/unix/s-proto-bp.S: Likewise.
32848         [BZ #15062]
32849         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32850         parts of result separately when argument is not close to line from
32851         -i to i and one part of argument is small.
32852         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32853         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32854         * math/libm-test.inc (cacos_test): Add more tests.
32855         (casin_test): Likewise.
32856         (casinh_test): Likewise.
32857         * sysdeps/i386/fpu/libm-test-ulps: Update.
32858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32860 2013-01-31  David S. Miller  <davem@davemloft.net>
32862         * po/de.po: Update from translation team.
32864 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32866         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32868 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32870         * configure.in (_AC_PROG_CC_C89): New definition.
32871         * configure: Regenerate.
32873         * configure.in (AC_PROG_CPP): New definition.
32874         * configure: Regenerate.
32876 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32878         * debug/tst-backtrace.h: New file.
32879         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32880         (ret): Remove variable.
32881         (x): Likewise.
32882         (FAIL): Remove macro.
32883         (NO_INLINE): Likewise.
32884         (fn1): Use match function instead of strstr.
32885         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32886         (ret): Remove variable.
32887         (x): Likewise.
32888         (FAIL): Remove macro.
32889         (NO_INLINE): Likewise.
32890         (fn): Use match function instead of strstr.
32891         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32892         (ret): Remove variable.
32893         (x): Likewise.
32894         (FAIL): Remove macro.
32895         (NO_INLINE): Likewise.
32896         (handle_signal): Use match function instead of strstr.
32897         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32898         (ret): Remove variable.
32899         (x): Likewise.
32900         (FAIL): Remove macro.
32901         (NO_INLINE): Likewise.
32902         (handle_signal): Use match function instead of strstr.
32904 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32906         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32908 2013-01-23  David S. Miller  <davem@davemloft.net>
32910         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32911         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32912         argument of CAS if possible.
32913         * sysdeps/sparc/sparc64/bits/atomic.h
32914         (__arch_compare_and_exchange_val_32_acq): Likewise.
32915         (__arch_compare_and_exchange_val_64_acq): Likewise.
32917 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32919         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32920         * sysdeps/posix/ulimit.c: ... this.
32921         Include <limits.h>.
32922         * sysdeps/unix/bsd/ulimit.c: Remove file.
32924 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32926         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32927         (LDFLAGS-tst-array5): Likewise.
32929 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32931         [BZ #15036]
32932         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32933         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32934         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32935         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32937 2013-01-21  David S. Miller  <davem@davemloft.net>
32939         * sysdeps/sparc/backtrace.c: New file.
32940         * sysdeps/sparc/sparc32/backtrace.h: New file.
32941         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32942         * sysdeps/sparc/sparc64/backtrace.h: New file.
32943         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32944         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32945         -funwind-tables.
32947 2013-01-21  Andreas Schwab  <schwab@suse.de>
32949         [BZ #15020]
32950         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32951         closed its stdout.
32953 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32955         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32956         "mpa2.h".
32957         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32959 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32960             Mark Mitchell  <mark@codesourcery.com>
32961             Tom de Vries  <tom@codesourcery.com>
32962             Paul Pluzhnikov  <ppluzhnikov@google.com>
32964         * debug/tst-backtrace2.c: New file.
32965         * debug/tst-backtrace3.c: Likewise.
32966         * debug/tst-backtrace4.c: Likewise.
32967         * debug/tst-backtrace5.c: Likewise.
32968         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32969         (CFLAGS-tst-backtrace3.c): Likewise.
32970         (CFLAGS-tst-backtrace4.c): Likewise.
32971         (CFLAGS-tst-backtrace5.c): Likewise.
32972         (LDFLAGS-tst-backtrace2): Likewise.
32973         (LDFLAGS-tst-backtrace3): Likewise.
32974         (LDFLAGS-tst-backtrace4): Likewise.
32975         (LDFLAGS-tst-backtrace5): Likewise.
32976         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32977         tst-backtrace4 and tst-backtrace5.
32979 2013-01-18  Anton Blanchard  <anton@samba.org>
32980             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32982         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32983         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32984         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32985         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32987         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32988         "+r" and remove output regs list as redundant.  Add explicit inline
32989         asm to specify register of return val to work around compiler codegen
32990         bug.  Remove (int) cast on return value.  Add return type parameter to
32991         use in macro so that this macro does not truncate return value for
32992         64-bit values.
32993         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32994         pass to INTERNAL_VSYSCALL_NCS.
32995         (INLINE_VSYSCALL): Add 'long int' as return type to
32996         INTERNAL_VSYSCALL_NCS macro invocation.
32997         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32998         INTERNAL_VSYSCALL_NCS macro invocation.
32999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33001 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33003         [BZ #14496]
33004         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33005         Fix application of SIMD FP exception mask.
33007         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33008         mp_no from a power of two.
33009         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33010         __mpexp_twomm1.  Use __pow_mp.
33012         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33013         multiplication.
33015 2013-01-17  David S. Miller  <davem@davemloft.net>
33017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33019 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33021         [BZ #15023]
33022         * include/complex.h: Condition contents on [!_COMPLEX_H].
33023         (__kernel_casinhf): New prototype.
33024         (__kernel_casinh): Likewise.
33025         (__kernel_casinhl): Likewise.
33026         * math/Makefile (libm_calls): Add k_casinh.
33027         * math/k_casinh.c: New file.
33028         * math/k_casinhf.c: Likewise.
33029         * math/k_casinhl.c: Likewise.
33030         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33031         finite nonzero arguments.
33032         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33033         finite nonzero arguments.
33034         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33035         finite nonzero arguments.
33036         * math/s_casinh.c: Do not include <float.h>.
33037         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33038         * math/s_casinhf.c: Do not include <float.h>.
33039         (__casinhf): Move code for finite nonzero arguments to
33040         k_casinhf.c.
33041         * math/s_casinhl.c: Do not include <float.h>.
33042         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33043         redefine.
33044         (__casinhl): Move code for finite nonzero arguments to
33045         k_casinhl.c.
33046         * math/libm-test.inc (cacos_test): Add more tests.
33047         * sysdeps/i386/fpu/libm-test-ulps: Update.
33048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33050 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33052         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33053         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33054         [!HAVE_MREMAP]: Remove [defined linux] case.
33055         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33057 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33059         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33061 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33063         * elf/elf.h (R_386_SIZE32): New relocation.
33064         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33065         R_386_SIZE32.
33066         (elf_machine_rela): Likewise.
33067         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33068         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33070 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33072         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33073         (FP_FAST_FMA): Do not define.
33074         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33075         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33076         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33077         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33078         !_SOFT_FLOAT]: Likewise.
33079         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33080         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33081         value.
33082         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33083         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33084         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33085         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33086         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33087         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33088         file.
33090 2013-01-16  Andreas Schwab  <schwab@suse.de>
33092         [BZ #14327]
33093         * include/stdlib.h (__mktemp): Add declaration.
33094         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33095         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33097 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33099         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33100         definitions.
33101         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33102         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33103         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33104         definitions here.
33105         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33106         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33107         definitions.
33108         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33109         and ONE.
33110         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33111         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33112         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33113         definitions.
33114         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33115         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33116         definitions.
33117         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33119         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33121 2013-01-15  David S. Miller  <davem@davemloft.net>
33123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33124         trunc{,f} to libm-sysdep_routes.
33125         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33127         file.
33128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33130         file.
33131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33132         file.
33133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33134         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33135         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33136         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33137         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33138         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33139         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33140         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33143         nearbyint{,f} to libm-sysdep_routes.
33144         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33146         New file.
33147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33148         file.
33149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33150         New file.
33151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33152         file.
33153         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33154         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33155         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33156         file.
33157         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33158         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33159         file.
33160         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33161         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33162         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33164         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33165         libc_feholdexcept and libc_fesetenv.
33167 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33169         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33171 2013-01-14  David S. Miller  <davem@davemloft.net>
33173         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33174         (SPARC_ASM_VIS2_IFUNC): Likewise.
33175         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33177         use of 'siam' instruction.
33178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33179         Likewise.
33180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33181         Likewise.
33182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33183         Likewise.
33184         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33185         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33186         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33187         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33189         file.
33190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33191         file.
33192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33193         file.
33194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33195         file.
33196         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33197         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33198         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33199         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33201         new VIS2 routines.
33202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33205         Likewise.
33206         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33207         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33208         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33209         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33211         routines to libm-sysdep_routines.
33212         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33215         fdim/fdimf to libm-sysdep_routines.
33216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33217         file.
33218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33220         file.
33221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33222         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33223         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33224         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33225         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33226         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33227         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33229 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33231         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33232         to optimize copies.
33234         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33235         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33236         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33238         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33239         local variable MPTWO.
33240         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33241         Likewise.
33243 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33245         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33246         GLOB_NOESCAPE.
33248 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33250         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33252 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33254         * manual/pattern.texi (glob_t): Document gl_flags.
33255         (glob64_t): Likewise.
33257 2013-01-11  David S. Miller  <davem@davemloft.net>
33259         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33260         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33261         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33262         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33263         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33264         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33265         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33266         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33267         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33268         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33269         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33270         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33271         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33273         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33274         sparc V9 rather than using V8 code.
33275         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33276         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33278         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33279         Move to...
33280         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33281         Here.
33283 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33285         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33286         not in the main loop.
33287         * configure: Regenerated.
33289 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33291         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33292         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33293         to just #else.
33294         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33295         [!__GLIBC_HAVE_LONG_LONG] case.
33296         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33297         condition to just #else.
33298         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33299         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33300         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33301         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33302         unconditional.
33303         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33304         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33305         #elif condition to just #else.
33306         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33307         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33308         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33309         #elif condition to just #else.
33311 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33313         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33314         (EF_MIPS_ARCH_64): Fix value.
33315         (EF_MIPS_ARCH_32R2): New.
33316         (EF_MIPS_ARCH_64R2): New.
33318 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33320         * Makeconfig (+link-pie-before-libc): New.
33321         (+link-pie-after-libc): Likewise.
33322         (+link-pie-tests): Likewise.
33323         (+link-pie): Rewritten.
33324         (link-before-libc): Remove $(config-LDFLAGS).
33325         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33326         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33327         (config-LDFLAGS): Renamed to ...
33328         (rtld-LDFLAGS): This.
33329         (rtld-tests-LDFLAGS): New macro.
33330         (link-libc-rpath-link): Likewise.
33331         (link-libc-tests-rpath-link): Likewise.
33332         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33333         (link-libc): Prepand $(link-libc-rpath-link).
33334         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33335         (test-program-prefix): New macro.
33336         (test-via-rtld-prefix): Likewise.
33337         (test-program-cmd): Likewise.
33338         (host-test-program-cmd): Likewise.
33339         * Makefile ($(common-objpfx)testrun.sh): Replace
33340         $(run-program-prefix) with $(test-program-prefix).
33341         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33342         $(rtld-LDFLAGS).
33343         ($(common-objpfx)shlib.lds): Likewise.
33344         (build-module-helper): Likewise.
33345         ($(common-objpfx)format.lds): Likewise.
33346         * Rules (binaries-pie-tests): New.
33347         (binaries-pie-notests): Likewise.
33348         (binaries-pie): Rewritten.
33349         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33350         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33351         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33352         (make-test-out): Replace $(host-built-program-cmd) with
33353         $(host-test-program-cmd).
33354         * config.make.in (build-hardcoded-path-in-tests): New variable.
33355         * configure.in (--enable-hardcoded-path-in-tests): New configure
33356         option.
33357         (hardcoded_path_in_tests): New AC_SUBST.
33358         * configure: Regenerated.
33359         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33360         $(built-program-cmd) with $(test-program-cmd).
33361         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33362         (test_program_cmd): This.
33363         * elf/Makefile ($(objpfx)order.out): Run test with
33364         $(test-program-prefix).
33365         ($(objpfx)order2.out): Likewise.
33366         ($(objpfx)tst-initorder.out): Likewise.
33367         ($(objpfx)tst-initorder2.out): Likewise.
33368         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33369         $(test-program-cmd).
33370         ($(objpfx)tst-array1-static.out): Likewise.
33371         ($(objpfx)tst-array2.out): Likewise.
33372         ($(objpfx)tst-array3.out): Likewise.
33373         ($(objpfx)tst-array4.out): Likewise.
33374         ($(objpfx)tst-array5.out): Likewise.
33375         ($(objpfx)tst-array5-static.out): Likewise.
33376         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33377         $(test-program-cmd).
33378         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33379         $(run-program-prefix) with $(test-program-prefix).
33380         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33381         (test_program_prefix): This.
33382         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33383         $(run-program-prefix) with $(test-program-prefix).
33384         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33385         (test_program_prefix): This.
33386         * iconvdata/tst-tables.sh: Likewise.
33387         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33388         $(run-program-prefix) with $(test-program-prefix).
33389         ($(objpfx)tst-translit.out): Likewise.
33390         ($(objpfx)tst-gettext2.out): Likewise.
33391         ($(objpfx)tst-gettext4.out): Likewise.
33392         ($(objpfx)tst-gettext6.out): Likewise.
33393         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33394         (test_program_prefix): This.
33395         * intl/tst-gettext2.sh: Likewise.
33396         * intl/tst-gettext4.sh  Likewise.
33397         * intl/tst-gettext6.sh: Likewise.
33398         * intl/tst-translit.sh: Likewise.
33399         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33400         with $(test-program-cmd).
33401         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33402         $(run-program-prefix) with $(test-program-prefix).
33403         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33404         (test_program_prefix): This.
33405         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33406         $(run-program-prefix) with $(test-program-prefix).
33407         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33408         (test_program_prefix): This.
33409         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33410         * posix/Makefile ($(objpfx)globtest.out): Replace
33411         $(run-via-rtld-prefix) and $(test-wrapper) with
33412         $(test-program-prefix) and $(test-via-rtld-prefix).
33413         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33414         $(test-program-prefix).
33415         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33416         $(host-test-program-cmd).
33417         (tst-spawn-ARGS): Likewise.
33418         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33419         $(test-program-prefix).
33420         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33421         (test_via_rtld_prefix): This.
33422         (test_wrapper): Renamed to ...
33423         (test_program_prefix): This.
33424         (run_program_prefix): Replaced by test_program_prefix.
33425         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33426         (test_program_prefix): This.
33427         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33428         with $(host-test-program-cmd).
33429         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33430         $(run-program-prefix) with $(test-program-prefix).
33431         ($(objpfx)tst-printf.out): Likewise.
33432         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33433         $(test-program-cmd).
33434         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33435         (test_program_prefix): This.
33436         * stdio-common/tst-unbputc.sh: Likewise.
33437         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33438         $(run-program-prefix) with $(test-program-prefix).
33439         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33440         (test_program_prefix): This.
33441         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33442         $(built-program-cmd) with $(test-program-cmd).
33444 2013-01-11  Andreas Jaeger  <aj@suse.de>
33446         [BZ #15003]
33447         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33448         value. Sync with Linux 3.7.
33450 2013-01-10  David S. Miller  <davem@davemloft.net>
33452         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33453         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33454         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33456 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33458         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33459         never set.
33460         * configure: Regenerated.
33462 2013-01-10  David S. Miller  <davem@davemloft.net>
33464         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33465         sparc V9 rather than using V8 code.
33466         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33467         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33469 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33471         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33472         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33473         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33474         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33475         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33476         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33477         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33478         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33479         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33480         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33481         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33482         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33483         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33484         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33485         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33486         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33487         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33488         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33489         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33490         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33491         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33492         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33493         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33494         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33495         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33496         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33497         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33499 2013-01-10  David S. Miller  <davem@davemloft.net>
33501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33503 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33505         * posix/Makefile (tests-static): New variable.
33506         (tests): Add $(tests-static).
33507         (tst-exec-static-ARGS): New variable.
33508         (tst-spawn-static-ARGS): Likewise.
33509         * posix/tst-exec-static.c: New file.
33510         * posix/tst-spawn-static.c: Likewise.
33511         * posix/tst-exec.c: Support run directly.
33512         * posix/tst-spawn.c: Likewise.
33514 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33516         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33517         long.
33518         * math/bits/mathcalls.h (llrint): Likewise.
33519         (llround): Likewise.
33520         * stdlib/stdlib.h (struct drand48_data): Likewise.
33521         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33522         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33523         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33524         Likewise.
33525         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33526         Likewise.
33527         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33528         (elf_greg_t): Likewise.
33529         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33530         (__jmp_buf): Likewise.
33531         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33532         definitions.
33533         (llrint): Likewise, for all definitions.
33534         (llrintl): Likewise.
33536         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33537         Remove [__GNUC__] condition.
33538         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33539         condition to just [__USE_ISOC99].
33540         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33542 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33544         [BZ #14200]
33545         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33546         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33547         defined.
33548         (_POSIX_V6_ILP32_OFF32): Likewise.
33549         (_XBS5_ILP32_OFF32): Likewise.
33550         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33551         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33553 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33555         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33557         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33558         doubles __mpexp_twomm1.  Adjust usage.
33559         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33560         Remove.
33562 2013-01-10  Andreas Schwab  <schwab@suse.de>
33564         [BZ #14964]
33565         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33566         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33568 2013-01-09  David S. Miller  <davem@davemloft.net>
33570         [BZ #15003]
33571         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33572         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33573         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33574         (TCP_FASTOPEN): Define.
33575         (tcp_repair_opt): New structure.
33576         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33577         enum values.
33578         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33579         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33580         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33581         (tcp_cookie_transactions): New structure.
33583 2013-01-09  Anton Blanchard  <anton@samba.org>
33585         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33586         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33587         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33588         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33590 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33592         * include/features.h (__USE_ANSI): Remove.
33594 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33596         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33598         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33600 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33602         * sysdeps/s390/fpu/libm-test-ulps: Update.
33604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33606         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33607         (__acr): Likewise.
33608         (__cpy): Likewise.
33609         (norm): Likewise.
33610         (denorm): Likewise.
33611         (__mp_dbl): Likewise.
33612         (__dbl_mp): Likewise.
33613         (add_magnitudes): Likewise.
33614         (sub_magnitudes): Likewise.
33615         (__add): Likewise.
33616         (__sub): Likewise.
33617         (__mul): Likewise.
33618         (__inv): Likewise.
33619         (__dvd): Likewise.
33620         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33621         (__acr): Likewise.
33622         (__cpy): Likewise.
33623         (norm): Likewise.
33624         (denorm): Likewise.
33625         (__mp_dbl): Likewise.
33626         (__dbl_mp): Likewise.
33627         (add_magnitudes): Likewise.
33628         (sub_magnitudes): Likewise.
33629         (__add): Likewise.
33630         (__sub): Likewise.
33631         (__mul): Likewise.
33632         (__inv): Likewise.
33633         (__dvd): Likewise.
33634         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33635         (__acr): Likewise.
33636         (__cpy): Likewise.
33637         (norm): Likewise.
33638         (denorm): Likewise.
33639         (__mp_dbl): Likewise.
33640         (__dbl_mp): Likewise.
33641         (add_magnitudes): Likewise.
33642         (sub_magnitudes): Likewise.
33643         (__add): Likewise.
33644         (__sub): Likewise.
33645         (__mul): Likewise.
33646         (__inv): Likewise.
33647         (__dvd): Likewise.
33649 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33651         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33652         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33653         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33654         2 && __USE_EXTERN_INLINES]: Likewise.
33656 2013-01-08  Andreas Jaeger  <aj@suse.de>
33658         [BZ# 14985]
33659         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33660         Remove.
33661         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33662         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33664 2013-01-07  Anton Blanchard  <anton@samba.org>
33666         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33667         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33668         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33669         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33670         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33671         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33672         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33673         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33674         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33675         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33676         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33677         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33678         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33679         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33680         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33681         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33682         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33683         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33684         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33685         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33686         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33687         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33688         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33689         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33690         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33691         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33692         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33693         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33694         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33695         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33696         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33697         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33698         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33699         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33700         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33701         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33702         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33703         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33704         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33705         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33706         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33707         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33708         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33710 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33712         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33713         (__MALLOC_PMT): Likewise.
33714         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33715         [__GNUC__], only on [_LIBC].
33716         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33717         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33718         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33719         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33720         forward declaration.
33721         (realloc_hook_ini): Likewise.
33722         (memalign_hook_ini): Likewise.
33723         (__libc_memalign): Do not use __MALLOC_PMT in variable
33724         declaration.
33725         (__libc_valloc): Likewise.
33726         (__libc_pvalloc): Likewise.
33727         (__libc_calloc): Likewise.
33728         (__posix_memalign): Likewise.
33730         [BZ #14996]
33731         * math/s_casinh.c: Include <float.h>.
33732         (__casinh): Do not do computation with squaring and square root
33733         for large arguments.
33734         * math/s_casinhf.c: Include <float.h>.
33735         (__casinhf): Do not do computation with squaring and square root
33736         for large arguments.
33737         * math/s_casinhl.c: Include <float.h>.
33738         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33739         (__casinhl): Do not do computation with squaring and square root
33740         for large arguments.
33741         * math/libm-test.inc (casin_test): Add more tests.
33742         (casinh_test): Likewise.
33743         * sysdeps/i386/fpu/libm-test-ulps: Update.
33744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33746 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33748         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33749         (__x86_64_raw_data_cache_size): Likewise.
33750         (__x86_64_data_cache_size_half): Likewise.
33751         (__x86_64_raw_data_cache_size_half): Likewise.
33752         (__x86_64_shared_cache_size): Likewise.
33753         (__x86_64_raw_shared_cache_size): Likewise.
33754         (__x86_64_shared_cache_size_half): Likewise.
33755         (__x86_64_raw_shared_cache_size_half): Likewise.
33756         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33757         to ...
33758         (__x86_data_cache_size): This.
33759         (__x86_64_raw_data_cache_size): Renamed to ...
33760         (__x86_raw_data_cache_size): This.
33761         (__x86_64_data_cache_size_half): Renamed to ...
33762         (__x86_data_cache_size_half): This.
33763         (__x86_64_raw_data_cache_size_half): Renamed to ...
33764         (__x86_raw_data_cache_size_half): This.
33765         (__x86_64_shared_cache_size): Renamed to ...
33766         (__x86_shared_cache_size): This.
33767         (__x86_64_raw_shared_cache_size): Renamed to ...
33768         (__x86_raw_shared_cache_size): This.
33769         (__x86_64_shared_cache_size_half): Renamed to ...
33770         (__x86_shared_cache_size_half): This.
33771         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33772         (__x86_raw_shared_cache_size_half): This.
33773         * sysdeps/x86_64/memcpy.S: Updated.
33774         * sysdeps/x86_64/memset.S: Likewise.
33775         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33776         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33777         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33779 2013-01-04  David S. Miller  <davem@davemloft.net>
33781         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33783 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33785         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33786         1 to avoid redefinition warning.
33787         (__USE_GNU): Don't define.
33788         (init_signaling_nan): Protoize.
33790         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33792 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33794         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33795         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33796         (__cpymn): Likewise.
33797         (norm): Remove commented code.
33798         (denorm): Likewise.
33799         (__mp_dbl): Likewise.
33800         (__inv): Likewise.
33801         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33802         (__cpymn): Likewise.
33803         (norm): Remove commented code.
33804         (denorm): Likewise.
33805         (__mp_dbl): Likewise.
33806         (__inv): Likewise.
33808         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33809         mp_no value for 1.0 and 2.0.
33810         (norm): Use RADIXI instead of radixi.d.
33811         (denorm): Likewise.
33812         (__mul): Use 0.0 instead of zero.d.
33813         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33814         mp_no value for 1.0 and 2.0.
33815         (norm): Use RADIXI instead of radixi.d.
33816         (denorm): Likewise.
33817         (__mul): Use 0.0 instead of zero.d.
33819 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33821         [BZ #14994]
33822         * math/s_casinh.c (__casinh): Reduce finite argument to first
33823         quadrant then set signs of results at the end.
33824         * math/s_casinhf.c (__casinhf): Likewise.
33825         * math/s_casinhl.c (__casinhl): Likewise.
33826         * math/libm-test.inc (casin_test): Add more tests.
33827         (casinh_test): Likewise.
33828         * sysdeps/i386/fpu/libm-test-ulps: Update.
33829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33831 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33833         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33835         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33837         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33838         declarations.
33839         (denorm): Likewise.
33840         (__mp_dbl): Likewise.
33841         (__inv): Likewise.
33843         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33844         and adjust the header comment.
33846         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33847         variable name from declaration.
33849 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33851         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33852         Initialize COMMON_CPUID_INDEX_7 element.
33853         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33854         (CPUID_RTM): Likewise.
33855         (HAS_RTM): Likewise.
33856         (COMMON_CPUID_INDEX_7): New enum.
33858 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33860         [BZ #14981]
33861         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33862         size is zero, record memory as freed.
33864 2013-01-03  Andreas Jaeger  <aj@suse.de>
33866         * po/ia.po: Add new Interlingua translation.
33868 2012-01-03  Allan McRae  <allan@archlinux.org>
33870         * locale/programs/localedef.c: Fix description of '--posix' flag.
33872 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33874         * NEWS: Update dates in second copyright notice.
33875         * README: Update copyright dates in example.
33876         * manual/libc.texinfo: Update copyright dates.
33877         * scripts/test-installation.pl: Update copyright date in --version
33878         output.
33880         * hurd/ctty-input.c: Fix copyright notice formatting.
33881         * hurd/ctty-output.c: Likewise.
33882         * hurd/dtable.c: Likewise.
33883         * hurd/hurd-raise.c: Likewise.
33884         * hurd/hurdprio.c: Likewise.
33885         * hurd/msgportdemux.c: Likewise.
33886         * misc/sys/file.h: Likewise.
33887         * misc/sys/ioctl.h: Likewise.
33888         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33889         * sysdeps/mach/hurd/chdir.c: Likewise.
33890         * sysdeps/mach/hurd/fchdir.c: Likewise.
33891         * sysdeps/mach/hurd/rename.c: Likewise.
33892         * sysdeps/mach/hurd/rmdir.c: Likewise.
33893         * sysdeps/mach/hurd/seekdir.c: Likewise.
33894         * sysdeps/mach/hurd/setsid.c: Likewise.
33895         * sysdeps/posix/wait3.c: Likewise.
33897         * All files with FSF copyright notices: Update copyright dates
33898         using scripts/update-copyrights.
33899         * intl/plural.c: Regenerated.
33900         * locale/programs/charmap-kw.h: Likewise.
33901         * locale/programs/locfile-kw.h: Likewise.
33903 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33905         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33906         four values.
33908         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33909         calculation loop and add branch prediction.
33911         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33912         check access beyond bounds of m1np.
33914         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33915         MPTWO.
33916         (__inv): Remove local variable MPTWO to use the global
33917         constant.
33918         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33919         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33920         variable MPTWO.
33921         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33922         MP3HALFS static const.
33924 2013-01-01  David S. Miller  <davem@davemloft.net>
33926         * po/ca.po: Update from translation team.
33928 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33930         * scripts/update-copyrights: New file.
33931         * Makeconfig: Reformat copyright notice.
33932         * ctype/ctype.h: Likewise.
33933         * debug/swprintf_chk.c: Likewise.
33934         * elf/dl-cache.c: Likewise.
33935         * elf/dl-debug.c: Likewise.
33936         * elf/dl-object.c: Likewise.
33937         * grp/initgroups.c: Likewise.
33938         * hurd/Makefile: Likewise.
33939         * hurd/hurd/signal.h: Likewise.
33940         * hurd/hurdfault.c: Likewise.
33941         * hurd/hurdioctl.c: Likewise.
33942         * hurd/hurdlookup.c: Likewise.
33943         * hurd/intr-msg.c: Likewise.
33944         * iconv/gconv_open.c: Likewise.
33945         * libio/swprintf.c: Likewise.
33946         * locale/lc-ctype.c: Likewise.
33947         * locale/nl_langinfo.c: Likewise.
33948         * mach/Machrules: Likewise.
33949         * mach/Makefile: Likewise.
33950         * malloc/obstack.h: Likewise.
33951         * manual/Makefile: Likewise.
33952         * manual/tsort.awk: Likewise.
33953         * misc/bits/stab.def: Likewise.
33954         * nis/nis_print_group_entry.c: Likewise.
33955         * nis/nis_table.c: Likewise.
33956         * nis/nss_compat/compat-pwd.c: Likewise.
33957         * nis/nss_compat/compat-spwd.c: Likewise.
33958         * po/Makefile: Likewise.
33959         * posix/fnmatch.c: Likewise.
33960         * posix/regex.h: Likewise.
33961         * resolv/Makefile: Likewise.
33962         * resolv/nss_dns/dns-network.c: Likewise.
33963         * resolv/res_hconf.c: Likewise.
33964         * scripts/gen-sorted.awk: Likewise.
33965         * soft-fp/soft-fp.h: Likewise.
33966         * stdio-common/printf.h: Likewise.
33967         * stdlib/monetary.h: Likewise.
33968         * stdlib/random.c: Likewise.
33969         * stdlib/random_r.c: Likewise.
33970         * sysdeps/generic/Makefile: Likewise.
33971         * sysdeps/gnu/Makefile: Likewise.
33972         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33973         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33974         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33975         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33976         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33977         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33978         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33979         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33980         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33981         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33982         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33983         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33984         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33985         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33986         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33987         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33988         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33989         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33990         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33991         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33992         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33993         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33994         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33995         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33996         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33997         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33998         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33999         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34000         * sysdeps/mach/hurd/errnos.awk: Likewise.
34001         * sysdeps/mach/hurd/fork.c: Likewise.
34002         * sysdeps/mach/hurd/getcwd.c: Likewise.
34003         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34004         * sysdeps/mach/hurd/mmap.c: Likewise.
34005         * sysdeps/mach/hurd/utimes.c: Likewise.
34006         * sysdeps/mach/hurd/xmknod.c: Likewise.
34007         * sysdeps/posix/profil.c: Likewise.
34008         * sysdeps/posix/readdir_r.c: Likewise.
34009         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34010         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34011         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34012         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34013         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34014         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34015         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34016         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34017         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34018         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34019         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34020         * sysdeps/pthread/lio_listio.c: Likewise.
34021         * sysdeps/sparc/dl-procinfo.h: Likewise.
34022         * sysdeps/unix/i386/sysdep.S: Likewise.
34023         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34024         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34025         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34026         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34028         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34029         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34030         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34031         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34032         * sysdeps/wordsize-32/divdi3.c: Likewise.
34033         * time/sys/time.h: Likewise.
34034         * wcsmbs/Makefile: Likewise.
34036 2013-01-01  David S. Miller  <davem@davemloft.net>
34038         * po/fr.po: Update from translation team.
34040         * catgets/gencat.c: Update copyright year.
34041         * csu/version.c: Likewise.
34042         * debug/catchsegv.sh: Likewise.
34043         * debug/pcprofiledump.c: Likewise.
34044         * debug/xtrace.sh: Likewise.
34045         * elf/ldconfig.c: Likewise.
34046         * elf/ldd.bash.in: Likewise.
34047         * elf/pldd.c: Likewise.
34048         * elf/sotruss.ksh: Likewise.
34049         * elf/sprof.c: Likewise.
34050         * iconv/iconv_prog.c: Likewise.
34051         * iconv/iconvconfig.c: Likewise.
34052         * locale/programs/locale.c: Likewise.
34053         * locale/programs/localedef.c: Likewise.
34054         * login/programs/pt_chown.c: Likewise.
34055         * malloc/memusage.sh: Likewise.
34056         * malloc/memusagestat.c: Likewise.
34057         * malloc/mtrace.pl: Likewise.
34058         * nscd/nscd.c: Likewise.
34059         * nss/getent.c: Likewise.
34060         * nss/makedb.c: Likewise.
34061         * posix/getconf.c: Likewise.
34063 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34065         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34066         numbers.
34068 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34070         * math/bits/mathcalls.h (modf): Use __nonnull.
34072 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34074         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34075         (split): Use macro CN instead of the bare value.
34076         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34077         could be used.
34078         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34079         instead of the bare value.
34080         (power1): Likewise.
34082 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34084         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34085         __ATAN_TWOM.
34086         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34088         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34089         their values.
34090         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34091         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34092         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34093         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34095 2012-12-28  Andreas Jaeger  <aj@suse.de>
34097         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34098         values are from Linux 3.7.
34100         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34101         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34103 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34105         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34106         TRUE case.
34108         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34109         (norm): Likewise.
34110         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34111         variables with preprocessor constants.
34112         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34113         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34114         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34116 2012-12-27  Bruno Haible  <bruno@clisp.org>
34118         [BZ #14317]
34119         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34120         only if needed.
34122 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34124         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34125         and use variable directly.
34126         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34128         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34129         MPONE.
34130         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34131         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34132         variable MPONE.
34133         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34134         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34135         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34136         include directive.  Remove local variable MPONE.
34137         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34138         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34139         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34141 2012-12-25  David S. Miller  <davem@davemloft.net>
34143         * version.h (RELEASE): Set to "development".
34144         (VERSION): Set to "2.17.90".
34145         * NEWS: Add 2.18 section.
34147 2012-12-21  David S. Miller  <davem@davemloft.net>
34149         * po/hr.po: Update from translation team.
34151 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34153         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34155 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34157         * NEWS:  Mention new memcpy for MIPS.
34159 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34161         * manual/contrib.texi (Contributors): Spelling correction.
34163 2012-12-15  David S. Miller  <davem@davemloft.net>
34165         * po/ru.po: Update from translation team.
34167 2012-12-13  David S. Miller  <davem@davemloft.net>
34169         * NEWS: Mention IFUNC testsuite enhancements.
34171         * po/pl.po: Update from translation team.
34172         * po/bg.po: Likewise.
34174         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34175         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34177 2012-12-11  David S. Miller  <davem@davemloft.net>
34179         * po/sv.po: Update from translation team.
34181         * po/vi.po: Update from translation team.
34183         * po/cs.po: Update from translation team.
34185         * po/de.po: Update from translation team.
34186         * po/eo.po: Likewise.
34187         * po/nl.po: Likewise.
34189 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34191         [BZ #14246]
34192         * manual/argp.texi (Argp Helper Functions): Move node to follow
34193         Argp Parsing State.
34195         [BZ #14872]
34196         * manual/conf.texi (Limits on File System Capacity): Mention if
34197         terminating null is included in the max size.
34199 2012-12-10  Andreas Jaeger  <aj@suse.de>
34201         * po/cs.po: Update from translation team.
34203 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34205         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34206         void pointer and cast to uintptr_t.
34207         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34208         path.
34209         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34210         * sysdeps/s390/s390-64/memset.S: Likewise.
34212 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34214         [BZ #14833]
34215         * menual/message.texi (Message Translation): Fix typos.
34216         (Helper programs for gettext): Likewise.
34218 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34220         [BZ #14898]
34221         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34222         Change to -1.
34224 2012-12-07  David S. Miller  <davem@davemloft.net>
34226         * po/libc.pot: Update.
34228 2012-12-07  Richard Henderson  <rth@redhat.com>
34230         [BZ #10114]
34231         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34232         normal/normal case to before the switch.
34233         (_FP_DIV): Likewise.
34235 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34236             Mike Frysinger  <vapier@gentoo.org>
34238         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34239         check for __NR_fadvise64_64.
34241 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34243         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34244         0, not just to plain "0" as a statement.
34245         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34246         with cw.
34248 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34250         * NEWS: Use sourceware.org in Bugzilla URL.
34252 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34255         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34257         * stdio-common/tst-put-error.c (do_test): Add newline to the
34258         padded test to ensure flush.
34260 2012-12-05  Jeff Law  <law@redhat.com>
34262         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34264 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34266         * README: Don't refer to ports add-on as distributed separately.
34267         Mention AArch64 in list of systems supported in the ports add-on.
34269         * LICENSES: Add more non-FSF copyright and license notices.
34271         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34272         ((unused)).
34274         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34276         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34277         10000 as width of padded output.
34279 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34281         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34283         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34284         variable LX with __attribute__ ((unused)).
34285         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34286         Likewise.
34287         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34288         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34289         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34290         with __attribute__ ((unused)).
34292 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34294         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34296 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34298         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34299         (CFLAGS-nldbl-acos.c): New variable.
34300         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34301         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34302         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34303         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34304         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34305         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34306         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34307         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34308         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34309         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34310         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34311         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34312         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34313         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34314         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34315         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34316         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34317         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34318         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34319         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34320         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34321         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34322         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34323         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34324         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34325         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34326         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34327         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34328         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34329         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34330         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34331         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34332         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34333         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34334         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34335         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34336         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34337         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34338         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34339         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34340         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34341         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34342         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34343         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34344         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34345         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34346         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34347         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34348         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34349         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34350         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34351         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34352         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34353         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34354         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34355         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34356         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34357         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34358         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34359         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34360         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34361         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34362         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34363         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34364         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34365         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34366         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34367         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34368         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34369         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34370         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34371         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34372         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34373         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34374         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34375         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34376         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34377         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34378         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34379         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34380         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34381         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34382         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34383         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34384         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34385         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34386         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34387         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34388         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34389         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34390         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34391         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34392         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34393         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34394         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34395         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34396         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34399         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34401         [BZ #14914]
34402         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34403         whole low double instead of just low 47 bits when splitting values
34404         into two parts.
34406 2012-12-03  Allan McRae  <allan@archlinux.org>
34408         * manual/stdio.texi (Predefined Printf Handlers): Remove
34409         @hsep and @vsep usage.
34411 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34413         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34414         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34416 2012-12-03  Jeff Law  <law@redhat.com>
34418         * time/sys/time.h (settimeofday): Do not mark TV argument
34419         as __nonnull.
34421 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34423         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34424         when currently writing and seek to current position when not.
34425         * libio/Makefile (tests): Remove bug-fclose1.
34426         * libio/bug-fclose1.c: Delete.
34428 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34430         * manual/arith.texi (feenableexcept): Fix typo.
34431         (fedisableexcept): Likewise.
34433 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34435         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34436         second, differently-typed declaration, rather than a cast.
34438 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34440         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34441         * include/rpc/svc.h: ... here.
34443 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34445         [BZ #13013]
34446         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34447         depending n and resplen2 to catch cases where answer
34448         equals answerp2.
34450 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34452         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34453         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34455 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34457         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34459 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34461         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34463 2012-11-28  Jeff Law  <law@redhat.com>
34465         [BZ #13761]
34466         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34467         dataset_temporary.  Track alloca usage into alloca_used.
34468         If dataset is large allocate and release it via malloc/free.
34470 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34472         [BZ #14197]
34473         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34475 2012-11-28  David S. Miller  <davem@davemloft.net>
34477         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34479 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34481         [BZ #14803]
34482         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34483         of pi/2 rounded to nearest to 64 bits.
34484         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34485         nearest to 64 bits.
34486         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34487         bits.
34489 2012-11-28  Jeff Law <law@redhat.com>
34490             Martin Osvald <mosvald@redhat.com>
34492         [BZ #14889]
34493         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34494         * sunrpc/svc.c: Include time.h.
34495         (__svc_accept_failed): New function.
34496         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34497         any reason other than EINTR, call __svc_accept_failed.
34498         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34499         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34501 2012-11-28  Andreas Schwab  <schwab@suse.de>
34503         * scripts/abilist.awk: Also handle indirect functions in .opd
34504         section.
34506 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34508         [BZ #13881]
34509         * sysdeps/x86/fpu/powl_helper.c: New file.
34510         * sysdeps/x86/fpu/Makefile: Likewise.
34511         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34512         (p3): New object.
34513         (__ieee754_powl): Use __powl_helper for finite arguments except
34514         integer exponents below 8.
34515         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34516         (p3): New object.
34517         (__ieee754_powl): Use __powl_helper for finite arguments except
34518         integer exponents below 8.
34519         * math/libm-test.inc (pow_test): Add more tests and enable some
34520         previously disabled tests.
34521         * sysdeps/i386/fpu/libm-test-ulps: Update.
34522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34524 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34525             Carlos O'Donell  <carlos_odonell@mentor.com>
34527         * nss/makedb.c (is_prime): Assert that input is odd and greater
34528         than 4.  Note that fact in a comment too.
34529         (next_prime): Add 4 to input.
34531 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34533         [BZ #11741]
34534         * libio/Makefile (tests): Add test case tst-fwrite-error.
34535         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34536         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34537         * libio/tst-fwrite-error.c: New test case.
34539 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34541         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34542         before casting to void *.
34543         * include/libc-internal.h (__pointer_type): New macro.
34544         (__integer_if_pointer_type_sub): Likewise.
34545         (__integer_if_pointer_type): Likewise.
34546         (cast_to_integer): Likewise.
34547         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34548         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34549         before casting to atomic64_t.
34550         (atomic_exchange_acq): Likewise.
34551         (__arch_exchange_and_add_body): Likewise.
34552         (__arch_add_body): Likewise.
34553         (atomic_add_negative): Likewise.
34554         (atomic_add_zero): Likewise.
34556 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34558         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34559         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34560         (add_fdes): Likewise.
34561         (linear_search_fdes): Likewise.
34562         (binary_search_unencoded_fdes): Likewise.
34564 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34566         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34568 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34570         * configure.in: Autodetect C++ header directories.
34571         * configure: Regenerated.
34573 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34575         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34577 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34579         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34581 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34583         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34584         LDBL_MANT_DIG == 106]: Disable some tests.
34585         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34586         Likewise.
34587         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34588         Likewise.
34590         [BZ #14871]
34591         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34592         input for small inputs.  Return +/- pi/2 for large inputs.
34593         * math/libm-test.inc (atan_test): Add more tests.
34595         * sysdeps/generic/unwind-dw2-fde-glibc.c
34596         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34597         __attribute__ ((unused)).
34599         [BZ #14645]
34600         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34601         x * y if x and y are nonzero and z is zero.
34603         [BZ #14811]
34604         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34605         nonzero exponents with absolute value below 0x1p-117 to +/-
34606         0x1p-117.
34608         [BZ #14869]
34609         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34610         up arguments below 2**-450, not just those below 2**-500.
34611         * math/libm-test.inc (hypot_test): Add another test.
34613         [BZ #14868]
34614         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34615         Return a+b for ratio over 2**120, not 2**60.
34616         * math/libm-test.inc (hypot_test): Add another test.
34618         * math/libm-test.inc (clog_test): Use
34619         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34620         (clog10_test): Likewise.
34622         [BZ #6778]
34623         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34625 2012-11-22  Andreas Schwab  <schwab@suse.de>
34627         * sysdeps/i386/fpu/libm-test-ulps: Update.
34629 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34631         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34632         printf output with newline.
34634 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34636         [BZ #14865]
34637         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34638         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34639         -z nodlopen, -z initfirst and -z execstack support.
34640         * configure: Regenerated.
34642         * elf/elf.h (DF_1_NODIRECT): New macro.
34643         (DF_1_IGNMULDEF): Likewise.
34644         (DF_1_NOKSYMS): Likewise.
34645         (DF_1_NOHDR): Likewise.
34646         (DF_1_EDITED): Likewise.
34647         (DF_1_NORELOC): Likewise.
34648         (DF_1_SYMINTPOSE): Likewise.
34649         (DF_1_GLOBAUDIT): Likewise.
34650         (DF_1_SINGLETON): Likewise.
34651         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34652         DT_1_SUPPORTED_MASK bits.
34653         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34655 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34657         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34659 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34661         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34662         macro.
34664         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34665         (sendmmsg): Move declarations...
34666         * socket/sys/socket.h: ... here.
34667         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34668         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34669         include it from...
34670         * socket/recvmmsg.c: ... this new file.
34671         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34672         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34673         definition of __sendmmsg hidden.
34674         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34675         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34676         Move ENOSYS stub into and include it from...
34677         * socket/sendmmsg.c: ... this new file.
34678         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34679         (sysdep_routines): Move recvmmsg and sendmmsg...
34680         * socket/Makefile (routines): ... here.
34681         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34682         (GLIBC_PRIVATE): Add __sendmmsg.
34683         * include/sys/socket.h (__sendmmsg): Add declarations.
34684         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34685         sendmmsg.
34687 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34689         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34690         variable I1 with __attribute__ ((unused)).
34691         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34693 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34695         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34696         DUMMY variables with __attribute__ ((unused)).
34698         * bits/byteswap.h: Include <bits/types.h>.
34699         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34701 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34703         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34704         string_t.  Do not manually set errno.
34705         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34706         length with __strnlen.  Make sure to both set errno and return it on
34707         failure.
34709 2012-11-19  David S. Miller  <davem@davemloft.net>
34711         With help from Joseph Myers.
34712         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34713         very large arguments properly.
34714         * math/libm-test.inc (atan_test): New tests.
34715         (atan2_test): New tests.
34716         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34717         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34719 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34721         [BZ #14856]
34722         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34723         Define to 3.
34725         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34726         [POSIX] (EADDRNOTAVAIL): Likewise.
34727         [POSIX] (EAFNOSUPPORT): Likewise.
34728         [POSIX] (EALREADY): Likewise.
34729         [POSIX] (ECONNABORTED): Likewise.
34730         [POSIX] (ECONNREFUSED): Likewise.
34731         [POSIX] (ECONNRESET): Likewise.
34732         [POSIX] (EDESTADDRREQ): Likewise.
34733         [POSIX] (EDQUOT): Likewise.
34734         [POSIX] (EHOSTUNREACH): Likewise.
34735         [POSIX] (EIDRM): Likewise.
34736         [POSIX] (EISCONN): Likewise.
34737         [POSIX] (ELOOP): Likewise.
34738         [POSIX] (EMULTIHOP): Likewise.
34739         [POSIX] (ENETDOWN): Likewise.
34740         [POSIX] (ENETUNREACH): Likewise.
34741         [POSIX] (ENOBUFS): Likewise.
34742         [POSIX] (ENODATA): Likewise.
34743         [POSIX] (ENOLINK): Likewise.
34744         [POSIX] (ENOMSG): Likewise.
34745         [POSIX] (ENOPROTOOPT): Likewise.
34746         [POSIX] (ENOSR): Likewise.
34747         [POSIX] (ENOSTR): Likewise.
34748         [POSIX] (ENOTCONN): Likewise.
34749         [POSIX] (ENOTSOCK): Likewise.
34750         [POSIX] (EOPNOTSUPP): Likewise.
34751         [POSIX] (EOVERFLOW): Likewise.
34752         [POSIX] (EPROTO): Likewise.
34753         [POSIX] (EPROTONOSUPPORT): Likewise.
34754         [POSIX] (EPROTOTYPE): Likewise.
34755         [POSIX] (ESTALE): Likewise.
34756         [POSIX] (ETIME): Likewise.
34757         [POSIX] (ETXTBSY): Likewise.
34758         [POSIX] (EWOULDBLOCK): Likewise.
34759         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34760         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34761         [POSIX] (SEEK_CUR): Likewise.
34762         [POSIX] (SEEK_END): Likewise.
34763         [POSIX || UNIX98] (mode_t): Do not require.
34764         [POSIX] (off_t): Likewise.
34765         [POSIX] (pid_t): Likewise.
34766         [POSIX] (sys/stat.h): Do not allow header.
34767         [POSIX] (unistd.h): Likewise.
34768         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34769         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34770         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34771         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34772         require.
34773         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34774         sigevent): Specify elements.
34775         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34776         entry.
34777         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34778         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34780         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34781         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34782         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34783         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34784         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34785         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34786         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34787         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34788         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34789         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34790         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34791         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34792         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34793         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34794         Likewise.
34795         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34796         Likewise.
34797         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34798         Likewise.
34799         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34800         Likewise.
34801         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34802         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34803         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34804         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34805         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34806         Specify lower bound on value.
34807         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34808         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34809         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34810         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34811         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34812         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34813         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34814         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34815         value.
34816         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34817         as optional.
34818         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34819         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34820         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34821         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34822         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34823         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34824         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34825         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34826         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34827         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34828         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34829         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34830         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34831         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34832         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34833         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34834         entry.
34835         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34836         optional.
34837         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34838         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34839         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34840         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34841         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34842         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34843         Likewise.
34844         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34845         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34846         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34847         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34848         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34849         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34850         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34851         as optional.
34852         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34853         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34854         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34855         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34856         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34857         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34858         specify as optional.
34859         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34860         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34861         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34862         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34863         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34864         [XPG3] (NL_LANGMAX): Likewise.
34865         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34866         [POSIX || XPG3] (NL_NMAX): Likewise.
34867         [POSIX || XPG3] (NL_SETMAX): Likewise.
34868         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34869         [XPG3] (NZERO): Likewise.
34870         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34871         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34872         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34873         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34874         (REG_ERANGE): Expect.
34875         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34876         optional-constant.
34877         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34878         Use (void) in prototype.
34879         [POSIX] (*_t): Allow.
34880         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34881         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34882         (WRDE_BADVAL): Expect.
34884         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34885         expect.
34886         [XPG3 || XPG4] (O_RSYNC): Likewise.
34887         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34888         Likewise.
34889         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34890         [XPG3 || XPG4] (sigqueue): Likewise.
34891         [XPG3 || XPG4] (sigtimedwait): Likewise.
34892         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34893         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34894         [XPG3 || XPG4] (vsnprintf): Likewise.
34895         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34896         Likewise.
34897         [XPG3 || XPG4] (blksize_t): Likewise.
34898         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34899         Likewise.
34900         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34901         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34902         [XPG3 || XPG4] (struct itimerspec): Likewise.
34903         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34904         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34905         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34906         [XPG3 || XPG4] (clockid_t): Likewise.
34907         [XPG3 || XPG4] (timer_t): Likewise.
34908         [XPG3 || XPG4] (clock_getres): Likewise.
34909         [XPG3 || XPG4] (clock_gettime): Likewise.
34910         [XPG3 || XPG4] (clock_settime): Likewise.
34911         [XPG3 || XPG4] (nanosleep): Likewise.
34912         [XPG3 || XPG4] (timer_create): Likewise.
34913         [XPG3 || XPG4] (timer_delete): Likewise.
34914         [XPG3 || XPG4] (timer_gettime): Likewise.
34915         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34916         [XPG3 || XPG4] (timer_settime): Likewise.
34917         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34918         [XPG3 || XPG4] (getlogin_r): Likewise.
34919         [XPG3 || XPG4] (pread): Likewise.
34920         [XPG3 || XPG4] (pthread_atfork): Likewise.
34921         [XPG3 || XPG4] (pwrite): Likewise.
34923         [BZ #14835]
34924         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34925         <bits/siginfo.h>.
34927 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34929         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34930         finalizing MALLSTREAM.
34932         * sysdeps/mach/hurd/syncfs.c: New file.
34934 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34936         [BZ #14719]
34937         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34938         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34939         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34940         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34941         (_nss_dns_gethostbyname4_r): Likewise.
34942         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34943         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34945 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34947         [BZ #13763]
34948         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34950 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34952         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34953         * elf/cache.c (print_entry): Print ",AArch64" for
34954         FLAG_AARCH64_LIB64
34956         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34957         * elf/cache.c (print_entry): Print ",hard-float" for
34958         FLAG_ARM_LIBHF.
34960 2012-11-18  David S. Miller  <davem@davemloft.net>
34962         With help from Joseph Myers.
34963         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34964         cutoff to 2**-13.
34965         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34966         cutoff to 2**-25.
34967         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34968         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34969         small.
34970         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34971         * math/libm-test.inc (y0_test): New tests.
34972         (y1_test): New tests.
34973         * sysdeps/i386/fpu/libm-test-ulps: Update.
34974         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34975         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34977 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34979         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34980         64-bit targets.
34981         * configure: Regenerated.
34983 2012-11-17  David S. Miller  <davem@davemloft.net>
34985         [BZ #14811]
34986         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34987         nonzero exponents with absolute value below 0x1p-128 to +/-
34988         0x1p-128.
34990 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34992         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34994         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34996         * posix/getconf-speclist.c: New file.
34997         * posix/posix-envs.def: Likewise.
34998         * posix/confstr.c (START_ENV_GROUP): New macro.
34999         (END_ENV_GROUP): Likewise.
35000         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35001         (KNOWN_PRESENT_ENV_STRING): Likewise.
35002         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35003         (UNKNOWN_ENVIRONMENT): Likewise.
35004         (confstr): Include posix-envs.def instead of handling
35005         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35006         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35007         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35008         (END_ENV_GROUP): Likewise.
35009         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35010         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35011         (UNKNOWN_ENVIRONMENT): Likewise.
35012         (__sysconf): Include posix-envs.def instead of handling associated
35013         cases directly here.
35014         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35015         preprocessing getconf-speclist.c rather than running getconf or
35016         generating empty file.
35018 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35020         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35022 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35024         [BZ #14672]
35025         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35027 2012-11-16  David S. Miller  <davem@davemloft.net>
35029         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35030         smaller than LDBL_EPSILON/2.0L, just return xm1.
35032 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35034         * elf/tst-array1.c (init): Set constructor priority to 1000.
35035         (fini): Set destructor priority to 1000.
35036         * elf/tst-array2dep.c: Likewise.
35038 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35040         [BZ #11741]
35041         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35042         (_IO_new_file_xsputn): Also return EOF if none of the input
35043         data was written when overflow failed.
35044         * libio/iopadn.c (_IO_padn): Likewise.
35045         * libio/iowpadn.c (_IO_wpadn): Likewise.
35046         * stdio-common/tst-put-error.c: Add copyright notice.
35047         (do_test): Add case for printing padded string.
35048         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35049         _IO_padn returned error.
35050         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35051         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35052         return EOF.
35054 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35056         * libio/libioP.h: Add comment note that the references to C++
35057         bits are now obsolete.
35059 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35061         * math/libm-test.inc (check_complex): Use asprintf.
35063 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35065         * debug/pcprofiledump.c (print_version): Update copyright year.
35066         * malloc/memusagestat.c (print_version): Likewise.
35068 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35070         [BZ #14831]
35071         * elf/Makefile (tests): Add tst-audit8.
35072         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35073         ($(objpfx)tst-audit8.out): New target.
35074         (tst-audit8-ENV): New variable.
35075         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35076         audit if l_reloc_result is NULL.
35077         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35078         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35079         * elf/tst-audit8.c: New file.
35081 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35083         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35084         * misc/Makefile (CFLAGS-select.c): Define.
35085         * posix/Makefile (CFLAGS-pause.c): Define.
35087 2012-11-13  David S. Miller  <davem@davemloft.net>
35089         * crypt/Makefile: Move test targets after toplevel Rules
35090         inclusion.  Grab any necessary sysdep routines when linking.
35091         * crypt/md5.c (md5_process_block): Remove define, we will always
35092         name it __md5_process_block.
35093         (md5_finish_ctx): Update md5_process_block call.
35094         (md5_stream): Likewise.
35095         (md5_process_bytes): Likewise.
35096         (md5_process_block): Rename to __md5_process_block and move to ...
35097         * crypt/md5-block.c: ... here.
35098         * crypt/sha256.c (sha256_process_block): Move to ...
35099         * crypt/sha256-block.c: ... here.
35100         * crypt/sha512.c (sha512_process_block): Move to ...
35101         * crypt/sha512-block.c: ... here.
35102         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35103         path.
35104         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35105         * sysdeps/sparc/sparc64/multiarch/Makefile
35106         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35107         crypt subdir.
35108         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35109         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35110         multiarch changes.
35111         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35112         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35113         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35114         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35115         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35116         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35117         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35118         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35119         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35120         file.
35121         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35122         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35123         file.
35124         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35126 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35128         * timezone/tzselect.ksh: Update from tzcode git revision
35129         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35130         * timezone/zdump.c: Likewise.
35131         * timezone/zic.c: Likewise.
35132         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35133         in TZVERSION setting, not $(PKGVERSION).
35134         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35135         REPORT_BUGS_TO settings.
35137         [BZ #14838]
35138         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35139         macro.
35141 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35143         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35144         detection to immediately after _FP_ROUND().
35145         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35146         bits are 0.
35148 2012-11-11  David S. Miller  <davem@davemloft.net>
35150         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35151         inttypes.h
35152         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35153         __close rather than their public counterparts.
35155 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35157         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35158         file.
35159         [UNIX98] (sem_timedwait): Do not expect.
35160         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35161         [XPG4 || UNIX98] (sockatmark): Do not expect.
35162         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35163         (clock_getcpuclockid): Do not expect.
35164         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35165         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35166         Do not expect.
35167         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35168         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35169         [UNIX98] (vwscanf): Likewise.
35170         [UNIX98] (vswscanf): Likewise.
35172 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35174         * timezone/version.h: Remove file.
35175         * timezone/README: Do not refer to version.h.
35176         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35177         $(objpfx)version.h.
35178         ($(objpfx)zdump.o): Likewise.
35179         ($(objpfx)version.h): New target.
35181         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35182         2012i.
35183         * timezone/README: Don't mention modification to tzselect.ksh.
35184         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35185         work on unmodified tzselect.ksh.  Substitute version numbers in
35186         tzselect.ksh.
35188         * Makefile (format-me): Remove.
35189         (INSTALL): Adjust indentation.  Use commands directly instead of
35190         using $(format-me).
35192         * aclocal.m4 (ACX_PKGVERSION): New macro.
35193         (ACX_BUGURL): Likewise.
35194         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35195         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35196         (REPORT_BUGS_TO): Likewise.
35197         * configure: Regenerated.
35198         * config.h.in (PKGVERSION): New macro.
35199         (REPORT_BUGS_TO): Likewise.
35200         * config.make.in (PKGVERSION): New variable.
35201         (PKGVERSION_TEXI): Likewise.
35202         (REPORT_BUGS_TO): Likewise.
35203         (REPORT_BUGS_TEXI): Likewise.
35204         * Makefile (format-me): Use -I$(common-objpfx)manual.
35205         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35206         ($(common-objpfx)manual/%): New target.
35207         (manual/%): Remove target.
35208         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35209         (print_version): Use PKGVERSION.
35210         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35211         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35212         and REPORT_BUGS_TO.
35213         ($(objpfx)xtrace): Likewise.
35214         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35215         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35216         (print_version): Use PKGVERSION.
35217         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35218         (do_version): Use PKGVERSION.
35219         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35220         REPORT_BUGS_TO.
35221         (common-ldd-rewrite): Likewise.
35222         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35223         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35224         (print_version): Use PKGVERSION.
35225         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35226         * elf/pldd.c (argp_program_bug_address): Remove variable.
35227         (more_help): New function.
35228         (argp): Use more_help.
35229         (print_version): Use PKGVERSION.
35230         * elf/sln.c (main): Use PKGVERSION.
35231         (usage): Use REPORT_BUGS_TO.
35232         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35233         (top level): Use PKGVERSION.
35234         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35235         (print_version): Use PKGVERSION.
35236         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35237         (print_version): Use PKGVERSION.
35238         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35239         (print_version): Use PKGVERSION.
35240         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35241         (print_version): Use PKGVERSION.
35242         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35243         (print_version): Use PKGVERSION.
35244         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35245         (print_version): Use PKGVERSION.
35246         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35247         and BUGURL.
35248         ($(objpfx)memusage): Likewise.
35249         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35250         (do_version): Use PKGVERSION.
35251         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35252         (print_version): Use PKGVERSION.
35253         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35254         ($PKGVERSION): New variable.
35255         ($REPORT_BUGS_TO): Likewise.
35256         (usage): Use $REPORT_BUGS_TO.
35257         (top level): Use $PKGVERSION.
35258         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35259         ($(objpfx)pkgvers.texi): New rule.
35260         ($(objpfx)stamp-pkgvers): Likewise.
35261         * manual/install.texi: Include pkgvers.texi.
35262         (--with-pkgversion): Document new configure option.
35263         (--with-bugurl): Likewise.
35264         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35265         than necessarily for this particular distribution.  Use
35266         REPORT_BUGS_TO for where to report bugs.
35267         * INSTALL: Regenerated.
35268         * manual/libc.texinfo: Include pkgvers.texi.
35269         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35270         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35271         (print_version): Use PKGVERSION.
35272         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35273         (print_version): Use PKGVERSION.
35274         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35275         (print_version): Use PKGVERSION.
35276         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35277         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35278         macro.
35279         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35280         (print_version): Use PKGVERSION.
35281         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35282         (print_version): Use PKGVERSION.
35283         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35284         and PKGVERSION.
35286         * timezone/checktab.awk: Update from tzcode 2012i.
35287         * timezone/ialloc.c: Likewise.
35288         * timezone/private.h: Likewise.
35289         * timezone/scheck.c: Likewise.
35290         * timezone/tzfile.h: Likewise.
35291         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35292         (TZVERSION): Hardcode tzcode version number.
35293         * timezone/zdump.c: Update from tzcode 2012i.
35294         * timezone/zic.c: Likewise.
35295         * timezone/version.h: New file.
35296         * timezone/README: Describe version.h.  Update upstream location.
35298         [BZ #14824]
35299         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35300         (mktemp): Enable declaration.
35301         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35302         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35303         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35304         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35305         Likewise.
35306         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35307         Likewise.
35308         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35309         Likewise.
35310         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35311         Likewise.
35312         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35313         Likewise.
35314         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35315         Likewise.
35317         [BZ #14821]
35318         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35319         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35320         for copies of such integer values.
35321         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35322         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35324 2012-11-09  Andreas Jaeger  <aj@suse.de>
35326         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35327         definitions and declarations that are provided by
35328         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35330 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35332         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35333         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35334         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35335         definition.
35337 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35339         * elf/elf.h: Update comment before AArch64 relocations.
35341 2012-11-07  David S. Miller  <davem@davemloft.net>
35343         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35344         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35345         (__start_context): Declare.
35346         (__makecontext_ret): Delete.
35347         (__makecontext): Hook up __start_context instead of
35348         __makecontext_ret.
35349         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35350         (sysdep_routines): Add __start_context when in stdlib.
35352 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35354         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35355         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35356         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35357         hardcoded "nm".
35358         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35359         (READELF): New variable.  Use it instead of hardcoded "readelf".
35361 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35363         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35364         * sysdeps/x86/Makefile: Here.
35365         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35366         * sysdeps/x86/tst-xmmymm.sh: This.
35368 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35370         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35371         expectations.
35372         [UNIX98] (pthread_barrier_t): Do not expect.
35373         [UNIX98] (pthread_barrierattr_t): Likewise.
35374         [UNIX98] (pthread_spinlock_t): Likewise.
35375         [UNIX98] (pthread_barrier_destroy): Likewise.
35376         [UNIX98] (pthread_barrier_init): Likewise.
35377         [UNIX98] (pthread_barrier_wait): Likewise.
35378         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35379         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35380         [UNIX98] (pthread_barrierattr_init): Likewise.
35381         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35382         [UNIX98] (pthread_getcpuclockid): Likewise.
35383         [UNIX98] (pthread_mutex_timedlock): Likewise.
35384         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35385         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35386         [UNIX98] (pthread_sigmask): Likewise.
35387         [UNIX98] (pthread_spin_destroy): Likewise.
35388         [UNIX98] (pthread_spin_init): Likewise.
35389         [UNIX98] (pthread_spin_lock): Likewise.
35390         [UNIX98] (pthread_spin_trylock): Likewise.
35391         [UNIX98] (pthread_spin_unlock): Likewise.
35392         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35393         Do not expect.
35394         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35395         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35396         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35397         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35398         [XPG3 || XPG4] (pthread_key_t): Likewise.
35399         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35400         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35401         [XPG3 || XPG4] (pthread_once_t): Likewise.
35402         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35403         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35404         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35405         [XPG3 || XPG4] (pthread_t): Likewise.
35407         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35408         not expect.
35409         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35411         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35412         Change function return type to int.
35414         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35415         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35416         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35417         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35418         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35419         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35420         [!POSIX] (posix_madvise): Likewise.
35421         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35422         && !UNIX98].
35423         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35424         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35425         (mode_t): Likewise.
35426         (posix_mem_offset): Likewise.
35427         (posix_typed_mem_get_info): Likewise.
35428         (posix_typed_mem_open): Likewise.
35430         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35431         Change condition to [XOPEN2K8].
35433         * conform/conformtest.pl: Preprocess allow-header data with -x c
35434         instead of from stdin.
35435         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35436         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35437         [C99-based standards] (cerfc): Likewise.
35438         [C99-based standards] (cexp2): Likewise.
35439         [C99-based standards] (cexpm1): Likewise.
35440         [C99-based standards] (clog10): Likewise.
35441         [C99-based standards] (clog1p): Likewise.
35442         [C99-based standards] (clog2): Likewise.
35443         [C99-based standards] (clgamma): Likewise.
35444         [C99-based standards] (ctgamma): Likewise.
35445         [C99-based standards] (cerff): Likewise.
35446         [C99-based standards] (cerfcf): Likewise.
35447         [C99-based standards] (cexp2f): Likewise.
35448         [C99-based standards] (cexpm1f): Likewise.
35449         [C99-based standards] (clog10f): Likewise.
35450         [C99-based standards] (clog1pf): Likewise.
35451         [C99-based standards] (clog2f): Likewise.
35452         [C99-based standards] (clgammaf): Likewise.
35453         [C99-based standards] (ctgammaf): Likewise.
35454         [C99-based standards] (cerfl): Likewise.
35455         [C99-based standards] (cerfcl): Likewise.
35456         [C99-based standards] (cexp2l): Likewise.
35457         [C99-based standards] (cexpm1l): Likewise.
35458         [C99-based standards] (clog10l): Likewise.
35459         [C99-based standards] (clog1pl): Likewise.
35460         [C99-based standards] (clog2l): Likewise.
35461         [C99-based standards] (clgammal): Likewise.
35462         [C99-based standards] (ctgammal): Likewise.
35463         * conform/data/inttypes.h-data [C99-based standards]: Include
35464         stdint.h-data.  Remove all expectations for stdint.h contents.
35465         [C99-based standards] (PRI*): Do not allow.
35466         [C99-based standards] (SCN*): Likewise.
35467         [C99-based standards] (*_t): Likewise.
35468         [C99-based-standards] (PRId8): Expect macro.
35469         [C99-based-standards] (PRIi8): Likewise.
35470         [C99-based-standards] (PRIo8): Likewise.
35471         [C99-based-standards] (PRIu8): Likewise.
35472         [C99-based-standards] (PRIx8): Likewise.
35473         [C99-based-standards] (PRIX8): Likewise.
35474         [C99-based-standards] (SCNd8): Likewise.
35475         [C99-based-standards] (SCNi8): Likewise.
35476         [C99-based-standards] (SCNo8): Likewise.
35477         [C99-based-standards] (SCNu8): Likewise.
35478         [C99-based-standards] (SCNx8): Likewise.
35479         [C99-based-standards] (PRIdLEAST8): Likewise.
35480         [C99-based-standards] (PRIiLEAST8): Likewise.
35481         [C99-based-standards] (PRIoLEAST8): Likewise.
35482         [C99-based-standards] (PRIuLEAST8): Likewise.
35483         [C99-based-standards] (PRIxLEAST8): Likewise.
35484         [C99-based-standards] (PRIXLEAST8): Likewise.
35485         [C99-based-standards] (SCNdLEAST8): Likewise.
35486         [C99-based-standards] (SCNiLEAST8): Likewise.
35487         [C99-based-standards] (SCNoLEAST8): Likewise.
35488         [C99-based-standards] (SCNuLEAST8): Likewise.
35489         [C99-based-standards] (SCNxLEAST8): Likewise.
35490         [C99-based-standards] (PRIdFAST8): Likewise.
35491         [C99-based-standards] (PRIiFAST8): Likewise.
35492         [C99-based-standards] (PRIoFAST8): Likewise.
35493         [C99-based-standards] (PRIuFAST8): Likewise.
35494         [C99-based-standards] (PRIxFAST8): Likewise.
35495         [C99-based-standards] (PRIXFAST8): Likewise.
35496         [C99-based-standards] (SCNdFAST8): Likewise.
35497         [C99-based-standards] (SCNiFAST8): Likewise.
35498         [C99-based-standards] (SCNoFAST8): Likewise.
35499         [C99-based-standards] (SCNuFAST8): Likewise.
35500         [C99-based-standards] (SCNxFAST8): Likewise.
35501         [C99-based-standards] (PRId16): Likewise.
35502         [C99-based-standards] (PRIi16): Likewise.
35503         [C99-based-standards] (PRIo16): Likewise.
35504         [C99-based-standards] (PRIu16): Likewise.
35505         [C99-based-standards] (PRIx16): Likewise.
35506         [C99-based-standards] (PRIX16): Likewise.
35507         [C99-based-standards] (SCNd16): Likewise.
35508         [C99-based-standards] (SCNi16): Likewise.
35509         [C99-based-standards] (SCNo16): Likewise.
35510         [C99-based-standards] (SCNu16): Likewise.
35511         [C99-based-standards] (SCNx16): Likewise.
35512         [C99-based-standards] (PRIdLEAST16): Likewise.
35513         [C99-based-standards] (PRIiLEAST16): Likewise.
35514         [C99-based-standards] (PRIoLEAST16): Likewise.
35515         [C99-based-standards] (PRIuLEAST16): Likewise.
35516         [C99-based-standards] (PRIxLEAST16): Likewise.
35517         [C99-based-standards] (PRIXLEAST16): Likewise.
35518         [C99-based-standards] (SCNdLEAST16): Likewise.
35519         [C99-based-standards] (SCNiLEAST16): Likewise.
35520         [C99-based-standards] (SCNoLEAST16): Likewise.
35521         [C99-based-standards] (SCNuLEAST16): Likewise.
35522         [C99-based-standards] (SCNxLEAST16): Likewise.
35523         [C99-based-standards] (PRIdFAST16): Likewise.
35524         [C99-based-standards] (PRIiFAST16): Likewise.
35525         [C99-based-standards] (PRIoFAST16): Likewise.
35526         [C99-based-standards] (PRIuFAST16): Likewise.
35527         [C99-based-standards] (PRIxFAST16): Likewise.
35528         [C99-based-standards] (PRIXFAST16): Likewise.
35529         [C99-based-standards] (SCNdFAST16): Likewise.
35530         [C99-based-standards] (SCNiFAST16): Likewise.
35531         [C99-based-standards] (SCNoFAST16): Likewise.
35532         [C99-based-standards] (SCNuFAST16): Likewise.
35533         [C99-based-standards] (SCNxFAST16): Likewise.
35534         [C99-based-standards] (PRId32): Likewise.
35535         [C99-based-standards] (PRIi32): Likewise.
35536         [C99-based-standards] (PRIo32): Likewise.
35537         [C99-based-standards] (PRIu32): Likewise.
35538         [C99-based-standards] (PRIx32): Likewise.
35539         [C99-based-standards] (PRIX32): Likewise.
35540         [C99-based-standards] (SCNd32): Likewise.
35541         [C99-based-standards] (SCNi32): Likewise.
35542         [C99-based-standards] (SCNo32): Likewise.
35543         [C99-based-standards] (SCNu32): Likewise.
35544         [C99-based-standards] (SCNx32): Likewise.
35545         [C99-based-standards] (PRIdLEAST32): Likewise.
35546         [C99-based-standards] (PRIiLEAST32): Likewise.
35547         [C99-based-standards] (PRIoLEAST32): Likewise.
35548         [C99-based-standards] (PRIuLEAST32): Likewise.
35549         [C99-based-standards] (PRIxLEAST32): Likewise.
35550         [C99-based-standards] (PRIXLEAST32): Likewise.
35551         [C99-based-standards] (SCNdLEAST32): Likewise.
35552         [C99-based-standards] (SCNiLEAST32): Likewise.
35553         [C99-based-standards] (SCNoLEAST32): Likewise.
35554         [C99-based-standards] (SCNuLEAST32): Likewise.
35555         [C99-based-standards] (SCNxLEAST32): Likewise.
35556         [C99-based-standards] (PRIdFAST32): Likewise.
35557         [C99-based-standards] (PRIiFAST32): Likewise.
35558         [C99-based-standards] (PRIoFAST32): Likewise.
35559         [C99-based-standards] (PRIuFAST32): Likewise.
35560         [C99-based-standards] (PRIxFAST32): Likewise.
35561         [C99-based-standards] (PRIXFAST32): Likewise.
35562         [C99-based-standards] (SCNdFAST32): Likewise.
35563         [C99-based-standards] (SCNiFAST32): Likewise.
35564         [C99-based-standards] (SCNoFAST32): Likewise.
35565         [C99-based-standards] (SCNuFAST32): Likewise.
35566         [C99-based-standards] (SCNxFAST32): Likewise.
35567         [C99-based-standards] (PRId64): Likewise.
35568         [C99-based-standards] (PRIi64): Likewise.
35569         [C99-based-standards] (PRIo64): Likewise.
35570         [C99-based-standards] (PRIu64): Likewise.
35571         [C99-based-standards] (PRIx64): Likewise.
35572         [C99-based-standards] (PRIX64): Likewise.
35573         [C99-based-standards] (SCNd64): Likewise.
35574         [C99-based-standards] (SCNi64): Likewise.
35575         [C99-based-standards] (SCNo64): Likewise.
35576         [C99-based-standards] (SCNu64): Likewise.
35577         [C99-based-standards] (SCNx64): Likewise.
35578         [C99-based-standards] (PRIdLEAST64): Likewise.
35579         [C99-based-standards] (PRIiLEAST64): Likewise.
35580         [C99-based-standards] (PRIoLEAST64): Likewise.
35581         [C99-based-standards] (PRIuLEAST64): Likewise.
35582         [C99-based-standards] (PRIxLEAST64): Likewise.
35583         [C99-based-standards] (PRIXLEAST64): Likewise.
35584         [C99-based-standards] (SCNdLEAST64): Likewise.
35585         [C99-based-standards] (SCNiLEAST64): Likewise.
35586         [C99-based-standards] (SCNoLEAST64): Likewise.
35587         [C99-based-standards] (SCNuLEAST64): Likewise.
35588         [C99-based-standards] (SCNxLEAST64): Likewise.
35589         [C99-based-standards] (PRIdFAST64): Likewise.
35590         [C99-based-standards] (PRIiFAST64): Likewise.
35591         [C99-based-standards] (PRIoFAST64): Likewise.
35592         [C99-based-standards] (PRIuFAST64): Likewise.
35593         [C99-based-standards] (PRIxFAST64): Likewise.
35594         [C99-based-standards] (PRIXFAST64): Likewise.
35595         [C99-based-standards] (SCNdFAST64): Likewise.
35596         [C99-based-standards] (SCNiFAST64): Likewise.
35597         [C99-based-standards] (SCNoFAST64): Likewise.
35598         [C99-based-standards] (SCNuFAST64): Likewise.
35599         [C99-based-standards] (SCNxFAST64): Likewise.
35600         [C99-based-standards] (PRIdMAX): Likewise.
35601         [C99-based-standards] (PRIiMAX): Likewise.
35602         [C99-based-standards] (PRIoMAX): Likewise.
35603         [C99-based-standards] (PRIuMAX): Likewise.
35604         [C99-based-standards] (PRIxMAX): Likewise.
35605         [C99-based-standards] (PRIXMAX): Likewise.
35606         [C99-based-standards] (SCNdMAX): Likewise.
35607         [C99-based-standards] (SCNiMAX): Likewise.
35608         [C99-based-standards] (SCNoMAX): Likewise.
35609         [C99-based-standards] (SCNuMAX): Likewise.
35610         [C99-based-standards] (SCNxMAX): Likewise.
35611         [C99-based-standards] (PRIdPTR): Likewise.
35612         [C99-based-standards] (PRIiPTR): Likewise.
35613         [C99-based-standards] (PRIoPTR): Likewise.
35614         [C99-based-standards] (PRIuPTR): Likewise.
35615         [C99-based-standards] (PRIxPTR): Likewise.
35616         [C99-based-standards] (PRIXPTR): Likewise.
35617         [C99-based-standards] (SCNdPTR): Likewise.
35618         [C99-based-standards] (SCNiPTR): Likewise.
35619         [C99-based-standards] (SCNoPTR): Likewise.
35620         [C99-based-standards] (SCNuPTR): Likewise.
35621         [C99-based-standards] (SCNxPTR): Likewise.
35622         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35623         allow.
35624         * conform/data/stdint.h-data: Update comments to clarify
35625         requirements.
35626         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35627         type.
35628         [C99-based standards] (INT8_MAX): Likewise.
35629         [C99-based standards] (INT16_MIN): Likewise.
35630         [C99-based standards] (INT16_MAX): Likewise.
35631         [C99-based standards] (INT32_MIN): Likewise.
35632         [C99-based standards] (INT32_MAX): Likewise.
35633         [C99-based standards] (INT64_MIN): Likewise.
35634         [C99-based standards] (INT64_MAX): Likewise.
35635         [C99-based standards] (UINT8_MAX): Likewise.
35636         [C99-based standards] (UINT16_MAX): Likewise.
35637         [C99-based standards] (UINT32_MAX): Likewise.
35638         [C99-based standards] (UINT64_MAX): Likewise.
35639         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35640         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35641         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35642         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35643         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35644         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35645         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35646         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35647         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35648         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35649         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35650         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35651         [C99-based standards] (INT_FAST8_MIN): Likewise.
35652         [C99-based standards] (INT_FAST8_MAX): Likewise.
35653         [C99-based standards] (INT_FAST16_MIN): Likewise.
35654         [C99-based standards] (INT_FAST16_MAX): Likewise.
35655         [C99-based standards] (INT_FAST32_MIN): Likewise.
35656         [C99-based standards] (INT_FAST32_MAX): Likewise.
35657         [C99-based standards] (INT_FAST64_MIN): Likewise.
35658         [C99-based standards] (INT_FAST64_MAX): Likewise.
35659         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35660         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35661         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35662         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35663         [C99-based standards] (INTPTR_MIN): Likewise.
35664         [C99-based standards] (INTPTR_MAX): Likewise.
35665         [C99-based standards] (UINTPTR_MAX): Likewise.
35666         [C99-based standards] (INTMAX_MIN): Likewise.
35667         [C99-based standards] (INTMAX_MAX): Likewise.
35668         [C99-based standards] (UINTMAX_MAX): Likewise.
35669         [C99-based standards] (PTRDIFF_MIN): Likewise.
35670         [C99-based standards] (PTRDIFF_MAX): Likewise.
35671         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35672         [C99-based standards] (SIZE_MAX): Likewise.
35673         [C99-based standards] (WCHAR_MAX): Likewise.
35674         [C99-based standards] (WINT_MAX): Likewise.
35675         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35676         constraint on value.
35677         [C99-based standards] (WCHAR_MIN): Likewise.
35678         [C99-based standards] (WINT_MIN): Likewise.
35679         [C99-based standards] (*_t): Allow.
35680         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35681         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35682         Include math.h-data and complex.h-data.  Remove all expectations
35683         of math.h and complex.h contents.
35684         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35685         at end of line.
35686         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35687         (struct tm): Expect tag.
35688         [C99-based-standards] (wcstof): Expect function.
35689         [C99-based-standards] (wcstold): Likewise.
35690         [C99-based-standards] (wcstoll): Likewise.
35691         [C99-based-standards] (wcstoull): Likewise.
35692         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35693         macro-int-constant.  Specify type.
35694         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35695         constraint on value.
35696         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35697         Specify type.
35698         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35699         Specify value.
35700         [ISO C standards]: Do not allow headers.
35701         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35702         wcs[abcdefghijklmnopqrstuvwxyz]*.
35703         [ISO C standards] (*_t): Do not allow.
35704         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35705         Expect function.
35706         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35707         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35708         Specify type.
35709         [ISO C standards]: Do not allow headers.
35710         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35711         is[abcdefghijklmnopqrstuvwxyz]*.
35712         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35713         to[abcdefghijklmnopqrstuvwxyz]*.
35714         [ISO C standards] (*_t): Do not allow.
35715         * conform/data/stdalign.h-data: New file.
35716         * conform/data/stdbool.h-data: Likewise.
35717         * conform/data/stdnoreturn.h-data: Likewise.
35719 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35721         [BZ #14815]
35722         * manual/filesys.texi (Directory Entries): Typo fix.
35723         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35725 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35727         * elf/elf.h (EM_AARCH64): New macro.
35728         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35729         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35730         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35731         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35732         (R_AARCH64_TLSDESC): Likewise.
35733         (NT_ARM_TLS): Likewise.
35734         (NT_ARM_HW_BREAK): Likewise.
35735         (NT_ARM_HW_WATCH): Likewise.
35737 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35739         [BZ #14811]
35740         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35741         (__ieee754_powl): Saturate nonzero exponents with absolute value
35742         below 0x1p-79 to +/- 0x1p-79.
35743         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35744         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35745         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35746         nonzero exponents with absolute value below 0x1p-32 to +/-
35747         0x1p-32.
35748         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35749         (__ieee754_powl): Saturate nonzero exponents with absolute value
35750         below 0x1p-79 to +/- 0x1p-79.
35751         * math/libm-test.inc (pow_test): Add more tests.
35753 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35755         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35756         _dl_s390_cap_flags with kernel. Increase string length.
35757         (_dl_s390_platforms): Add z196 and zEC12.
35759 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35761         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35762         Change XOPEN21K to XOPEN2K.
35764 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35766         * string/memmove.c: Use memcpy when possible.
35768 2012-11-06  Andreas Jaeger  <aj@suse.de>
35770         * po/eo.po: Update from translation team.
35772 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35774         [BZ #14793]
35775         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35776         exponent and small x and y exponents, scale x or y up.  Increase
35777         by 2 the exponent used in scaling up.
35778         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35779         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35780         * math/libm-test.inc (fma_test): Add more tests.
35781         (fma_test_towardzero): Likewise.
35782         (fma_test_downward): Likewise.
35783         (fma_test_upward): Likewise.
35785 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35787         [BZ #14805]
35788         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35789         fenv_t *.
35791         [BZ #14801]
35792         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35793         namespace for names of struct fields.
35794         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35795         fenv_t fields.
35796         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35797         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35799 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35801         [BZ #3665]
35802         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35804 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35806         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35807         PTR_DEMANGLE.
35809         [BZ #5246]
35810         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35811         PTR_DEMANGLE.
35813 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35815         [BZ #14797]
35816         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35817         definitely overflow as x * y not x * y + z.
35818         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35819         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35820         * math/libm-test.inc (fma_test): Add more tests.
35821         (fma_test_towardzero): Likewise.
35822         (fma_test_downward): Likewise.
35823         (fma_test_upward): Likewise.
35825 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35827         [BZ #157]
35829         * include/stub-tag.h: Remove file.
35830         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35831         '#include' of it.
35832         * manual/maint.texi (Porting): Don't reference it.
35833         * Makerules ($(objpfx)stubs): Likewise.
35834         * dirent/closedir.c: Don't include <stub-tag.h>.
35835         * dirent/dirfd.c: Likewise.
35836         * dirent/fdopendir.c: Likewise.
35837         * dirent/getdents.c: Likewise.
35838         * dirent/getdents64.c: Likewise.
35839         * dirent/opendir.c: Likewise.
35840         * dirent/readdir.c: Likewise.
35841         * dirent/readdir64.c: Likewise.
35842         * dirent/readdir64_r.c: Likewise.
35843         * dirent/readdir_r.c: Likewise.
35844         * dirent/rewinddir.c: Likewise.
35845         * dirent/seekdir.c: Likewise.
35846         * dirent/telldir.c: Likewise.
35847         * gmon/profil.c: Likewise.
35848         * grp/setgroups.c: Likewise.
35849         * inet/if_index.c: Likewise.
35850         * io/access.c: Likewise.
35851         * io/chdir.c: Likewise.
35852         * io/chmod.c: Likewise.
35853         * io/chown.c: Likewise.
35854         * io/close.c: Likewise.
35855         * io/dup.c: Likewise.
35856         * io/dup2.c: Likewise.
35857         * io/dup3.c: Likewise.
35858         * io/euidaccess.c: Likewise.
35859         * io/faccessat.c: Likewise.
35860         * io/fchdir.c: Likewise.
35861         * io/fchmod.c: Likewise.
35862         * io/fchmodat.c: Likewise.
35863         * io/fchown.c: Likewise.
35864         * io/fchownat.c: Likewise.
35865         * io/fcntl.c: Likewise.
35866         * io/flock.c: Likewise.
35867         * io/fstatfs.c: Likewise.
35868         * io/fstatfs64.c: Likewise.
35869         * io/fstatvfs.c: Likewise.
35870         * io/fstatvfs64.c: Likewise.
35871         * io/futimens.c: Likewise.
35872         * io/fxstat.c: Likewise.
35873         * io/fxstat64.c: Likewise.
35874         * io/fxstatat.c: Likewise.
35875         * io/fxstatat64.c: Likewise.
35876         * io/getcwd.c: Likewise.
35877         * io/isatty.c: Likewise.
35878         * io/lchmod.c: Likewise.
35879         * io/lchown.c: Likewise.
35880         * io/link.c: Likewise.
35881         * io/linkat.c: Likewise.
35882         * io/lseek.c: Likewise.
35883         * io/lseek64.c: Likewise.
35884         * io/lxstat64.c: Likewise.
35885         * io/mkdir.c: Likewise.
35886         * io/mkdirat.c: Likewise.
35887         * io/mkfifo.c: Likewise.
35888         * io/mkfifoat.c: Likewise.
35889         * io/open.c: Likewise.
35890         * io/open64.c: Likewise.
35891         * io/openat.c: Likewise.
35892         * io/openat64.c: Likewise.
35893         * io/pipe.c: Likewise.
35894         * io/pipe2.c: Likewise.
35895         * io/poll.c: Likewise.
35896         * io/posix_fadvise.c: Likewise.
35897         * io/posix_fadvise64.c: Likewise.
35898         * io/posix_fallocate.c: Likewise.
35899         * io/posix_fallocate64.c: Likewise.
35900         * io/read.c: Likewise.
35901         * io/readlink.c: Likewise.
35902         * io/readlinkat.c: Likewise.
35903         * io/rmdir.c: Likewise.
35904         * io/sendfile.c: Likewise.
35905         * io/sendfile64.c: Likewise.
35906         * io/statfs.c: Likewise.
35907         * io/statfs64.c: Likewise.
35908         * io/statvfs.c: Likewise.
35909         * io/statvfs64.c: Likewise.
35910         * io/symlink.c: Likewise.
35911         * io/symlinkat.c: Likewise.
35912         * io/ttyname.c: Likewise.
35913         * io/ttyname_r.c: Likewise.
35914         * io/umask.c: Likewise.
35915         * io/unlink.c: Likewise.
35916         * io/unlinkat.c: Likewise.
35917         * io/utime.c: Likewise.
35918         * io/utimensat.c: Likewise.
35919         * io/write.c: Likewise.
35920         * io/xmknod.c: Likewise.
35921         * io/xmknodat.c: Likewise.
35922         * io/xstat.c: Likewise.
35923         * io/xstat64.c: Likewise.
35924         * login/getpt.c: Likewise.
35925         * login/grantpt.c: Likewise.
35926         * login/unlockpt.c: Likewise.
35927         * math/e_acoshl.c: Likewise.
35928         * math/e_acosl.c: Likewise.
35929         * math/e_asinl.c: Likewise.
35930         * math/e_atan2l.c: Likewise.
35931         * math/e_atanhl.c: Likewise.
35932         * math/e_coshl.c: Likewise.
35933         * math/e_expl.c: Likewise.
35934         * math/e_fmodl.c: Likewise.
35935         * math/e_gammal_r.c: Likewise.
35936         * math/e_hypotl.c: Likewise.
35937         * math/e_j0l.c: Likewise.
35938         * math/e_j1l.c: Likewise.
35939         * math/e_jnl.c: Likewise.
35940         * math/e_lgammal_r.c: Likewise.
35941         * math/e_log10l.c: Likewise.
35942         * math/e_log2l.c: Likewise.
35943         * math/e_logl.c: Likewise.
35944         * math/e_powl.c: Likewise.
35945         * math/e_rem_pio2l.c: Likewise.
35946         * math/e_sinhl.c: Likewise.
35947         * math/e_sqrtl.c: Likewise.
35948         * math/fclrexcpt.c: Likewise.
35949         * math/fedisblxcpt.c: Likewise.
35950         * math/feenablxcpt.c: Likewise.
35951         * math/fegetenv.c: Likewise.
35952         * math/fegetexcept.c: Likewise.
35953         * math/fegetround.c: Likewise.
35954         * math/feholdexcpt.c: Likewise.
35955         * math/fesetenv.c: Likewise.
35956         * math/fesetround.c: Likewise.
35957         * math/feupdateenv.c: Likewise.
35958         * math/fgetexcptflg.c: Likewise.
35959         * math/fraiseexcpt.c: Likewise.
35960         * math/fsetexcptflg.c: Likewise.
35961         * math/ftestexcept.c: Likewise.
35962         * math/k_cosl.c: Likewise.
35963         * math/k_rem_pio2l.c: Likewise.
35964         * math/k_sinl.c: Likewise.
35965         * math/k_tanl.c: Likewise.
35966         * math/s_asinhl.c: Likewise.
35967         * math/s_atanl.c: Likewise.
35968         * math/s_cbrtl.c: Likewise.
35969         * math/s_erfl.c: Likewise.
35970         * math/s_expm1l.c: Likewise.
35971         * math/s_log1pl.c: Likewise.
35972         * math/s_tanhl.c: Likewise.
35973         * misc/acct.c: Likewise.
35974         * misc/brk.c: Likewise.
35975         * misc/chflags.c: Likewise.
35976         * misc/chroot.c: Likewise.
35977         * misc/fchflags.c: Likewise.
35978         * misc/fgetxattr.c: Likewise.
35979         * misc/flistxattr.c: Likewise.
35980         * misc/fremovexattr.c: Likewise.
35981         * misc/fsetxattr.c: Likewise.
35982         * misc/fsync.c: Likewise.
35983         * misc/ftruncate.c: Likewise.
35984         * misc/futimes.c: Likewise.
35985         * misc/futimesat.c: Likewise.
35986         * misc/getdomain.c: Likewise.
35987         * misc/getdtsz.c: Likewise.
35988         * misc/gethostid.c: Likewise.
35989         * misc/gethostname.c: Likewise.
35990         * misc/getloadavg.c: Likewise.
35991         * misc/getpagesize.c: Likewise.
35992         * misc/getsysstats.c: Likewise.
35993         * misc/getxattr.c: Likewise.
35994         * misc/gtty.c: Likewise.
35995         * misc/ioctl.c: Likewise.
35996         * misc/lgetxattr.c: Likewise.
35997         * misc/listxattr.c: Likewise.
35998         * misc/llistxattr.c: Likewise.
35999         * misc/lremovexattr.c: Likewise.
36000         * misc/lsetxattr.c: Likewise.
36001         * misc/lutimes.c: Likewise.
36002         * misc/madvise.c: Likewise.
36003         * misc/mincore.c: Likewise.
36004         * misc/mlock.c: Likewise.
36005         * misc/mlockall.c: Likewise.
36006         * misc/mmap.c: Likewise.
36007         * misc/mprotect.c: Likewise.
36008         * misc/msync.c: Likewise.
36009         * misc/munlock.c: Likewise.
36010         * misc/munlockall.c: Likewise.
36011         * misc/munmap.c: Likewise.
36012         * misc/preadv.c: Likewise.
36013         * misc/preadv64.c: Likewise.
36014         * misc/ptrace.c: Likewise.
36015         * misc/pwritev.c: Likewise.
36016         * misc/pwritev64.c: Likewise.
36017         * misc/readv.c: Likewise.
36018         * misc/reboot.c: Likewise.
36019         * misc/remap_file_pages.c: Likewise.
36020         * misc/removexattr.c: Likewise.
36021         * misc/revoke.c: Likewise.
36022         * misc/select.c: Likewise.
36023         * misc/setdomain.c: Likewise.
36024         * misc/setegid.c: Likewise.
36025         * misc/seteuid.c: Likewise.
36026         * misc/sethostid.c: Likewise.
36027         * misc/sethostname.c: Likewise.
36028         * misc/setregid.c: Likewise.
36029         * misc/setreuid.c: Likewise.
36030         * misc/setxattr.c: Likewise.
36031         * misc/sstk.c: Likewise.
36032         * misc/stty.c: Likewise.
36033         * misc/swapoff.c: Likewise.
36034         * misc/swapon.c: Likewise.
36035         * misc/sync.c: Likewise.
36036         * misc/syncfs.c: Likewise.
36037         * misc/syscall.c: Likewise.
36038         * misc/truncate.c: Likewise.
36039         * misc/ualarm.c: Likewise.
36040         * misc/usleep.c: Likewise.
36041         * misc/ustat.c: Likewise.
36042         * misc/utimes.c: Likewise.
36043         * misc/vhangup.c: Likewise.
36044         * misc/writev.c: Likewise.
36045         * posix/_exit.c: Likewise.
36046         * posix/alarm.c: Likewise.
36047         * posix/execve.c: Likewise.
36048         * posix/fexecve.c: Likewise.
36049         * posix/fork.c: Likewise.
36050         * posix/fpathconf.c: Likewise.
36051         * posix/getaddrinfo.c: Likewise.
36052         * posix/getegid.c: Likewise.
36053         * posix/geteuid.c: Likewise.
36054         * posix/getgid.c: Likewise.
36055         * posix/getgroups.c: Likewise.
36056         * posix/getlogin.c: Likewise.
36057         * posix/getlogin_r.c: Likewise.
36058         * posix/getpgid.c: Likewise.
36059         * posix/getpid.c: Likewise.
36060         * posix/getppid.c: Likewise.
36061         * posix/getresgid.c: Likewise.
36062         * posix/getresuid.c: Likewise.
36063         * posix/getsid.c: Likewise.
36064         * posix/getuid.c: Likewise.
36065         * posix/glob64.c: Likewise.
36066         * posix/nanosleep.c: Likewise.
36067         * posix/pathconf.c: Likewise.
36068         * posix/pause.c: Likewise.
36069         * posix/posix_madvise.c: Likewise.
36070         * posix/pread.c: Likewise.
36071         * posix/pread64.c: Likewise.
36072         * posix/pwrite.c: Likewise.
36073         * posix/pwrite64.c: Likewise.
36074         * posix/sched_getaffinity.c: Likewise.
36075         * posix/sched_getp.c: Likewise.
36076         * posix/sched_gets.c: Likewise.
36077         * posix/sched_primax.c: Likewise.
36078         * posix/sched_primin.c: Likewise.
36079         * posix/sched_rr_gi.c: Likewise.
36080         * posix/sched_setaffinity.c: Likewise.
36081         * posix/sched_setp.c: Likewise.
36082         * posix/sched_sets.c: Likewise.
36083         * posix/sched_yield.c: Likewise.
36084         * posix/setgid.c: Likewise.
36085         * posix/setlogin.c: Likewise.
36086         * posix/setpgid.c: Likewise.
36087         * posix/setresgid.c: Likewise.
36088         * posix/setresuid.c: Likewise.
36089         * posix/setsid.c: Likewise.
36090         * posix/setuid.c: Likewise.
36091         * posix/sleep.c: Likewise.
36092         * posix/spawni.c: Likewise.
36093         * posix/sysconf.c: Likewise.
36094         * posix/times.c: Likewise.
36095         * posix/wait.c: Likewise.
36096         * posix/wait3.c: Likewise.
36097         * posix/wait4.c: Likewise.
36098         * posix/waitpid.c: Likewise.
36099         * resolv/gai_sigqueue.c: Likewise.
36100         * resource/getpriority.c: Likewise.
36101         * resource/getrlimit.c: Likewise.
36102         * resource/getrusage.c: Likewise.
36103         * resource/nice.c: Likewise.
36104         * resource/setpriority.c: Likewise.
36105         * resource/setrlimit.c: Likewise.
36106         * resource/ulimit.c: Likewise.
36107         * rt/aio_cancel.c: Likewise.
36108         * rt/aio_fsync.c: Likewise.
36109         * rt/aio_read.c: Likewise.
36110         * rt/aio_sigqueue.c: Likewise.
36111         * rt/aio_suspend.c: Likewise.
36112         * rt/aio_write.c: Likewise.
36113         * rt/clock_getres.c: Likewise.
36114         * rt/clock_gettime.c: Likewise.
36115         * rt/clock_nanosleep.c: Likewise.
36116         * rt/clock_settime.c: Likewise.
36117         * rt/lio_listio.c: Likewise.
36118         * rt/mq_close.c: Likewise.
36119         * rt/mq_getattr.c: Likewise.
36120         * rt/mq_notify.c: Likewise.
36121         * rt/mq_open.c: Likewise.
36122         * rt/mq_receive.c: Likewise.
36123         * rt/mq_send.c: Likewise.
36124         * rt/mq_setattr.c: Likewise.
36125         * rt/mq_timedreceive.c: Likewise.
36126         * rt/mq_timedsend.c: Likewise.
36127         * rt/mq_unlink.c: Likewise.
36128         * rt/shm_open.c: Likewise.
36129         * rt/shm_unlink.c: Likewise.
36130         * rt/timer_create.c: Likewise.
36131         * rt/timer_delete.c: Likewise.
36132         * rt/timer_getoverr.c: Likewise.
36133         * rt/timer_gettime.c: Likewise.
36134         * rt/timer_settime.c: Likewise.
36135         * setjmp/__longjmp.c: Likewise.
36136         * setjmp/setjmp.c: Likewise.
36137         * signal/kill.c: Likewise.
36138         * signal/killpg.c: Likewise.
36139         * signal/raise.c: Likewise.
36140         * signal/sigaction.c: Likewise.
36141         * signal/sigaltstack.c: Likewise.
36142         * signal/sigblock.c: Likewise.
36143         * signal/sigignore.c: Likewise.
36144         * signal/sigintr.c: Likewise.
36145         * signal/signal.c: Likewise.
36146         * signal/sigpause.c: Likewise.
36147         * signal/sigpending.c: Likewise.
36148         * signal/sigqueue.c: Likewise.
36149         * signal/sigreturn.c: Likewise.
36150         * signal/sigset.c: Likewise.
36151         * signal/sigsetmask.c: Likewise.
36152         * signal/sigstack.c: Likewise.
36153         * signal/sigsuspend.c: Likewise.
36154         * signal/sigtimedwait.c: Likewise.
36155         * signal/sigvec.c: Likewise.
36156         * signal/sigwait.c: Likewise.
36157         * signal/sigwaitinfo.c: Likewise.
36158         * signal/sysv_signal.c: Likewise.
36159         * socket/accept.c: Likewise.
36160         * socket/accept4.c: Likewise.
36161         * socket/bind.c: Likewise.
36162         * socket/connect.c: Likewise.
36163         * socket/getpeername.c: Likewise.
36164         * socket/getsockname.c: Likewise.
36165         * socket/getsockopt.c: Likewise.
36166         * socket/isfdtype.c: Likewise.
36167         * socket/listen.c: Likewise.
36168         * socket/recv.c: Likewise.
36169         * socket/recvfrom.c: Likewise.
36170         * socket/recvmsg.c: Likewise.
36171         * socket/send.c: Likewise.
36172         * socket/sendmsg.c: Likewise.
36173         * socket/sendto.c: Likewise.
36174         * socket/setsockopt.c: Likewise.
36175         * socket/shutdown.c: Likewise.
36176         * socket/sockatmark.c: Likewise.
36177         * socket/socket.c: Likewise.
36178         * socket/socketpair.c: Likewise.
36179         * stdio-common/ctermid.c: Likewise.
36180         * stdio-common/cuserid.c: Likewise.
36181         * stdio-common/remove.c: Likewise.
36182         * stdio-common/rename.c: Likewise.
36183         * stdio-common/renameat.c: Likewise.
36184         * stdio-common/tempname.c: Likewise.
36185         * stdlib/getcontext.c: Likewise.
36186         * stdlib/makecontext.c: Likewise.
36187         * stdlib/setcontext.c: Likewise.
36188         * stdlib/swapcontext.c: Likewise.
36189         * stdlib/system.c: Likewise.
36190         * streams/fattach.c: Likewise.
36191         * streams/fdetach.c: Likewise.
36192         * streams/getmsg.c: Likewise.
36193         * streams/getpmsg.c: Likewise.
36194         * streams/putmsg.c: Likewise.
36195         * streams/putpmsg.c: Likewise.
36196         * sysdeps/unix/bsd/getpt.c: Likewise.
36197         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36198         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36199         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36201         Likewise.
36202         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36203         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36204         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36205         * sysvipc/msgctl.c: Likewise.
36206         * sysvipc/msgget.c: Likewise.
36207         * sysvipc/msgrcv.c: Likewise.
36208         * sysvipc/msgsnd.c: Likewise.
36209         * sysvipc/semctl.c: Likewise.
36210         * sysvipc/semget.c: Likewise.
36211         * sysvipc/semop.c: Likewise.
36212         * sysvipc/semtimedop.c: Likewise.
36213         * sysvipc/shmat.c: Likewise.
36214         * sysvipc/shmctl.c: Likewise.
36215         * sysvipc/shmdt.c: Likewise.
36216         * sysvipc/shmget.c: Likewise.
36217         * termios/tcdrain.c: Likewise.
36218         * termios/tcflow.c: Likewise.
36219         * termios/tcflush.c: Likewise.
36220         * termios/tcgetattr.c: Likewise.
36221         * termios/tcgetpgrp.c: Likewise.
36222         * termios/tcsendbrk.c: Likewise.
36223         * termios/tcsetattr.c: Likewise.
36224         * termios/tcsetpgrp.c: Likewise.
36225         * time/adjtime.c: Likewise.
36226         * time/clock.c: Likewise.
36227         * time/getitimer.c: Likewise.
36228         * time/gettimeofday.c: Likewise.
36229         * time/setitimer.c: Likewise.
36230         * time/settimeofday.c: Likewise.
36231         * time/stime.c: Likewise.
36232         * time/time.c: Likewise.
36234 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36236         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36237         /usr/old/bin.
36239         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36240         instead of spaces.
36241         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36243 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36245         [BZ #14796]
36246         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36247         FE_TONEAREST before applying Dekker multiplication and Knuth
36248         addition.  Clear inexact exceptions and check for exact zero
36249         results afterwards.
36250         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36251         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36252         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36253         * math/libm-test.inc (fma_test): Add more tests.
36254         (fma_test_towardzero): Likewise.
36255         (fma_test_downward): Likewise.
36256         (fma_test_upward): Likewise.
36257         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36258         function.
36259         (libc_fesetround): New macro.
36260         (libc_fesetroundf): Likewise.
36261         (libc_fesetroundl): Likewise.
36262         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36263         function.
36264         (libc_fesetround_387): Likewise.
36265         (libc_fesetroundf): New macro.
36266         (libc_fesetround): Likewise.
36267         (libc_fesetroundl): Likewise.
36268         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36269         function.
36270         (libc_fesetroundf): New macro.
36271         (libc_fesetround): Likewise.
36272         (libc_fesetroundl): Likewise.
36273         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36274         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36275         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36276         libm_hidden_ver.
36277         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36278         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36279         libm_hidden_def.
36280         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36281         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36282         libm_hidden_ver.
36283         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36284         libm_hidden_def.
36286         [BZ #3439]
36287         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36288         integer constant usable in #if and use that to give value to enum
36289         constant.
36290         (FE_DIVBYZERO): Likewise.
36291         (FE_UNDERFLOW): Likewise.
36292         (FE_OVERFLOW): Likewise.
36293         (FE_INVALID): Likewise.
36294         (FE_INVALID_SNAN): Likewise.
36295         (FE_INVALID_ISI): Likewise.
36296         (FE_INVALID_IDI): Likewise.
36297         (FE_INVALID_ZDZ): Likewise.
36298         (FE_INVALID_IMZ): Likewise.
36299         (FE_INVALID_COMPARE): Likewise.
36300         (FE_INVALID_SOFTWARE): Likewise.
36301         (FE_INVALID_SQRT): Likewise.
36302         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36303         (FE_TONEAREST): Likewise.
36304         (FE_TOWARDZERO): Likewise.
36305         (FE_UPWARD): Likewise.
36306         (FE_DOWNWARD): Likewise.
36307         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36308         (FE_DIVBYZERO): Likewise.
36309         (FE_OVERFLOW): Likewise.
36310         (FE_UNDERFLOW): Likewise.
36311         (FE_INEXACT): Likewise.
36312         (FE_TONEAREST): Likewise.
36313         (FE_DOWNWARD): Likewise.
36314         (FE_UPWARD): Likewise.
36315         (FE_TOWARDZERO): Likewise.
36316         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36317         (FE_UNDERFLOW): Likewise.
36318         (FE_OVERFLOW): Likewise.
36319         (FE_DIVBYZERO): Likewise.
36320         (FE_INVALID): Likewise.
36321         (FE_TONEAREST): Likewise.
36322         (FE_TOWARDZERO): Likewise.
36323         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36324         (FE_OVERFLOW): Likewise.
36325         (FE_UNDERFLOW): Likewise.
36326         (FE_DIVBYZERO): Likewise.
36327         (FE_INEXACT): Likewise.
36328         (FE_TONEAREST): Likewise.
36329         (FE_TOWARDZERO): Likewise.
36330         (FE_UPWARD): Likewise.
36331         (FE_DOWNWARD): Likewise.
36332         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36333         (FE_DIVBYZERO): Likewise.
36334         (FE_OVERFLOW): Likewise.
36335         (FE_UNDERFLOW): Likewise.
36336         (FE_INEXACT): Likewise.
36337         (FE_TONEAREST): Likewise.
36338         (FE_DOWNWARD): Likewise.
36339         (FE_UPWARD): Likewise.
36340         (FE_TOWARDZERO): Likewise.
36342 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36344         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36346 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36348         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36349         commands.  Quote $PWD.
36350         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36351         -x" by "export".
36352         (remove_newlines): Remove.
36354 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36356         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36357         * stdlib/stdlib.h (atof): Moved to ...
36358         * include/bits/stdlib-float.h: Here.  New file.
36359         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36360         * stdlib/bits/stdlib-float.h: New file.
36361         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36362         -mno-sse -mno-mmx.
36363         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36364         <xmmintrin.h>.
36366 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36368         * conform/conformtest.pl (@headers): Add fenv.h.
36369         * conform/data/fenv.h-data: New file.
36370         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36371         include of <math/fenv.h>.
36373         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36374         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36375         && !UNIX98].  Enables tests for XOPEN2K8.
36376         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36377         POSIX2008]: Likewise.
36379         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36380         (struct rusage): Do not expect type or its members.
36382         [BZ #3439]
36383         * math/math.h (FP_NAN): Define macro to integer constant usable in
36384         #if and use that to give value to enum constant.
36385         (FP_INFINITE): Likewise.
36386         (FP_ZERO): Likewise.
36387         (FP_SUBNORMAL): Likewise.
36388         (FP_NORMAL): Likewise.
36390 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36392         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36393         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36394         arguments.
36396 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36398         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36399         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36400         autoconf-time if not.
36401         * configure.in: Remove AC_PREREQ.
36403 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36405         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36406         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36407         of the internal implementation.
36409 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36411         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36412         except include of <misc/sys/syslog.h>.
36414 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36417         function returns with a NULL context exit with zero.
36419 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36421         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36423 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36425         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36426         (run_program_cmd): This.
36427         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36428         (tst_langinfo): New variable.  Use it.
36430 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36432         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36433         floating point opcodes.
36435 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36437         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36438         variable.
36440         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36442         * sysdeps/mach/hurd/powerpc: Remove directory.
36443         * sysdeps/mach/powerpc: Likewise.
36445 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36447         * scripts/check-local-headers.sh: Ignore c++ headers.
36449 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36451         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36452         __libc_cleanup_region_start argument.
36454 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36456         [BZ #14784]
36457         [BZ #14785]
36458         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36459         x * y using scaling, not as x * y + z.
36460         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36461         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36462         * math/libm-test.inc (fma_test): Add more tests.
36463         (fma_test_towardzero): Likewise.
36464         (fma_test_downward): Likewise.
36465         (fma_test_upward): Likewise.
36467 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36469         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36471 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36473         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36474         New variable.
36476 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36478         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36480 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36483         Fix sort order.
36484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36485         Likewise.
36487 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36490         Fix the order of the list for glibc 2.17.
36491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36492         Likewise.
36494 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36496         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36498 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36500         [BZ #14610]
36501         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36502         for low part of x being zero before using __atanl (y).
36503         * math/libm-test.inc (atan2_test): Add another test.
36505         * manual/install.texi (Configuring and compiling): Document
36506         general use of test-wrapper and test-wrapper-env.
36507         * INSTALL: Regenerated.
36509         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36510         (__fma): Do not extract and scale down low bits on after-rounding
36511         systems when result rounded to normal precision would have normal
36512         exponent.
36513         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36514         (__fmal): Do not extract and scale down low bits on after-rounding
36515         systems when result rounded to normal precision would have normal
36516         exponent.
36517         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36518         (__fmal): Do not extract and scale down low bits on after-rounding
36519         systems when result rounded to normal precision would have normal
36520         exponent.
36521         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36522         macro.
36523         (fma_test): Add more tests.
36524         (fma_test_towardzero): Likewise.
36525         (fma_test_downward): Likewise.
36526         (fma_test_upward): Likewise.
36528 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36530         * sysdeps/i386/tininess.h: Renamed to ...
36531         * sysdeps/x86/tininess.h: This.
36532         * sysdeps/x86_64/tininess.h: Removed.
36534 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36536         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36537         input.  Use $(build-program-cmd).
36538         ($(objpfx)tst-array1-static.out): Likewise.
36539         ($(objpfx)tst-array2.out): Likewise.
36540         ($(objpfx)tst-array3.out): Likewise.
36541         ($(objpfx)tst-array4.out): Likewise.
36542         ($(objpfx)tst-array5.out): Likewise.
36543         ($(objpfx)tst-array5-static.out): Likewise.
36545 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36547         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36548         if defined.
36550         * nss/nsswitch.h (nss_interface_function): Provide new
36551         macro for use with NSS functions.
36552         * grp/initgroups.c: Use new macro.
36553         * nss/getXXbyYY.c: Likewise.
36554         * nss/getXXbyYY_r.c: Likewise.
36555         * nss/getXXent.c: Likewise.
36556         * nss/getXXent_r.c: Likewise.
36557         * sysdeps/posix/getaddrinfo.c: Likewise.
36559 2012-10-30  Andreas Jaeger  <aj@suse.de>
36561         * po/ru.po: Update Russion translation from translation project.
36563 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36565         [BZ #14152]
36566         [BZ #14783]
36567         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36568         result and shift together with sticky bit instead of replicating
36569         round-to-nearest rounding.
36570         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36571         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36572         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36573         missing underflow exceptions.
36574         (fma_test_towardzero): Add more tests.
36575         (fma_test_downward): Likewise.
36576         (fma_test_upward): Likewise.
36578         [BZ #14047]
36579         * sysdeps/generic/tininess.h: New file.
36580         * sysdeps/i386/tininess.h: Likewise.
36581         * sysdeps/sh/tininess.h: Likewise.
36582         * sysdeps/x86_64/tininess.h: Likewise.
36583         * stdlib/tst-strtod-underflow.c: Likewise.
36584         * stdlib/tst-tininess.c: Likewise.
36585         * stdlib/strtod_l.c: Include <tininess.h>.
36586         (round_and_return): Do not set errno for exact underflow cases.
36587         Force an underflow exception when setting errno for underflow.
36588         Determine underflow based on rounding to normal precision if
36589         TININESS_AFTER_ROUNDING.
36590         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36591         ERANGE for exact underflow cases.
36592         * stdlib/Makefile (tests): Add tst-tininess and
36593         tst-strtod-underflow.
36594         ($(objpfx)tst-tininess): Use $(link-libm).
36595         ($(objpfx)tst-strtod-underflow): Likewise.
36597 2012-10-30  Andreas Jaeger  <aj@suse.de>
36599         [BZ#14767]
36600         * elf/Makefile (tests): Remove conditional for have-initfini-array
36601         since this is now always required and the variable does not exist
36602         anymore.
36603         (tests-static): Likewise.
36604         (modules-names): Likewise.
36606         * po/eo.po: Add Esperanto translation from translation project.
36608         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36609         merged with constructor/destructor.
36610         (init_array): Likewise.
36611         * elf/tst-array2dep.c (fini_array): Likewise.
36612         (init_array): Likewise.
36614 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36616         * manual/message.texi: Delete @cartouche tags.
36618 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36620         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36621         EOPNOTSUPP.
36622         * sysdeps/mach/hurd/fsync.c: Likewise.
36624         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36625         [_POSIX_REALTIME_SIGNALS]: Change condition to
36626         [_POSIX_REALTIME_SIGNALS > 0].
36628 2012-10-27  Andreas Jaeger  <aj@suse.de>
36630         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36631         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36632         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36633         [__WORDSIZE != 64]: Likewise.
36635 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36637         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36638         *  iconvdata/tst-tables.sh: Likewise.
36640 2012-10-25  David S. Miller  <davem@davemloft.net>
36642         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36643         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36644         of strtoull.
36646         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36647         ifunc-impl-list.c
36648         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36649         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36650         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36651         file.
36653 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36655         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36656         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36657         __getdirentries.
36659 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36660             Jim Blandy  <jimb@codesourcery.com>
36662         * scripts/cross-test-ssh.sh: New file.
36663         * manual/install.texi (Configuring and compiling): Document use of
36664         cross-test-ssh.sh.
36665         * INSTALL: Regenerated.
36667 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36669         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36670         EOPNOTSUPP.
36672 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36674         * Makeconfig (run-program-prefix): Fix comment.
36676 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36677             Jim Blandy  <jimb@codesourcery.com>
36679         * Makeconfig (test-wrapper): New variable,
36680         (test-wrapper-env): Likewise.
36681         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36682         (run-built-tests): Define to yes.
36683         (run-program-prefix): Use $(test-wrapper).
36684         (built-program-cmd): Likewise.
36685         * Rules (make-test-out): Use $(test-wrapper-env) and
36686         $(host-built-program-cmd).
36687         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36688         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36689         tst-pathopt.sh.
36690         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36691         $(test-wrapper-env) to tst-rtld-load-self.sh.
36692         ($(objpfx)order2.out): Use $(test-wrapper).
36693         ($(objpfx)tst-initorder.out): Likewise.
36694         ($(objpfx)tst-initorder2.out): Likewise.
36695         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36696         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36697         (test_wrapper_env): New variable.  Use it to run ld.so.
36698         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36699         Use it to run ld.so.
36700         (test_wrapper_env): Likewise.
36701         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36702         $(test-wrapper) to run-iconv-test.sh.
36703         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36704         (ICONV): Use $test_wrapper.
36705         * posix/Makefile ($(objpfx)globtest.out): Pass
36706         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36707         globtest.sh, not $(run-program-prefix).
36708         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36709         (test_wrapper): Likewise.
36710         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36711         set together with run_via_rtld_prefix.
36712         (run_program_prefix): Define in terms of test_wrapper and
36713         run_via_rtld_prefix.
36715 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36717         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36718         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36719         Targets removed.
36721         [BZ #14743]
36722         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36723         Declare __clock_getres, __clock_gettime, __clock_settime,
36724         __clock_nanosleep, and __clock_getcpuclockid.
36725         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36726         Remove librt_hidden_def (clock_gettime).
36727         * sysdeps/unix/clock_gettime.c: Likewise.
36728         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36729         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36730         * rt/clock_getres.c: Define __clock_getres as an alias.
36731         * sysdeps/posix/clock_getres.c: Likewise.
36732         * rt/clock_settime.c: Define __clock_settime as an alias.
36733         * sysdeps/unix/clock_settime.c: Likewise.
36734         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36735         * sysdeps/unix/clock_nanosleep.c: Likewise.
36736         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36737         * rt/clock-compat.c: New file.
36738         * rt/Makefile (librt-routines): Add clock-compat and move
36739         $(clock-routines) to ...
36740         (routines): ... here, new variable.
36741         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36742         Don't add get_clockfreq here.
36743         * rt/Versions (libc: GLIBC_2.17): New version set.
36744         Add clock_* symbols here.
36745         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36746         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36747         (GLIBC_2.17): Add clock_* symbols.
36748         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36749         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36750         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36752         Likewise.
36753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36754         Likewise.
36755         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36756         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36757         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36758         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36759         * NEWS: Mention the move.
36761         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36762         Use __open, __read, __close rather than their public counterparts.
36763         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36764         (__get_clockfreq_via_cpuinfo): Likewise.
36765         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36766         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36768         * config.h.in (HAVE_IFUNC): New #undef.
36769         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36770         was successful.
36771         * configure: Regenerated.
36773 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36775         * configure.in: Move READELF check to start of file.
36776         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36777         libc_cv_asm_gnu_indirect_function in the process.
36778         * configure: Regenerated.
36780 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36782         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36783         send the output to /dev/null.
36784         (libc_cv_cc_with_libunwind): Likewise.
36785         (libc_cv_as_noexecstack): Likewise.
36786         * configure: Regenerate.
36788 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36790         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36792         * posix/globtest.sh (TMPDIR): Do not set.
36793         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36794         (testout): Likewise.
36796 2012-10-24  Andreas Jaeger  <aj@suse.de>
36798         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36799         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36800         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36801         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36802         posix_fadvise64, posix_fallocate64.
36804         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36805         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36806         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36807         Likewise.
36808         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36809         Likewise.
36810         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36812         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36813         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36814         <bits/fcntl-linux.h>.
36815         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36817         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36818         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36819         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36820         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36821         [__WORDSIZE != 64]: Likewise.
36823 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36825         * Makeconfig (run-built-tests): New variable.
36826         * Rules [$(cross-compiling) = yes]: Change condition to
36827         [$(run-built-tests) = no].
36828         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36829         to [$(run-built-tests) = yes].
36830         * elf/Makefile [$(cross-compiling) = no]: Likewise
36831         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36832         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36833         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36834         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36835         * io/Makefile [$(cross-compiling) = no]: Likewise.
36836         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36837         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36838         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36839         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36840         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36841         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36842         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36843         * string/Makefile [$(cross-compiling) = no]: Likewise.
36845         * posix/Makefile ($(objpfx)globtest.out): Pass
36846         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36847         $(rtld-installed-name).
36848         * posix/globtest.sh (elf_objpfx): Remove variable.
36849         (rtld_installed_name): Likewise.
36850         (library_path): Likewise.
36851         (run_program_prefix): New variable.  Use for running globtest
36852         binary.
36854 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36855             Joseph Myers  <joseph@codesourcery.com>
36857         * Makeconfig (host-built-program-cmd): New variable.
36858         * elf/Makefile (tst-stackguard1-ARGS): Use
36859         $(host-built-program-cmd).
36860         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36861         (tst-spawn-ARGS): Likewise.
36862         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36864 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36865             Jim Blandy  <jimb@codesourcery.com>
36867         * Makeconfig (run-via-rtld-prefix): New variable.
36868         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36869         (built-program-cmd): Likewise.
36871 2012-10-22  Andreas Jaeger  <aj@suse.de>
36873         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36874         __O_RSYNC if it exists, otherwise to O_SYNC.
36876 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36877             Joseph Myers  <joseph@codesourcery.com>
36879         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36880         /dev/null.
36881         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36882         from /dev/null
36883         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36884         /dev/null.
36886 2012-10-22  Andreas Jaeger  <aj@suse.de>
36888         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36889         Define always.
36890         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36892         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36893         bits/fcntl-linux.h.
36895         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36896         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36898         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36899         to __O_LARGEFILE.
36900         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36901         to __O_LARGEFILE.
36903 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36904             Joseph Myers  <joseph@codesourcery.com>
36906         * config.make.in (NM): New variable.
36908 2012-10-21  Andreas Jaeger  <aj@suse.de>
36910         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36911         definitions and declarations that are provided by
36912         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36914 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36916         [BZ #14683]
36917         * elf/Makefile (tests-static): Add tst-leaks1-static.
36918         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36919         ($(objpfx)tst-leaks1-static): New rule.
36920         ($(objpfx)tst-leaks1-static-mem): Likewise.
36921         (tst-leaks1-static-ENV): New macro.
36922         * elf/dl-open.c (dl_open_worker): Check the main application
36923         only if SHARED is defined.
36924         * elf/tst-leaks1-static.c: New file.
36926 2012-10-20  Andreas Jaeger  <aj@suse.de>
36928         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36929         generic values for Linux.
36930         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36931         and declarations that are provided by <bits/fcntl-linux.h> and
36932         include <bits/fcntl-linux.h>.
36933         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36934         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36936 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36938         * io/fcntl.h: Move include of <bits/types.h> to the top and
36939         include it unconditionally.
36941 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36943         * wcsmbs/Makefile (tests-ifunc): New variable.
36944         (tests): Add $(tests-ifunc).
36945         * wcsmbs/test-wcschr-ifunc.c: New file.
36946         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36947         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36948         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36949         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36950         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36952         * string/Makefile (tests-ifunc): New variable.
36953         (tests): Add $(tests-ifunc).
36954         * string/test-memccpy.c (TEST_NAME): New macro.
36955         * string/test-memchr.c (TEST_NAME): Likewise.
36956         * string/test-memcmp.c (TEST_NAME): Likewise.
36957         * string/test-memcpy.c (TEST_NAME): Likewise.
36958         * string/test-memmem.c (TEST_NAME): Likewise.
36959         * string/test-memmove.c (TEST_NAME): Likewise.
36960         * string/test-memset.c (TEST_NAME): Likewise.
36961         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36962         * string/test-stpcpy.c (TEST_NAME): Likewise.
36963         * string/test-stpncpy.c (TEST_NAME): Likewise.
36964         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36965         * string/test-strcasestr.c (TEST_NAME): Likewise.
36966         * string/test-strcat.c (TEST_NAME): Likewise.
36967         * string/test-strchr.c (TEST_NAME): Likewise.
36968         * string/test-strcmp.c(TEST_NAME): Likewise.
36969         * string/test-strcpy.c (TEST_NAME): Likewise.
36970         * string/test-strcspn.c (TEST_NAME): Likewise.
36971         * string/test-strlen.c (TEST_NAME): Likewise.
36972         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36973         * string/test-strncmp.c (TEST_NAME): Likewise.
36974         * string/test-strncpy.c (TEST_NAME): Likewise.
36975         * string/test-strnlen.c (TEST_NAME): Likewise.
36976         * string/test-strpbrk.c (TEST_NAME): Likewise.
36977         * string/test-strrchr.c (TEST_NAME): Likewise.
36978         * string/test-strspn.c (TEST_NAME): Likewise.
36979         * string/test-strstr.c (TEST_NAME): Likewise.
36980         * string/test-bcopy-ifunc.c: New file.
36981         * string/test-bzero-ifunc.c: Likewise.
36982         * string/test-memccpy-ifunc.c: Likewise.
36983         * string/test-memchr-ifunc.c: Likewise.
36984         * string/test-memcmp-ifunc.c: Likewise.
36985         * string/test-memcpy-ifunc.c: Likewise.
36986         * string/test-memmem-ifunc.c: Likewise.
36987         * string/test-memmove-ifunc.c: Likewise.
36988         * string/test-mempcpy-ifunc.c: Likewise.
36989         * string/test-memset-ifunc.c: Likewise.
36990         * string/test-rawmemchr-ifunc.c: Likewise.
36991         * string/test-stpcpy-ifunc.c: Likewise.
36992         * string/test-stpncpy-ifunc.c: Likewise.
36993         * string/test-strcasecmp-ifunc.c: Likewise.
36994         * string/test-strcasestr-ifunc.c: Likewise.
36995         * string/test-strcat-ifunc.c: Likewise.
36996         * string/test-strchr-ifunc.c: Likewise.
36997         * string/test-strchrnul-ifunc.c: Likewise.
36998         * string/test-strcmp-ifunc.c: Likewise.
36999         * string/test-strcpy-ifunc.c: Likewise.
37000         * string/test-strcspn-ifunc.c: Likewise.
37001         * string/test-strlen-ifunc.c: Likewise.
37002         * string/test-strncasecmp-ifunc.c: Likewise.
37003         * string/test-strncat-ifunc.c: Likewise.
37004         * string/test-strncmp-ifunc.c: Likewise.
37005         * string/test-strncpy-ifunc.c: Likewise.
37006         * string/test-strnlen-ifunc.c: Likewise.
37007         * string/test-strpbrk-ifunc.c: Likewise.
37008         * string/test-strrchr-ifunc.c: Likewise.
37009         * string/test-strspn-ifunc.c: Likewise.
37010         * string/test-strstr-ifunc.c: Likewise.
37012         * debug/Makefile (tests-ifunc): New variable.
37013         (tests): Add $(tests-ifunc).
37014         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37015         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37016         * debug/test-stpcpy_chk-ifunc.c: New file.
37017         * debug/test-strcpy_chk-ifunc.c: Likewise.
37019 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37021         [BZ #13601]
37022         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37023         header is not read in.
37025 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37027         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37028         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37029         directly.  Pass built executable to script as
37030         $(built-program-cmd).
37031         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37032         $testprogram without using LD_LIBRARY_PATH and $ldso.
37034         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37035         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37036         $(rtld-installed-name).
37037         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37038         (rtld_installed_name): Likewise.
37039         (library_path): Likewise.
37040         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37041         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37042         $(run-program-prefix) to tst-tables.sh.
37043         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37044         it to run tst-table-from and tst-table-to.
37045         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37046         Pass it to tst-table.sh.
37047         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37048         $(run-program-prefix) to tst-gettext.sh.
37049         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37050         tst-translit.sh.
37051         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37052         tst-gettext2.sh.
37053         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37054         to run tst-gettext.
37055         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37056         to run tst-gettext2.
37057         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37058         to run tst-translit.
37059         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37060         $(run-program-prefix) to tst-mtrace.sh.
37061         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37062         to run tst-mtrace.
37063         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37064         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37065         $(rtld-installed-name).
37066         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37067         (rtld_installed_name): Likewise.
37068         (run_program_prefix): New variable.  Use it to run wordexp-test.
37070         * Makeconfig (ARCH): Remove all definitions.
37071         (machine): Likewise.
37072         [ARCH]: Remove conditional code.
37073         [!objdir]: Give error.
37074         [!objdir] (objpfx): Remove.
37075         [!objdir] (common-objpfx): Likewise.
37076         [!objdir] (common-objdir): Likewise.
37077         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37078         AC_CONFIG_FILES call.
37079         * configure: Regenerated.
37081         [BZ #13888]
37082         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37083         or TMPDIR.
37084         (testout): Likewise.
37086         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37087         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37088         $(rtld-installed-name).
37089         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37090         (rtld_installed_name): Likwise.
37091         (runit): Remove function.
37092         (run_getconf): New variable,  Use it for running getconf binary.
37094 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37096         [BZ #14716]
37097         * string/test-memmem.c (check_result): New function.
37098         (do_one_test): Use it.
37099         (check1): New function.
37100         (test_main): Use it.
37102 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37104         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37106 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37108         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37109         (_G_LSEEK64): Likewise.
37110         (_G_MMAP64): Likewise.
37111         (_G_FSTAT64): Likewise.
37112         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37113         (_G_LSEEK64): Likewise.
37114         (_G_MMAP64): Likewise.
37115         (_G_FSTAT64): Likewise.
37116         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37117         unconditional.  Call __mmap64 directly.
37118         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37119         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37120         __lseek64 directly.
37121         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37122         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37123         __mmap64 directly.
37124         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37125         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37126         __lseek64 directly.
37127         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37128         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37129         __lseek64 directly.
37130         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37131         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37132         __lseek64 directly.
37133         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37134         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37135         __fxstat64 directly.
37136         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37137         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37138         unconditional.
37139         (freopen64) [!_G_OPEN64]: Remove conditional code.
37140         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37141         unconditional.
37142         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37143         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37144         unconditional.
37145         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37146         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37147         unconditional.
37148         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37149         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37150         unconditional.
37151         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37152         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37153         unconditional.
37154         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37155         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37156         unconditional.
37157         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37158         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37159         unconditional.
37160         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37162 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37164         [BZ #12140]
37165         * manual/memory.texi (Malloc Tunable Parameters): Add note
37166         about free list pointers overwriting some perturb bytes.
37167         Wording suggested by Roland McGrath.
37169 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37171         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37172         (lgamma_test): Likewise.
37173         (tgamma_test): Likewise.
37175 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37177         [BZ #14700]
37178         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37179         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37181 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37183         * NEWS: Mention BZ #14716.
37184         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37185         when removing AVAILABLE1_USES_J macro.
37187 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37189         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37190         (__bswap_64): __uint64_t for unsigned 64-bit int.
37192 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37194         * include/string.h (memmem): Declare libc hidden alias.
37195         * string/memmem.c (memmem): Define libc hidden alias.
37196         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37197         __read, __close instead of open, read, close.
37199 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37201         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37202         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37203         global and hidden.
37204         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37205         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37206         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37207         Likewise.
37208         (__rawmemchr_sse2): Likewise.
37209         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37210         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37211         (__strchr_sse2): Likewise.
37212         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37213         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37214         (__strcasecmp_sse2): Likewise.
37215         (__strncasecmp_sse2): Likewise.
37216         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37217         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37218         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37219         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37220         (__strrchr_sse2): Likewise.
37221         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37222         ifunc-impl-list.c.
37223         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37224         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37225         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37226         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37227         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37228         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37229         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37230         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37231         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37232         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37233         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37234         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37235         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37236         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37237         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37238         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37239         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37240         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37241         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37242         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37243         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37244         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37245         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37246         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37247         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37248         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37249         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37250         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37251         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37252         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37254         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37255         global and hidden.
37256         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37257         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37258         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37259         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37260         Likewise.
37261         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37262         Likewise.
37263         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37264         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37265         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37266         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37267         ifunc-impl-list.c.
37268         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37269         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37270         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37271         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37272         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37273         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37274         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37275         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37276         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37277         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37278         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37279         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37280         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37281         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37282         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37283         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37284         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37285         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37286         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37287         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37288         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37289         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37290         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37291         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37292         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37293         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37294         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37295         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37296         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37297         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37298         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37299         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37300         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37301         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37302         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37303         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37304         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37305         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37306         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37307         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37308         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37310         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37311         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37312         * include/ifunc-impl-list.h: New file.
37313         * misc/ifunc-impl-list.c: Likewise.
37314         * misc/Makefile (routines): Add ifunc-impl-list.
37315         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37316         * string/test-string.h: Include <ifunc-impl-list.h>.
37317         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37318         TEST_NAME]: New variables.
37319         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37320         are defined.
37321         (test_init): Call __libc_ifunc_impl_list to initialize
37322         func_list if TEST_IFUNC and TEST_NAME are defined.
37324         * string/Makefile (strop-tests): Add bcopy and bzero.
37325         * string/test-bcopy.c: New file.
37326         * string/test-bzero.c: Likewise.
37327         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37328         defined.
37329         * string/test-memset.c: Support bzero test if TEST_BZERO is
37330         defined.
37331         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37332         __libc_memmove.
37333         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37334         __libc_memset.
37335         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37336         of memset.
37338 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37340         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37341         * configure: Regenerated.
37343         * Makeconfig (+link-static-before-libc): Don't include
37344         $(link-static-libc).
37346         * libio/libio.h (_IO_pos_t): Remove.
37348 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37350         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37351         McGrath.
37353 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37355         * crypt/crypt-entry.c: Include fips-private.h.
37356         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37357         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37358         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37359         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37361 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37363         * crypt/crypt-private.h: Include stdbool.h.
37364         (_ufc_setup_salt_r): Return bool.
37365         * crypt/crypt-entry.c: Include errno.h.
37366         (__crypt_r): Return NULL with EINVAL for bad salt.
37367         * crypt/crypt_util.c (bad_for_salt): New.
37368         (_ufc_setup_salt_r): Check that salt is long enough and within
37369         the specified alphabet.
37370         * crypt/badsalttest.c: New file.
37371         * crypt/Makefile (tests): Add it.
37372         ($(objpfx)badsalttest): New.
37374 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37376         * NEWS: Add entry for BZ #14602.
37378 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37380         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37381         type-generic.
37382         * math/libm-test.inc: Update comment listing what functions and
37383         macros are tested.
37384         (isgreater_test): New function.
37385         (isgreaterequal_test): Likewise.
37386         (isless_test): Likewise.
37387         (islessequal_test): Likewise.
37388         (islessgreater_test): Likewise.
37389         (isunordered_test): Likewise.
37390         (main): Call the new functions.
37392 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37394         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37395         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37396         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37397         * sysdeps/i386/configure: Regenerated.
37398         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37399         * sysdeps/mach/configure: Regenerated.
37400         * sysdeps/mach/hurd/configure: Regenerated.
37401         * sysdeps/powerpc/configure: Regenerated.
37402         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37403         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37404         * sysdeps/s390/s390-32/configure: Regenerated.
37405         * sysdeps/s390/s390-64/configure: Regenerated.
37406         * sysdeps/sh/configure: Regenerated.
37407         * sysdeps/sparc/configure: Regenerated.
37408         * sysdeps/unix/sysv/linux/configure: Regenerated.
37409         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37410         * sysdeps/x86_64/configure: Regenerated.
37412         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37413         defined.  Don't check if MAP is NULL.
37415 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37417         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37418         (_G_stat64): Likewise.
37419         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37420         (_G_stat64): Likewise.
37421         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37422         instead of struct _G_stat64.
37423         * libio/fileops.c (mmap_remap_check): Likewise.
37424         (decide_maybe_mmap): Likewise.
37425         (_IO_new_file_seekoff): Likewise.
37426         (_IO_file_stat): Likewise.
37427         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37428         _G_off64_t.
37429         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37430         instead of struct _G_stat64.
37431         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37433 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37435         [BZ #14602]
37436         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37437         Replace with ...
37438         (CHECK_EOL): New macro.
37439         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37440         CHECK_EOL.
37441         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37442         Replace with CHECK_EOL.
37443         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37444         Replace with CHECK_EOL.
37446 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37448         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37449         type-generic.
37450         * math/libm-test.inc: Update comment listing what functions and
37451         macros are tested.
37452         (finite_test): New function.
37453         (isinf_test): Likewise.
37454         (isnan_test): Likewise.
37455         (fpclassify_test): Test subnormal input.
37456         (isfinite_test): Likewise.
37457         (isnormal_test): Likewise.
37458         (main): Call the new functions.
37460 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37462         [BZ #14660]
37463         * Makerules (%.dynsym): Force C locale when running
37464         $(OBJDUMP) --dynamic-syms.
37466 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37468         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37469         <stdint.h>.
37471 2012-10-06  David S. Miller  <davem@davemloft.net>
37473         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37474         upper 32-bits of the length value in %o2 since we use branch-on-register
37475         tests which consider the entire 64-bit register.
37477 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37479         * string/test-strstr.c (check2): Add a test for page boundary.
37481 2012-10-05  David S. Miller  <davem@davemloft.net>
37483         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37484         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37485         file.
37486         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37487         sysdep_routines.
37488         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37489         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37490         and bzero when HWCAP_SPARC_CRYPTO is present.
37492 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37494         [BZ #14602]
37495         * string/test-strstr.c (check2): New function.
37496         (test_main): Call check2.
37498         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37499         and bug-strchr1.
37500         * string/bug-strcasestr1.c (do_test): Moved to ...
37501         * string/test-strcasestr.c (check1): Here.  New function.
37502         (do_one_test): Break out result checking code into ...
37503         (check_result): This.  New function.
37504         (do_one_test): Call check_result.
37505         (test_main): Call check1.
37506         * string/bug-strchr1.c (do_test): Moved to ...
37507         * string/test-strchr.c (check1): Here.  New function.
37508         (do_one_test): Break out result checking code into ...
37509         (check_result): This.  New function.
37510         (do_one_test): Call check_result.
37511         (test_main): Call check1.
37512         * string/bug-strstr1.c (main): Moved to ...
37513         * string/test-strstr.c (check1): Here.  New function.
37514         (do_one_test): Break out result checking code into ...
37515         (check_result): This.  New function.
37516         (do_one_test): Call check_result.
37517         (test_main): Call check1.
37518         * string/bug-strcasestr1.c: Removed.
37519         * string/bug-strchr1.c: Likewise.
37520         * string/bug-strstr1.c: Likewise.
37522         * elf/Makefile (dl-routines): Add hwcaps.
37523         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37524         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37525         (_dl_important_hwcaps): Moved to ...
37526         * elf/dl-hwcaps.c: Here.  New file.
37527         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37529         [BZ #14557]
37530         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37531         if IS_IN_rtld isn't defined.
37533         * elf/dl-support.c (_dl_sysinfo_map): New.
37534         Include "get-dynamic-info.h" and "setup-vdso.h".
37535         (_dl_non_dynamic_init): Call setup_vdso.
37536         * elf/dynamic-link.h: Don't include <assert.h>.
37537         (elf_get_dynamic_info): Moved to ...
37538         * elf/get-dynamic-info.h: Here.  New file.
37539         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37540         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37541         * elf/setup-vdso.h: Here.  New file.
37542         * elf/rtld.c: Include "setup-vdso.h".
37543         (dl_main): Call setup_vdso.
37545 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37547         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37548         creal in comment listing functions tested.  List finite, isinf,
37549         isnan, isless, islessequal, isgreater, isgreaterequal,
37550         islessgreater, isunordered, lgamma_r and pow10 as functions and
37551         macros not tested.  Mention which functions not tested are aliases
37552         for other functions.  Fix typo.  Note that signs of NaNs are not
37553         tested.
37555         * scripts/config.guess: Update from config.git.
37556         * scripts/config.sub: Likewise.
37558 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37560         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37561         * misc/madvise.c (madvise): Renamed to __madvise.
37562         Make madvise a weak alias.
37563         * include/sys/mman.h: Declare __madvise.
37564         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37565         * sysdeps/unix/syscalls.list
37566         (madvise): Make __madvise the strong name, and madvise a weak alias.
37567         * sysdeps/unix/sysv/linux/syscalls.list
37568         (madvise, mmap): Remove redundant entries.
37569         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37570         * malloc/malloc.c (mtrim): Likewise.
37571         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37573 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37575         * sysdeps/mach/hurd/dl-cache.c: File removed.
37576         * config.h.in (USE_LDCONFIG): New #undef.
37577         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37578         * configure: Regenerated.
37579         * elf/Makefile (dl-routines): Add dl-cache only under
37580         [$(use-ldconfig) = yes].
37581         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37582         cache on [USE_LDCONFIG].
37583         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37584         [USE_LDCONFIG].
37585         * elf/rtld.c (dl_main): Likewise.
37587 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37589         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37590         _SC_LEVEL4_CACHE_LINESIZE.
37592 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37594         * sysdeps/unix/bsd/confstr.h: File removed.
37596 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37598         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37599         sys/sdt-config.h.
37601 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37603         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37604         Make 'mapoff' field ElfW(Off) rather than off_t.
37606 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37608         * nscd/Makefile: Remove nscd-cflags and all its users.
37609         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37610         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37612         [BZ #10631]
37613         * malloc.c (malloc_printerr): Clarify error message.
37615 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37617         [BZ #14648]
37618         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37619         Set bit_FMA_Usable if FMA is supported.
37620         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37621         macro.
37622         (bit_FMA4_Usable): Updated.
37623         (index_FMA_Usable): New macro.
37624         (CPUID_FMA): Likewise
37625         (HAS_FMA): Defined with bit_FMA_Usable.
37627 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37629         * bits/types.h (__swblk_t): Type removed.
37630         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37631         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37632         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37633         (__SWBLK_T_TYPE): Likewise.
37634         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37635         (__SWBLK_T_TYPE): Likewise.
37636         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37637         (__SWBLK_T_TYPE): Likewise.
37638         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37639         (__SWBLK_T_TYPE): Likewise.
37641 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37642             Honza Horak <hhorak@redhat.com>
37644         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37645         (xdr_mapname): Use YPMAXMAP as maxsize.
37646         (xdr_peername): Use YPMAXPEER as maxsize.
37647         (xdr_keydat): Use YPAXRECORD as maxsize.
37648         (xdr_valdat): Use YPMAXRECORD as maxsize.
37650 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37652         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37654         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37655         * csu/init-first.c: ... here.
37656         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37657         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37658         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37659         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37660         * sysdeps/i386/init-first.c: File removed.
37661         * sysdeps/sh/init-first.c: File removed.
37663 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37665         [BZ #14645]
37666         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37667         if x * y might underflow to zero and z is zero.
37668         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37669         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37670         * math/libm-test.inc (min_subnorm_value): New variable.
37671         (fma_test): Add more tests.
37672         (fma_test_towardzero): Likewise.
37673         (fma_test_downward): Likewise
37674         (fma_test_upward): Likewise.
37675         (initialize): Set min_subnorm_value.
37677 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37679         [BZ #14638]
37680         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37681         0 + 0.
37682         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37683         mode for addition resulting in exact zero.
37684         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37685         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37686         exact 0 + 0.
37687         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37688         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37689         * math/libm-test.inc (fma_test): Add more tests.
37690         (fma_test_towardzero): New function.
37691         (fma_test_downward): Likewise.
37692         (fma_test_upward): Likewise.
37693         (main): Call the new functions.
37695 2012-09-28  David S. Miller  <davem@davemloft.net>
37697         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37699 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37701         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37702         instead of SIGALRM.
37704         * sysdeps/gnu/_G_config.h: Moved to ...
37705         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37706         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37707         * sysdeps/generic/_G_config.h: ... here.
37709         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37711         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37713         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37714         Conditionalize target on [libnss_test1.so-version].
37716         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37718         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37719         (elfobjdir): Move out of conditionals.
37721         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37722         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37723         (__nss_lookup_function): Conditionalize label remove_from_tree on
37724         [!DO_STATIC_NSS || SHARED], matching its only use.
37726 2012-09-28  David S. Miller  <davem@davemloft.net>
37728         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37729         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37730         file.
37731         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37732         sysdep_routines.
37733         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37734         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37735         when HWCAP_SPARC_CRYPTO is present.
37737 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37739         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37741 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37743         [BZ #6530]
37744         * stdio-common/vfprintf.c (process_string_arg): Revert
37745         2000-07-22 change.
37747 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37749         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37750         for testcase.
37751         * stdio-common/tst-sprintf.c: Include <locale.h>
37752         (main): Test sprintf's handling of incomplete multibyte
37753         characters.
37755 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37757         * elf/dl-runtime.c (VERSYMIDX): Removed.
37758         * elf/dl-version.c (VERSYMIDX): Likewise.
37759         * elf/do-rel.h (VERSYMIDX): Likewise.
37760         (VALIDX): Likewise.
37761         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37762         * elf/rtld.c (VALIDX): Likewise.
37763         (ADDRIDX): Likewise.
37764         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37765         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37766         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37767         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37768         (VALIDX): Likewise.
37769         (ADDRIDX): Likewise.
37771 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37773         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37775 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37777         [BZ #11438]
37778         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37779         to global scope.
37780         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37781         addresses are in the same scope as 192.0.2/24.
37782         * posix/gai.conf: Document new scope table defaults.
37784 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37786         [BZ #5298]
37787         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37788         for ftell.  Compute offsets from write pointers instead.
37789         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37791 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37793         [BZ #14543]
37794         * libio/Makefile (tests): New test case tst-fseek.
37795         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37796         combination works in wide mode.
37797         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37798         state when the external buffer state changes.
37800 2012-09-27  David S. Miller  <davem@davemloft.net>
37802         [BZ #14376]
37803         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37804         pass reloc->r_addend in as the 'high' argument to
37805         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37807         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37809 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37811         * rt/tst-aio2.c: Include <pthread.h>.
37812         * rt/tst-aio3.c: Likewise.
37814 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37816         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37818 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37820         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37821         contents on [SHARED].
37823 2012-09-26  Marek Polacek  <polacek@redhat.com>
37825         [BZ #14530]
37826         [BZ #13741]
37827         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37828         for C++ and GCC <4.3 as well as for non GCC compilers.
37830 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37832         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37834 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37836         * Makefile.in (all, install): Declare with .PHONY.
37837         Reported by Michael Hope <michael.hope@linaro.org>.
37839 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37841         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37842         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37843         system header.
37844         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37845         Likewise.
37846         (sydep_routines): Add the new and the internal functions.
37847         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37848         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37850         (GLIBC_2.17): Add the new function.
37851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37852         (GLIBC_2.17): Likewise.
37853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37854         (GLIBC_2.17): Likewise.
37855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37856         (GLIBC_2.17): Likewise.
37857         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37859 2012-09-25  Alan Modra  <amodra@gmail.com>
37861         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37862         Add release barrier before setting once_control to say
37863         initialisation is done.  Add hints on lwarx.  Use macro in
37864         place of isync.
37865         (clear_once_control): Add release barrier.
37867 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37869         [BZ #13629]
37870         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37871         specially.
37872         * math/s_clog10.c (__clog10): Likewise.
37873         * math/s_clog10f.c (__clog10f): Likewise.
37874         * math/s_clog10l.c (__clog10l): Likewise.
37875         * math/s_clogf.c (__clogf): Likewise.
37876         * math/s_clogl.c (__clogl): Likewise.
37877         * math/Makefile (libm-calls): Add x2y2m1.
37878         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37879         (__x2y2m1): Likewise.
37880         (__x2y2m1l): Likewise.
37881         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37882         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37883         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37884         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37885         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37886         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37887         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37888         * sysdeps/i386/fpu/libm-test-ulps: Update.
37889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37891         [BZ #14621]
37892         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37893         int as type of variable DEPTH.
37894         (glob): Use size_t instead of int as type of variables NEWCOUNT
37895         and OLD_PATHC.
37897 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37899         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37900         Add s_sincosf-sse2.
37901         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37902         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37903         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37904         macros for using routine as __sincosf_ia32.
37905         Use macro for function declaration and weak_alias.
37906         * sysdeps/i386/fpu/libm-test-ulps: Update.
37908         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37909         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37911         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37912         subnormal argument.
37913         * math/s_cexpf.c (__cexpf): Likewise.
37914         * math/s_csinf.c (__csinf): Likewise.
37915         * math/s_csinhf.c (__csinhf): Likewise.
37916         * math/s_ctanf.c (__ctanf): Likewise.
37917         * math/s_ctanhf.c (__ctanhf): Likewise.
37918         * math/s_ccosh.c (__ccoshf): Likewise.
37919         * math/s_cexp.c (__cexpl): Likewise.
37920         * math/s_csin.c (__csin): Likewise.
37921         * math/s_csinh.c (__csinh): Likewise.
37922         * math/s_ctan.c (__ctan): Likewise.
37923         * math/s_ctanh.c (ctanh): Likewise.
37924         * math/s_ccoshl.c (__ccoshl): Likewise.
37925         * math/s_cexpl.c (__cexpl): Likewise.
37926         * math/s_csinl.c (__csinl): Likewise.
37927         * math/s_csinhl.c (__csinhl): Likewise.
37928         * math/s_ctanl.c (__ctanl): Likewise.
37929         * math/s_ctanhl.c (__ctanhl): Likewise.
37931 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37933         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37934         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37935         (_IO_off_t): Define to __off_t, not _G_off_t.
37936         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37937         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37938         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37939         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37940         type of __dummy and __dummy2 fields.
37941         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37942         (_G_ssize_t): Likewise.
37943         (_G_off_t): Likewise.
37944         (_G_pid_t): Likewise.
37945         (_G_uid_t): Likewise.
37946         (_G_wchar_t): Likewise.
37947         (_G_wint_t): Likewise.
37948         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37949         (_G_ssize_t): Likewise.
37950         (_G_off_t): Likewise.
37951         (_G_pid_t): Likewise.
37952         (_G_uid_t): Likewise.
37953         (_G_wchar_t): Likewise.
37954         (_G_wint_t): Likewise.
37955         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37956         (_G_ssize_t): Likewise.
37957         (_G_off_t): Likewise.
37958         (_G_pid_t): Likewise.
37959         (_G_uid_t): Likewise.
37960         (_G_wchar_t): Likewise.
37961         (_G_wint_t): Likewise.
37963 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37965         * malloc/arena.c: Include malloc-sysdep.h.
37966         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37967         is sufficient to shrink the heap or an unmap is needed.
37968         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37969         new function check_may_shrink_heap.
37970         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37971         new function check_may_shrink_heap.
37973 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37975         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37976         comments.
37978 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37980         * catgets/test-gencat.sh: Add "set -e".
37981         * elf/tst-pathopt.sh: Likewise.
37982         * grp/tst_fgetgrent.sh: Likewise.
37983         * iconvdata/run-iconv-test.sh: Likewise.
37984         * intl/tst-gettext.sh: Likewise.
37985         * intl/tst-gettext2.sh: Likewise.
37986         * intl/tst-gettext4.sh: Likewise.
37987         * intl/tst-gettext6.sh: Likewise.
37988         * intl/tst-translit.sh: Likewise.
37989         * io/ftwtest-sh: Likewise.
37990         * libio/test-freopen.sh: Likewise.
37991         * malloc/tst-mtrace.sh: Likewise.
37992         * posix/globtest.sh: Likewise.
37993         * posix/tst-getconf.sh: Likewise.
37994         * posix/wordexp-tst.sh: Likewise.
37995         * stdio-common/tst-printf.sh: Likewise.
37996         * stdio-common/tst-unbputc.sh: Likewise.
37997         * stdlib/tst-fmtmsg.sh: Likewise.
37998         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37999         * catgets/Makefile: Do not specify -e option when running
38000         testsuite shell scripts.
38001         * elf/Makefile: Likewise.
38002         * grp/Makefile: Likewise.
38003         * iconvdata/Makefile: Likewise.
38004         * intl/Makefile: Likewise.
38005         * io/Makefile: Likewise.
38006         * libio/Makefile: Likewise.
38007         * malloc/Makefile: Likewise.
38008         * posix/Makefile: Likewise.
38009         * stdio-common/Makefile: Likewise.
38010         * stdlib/Makefile: Likewise.
38011         * sysdeps/x86_64/Makefile: Likewise.
38013         * io/ftwtest-sh: Add copyright header.
38014         * posix/globtest.sh: Likewise.
38015         * posix/tst-getconf.sh: Likewise.
38016         * posix/wordexp-tst.sh: Likewise.
38017         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38019 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38021         [BZ #13679]
38022         * Makeconfig (+link): Defined as $(+link-static) if
38023         $(build-shared) isn't yes.
38024         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38025         isn't yes.
38026         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38028         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38030         [BZ #14562]
38031         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38032         new chunk size with MALLOC_ALIGN_MASK.
38034 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38036         [BZ #5044]
38037         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38038         <rounding-mode.h>.
38039         (__printf_fphex): Determine rounding using get_rounding_mode and
38040         round_away.
38041         * stdio-common/tst-printf-round.c (struct hex_test): New
38042         structure.
38043         (hex_tests): New variable.
38044         (test_hex_in_one_mode): New function.
38045         (do_test): Also run tests for hex float output.
38047 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38049         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38050         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38051         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38052         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38053         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38054         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38055         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38056         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38058 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38060         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38061         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38062         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38063         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38065 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38067         [BZ #14579]
38068         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38069         mode only.
38070         * elf/tst-rtld-load-self.sh: New test.
38071         * elf/Makefile: Run it.
38073 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38075         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38076         (tst-writev-ENV): Remove.
38077         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38079 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38081         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38083 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38085         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38086         unconditional.
38087         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38088         Likewise.
38089         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38090         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38091         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38092         Likewise.
38094 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38096         [BZ #14587]
38097         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38098         * config.make.in (have-cpp-asm-debuginfo): Removed.
38099         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38100         * configure: Regenerated.
38102 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38104         [BZ #5044]
38105         * stdio-common/printf_fp.c: Include <stdbool.h> and
38106         <rounding-mode.h>.
38107         (___printf_fp): Determine rounding using get_rounding_mode and
38108         round_away.
38109         * stdio-common/tst-printf-round.c: New file.
38110         * stdio-common/Makefile (tests): Add tst-printf-round.
38111         (link-libm): New variable.
38112         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38114 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38116         [BZ #14576]
38117         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38118         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38119         Likewise.
38120         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38121         Likewise.
38123 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38125         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38126         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38127         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38128         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38130 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38132         [BZ #14518]
38133         * include/rounding-mode.h: New file.
38134         * sysdeps/generic/get-rounding-mode.h: Likewise.
38135         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38136         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38137         (MAX_VALUE): New macro.
38138         (MIN_VALUE): Likewise.
38139         (overflow_value): New function.
38140         (underflow_value): Likewise.
38141         (round_and_return): Use overflow_value and underflow_value to
38142         determine return values in overflow and underflow cases.  Use
38143         round_away to determine rounding depending on rounding mode.
38144         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38145         determine return values in overflow and underflow cases.
38146         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38147         (struct test_results): New structure.
38148         (struct test): Use struct test_results to store expected results
38149         for all rounding modes.
38150         (TEST): Include expected results for all rounding modes.
38151         (test_in_one_mode): New function.
38152         (do_test): Use test_in_one_mode to compute and check results.
38153         Check results for all rounding modes.
38154         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38155         $(link-libm).
38157 2012-12-09  Allan McRae  <allan@archlinux.org>
38159         * sysdeps/i386/fpu/libm-test-ulps: Update
38161 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38163         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38164         (_G_int32_t): Likewise.
38165         (_G_uint16_t): Likewise.
38166         (_G_uint32_t): Likewise.
38167         (_G_HAVE_BOOL): Likewise.
38168         (_G_HAVE_ATEXIT): Likewise.
38169         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38170         (_G_HAVE_IO_FILE_OPEN): Likewise.
38171         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38172         (_G_int32_t): Likewise.
38173         (_G_uint16_t): Likewise.
38174         (_G_uint32_t): Likewise.
38175         (_G_HAVE_BOOL): Likewise.
38176         (_G_HAVE_ATEXIT): Likewise.
38177         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38178         (_G_HAVE_IO_FILE_OPEN): Likewise.
38179         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38180         (_G_int32_t): Likewise.
38181         (_G_uint16_t): Likewise.
38182         (_G_uint32_t): Likewise.
38183         (_G_HAVE_BOOL): Likewise.
38184         (_G_HAVE_ATEXIT): Likewise.
38185         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38186         (_G_HAVE_IO_FILE_OPEN): Likewise.
38188 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38190         * csu/libc-tls.c: Update copyright years.
38192 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38194         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38195         [!_G_USING_THUNKS]: Remove conditional code.
38196         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38197         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38199         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38200         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38201         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38202         (_G_VTABLE_LABEL_PREFIX): Likewise.
38203         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38204         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38205         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38206         (_G_VTABLE_LABEL_PREFIX): Likewise.
38207         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38208         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38209         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38210         (_G_VTABLE_LABEL_PREFIX): Likewise.
38211         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38213 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38215         * libio/Makefile: Include ../Makeconfig before tests.
38216         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38217         only if $(build-shared) is yes.
38219         * iconv/gconv_db.c: Update copyright years.
38221 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38223         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38224         unwind info if defined PIC. Fix special cases description.
38225         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38227         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38228         DP_HI_MASK entry.
38229         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38231 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38233         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38235         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38236         is NULL.
38238         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38239         (LDLIBS-tst-chk4): This.
38240         (LDFLAGS-tst-chk5): Renamed to ...
38241         (LDLIBS-tst-chk5): This.
38242         (LDFLAGS-tst-chk6): Renamed to ...
38243         (LDLIBS-tst-chk6): This.
38244         (LDFLAGS-tst-lfschk4): Renamed to ...
38245         (LDLIBS-tst-lfschk4): This.
38246         (LDFLAGS-tst-lfschk5): Renamed to ...
38247         (LDLIBS-tst-lfschk5): This.
38248         (LDFLAGS-tst-lfschk6): Renamed to ...
38249         (LDLIBS-tst-lfschk6): This.
38251         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38252         on $(common-objpfx)soversions.mk.
38254 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38256         [BZ #10014]
38257         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38258         example host name.
38260 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38262         * malloc/arena.c (arena_get_retry): New function that gets
38263         another arena for the caller to try its request on.
38264         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38265         current arena cannot fulfill the request.
38266         (__libc_memalign): Likewise.
38267         (__libc_memalign): Likewise.
38268         (__libc_pvalloc): Likewise.
38269         (__libc_calloc): Likewise.
38271 2012-09-05  John Tobey  <john.tobey@gmail.com>
38273         [BZ #13542]
38274         * manual/arith.texi (Operations on Complex): Fix description
38275         of carg branch cut.
38277 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38279         [BZ #10014]
38280         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38281         host name.
38283         [BZ #10038]
38284         * manual/memory.texi (Memory): Make order of menu items match
38285         order of sections.
38287 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38289         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38290         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38291         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38293 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38295         * csu/libc-tls.c (static_dtv): Renamed to ...
38296         (_dl_static_dtv): This.  Make it global.
38297         (_dl_initial_dtv): Removed.
38298         (__libc_setup_tls): Updated.
38299         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38300         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38301         DL_INITIAL_DTV.
38303 2012-09-06  Petr Machata  <pmachata@redhat.com>
38305         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38306         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38307         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38308         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38310 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38312         [BZ #14545]
38313         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38314         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38315         freeing dtv[-1].
38317 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38319         [BZ #14544]
38320         * Makeconfig (link-static-before-libc): Replace $(+prector)
38321         with $(+prectorT).
38322         (link-static-after-libc): Replace $(+postctor) with
38323         $(+postctorT).
38324         (link-bounded): Replace $(+prector)/$(+postctor) with
38325         $(+prectorT)/$(+postctorT).
38326         (+prectorT): New macro.
38327         (+postctorT): Likewise.
38329 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38331         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38332         (round_str): Handle values above the maximum for IBM long double
38333         as inexact.
38334         * stdlib/tst-strtod-round.c (tests): Regenerated.
38336 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38338         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38339         assembler flag.
38340         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38341         zarch_nohighgprs around the zarch optimized routines.
38342         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38343         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38344         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38345         for zarch.
38347 2012-09-05  David S. Miller  <davem@davemloft.net>
38349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38351         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38352         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38353         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38354         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38355         entries.
38357 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38359         * malloc/arena.c: Fold copyright years.
38360         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38362 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38364         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38366 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38368         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38370 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38372         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38373         change internal state upon failure.
38375 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38377         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38378         * malloc/memusage.c (mmap): Likewise.
38379         (mmap64, mremap): Likewise.  Adjust name in comment.
38381 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38383         * libio/fileops.c: Fix typos in comments.
38384         * libio/oldfileops.c: Likewise.
38385         * libio/wfileops.c: Likewise.
38387 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38389         [BZ #1349]
38390         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38391         (tst-malloc-usable-ENV): Set environment for test case.
38392         * malloc/hooks.c (malloc_check_get_size): New function to get
38393         requested size.
38394         * malloc/malloc.c (musable): Use malloc_check_get_size.
38395         * malloc/tst-malloc-usable.c: New test case.
38397 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38399         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38401 2012-09-05  Allan McRae  <allan@archlinux.org>
38403         [BZ #13966]
38404         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38405         determine header location.
38406         * configure: Regenerated.
38408 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38410         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38411         float format.
38412         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38413         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38414         format.
38415         (test): Regenerate.
38417 2012-09-04  David S. Miller  <davem@davemloft.net>
38419         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38420         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38421         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38423 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38425         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38426         failures.
38428         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38430 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38432         [BZ #9914]
38433         * libio/iogetdelim.c: Include <limits.h>.
38434         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38435         + len + 1 would overflow.
38437 2012-09-03  Andreas Jaeger  <aj@suse.de>
38439         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38440         * sysdeps/i386/fpu/libm-test-ulps: Update.
38442 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38444         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38445         Add s_sinf-sse2, s_conf-sse2.
38447         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38448         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38449         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38450         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38452         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38453         for using routine as __sinf_ia32.
38454         Use macro for function declaration and weak_alias.
38455         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38456         for using routine as __cosf_ia32.
38457         Use macro for function declaration and weak_alias.
38459         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38460         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38462         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38463         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38464         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38466         * math/libm-test.inc (cos_test): Add more test cases.
38467         (sin_test): Likewise.
38468         (sincos_test): Likewise.
38470 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38472         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38473         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38474         hidden.
38475         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38477 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38479         [BZ #14538]
38480         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38481         first element of the GOT.
38482         (elf_machine_load_address): Return the difference between
38483         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38485 2012-09-01  Allan McRae  <allan@archlinux.org>
38487         [BZ #13412]
38488         * configure.in (AWK): Require gawk version 3.0 or later.
38489         * configure: Regenerated.
38491 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38493         * sysdeps/unix/sysv/linux/kernel-features.h
38494         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38495         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38496         [__NR_clock_getres]: Make code unconditional.
38497         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38498         (clock_getcpuclockid): Remove code left unreachable by removal of
38499         conditionals.
38500         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38501         code unconditional.
38502         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38503         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38504         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38505         Make code unconditional.
38506         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38507         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38508         * sysdeps/unix/sysv/linux/clock_settime.c
38509         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38510         conditional code.
38511         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38512         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38514 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38516         [BZ #14476]
38517         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38518         scripts/test-installation.pl.
38520         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38521         and $ld_so_version if it is set.
38523 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38525         [BZ #14516]
38526         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38527         failure if reading from procfs failed.
38528         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38530 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38532         * sysdeps/unix/sysv/linux/kernel-features.h
38533         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38534         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38535         Remove conditional code.
38536         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38537         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38538         Remove conditional code.
38539         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38540         * sysdeps/unix/sysv/linux/i386/fxstat.c
38541         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38542         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38543         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38544         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38545         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38546         * sysdeps/unix/sysv/linux/i386/lxstat.c
38547         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38548         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38549         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38550         Remove conditional code.
38551         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38552         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38553         Remove conditional code.
38554         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38555         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38556         <kernel-features.h>.
38557         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38558         Remove.
38559         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38560         Remove conditional code.
38561         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38562         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38563         Remove conditional.
38565 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38567         [BZ #5400]
38568         * NEWS: Add fixed bug number.
38570 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38572         [BZ #14519]
38573         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38574         underflowing exponent in case of negative sign.
38575         * stdlib/tst-strtod-round-data: Add more tests.
38576         * stdlib/tst-strtod-round.c (tests): Regenerated.
38578         [BZ #3479]
38579         * stdlib/strtod_l.c (NDIG): Remove.
38580         (HEXNDIG): Likewise.
38581         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38582         smallest representable value.
38583         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38584         lie within an exact representation of 1/2 ulp of the result.
38585         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38586         unconditionally.
38587         (TENS_P9_IDX): Define unconditionally.
38588         (TENS_P9_SIZE): Likewise.
38589         (TENS_P10_IDX): Likewise.
38590         (TENS_P10_SIZE): Likewise.
38591         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38592         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38593         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38594         entries for 10^2^13 and 10^2^14.
38595         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38596         (TENS_P13_IDX): Define.
38597         (TENS_P13_SIZE): Likewise.
38598         (TENS_P14_IDX): Likewise.
38599         (TENS_P14_SIZE): Likewise.
38600         (_fpioconst_pow10): Change array size to
38601         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38602         unconditional.
38603         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38604         1024]: Add entries for 10^2^13 and 10^2^14.
38605         [LAST_POW10 > _LAST_POW10]: Remove #error.
38606         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38607         (_fpioconst_pow10): Change array size to
38608         FPIOCONST_POW10_ARRAY_SIZE.
38609         * stdlib/gen-fpioconst.c: New file.
38610         * stdlib/gen-tst-strtod-round.c: Likewise.
38611         * stdlib/tst-strtod-round-data: Likewise.
38612         * stdlib/tst-strtod-round.c: Likewise.
38613         * stdlib/Makefile (tests): Add tst-strtod-round.
38615         [BZ #14459]
38616         * stdlib/strtod_l.c: Include <stdint.h>.
38617         (NDEBUG): Do not define.
38618         (round_and_return): Change EXPONENT parameter to type intmax_t.
38619         Rearrange calculations to avoid internal overflow possibilities.
38620         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38621         Rearrange calculations to avoid internal overflow possibilities.
38622         Assert that number fits inside MPNSIZE limbs.
38623         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38624         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38625         calculations and add assertions to avoid internal overflow
38626         possibilities.  Add casts to avoid signed/unsigned operations.
38627         * stdlib/tst-strtod-overflow.c: New file.
38628         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38630 2012-08-25  Marek Polacek  <polacek@redhat.com>
38632         * time/time.h: Fix some typos in comments.
38634 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38636         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38637         * posix/tst-rfc3484-2.c: Likewise.
38638         * posix/tst-rfc3484-3.c: Likewise.
38640 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38642         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38643         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38645 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38647         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38648         #include of fxstatat64.c.
38650 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38652         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38653         * shadow/getspent_r.c: Likewise.
38654         * shadow/getspnam.c: Likewise.
38655         * shadow/getspnam_r.c: Likewise.
38656         * gshadow/getsgent.c: Likewise.
38657         * gshadow/getsgent_r.c: Likewise.
38658         * gshadow/getsgnam.c: Likewise.
38659         * gshadow/getsgnam_r.c: Likewise.
38660         * inet/getnetbyad.c: Likewise.
38661         * inet/getnetbyad_r.c: Likewise.
38662         * inet/getnetbynm.c: Likewise.
38663         * inet/getnetbynm_r.c: Likewise.
38664         * inet/getnetent.c: Likewise.
38665         * inet/getnetent_r.c: Likewise.
38666         * inet/getproto.c: Likewise.
38667         * inet/getproto_r.c: Likewise.
38668         * inet/getprtent.c: Likewise.
38669         * inet/getprtent_r.c: Likewise.
38670         * inet/getprtname.c: Likewise.
38671         * inet/getprtname_r.c: Likewise.
38672         * inet/getrpcbyname.c: Likewise.
38673         * inet/getrpcbyname_r.c: Likewise.
38674         * inet/getrpcbynumber.c: Likewise.
38675         * inet/getrpcbynumber_r.c: Likewise.
38676         * inet/getrpcent.c: Likewise.
38677         * inet/getrpcent_r.c: Likewise.
38678         * inet/getaliasent.c: Likewise.
38679         * inet/getaliasent_r.c: Likewise.
38680         * inet/getaliasname.c: Likewise.
38681         * inet/getaliasname_r.c: Likewise.
38682         * nscd/getgrgid_r.c: Likewise.
38683         * nscd/getgrnam_r.c: Likewise.
38684         * nscd/gethstbyad_r.c: Likewise.
38685         * nscd/gethstbynm3_r.c: Likewise.
38686         * nscd/getpwnam_r.c: Likewise.
38687         * nscd/getpwuid_r.c: Likewise.
38688         * nscd/getsrvbynm_r.c: Likewise.
38689         * nscd/getsrvbypt_r.c: Likewise.
38690         * nscd/gai.c: Likewise.
38692         * configure.in (build_nscd): New substituted variable, set
38693         by --disable-build-nscd and defaults to $use_nscd.
38694         * configure: Regenerated.
38695         * config.make.in (build-nscd): New substituted variable.
38696         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38697         Change conditional to require [$(build-nscd) = yes] as well.
38698         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38700         [BZ# 13696]
38701         * configure.in (use_nscd): New substituted variable, set by
38702         --disable-nscd.  If enabled, define USE_NSCD.
38703         * configure: Regenerated.
38704         * config.h.in: Add USE_NSCD.
38705         * config.make.in (use-nscd): New substituted variable.
38706         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38707         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38708         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38709         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38710         (CFLAGS-getgrnam_r.c): Likewise.
38711         (CFLAGS-initgroups.c): Likewise.
38712         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38713         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38714         Variables removed.
38715         * inet/getnetgrent_r.c
38716         (nscd_setnetgrent): New function, broken out of ...
38717         (setnetgrent): ... here.  Call it.
38718         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38719         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38720         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38721         * nscd/Makefile (routines, aux): Move definitions after include of
38722         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38723         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38724         Conditionalize on [USE_NSCD].
38725         (is_nscd, nscd_init_cb): Likewise.
38726         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38727         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38728         * nss/nss_db/db-init.c: Likewise.
38729         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38730         [USE_NSCD].
38731         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38732         (make_request): Use it.
38733         (cache_valid_p): New function.
38734         (__check_pf): Use it.
38735         * NEWS: Add item for --disable-nscd.
38737 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38739         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38740         to support sed >= 4.2.1-20-ga9bf076.
38741         * configure: Regenerated.
38743 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38745         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38746         Conditionalize whole body on [IREL].
38748 2012-08-22  Jeff Law <law@redhat.com>
38750         [BZ #14505]
38751         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38752         if the family is PF_UNSPEC.
38754 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38756         * Makerules (lib-version): Rename from V.
38757         (install-lib-nosubdir): Change V to lib-version.
38759 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38761         [BZ #14252]
38762         * powerpc32/power6/wcschr.c: New file.
38763         * powerpc32/power6/wcscpy.c: New file.
38764         * powerpc32/power6/wcsrchr.c: New file.
38765         * powerpc64/power6/wcschr.c: New file.
38766         * powerpc64/power6/wcscpy.c: New file.
38767         * powerpc64/power6/wcsrchr.c: New file.
38769 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38771         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38772         (two_way_short_needle): Use it.
38773         * string/strstr.c (AVAILABLE1_USES_J): Define.
38774         * string/strcasestr.c: Likewise.
38776         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38777         array references.
38778         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38780         [BZ #11607]
38781         * NEWS: Add an entry.
38782         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38783         define their defaults.
38784         (two_way_short_needle): Detect end-of-string on-the-fly.
38785         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38786         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38787         * string/bug-strcasestr1.c: New test.
38788         * string/Makefile: Run it.
38790 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38792         [BZ #11607]
38793         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38794         the first character.
38796 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38798         * csu/elf-init.c (__libc_csu_irel): Function removed.
38799         * csu/libc-start.c (apply_irel): New function.
38800         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38802 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38804         * sysdeps/unix/sysv/linux/kernel-features.h
38805         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38806         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38807         <kernel-features.h>.
38808         [__NR_fadvise64_64]: Make code unconditional.
38809         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38810         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38811         !__NR_fadvise64_64)]: Likewise.
38812         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38813         !__NR_fadvise64_64))]: Likewise.
38814         [__NR_fadvise64]: Make code unconditional.
38815         [!__NR_fadvise64]: Remove conditional code.
38816         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38817         <kernel-features.h>.
38818         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38819         unconditional.
38820         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38821         conditional code.
38822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38823         not include <kernel-features.h>.
38824         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38825         unconditional.
38826         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38827         conditional code.
38828         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38829         include <kernel-features.h>.
38830         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38831         unconditional.
38832         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38833         conditional code.
38835 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38837         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38838         slight instruction rearrangements per scrollpipe analysis.
38839         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38841 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38843         * manual/syslog.texi (syslog; vsyslog, closelog):
38844         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38845         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38847         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38848         DSOCAPS to match condition on defining it.
38850 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38852         * sysdeps/unix/sysv/linux/kernel-features.h
38853         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38855         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38856         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38858         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38859         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38861         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38862         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38864         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38865         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38867         * sysdeps/unix/sysv/linux/kernel-features.h
38868         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38869         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38870         unconditional.
38871         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38872         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38873         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38874         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38875         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38876         Make code unconditional.
38877         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38878         (__mmap64) [!__NR_mmap2]: Likewise.
38879         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38880         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38881         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38882         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38883         [__NR_mmap2]: Make code unconditional.
38884         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38885         (__mmap64) [!__NR_mmap2]: Likewise.
38887 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38889         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38891 2012-08-18  Andreas Jaeger  <aj@suse.de>
38893         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38895 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38897         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38898         * include/unistd.h (__have_sock_cloexec): Likewise.
38899         (__have_pipe2): Likewise.
38900         (__have_dup3): Likewise.
38902 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38904         [BZ #9685]
38905         * include/unistd.h (__have_pipe2): Change define into an extern int.
38906         (__have_dup3): Likewise.
38907         * socket/have_sock_cloexec.c: Include fcntl.h.
38908         (__have_pipe2): New variable.
38909         (__have_dup3): Likewise.
38911 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38913         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38915 2012-08-17  Marek Polacek  <polacek@redhat.com>
38917         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38918         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38920 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38922         * configure.in: Add AC_SUBST for sysheaders.
38923         * configure: Regenerated.
38924         * config.make.in (sysheaders): New substituted variable.
38926         * sysdeps/unix/mkfifo.c: Moved ...
38927         * sysdeps/posix/mkfifo.c: ... here.
38928         * sysdeps/unix/mkfifoat.c: Moved ...
38929         * sysdeps/posix/mkfifoat.c: ... here.
38931         * sysdeps/unix/utime.c: Moved ...
38932         * sysdeps/posix/utime.c: ... here.
38934         * sysdeps/unix/time.c: Moved ...
38935         * sysdeps/posix/time.c: ... here.
38936         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38937         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38939         * sysdeps/unix/nice.c: Moved ...
38940         * sysdeps/posix/nice.c: ... here.
38942         * sysdeps/unix/alarm.c: Moved ...
38943         * sysdeps/posix/alarm.c: ... here.
38945         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38947 2012-08-17  Jeff Law <law@redhat.com>
38949         * intl/Makefile (codeset_mo): New variable.
38950         ($(codeset_mo)): New target.
38951         (tst-codeset.out): Depend on that.  Remove explicit rule.
38952         (tst-gettext3.out, tst-gettext5.out): Likewise.
38953         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38954         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38955         * intl/tst-codeset.sh: Remove.
38956         * intl/tst-gettext3.sh: Likewise.
38957         * intl/tst-gettext5.sh: Likewise.
38959 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38961         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38962         * sysdeps/unix/syscalls.list: ... here.
38964         * sysdeps/posix/getaddrinfo.c
38965         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38966         (gaiconf_init, gaiconf_reload): Use them.
38967         [!_STATBUF_ST_NSEC]
38968         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38969         Define using time_t rather than struct timespec.
38971         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38972         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38973         Macros removed.
38974         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38975         [!NO_THREADS].
38976         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38977         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38978         Likewise.
38980         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38981         __libc_cleanup_push argument.
38983         * bits/param.h: New file.
38984         * misc/sys/param.h: New file.
38985         * include/sys/param.h: New file.
38986         * misc/Makefile (headers): Add bits/param.h.
38987         * sysdeps/generic/sys/param.h: File removed.
38988         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38989         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38990         * sysdeps/mach/hurd/bits/param.h: New file.
38991         * sysdeps/mach/hurd/sys/param.h: File removed.
38993         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38994         last change.
38996         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38997         [_IO_MTSAFE_IO].
38998         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38999         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39000         New macros.
39002         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39003         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39004         rather than -D_IO_MTSAFE_IO conditionally.
39005         * stdio-common/Makefile (CPPFLAGS): Likewise.
39006         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39007         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39008         Use $(libio-mtsafe).
39009         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39010         of -D_IO_MTSAFE_IO.
39011         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39012         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39013         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39014         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39015         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39016         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39017         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39018         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39019         (CFLAGS-fread_u_chk.c): Likewise.
39020         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39021         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39022         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39023         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39024         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39025         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39026         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39027         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39028         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39030         * libio/Makefile: Test [$(libc-reentrant) = yes]
39031         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39033         * Makeconfig
39034         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39035         * sysdeps/pthread/configure: File removed.
39036         * sysdeps/pthread/Makeconfig: New file.
39037         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39038         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39040 2012-08-16  Gary Benson  <gbenson@redhat.com>
39042         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39043         unmapping the first object in a namespace.
39045 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39047         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39048         (__internal_setnetgrent): ... this.  Add internal_function to
39049         definition.  Add libc_hidden_def.
39050         (setnetgrent): Update caller.
39051         (internal_endnetgrent): Renamed to ...
39052         (__internal_endnetgrent): ... this.  Add internal_function to
39053         definition.  Add libc_hidden_def.
39054         (endnetgrent): Update caller.
39055         (internal_getnetgrent_r): Renamed to ...
39056         (__internal_getnetgrent_r): ... this.  Add internal_function to
39057         definition.  Add libc_hidden_def.
39058         (__getnetgrent_r): Update caller.
39059         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39061 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39063         * stdlib/longlong.h: Update from GCC.
39065 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39067         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39068         on _QL, which is set by umul_ppmm but never used.
39069         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39070         variables, which are set by GMP macros but never used.
39071         * stdio-common/_itowa.c (_itowa): Likewise.
39072         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39073         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39075 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39077         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39078         struct La_sh_regs is not constant.
39079         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39080         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39081         and struct La_sparc64_regs are not constant.
39083 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39085         * sysdeps/unix/sysv/linux/kernel-features.h
39086         (__ASSUME_POSIX_TIMERS): Remove.
39087         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39088         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39089         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39090         Make code unconditional.
39091         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39092         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39093         Make code unconditional.
39094         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39095         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39096         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39097         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39098         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39099         Make code unconditional.
39100         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39101         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39102         (__libc_missing_posix_timers): Remove.
39104 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39106         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39107         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39109         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39111         * elf/dl-sym.c: Include <stdlib.h>.
39113         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39114         constants, which avoids warnings in 32-bit builds.
39116         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39117         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39119         * misc/lseek.c: File moved to ...
39120         * io/lseek.c: ... here.
39122         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39124         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39125         shifting LEN more than 31 bits at once.
39127 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39129         [BZ #14195]
39130         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39131         segmentation fault for a case of two empty input strings.
39132         * string/test-strncasecmp.c (check1): Renamed to...
39133         (bz12205): ...this.
39134         (bz14195): Add new testcase for two empty input strings and N > 0.
39135         (test_main): Call new testcase, adapt for renamed function.
39137 2012-08-15  Andreas Jaeger  <aj@suse.de>
39139         [BZ #14090]
39140         * crypt/md5test2.c: New test, based on test supplied by Serge
39141         Belyshev <belyshev@depni.sinp.msu.ru>.
39142         * crypt/Makefile (xtests): Add md5test-giant..
39143         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39145 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39147         [BZ #14090]
39148         * crypt/md5.c (md5_process_block): Don't assume the buffer
39149         length is less than 2**32.
39150         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39151         length is less than 2**64.
39153 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39155         * string/str-two-way.h: Include <sys/param.h>.
39156         (MAX): Macro removed.
39158         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39159         Move #define and #undef of memmove to just before and after
39160         including <string.h>.
39162         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39163         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39164         and after including <string.h>.  Move declarations of
39165         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39166         to before #include "string/memmove.c".
39168         * include/dirent.h: Declare __getdirentries.
39170         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39171         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39173 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39175         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39176         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39177         * sysdeps/i386/configure: Regenerated.
39178         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39179         STABS_CURRENT_FILE, and STABS_FUN.
39180         (END): Remove call to STABS_FUN_END.
39181         (STABS_CURRENT_FILE1): Delete.
39182         (STABS_CURRENT_FILE): Likewise.
39183         (STABS_FUN): Likewise.
39184         (STABS_FUN_END): Likewise.
39185         (STABS_FUN2): Likewise.
39186         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39187         * sysdeps/x86_64/configure: Regenerated.
39189 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39191         * elf/dl-open.c: Include <atomic.h>.
39192         * elf/dl-lookup.c: Likewise.
39194 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39196         * sysdeps/unix/sysv/linux/kernel-features.h
39197         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39198         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39199         unconditionally.
39200         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39201         unconditionally.
39202         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39203         condition on __ASSUME_CLONE_THREAD_FLAGS.
39205 2012-08-14  Andreas Jaeger  <aj@suse.de>
39207         * sysdeps/i386/fpu/libm-test-ulps: Update.
39209 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39211         * include/atomic.h (atomic_exchange_and_add): Split into ...
39212         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39213         New atomic macros.
39215 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39217         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39219 2012-08-13  Jeff Law <law@redhat.com>
39221         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39222         null byte in the output string.
39224 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39226         * sysdeps/unix/sysv/linux/kernel-features.h
39227         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39228         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39229         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39230         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39231         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39232         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39233         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39235 2012-08-09  Jeff Law <law@redhat.com>
39237         [BZ #13939]
39238         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39239         When avoid_arena is set, don't retry in the that arena.  Pick the
39240         next one, whatever it might be.
39241         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39242         (arena_lock): Pass in new parameter to arena_get2.
39243         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39244         arena_get2.
39245         (__libc_malloc): Unify retrying after main arena failure with
39246         __libc_memalign version.
39247         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39249 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39251         [BZ #14166]
39252         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39253         to __redirect_strstr.
39254         (__strstr_sse42): Use typeof __redirect_strstr.
39255         (__strstr_ia32): Likewise.
39256         (__libc_strstr): New prototype.
39257         (strstr): Renamed to ...
39258         (__libc_strstr): This.
39259         (strstr): New strong alias of __libc_strstr.
39260         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39261         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39262         __redirect_time.
39263         Include <time.h>.
39264         (__libc_time): New prototype.
39265         (time_ifunc): Replace time with __libc_time.
39266         (time): New strong alias and hidden definition of __libc_time.
39267         (__GI_time): Remove strong alias.
39268         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39269         Include <stddef.h>.
39270         (memmove): Redefined to __redirect_memmove.
39271         (__memmove_sse2): Use typeof __redirect_memmove.
39272         (__memmove_ssse3): Likewise.
39273         (__memmove_ssse3_back): Likewise.
39274         (__libc_memmove): New prototype.
39275         (memmove): Renamed to ...
39276         (__libc_memmove): This.
39277         (memmove): New strong alias of __libc_memmove.
39279 2012-08-08  Mark Salter  <msalter@redhat.com>
39281         * elf/elf.h
39282         (R_MN10300_TLS_GD): Define.
39283         (R_MN10300_TLS_LD): Likewise.
39284         (R_MN10300_TLS_LDO): Likewise.
39285         (R_MN10300_TLS_GOTIE): Likewise.
39286         (R_MN10300_TLS_IE): Likewise.
39287         (R_MN10300_TLS_LE): Likewise.
39288         (R_MN10300_TLS_DTPMOD): Likewise.
39289         (R_MN10300_TLS_DTPOFF): Likewise.
39290         (R_MN10300_TLS_TPOFF): Likewise.
39291         (R_MN10300_SYM_DIFF): Likewise.
39292         (R_MN10300_ALIGN): Likewise.
39293         (R_MN10300_NUM): Update.
39295 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39297         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39298         Remove.
39300 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39302         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39304         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39305         sysdeps/unix -> sysdeps/posix move.
39306         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39308 2012-08-07      Allan McRae     <allan@archlinux.org>
39310         [BZ #14303]
39311         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39312         (SUNOS_CPP): Likewise.
39313         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39314         not found.
39315         (open_input): Call CPP using execvp.
39317 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39319         * sysdeps/unix/sysv/linux/kernel-features.h
39320         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39321         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39322         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39323         (__ASSUME_WAITID_SYSCALL): Likewise.
39324         * sysdeps/unix/sysv/linux/dl-execstack.c
39325         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39326         code unconditional.
39327         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39328         conditional code.
39329         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39330         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39331         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39332         code.
39333         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39334         unconditional.
39335         [__ASSUME_WAITID_SYSCALL]: Likewise.
39336         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39338 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39340         * sysdeps/unix/closedir.c: Renamed to ...
39341         * sysdeps/posix/closedir.c: ... here.
39342         * sysdeps/unix/dirfd.c: Renamed to ...
39343         * sysdeps/posix/dirfd.c: ... here.
39344         * sysdeps/unix/dirstream.h: Renamed to ...
39345         * sysdeps/posix/dirstream.h: ... here.
39346         * sysdeps/unix/fdopendir.c: Renamed to ...
39347         * sysdeps/posix/fdopendir.c: ... here.
39348         * sysdeps/unix/opendir.c: Renamed to ...
39349         * sysdeps/posix/opendir.c: ... here.
39350         * sysdeps/unix/readdir.c: Renamed to ...
39351         * sysdeps/posix/readdir.c: ... here.
39352         * sysdeps/unix/readdir_r.c: Renamed to ...
39353         * sysdeps/posix/readdir_r.c: ... here.
39354         * sysdeps/unix/rewinddir.c: Renamed to ...
39355         * sysdeps/posix/rewinddir.c: ... here.
39356         * sysdeps/unix/seekdir.c: Renamed to ...
39357         * sysdeps/posix/seekdir.c: ... here.
39358         * sysdeps/unix/telldir.c: Renamed to ...
39359         * sysdeps/posix/telldir.c: ... here.
39360         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39361         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39362         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39363         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39365         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39366         * bits/fcntl.h: ... here.
39368         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39369         not 0.
39370         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39371         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39372         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39373         (struct flock): Move l_start, l_len to the beginning.
39374         Use __pid_t for l_pid.
39375         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39376         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39377         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39378         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39379         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39380         [__USE_LARGEFILE64] (struct flock64): New type.
39381         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39383         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39384         * bits/dirent.h: ... here.
39386         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39387         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39389 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39391         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39392         Change from 2.6.0 to 2.6.16.
39393         * sysdeps/unix/sysv/linux/configure: Regenerated.
39394         * sysdeps/unix/sysv/linux/kernel-features.h
39395         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39396         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39397         version.
39398         (__ASSUME_UTIMES): Likewise.
39399         (__ASSUME_CLONE_STOPPED): Remove.
39400         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39401         architectures, not kernel version.
39402         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39403         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39404         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39405         (__ASSUME_WAITID_SYSCALL): Likewise.
39406         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39407         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39408         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39409         refer to older versions.
39411 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39413         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39414         Define alphasort64 as an alias.
39415         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39416         Define versionsort64 as an alias.
39417         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39418         Define scandir64 as an alias.
39419         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39420         Define scandirat64 as an alias.
39421         * dirent/alphasort64.c (alphasort64):
39422         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39423         * dirent/versionsort64.c: Likewise.
39424         * dirent/scandir64.c: Likewise.
39425         * dirent/scandirat64.c: Likewise.
39426         * sysdeps/wordsize-64/alphasort.c: File removed.
39427         * sysdeps/wordsize-64/alphasort64.c: File removed.
39428         * sysdeps/wordsize-64/scandir.c: File removed.
39429         * sysdeps/wordsize-64/scandir64.c: File removed.
39430         * sysdeps/wordsize-64/scandirat.c: File removed.
39431         * sysdeps/wordsize-64/scandirat64.c: File removed.
39432         * sysdeps/wordsize-64/versionsort.c: File removed.
39433         * sysdeps/wordsize-64/versionsort64.c: File removed.
39434         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39435         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39436         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39437         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39438         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39439         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39440         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39441         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39443         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39444         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39445         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39446         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39447         [defined __arch64__ || defined __sparcv9]
39448         (__INO_T_MATCHES_INO64_T): New macro.
39449         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39450         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39451         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39452         * sysdeps/unix/sysv/linux/bits/dirent.h
39453         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39454         (_DIRENT_MATCHES_DIRENT64): New macro.
39456         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39457         Define lockf64 as an alias.
39458         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39459         Define fseeko64 as an alias.
39460         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39461         Define ftello64 as an alias.
39462         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39463         Define _IO_fgetpos64 and fgetpos64 as aliases.
39464         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39465         Define _IO_fsetpos64 and fsetpos64 as aliases.
39466         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39467         Conditionalize body on this.
39468         * libio/fseeko64.c: Likewise.
39469         * libio/ftello64.c: Likewise.
39470         * libio/iofgetpos64.c: Likewise.
39471         * libio/iofsetpos64.c: Likewise.
39472         * sysdeps/wordsize-64/lockf.c: File removed.
39473         * sysdeps/wordsize-64/lockf64.c: File removed.
39474         * sysdeps/wordsize-64/fseeko.c: File removed.
39475         * sysdeps/wordsize-64/fseeko64.c: File removed.
39476         * sysdeps/wordsize-64/ftello.c: File removed.
39477         * sysdeps/wordsize-64/ftello64.c: File removed.
39478         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39479         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39480         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39481         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39482         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39483         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39484         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39485         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39486         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39487         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39488         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39489         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39490         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39491         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39493         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39494         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39495         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39496         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39497         [defined __arch64__ || defined __sparcv9]
39498         (__OFF_T_MATCHES_OFF64_T): New macro.
39499         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39500         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39501         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39502         (__OFF_T_MATCHES_OFF64_T): New macro.
39504 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39506         * stdlib/secure-getenv.c (__secure_getenv): Replace
39507         GLIBC_2_16 with GLIBC_2_17.
39509 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39511         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39512         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39514 2012-08-03  David S. Miller  <davem@davemloft.net>
39516         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39518 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39520         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39521         Remove.
39522         (__ASSUME_CORRECT_SI_PID): Likewise.
39523         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39524         (__ASSUME_TMPFS_NAME): Likewise.
39525         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39526         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39527         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39528         (HAVE_AUX_SECURE): Make definition unconditional.
39529         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39530         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39532 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39534         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39535         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39536         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39537         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39538         __eloop_threshold instead of SYMLOOP_MAX.
39540         * sysdeps/generic/eloop-threshold.h: New file.
39541         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39542         of MAXSYMLINKS.
39543         * elf/chroot_canon.c (chroot_canon): Likewise.
39545 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39547         [BZ #13717]
39548         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39549         Change to 2.6.0 everywhere.
39550         * sysdeps/unix/sysv/linux/configure: Regenerated.
39551         * sysdeps/unix/sysv/linux/kernel-features.h
39552         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39553         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39554         kernel versions.
39555         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39556         (__ASSUME_FUTEX_REQUEUE): Remove.
39557         (__ASSUME_STATFS64): Define unconditionally.
39558         (__ASSUME_AT_SECURE): Likewise.
39559         (__ASSUME_CORRECT_SI_PID): Likewise.
39560         (__ASSUME_TGKILL): Define without depending on kernel version for
39561         i386.
39562         (__ASSUME_UTIMES): Likewise.
39563         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39564         kernel version.
39565         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39566         (__ASSUME_TMPFS_NAME): Likewise.
39567         * README: Update reference to Linux kernel versions.
39569 2012-08-02  Marek Polacek  <polacek@redhat.com>
39571         [BZ# 14150]
39572         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39573         libc_cv_asm_type_prefix with %.
39574         * configure: Regenerated.
39575         * include/libc-symbols.h: Remove comment about
39576         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39577         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39578         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39579         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39580         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39581         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39582         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39583         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39584         * elf/tst-unique2mod1.c: Likewise.
39585         * elf/tst-unique1mod2.c: Likewise.
39586         * elf/tst-unique1mod1.c: Likewise.
39587         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39588         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39589         Replace ASM_TYPE_DIRECTIVE with .type.
39590         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39591         * sysdeps/i386/sysdep.h: Likewise.
39592         * sysdeps/x86_64/sysdep.h: Likewise.
39593         * sysdeps/sh/sysdep.h: Likewise.
39594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39595         Do not define ASM_TYPE_DIRECTIVE.
39596         * sysdeps/powerpc/sysdep.h: Likewise.
39597         * sysdeps/powerpc/powerpc32/sysdep.h:
39598         Replace ASM_TYPE_DIRECTIVE with .type.
39599         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39600         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39601         * sysdeps/i386/fpu/e_powf.S: Likewise.
39602         * sysdeps/i386/fpu/e_expl.S: Likewise.
39603         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39604         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39605         * sysdeps/i386/fpu/e_pow.S: Likewise.
39606         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39607         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39608         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39609         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39610         * sysdeps/i386/fpu/e_log2.S: Likewise.
39611         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39612         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39613         * sysdeps/i386/fpu/e_powl.S: Likewise.
39614         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39615         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39616         * sysdeps/i386/fpu/e_logl.S: Likewise.
39617         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39618         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39619         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39620         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39621         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39622         * sysdeps/i386/fpu/e_log.S: Likewise.
39623         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39624         * sysdeps/i386/fpu/e_logf.S: Likewise.
39625         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39626         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39627         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39628         * sysdeps/i386/fpu/e_log10.S: Likewise.
39629         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39630         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39631         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39632         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39633         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39634         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39635         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39636         * sysdeps/i386/i686/strtok.S: Likewise.
39637         * sysdeps/i386/i386-mcount.S: Likewise.
39638         * sysdeps/i386/strtok.S: Likewise.
39639         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39640         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39641         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39642         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39643         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39644         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39645         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39646         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39647         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39648         * sysdeps/x86_64/_mcount.S: Likewise.
39649         * sysdeps/x86_64/strtok.S: Likewise.
39650         * sysdeps/sh/_mcount.S: Likewise.
39652 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39654         * libio/iofopen.c: Include <fcntl.h>.
39655         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39656         (_IO_fopen64, fopen64): Define as aliases.
39657         * libio/iofopen64.c: Include <fcntl.h>.
39658         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39659         Conditionalize body on this.
39660         * sysdeps/wordsize-64/iofopen.c: File removed.
39661         * sysdeps/wordsize-64/iofopen64.c: File removed.
39663 2012-08-01  Marek Polacek  <polacek@redhat.com>
39665         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39666         Use dlfcn directly instead of a variable.
39667         (binfmt-subdir): Do not define.
39668         (dlfcn): Likewise.
39670 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39672         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39673         Remove all definitions.
39674         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39675         <kernel-features.h>.
39676         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39677         (miss_F_GETOWN_EX): Remove all definitions.
39678         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39679         macro definition.
39680         [!__ASSUME_FCNTL64]: Remove conditional code.
39681         [__ASSUME_FCNTL64]: Make code unconditional.
39682         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39683         <kernel-features.h>.
39684         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39685         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39686         (lockf64) [__NR_fcntl64]: Make code unconditional.
39687         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39689         * sysdeps/unix/sysv/linux/kernel-features.h
39690         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39691         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39692         Make code unconditional.
39693         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39694         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39696         [__NR_vfork]: Make code unconditional.
39697         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39698         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39700         [__NR_vfork]: Make code unconditional.
39701         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39702         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39704 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39706         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39707         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39709         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39710         Define mkstemp64 as an alias.
39711         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39712         Define mkstemps64 as an alias.
39713         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39714         Define mkostemp64 as an alias.
39715         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39716         Define mkostemps64 as an alias.
39717         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39718         Conditionalize body on this.
39719         * misc/mkostemp64.c: Likewise.
39720         * misc/mkostemps64.c: Likewise.
39721         * misc/mkstemps64.c: Likewise.
39722         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39723         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39724         * sysdeps/wordsize-64/mkostemp.c: File removed.
39725         * sysdeps/wordsize-64/mkstemp.c: File removed.
39726         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39727         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39728         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39729         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39731         [BZ #14138]
39732         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39733         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39734         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39735         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39737         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39738         compat_symbol macros from <shlib-compat.h> rather than the underlying
39739         default_symbol_version and symbol_version macros, so that DEFAULT
39740         lines in shlib-versions are respected.
39741         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39743 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39745         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39746         Declare with warn_unused_result.
39747         (setgid, setregid, setegid, setresgid): Likewise.
39748         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39749         Likewise.
39750         * WUR-REPORT: Remove set*id functions.
39752 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39754         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39756 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39758         [BZ #10191]
39759         * include/sys/socket.h (__libc_accept, __libc_accept4):
39760         Add attribute_hidden.
39761         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39763         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39764         use of PTR_MANGLE.
39765         * inet/getnetgrent_r.c (setup): Likewise.
39767         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39769 2012-07-31  David S. Miller  <davem@davemloft.net>
39771         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39773 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39775         [BZ #13629]
39776         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39777         value between 1.0 and 2.0 and smaller part has absolute value less
39778         than 1.0.
39779         * math/s_clog10.c (__clog10): Likewise.
39780         * math/s_clog10f.c (__clog10f): Likewise.
39781         * math/s_clog10l.c (__clog10l): Likewise.
39782         * math/s_clogf.c (__clogf): Likewise.
39783         * math/s_clogl.c (__clogl): Likewise.
39784         * math/libm-test.inc (clog_test): Add more tests.
39785         (clog10_test): Likewise.
39786         * sysdeps/i386/fpu/libm-test-ulps: Update.
39787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39789 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39791         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39792         Exit with zero in case no suitable GID is found, and write a
39793         message to standard error.
39795 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39797         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39798         rather than to 1.
39799         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39800         (MAXPATHLEN): Removed.
39801         (NOGROUP, NODEV): New macros.
39802         (setbit, clrbit, isset, isclr): New macros.
39803         (howmany, roundup, powerof2): New macros.
39804         (DEV_BSIZE): New macro.
39806         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39807         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39809         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39810         definition on [!__NO_LONG_DOUBLE_MATH].
39812         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39813         PTR_MANGLE and PTR_DEMANGLE.
39815         * socket/accept4.c (accept4): Rename to __libc_accept4.
39816         Define accept4 as a weak alias.
39818         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39819         on [_DIRENT_HAVE_D_TYPE].
39820         * io/ftw.c (ftw_dir): Likewise.
39822         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39824         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39826         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39827         Use the BSD numbers rather than the arbitrary ones we had.
39828         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39829         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39830         (SIGXCPU, SIGXFSZ): New macros.
39831         (_NSIG): Now 32.
39833         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39834         initializer on [_LIBC_REENTRANT].
39836         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39837         definitions inside [_POSIX_MAPPED_FILES].
39839         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39841         * dirent/opendir.c: Include <fcntl.h>.
39843         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39844         (__libc_getspecific): Likewise.
39845         (__libc_key_create): Likewise.
39847         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39848         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39849         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39850         (tmpfile64): Define as alias.
39851         * sysdeps/wordsize-64/tmpfile.c: File removed.
39852         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39853         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39854         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39856         * stdio-common/vfscanf.c: Include <stdbool.h>.
39857         * nss/makedb.c: Likewise.
39858         * stdio-common/_i18n_number.h: Likewise.
39859         * argp/argp-help.c: Likewise.
39860         * posix/wordexp.c: Likewise.
39861         * sysdeps/posix/spawni.c: Likewise.
39862         * nss/nss_files/files-initgroups.c: Likewise.
39863         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39864         * nss/nss_files/files-initgroups.c: Likewise.
39865         * nss/nss_db/db-netgrp.c: Likewise.
39866         * nss/nss_db/db-initgroups.c: Likewise.
39867         * io/fchmodat.c: Include <sys/stat.h>.
39869         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39870         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39872         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39873         [HAVE_MMAP].
39875         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39876         Add multiple inclusion protection.
39878 2012-07-27  David S. Miller  <davem@davemloft.net>
39880         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39882 2012-07-27  Gary Benson  <gbenson@redhat.com>
39884         [BZ #14298]
39885         * elf/rtld.c: Include <stap-probe.h>.
39886         (dl_main): Added static probes "init_start" and "init_complete".
39887         * elf/dl-load.c: Include <stap-probe.h>.
39888         (lose): Take new parameter "nsid".
39889         Added static probe "map_failed".
39890         (_dl_map_object_from_fd): Pass namespace id to lose.
39891         Added static probe "map_start".
39892         (open_verify): Pass namespace id to lose.
39893         * elf/dl-open.c: Include <stap-probe.h>.
39894         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39895         and "reloc_complete".
39896         * elf/dl-close.c: Include <stap-probe.h>.
39897         (_dl_close_worker): Added static probes "unmap_start" and
39898         "unmap_complete".
39899         * elf/rtld-debugger-interface.txt: New file documenting the above.
39901 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39903         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39904         rather than a string variable.
39905         * sunrpc/rpc_main.c (h_output): Likewise.
39906         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39908 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39910         * inet/check_native.c: New file.
39912 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39914         [BZ #13629]
39915         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39916         if larger part has absolute value 1.0.
39917         * math/s_clog10.c (__clog10): Likewise.
39918         * math/s_clog10f.c (__clog10f): Likewise.
39919         * math/s_clog10l.c (__clog10l): Likewise.
39920         * math/s_clogf.c (__clogf): Likewise.
39921         * math/s_clogl.c (__clogl): Likewise.
39922         * math/libm-test.inc (clog_test): Add more tests.
39923         (clog10_test): Likewise.
39924         * sysdeps/i386/fpu/libm-test-ulps: Update.
39925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39927         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39928         (pltexit): Likewise.
39929         (La_regs): Likewise.
39930         (La_retval): Likewise.
39931         (int_retval): Likewise.
39932         Update #error for removed macros to refer only to definitions in
39933         tst-audit.h.
39934         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39935         macro.
39936         (pltexit): Likewise.
39937         (La_regs): Likewise.
39938         (La_retval): Likewise.
39939         (int_retval): Likewise.
39940         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39941         macro.
39942         (pltexit): Likewise.
39943         (La_regs): Likewise.
39944         (La_retval): Likewise.
39945         (int_retval): Likewise.
39946         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39947         macro.
39948         (pltexit): Likewise.
39949         (La_regs): Likewise.
39950         (La_retval): Likewise.
39951         (int_retval): Likewise.
39952         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39953         macro.
39954         (pltexit): Likewise.
39955         (La_regs): Likewise.
39956         (La_retval): Likewise.
39957         (int_retval): Likewise.
39958         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39959         macro.
39960         (pltexit): Likewise.
39961         (La_regs): Likewise.
39962         (La_retval): Likewise.
39963         (int_retval): Likewise.
39964         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39965         macro.
39966         (pltexit): Likewise.
39967         (La_regs): Likewise.
39968         (La_retval): Likewise.
39969         (int_retval): Likewise.
39970         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39971         macro definitions in tst-audit.h.
39972         * sysdeps/i386/tst-audit.h: New file.
39973         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39974         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39975         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39976         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39977         * sysdeps/sh/tst-audit.h: Likewise.
39978         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39979         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39980         * sysdeps/x86_64/tst-audit.h: Likewise.
39982 2012-07-26  Andreas Jaeger  <aj@suse.de>
39984         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39985         ptrace.
39987         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39988         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39989         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39990         PTRACE_O_MASK.
39991         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39992         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39993         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39995         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39996         value.
39998         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39999         _sigsys.
40000         (si_call_addr, si_syscall, si_arch): Define new macro.
40001         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40002         _sigsys.
40003         (si_call_addr, si_syscall, si_arch): Define new marcro.
40004         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40005         _sigsys.
40006         (si_call_addr, si_syscall, si_arch): Define new macro.
40007         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40008         _sigsys.
40009         (si_call_addr, si_syscall, si_arch): Define new macro.
40011 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40013         [BZ #13717]
40014         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40015         Change to 2.4.21 where previously 2.4.1.
40016         * sysdeps/unix/sysv/linux/configure: Regenerated.
40017         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40018         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40019         Linux kernel version.
40020         (__ASSUME_STD_AUXV): Remove.
40021         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40022         kernel version.
40023         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40024         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40025         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40026         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40027         (__ASSUME_NETLINK_SUPPORT): Likewise.
40028         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40029         (__no_netlink_support): Remove conditional definition.
40030         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40031         Remove.
40032         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40033         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40034         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40035         (if_nameindex_ioctl): Remove.
40036         (if_nameindex_netlink): Do not handle __no_netlink_support.
40037         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40038         code.
40039         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40040         Remove conditional code.
40041         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40042         code.
40043         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40044         unconditional.
40045         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40046         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40047         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40048         Remove.
40049         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40050         [!__ASSUME_STD_AUXV]: Remove conditional code.
40051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40052         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40053         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40055         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40056         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40057         code.
40058         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40060         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40061         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40062         conditional code.
40063         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40065         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40066         code.
40067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40068         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40069         conditional code.
40070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40071         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40072         code unconditional.
40073         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40074         conditional code.
40075         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40076         unconditional.
40077         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40078         conditional code.
40079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40080         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40081         unconditional.
40082         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40083         conditional code.
40084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40085         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40086         code unconditional.
40087         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40088         conditional code.
40089         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40090         unconditional.
40091         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40092         conditional code.
40093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40094         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40095         code unconditional.
40096         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40097         conditional code.
40098         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40099         unconditional.
40100         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40101         conditional code.
40103 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40105         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40106         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40107         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40108         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40109         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40110         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40111         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40112         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40113         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40114         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40115         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40116         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40117         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40118         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40119         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40120         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40121         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40122         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40123         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40124         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40125         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40126         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40127         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40129 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40131         * Versions.def: Add GLIBC_2.17.
40132         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40133         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40134         Introduce __libc_secure_getenv.
40135         * stdlib/Versions (2.17): Add secure_getenv
40136         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40137         * stdlib/secure-getenv.c: Rename __secure_getenv to
40138         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40139         symbol __secure_getenv for GLIBC_2.0.
40140         * stdlib/tst-secure-getenv.c: New.
40141         * stdlib/Makefile (tests): Add testcase.
40142         * manual/startup.texi (Environment Access): Document
40143         secure_getenv.
40144         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40145         __libc_secure_getenv.
40146         * inet/ruserpass.c (ruserpass): Likewise.
40147         * malloc/mtrace.c (mtrace): Likewise.
40148         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40149         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40150         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40151         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40152         HAVE_SECURE_GETENV.
40153         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40154         __secure_getenv to __libc_secure_getenv.
40155         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40157         Likewise.
40158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40159         Likewise.
40160         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40161         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40162         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40163         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40164         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40165         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40168 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40170         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40171         (struct La_i86_retval): Likewise.
40172         (struct La_x86_64_regs): Likewise.
40173         (struct La_x86_64_retval): Likewise.
40174         (struct La_x32_regs): Likewise.
40175         (struct La_x32_retval): Likewise.
40176         (struct La_ppc32_regs): Likewise.
40177         (struct La_ppc32_retval): Likewise.
40178         (struct La_ppc64_regs): Likewise.
40179         (struct La_ppc64_retval): Likewise.
40180         (struct La_sh_regs): Likewise.
40181         (struct La_sh_retval): Likewise.
40182         (struct La_s390_32_regs): Likewise.
40183         (struct La_s390_32_retval): Likewise.
40184         (struct La_s390_64_regs): Likewise.
40185         (struct La_s390_64_retval): Likewise.
40186         (struct La_sparc32_regs): Likewise.
40187         (struct La_sparc32_retval): Likewise.
40188         (struct La_sparc64_regs): Likewise.
40189         (struct La_sparc64_retval): Likewise.
40190         (struct audit_ifaces): Remove architecture-specific pltenter and
40191         pltexit members.
40192         * sysdeps/i386/ldsodefs.h: New file.
40193         * sysdeps/powerpc/ldsodefs.h: Likewise.
40194         * sysdeps/s390/ldsodefs.h: Likewise.
40195         * sysdeps/sh/ldsodefs.h: Likewise.
40196         * sysdeps/sparc/ldsodefs.h: Likewise.
40197         * sysdeps/x86_64/ldsodefs.h: Likewise.
40199 2012-07-25  Marek Polacek  <polacek@redhat.com>
40201         [BZ #6808]
40202         * math/libm-test.inc (yn_test): Add another test.
40203         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40204         to ERANGE when the result is +-Inf.
40205         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40206         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40207         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40208         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40210 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40212         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40213         equal to 0.
40214         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40215         clock_t.
40216         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40218 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40220         * configure.in <sysdeps resolving>: Correct printing
40221         Implies_before.
40222         * configure: Regenerate.
40224 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40226         * math/w_ilogb.c: Include <limits.h>.
40227         * math/w_ilogbl.c: Likewise.
40229 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40231         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40232         va_copy.  Document allowing for unavailable va_copy only as
40233         pre-C99 compatibility.
40234         * manual/string.texi (Copying and Concatenation): Use va_copy
40235         instead of __va_copy in concat example.
40237 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40239         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40240         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40241         it if not null.
40243         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40244         with O_NOLINK passed to __file_name_lookup.
40246         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40247         with O_NOLINK passed to __file_name_lookup.
40249         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40250         negative N or less than NGIDS.
40252         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40253         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40254         enough.  Use memcpy instead of strncpy.
40256 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40258         * elf/Makefile (check-data): Remove.
40259         (localplt.data): New vpath directive.
40260         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40261         instead of $(check-data).
40262         * scripts/data/localplt-generic.data: Move to ...
40263         * sysdeps/generic/localplt.data: ... here.
40264         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40265         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40266         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40268         ... here.
40269         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40271         ... here.
40272         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40274         ... here.
40275         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40277         ... here.
40278         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40279         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40280         ... here.
40281         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40282         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40283         ... here.
40285 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40287         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40288         PPC32 and PPC64 files.
40289         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40290         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40292 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40294         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40295         __makecontext_ret to ...
40296         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40297         ... here and call exit if uc_link is NULL.  New file.
40298         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40299         __makecontext_ret.S.
40300         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40301         __makecontext_ret to ...
40302         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40303         ... here and call exit if uc_link is NULL.  New file.
40304         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40305         __makecontext_ret.S.
40307 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40309         * elf/elf.h (R_390_IRELATIVE): New definition.
40310         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40311         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40312         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40313         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40314         (elf_machine_lazy_rel): Likewise.
40315         * sysdeps/s390/dl-irel.h: New file.
40316         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40317         * sysdeps/s390/s390-64/memset.S: New asm code.
40318         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40319         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40320         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40321         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40322         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40323         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40324         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40325         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40326         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40327         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40328         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40329         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40330         * sysdeps/s390/s390-32/memset.S: New asm code.
40331         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40333 2012-07-17  Marek Polacek  <polacek@redhat.com>
40335         [BZ #14349]
40336         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40337         * sysdeps/s390/s390-64/configure.in: Likewise.
40338         * sysdeps/sparc/configure.in: Likewise.
40339         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40340         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40341         * sysdeps/i386/configure.in: Likewise.
40342         * sysdeps/x86_64/configure.in: Likewise.
40343         * sysdeps/sh/configure.in: Likewise.
40344         * sysdeps/s390/s390-32/configure: Regenerated.
40345         * sysdeps/s390/s390-64/configure: Likewise.
40346         * sysdeps/x86_64/configure: Likewise.
40347         * sysdeps/sh/configure: Likewise.
40348         * sysdeps/powerpc/powerpc64/configure: Likewise.
40349         * sysdeps/powerpc/powerpc32/configure: Likewise.
40350         * sysdeps/sparc/configure: Likwise.
40351         * sysdeps/i386/configure: Likewise.
40353         * elf/dl-open.c: Comment fixes.
40355 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40357         * Makefile [CXX] (check-data): Remove.
40358         [CXX] (c++-types.data): New vpath directive.
40359         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40360         vpath.  Do not allow for C++ type data being missing.
40361         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40362         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40363         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40364         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40365         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40366         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40367         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40369         ... here.
40370         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40372         ... here.
40373         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40374         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40375         ... here.
40376         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40378         ... here.
40379         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40381         ... here.
40382         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40383         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40384         ... here.
40385         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40386         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40387         ... here.
40388         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40389         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40391         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40392         definitions to architecture-specific files.
40393         (TLS_IE): Likewise.
40394         (TLS_LD): Likewise.
40395         (TLS_GD): Likewise.
40396         * sysdeps/i386/tls-macros.h: New file.
40397         * sysdeps/powerpc/tls-macros.h: Likewise.
40398         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40399         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40400         * sysdeps/sh/tls-macros.h: Likewise.
40401         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40402         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40403         * sysdeps/x86_64/tls-macros.h: Likewise.
40405 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40407         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40408         zero value for regular exit case.
40410         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40411         (__start_context): Preserve zero value for regular exit case.
40413 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40414             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40416         * manual/setjmp.texi (setcontext): Clarify normal process
40417         termination when uc_link is the null pointer.
40418         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40419         exit call.
40421 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40423         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40424         preprocessor.  Test for each exception mask separately.
40426 2012-07-16  Andreas Jaeger  <aj@suse.de>
40428         * po/ru.po: Update from translation team.
40430 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40432         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40433         equal to 0.
40434         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40435         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40436         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40437         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40438         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40440 2012-07-13  Andreas Jaeger  <aj@suse.de>
40442         * po/fr.po: Update from translation team.
40444 2012-07-12  Marek Polacek  <polacek@redhat.com>
40446         [BZ #14173]
40447         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40448         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40449         loop condition.
40451 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40453         [BZ #13717]
40454         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40455         Change to 2.4.1 where previously 2.4.0.
40456         * sysdeps/unix/sysv/linux/configure: Regenerated.
40457         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40458         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40459         version.
40460         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40461         (__ASSUME_AT_CLKTCK): Remove.
40462         (__ASSUME_AT_PAGESIZE): Likewise.
40463         (__ASSUME_AT_XID): Likewise.
40464         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40465         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40466         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40467         unconditionally.
40468         (HAVE_AUX_PAGESIZE): Likewise.
40469         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40470         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40471         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40473 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40475         [BZ #14307]
40476         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40477         the temporary buffer used to invoke __gethostbyname2_r,
40478         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40479         host_data / struct gaih_addrtuple.
40480         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40481         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40482         header file nss/nsswitch.h.
40483         * nss/nsswitch.h (global scope): Add definition of implementation
40484         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40485         resolv/nss_dns/dns-host.c).
40487 2012-07-11  Andreas Jaeger  <aj@suse.de>
40489         * po/fr.po: Update from translation team.
40491         * po/sv.po: Update from translation team
40492         * po/fr.po: Another update from translation team.
40494 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40496         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40497         for subnormals or multiply small sinh result by itself.
40498         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40499         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40501 2012-07-11  David S. Miller  <davem@davemloft.net>
40503         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40505 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40507         [BZ #14347]
40508         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40509         (INTERNAL_MARK): Shift it here.
40511 2012-07-10  Marek Polacek  <polacek@redhat.com>
40513         [BZ #14151]
40514         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40515         libc_cv_asm_global_directive with .globl.
40516         * configure: Regenerated.
40517         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40518         with .globl.
40519         * sysdeps/i386/configure: Regenerated.
40520         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40521         with .globl.
40522         * sysdeps/x86_64/configure: Regenerated.
40523         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40524         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40525         * elf/tst-unique2mod2.c: Likewise.
40526         * elf/tst-unique2mod1.c: Likewise.
40527         * elf/tst-unique1mod2.c: Likewise.
40528         * elf/tst-unique1mod1.c: Likewise.
40529         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40530         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40531         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40532         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40533         * sysdeps/mach/sysdep.h: Likewise.
40534         * sysdeps/i386/sysdep.h: Likewise.
40535         * sysdeps/i386/i386-mcount.S: Likewise.
40536         * sysdeps/x86_64/_mcount.S: Likewise.
40537         * sysdeps/x86_64/sysdep.h: Likewise.
40538         * sysdeps/sh/_mcount.S: Likewise.
40539         * sysdeps/sh/sysdep.h: Likewise.
40540         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40541         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40542         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40543         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40544         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40545         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40546         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40547         * locale/localeinfo.h: Likewise.
40548         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40549         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40551 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40553         [BZ #14336]
40554         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40555         system".
40556         * manual/message.texi (The Uniforum approach): Likewise.
40557         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40558         (glibc iconv Implementation): Likewise.
40560 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40562         [BZ #14337]
40563         * math/s_clog.c (__clog): Avoid scaling a value down where that
40564         could result in underflow.
40565         * math/s_clog10.c (__clog10): Likewise.
40566         * math/s_clog10f.c (__clog10f): Likewise.
40567         * math/s_clog10l.c (__clog10l): Likewise.
40568         * math/s_clogf.c (__clogf): Likewise.
40569         * math/s_clogl.c (__clogl): Likewise.
40570         * math/libm-test.inc (clog_test): Add more tests.
40571         (clog10_test): Likewise.
40572         * sysdeps/i386/fpu/libm-test-ulps: Update.
40573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40575 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40577         [BZ #14283]
40578         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40579         by 7 not 8 to examine high bit of fractional part.
40581         [BZ #14042]
40582         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40583         for call to __mcount_internal.
40584         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40585         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40586         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40588 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40590         [BZ #14154]
40591         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40592         approximation for values within 0x1p-13f of an odd multiple of
40593         pi/4.
40594         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40595         exception.  Add more tests.
40596         * sysdeps/i386/fpu/libm-test-ulps: Update.
40598         [BZ #6778]
40599         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40600         inputs and return -1 for them.  Do not check for +Inf in case not
40601         reachable for +Inf.
40602         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40603         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40604         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40605         and return -1 for them.  Do not check for +Inf in case not
40606         reachable for +Inf.
40607         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40608         define.
40609         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40610         and return -1 for them.  Do not check for +Inf in case not
40611         reachable for +Inf.
40612         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40613         spurious underflow.
40614         * sysdeps/i386/fpu/libm-test-ulps: Update.
40615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40617 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40619         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40621 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40623         [BZ #14157]
40624         [BZ #14331]
40625         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40626         could result in spurious underflow.  Scale down values above
40627         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40628         * math/s_csqrtf.c (__csqrtf): Likewise.
40629         * math/s_csqrtl.c (__csqrtl): Likewise.
40630         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40631         spurious underflow.
40632         * sysdeps/i386/fpu/libm-test-ulps: Update.
40633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40635 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40637         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40638         xopen-msg.sed.
40639         * catgets/xopen-msg.awk: New file.
40640         * catgets/xopen-msg.sed: Removed.
40642         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40643         po2text.sed.
40644         * intl/po2test.awk: New file.
40645         * intl/po2test.sed: Removed.
40647 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40649         [BZ #14328]
40650         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40651         or multiply small sinh result by itself.
40652         * math/s_ctanf.c (__ctanf): Likewise.
40653         * math/s_ctanh.c (__ctanh): Likewise.
40654         * math/s_ctanhf.c (__ctanhf): Likewise.
40655         * math/s_ctanhl.c (__ctanhl): Likewise.
40656         * math/s_ctanl.c (__ctanl): Likewise.
40657         * math/libm-test.inc (ctan_test_tonearest): New function.
40658         (ctan_test_towardzero): Likewise.
40659         (ctan_test_downward): Likewise.
40660         (ctan_test_upward): Likewise.
40661         (ctanh_test_tonearest): Likewise.
40662         (ctanh_test_towardzero): Likewise.
40663         (ctanh_test_downward): Likewise.
40664         (ctanh_test_upward): Likewise.
40665         (main): Call these new functions.
40666         * sysdeps/i386/fpu/libm-test-ulps: Update.
40667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40669 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40671         * .gitignore: Delete /ports entry.
40673 2012-07-03  Andreas Jaeger  <aj@suse.de>
40675         * po/bg.po: Update from translation team.
40676         * po/cs.po: Likewise.
40677         * po/de.po: Likewise.
40678         * po/hr.po: Likewise.
40679         * po/nl.pl: Likewise.
40680         * po/pl.po: Likewise.
40681         * po/vi.po: Likewise.
40683 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40685         * Makeconfig [!+link] (+link-before-libc): New variable.
40686         [!+link] (+link-after-libc): Likewise.
40687         [!+link] (+link-tests): Likewise.
40688         [!+link] (+link): Define in terms of $(+link-before-libc) and
40689         $(+link-after-libc).
40690         [!+link-static] (+link-static-before-libc): New variable.
40691         [!+link-static] (+link-static-after-libc): Likewise.
40692         [!+link-static] (+link-static-tests): Likewise.
40693         [!+link-static] (+link-static): Define in terms of
40694         $(+link-static-before-libc) and $(+link-static-after-libc).
40695         [build-shared] (link-libc-before-gnulib): New variable.
40696         [build-shared] (link-libc-tests): Likewise.
40697         [build-shared] (link-libc): Define in terms of
40698         $(link-libc-before-gnulib).
40699         [!build-shared] (link-libc-tests): New variable.
40700         (link-libc-static-tests): New variable.
40701         [!gnulib] (gnulib-arch): New variable.
40702         [!gnulib] (gnulib-tests): Likewise.
40703         [!gnulib] (static-gnulib-arch): Likewise.
40704         [!gnulib] (static-gnulib-tests): Likewise.
40705         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40706         Define with "=" instead of ":=".
40707         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40708         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40709         * Rules (binaries-all-notests): New variable.
40710         (binaries-all-tests): Likewise.
40711         (binaries-static-notests): Likewise.
40712         (binaries-static-tests): Likewise.
40713         (binaries-all): Define using $(binaries-all-notests) and
40714         $(binaries-all-tests).
40715         (binaries-static): Define using $(binaries-static-notests) and
40716         $(binaries-static-tests).
40717         (binaries-shared-tests): New variable.
40718         (binaries-shared-notests): Likewise.
40719         (binaries-shared): Remove variable.
40720         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40721         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40722         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40723         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40724         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40725         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40726         * elf/Makefile (sln-modules): New variable.
40727         (extra-objs): Add $(sln-modules:=.o).
40728         (ldconfig-modules): Add static-stubs.
40729         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40730         * elf/static-stubs.c: New file.
40732         [BZ #14283]
40733         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40734         by 7 not 8 to examine high bit of fractional part.  Use volatile
40735         variables when splitting into final array of floats if
40736         __FLT_EVAL_METHOD__ != 0.
40737         * math/libm-test.inc (cos_test): Add another test.
40738         (sin_test): Likewise.
40739         * sysdeps/i386/fpu/libm-test-ulps: Update.
40741         [BZ #14273]
40742         * math/libm-test.inc (cosh_test): Add more tests.
40744         * version.h (RELEASE): Set to "development".
40745         (VERSION): Set to "2.16.90".
40747 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40749         * NEWS: Update copyright. Remove last-updated date.
40750         Mention math library bug fixes and timezone data changes.
40751         * README: Mention GNU/Hurd, x32, and HPPA support status.
40753 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40755         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40757 2012-06-27  Andreas Jaeger  <aj@suse.de>
40759         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40761 2012-06-25  Andreas Jaeger  <aj@suse.de>
40763         * sysdeps/s390/fpu/libm-test-ulps: Update.
40765 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40766             Thomas Schwinge  <thomas@codesourcery.com>
40768         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40769         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40770         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40771         fanotify_mark.
40773 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40775         * sysdeps/mach/start.c: Remove file.
40776         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40777         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40778         * sysdeps/sh/init-first.c: Likewise.
40780         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40781         registers for frame unwinding purposes, add CFI directives.
40782         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40783         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40784         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40785         Likewise.
40787         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40788         __fortify_fail returning.
40789         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40791         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40792         sysdeps/sh/____longjmp_chk.S.
40793         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40794         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40795         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40796         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40798         * sysdeps/sh/abort-instr.h: New file.
40799         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40800         process in case exit returns.
40802         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40803         initialize the GOT register before use.
40805         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40806         calculation of ARGC > 4.
40808         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40809         meaningful names to some local labels.
40811 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40812             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40814         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40815         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40816         (__arch_compare_and_exchange_val_16_acq): Likewise.
40817         (__arch_compare_and_exchange_val_32_acq): Likewise.
40818         (atomic_exchange_and_add): Fix gUSA sequence.
40819         (atomic_add): Likewise.
40820         (atomic_add_negative): Likewise.
40821         (atomic_add_zero): Likewise.
40822         (atomic_bit_test_set): Likewise.
40824 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40826         [BZ #13579]
40827         * include/link.h (struct link_map): Add l_free_initfini.
40828         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40829         l_initfini.
40830         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40831         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40832         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40833         set.
40835 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40837         * configure.in: Use AC_LANG_SOURCE.
40838         * configure: Regenerate.
40840 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40842         * configure.in (libc_cv_localstatedir): New substituted variable.
40843         * configure: Regenerated.
40844         * config.make.in (localstatedir): New variable, substituted from
40845         libc_cv_localstatedir.
40846         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40847         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40848         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40849         * sysdeps/gnu/configure: Regenerated.
40851 2012-06-21  Jeff Law  <law@redhat.com>
40853         [BZ #14277]
40854         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40855         free.  Simplify list management for _LIBC case.
40857 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40859         [BZ #14273]
40860         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40861         Clear sign bit of 64-bit integer value before comparing against
40862         overflow value.
40864         * sysdeps/mach/configure: Regenerated.
40866 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40868         [BZ #14278]
40869         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40871 2012-06-21  Jeff Law  <law@redhat.com>
40873         [BZ #13882]
40874         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40875         uint16_t for elements in the "seen" array to avoid char overflows.
40876         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40877         * elf/dl-open.c (dl_open_worker): Likewise.
40879 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40881         * scripts/list-sources.sh: Scan PORTS for translations.
40882         * po/libc.pot: Regenerated.
40884 2012-06-21  Andreas Jaeger  <aj@suse.de>
40886         [BZ #12194]
40887         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40888         warning.
40889         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40890         * bits/byteswap-16.h (__bswap_16): Likewise.
40891         * bits/byteswap.h (__bswap_constant_16): Likewise.
40893 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40895         [BZ #14117]
40896         * sysdeps/i386/fpu_control.h: Removed.
40897         * sysdeps/x86_64/fpu_control.h: Moved to ...
40898         * sysdeps/x86/fpu_control.h: Here.
40900         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40901         (_FPU_SETCW): Likewise.
40903 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40905         [BZ #14117]
40906         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40907         * sysdeps/x86/fpu/bits/mathinline.h: This.
40908         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40910         [BZ #14050]
40911         [BZ #14117]
40912         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40913         functions if __x86_64__ is defined.
40915 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40917         * string/endian.h: Add !__ASSEMBLER__ condition for including
40918         conversion interfaces.
40920 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40922         [BZ #14241]
40923         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40924         of ABS(x) in calculating zero to negative powers other than odd
40925         integers.
40926         * math/libm-test.inc (pow_test): Add more tests.
40928 2012-06-15  Andreas Jaeger  <aj@suse.de>
40930         * manual/contrib.texi (Contributors): Update entry of Liubov
40931         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40932         Machado Filho.
40934 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40936         * string/string.h: Add __wur to GNU version of strerror_r.
40938 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40940         [BZ #14229]
40941         * string/Makefile (tests): Add tst-strtok_r.
40942         * string/tst-strtok_r.c: New file.
40943         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40944         RAX_LP/RDX_LP on SAVE_PTR.
40946 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40948         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40950 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40952         * libm_test.inc (csqrt_test): Allow more spurious underflow
40953         exceptions.
40954         (j0_test): Likewise.
40955         (j1_test): Likewise.
40956         (y0_test): Likewise.
40957         (y1_test): Likewise.
40959 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40961         * po/Makefile (libc.pot): Use UTF-8 charset.
40963 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40965         [BZ #14210]
40966         Suppress sign-conversion warning from FD_SET.
40967         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40968         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40969         not unsigned long int.
40970         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40972 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40974         [BZ #14050]
40975         [BZ #14117]
40976         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40977         __extern_always_inline instead of __extern_inline.
40978         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40979         (__signbit): Likewise.
40980         (__signbitl): Support C++ namespace.
40981         (lrintf): New inline function.
40982         (lrint): Likewise.
40983         (llrintf): Likewise.
40984         (llrint): Likewise.
40985         (fmaxf): Likewise.
40986         (fmax): Likewise.
40987         (fminf): Likewise.
40988         (fmin): Likewise.
40989         (rint): Likewise.
40990         (rintf): Likewise.
40991         (ceil): Likewise.
40992         (ceilf): Likewise.
40993         (floor): Likewise.
40994         (floorf): Likewise.
40995         (nearbyint): Likewise.
40996         (nearbyintf): Likewise.
40998 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41000         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41001         non-default versions.
41003 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41005         [BZ #14218]
41006         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41008 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41010         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41011         (FE_UPWARD, FE_DOWNWARD): Don't define.
41012         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41013         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41015         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41016         reading it.
41017         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41018         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41020 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41022         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41023         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41024         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41025         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41027 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41029         [BZ #14117]
41030         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41031         * sysdeps/i386/fpu/Implies: New file.
41032         * sysdeps/x86_64/fpu/Implies: Likewise.
41033         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41034         * sysdeps/x86/fpu/bits/fenv.h: This.
41036         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41037         __SSE_MATH__.
41039 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41041         [BZ #14134]
41042         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41043         character 0xffff that matches the last element of the
41044         conversion table.
41046 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41048         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41049         fmodl commit.
41051 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41053         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41054         values higher than 25.6283.
41056 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41058         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41059         subnormal exponent extraction and add some __builtin_expect.
41060         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41061         Fix for subnormal mantissa calculation.
41063 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41065         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41066         cpu2 is -1 and errno is not ENOSYS.
41068 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41070         [BZ #14117]
41071         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41072         * sysdeps/x86/bits/string.h: This.
41073         * sysdeps/x86_64/bits/string.h: Removed.
41075         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41076         if not compiling for x86-64, but compiling for >= i486.
41078         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41079         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41081         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41082         New macro from Linux kernel 3.4.0.
41083         (FP_XSTATE_MAGIC2): Likewise.
41084         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41085         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41086         (struct _fpx_sw_bytes): New struct.
41087         (struct _xsave_hdr): Likewise.
41088         (struct _ymmh_state): Likewise.
41089         (struct _xstate): Likewise.
41091         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41092         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41093         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41094         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41095         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41096         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41098         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41099         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41100         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41101         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41102         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41103         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41105 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41107         [BZ #13743]
41108         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41109         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41110         (sysdep_headers): Include sys/platform/ppc.h.
41111         * sysdeps/powerpc/test-gettimebase.c: Test for
41112         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41113         * manual/Makefile (appendices): Include platform.texi.
41114         * manual/contrib.texi (Contributors): Update @node pointers.
41115         * manual/maint.texi (Maintenance): Likewise.
41116         (Platform): New node.
41117         * manual/platform.texi: New file.  Document the new features.
41119 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41120             Jakub Jelinek  <jakub@redhat.com>
41122         [BZ #14188]
41123         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41124         where __builtin_expect is unavailable.
41126 2012-06-03  David S. Miller  <davem@davemloft.net>
41128         * stdlib/longlong.h: Updated from GCC.
41130 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41132         [BZ #14042]
41133         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41134         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41135         __mcount_internal.
41136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41137         (GLIBC_2.16): Likewise.
41139 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41141         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41143 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41146         (default-abi): New variable.
41147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41148         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41149         variable.
41150         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41151         Likewise.
41152         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41153         Likewise.
41154         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41155         Likewise.
41157         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41158         definition.  Document in comment.
41160 2012-06-01  David S. Miller  <davem@davemloft.net>
41162         * stdlib/longlong.h: Updated from GCC.
41164 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41166         [BZ #14117]
41167         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41168         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41169         sys/debugreg.h sys/io.h here.
41170         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41171         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41172         sys/io.h.
41173         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41174         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41175         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41176         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41177         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41178         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41180         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41181         Define only if __x86_64__ is defined.
41183 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41185         [BZ #14048]
41186         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41187         Use int64_t for variable i.
41188         * math/libm-test.inc (fmod_test): Add more tests.
41190         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41191         z computation is not scheduled after fetestexcept.
41192         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41193         Use math_force_eval instead of asm to ensure calculation scheduled
41194         before exception test.
41195         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41196         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41198 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41200         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41201         computation is not scheduled after fetestexcept.
41203 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41205         [BZ #14117]
41206         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41207         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41209 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41211         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41212         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41214 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41216         [BZ #14117]
41217         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41218         <bits/wordsize.h>.
41219         (__WCHAR_MIN): Support __WORDSIZE == 64.
41220         (__WCHAR_MAX): Likewise.
41222         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41223         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41225         [BZ #14183]
41226         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41227         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41229         [BZ #14117]
41230         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41231         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41233         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41234         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41236         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41237         Defined to 1 if __x86_64__ isn't defined.
41238         (_STAT_VER_LINUX_OLD): New.
41239         (st_atime): Remove duplicate.
41240         (st_mtime): Likewise.
41241         (st_ctime): Likewise.
41243 2012-05-31  David S. Miller  <davem@davemloft.net>
41245         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41246         entries.
41248 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41250         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41251         gen-libm-test.pl.
41253         [BZ #14132]
41254         * elf/dl-reloc.c: Include <_itoa.h>.
41255         (_dl_reloc_bad_type): Remove use of INTUSE.
41256         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41257         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41258         * stdio-common/psiginfo.c (psiginfo): Likewise.
41259         * stdio-common/psignal.c (psignal): Likewise.
41260         * string/strsignal.c (strsignal): Likewise.
41261         * include/signal.h (_sys_siglist): Declare hidden proto.
41262         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41263         INTVARDEF with libc_hidden_data_def.
41264         * stdio-common/itoa-udigits.c: Likewise.
41265         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41266         (_itoa_lower_digits_internal): Remove declaration.
41267         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41268         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41269         (_sys_sigabbrev_internal): Remove aliases.
41270         (_sys_siglist): Define hidden alias.
41272 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41274         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41275         bits/sysctl.h.
41277 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41279         [BZ #14117]
41280         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41281         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41283         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41284         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41285         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41286         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41287         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41288         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41290         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41291         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41292         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41294         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41295         with __addr.
41296         (insw): Likewise.
41297         (insl): Likewise.
41298         (outsb): Likewise.
41299         (outsw): Likewise.
41300         (outsl): Likewise.
41302         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41303         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41304         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41306         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41307         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41308         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41309         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41310         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41311         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41313         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41314         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41316         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41317         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41319         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41320         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41321         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41323         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41324         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41325         to ...
41326         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41328         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41329         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41330         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41332         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41333         for x86-64.
41334         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41336 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41338         * math/math.h (M_El): Use two more decimal places.
41339         (M_LOG2El): Likewise.
41340         (M_LOG10El): Likewise.
41341         (M_LN2l): Likewise.
41342         (M_LN10l): Likewise.
41343         (M_PIl): Likewise.
41344         (M_PI_2l): Likewise.
41345         (M_PI_4l): Likewise.
41346         (M_1_PIl): Likewise.
41347         (M_2_PIl): Likewise.
41348         (M_2_SQRTPIl): Likewise.
41349         (M_SQRT2l): Likewise.
41350         (M_SQRT1_2l): Likewise.
41352 2012-05-31  David S. Miller  <davem@davemloft.net>
41354         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41355         values between float registers.
41356         * sysdeps/sparc/sparc64/memset.S: Likewise.
41357         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41359 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41361         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41362         -D_FORTIFY_SOURCE=1.
41363         (CPPFLAGS-tst-longjmp_chk.c): Define.
41364         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41365         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41366         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41367         CFLAGS-tst-wchar-h.c.
41369 2012-05-31  Marek Polacek  <polacek@redhat.com>
41371         [BZ #14132]
41372         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41373         __endmntent_internal): Remove declaration.
41374         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41375         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41376         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41378 2012-05-30  David S. Miller  <davem@davemloft.net>
41380         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41381         (___Q_simulate_exceptions): Use real FP ops rather than writing
41382         into the %fsr.
41383         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41384         Likewise.
41386 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41388         [BZ #14117]
41389         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41390         * sysdeps/x86/bits/xtitypes.h: This.
41392         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41393         * sysdeps/x86/bits/wordsize.h: This.
41395         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41396         * sysdeps/x86/bits/huge_vall.h: This.
41398         * sysdeps/i386/bits/select.h: Removed.
41399         * sysdeps/x86_64/bits/select.h: Renamed to ...
41400         * sysdeps/x86/bits/select.h: This.
41402         * sysdeps/i386/bits/setjmp.h: Removed.
41403         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41404         * sysdeps/x86/bits/setjmp.h: This.
41406         * sysdeps/i386/bits/mathdef.h: Removed.
41407         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41408         * sysdeps/x86/bits/mathdef.h: This.
41410 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41412         [BZ #14132]
41413         * include/sys/socket.h (__connect_internal)
41414         (__libc_sa_len_internal): Remove declaration.
41415         (__connect, __libc_sa_len): Declare hidden_proto.
41416         (SA_LEN): Remove use of INTUSE.
41417         * socket/connect.c: Add libc_hidden_def.
41418         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41419         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41420         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41421         alias.
41422         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41423         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41424         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41425         of adding _internal alias.
41427 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41429         [BZ #14117]
41430         * sysdeps/i386/bits/link.h: Removed.
41431         * sysdeps/i386/bits/linkmap.h: Likewise.
41432         * sysdeps/x86_64/bits/link.h: Renamed to ...
41433         * sysdeps/x86/bits/link.h: This.
41434         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41435         * sysdeps/x86/bits/linkmap.h: This.
41437         * sysdeps/i386/bits/endian.h: Removed.
41438         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41439         * sysdeps/x86/bits/endian.h: This.
41441         * sysdeps/i386/bits/byteswap.h: Removed.
41442         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41443         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41444         * sysdeps/x86/bits/byteswap.h: This.
41445         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41446         * sysdeps/x86/bits/byteswap-16.h: This.
41447         * sysdeps/i386/Implies: Add x86.
41448         * sysdeps/x86_64/Implies: Likewise.
41450 2012-05-30  David S. Miller  <davem@davemloft.net>
41452         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41453         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41454         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41455         (FP_TRAPPING_EXCEPTIONS): Define.
41456         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41457         (FP_TRAPPING_EXCEPTIONS): Define.
41458         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41459         subnormals only when inexact has been signalled or underflow
41460         exceptions are enabled.
41461         (_FP_PACK_CANONICAL): Likewise.
41463 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41465         [BZ #14183]
41466         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41467         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41469 2012-05-30  Richard Henderson  <rth@twiddle.net>
41471         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41472         with #ifndef NOT_IN_libc.
41474         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41475         marked to avoid plt entry.
41477 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41479         [BZ #14112]
41480         * Makeconfig (default-abi): New macro.
41481         (abi-includes): Likewise.
41482         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41483         $(abi-$(default-abi)-lib-soname) for soname if defined.
41484         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41485         abi-variants.
41486         * Makefile (installed-stubs): Likewise.
41487         * include/stubs-biarch.h: Removed.
41488         * scripts/lib-names.awk: Only handle one library at a time.
41489         * scripts/soversions.awk: Remove WORDSIZE support.
41490         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41491         entries.
41492         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41493         Removed.
41494         (syscall-list-default-condition): Likewise.
41495         (syscall-list-default-condition): Likewise.
41496         (syscall-list-includes): Likewise.
41497         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41498         syscall-list-* with abi-*.  Handle undefined abi-variants.
41499         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41500         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41501         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41502         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41503         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41504         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41505         Removed.
41506         (syscall-list-32-options): Likewise.
41507         (syscall-list-32-condition): Likewise.
41508         (syscall-list-64-options): Likewise.
41509         (syscall-list-64-condition): Likewise.
41510         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41511         macro.
41512         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41513         Renamed to ...
41514         (abi-*): This.
41515         (abi-64-ld-soname): New macro.
41516         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41517         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41518         Renamed to ...
41519         (abi-*): This.
41520         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41521         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41523 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41525         * sysdeps/unix/sysv/linux/kernel-features.h
41526         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41527         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41528         include <kernel-features.h>.
41529         [!__NR_ftruncate64]: Remove conditional code.
41530         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41531         [__NR_ftruncate64]: Make code unconditional.
41532         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41533         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41534         include <kernel-features.h>.
41535         [!__NR_ftruncate64]: Remove conditional code.
41536         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41537         [__NR_ftruncate64]: Make code unconditional.
41538         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41540         include <kernel-features.h>.
41541         [!__NR_ftruncate64]: Remove conditional code.
41542         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41543         [__NR_ftruncate64]: Make code unconditional.
41544         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41546         include <kernel-features.h>.
41547         [!__NR_ftruncate64]: Remove conditional code.
41548         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41549         [__NR_ftruncate64]: Make code unconditional.
41550         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41552         * configure.in (libc_cv_fpie): Weaken to a compile test using
41553         LIBC_TRY_CC_OPTION.
41554         * configure: Regenerated.
41556 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41558         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41560         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41561         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41562         Refreshed.
41563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41564         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41565         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41566         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41567         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41569         Refreshed.
41571 2012-05-27  David S. Miller  <davem@davemloft.net>
41573         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41574         (___Q_zero): New.
41575         (__Q_simulate_exceptions): Return void.  Change to simulate
41576         exceptions by writing into the %fsr.
41577         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41578         (__Qp_handle_exceptions): Likewise.
41579         (numbers): Delete.
41580         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41581         __Qp_handle_exceptions.
41582         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41583         __Qp_handle_exceptions.
41584         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41585         as unused and give dummy FP_RND_NEAREST initializer.
41586         (FP_INHIBIT_RESULTS): Define.
41587         (___Q_simulate_exceptions): Update declaration.
41588         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41589         formatting.
41590         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41591         as unused and give dummy FP_RND_NEAREST initializer.
41592         (__Qp_handle_exceptions): Update declaration.
41593         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41594         formatting.
41596 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41598         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41599         the temporary FPU control word.
41600         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41601         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41602         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41603         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41604         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41605         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41606         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41607         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41608         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41609         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41610         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41612 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41614         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41615         fields.
41617 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41619         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41620         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41621         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41622         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41623         Likewise.
41624         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41625         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41626         Likewise.
41628 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41630         * po/h.po: Update from translation team.
41632 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41634         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41636         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41637         handling of denormals.
41638         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41639         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41640         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41641         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41642         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41643         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41644         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41645         Likewise.
41647 2012-05-26  Marek Polacek  <polacek@redhat.com>
41649         [BZ #14152]
41650         * math/libm-test.inc (fma_test): Don't always expect underflow
41651         exception.
41653 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41655         [BZ #12416]
41656         * elf/tst-execstack.c: Include stackinfo.h.
41657         (do_test): Adjust test case to ensure that pthread_getattr_np
41658         behaviour remains the same after marking stack executable.
41660 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41662         * sysdeps/unix/sysv/linux/kernel-features.h
41663         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41664         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41665         kernel-features.h.
41666         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41667         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41668         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41669         kernel-features.h.
41670         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41671         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41673 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41675         * configure.in: Define the default includes to being none.
41676         * configure: Regenerated.
41678 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41680         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41681         * sysdeps/x86_64/setjmp.S: Likewise.
41682         * sysdeps/i386/bsd-setjmp.S: Likewise.
41683         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41684         * sysdeps/i386/setjmp.S: Likewise.
41685         * sysdeps/i386/__longjmp.S: Likewise.
41686         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41687         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41689         * include/stap-probe.h: New file.
41690         * configure.in: Handle --enable-systemtap.
41691         * configure: Regenerated.
41692         * config.h.in (USE_STAP_PROBE): New #undef.
41693         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41694         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41695         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41697 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41699         [BZ #13717]
41700         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41701         to 2.4.0 where earlier.
41702         * sysdeps/unix/sysv/linux/configure: Regenerated.
41703         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41704         <kernel-features.h>.
41705         [__ASSUME_32BITUIDS]: Make code unconditional.
41706         [!__ASSUME_32BITUIDS]: Remove conditional code.
41707         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41708         <kernel-features.h>.
41709         [__ASSUME_32BITUIDS]: Make code unconditional.
41710         [!__ASSUME_32BITUIDS]: Remove conditional code.
41711         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41712         [__ASSUME_32BITUIDS]: Make code unconditional.
41713         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41714         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41715         <kernel-features.h>.
41716         [__ASSUME_32BITUIDS]: Make code unconditional.
41717         [!__ASSUME_32BITUIDS]: Remove conditional code.
41718         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41719         <kernel-features.h>.
41720         [__ASSUME_32BITUIDS]: Make code unconditional.
41721         [!__ASSUME_32BITUIDS]: Remove conditional code.
41722         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41723         <kernel-features.h>.
41724         [__ASSUME_32BITUIDS]: Make code unconditional.
41725         [!__ASSUME_32BITUIDS]: Remove conditional code.
41726         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41727         <kernel-features.h>.
41728         [__ASSUME_32BITUIDS]: Make code unconditional.
41729         [!__ASSUME_32BITUIDS]: Remove conditional code.
41730         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41731         <kernel-features.h>.
41732         [__ASSUME_32BITUIDS]: Make code unconditional.
41733         [!__ASSUME_32BITUIDS]: Remove conditional code.
41734         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41735         <kernel-features.h>.
41736         [__ASSUME_32BITUIDS]: Make code unconditional.
41737         [!__ASSUME_32BITUIDS]: Remove conditional code.
41738         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41739         <kernel-features.h>.
41740         [__ASSUME_32BITUIDS]: Make code unconditional.
41741         [!__ASSUME_32BITUIDS]: Remove conditional code.
41742         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41743         <kernel-features.h>.
41744         [__ASSUME_32BITUIDS]: Make code unconditional.
41745         [!__ASSUME_32BITUIDS]: Remove conditional code.
41746         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41747         <kernel-features.h>.
41748         [__ASSUME_32BITUIDS]: Make code unconditional.
41749         [!__ASSUME_32BITUIDS]: Remove conditional code.
41750         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41751         <kernel-features.h>.
41752         [__ASSUME_32BITUIDS]: Make code unconditional.
41753         [!__ASSUME_32BITUIDS]: Remove conditional code.
41754         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41755         <kernel-features.h>.
41756         [__NR_setresgid] (__setresgid): Do not declare.
41757         [__ASSUME_32BITUIDS]: Make code unconditional.
41758         [!__ASSUME_32BITUIDS]: Remove conditional code.
41759         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41760         <kernel-features.h>.
41761         [__NR_setresuid] (__setresuid): Do not declare.
41762         [__ASSUME_32BITUIDS]: Make code unconditional.
41763         [!__ASSUME_32BITUIDS]: Remove conditional code.
41764         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41765         <kernel-features.h>.
41766         [__ASSUME_32BITUIDS]: Make code unconditional.
41767         [!__ASSUME_32BITUIDS]: Remove conditional code.
41768         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41769         <kernel-features.h>.
41770         [__ASSUME_32BITUIDS]: Make code unconditional.
41771         [!__ASSUME_32BITUIDS]: Remove conditional code.
41772         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41773         <kernel-features.h>.
41774         [__ASSUME_32BITUIDS]: Make code unconditional.
41775         [!__ASSUME_32BITUIDS]: Remove conditional code.
41776         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41777         <kernel-features.h>.
41778         [__ASSUME_32BITUIDS]: Make code unconditional.
41779         [!__ASSUME_32BITUIDS]: Remove conditional code.
41780         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41781         <kernel-features.h>.
41782         [__ASSUME_32BITUIDS]: Make code unconditional.
41783         [!__ASSUME_32BITUIDS]: Remove conditional code.
41784         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41785         <kernel-features.h>.
41786         [__ASSUME_32BITUIDS]: Make code unconditional.
41787         [!__ASSUME_32BITUIDS]: Remove conditional code.
41788         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41789         <kernel-features.h>.
41790         [__ASSUME_32BITUIDS]: Make code unconditional.
41791         [!__ASSUME_32BITUIDS]: Remove conditional code.
41792         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41793         <kernel-features.h>.
41794         [__ASSUME_32BITUIDS]: Make code unconditional.
41795         [!__ASSUME_32BITUIDS]: Remove conditional code.
41796         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41797         <kernel-features.h>.
41798         [__ASSUME_32BITUIDS]: Make code unconditional.
41799         [!__ASSUME_32BITUIDS]: Remove conditional code.
41800         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41801         <kernel-features.h>.
41802         [__ASSUME_32BITUIDS]: Make code unconditional.
41803         [!__ASSUME_32BITUIDS]: Remove conditional code.
41804         * sysdeps/unix/sysv/linux/kernel-features.h
41805         (__ASSUME_SETRESUID_SYSCALL): Remove.
41806         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41807         (__ASSUME_32BITUIDS): Likewise.
41808         (__ASSUME_LDT_WORKS): Likewise.
41809         (__ASSUME_O_DIRECTORY): Likewise.
41810         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41811         architecture but not kernel version.
41812         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41813         (__ASSUME_MMAP2_SYSCALL): Likewise.
41814         (__ASSUME_STAT64_SYSCALL): Likewise.
41815         (__ASSUME_IPC64): Likewise.
41816         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41817         <kernel-features.h>.
41818         [__ASSUME_32BITUIDS]: Make code unconditional.
41819         [!__ASSUME_32BITUIDS]: Remove conditional code.
41820         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41821         <kernel-features.h>.
41822         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41823         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41824         132096]: Remove conditional code.
41825         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41826         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41827         <kernel-features.h>.
41828         [__ASSUME_32BITUIDS]: Make code unconditional.
41829         [!__ASSUME_32BITUIDS]: Remove conditional code.
41830         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41831         <kernel-features.h>.
41832         [__ASSUME_32BITUIDS]: Make code unconditional.
41833         [!__ASSUME_32BITUIDS]: Remove conditional code.
41834         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41835         <kernel-features.h>.
41836         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41837         unconditional.
41838         (__setresgid): Do not declare.
41839         [__ASSUME_32BITUIDS]: Make code unconditional.
41840         [!__ASSUME_32BITUIDS]: Remove conditional code.
41841         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41842         <kernel-features.h>.
41843         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41844         unconditional.
41845         (__setresuid): Do not declare.
41846         [__ASSUME_32BITUIDS]: Make code unconditional.
41847         [!__ASSUME_32BITUIDS]: Remove conditional code.
41848         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41849         <kernel-features.h>.
41850         [__ASSUME_32BITUIDS]: Make code unconditional.
41851         [!__ASSUME_32BITUIDS]: Remove conditional code.
41852         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41853         <kernel-features.h>.
41854         [__ASSUME_32BITUIDS]: Make code unconditional.
41855         [!__ASSUME_32BITUIDS]: Remove conditional code.
41857 2012-05-25  Richard Henderson  <rth@twiddle.net>
41859         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41860         dl_hwcap to ifunc resolver.
41861         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41862         elf_ifunc_invoke.
41863         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41864         dl_hwcap to ifunc resolver.
41865         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41867 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41869         [BZ #14153]
41870         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41871         for |x| <= 2**-26, not 2**-57.
41872         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41873         exception.
41875 2012-05-24  Jeff Law  <law@redhat.com>
41877         * stdio-common/Makefile (tests): Add bug25.
41878         * stdio-common/bug25.c: New test.
41880 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41882         [BZ #13576]
41883         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41884         multiple of MALLOC_ALIGNMENT in size.
41885         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41887 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41889         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41890         Require >= 256.
41891         (FILENAME_MAX): Use macro-int-constant.
41892         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41893         (_IOFBF): Use macro-int-constant.
41894         (_IOLBF): Likewise.
41895         (_IONBF): Likewise.
41896         (SEEK_CUR): Likewise.
41897         (SEEK_END): Likewise.
41898         (SEEK_SET): Likewise.
41899         (TMP_MAX): Likewise.
41900         (EOF): Use macro-int-constant.  Require < 0.
41901         (NULL): Use macro-constant.  Require == 0.
41902         (stdin): Require type to be FILE *.
41903         (stdout): Likewise.
41904         (stderr): Likewise.
41905         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41906         macro-int-constant.
41907         (EXIT_SUCCESS): Likewise.
41908         (NULL): Use macro-constant.  Require == 0.
41909         (RAND_MAX): Use macro-int-constant.
41910         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41911         [C99-based standards] (strtof): Require function.
41912         [C99-based standards] (strtold): Likewise.
41913         [C99-based standards] (strtoll): Likewise.
41914         [C99-based standards] (strtoull): Likewise.
41915         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41916         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41917         [ISO || ISO99 || ISO11] (math.h): Likewise.
41918         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41919         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41920         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41922 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41924         [BZ #14132]
41925         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41926         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41927         * intl/dgettext.c (DCGETTEXT): Likewise.
41928         * intl/gettext.c (DCGETTEXT): Likewise.
41929         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41930         * posix/regex_internal.h (gettext): Likewise.
41931         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41932         Remove declaration.
41933         * include/argz.h (__argz_count_internal)
41934         (__argz_stringify_internal): Remove declaration.
41935         (__argz_count, __argz_stringify): Declare hidden proto.
41936         * intl/dcgettext.c: Remove use of INTDEF.
41937         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41938         * string/argz-stringify.c: Likewise.
41939         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41940         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41941         Declare hidden proto.
41942         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41943         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41944         Declare hidden proto.
41945         * include/stdio.h (__asprintf_internal): Don't declare.
41946         (__asprintf): Don't define as macro.  Declare hidden proto.
41947         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41948         (__fsetlocking): Declare hidden proto.
41949         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41950         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41951         hidden proto.
41952         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41953         (_IO_setlinebuf): Remove use of INTUSE.
41954         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41955         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41956         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41957         Remove declaration.
41958         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41959         (_IO_do_flush): Remove use of INTUSE.
41960         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41961         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41962         (_IO_adjust_column, _IO_least_wmarker)
41963         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41964         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41965         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41966         (_IO_default_doallocate, _IO_wdefault_doallocate)
41967         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41968         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41969         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41970         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41971         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41972         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41973         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41974         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41975         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41976         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41977         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41978         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41979         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41980         proto.
41981         (_IO_flush_all_internal, _IO_adjust_column_internal)
41982         (_IO_default_uflow_internal, _IO_default_finish_internal)
41983         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41984         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41985         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41986         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41987         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41988         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41989         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41990         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41991         (_IO_file_close_internal, _IO_file_close_it_internal)
41992         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41993         (_IO_file_init_internal, _IO_file_attach_internal)
41994         (_IO_file_fopen_internal, _IO_file_read_internal)
41995         (_IO_file_sync_internal, _IO_file_seek_internal)
41996         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41997         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41998         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41999         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42000         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42001         (_IO_list_all_internal, _IO_link_in_internal)
42002         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42003         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42004         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42005         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42006         (_IO_do_write_internal, _IO_padn_internal)
42007         (_IO_getline_info_internal, _IO_getline_internal)
42008         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42009         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42010         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42011         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42012         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42013         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42014         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42015         with libc_hidden_ver, remove use of INTUSE.
42016         * libio/genops.c: Likewise.
42017         * libio/freopen.c: Likewise.
42018         * libio/freopen64.c: Likewise.
42019         * libio/iofclose.c: Likewise.
42020         * libio/iofdopen.c: Likewise.
42021         * libio/iofflush.c: Likewise.
42022         * libio/iofflush_u.c: Likewise.
42023         * libio/iofgets.c: Likewise.
42024         * libio/iofgets_u.c: Likewise.
42025         * libio/iofopen.c: Likewise.
42026         * libio/iofopncook.c: Likewise.
42027         * libio/iofread.c: Likewise.
42028         * libio/iofread_u.c: Likewise.
42029         * libio/ioftell.c: Likewise.
42030         * libio/iofwrite.c: Likewise.
42031         * libio/iogetline.c: Likewise.
42032         * libio/iogets.c: Likewise.
42033         * libio/iogetwline.c: Likewise.
42034         * libio/iopadn.c: Likewise.
42035         * libio/iopopen.c: Likewise.
42036         * libio/ioseekoff.c: Likewise.
42037         * libio/ioseekpos.c: Likewise.
42038         * libio/iosetbuffer.c: Likewise.
42039         * libio/iosetvbuf.c: Likewise.
42040         * libio/ioungetc.c: Likewise.
42041         * libio/ioungetwc.c: Likewise.
42042         * libio/iovdprintf.c: Likewise.
42043         * libio/iovsprintf.c: Likewise.
42044         * libio/iovsscanf.c: Likewise.
42045         * libio/memstream.c: Likewise.
42046         * libio/obprintf.c: Likewise.
42047         * libio/oldfileops.c: Likewise.
42048         * libio/oldiofclose.c: Likewise.
42049         * libio/oldiofdopen.c: Likewise.
42050         * libio/oldiofopen.c: Likewise.
42051         * libio/oldiopopen.c: Likewise.
42052         * libio/oldstdfiles.c: Likewise.
42053         * libio/putc.c: Likewise.
42054         * libio/setbuf.c: Likewise.
42055         * libio/setlinebuf.c: Likewise.
42056         * libio/stdfiles.c: Likewise.
42057         * libio/strops.c: Likewise.
42058         * libio/vasprintf.c: Likewise.
42059         * libio/vscanf.c: Likewise.
42060         * libio/vsnprintf.c: Likewise.
42061         * libio/vswprintf.c: Likewise.
42062         * libio/wfiledoalloc.c: Likewise.
42063         * libio/wfileops.c: Likewise.
42064         * libio/wgenops.c: Likewise.
42065         * libio/wmemstream.c: Likewise.
42066         * libio/wstrops.c: Likewise.
42067         * libio/__fpurge.c: Likewise.
42068         * libio/__fsetlocking.c: Likewise.
42069         * assert/assert.c: Likewise.
42070         * debug/fgets_chk.c: Likewise.
42071         * debug/fgets_u_chk.c: Likewise.
42072         * debug/fread_chk.c: Likewise.
42073         * debug/fread_u_chk.c: Likewise.
42074         * debug/gets_chk.c: Likewise.
42075         * debug/obprintf_chk.c: Likewise.
42076         * debug/vasprintf_chk.c: Likewise.
42077         * debug/vdprintf_chk.c: Likewise.
42078         * debug/vsnprintf_chk.c: Likewise.
42079         * debug/vsprintf_chk.c: Likewise.
42080         * malloc/mtrace.c: Likewise.
42081         * misc/error.c: Likewise.
42082         * misc/syslog.c: Likewise.
42083         * stdio-common/asprintf.c: Likewise.
42084         * stdio-common/fxprintf.c: Likewise.
42085         * stdio-common/getw.c: Likewise.
42086         * stdio-common/isoc99_fscanf.c: Likewise.
42087         * stdio-common/isoc99_scanf.c: Likewise.
42088         * stdio-common/isoc99_vfscanf.c: Likewise.
42089         * stdio-common/isoc99_vscanf.c: Likewise.
42090         * stdio-common/isoc99_vsscanf.c: Likewise.
42091         * stdio-common/printf-prs.c: Likewise.
42092         * stdio-common/printf_fp.c: Likewise.
42093         * stdio-common/printf_fphex.c: Likewise.
42094         * stdio-common/printf_size.c: Likewise.
42095         * stdio-common/putw.c: Likewise.
42096         * stdio-common/scanf.c: Likewise.
42097         * stdio-common/sprintf.c: Likewise.
42098         * stdio-common/tmpfile.c: Likewise.
42099         * stdio-common/vfprintf.c: Likewise.
42100         * stdio-common/vfscanf.c: Likewise.
42101         * stdlib/strfmon_l.c: Likewise.
42102         * sunrpc/openchild.c: Likewise.
42103         * sunrpc/xdr_stdio.c: Likewise.
42104         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42105         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42107 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42109         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42111         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42112         in the third column, to generate for the shared library an IFUNC
42113         that uses _dl_vdso_vsym.
42114         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42115         * Makeconfig (object-suffixes-noshared): New variable.
42117         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42118         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42119         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42120         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42122         [BZ #14132]
42123         * include/sys/time.h (__gettimeofday): Remove macro.
42124         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42125         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42126         Remove INTDEF.
42127         (__gettimeofday): Add libc_hidden_def.
42128         (gettimeofday): Add libc_hidden_weak.
42129         * sysdeps/mach/gettimeofday.c: Likewise.
42130         * sysdeps/posix/gettimeofday.c: Likewise.
42131         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42132         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42133         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42134         (__gettimeofday_internal): Remove strong_alias.
42135         (__gettimeofday): Add libc_hidden_def.
42136         (gettimeofday): Add libc_hidden_weak.
42137         * sysdeps/unix/syscalls.list (gettimeofday):
42138         Remove __gettimeofday_internal alias.
42140 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42141             H.J. Lu  <hongjiu.lu@intel.com>
42143         [BZ #12495]
42144         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42145         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42146         (largebin_index_32_big): New.
42147         (largebin_index): Use it for 16-byte alignment.
42148         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42149         correction with front_misalign.
42151 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42153         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42155         Likewise.
42156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42157         Likewise.
42158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42159         Likewise.
42160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42161         Likewise.
42162         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42163         Likewise.
42164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42165         Likewise.
42166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42167         Likewise.
42168         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42169         Likewise.
42170         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42171         Likewise.
42172         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42173         Likewise.
42174         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42175         Likewise.
42176         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42177         Likewise.
42179         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42180         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42182 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42184         [BZ #10846]
42185         [BZ #14036]
42186         * math/libm-test.inc (exp_test): Add test from bug 14036.
42187         (pow_test): Add test from bug 10846.
42189         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42190         and other flags.
42191         (special_function): Do not include flags in test name.
42192         (parse_args): Likewise.
42193         * sysdeps/i386/fpu/libm-test-ulps: Update.
42194         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42195         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42196         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42199         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42200         exceptions.
42201         * math/libm-test.inc ("Philosophy"): Update comment about
42202         exception testing.
42203         (UNDERFLOW_EXCEPTION): New macro.
42204         (UNDERFLOW_EXCEPTION_OK): Likewise.
42205         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42206         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42207         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42208         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42209         (INVALID_EXCEPTION_OK): Update value.
42210         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42211         (OVERFLOW_EXCEPTION_OK): Likewise.
42212         (IGNORE_ZERO_INF_SIGN): Likewise.
42213         (test_exceptions): Handle underflow exceptions.
42214         (acos_test): Update for underflow exception expectations.
42215         (cexp_test): Likewise.
42216         (clog_test): Likewise.
42217         (clog10_test): Likewise.
42218         (csqrt_test): Likewise.
42219         (ctan_test): Likewise.
42220         (ctanh_test): Likewise.
42221         (exp_test): Likewise.
42222         (exp10_test): Likewise.
42223         (exp2_test): Likewise.
42224         (expm1_test): Likewise.
42225         (fma_test): Likewise.
42226         (j0_test): Likewise.
42227         (jn_test): Likewise.
42228         (nexttoward_test): Likewise.
42229         (pow_test): Likewise.
42230         (scalbn_test): Likewise.
42231         (scalbln_test): Likewise.
42232         (tan_test): Likewise.
42233         (y1_test): Likewise.
42234         * sysdeps/i386/fpu/libm-test-ulps: Update.
42235         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42237 2012-05-23  David S. Miller  <davem@davemloft.net>
42239         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42240         (__libc_sigaction): Remove unused local variables.
42242 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42244         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42246 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42248         mktime: avoid signed integer overflow
42249         * time/mktime.c (__mktime_internal): Do not mishandle the case
42250         where diff == INT_MIN.
42252         mktime: simplify computation of average
42253         * time/mktime.c (ranged_convert): Use new time_t_avg function
42254         instead of rolling our own (probably-slower) code.
42256         mktime: do not assume signed right shift propagates sign bit
42257         * time/mktime.c (isdst_differ): New static function.
42258         (__mktime_internal): No need to normalize tm_isdst now.
42259         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42260         tm_isdst values.
42262         mktime: merge another wrapv change from gnulib
42263         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42264         from some compilers.
42266         mktime: remove incorrect attempt at unusual arithmetics
42267         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42268         The code didn't really work on such machines anyway.
42269         (TYPE_MINIMUM): Assume two's complement.
42270         (twos_complement_arithmetic): Verify that long_int and time_t
42271         are two's complement (or unsigned, in the latter case).
42273         mktime: check signed shifts on long_int and time_t, too
42274         * time/mktime.c (SHR): Check that shifts work as desired
42275         on the types long_int and time_t too, as SHR is used on
42276         such types.
42278         mktime: do not assume 'long' is wide enough
42279         * time/mktime.c (verify): Move decl up.
42280         (long_int): New type.
42281         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42282         to remove assumption in the code that 'long' is wide enough to
42283         store year values.  This assumption is not true on x32 and on
42284         some non-glibc platforms.
42286         mktime: merge wrapv change from gnulib
42287         * time/mktime.c (WRAPV): New macro.
42288         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42289         (guess_time_tm, __mktime_internal): Do not assume that signed
42290         integer overflow wraps around; modern compilers generate code
42291         where this assumption is no longer valid.
42293 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42295         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42296         Replace "jmp L(pseudo_end)" with "ret".
42297         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42298         Likewise.
42300 2012-05-23  Andreas Jaeger  <aj@suse.de>
42302         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42303         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42305 2012-05-23  Andreas Jaeger  <aj@suse.de>
42306             Maximilian Attems  <max@stro.at>
42308         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42309         New macros.
42311 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42313         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42314         code so that pseudo_end is just ret and the stack pointer is
42315         correct also for static library in error case.
42317 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42319         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42320         move to syscalls.list.
42321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42326         * manual/install.texi (Running make install): Do not mention Linux
42327         kernel version for which pt_chown is not needed.
42328         (Linux): Do not mention problems with nscd with 2.0 kernels.
42329         * INSTALL: Regenerated.
42331 2012-05-23  Andreas Jaeger  <aj@suse.de>
42333         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42334         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42335         macro.
42336         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42337         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42338         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42339         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42340         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42341         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42342         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42343         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42344         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42345         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42346         * sysdeps/unix/sysv/linux/bits/in.h
42347         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42349 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42351         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42352         (PREPARE_VERSION): Just use assert instead, it will be elided
42353         under [NDEBUG] anyway.
42355 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42357         * sysdeps/unix/sysv/linux/Makefile: Include
42358         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42359         (sysdep_routines): Remove sysctl.
42360         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42361         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42362         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42363         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42364         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42366 2012-05-22  Andreas Jaeger  <aj@suse.de>
42368         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42369         that pseudo_end is just ret and the stack pointer is correct also
42370         for static library in error case.
42372 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42374         [BZ #14122]
42375         * nss/nsswitch.c (defconfig_entries): New variable.
42376         (__nss_database_lookup): Don't leak defconfig entries.
42377         (nss_parse_service_list): Don't leak on error paths.
42378         (free_database_entries): New function.
42379         (free_defconfig): New function.
42380         (free_mem): Move common code to free_database_entries.
42382 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42384         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42385         Add arch_prctl.
42386         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42388         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42389         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42390         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42391         New macro.
42392         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42393         (INTERNAL_SYSCALL_TYPES): Likewise.
42394         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42395         (LOAD_REGS_TYPES_[1-6]): Likewise.
42396         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42397         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42399 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42401         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42402         copysignl for GLIBC_2_0.
42403         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42404         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42405         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42406         logbl for GLIBC_2_0.
42407         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42408         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42410 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42412         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42413         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42415         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42416         Use "neg %eax".
42418         * time/mktime.c: Update copyright years.
42420 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42422         mktime: merge comment-quoting-style change from gnulib
42423         * time/mktime.c: Quote 'like this' in comments.
42424         The GNU coding standards suggest that we no longer quote `like this',
42425         as "`" and "'" are typically rendered asymmetrically nowadays.
42426         The typical gnulib style is to quote 'like this' when quoting
42427         code, and "like this" when quoting English.
42429         * time/mktime.c (compile-command): Add "-I.".
42431         mktime: merge mktime-internal.h change from gnulib
42432         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42434         mktime: merge time_r change from gnulib
42435         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42437         mktime: merge DEBUG change from gnulib
42438         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42439         case system <time.h> has a #define.
42441         mktime: merge <sys/types.h> change from gnulib
42442         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42443         since <time.t> is now guaranteed to define time_t.
42445         mktime: merge HAVE_CONFIG_H change from gnulib
42446         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42448 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42450         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42451         Use "neg %eax".
42453         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42454         __rlim_t cast.
42455         (struct rusage): Use anonymous union to pad each field to
42456         __syscall_slong_t.
42458 2012-05-21  David S. Miller  <davem@davemloft.net>
42460         * Makefules (o-iterator): Remove .s cases.
42461         (compile-command.s): Delete.
42462         (COMPILE.s): Delete.
42463         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42465 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42467         * configure.in (libc_cv_predef_stack_protector): Only consider
42468         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42469         * configure: Regenerated.
42471 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42473         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42474         New macro.  Use R*LP on int and pointer.
42475         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42476         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42477         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42478         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42480         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42481         [__WORDSIZE_TIME64_COMPAT32] instead of
42482         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42483         (struct utmp): Likewise.
42484         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42485         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42486         Renamed to ...
42487         (__WORDSIZE_TIME64_COMPAT32): This.
42488         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42489         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42490         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42491         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42492         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42493         (__WORDSIZE_TIME64_COMPAT32): New macro.
42495 2012-05-21  Andreas Jaeger  <aj@suse.de>
42497         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42498         only if [SHARED]. Add prototype for __wcschr_ia32.
42500 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42502         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42503         of %rbp unmolested in the jmp_buf while mangling the low bits.
42504         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42505         unmolested high bits of %rbp while demangling the low bits.
42506         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42508 2012-05-21  Andreas Jaeger  <aj@suse.de>
42510         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42511         * sunrpc/svc_simple.c: Use it for registerrpc.
42512         * sunrpc/xcrypt.c: Use it for passwd2des.
42514         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42516 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42518         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42519         Don't define if [__SYSCALL_WORDSIZE != 32].
42520         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42521         New macro.
42523 2012-05-21  Bruno Haible  <bruno@clisp.org>
42524             Andreas Jaeger  <aj@suse.de>
42526         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42527         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42528         inptr and inend for must_buffer_ch.
42529         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42530         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42531         * stdio-common/Makefile (tests): Remove bug15.
42532         (bug15-ENV): Remove macro.
42533         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42534         anymore.
42536 2012-05-19  Andreas Jaeger  <aj@suse.de>
42537             Roland McGrath  <roland@hack.frob.com>
42539         * manual/contrib.texi: Completely rewritten. It contains now an
42540         alphabetical list of contributors and their contributions.
42542 2012-05-21  Richard Henderson  <rth@twiddle.net>
42544         * misc/getauxval.c (__getauxval): Use unsigned long int.
42545         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42546         (getauxval): Use unsigned long int.
42548 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42550         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42552 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42554         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42555         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42556         __alignof__ (long double).
42558 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42562 2012-05-20  Richard Henderson  <rth@twiddle.net>
42564         * misc/getauxval.c: New file.
42565         * misc/sys/auxv.h: New file.
42566         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42567         (routines): Add getauxval.
42568         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42569         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42570         * elf/dl-sysdep.c (_dl_auxv): Remove.
42571         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42572         * elf/dl-support.c (_dl_auxv): New variable.
42573         (_dl_aux_init): Initialize it.
42574         * manual/startup.texi (Auxiliary Vector): New node.
42575         * sysdeps/generic/bits/hwcap.h: New file.
42576         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42577         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42578         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42579         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42580         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42581         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42583         Update.
42584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42585         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42586         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42587         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42589         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42590         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42591         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42593 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42597 2012-05-19  David S. Miller  <davem@davemloft.net>
42599         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42601 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42603         [BZ #14123]
42604         * math/s_ccosh.c: Include <float.h>
42605         (__ccosh): Avoid internal overflow calculating sinh and cosh
42606         values before multiplying by sin and cos values.
42607         * math/s_ccoshf.c: Likewise.
42608         * math/s_ccoshl.c: Likewise.
42609         * math/s_csin.c: Likewise.
42610         * math/s_csinf.c: Likewise.
42611         * math/s_csinl.c: Likewise.
42612         * math/s_csinh.c: Likewise.
42613         * math/s_csinhf.c: Likewise.
42614         * math/s_csinhl.c: Likewise.
42615         * math/libm-test.inc (ccos_test): Add more tests.
42616         (ccosh_test): Likewise.
42617         (csin_test): Likewise.
42618         (csinh_test): Likewise.
42619         * sysdeps/i386/fpu/libm-test-ulps: Update.
42620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42622 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42624         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42625         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42627         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42629 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42631         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42632         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42633         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42634         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42635         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42636         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42637         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42638         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42639         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42640         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42641         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42642         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42643         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42644         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42645         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42646         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42647         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42648         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42649         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42650         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42651         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42652         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42653         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42654         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42655         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42656         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42657         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42658         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42659         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42660         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42661         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42663 2012-05-18  Andreas Jaeger  <aj@suse.de>
42665         * csu/.gitignore: Delete.
42667 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42669         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42670         (timex): Use __syscall_slong_t.
42672 2012-05-18  Andreas Jaeger  <aj@suse.de>
42673             Carlos O'Donell  <carlos_odonell@mentor.com>
42675         * manual/install.texi (Configuring and compiling): Update
42676         description about files modified in the source directory.
42677         * INSTALL: Regenerated.
42679 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42681         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42682         value.  Use "or" to set return value to -1.
42683         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42684         negate return value.
42686 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42688         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42689         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42690         failure if the compiler has Graphite support disabled.
42691         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42692         Likewise.
42693         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42694         (CFLAGS-memmove.c): Likewise.
42695         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42696         Likewise.
42698 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42700         * sysdeps/x86_64/x32/_itoa.h: New file.
42702         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42703         getdents system call only if kernel and user dirents have the
42704         same d_ino and d_off.
42706         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42707         LLONG_MAX != LONG_MAX.
42708         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42709         (_fitoa_word): Likewise.
42711         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42712         years.
42713         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42714         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42715         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42717         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42718         include <bits/wordsize.h>.  Check __x86_64__ instead of
42719         __WORDSIZE.
42720         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42721         if __x86_64__ is defined.  Use anonymous union on fpstate.
42723         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42724         anonymous union.
42726 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42728         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42729         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42730         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42731         Refer to _rtld_local_ro instead of _rtld_global_ro.
42732         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42733         Likewise.
42734         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42735         Likewise.
42736         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42737         Likewise.
42738         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42739         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42740         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42742         * sysdeps/powerpc/powerpc32/dl-machine.c
42743         (__elf_machine_runtime_setup) [PROF]: Don't reference
42744         _dl_prof_resolve.
42746 2012-05-18  Andreas Jaeger  <aj@suse.de>
42748         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42749         function only available for GCCs before 3.4 since GCC 3.4
42750         introduced a builtin.
42751         (lrint): Likewise.
42752         (llrintf): Likewise.
42753         (llrint): Likewise.
42754         (fmaxf): Likewise.
42755         (fmax): Likewise.
42756         (fminf): Likewise.
42757         (fmin): Likewise.
42758         (rint): Likewise.
42759         (rintf): Likewise.
42760         (nearbyint): Likewise.
42761         (nearbyintf): Likewise.
42762         (ceil): Likewise.
42763         (ceilf): Likewise.
42764         (floor): Likewise.
42765         (floorf): Likewise.
42767 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42769         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42770         on both fields and cast pointer to __syscall_ulong_t.
42772         * bits/types.h (__fsword_t): New type.
42773         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42774         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42775         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42776         (__FSWORD_T_TYPE): Likewise.
42777         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42778         (__FSWORD_T_TYPE): Likewise.
42779         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42780         (__FSWORD_T_TYPE): Likewise.
42781         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42782         (__FSWORD_T_TYPE): Likewise.
42783         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42784         __SWORD_TYPE with __fsword_t.
42785         (statfs64): Likewise.
42787 2012-05-17  David S. Miller  <davem@davemloft.net>
42789         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42791 2012-05-17  Andreas Jaeger  <aj@suse.de>
42793         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42794         warning.
42796 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42798         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42800 2012-05-17  Andreas Jaeger  <aj@suse.de>
42802         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42803         when it is used.
42805 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42807         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42809 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42811         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42812         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42814 2012-05-17  Andreas Jaeger  <aj@suse.de>
42815             Carlos O'Donell  <carlos_odonell@mentor.com>
42817         [BZ #14059]
42818         * sysdeps/x86_64/multiarch/init-arch.h
42819         (bit_YMM_Usable): Rename to...
42820         (bit_AVX_Usable): ... this.
42821         (bit_FMA4_Usable): New macro.
42822         (bit_XMM_state): New macro.
42823         (bit_YMM_state): New macro.
42824         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42825         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42826         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42827         (CPUID_OSXSAVE): New macro.
42828         (CPUID_AVX): New macro.
42829         (CPUID_FMA4): New macro.
42830         (index_YMM_Usable): Rename to...
42831         (index_AVX_Usable): ... this.
42832         (HAS_AVX): Use HAS_ARCH_FEATURE.
42833         (HAS_FMA4): Likewise.
42834         (HAS_YMM_USABLE): Remove.
42835         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42836         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42837         are present.
42838         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42839         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42840         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42841         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42842         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42844 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42846         * math/libm-test.c: Support platforms without multiple rounding modes.
42847         * math/bug-nextafter.c: Support platforms without FP exceptions.
42848         * math/bug-nexttoward.c: Likewise.
42849         * math/test-fenv.c: Likewise.
42850         * math/test-misc.c: Likewise.
42851         * stdlib/bug-getcontext.c: Likewise.
42853 2012-05-17  Andreas Jaeger  <aj@suse.de>
42855         * manual/examples/search.c (critter_cmp): Change signature to
42856         avoid warnings.
42857         * manual/string.texi (Collation Functions): Likewise.
42859 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42861         * bits/types.h: Fold copyright years.
42862         * bits/typesizes.h: Likewise.
42863         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42864         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42865         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42866         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42867         * time/time.h: Likewise.
42869 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42871         [BZ #208]
42872         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42873         in instead of returning them.  Return void.
42874         (__libc_mallinfo): Accumulate over all arenas.
42875         (__malloc_stats): Adjust for change in int_mallinfo interface.
42877 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42879         [BZ #10375]
42880         * configure.in (NM): Add AC_CHECK_TOOL for it.
42881         (libc_extra_cflags): New substituted variable.
42882         Check for -fstack-protector being used implicitly.
42883         * configure: Regenerated.
42884         * config.make.in (config-extra-cflags): New variable,
42885         gets @libc_extra_cflags@.
42886         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42888         [BZ #10375]
42889         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42890         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42891         * configure: Regenerated.
42892         * config.make.in (CPPUNDEFS): New substituted variable.
42893         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42894         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42895         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42897 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42899         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42900         (mq_attr): Use __syscall_slong_t.
42902 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42904         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42905         Check __x86_64__ instead of __WORDSIZE.
42906         (_STAT_VER_LINUX): Likewise.
42907         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42908         __syscall_ulong_t and __syscall_slong_t.
42909         (stat64): Likewise.
42911 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42913         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42915 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42917         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42919 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42921         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42922         __syscall_ulong_t.
42924         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42925         include <bits/wordsize.h>.  Check __x86_64__ instead of
42926         __WORDSIZE.
42927         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42928         defined.
42929         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42931         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42932         include <bits/wordsize.h>.  Check __x86_64__ instead of
42933         __WORDSIZE.
42934         (user_regs_struct): Use "__extension__ unsigned long long"
42935         instead of "unsigned long" if __x86_64__ is defined.
42936         (user): Likewise.  Pad after pointer field if __ILP32__ is
42937         defined.
42939 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42941         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42942         versions 5 to 9.
42943         * configure: Regenerated.
42944         * manual/install.texi (texinfo): Increase version requirement to
42945         4.5 or later.
42946         * INSTALL: Regenerated.
42948         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42950 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42952         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42954         * sysdeps/x86_64/x32/ffs.c: New file.
42956         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42957         __syscall_ulong_t.
42958         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42959         defined.  Use __syscall_ulong_t.
42960         (shminfo): Use __syscall_ulong_t.
42961         (shm_info): Likewise.
42963         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42964         __syscall_ulong_t.
42966         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42967         <bits/wordsize.h>.
42968         (msgqnum_t): Use __syscall_ulong_t.
42969         (msglen_t): Likewise.
42970         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42971         __syscall_ulong_t.
42973         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42974         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42976         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42978         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42979         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42981         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42982         __syscall_slong_t.
42984         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42985         include <bits/wordsize.h>.  Check __x86_64__ instead of
42986         __WORDSIZE.
42988         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42989         "unsigned long long int" if __x86_64__ is defined.
42990         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42992         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42993         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42994         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42996         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42997         <stdint.h>.
42998         (GET_PC): Cast to uintptr_t first.
42999         (GET_FRAME): Likewise.
43000         (GET_STACK): Likewise.
43002         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43003         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43004         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43005         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43006         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43007         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43008         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43009         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43010         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43011         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43012         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43013         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43014         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43015         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43016         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43017         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43018         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43019         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43020         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43021         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43022         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43023         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43024         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43025         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43026         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43027         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43028         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43029         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43030         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43032 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43034         * Makerules (+depfiles): Also collect depfiles from .oS in
43035         $(extra-objs).
43036         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43037         .oS, $(libnldbl-routines)).
43039         * Makerules (native-compile-mkdep-flags): Define.
43040         * sunrpc/Makefile (extra-objs): Add $(addprefix
43041         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43042         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43043         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43044         calling $(make-target-directory).
43046 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43048         * bits/types.h (__snseconds_t): Removed.
43049         * time/time.h (struct timespec): Replace __snseconds_t with
43050         __syscall_slong_t.
43051         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43052         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43053         Likewise.
43054         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43055         (__SNSECONDS_T_TYPE): Likewise.
43056         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43057         (__SNSECONDS_T_TYPE): Likewise.
43058         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43059         (__SNSECONDS_T_TYPE): Likewise.
43061 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43063         * sysdeps/mach/hurd/bits/typesizes.h
43064         (__SYSCALL_SLONG_TYPE): New macro.
43065         (__SYSCALL_ULONG_TYPE): Likewise.
43067 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43069         * bits/types.h (__syscall_slong_t): New type.
43070         (__syscall_ulong_t): Likewise.
43072         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43073         (__SYSCALL_ULONG_TYPE): Likewise.
43074         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43075         (__SYSCALL_SLONG_TYPE): Likewise.
43076         (__SYSCALL_ULONG_TYPE): Likewise.
43077         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43078         (__SYSCALL_SLONG_TYPE): Likewise.
43079         (__SYSCALL_ULONG_TYPE): Likewise.
43080         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43081         (__SYSCALL_SLONG_TYPE): Likewise.
43082         (__SYSCALL_ULONG_TYPE): Likewise.
43084 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43086         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43087         Add sigaltstack-offsets.sym.
43088         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43089         <sigaltstack-offsets.h>.
43090         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43091         longjmp_msg pointer.
43092         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43093         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43094         signal stack.
43095         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43097 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43099         * elf/stackguard-macros.h: Remove file.
43100         * sysdeps/generic/stackguard-macros.h: New file.
43101         * sysdeps/i386/stackguard-macros.h: Likewise.
43102         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43103         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43104         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43105         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43106         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43107         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43108         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43109         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43110         <elf/stackguard-macros.h>.
43112         [BZ #14109]
43113         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43114         __aligned__ in attribute.
43115         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43116         (gregset_t): Likewise.
43118 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43120         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43121         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43122         * sysdeps/x86_64/x32/Implies-after: New file.
43124 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43126         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43127         and access return value for _dl_profile_fixup.  Use R10_LP to
43128         load frame size.
43130 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43132         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43134 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43136         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43137         * sysdeps/x86_64/x32/sysdep.h: New file.
43139 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43141         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43142         * sysdeps/x86_64/setjmp.S: Likewise.
43144 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43146         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43147         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43148         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43149         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43150         remove unused global constant.
43152 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43154         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43155         include of <not-cancel.h>.
43157 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43159         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43161 2012-05-15  Jeff Law  <law@redhat.com>
43162             Andreas Jaeger  <aj@suse.de>
43164         [BZ #13594]
43165         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43166         out from...
43167         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43168         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43169         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43170         code changing __hst_map_handle.map.
43172 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43174         * configure.in (sysnames): Look for Implies-before and Implies-after
43175         files.
43176         * configure: Regenerated.
43178 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43180         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43181         8-byte data alignment with LP_SIZE alignment.
43183 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43185         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43186         into R10_LP.
43188 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43190         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43192 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43194         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43195         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43196         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43197         Likewise.
43198         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43200 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43202         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43203         (stackinfo_sub_sp): Likewise.
43205 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43207         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43208         RAX_LP.
43210 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43212         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43213         into R*_LP.
43215 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43217         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43218         sizes into R*_LP.
43220 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43222         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43224 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43226         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43227         into R11_LP and load __x86_64_shared_cache_size_half into
43228         R8_LP.
43230 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43232         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43233         R8_LP.
43235 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43237         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43238         logb for POWER7.
43239         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43240         logbf for POWER7.
43241         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43242         logbl for POWER7.
43243         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43244         powerpc32/power7/fpu/s_logb.c via #include.
43245         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43246         powerpc32/power7/fpu/s_logbf.c via #include.
43247         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43248         powerpc32/power7/fpu/s_logbl.c via #include.
43250 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43252         * README.libm: Remove file.
43254 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43256         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43257         count for x32.  Use R*_LP and omit operand-size suffix.
43259 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43261         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43262         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43263         * sysdeps/x86_64/x32/shlib-versions: New file.
43265 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43267         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43268         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43269         Use _dl_fatal_printf instead.
43271 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43273         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43274         set if not set by the user.  Do not allow for being unset.
43275         * sysdeps/unix/sysv/linux/configure: Regenerated.
43277 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43279         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43280         the `q' suffix from lea and replace .quad with ASM_ADDR.
43282 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43284         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43285         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43286         instead of $17.
43287         (PTR_DEMANGLE): Likewise.
43289 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43291         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43292         (LP_OP): Likewise.
43293         (ASM_ADDR): Likewise.
43294         (RAX_LP): Likewise.
43295         (RBP_LP): Likewise.
43296         (RBX_LP): Likewise.
43297         (RCX_LP): Likewise.
43298         (RDI_LP): Likewise.
43299         (RSI_LP): Likewise.
43300         (RSP_LP): Likewise.
43301         (R8_LP): Likewise.
43302         (R9_LP): Likewise.
43303         (R10_LP): Likewise.
43304         (R10_LP): Likewise.
43305         (R11_LP): Likewise.
43306         (R12_LP): Likewise.
43307         (R13_LP): Likewise.
43308         (R14_LP): Likewise.
43309         (R15_LP): Likewise.
43311 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43313         * sysdeps/x86_64/x32/dl-machine.h: New file.
43315 2012-05-14  Andreas Jaeger  <aj@suse.de>
43317         * manual/Makefile (subdir): Remove export of subdir.
43318         (all): Remove target.
43319         (.PHONY): Remove all from list.
43320         (mkinstalldirs): Remove.
43321         (.PHONY): Remove installdirs from list.
43322         ($(inst_infodir)/libc.info): Use make-target-directory.
43323         (installdirs): Remove.
43324         (subdir_%): Remove.
43325         (glibc-targets): Remove.
43326         (lib): Remove.
43327         (stubs): Remove.
43328         ($(objpfx)stubs ../po/manual.pot): Remove.
43329         ($(objpfx)stamp%): Remove.
43330         (make-target-directory): Remove.
43331         (subdir_install): Remove.
43332         (routines): Remove.
43333         (aux): Remove.
43334         (sources): Remove.
43335         (objects): Remove.
43336         (headers): Remove.
43338         [BZ #13750]
43339         * manual/.gitignore: Remove, it's not needed anymore.
43340         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43341         all files in it.
43342         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43343         directory.
43344         (texis): Renamed to $(objpfx)texis.
43345         (texis-path): New, contains path to generated files.
43346         (chapters.%): Use texis-path for complete path, add extra argument
43347         libc-texinfo.sh.
43348         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43349         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43350         (summary,texi, stamp-summary): Use complete path of
43351         files. Generate files in build dir.
43352         (dir-add.texi): Build in build dir.
43353         (libm-err.texi,stamp-libm-err): Likewise.
43354         (version.texi, stamp-version): Likewise.
43355         (.%c.texi): Likewise.
43356         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43357         (mostlyclean): Remove target.
43358         (realclean): Remove target.
43359         (generated): Add new variable with contents from mostlyclean and
43360         realclean, remove entries duplicated in common-mostlyclean, add
43361         stamp-libm-err and stamp-version.
43362         (generated-dirs): Add libc directory.
43363         ($(inst_infodir)/libc.info): Install files from build dir.
43365         * manual/install.texi (Configuring and compiling): Adjust since
43366         the info files are not part of the tar ball anymore.
43368 2012-05-14  Andreas Jaeger  <aj@suse.de>
43370         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43371         variable.
43373 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43375         [BZ #13717]
43376         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43377         to 2.2.0 where earlier.
43378         * sysdeps/unix/sysv/linux/configure: Regenerated.
43379         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43380         Remove conditional code.
43381         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43382         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43383         Remove conditional code.
43384         [!__NR_lchown]: Likewise.
43385         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43386         [__NR_lchown]: Likewise.
43387         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43388         comment referencing __ASSUME_LCHOWN_SYSCALL.
43389         * sysdeps/unix/sysv/linux/i386/sigaction.c
43390         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43391         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43392         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43393         Remove conditional code.
43394         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43395         (__protocol_available): Remove #if 0 code.
43396         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43397         conditional code.
43398         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43399         * sysdeps/unix/sysv/linux/kernel-features.h
43400         (__ASSUME_GETCWD_SYSCALL): Don't define.
43401         (__ASSUME_REALTIME_SIGNALS): Likewise.
43402         (__ASSUME_PREAD_SYSCALL): Likewise.
43403         (__ASSUME_PWRITE_SYSCALL): Likewise.
43404         (__ASSUME_POLL_SYSCALL): Likewise.
43405         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43406         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43407         non-SPARC.
43408         (__ASSUME_SIOCGIFNAME): Don't define.
43409         (__ASSUME_MSG_NOSIGNAL): Likewise.
43410         (__ASSUME_SENDFILE): Define unconditionally.
43411         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43412         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43413         conditional code.
43414         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43415         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43416         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43417         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43418         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43419         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43420         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43422         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43423         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43425         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43426         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43428         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43429         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43431         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43432         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43434         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43435         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43437         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43438         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43440         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43441         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43443         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43444         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43445         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43446         Remove conditional code.
43447         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43448         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43449         Remove conditional code.
43450         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43451         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43452         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43453         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43454         Remove conditional code.
43455         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43456         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43457         Remove conditional code.
43458         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43459         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43460         Remove conditional code.
43461         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43462         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43463         Remove conditional code.
43464         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43465         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43466         Remove conditional code.
43467         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43468         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43469         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43470         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43471         * sysdeps/unix/sysv/linux/sigaction.c
43472         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43473         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43474         * sysdeps/unix/sysv/linux/sigpending.c
43475         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43476         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43477         * sysdeps/unix/sysv/linux/sigprocmask.c
43478         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43479         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43480         * sysdeps/unix/sysv/linux/sigsuspend.c
43481         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43482         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43483         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43484         (__libc_missing_rt_sigs): Remove.
43485         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43486         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43487         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43488         Remove conditional code.
43489         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43490         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43491         return 1.
43492         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43493         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43494         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43495         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43497 2012-05-14  Andreas Jaeger  <aj@suse.de>
43499         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43500         it's not used in glibc.
43501         (__coshm1): Likewise.
43502         (__acosh1p): Likewise.
43503         (__sgn): Likewise.
43505         * manual/string.texi (Copying and Concatenation): Add missing
43506         variable in concat example.
43507         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43509 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43511         [BZ #14103]
43512         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43513         __builtin_clzl with __builtin_clzll.
43515 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43517         [BZ #14104]
43518         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43519         libc_freeres_ptr.
43521 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43523         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43524         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43525         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43526         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43528 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43530         * NEWS: Update ia64 info.
43532 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43534         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43535         used as bcopy.
43537 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43539         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43540         * sysdeps/unix/syscalls.list (dup3): Likewise.
43541         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43542         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43544 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43546         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43547         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43549 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43551         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43552         thread pointer.
43553         (TLS_IE): Use mov/add instead of movq/addq to load thread
43554         pointer.
43555         (TLS_GD_PREFIX): New.
43556         (TLS_GD): Use it.
43558 2012-05-11  David S. Miller  <davem@davemloft.net>
43560         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43561         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43562         (_FPU_SETCW): Likewise.
43564 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43566         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43567         is 32-byte aligned.
43569 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43571         [BZ #11837]
43572         * iconvdata/gb18030.c: Update tables.
43573         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43574         characters specially.
43575         (BODY for TO_LOOP): Add encoding of missing ranges.
43577 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43579         [BZ #13673]
43580         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43581         * sysdeps/mach/hurd/dup3.c: Likewise.
43582         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43583         * sysdeps/powerpc/memmove.c:: Likewise.
43585 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43587         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43588         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43590 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43592         * elf/elf.h (R_X86_64_RELATIVE64): New.
43593         (R_X86_64_NUM): Updated.
43594         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43595         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43596         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43597         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43598         tst-quad1pie tst-quad2pie
43599         (modules-names): Add tst-quadmod1 tst-quadmod2.
43600         ($(objpfx)tst-quad1): New dependency.
43601         ($(objpfx)tst-quad2): Likewise.
43602         ($(objpfx)tst-quad1pie): Likewise.
43603         ($(objpfx)tst-quad2pie): Likewise.
43604         * sysdeps/x86_64/tst-quad1.c: New file.
43605         * sysdeps/x86_64/tst-quad1pie.c: New file.
43606         * sysdeps/x86_64/tst-quad2.c: Likewise.
43607         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43608         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43609         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43610         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43611         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43613 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43615         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43616         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43617         * streams/stropts.h (t_scalar_t): Define type.
43619         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43620         (_PATH_PRESERVE): Set to "/var/lib".
43621         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43623         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43624         instead of int.
43626         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43627         if __dir_mkfile succeeded.
43629         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43630         checking for _hurd_dtablesize.  Unlock it right after having
43631         finished _hurd_dtable allocation.
43633 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43635         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43636         * sysdeps/mach/hurd/configure: Regenerated.
43637         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43638         special-casing to...
43639         * sysdeps/gnu/configure.in: ... this new file.
43640         * sysdeps/unix/sysv/linux/configure: Regenerated.
43641         * sysdeps/gnu/configure: New generated file.
43643         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43644         for Linux: use nsec instead of usec, as well as:
43645         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43646         members of type struct timespec.
43647         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43648         New macros.
43649         (struct stat64): Likewise.
43650         (_STATBUF_ST_NSEC): New macro.
43651         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43653         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43654         __strtoul_internal rather than strtoul.
43656 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43658         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43659         and reject them.
43661 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43663         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43664         which preserves existing values.
43665         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43667 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43669         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43670         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43671         greater than FD_SETSIZE.
43673 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43675         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43676         allocated, call __vm_protect to finish enabling the existing space, and
43677         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43678         allocate the remainder.
43680 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43682         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43683         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43685 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43687         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43688         sysdeps/mach/hurd/readlink.c.
43690         * posix/tst-sysconf.c (posix_options): Only use
43691         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43692         _POSIX_SYNCHRONIZED_IO when they are defined
43693         * sysdeps/mach/hurd/bits/posix_opt.h:
43694         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43695         (_XOPEN_REALTIME): Undefine macro.
43696         (_XOPEN_REALTIME_THREADS): Undefine macro.
43697         (_XOPEN_SHM): Undefine macro.
43698         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43699         macro to -1.
43700         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43701         macro to -1.
43702         (_POSIX_ASYNC_IO): Undefine macro.
43703         (_POSIX_PRIORITIZED_IO): Undefine macro.
43704         (_POSIX_SPIN_LOCKS): Define macro to -1.
43706         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43707         SA_NODEFER, SA_RESETHAND.
43708         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43709         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43710         F_DUPFD_CLOEXEC.
43712 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43714         * elf/Makefile (pldd-modules): Define unconditionally.
43716 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43718         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43720 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43722         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43723         Return ENOENT when name is empty.
43724         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43726 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43728         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43730         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43732 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43734         Fix mlock in all cases except non-readable pages.
43735         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43736         instead of VM_PROT_ALL as parameter to __vm_wire function.
43738         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43739         (__mkdir): When path is `/', just fail with EEXIST.
43740         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43742 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43744         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43745         <sys/uio.h> (for writev).
43746         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43747         and <sys/param.h> (for MIN).
43749 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43751         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43752         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43753         if interrupted.
43755 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43757         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43758         Depend on against $(link-rpcuserlibs).
43760 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43762         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43763         (__libc_stack_end): Do not use attribute_relro.
43764         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43765         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43766         to libthread-provided value.
43767         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43768         attribute_relro.
43770 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43772         [BZ #3748]
43773         * bits/libc-lock.h (__libc_once_get): New macro.
43774         * sysdeps/mach/bits/libc-lock.h: Likewise.
43775         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43776         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43777         instead of using implementation details.
43779         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43780         * libio/freopen.c: Likewise.
43781         * libio/freopen64.c: Likewise.
43782         * misc/syslog.c: Likewise.
43783         * nscd/connections.c: Likewise.
43784         * nscd/netgroupcache.c: Likewise.
43785         * sysdeps/posix/getcwd.c: Likewise.
43787 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43789         * math/w_ilogbf.c: Add #include <limits.h>.
43791 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43793         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43794         path instead of returning without unlocking.
43796         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43797         immediate-write ioctls.
43798         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43800 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43802         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43803         __builtin_frame_address instead of making assumptions about the
43804         location of the return address relative to DATA.  Force early load of
43805         the return address.
43806         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43807         __builtin_frame_address.
43809         dup3 for GNU Hurd.
43810         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43811         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43812         implement dup3 and do some further code clean-ups.
43813         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43814         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43816 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43818         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43820         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43821         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43822         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43823         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43824         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43825         d->port.lock.
43827         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43828         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43829         when handler == SIG_ERR, not when handler != SIG_ERR.
43831 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43833         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43834         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43835         definitions.
43837         accept4 for GNU Hurd.
43838         * include/sys/socket.h (__libc_accept4): New prototype.
43839         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43840         to implement __libc_accept4.
43841         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43842         __libc_accept4.
43843         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43845         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43846         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43847         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43848         signal-defines.sym.
43850 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43852         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43854 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43856         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43857         assertion on O_CLOEXEC flag.
43858         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43859         * hurd/intern-fd.c: Likewise.
43860         * hurd/port2fd.c: Likewise.
43862 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43864         [BZ #3906]
43865         * bits/in.h (IPV6_PKTINFO): Define new macro.
43866         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43868 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43870         [BZ #13954]
43871         [BZ #13955]
43872         [BZ #13956]
43873         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43874         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43875         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43876         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43877         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43878         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43879         * math/libm-test.inc (logb_test) : Additional logb tests.
43881 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43882             Andreas Jaeger  <aj@suse.de>
43884         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43885         * configure: Regenerated.
43886         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43887         * config.make.in (link-obsolete-rpc): New substituted variable.
43888         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43889         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43890         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43891         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43892         so that libc.a contains the symbols.
43893         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43894         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43895         * sunrpc/auth_none.c: Likewise.
43896         * sunrpc/auth_unix.c: Likewise.
43897         * sunrpc/authdes_prot.c: Likewise.
43898         * sunrpc/authuxprot.c: Likewise.
43899         * sunrpc/clnt_gen.c: Likewise.
43900         * sunrpc/clnt_perr.c: Likewise.
43901         * sunrpc/clnt_raw.c: Likewise.
43902         * sunrpc/clnt_simp.c: Likewise.
43903         * sunrpc/clnt_tcp.c: Likewise.
43904         * sunrpc/clnt_udp.c: Likewise.
43905         * sunrpc/clnt_unix.c: Likewise.
43906         * sunrpc/des_crypt.c: Likewise.
43907         * sunrpc/des_soft.c: Likewise.
43908         * sunrpc/get_myaddr.c: Likewise.
43909         * sunrpc/key_call.c: Likewise.
43910         * sunrpc/key_prot.c: Likewise.
43911         * sunrpc/netname.c: Likewise.
43912         * sunrpc/pm_getmaps.c: Likewise.
43913         * sunrpc/pm_getport.c: Likewise.
43914         * sunrpc/pmap_clnt.c: Likewise.
43915         * sunrpc/pmap_prot.c: Likewise.
43916         * sunrpc/pmap_prot2.c: Likewise.
43917         * sunrpc/pmap_rmt.c: Likewise.
43918         * sunrpc/publickey.c: Likewise.
43919         * sunrpc/rpc_cmsg.c: Likewise.
43920         * sunrpc/rpc_common.c: Likewise.
43921         * sunrpc/rpc_dtable.c: Likewise.
43922         * sunrpc/rpc_prot.c: Likewise.
43923         * sunrpc/rpc_thread.c: Likewise.
43924         * sunrpc/rtime.c: Likewise.
43925         * sunrpc/svc.c: Likewise.
43926         * sunrpc/svc_auth.c: Likewise.
43927         * sunrpc/svc_raw.c: Likewise.
43928         * sunrpc/svc_run.c: Likewise.
43929         * sunrpc/svc_tcp.c: Likewise.
43930         * sunrpc/svc_udp.c: Likewise.
43931         * sunrpc/svc_unix.c: Likewise.
43932         * sunrpc/svcauth_des.c: Likewise.
43933         * sunrpc/xcrypt.c: Likewise.
43934         * sunrpc/xdr.c: Likewise.
43935         * sunrpc/xdr_array.c: Likewise.
43936         * sunrpc/xdr_float.c: Likewise.
43937         * sunrpc/xdr_intXX_t.c: Likewise.
43938         * sunrpc/xdr_mem.c: Likewise.
43939         * sunrpc/xdr_rec.c: Likewise.
43940         * sunrpc/xdr_ref.c: Likewise.
43941         * sunrpc/xdr_sizeof.c: Likewise.
43942         * sunrpc/xdr_stdio.c: Likewise.
43944 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43946         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43947         change.  Update copyright years.
43949 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43951         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43953 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43954             Joseph Myers  <joseph@codesourcery.com>
43955             Paul Pluzhnikov  <ppluzhnikov@google.com>
43957         [BZ #14012]
43958         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43959         requiring rpcgen.
43960         [cross-compiling] (extra-libs): Likewise.
43961         [cross-compiling] (extra-libs-others): Likewise.
43962         [cross-compiling] (librpcsvc-routines): Likewise.
43963         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43964         [cross-compiling] (omit-deps): Likewise.
43965         (sunrpc-CPPFLAGS): New variable.
43966         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43967         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43968         (cross-rpcgen-objs): New variable.
43969         (extra-objs): Append $(cross-rpcgen-objs).
43970         ($(cross-rpcgen-objs)): New rule.
43971         ($(objpfx)cross-rpcgen): Likewise.
43972         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43973         comment.
43974         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43975         ($(objpfx)x%.stmp): Likewise.
43976         * sunrpc/proto.h [IS_IN_build] (_): Define.
43977         [IS_IN_build] (_libc_intl_domainname): Likewise.
43979 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43981         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43982         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43983         and R_X86_64_TPOFF64.
43985 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43987         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43988         sysdeps/unix/sysv/syscalls.list.
43989         (stime): Likewise.
43990         (utime): Likewise.
43991         * sysdeps/unix/sysv/syscalls.list: Remove file.
43993 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43995         [BZ #3440]
43996         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43997         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43998         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43999         (__LC_IDENTIFICATION): Make these macros useful in #if
44000         expressions, as required by C99.
44002 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44004         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44005         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44006         after this.
44008 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44010         * stdlib/longlong.h: Updated from GCC.
44012 2012-05-09  Andreas Jaeger  <aj@suse.de>
44014         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44015         default is first entry.
44016         (run_mode): Set type.
44017         (main): Remove informal message about syslog.
44018         (options): Fix typo.
44020         [BZ #14053]
44021         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44022         to asm.
44023         (lrint): Likewise.
44024         (llrintf): Likewise.
44025         (llrint): Likewise.
44026         (rint): Likewise.
44027         (rintf): Likewise.
44028         (nearbyint): Likewise.
44029         (nearbyintf): Likewise.
44031 2012-05-09  Andreas Jaeger  <aj@suse.de>
44032             Pedro Alves  <palves@redhat.com>
44034         * nscd/nscd.c (run_mode): Use enum.
44035         (main): Cleanup coding style issue.
44037 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44038             Andreas Jaeger  <aj@suse.de>
44040         * nscd/nscd.c (go_background): Replaced with...
44041         (run_mode): ... this.
44042         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44043         (options): Add -F --foreground.
44044         (main): Implement it.
44045         (parse_opt): Parse it.
44047 2012-05-09  Andreas Jaeger  <aj@suse.de>
44049         [BZ #14083]
44050         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44051         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44052         -Wconversion warning.
44053         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44054         Likewise.
44056 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44058         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44059         == 0.
44060         (LC_ALL): Use macro-int-constant.
44061         (LC_COLLATE): Likewise.
44062         (LC_CTYPE): Likewise.
44063         (LC_MESSAGES): Likewise.
44064         (LC_MONETARY): Likewise.
44065         (LC_NUMERIC): Likewise.
44066         (LC_TIME): Likewise.
44067         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44068         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44069         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44070         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44071         Specify type.
44072         [C99-based standards] (float_t): Expect type.
44073         [C99-based standards] (double_t): Expect type.
44074         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44075         type.
44076         [C99-based standards] (HUGE_VALL): Likewise.
44077         [C99-based standards] (INFINITY): Likewise.
44078         [C99-based standards] (NAN): Likewise.
44079         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44080         [C99-based standards] (FP_NAN): Likewise.
44081         [C99-based standards] (FP_NORMAL): Likewise.
44082         [C99-based standards] (FP_SUBNORMAL): Likewise.
44083         [C99-based standards] (FP_ZERO): Likewise.
44084         [C99-based standards] (FP_FAST_FMA): Use
44085         optional-macro-int-constant.  Specify type.  Require == 1.
44086         [C99-based standards] (FP_FAST_FMAF): Likewise.
44087         [C99-based standards] (FP_FAST_FMAL): Likewise.
44088         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44089         [C99-based standards] (FP_ILOGBNAN): Likewise.
44090         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44091         Specify type.
44092         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44093         [C99-based standards] (math_errhandling): Specify type.
44094         [ISO99 || ISO11] (signgam): Do not allow.
44095         [non-C99-based standards] (copysignf): Do not allow.
44096         [non-C99-based standards] (exp2f): Likewise.
44097         [non-C99-based standards] (log2f): Likewise.
44098         [non-C99-based standards] (modff): Allow.
44099         [non-C99-based standards] (erff): Do not allow.
44100         [non-C99-based standards] (erfcf): Likewise.
44101         [non-C99-based standards] (gammaf): Likewise.
44102         [non-C99-based standards] (hypotf): Likewise.
44103         [non-C99-based standards] (j0f): Likewise.
44104         [non-C99-based standards] (j1f): Likewise.
44105         [non-C99-based standards] (jnf): Likewise.
44106         [non-C99-based standards] (lgammaf): Likewise.
44107         [non-C99-based standards] (tgammaf): Likewise.
44108         [non-C99-based standards] (y0f): Likewise.
44109         [non-C99-based standards] (y1f): Likewise.
44110         [non-C99-based standards] (ynf): Likewise.
44111         [non-C99-based standards] (isnanf): Likewise.
44112         [non-C99-based standards] (acoshf): Likewise.
44113         [non-C99-based standards] (asinhf): Likewise.
44114         [non-C99-based standards] (atanhf): Likewise.
44115         [non-C99-based standards] (cbrtf): Likewise.
44116         [non-C99-based standards] (expm1f): Likewise.
44117         [non-C99-based standards] (ilogbf): Likewise.
44118         [non-C99-based standards] (log1pf): Likewise.
44119         [non-C99-based standards] (logbf): Likewise.
44120         [non-C99-based standards] (nextafterf): Likewise.
44121         [non-C99-based standards] (remainderf): Likewise.
44122         [non-C99-based standards] (rintf): Likewise.
44123         [non-C99-based standards] (scalbf): Likewise.
44124         [non-C99-based standards] (copysignl): Likewise.
44125         [non-C99-based standards] (exp2l): Likewise.
44126         [non-C99-based standards] (log2l): Likewise.
44127         [non-C99-based standards] (modfl): Allow.
44128         [non-C99-based standards] (erfl): Do not allow.
44129         [non-C99-based standards] (erfcl): Likewise.
44130         [non-C99-based standards] (gammal): Likewise.
44131         [non-C99-based standards] (hypotl): Likewise.
44132         [non-C99-based standards] (j0l): Likewise.
44133         [non-C99-based standards] (j1l): Likewise.
44134         [non-C99-based standards] (jnl): Likewise.
44135         [non-C99-based standards] (lgammal): Likewise.
44136         [non-C99-based standards] (tgammal): Likewise.
44137         [non-C99-based standards] (y0l): Likewise.
44138         [non-C99-based standards] (y1l): Likewise.
44139         [non-C99-based standards] (ynl): Likewise.
44140         [non-C99-based standards] (isnanl): Likewise.
44141         [non-C99-based standards] (acoshl): Likewise.
44142         [non-C99-based standards] (asinhl): Likewise.
44143         [non-C99-based standards] (atanhl): Likewise.
44144         [non-C99-based standards] (cbrtl): Likewise.
44145         [non-C99-based standards] (expm1l): Likewise.
44146         [non-C99-based standards] (ilogbl): Likewise.
44147         [non-C99-based standards] (log1pl): Likewise.
44148         [non-C99-based standards] (logbl): Likewise.
44149         [non-C99-based standards] (nextafterl): Likewise.
44150         [non-C99-based standards] (remainderl): Likewise.
44151         [non-C99-based standards] (rintl): Likewise.
44152         [non-C99-based standards] (scalbl): Likewise.
44153         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44154         [non-C99-based standards] (FP_*): Do not allow.
44155         [C99-based standards] (FP_*): Change to
44156         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44157         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44158         allow.
44159         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44160         (SIG_ERR): Likewise.
44161         [X/Open-based standards] (SIG_HOLD): Likewise.
44162         (SIG_IGN): Likewise.
44163         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44164         positive value.
44165         (SIGFPE): Likewise.
44166         (SIGILL): Likewise.
44167         (SIGINT): Likewise.
44168         (SIGSEGV): Likewise.
44169         (SIGTER): Likewise.
44170         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44171         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44172         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44173         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44174         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44175         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44176         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44177         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44178         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44179         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44180         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44181         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44182         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44183         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44184         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44185         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44186         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44187         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44188         [X/Open-based standards] (SIGTRAP): Likewise.
44189         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44190         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44191         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44192         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44193         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44194         allow.
44196 2012-05-08  Ian Wienand  <ianw@vmware.com>
44198         [BZ #14080]
44199         * time/tzset.c (__tzset_parse_tz): Update default rules for
44200         daylight time changes in the Energy Policy Act of 2005.
44202 2012-05-09  Andreas Jaeger  <aj@suse.de>
44204         [BZ #13983]
44205         * elf/ldconfig.c (parse_conf): Change string to make clear that
44206         ldconfig only issued a warning if ld.so.conf does not exist.
44208 2012-05-08  David S. Miller  <davem@davemloft.net>
44210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44211         movxtod instead of popping the value on the stack.
44213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44215 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44217         * config.h.in: Add HAVE_ARM_PCS_VFP.
44219 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44221         [BZ #13979]
44222         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44223         checking but the checks are disabled for any reason.
44225 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44227         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44228         and ELF64_R_TYPE with ELFW(R_TYPE).
44230 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44232         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44233         (ulimit): Likewise.
44235         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44236         (settimeofday): Likewise.
44238 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44240         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44241         a struct th_u2 inside the union, and move tu_block/tu_code into
44242         a new th_u3 union of tu_block/tu_code inside of that.  Move
44243         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44244         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44245         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44246         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44247         (th_stuff): Change to th_u1.tu_stuff.
44248         (th_data): Define.
44249         (th_msg): Change to th_u1.th_u2.tu_data.
44251 2012-05-07  David S. Miller  <davem@davemloft.net>
44253         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44255         [BZ #14074]
44256         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44257         (SETUP_PIC_REG): Use it.
44258         (SETUP_PIC_REG_LEAF): Use it.
44260 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44262         [BZ #13885]
44263         [BZ #13923]
44264         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44265         USE_AS_EXPM1L.
44266         (EXPL_FINITE): Likewise.
44267         (FLDLOG): Likewise.
44268         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44269         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44270         e_expl.S.
44271         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44272         USE_AS_EXPM1L.
44273         (EXPL_FINITE): Likewise.
44274         (FLDLOG): Likewise.
44275         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44276         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44277         e_expl.S.
44278         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44279         test of -max_value argument for long double.
44280         * sysdeps/i386/fpu/libm-test-ulps: Update.
44281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44283 2012-05-06  David S. Miller  <davem@davemloft.net>
44285         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44286         quad soft-float symbols whose references which are compiler
44287         generated.
44288         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44290 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44292         [BZ #13884]
44293         [BZ #13914]
44294         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44295         USE_AS_EXP10L.
44296         (EXPL_FINITE): Likewise.
44297         (FLDLOG): Likewise.
44298         (c0): Likewise.
44299         (c1): Likewise.
44300         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44301         Adjust comments for base varying.
44302         (__expl_finite): Change alias to EXPL_FINITE.
44303         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44304         e_expl.S.
44305         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44306         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44307         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44308         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44309         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44310         USE_AS_EXP10L.
44311         (EXPL_FINITE): Likewise.
44312         (FLDLOG): Likewise.
44313         (c0): Likewise.
44314         (c1): Likewise.
44315         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44316         Adjust comments for base varying.
44317         (__expl_finite): Change alias to EXPL_FINITE.
44318         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44319         tests for bugs.
44320         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44322         [BZ #14064]
44323         * math/libm-test.inc (check_float_internal): Correct ulp
44324         calculation for subnormal expected results.
44326 2012-05-06  Andreas Jaeger  <aj@suse.de>
44328         * Makeconfig (+math-flags): New, set to -frounding-math.
44329         (+cflags): Add +math-flags so that all of glibc gets compiled with
44330         it.
44332         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44334 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44336         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44337         Disable one test.
44339         [BZ #13787]
44340         [BZ #13922]
44341         [BZ #14036]
44342         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44343         (__ieee754_expl): Allow for and saturate large arguments.
44344         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44345         (u_threshold): Likewise.
44346         (__exp): Call __ieee754_exp before checking for overflow and
44347         underflow.
44348         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44349         (u_threshold): Likewise.
44350         (__expf): Call __ieee754_expf before checking for overflow and
44351         underflow.
44352         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44353         (u_threshold): Likewise.
44354         (__expl): Call __ieee754_expl before checking for overflow and
44355         underflow.
44356         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44357         (__ieee754_expl): Allow for and saturate large arguments.
44358         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44359         missing overflow exception on overflow.
44360         (expm1_test): Do not allow missing overflow exception on overflow.
44362         * sysdeps/i386/fpu/e_expl.c: Move to ...
44363         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44364         rather than using inline asm.
44365         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44366         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44367         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44369         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44370         (nice): Likewise.
44371         (poll): Likewise.
44372         (signal): Likewise.
44373         (time): Likewise.
44374         (times): Likewise.
44376 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44378         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44379         sysdeps/unix/common/syscalls.list.
44380         (fchmod): Likewise.
44381         (fchown): Likewise.
44382         (ftruncate): Likewise.
44383         (getrusage): Likewise.
44384         (gettimeofday): Likewise.
44385         (setpgid): Likewise.
44386         (setregid): Likewise.
44387         (setreuid): Likewise.
44388         (sigaction): Likewise.
44389         (truncate): Likewise.
44390         (vhangup): Likewise.
44391         * sysdeps/unix/common/syscalls.list: Remove file.
44392         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44393         * sysdeps/unix/sysv/linux/Implies: Likewise.
44395 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44397         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44398         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44399         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44400         Moved to ...
44401         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44402         Here.
44403         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44404         to ...
44405         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44406         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44407         to ...
44408         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44409         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44410         to ...
44411         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44412         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44413         to ...
44414         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44415         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44416         to ...
44417         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44418         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44419         to ...
44420         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44421         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44422         to ...
44423         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44424         Here.
44425         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44426         to ...
44427         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44428         Here.
44429         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44430         to ...
44431         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44432         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44433         Moved to ...
44434         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44435         Here.
44436         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44437         to ...
44438         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44440 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44442         * sysdeps/unix/common/bits/dirent.h: Remove file.
44443         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44445         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44446         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44447         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44448         * sysdeps/unix/bsd/isatty.c: Likewise.
44449         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44450         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44451         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44453 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44455         [BZ #13563]
44456         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44457         long double comparison inaccuracies.
44458         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44461 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44463         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44464         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44466 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44468         [BZ #14049]
44469         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44470         nonzero digits before rounding a hex value.
44471         * stdlib/tst-strtod.c (tests): Add another test.
44473 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44475         * sysdeps/s390/fpu/libm-test-ulps: Update.
44477 2012-05-03  Andreas Jaeger  <aj@suse.de>
44479         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44480         does not get optimized out.
44481         (malloc_opt_barrier): New.
44483 2012-05-03  Andreas Jaeger  <aj@suse.de>
44484             Roland McGrath  <roland@hack.frob.com>
44486         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44487         intermediate file deletion.
44488         (generated): Add .symlist files.
44490 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44492         [BZ #13775]
44493         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44494         Redirect under this condition.
44495         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44496         [__USE_GNU] (__dprintf_chk): Not under this condition.
44497         [__USE_GNU] (__vdprintf_chk): Likewise.
44498         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44499         under this condition.
44500         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44501         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44502         [__USE_XOPEN2K8] (vdprintf): Likewise.
44503         [__USE_GNU] (__dprintf_chk): Not under this condition.
44504         [__USE_GNU] (__vdprintf_chk): Likewise.
44505         [__USE_GNU] (dprintf): Likewise.
44506         [__USE_GNU] (vdprintf): Likewise.
44508 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44510         * elf/Makefile (common-generated): Set this instead of generated for
44511         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44512         $(all-built-dso)-derived lists.
44514 2012-05-03  Andreas Jaeger  <aj@suse.de>
44516         * sysdeps/i386/fpu/libm-test-ulps: Update.
44518         * FAQ: Removed.
44519         * FAQ.in: Likewise.
44520         * scripts/gen-FAQ.pl: Likewise.
44521         * manual/install.texi (Installation): Point to online location of
44522         FAQ.
44523         * Makefile (files-for-dist): Remove FAQ.
44524         (FAQ): Remove.
44526 2012-05-02  Allan McRae  <allan@archlinux.org>
44528         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44529         (LDFLAGS-reldepmod5.so): Likewise.
44530         (LDFLAGS-reldep6mod1.so): Likewise.
44531         (LDFLAGS-reldep6mod4.so): Likewise.
44532         (LDFLAGS-reldep8mod3.so): Likewise.
44533         (LDFLAGS-unload4mod1.so): Likewise.
44534         (LDFLAGS-unload4mod2.so): Likewise.
44535         (LDFLAGS-tst-initorder): Likewise.
44536         (LDFLAGS-tst-initordera2.so): Likewise.
44537         (LDFLAGS-tst-initordera3.so): Likewise.
44538         (LDFLAGS-tst-initordera4.so): Likewise.
44539         (LDFLAGS-tst-initorderb2.so): Likewise.
44540         (LDFLAGS-noload): Likewise.
44541         (LDFLAGS-next): Likewise.
44542         (LDFLAGS-order2mod1.so): Likewise.
44543         (LDFLAGS-order2mod2.so): Likewise.
44544         (LDFLAGS-tst-initorder2): Likewise.
44545         (LDFLAGS-tst-initorder2a.so): Likewise.
44546         (LDFLAGS-tst-initorder2b.so): Likewise.
44547         (LDFLAGS-tst-initorder2c.so): Likewise.
44548         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44550 2012-05-02  David S. Miller  <davem@davemloft.net>
44552         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44554 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44556         [BZ #14055]
44557         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44559 2012-05-02  Andreas Jaeger  <aj@suse.de>
44561         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44562         since we manipulate rounding mode.
44563         (CPPFLAGS-test-idouble.c): Likewise.
44564         (CPPFLAGS-test-ifloat.c): Likewise.
44565         (CFLAGS-test-ldouble.c): Likewise.
44566         (CFLAGS-test-double.c): Likewise.
44567         (CFLAGS-test-float.c): Likewise.
44568         (CFLAGS-test-misc.c): Likewise.
44569         (CFLAGS-test-test-fenv.c): Likewise.
44571 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44573         [BZ #2550]
44574         [BZ #2570]
44575         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44576         comparisons to determine direction to adjust input.
44578 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44580         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44581         output to the target.
44583         * scripts/localplt.awk: New file.
44584         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44585         (check-localplt-CFLAGS): Variable removed.
44586         ($(all-built-dso:=.jmprel)): New static pattern rule.
44587         (generated): Add those targets.
44588         (localplt-built-dso): New variable.
44589         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44591         * elf/check-localplt.c: File removed.
44593         * scripts/check-execstack.awk: New file.
44594         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44595         (check-execstack-CFLAGS): Variable removed.
44596         ($(objpfx)check-execstack.h): Target removed.
44597         ($(objpfx)execstack-default): New target.
44598         (generated): Add that instead of check-execstack.h.
44599         ($(all-built-dso:=.phdr)): New static pattern rule.
44600         (generated): Add those targets.
44601         * elf/check-execstack.c: File removed.
44603         * scripts/check-textrel.awk: New file.
44604         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44605         (check-textrel-CFLAGS): Variable removed.
44606         (all-built-dso): Use := to define.o
44607         ($(all-built-dso:=.dyn)): New static pattern rule.
44608         (generated): Add those targets.
44609         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44610         * config.make.in (READELF): New substituted variable.
44611         * elf/check-textrel.c: File removed.
44613 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44615         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44616         allow.
44617         * conform/data/ctype.h-data [C99-based standards] (isblank):
44618         Expect function.
44619         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44620         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44621         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44622         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44623         Specify type.  Require positive value.
44624         (EILSEQ): Likewise.
44625         (ERANGE): Likewise.
44626         [ISO || POSIX] (EILSEQ): Do not expect.
44627         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44628         Specify type.  Require positive value.
44629         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44630         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44631         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44632         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44633         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44634         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44635         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44636         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44637         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44638         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44639         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44640         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44641         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44642         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44643         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44644         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44645         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44646         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44647         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44648         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44649         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44650         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44651         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44652         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44653         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44654         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44655         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44656         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44657         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44658         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44659         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44660         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44661         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44662         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44663         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44664         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44665         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44666         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44667         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44668         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44669         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44670         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44671         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44672         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44673         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44674         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44675         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44676         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44677         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44678         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44679         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44680         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44681         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44682         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44683         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44684         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44685         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44686         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44687         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44688         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44689         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44690         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44691         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44692         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44693         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44694         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44695         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44696         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44697         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44698         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44699         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44700         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44701         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44702         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44703         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44704         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44705         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44706         Require >= 2.
44707         (FLT_ROUNDS): Expect as macro, not constant.
44708         (FLT_MANT_DIG): Use macro-int-constant.
44709         (DBL_MANT_DIG): Likewise.
44710         (LDBL_MANT_DIG): Likewise.
44711         (FLT_DIG): Likewise.
44712         (DBL_DIG): Likewise.
44713         (LDBL_DIG): Likewise.
44714         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44715         (DBL_MIN_EXP): Likewise.
44716         (LDBL_MIN_EXP): Likewise.
44717         (FLT_MAX_EXP): Use macro-int-constant.
44718         (DBL_MAX_EXP): Likewise.
44719         (LDBL_MAX_EXP): Likewise.
44720         (FLT_MAX_10_EXP): Likewise.
44721         (DBL_MAX_10_EXP): Likewise.
44722         (LDBL_MAX_10_EXP): Likewise.
44723         (FLT_MAX): Use macro-constant.
44724         (DBL_MAX): Likewise.
44725         (LDBL_MAX): Likewise.
44726         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44727         (DBL_EPSILON): Likewise.
44728         (LDBL_EPSILON): Likewise.
44729         (FLT_MIN): Likewise.
44730         (DBL_MIN): Likewise.
44731         (LDBL_MIN): Likewise.
44732         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44733         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44734         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44735         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44736         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44737         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44738         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44739         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44740         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44741         [ISO11] (FLT_TRUE_MIN): Likewise.
44742         [ISO11] (LDBL_TRUE_MIN): Likewise.
44743         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44744         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44745         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44746         (SCHAR_MAX): Likewise.
44747         (UCHAR_MAX): Likewise.
44748         (CHAR_MIN): Likewise.
44749         (CHAR_MAX): Likewise.
44750         (MB_LEN_MAX): Use macro-int-constant.
44751         (SHRT_MIN): Use macro-int-constant.  Specify type.
44752         (SHRT_MAX): Likewise.
44753         (USHRT_MAX): Likewise.
44754         (INT_MAX): Likewise.
44755         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44756         bound negative.
44757         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44758         bound with "U".
44759         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44760         bound with "L".
44761         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44762         bound negative.  Suffix upper bound with "L".
44763         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44764         bound with "UL".
44765         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44766         Specify type.
44767         [C99-based standards] (LLONG_MAX): Likewise.
44768         [C99-based standards] (ULLONG_MAX): Likewise.
44769         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44770         == 0.
44771         [ISO11] (max_align_t): Require type.
44772         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44774         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44775         from $CFLAGS, without defining away __attribute__ calls.
44776         (checknamespace): Use $CFLAGS_namespace.
44778         * conform/conformtest.pl (@keywords): Only include C99 keywords
44779         for standards based on C99 or C11.
44781         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44782         Disable tests.
44783         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44784         UNIX98]: Likewise.
44786         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44787         usability of symbols in #if.
44789         * conform/conformtest.pl: If macro or constant types start
44790         "promoted:", expect the symbol to be of the following type
44791         promoted by the integer promotions.
44793         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44794         in one place.  Also handle "macro-constant".
44796         * conform/conformtest.pl: Only accept expected macro values with
44797         "==".  Parse all "macro" lines in one place.
44798         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44800         * conform/conformtest.pl: Handle braced types on "constant" lines
44801         instead of handling "typed-constant".
44802         * conform/data/signal.h-data: Use "constant" instead of
44803         "typed-constant".
44805         * conform/conformtest.pl: Handle "optional-" at start of lines in
44806         one place rather than duplicating several cases.  Handle each
44807         format of "macro" line with initial "optional-".
44809         * conform/conformtest.pl: Only accept expected constant or
44810         optional-constant values with "==".  Parse all "constant" lines in
44811         one place.  Parse all "optional-constant" lines in one place.
44812         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44813         * conform/data/fmtmsg.h-data: Likewise.
44814         * conform/data/netinet/in.h-data: Likewise.
44815         * conform/data/tar.h-data: Likewise.
44816         * conform/data/limits.h-data: Use "==" form on "constant" and
44817         "optional-constant" lines.
44819         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44820         Use -std=c99 for XOPEN2K.
44821         (@knownproblems): Remove.
44822         (newtoken): Don't check %isknown.
44824         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44825         Do not expect macro.
44826         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44827         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44828         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44829         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44830         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44831         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44832         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44833         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44834         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44835         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44836         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44837         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44838         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44839         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44840         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44841         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44842         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44843         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44844         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44845         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44846         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44847         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44848         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44849         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44850         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44851         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44852         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44853         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44854         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44855         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44856         [XPG3] (acosh): Likewise.
44857         [XPG3] (asinh): Likewise.
44858         [XPG3] (atanh): Likewise.
44859         [XPG3] (cbrt): Likewise.
44860         [XPG3] (expm1): Likewise.
44861         [XPG3] (ilogb): Likewise.
44862         [XPG3] (log1p): Likewise.
44863         [XPG3] (logb): Likewise.
44864         [XPG3] (nextafter): Likewise.
44865         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44866         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44867         [XPG3] (remainder): Likewise.
44868         [XPG3] (rint): Likewise.
44869         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44870         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44871         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44872         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44873         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44874         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44875         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44876         [UNIX98 || XOPEN2K] (scalb): Expect.
44877         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44878         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44879         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44880         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44881         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44882         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44883         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44884         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44885         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44886         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44887         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44888         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44889         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44890         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44891         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44892         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44893         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44894         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44895         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44896         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44897         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44898         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44899         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44900         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44901         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44902         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44903         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44904         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44905         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44906         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44907         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44908         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44909         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44910         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44911         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44912         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44913         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44914         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44915         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44916         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44917         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44918         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44919         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44920         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44921         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44922         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44923         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44924         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44925         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44926         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44927         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44928         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44929         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44930         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44931         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44932         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44933         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44934         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44935         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44936         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44937         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44938         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44939         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44940         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44941         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44942         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44943         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44944         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44945         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44946         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44947         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44948         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44949         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44950         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44951         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44952         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44953         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44954         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44955         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44956         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44957         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44958         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44959         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44960         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44961         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44962         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44963         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44964         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44965         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44966         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44967         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44968         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44969         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44970         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44971         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44972         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44973         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44974         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44975         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44976         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44977         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44978         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44979         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44980         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44981         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44982         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44983         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44984         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44985         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44986         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44987         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44988         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44989         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44990         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44991         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44992         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44993         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44994         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44995         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44996         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44997         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44998         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44999         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45000         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45001         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45002         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45003         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45004         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45005         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45006         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45007         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45008         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45009         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45010         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45011         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45012         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45013         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45015         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45016         _XOPEN_SOURCE_EXTENDED for XPG4.
45018         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45020         * Makeconfig (localtime): Remove variable.
45021         (inst_localtime-file): Likewise.
45023 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45026         Update.
45027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45028         Update.
45029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45030         Update.
45031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45032         Update.
45033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45034         Update.
45035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45036         Update.
45037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45038         Update.
45039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45040         Update.
45041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45042         Update.
45044 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45046         [BZ #2550]
45047         [BZ #2570]
45048         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45049         comparisons to determine direction to adjust input.
45050         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45051         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45052         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45053         Likewise.
45054         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45055         Likewise.
45056         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45057         Likewise.
45058         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45059         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45060         Likewise.
45061         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45062         Likewise.
45063         * math/libm-test.inc (nexttoward_test): Add more tests.
45065 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45067         [BZ #14040]
45068         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45069         in version GLIBC_2.1, not GLIBC_2.0.
45070         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45071         Likewise.
45073 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45075         [BZ #13942]
45076         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45077         (1 - x) * (1 + x).
45078         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45079         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45080         * math/libm-test.inc (acos_test): Add more tests.
45081         (asin_test): Likewise.
45082         * sysdeps/i386/fpu/libm-test-ulps: Update.
45083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45085         [BZ #14034]
45086         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45087         of square root.
45088         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45089         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45090         * math/libm-test.inc (acos_test_tonearest): New function.
45091         (acos_test_towardzero): Likewise.
45092         (acos_test_downward): Likewise.
45093         (acos_test_upward): Likewise.
45094         (asin_test_tonearest): Likewise.
45095         (asin_test_towardzero): Likewise.
45096         (asin_test_downward): Likewise.
45097         (asin_test_upward): Likewise.
45098         (main): Call the new functions.
45099         * sysdeps/i386/fpu/libm-test-ulps: Update.
45100         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45102         [BZ #13884]
45103         [BZ #13924]
45104         * math/e_exp10.c: Include <float.h>.
45105         (__ieee754_exp10): Handle underflow here rather than multiplying
45106         large negative argument by M_LN10.
45107         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45108         of __ieee754_expf.
45109         * math/e_exp10l.c: Include <float.h>.
45110         (__ieee754_exp10l): Handle underflow here rather than multiplying
45111         large negative argument by M_LN10l.
45112         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45113         spurious overflow exception on underflow.
45115 2012-04-29  Marek Polacek  <polacek@redhat.com>
45117         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45118         (__fortify_function): New macro.
45119         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45120         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45121         __extern_always_inline.
45122         * libio/bits/stdio2.h: Likewise.
45123         * libio/bits/stdio.h: Likewise.
45124         * string/string.h: Likewise.
45125         * string/bits/string3.h: Likewise.
45126         * include/stdio.h: Likewise.
45127         * stdlib/bits/stdlib.h: Likewise.
45128         * stdlib/stdlib.h: Likewise.
45129         * rt/bits/mqueue2.h: Likewise.
45130         * rt/mqueue.h: Likewise.
45131         * posix/bits/unistd.h: Likewise.
45132         * posix/unistd.h: Likewise.
45133         * io/bits/poll2.h: Likewise.
45134         * io/bits/fcntl2.h: Likewise.
45135         * io/fcntl.h: Likewise.
45136         * io/sys/poll.h: Likewise.
45137         * misc/bits/syslog.h: Likewise.
45138         * misc/bits/syslog-ldbl.h: Likewise.
45139         * misc/sys/syslog.h: Likewise.
45140         * socket/bits/socket2.h: Likewise.
45141         * socket/sys/socket.h: Likewise.
45142         * debug/tst-chk1.c: Likewise.
45143         * wcsmbs/bits/wchar2.h: Likewise.
45144         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45145         * wcsmbs/wchar.h: Likewise.
45147 2012-04-29  Andreas Jaeger  <aj@suse.de>
45149         * Makerules (tests): Remove enable-check-abi protection.
45150         (check-abi-warn): Remove.
45151         (check-abi-%): Remove check-abi-warn usage.
45153         * configure.in: Remove check-abi configure option.
45154         * configure: Regenerated.
45155         * config.make.in (enable-check-abi): Remove.
45157 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45159         [BZ #14033]
45160         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45161         double functions to double *_finite functions.
45163         [BZ #13941]
45164         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45165         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45166         LDBL_MIN_EXP.
45167         * stdio-common/Makefile (tests): Add tst-sprintf3.
45168         * stdio-common/tst-sprintf3.c: New file.
45170         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45171         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45173 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45175         * conform/conformtest.pl: Remove duplicate typed-constant
45176         handling.
45178 2012-04-28  David S. Miller  <davem@davemloft.net>
45180         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45181         (check-abi-%): Remove AWK script prerequisite and explicit
45182         abilist directory.
45183         (check-abi): Rewrite to just diff the symlist with the abilist.
45184         (config-tls, config-abi-config): Delete, no longer used.
45185         (update-abi-%): Remove AWK script and explicit abilist directory.
45186         (update-abi): Rewrite to simply compare and conditionally copy the
45187         symlist and the sysdep abilist file.  Remove update-abi-config
45188         checks.
45189         * abilist/ld.abilist: Remove.
45190         * abilist/libBrokenLocale.abilist: Remove.
45191         * abilist/libanl.abilist: Remove.
45192         * abilist/libcrypt.abilist: Remove.
45193         * abilist/libdl.abilist: Remove.
45194         * abilist/librt.abilist: Remove.
45195         * abilist/libthread_db.abilist: Remove.
45196         * abilist/libutil.abilist: Remove.
45197         * scripts/extract-abilist.awk: Remove.
45198         * scripts/merge-abilist.awk: Remove.
45199         * sysdeps/generic/libcidn.abilist: New file.
45200         * sysdeps/generic/libnss_compat.abilist: New file.
45201         * sysdeps/generic/libnss_db.abilist: New file.
45202         * sysdeps/generic/libnss_dns.abilist: New file.
45203         * sysdeps/generic/libnss_files.abilist: New file.
45204         * sysdeps/generic/libnss_hesiod.abilist: New file.
45205         * sysdeps/generic/libnss_nis.abilist: New file.
45206         * sysdeps/generic/libnss_nisplus.abilist: New file.
45207         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45208         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45209         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45210         file.
45211         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45212         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45213         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45214         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45215         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45216         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45217         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45218         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45219         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45220         file.
45221         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45222         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45223         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45224         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45225         file.
45226         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45227         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45228         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45229         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45230         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45231         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45232         file.
45233         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45234         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45235         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45236         file.
45237         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45238         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45239         New file.
45240         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45241         New file.
45242         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45243         New file.
45244         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45245         New file.
45246         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45247         New file.
45248         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45249         New file.
45250         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45251         New file.
45252         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45253         New file.
45254         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45255         New file.
45256         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45257         New file.
45258         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45259         New file.
45260         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45261         New file.
45262         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45263         New file.
45264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45265         file.
45266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45267         New file.
45268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45269         New file.
45270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45271         file.
45272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45273         New file.
45274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45275         New file.
45276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45277         file.
45278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45279         New file.
45280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45281         New file.
45282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45283         New file.
45284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45285         New file.
45286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45287         New file.
45288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45289         New file.
45290         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45291         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45292         file.
45293         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45294         New file.
45295         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45296         file.
45297         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45298         file.
45299         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45300         file.
45301         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45302         file.
45303         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45304         file.
45305         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45306         New file.
45307         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45308         file.
45309         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45310         file.
45311         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45312         New file.
45313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45314         file.
45315         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45316         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45317         file.
45318         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45319         New file.
45320         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45321         file.
45322         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45323         file.
45324         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45325         file.
45326         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45327         file.
45328         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45329         file.
45330         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45331         New file.
45332         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45333         file.
45334         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45335         file.
45336         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45337         New file.
45338         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45339         file.
45340         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45341         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45342         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45343         file.
45344         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45345         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45346         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45347         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45348         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45349         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45350         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45351         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45352         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45353         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45354         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45355         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45356         file.
45357         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45358         New file.
45359         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45360         file.
45361         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45362         file.
45363         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45364         file.
45365         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45366         file.
45367         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45368         file.
45369         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45370         New file.
45371         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45372         New file.
45373         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45374         file.
45375         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45376         New file.
45377         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45378         file.
45379         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45380         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45381         file.
45382         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45383         New file.
45384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45385         file.
45386         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45387         file.
45388         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45389         file.
45390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45391         file.
45392         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45393         file.
45394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45395         New file.
45396         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45397         New file.
45398         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45399         file.
45400         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45401         New file.
45402         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45403         file.
45405 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45407         * conform/conformtest.pl: Fix typo in handling typed-constant from
45408         allow-header.
45410 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45412         * README: Cut down references to pre-2.6 Linux kernels and
45413         Linuxthreads.  Update lists of configurations in libc and ports
45414         and sort alphabetically.  Say "or newer" with Linux kernel version
45415         requirements.
45417         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45419 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45421         [BZ #887]
45422         * math/libm-test.inc (logb_test_downward): New test to expose
45423         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45424         rounding mode.
45426 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45428         [BZ #14027]
45429         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45430         to be done.
45431         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45432         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45434 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45436         * sysdeps/unix/i386/brk.S: Remove file.
45437         * sysdeps/unix/i386/dl-brk.S: Likewise.
45438         * sysdeps/unix/i386/pipe.S: Likewise.
45439         * sysdeps/unix/i386/sigreturn.S: Likewise.
45440         * sysdeps/unix/i386/syscall.S: Likewise.
45441         * sysdeps/unix/i386/vfork.S: Likewise.
45442         * sysdeps/unix/i386/wait.S: Likewise.
45444         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45445         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45447         * configure.in (arm*-none*): Do not allow without
45448         --enable-hacker-mode.
45449         (netbsd*): Remove case setting base_os.
45450         (386bsd*): Likewise.
45451         (freebsd*): Likewise.
45452         (bsdi*): Likewise.
45453         (osf*): Likewise.
45454         (sunos*): Likewise.
45455         (ultrix*): Likewise.
45456         (newsos*): Likewise.
45457         (dynix*): Likewise.
45458         (*bsd*): Likewise.
45459         (sysv*): Likewise.
45460         (isc*): Likewise.
45461         (esix*): Likewise.
45462         (sco*): Likewise.
45463         (minix*): Likewise.
45464         (irix4*): Likewise.
45465         (irix6*): Likewise.
45466         (solaris[2-9]*): Likewise.
45467         (none): Likewise.
45468         * configure: Regenerated.
45470 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45472         [BZ #11521]
45473         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45474         overflow or cancellation in calculating denominator.
45475         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45476         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45477         down expression to avoid unexpected rounding in newer GCCs.
45478         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45480 2012-04-26  David S. Miller  <davem@davemloft.net>
45482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45483         long-double compat symbols.
45484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45489         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45490         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45491         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45492         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45493         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45494         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45495         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45496         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45498 2012-04-25  David S. Miller  <davem@davemloft.net>
45500         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45501         HWCAP_* values only after the memory barriers have been defined.
45502         (atomic_full_barrier): Define.
45503         (atomic_read_barrier): Define.
45504         (atomic_write_barrier): Define.
45506 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45508         * shlib-versions: Add libgcc_s version information.
45509         * sysdeps/generic/libgcc_s.h: Remove.
45510         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45511         libgcc_s.h.
45512         * sysdeps/gnu/unwind-resume.c: Likewise.
45513         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45515 2012-04-25  David S. Miller  <davem@davemloft.net>
45517         * sysdeps/unix/sparc/brk.S: Delete.
45518         * sysdeps/unix/sparc/dl-brk.S: Delete.
45519         * sysdeps/unix/sparc/pipe.S: Delete.
45520         * sysdeps/unix/sparc/sysdep.S: Delete.
45521         * sysdeps/unix/sparc/sysdep.h: Delete.
45522         * sysdeps/unix/sparc/vfork.S: Delete.
45523         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45524         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45525         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45526         (ret_ERRVAL, r0, r1, MOVE): Define.
45527         (JUMPTARGET): Remove.
45528         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45529         sysdeps/unix/sparc/sysdep.h
45530         (ENTRY, END): Remove.
45531         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45533 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45535         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45536         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45537         -DIS_IN_build.
45539         * timezone/README: Update upstream location and email address for
45540         tzcode and tzdata.
45541         * timezone/zdump.c: Update from tzcode 2012b.
45542         * timezone/zic.c: Likewise.
45544         * configure.in (libc_cv_as_needed): Remove test.
45545         * configure: Regenerated.
45546         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45547         conditional definition.
45548         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45549         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45550         * config.make.in (have-as-needed): Remove variable.
45552 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45553             Paul Pluzhnikov  <ppluzhnikov@google.com>
45555         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45556         strings correctly.
45558 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45560         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45561         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45562         * sysdeps/sh/strlen.S: Likewise.
45564 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45566         * sysdeps/unix/fork.S: Remove file.
45567         * sysdeps/unix/i386/fork.S: Likewise.
45568         * sysdeps/unix/sparc/fork.S: Likewise.
45570         * sysdeps/unix/system.c: Remove file.
45571         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45573         * sysdeps/unix/getegid.S: Remove file.
45574         * sysdeps/unix/geteuid.S: Likewise.
45576 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45578         * scripts/check-localplt.awk: New file.
45579         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45580         of diff.
45581         * scripts/data/localplt-generic.data: Add a comment.
45583         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45584         NODE when __dir_mkfile failed.
45585         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45586         Reported by Ludovic Courtès <ludo@gnu.org>.
45588 2012-04-24  Andreas Jaeger  <aj@suse.de>
45590         * Makerules (common-clean): Also remove gen-as-const-headers
45591         files.
45593 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45595         * Makerules (native-compile): Do not change working directory for
45596         build.  Use $(OUTPUT_OPTION) in command.
45597         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45599 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45601         [BZ #13886]
45602         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45603         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45604         * math/libm-test.inc (floor_test): Add more tests.
45605         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45607 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45609         * sysdeps/unix/getdents.c: Remove file.
45610         * sysdeps/unix/sysv/getdents.c: Likewise.
45611         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45613         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45614         sysdeps/unix/mman/syscalls.list.
45615         (mmap): Likewise.
45616         (mprotect): Likewise.
45617         (msync): Likewise.
45618         (munmap): Likewise.
45619         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45620         * sysdeps/unix/mman/syscalls.list: Remove.
45621         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45623         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45624         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45625         * configure: Regenerated.
45626         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45627         $(libgcc_s_suffix).
45628         * config.make.in (libgcc_s_suffix): Remove variable.
45630 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45632         * sysdeps/unix/sysv/gethostname.c: Move to ...
45633         * sysdeps/posix/gethostname.c: ... here.
45635         * sysdeps/unix/execve.S: Remove file.
45637         * sysdeps/unix/_exit.S: Remove file.
45639 2012-04-23  Andreas Jaeger  <aj@suse.de>
45641         [BZ #13739]
45642         * manual/Makefile: Remove make dist support, there's no
45643         need for a stand-alone documentation tar ball.
45644         (TEXI2DVI): Define always, it's not in Makeconfig.
45645         (dist): Removed.
45646         (tar-it): Removed.
45647         (edition): Removed.
45648         (glibc-doc-$(edition).tar): Removed
45649         (%.Z): Removed.
45650         (%.gz): Removed.
45651         (%.uu): Removed.
45652         (ETAGS): Remove, it's in Makeconfig.
45653         (move-if-change): Remove, it's in Makeconfig.
45655 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45657         [BZ #13970]
45658         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45659         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45660         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45661         (strtod_l, strtof_l, strtold_l): Remove __wur.
45662         It is not necessarily an error to ignore strtol's return value.
45663         One can reliably look at the stored endptr to decide whether
45664         the number had valid syntax.
45666 2012-04-21  Andreas Jaeger  <aj@suse.de>
45668         [BZ #13739]
45669         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45671 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45673         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45674         * sysdeps/unix/sysv/Versions: Remove file.
45676 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45678         [BZ #13927]
45679         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45681 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45683         [BZ #7064]
45684         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45685         version from __vm86.
45687 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45689         * sysdeps/unix/common/lxstat.c: Remove file.
45690         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45692         * sysdeps/unix/sysv/Makefile: Remove file.
45694         * sysdeps/unix/sysv/direct.h: Remove file.
45696         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45697         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45698         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45699         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45700         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45701         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45702         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45704         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45706         * sysdeps/unix/xmknod.c: Remove file.
45707         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45709         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45711         * sysdeps/unix/sysv/i386/time.S: Remove file.
45713         * sysdeps/unix/fxstat.c: Remove file.
45714         * sysdeps/unix/xstat.c: Likewise.
45715         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45717         * sysdeps/unix/sysv/sigaction.c: Remove file.
45719         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45720         (sysdep_headers): Remove variable.
45721         [termio.h not in sysdep_headers] (generated): Likewise.
45722         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45723         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45724         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45725         * sysdeps/unix/sysv/tcflow.c: Likewise.
45726         * sysdeps/unix/sysv/tcflush.c: Likewise.
45727         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45728         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45729         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45730         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45731         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45733         * sysdeps/unix/siglist.c: Remove file.
45735         * sysdeps/unix/getppid.S: Remove file.
45737         * sysdeps/unix/mkdir.c: Remove file.
45738         * sysdeps/unix/rmdir.c: Likewise.
45740 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45742         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45743         ERR_MAX value.
45744         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45745         errlist-compat value.
45747 2012-04-18  David S. Miller  <davem@davemloft.net>
45749         * sysdeps/generic/memcopy.h (reg_char): Delete.
45750         * debug/strcat_chk.c: Use char, not reg_char.
45751         * debug/strcpy_chk.c: Likewise.
45752         * debug/strncat_chk.c: Likewise.
45753         * debug/strncpy_chk.c: Likewise.
45754         * string/memchr.c: Likewise.
45755         * string/memrchr.c: Likewise.
45756         * string/rawmemchr.c: Likewise.
45757         * string/strcat.c: Likewise.
45758         * string/strchr.c: Likewise.
45759         * string/strchrnul.c: Likewise.
45760         * string/strcmp.c: Likewise.
45761         * string/strcpy.c: Likewise.
45762         * string/strncat.c: Likewise.
45763         * string/strncmp.c: Likewise.
45764         * string/strncpy.c: Likewise.
45766 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45768         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45769         __builtin_memcopy is called when src and dest ranges are known to not
45770         overlap.
45772 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45774         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45775         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45776         fwd_align_merge macro call.
45777         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45778         bwd_align_merge macro call.
45779         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45781 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45783         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45784         bwd_align_merge macros.
45785         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45786         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45787         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45789 2012-04-18  David S. Miller  <davem@davemloft.net>
45791         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45793 2012-04-18  Andreas Jaeger  <aj@suse.de>
45795         [BZ# 6794]
45796         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45797         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45798         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45800         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45801         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45802         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45804         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45805         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45806         Adjust for changed ldbl-128 files.
45808         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45809         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45810         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45812 2012-04-17  David S. Miller  <davem@davemloft.net>
45814         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45816 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45818         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45819         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45820         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45821         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45822         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45823         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45825 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45827         [BZ #6794]
45828         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45829         * math/libm-test.inc: Add ilogb errno and exception tests.
45830         * math/w_ilogb.c: New file: ilogb wrapper.
45831         * math/w_ilogbf.c: New file: ilogbf wrapper.
45832         * math/w_ilogbl.c: New file: ilogbl wrapper.
45833         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45834         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45835         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45836         exception being thrown with 0.0 as argument.
45837         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45838         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45839         exception being thrown with 0.0 as argument.
45840         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45841         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45842         exception being thrown with 0.0 as argument.
45843         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45844         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45845         exception being thrown with 0.0 as argument.
45846         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45847         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45848         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45849         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45850         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45851         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45852         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45853         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45854         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45856 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45858         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45859         with altivec.
45861 2012-04-16  Marek Polacek  <polacek@redhat.com>
45863         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45865 2012-04-16  Marek Polacek  <polacek@redhat.com>
45867         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45868         operands of fdivp instruction.
45870 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45872         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45873         * elf/tst-auditmod3b.c: Likewise.
45874         * elf/tst-auditmod4b.c: Likewise.
45875         * elf/tst-auditmod5b.c: Likewise.
45876         * elf/tst-auditmod6b.c: Likewise.
45877         * elf/tst-auditmod6c.c: Likewise.
45878         * elf/tst-auditmod7b.c: Likewise.
45879         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45880         * sysdeps/x86_64/preconfigure.in: Likewise.
45881         * sysdeps/x86_64/preconfigure: Regenerated.
45883 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45885         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45886         __ILP32__.
45888 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45890         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45891         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45893 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45895         [BZ #13973]
45896         * locale/iso-639.def: Fix gl language name. Spotted by
45897         Yaron Shahrabani.
45899 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45901         [BZ #2074]
45902         * libio/libio.h (__io_write_fn): Update comment.
45904 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45906         [BZ #2074]
45907         * stdio.texi (Hook Functions): The user provided writer function
45908         is not allowed to return -1.
45910 2012-04-11  David S. Miller  <davem@davemloft.net>
45912         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45914 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45916         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45917         Add a leading slash to rtkaio.
45919 2012-04-11  Jim Meyering  <meyering@redhat.com>
45921         [BZ #11959]
45922         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45923         It is not necessarily an error to ignore fwrite's return
45924         value.  One can reliably use ferror to test for errors after
45925         the fact.
45927 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45929         * bits/types.h (__snseconds_t): New type.
45930         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45932         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45933         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45934         (__SNSECONDS_T_TYPE): Likewise.
45935         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45936         (__SNSECONDS_T_TYPE): Likewise.
45937         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45938         (__SNSECONDS_T_TYPE): Likewise.
45940 2012-04-10  Andreas Jaeger  <aj@suse.de>
45942         [BZ #2636]
45943         * manual/time.texi (Processor Time): Return type of times is
45944         elapsed real time since an arbitrary point in the past.
45945         (CPU Time): Move CLK_TCK from here...
45946         (Processor Time): ...to here.  Correct description.
45947         * manual/conf.texi (Constants for Sysconf): Correct description of
45948         _SC_CLK_TCK.
45950 2012-04-10  David S. Miller  <davem@davemloft.net>
45952         [BZ #13967]
45953         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45954         where the is a gap between DT_REL(A) and DT_JMPREL.
45956 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45958         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45959         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45960         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45962 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45964         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45965         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45966         (dl_main): Handle --inhibit-cache.
45967         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45968         _dl_inhibit_cache.
45969         * elf/dl-load.c (_dl_map_object): Use it.
45970         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45972 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45974         [BZ #13872]
45975         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45976         (__ieee754_powl): Saturate large exponents rather than testing for
45977         overflow of y*log2(x).
45978         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45979         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45980         exceptions.
45982         [BZ #11521]
45983         * math/s_ctan.c: Include <float.h>.
45984         (__ctan): Avoid internal overflow or cancellation in calculating
45985         denominator.
45986         * math/s_ctanf.c: Likewise.
45987         * math/s_ctanl.c: Likewise.
45988         * math/s_ctanh.c: Likewise.
45989         * math/s_ctanhf.c: Likewise.
45990         * math/s_ctanhl.c: Likewise.
45991         * math/libm-test.inc (ctan_test): Add more tests.
45992         (ctanh_test): Likewise.
45993         * sysdeps/i386/fpu/libm-test-ulps: Update.
45994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45996 2012-04-09  Andreas Jaeger  <aj@suse.de>
45998         [BZ #6894]
45999         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46000         is an optional BSD extension.
46002         [BZ #10254]
46003         * manual/stdio.texi (Opening Streams): Document additional fopen
46004         parameters.
46006 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46008         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46009         %eax without telling the compiler.
46011 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46013         [BZ # 13963]
46014         * manual/install.texi: Use sourceware.org.
46016 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46018         [BZ #13873]
46019         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46020         (__ieee754_pow): Generate overflow and underflow using huge*huge
46021         and tiny*tiny rather than just returning constant infinity or zero
46022         for large exponents.
46023         * math/libm-test.inc (pow_test): Require overflow exceptions for
46024         applicable cases of large exponents.
46026         [BZ #706]
46027         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46028         (__ieee754_pow): Use iterative multiplication algorithm only for
46029         integer exponents with absolute value below 1024.  Check for odd
46030         integer exponents when using algorithm for real exponents.
46031         * math/libm-test.inc (pow_test): Add more tests.
46032         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46034 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46036         [BZ #13705]
46037         * math/libm-test.inc (exp_test): Do not allow overflow exception
46038         on underflow test.
46040 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46042         [BZ #13705]
46043         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46044         instead of __kernel_standard_f.
46046 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46048         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46049         * sysdeps/x86_64/memset_chk.S: Likewise.
46051 2012-04-08  Andreas Jaeger  <aj@suse.de>
46053         [BZ #10153]
46054         * manual/startup.texi (Environment Access): Describe return value
46055         for putenv and setenv.
46057         [BZ #6895]
46058         * manual/filesys.texi (Directory Entries): Add description for
46059         DT_LNK.
46061         [BZ #6890]
46062         * manual/filesys.texi (Directory Entries): Clarify that it's file
46063         system not operating system in the description of DT_UNKNOWN.
46065         [BZ #6578]
46066         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46068 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46070         [BZ #6649]
46071         * manual/llio.texi (Opening and Closing Files): Add cross
46072         reference to explain mode argument.
46074 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46076         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46077         * sysdeps/x86_64/memset_chk.S: Likewise.
46079 2012-04-07  David S. Miller  <davem@davemloft.net>
46081         * elf/elf.h (R_SPARC_WDISP10): Define.
46082         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46083         R_SPARC_SIZE32.
46084         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46085         R_SPARC_SIZE64 and R_SPARC_H34.
46087 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46089         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46090         conditions and remove no longer applicable assertion.
46092 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46094         * bits/byteswap.h: Include <features.h>.
46095         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46096         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46098 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46100         * bits/byteswap.h (__bswap_16): Removed.
46101         Include <bits/byteswap-16.h> to get __bswap_16.
46102         * sysdeps/i386/bits/byteswap.h: Likewise.
46103         * sysdeps/s390/bits/byteswap.h: Likewise.
46104         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46105         * bits/byteswap-16.h: New file.
46106         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46107         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46108         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46109         * string/Makefile (headers): Add bits/byteswap-16.h.
46111 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46113         [BZ #13895]
46114         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46115         extra indirection.
46116         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46117         * nss/tst-nss-static.c: New.
46119 2012-04-06  Robert Millan  <rmh@gnu.org>
46121         [BZ #6486]
46122         * manual/llio.texi (File Position Primitive): lseek
46123         refers to WHENCE when it really means OFFSET.
46125 2012-04-06  Andreas Jaeger  <aj@suse.de>
46127         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46128         strncmp declarations.
46130         * abilist/libc.abilist: Add __poll and __ppoll.
46132 2012-04-05  David S. Miller  <davem@davemloft.net>
46134         * scripts/check-local-headers.sh: Accept a host triplet in the
46135         path matched by the exclude regexp.
46137         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46138         definition.
46139         * sysdeps/powerpc/powerpc32/dl-machine.h
46140         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46141         * sysdeps/s390/s390-32/dl-machine.h
46142         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46143         * sysdeps/sparc/sparc32/dl-machine.h
46144         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46145         * sysdeps/sparc/sparc64/dl-machine.h
46146         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46148         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46149         lazy binding.
46150         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46151         undefined symbol errors.
46153         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46154         DT_NEEDED entries.
46156 2012-04-05  Michael Matz  <matz@suse.de>
46158         [BZ #13592]
46159         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46161 2012-04-05  Andreas Jaeger  <aj@suse.de>
46163         [BZ #13908]
46164         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46165         comment.
46167 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46169         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46170         which ROUND is no valid rounding mode.
46172 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46174         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46175         read again.
46176         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46178 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46180         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46181         an exception using FPU order intentionally.
46183 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46185         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46186         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46187         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46188         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46190 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46192         [BZ #12340]
46193         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46194         EINVAL when BUFLEN is too smal.
46196 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46198         [BZ #13553]
46199         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46200         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46202 2012-04-03  Andreas Jaeger  <aj@suse.de>
46204         [BZ #13938]
46205         * manual/setjmp.texi (System V contexts): Fix sentence.
46207         [BZ #13926]
46208         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46209         New macro for this case.
46210         [!__GNUC__] (__bswap_64): New inline function for this case.
46211         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46212         * bits/byteswap.h: Likewise.
46213         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46214         ull, guard with __GLIBC_HAVE_LONG_LONG.
46216         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46217         __GLIBC_HAVE_LONG_LONG.
46219         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46220         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46222 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46224         [BZ #13691]
46225         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46226         inptr and inend, rather than using last_ch.
46228 2012-04-02  David S. Miller  <davem@davemloft.net>
46230         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46231         * stdio-common/printf-parse.h (read_int): Change return type to
46232         'int', return -1 on INT_MAX overflow.
46233         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46234         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46235         overflows INT_MAX.  Check for overflow of in-format-string precision
46236         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46237         SIZE_MAX not INT_MAX for integer overflow test.
46238         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46239         skip the construct in the format string but do not record anything.
46240         * stdio-common/bug22.c: Adjust to test both width/prevision
46241         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46242         explicitly for proper errno values.
46244 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46246         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46247         CHAR_MAX.
46248         * string/test-strcmp.c [! WIDE]: Likewise.
46249         * time/tst-mktime2.c: Likewise for INT_MAX.
46250         * string/test-string.h: #include <sys/param.h> for MIN.
46252         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46253         * sysdeps/i386/init-first.c (init): Likewise.
46254         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46255         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46256         * sysdeps/sh/init-first.c (init): Likewise.
46258 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46260         * po/ru.po: Update from translation team.
46261         * po/vi.po: Likewise.
46263 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46265         * resolv/nss_dns/dns-host.c: Merge copyright years.
46267 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46269         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46270         Optimize memcpy with prefetch if
46271         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46272         src, dst pointers have unequal 16 byte alignments.
46274 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46276         [BZ #13928]
46277         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46278         from a CNAME entry and return the minimum ttl for the query.
46279         (gaih_getanswer_slice): Likewise.
46281 2012-03-30  Jeff Law  <law@redhat.com>
46283         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46284         due to long keys.
46285         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46286         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46288         * resolv/nss_dns/dns-host.c: Update copyright year.
46290 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46292         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46293         requests to save a system call.  Fix check that all bytes are sent.
46295         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46296         comments for sendmmsg.
46298 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46300         [BZ #13691]
46301         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46302         with only 1 character between 0x0041 and 0x01b0.
46303         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46304         * wcsmbs/tst-mbsnrtowcs.c: New file.
46306 2012-03-29  David S. Miller  <davem@davemloft.net>
46308         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46309         small copies by hand.
46311 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46313         [BZ #13761]
46314         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46315         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46316         group memberships.
46318 2012-03-28  David S. Miller  <davem@davemloft.net>
46320         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46321         that branches into memcpy.
46322         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46323         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46324         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46325         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46326         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46327         bits.
46328         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46329         implementation too.
46330         * sysdeps/sparc/mempcpy.S: New file.
46332         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46333         the IFUNC routine in the libc case.
46334         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46336         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46337         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46338         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46339         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46340         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46341         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46342         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46343         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46345         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46346         loop to 256 bytes instead of 64 bytes and fix test signedness.
46348         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46349         * sysdeps/sparc/sparc32/Makefile: rather than here...
46350         * sysdeps/sparc/sparc64/Makefile: and here.
46352 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46354         * malloc/mallocbug.c: Avoid warnings about unused variables.
46356 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46358         [BZ #13760]
46359         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46360         in the right place. Discard and retry query if response is
46361         larger than input buffer size.
46363 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46365         [BZ #369]
46366         [BZ #2678]
46367         [BZ #3866]
46368         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46369         x for large integer exponent.
46370         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46371         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46372         sign of result as needed afterwards.
46373         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46374         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46375         result for underflowing pow the same as for overflow.
46376         (__kernel_standard_l): Handle powl overflow and underflow here
46377         rather than calling __kernel_standard.
46378         * math/libm-test.inc (pow_test): Add more tests.
46380         [BZ #3868]
46381         [BZ #13879]
46382         [BZ #13910]
46383         [BZ #13911]
46384         [BZ #13912]
46385         [BZ #13913]
46386         [BZ #13915]
46387         [BZ #13916]
46388         [BZ #13917]
46389         [BZ #13918]
46390         [BZ #13919]
46391         [BZ #13920]
46392         [BZ #13921]
46393         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46394         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46395         (__kernel_standard_l): New function.
46396         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46397         __kernel_standard.
46398         * math/w_acosl.c (__acosl): Likewise.
46399         * math/w_asinl.c (__asinl): Likewise.
46400         * math/w_atan2l.c (__atan2l): Likewise.
46401         * math/w_atanhl.c (__atanhl): Likewise.
46402         * math/w_coshl.c (__coshl): Likewise.
46403         * math/w_exp10l.c (__exp10l): Likewise.
46404         * math/w_exp2l.c (__exp2l): Likewise.
46405         * math/w_fmodl.c (__fmodl): Likewise.
46406         * math/w_hypotl.c (__hypotl): Likewise.
46407         * math/w_j0l.c (__j0l, __y0l): Likewise.
46408         * math/w_j1l.c (__j1l, __y1l): Likewise.
46409         * math/w_jnl.c (__jnl, __ynl): Likewise.
46410         * math/w_lgammal.c (__lgammal): Likewise.
46411         * math/w_log10l.c (__log10l): Likewise.
46412         * math/w_log2l.c (__log2l): Likewise.
46413         * math/w_logl.c (__logl): Likewise.
46414         * math/w_powl.c (__powl): Likewise.
46415         * math/w_remainderl.c (__remainderl): Likewise.
46416         * math/w_scalbl.c (sysv_scalbl): Likewise.
46417         * math/w_sinhl.c (__sinhl): Likewise.
46418         * math/w_sqrtl.c (__sqrtl): Likewise.
46419         * math/w_tgammal.c (__tgammal): Likewise.
46420         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46421         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46422         * math/libm-test.inc (acos_test): Add more tests.
46423         (acosh_test): Likewise.
46424         (asin_test): Likewise.
46425         (atanh_test): Likewise.
46426         (exp_test): Likewise.
46427         (exp10_test): Likewise.
46428         (exp2_test): Likewise.
46429         (expm1_test): Likewise.
46430         (lgamma_test): Likewise.
46431         (log_test): Likewise.
46432         (log10_test): Likewise.
46433         (log1p_test): Likewise.
46434         (log2_test): Likewise.
46435         (pow_test): Do not allow some spurious overflow exceptions.
46436         (sqrt_test): Add more tests.
46437         (tgamma_test): Likewise.
46438         (y0_test): Likewise.
46439         (y1_test): Likewise.
46440         (yn_test): Likewise.
46442 2012-03-27  Anton Blanchard  <anton@samba.org>
46444         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46445         MAP_HUGETLB.
46446         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46447         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46448         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46450 2012-03-27  David S. Miller  <davem@davemloft.net>
46452         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46454         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46455         have-as-vis3 check.
46457 2012-03-27  Andreas Jaeger  <aj@suse.de>
46459         * sysdeps/x86_64/elf/configure.in: Moved to ...
46460         * sysdeps/x86_64/configure.in: ... here.
46461         * sysdeps/x86_64/elf/start.S: Moved to ...
46462         * sysdeps/x86_64/start.S: ... here.
46463         * sysdeps/x86_64/elf/configure: Delete.
46465         * sysdeps/x86_64/configure.in: Merge contents from
46466         sysdeps/i386/configure.in (without i686 check).
46468         * sysdeps/i386/elf/Versions: Merge into ...
46469         * sysdeps/i386/Versions: ... this.
46470         * sysdeps/i386/elf/Versions: Delete file.
46471         * sysdeps/i386/elf/start.S: Moved to ...
46472         * sysdeps/i386/start.S: ...here.
46473         * sysdeps/i386/elf/configure.in: Merge into...
46474         * sysdeps/i386/configure.in: ...here.
46475         * sysdeps/i386/elf/configure.in: Delete file.
46476         * sysdeps/i386/elf/configure: Delete file.
46478         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46479         * debug/backtracesyms.c: ... here.
46480         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46481         * debug/backtracesymsfd.c: ... here.
46482         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46483         * sysdeps/generic/ifunc-sel.h: ... here.
46485         * sysdeps/unix/i386/start.c: Delete file.
46486         * sysdeps/unix/sparc/start.c: Delete file.
46487         * sysdeps/unix/start.c: Delete file.
46489         * sysdeps/sh/elf/configure.in: Moved to ...
46490         * sysdeps/sh/configure.in: ... here.
46491         * sysdeps/sh/elf/start.S: Moved to ...
46492         * sysdeps/sh/start.S: ... here.
46493         * sysdeps/sh/elf/configure: Delete file.
46495         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46496         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46497         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46498         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46499         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46500         * sysdeps/powerpc/powerpc64/start.S: here.
46501         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46502         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46503         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46504         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46505         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46507         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46508         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46509         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46510         * sysdeps/powerpc/powerpc32/start.S: ... here.
46511         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46512         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46513         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46515         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46516         * sysdeps/powerpc/ifunc-sel.h: ... here.
46517         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46518         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46520         * sysdeps/sparc/elf/configure.in: Moved to ...
46521         * sysdeps/sparc/configure.in: ... here.
46522         * sysdeps/sparc/elf/configure: Delete file.
46523         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46524         * sysdeps/sparc/sparc32/start.S: ... here.
46525         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46526         * sysdeps/sparc/sparc64/start.S: ... here.
46527         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46528         * sysdeps/sparc/sparc32/Makefile: ... this.
46529         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46530         * sysdeps/sparc/sparc64/Makefile: ... this.
46532         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46533         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46534         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46535         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46536         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46537         * sysdeps/s390/s390-32/setjmp.S: ... here.
46538         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46539         * sysdeps/s390/s390-32/configure.in: ... here.
46540         * sysdeps/s390/s390-32/elf/configure: Delete file.
46541         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46542         * sysdeps/s390/s390-32/start.S: ... here.
46544         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46545         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46546         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46547         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46548         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46549         * sysdeps/s390/s390-64/setjmp.S: ... here.
46550         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46551         * sysdeps/s390/s390-64/configure.in: ... here
46552         * sysdeps/s390/s390-64/elf/configure: Delete file.
46553         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46554         * sysdeps/s390/s390-64/start.S: ... here.
46555         * sysdeps/s390/s390-64/elf/configure: Delete.
46557         * configure.in: Remove support for elf directories in sysdeps.
46559         * configure: Regenerated.
46560         * sysdeps/i386/configure: Regenerated.
46561         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46562         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46563         * sysdeps/s390/s390-32/configure: Regenerated.
46564         * sysdeps/s390/s390-64/configure: Regenerated.
46565         * sysdeps/sh/configure: Regenerated.
46566         * sysdeps/sparc/configure: Regenerated.
46567         * sysdeps/x86_64/configure: Regenerated.
46569 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46573         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46574         denormal result into account.
46576 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46578         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46579         Reported by Allan McRae <allan@archlinux.org>.
46581 2012-03-23  Jeff Law  <law@redhat.com>
46583         * nss/getnssent.c (__nss_getent): Fix typo.
46585 2012-03-23  David S. Miller  <davem@davemloft.net>
46587         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46589 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46591         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46592         to pad to uint64_t for each field.
46593         (dl_tls_index): Replace unsigned long with uint64_t.
46595 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46596         Paul Pluzhnikov  <ppluzhnikov@google.com>
46598         [BZ #6528]
46599         * grp/Makefile (otherlibs): Don't set it.
46600         * inet/Makefile (otherlibs): Likewise.
46601         * login/Makefile (otherlibs): Likewise.
46602         * nscd/Makefile (otherlibs): Likewise.
46603         * posix/Makefile (otherlibs): Likewise.
46604         * pwd/Makefile (otherlibs): Likewise.
46605         * rt/Makefile (otherlibs): Likewise.
46606         * sunrpc/Makefile (otherlibs): Likewise.
46607         * nss/Makefile (otherlibs): Likewise.
46608         Add libnss_files to routines and static-only-routines.
46609         ($(objpfx)getent): Remove rule.
46610         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46611         static-only-routines.
46613 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46615         [BZ #13892]
46616         * math/s_cexp.c: Include <float.h>.
46617         (__cexp): Handle exp result overflowing not necessarily
46618         overflowing both real and imaginary parts of result.
46619         * math/s_cexpf.c: Likewise.
46620         * math/s_cexpl.c: Likewise.
46621         * math/libm-test.inc (cexp_test): Add more tests.
46622         * sysdeps/i386/fpu/libm-test-ulps: Update.
46623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46625 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46627         * include/link.h (ELFW): New macro.
46628         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46629         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46631 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46633         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46634         with uint64_t.
46636 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46638         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46639         declaration.
46640         (struct La_x32_retval): Likewise.
46642 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46644         * sysdeps/x86_64/preconfigure.in: New file.
46645         * sysdeps/x86_64/preconfigure: New generated file.
46647 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46649         [BZ #13824]
46650         * math/e_exp2l.c: Include <float.h>.
46651         (__ieee754_exp2l): Handle overflow and underflow cases
46652         separately.  Only pass fractional part of argument to
46653         __ieee754_expl.
46654         * math/libm-test.inc (exp2_test): Add more tests.
46656         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46657         negating x to take absolute value.
46658         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46659         Likewise.
46660         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46661         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46662         Likewise.
46663         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46664         computing low part if x was negated.
46665         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46667 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46669         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46670         la_x32_gnu_pltexit.
46671         (pltexit): Cast int_retval to ptrdiff_t.
46672         * elf/tst-auditmod3b.c: Likewise.
46673         * elf/tst-auditmod4b.c: Likewise.
46674         * elf/tst-auditmod5b.c: Likewise.
46675         * elf/tst-auditmod6b.c: Likewise.
46676         * elf/tst-auditmod6c.c: Likewise.
46677         * elf/tst-auditmod7b.c: Likewise.
46679         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46680         and x32_gnu_pltexit.
46682         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46683         __ELF_NATIVE_CLASS.
46684         (La_x32_regs): New macro.
46685         (La_x32_retval): Likewise.
46686         (la_x32_gnu_pltenter): New function prototype.
46687         (la_x32_gnu_pltexit): Likewise.
46689 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46691         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46692         exponent.
46694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46696         * configure.in (libc_cv_cc_nofma): Check for option to disable
46697         generation of FMA instructions.
46698         * configure: Regenerate.
46699         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46700         * sysdeps/ieee754/dbl-64/Makefile: New file.
46701         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46702         Remove brandred-fma4.
46703         (CFLAGS-brandred-fma4.c): Remove.
46704         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46705         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46706         define.
46707         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46708         define.
46710 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46712         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46713         LLONG_MAX != LONG_MAX.
46714         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46715         (_fitoa_word): Likewise.
46716         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46717         LLONG_MAX != LONG_MAX.
46718         * stdio-common/_itowa.h: Include <_itoa.h>.
46719         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46720         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46721         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46722         only if not defined.
46723         (_ITOA_WORD_TYPE): Likewise.
46724         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46725         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46727 2012-03-21  David S. Miller  <davem@davemloft.net>
46729         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46731 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46733         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46734         of x86_64 when setting libc_cv_slibdir, libdir and
46735         libc_cv_localedir.
46736         * sysdeps/unix/sysv/linux/configure: Regenerated.
46738 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46740         * manual/lang.texi (Old Varargs): Remove section.
46741         (How Variadic): Update menu.
46742         (va_start): Do not mention varargs.h.
46744 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46745             Joseph Myers  <joseph@codesourcery.com>
46747         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46748         link test.
46749         * configure: Regenerated.
46751 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46753         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46754         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46755         conformtest.pl
46757 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46759         * NOTES: Remove.
46760         * Makefile (files-for-dist): Remove NOTES.
46761         (NOTES): Remove rule.
46762         * README: Don't refer to NOTES.
46763         * manual/creature.texi: Don't include macros.texi.
46764         * manual/intro.texi (creature.texi): Remove comment referring to
46765         NOTES.
46767         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46768         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46769         * configure: Regenerated.
46770         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46771         LIBC_TRY_CC_OPTION.
46772         (libc_cv_as_i686): Likewise.
46773         (libc_cv_cc_avx): Likewise.
46774         (libc_cv_cc_sse2avx): Likewise.
46775         (libc_cv_cc_fma4): Likewise.
46776         (libc_cv_cc_novzeroupper): Likewise.
46777         * sysdeps/i386/configure: Regenerated.
46779         [BZ #13883]
46780         * sysdeps/i386/fpu/s_cexp.S: Remove.
46781         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46782         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46783         * math/libm-test.inc (cexp_test): Add more tests.
46784         * sysdeps/i386/fpu/libm-test-ulps: Update.
46785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46787 2012-03-21  Allan McRae  <allan@archlinux.org>
46789         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46791 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46793         [BZ #13871]
46794         * math/w_exp2.c: Do not include <float.h>.
46795         (o_threshold, u_threshold): Remove.
46796         (__exp2): Calculate result before checking finiteness and calling
46797         __kernel_standard.
46798         * math/w_exp2f.c: Likewise.
46799         * math/w_exp2l.c: Likewise.
46800         * math/libm-test.inc (exp2_test): Require overflow exception for
46801         1e6 input.
46803         [BZ #3866]
46804         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46805         range of signed 64-bit integers before using fistpll.  Remove
46806         checks for whether integers fit in mantissa bits.
46807         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46808         the range of signed 32-bit integers before using fistpl.  Remove
46809         checks for whether integers fit in mantissa bits.
46810         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46811         (__ieee754_powl): Test for y outside the range of signed 64-bit
46812         integers before using fistpll.  Reduce 64-bit values to 63-bit
46813         ones as needed.
46814         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46815         divide-by-zero is raised for zero to large negative powers.
46816         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46817         (__ieee754_powl): Test for y outside the range of signed 64-bit
46818         integers before using fistpll.  Reduce 64-bit values to 63-bit
46819         ones as needed.
46820         * math/libm-test.inc (pow_test): Add more tests.
46822 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46824         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46825         <stdio-common/_itoa.h>.
46826         * debug/segfault.c: Likewise.
46827         * elf/dl-cache.c: Likewise.
46828         * elf/dl-minimal.c: Likewise.
46829         * elf/dl-misc.c: Likewise.
46830         * elf/dl-sysdep.c: Likewise.
46831         * elf/dl-version.c: Likewise.
46832         * elf/rtld.c: Likewise.
46833         * hurd/hurdsock.c: Likewise.
46834         * hurd/lookup-retry.c: Likewise.
46835         * malloc/malloc.c: Likewise.
46836         * malloc/mtrace.c: Likewise.
46837         * nscd/nscd_getgr_r.c: Likewise.
46838         * nscd/nscd_getpw_r.c: Likewise.
46839         * nscd/nscd_getserv_r.c: Likewise.
46840         * posix/getopt_init.c: Likewise.
46841         * posix/wordexp.c: Likewise.
46842         * stdio-common/_itoa.c: Likewise.
46843         * stdio-common/printf_fphex.c: Likewise.
46844         * stdio-common/vfprintf.c: Likewise.
46845         * string/_strerror.c: Likewise.
46846         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46847         * sysdeps/i386/i686/hp-timing.h: Likewise.
46848         * sysdeps/mach/_strerror.c: Likewise.
46849         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46850         * sysdeps/mach/hurd/sethostid.c: Likewise.
46851         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46852         * sysdeps/mach/xpg-strerror.c: Likewise.
46853         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46854         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46855         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46856         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46857         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46858         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46859         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46860         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46861         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46862         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46863         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46864         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46865         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46866         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46867         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46868         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46869         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46870         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46871         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46872         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46873         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46875         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46877         * stdio-common/_itoa.h: Moved to ...
46878         * sysdeps/generic/_itoa.h: Here.
46880         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46882         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46883         instead of "_itoa.h" and "_itowa.h".
46884         * stdio-common/vfprintf.: Likewise.
46886 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46888         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46889         <bits/wordsize.h>.
46890         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46891         (__signbit): Likwise.
46892         (llrintf): Likwise.
46893         (llrint): Likwise.
46895 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46897         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46898         __WORDSIZE != 64.
46900 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46902         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46903         OVERFLOW_EXCEPTION_OK.
46904         * math/libm-test.inc ("Philosophy"): Update comment about
46905         exception testing.
46906         (OVERFLOW_EXCEPTION): Define.
46907         (OVERFLOW_EXCEPTION_OK): Likewise.
46908         (INVALID_EXCEPTION_OK): Renumber.
46909         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46910         (IGNORE_ZERO_INF_SIGN): Likewise.
46911         (test_exceptions): Handle FE_OVERFLOW.
46912         (exp10_test): Expect overflow exceptions.
46913         (exp2_test): Likewise.
46914         (expm1_test): Likewise.
46915         (nextafter_test): Likewise.
46916         (pow_test): Likewise.
46917         (scalbn_test): Likewise.
46918         (scalbln_test): Likewise.
46920 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46922         * sysdeps/x86_64/bits/atomic.h
46923         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46924         64bit integer.
46925         (atomic_exchange_acq): Likewise.
46926         (__arch_exchange_and_add_body): Likewise.
46927         (__arch_add_body): Likewise.
46928         (atomic_add_negative): Likewise.
46929         (atomic_add_zero): Likewise.
46931 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46933         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46934         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46936 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46938         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46939         Check __x86_64__ instead of __WORDSIZE.
46941 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46943         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46945 2012-03-19  David S. Miller  <davem@davemloft.net>
46947         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46949         * sysdeps/sparc/fpu/fenv_private.h: New file.
46950         * sysdeps/sparc/fpu/math_private.h: Use it.
46951         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46952         Remove.
46953         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46954         (libc_feholdexcept_setroundl): Remove.
46955         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46956         Remove.
46957         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46958         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46960 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46962         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46963         int64_t instead of long int.
46964         (INSERT_WORDS64): Likwise.
46966 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46968         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46969         _Unwind_GetCFA return to _Unwind_Ptr first.
46971 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46973         [BZ #13629]
46974         * math/s_clog.c: Include <float.h>.
46975         (__clog): Scale large or subnormal inputs.
46976         * math/s_clogf.c: Likewise.
46977         * math/s_clogl.c: Likewise.
46978         * math/s_clog10.c: Include <float.h>.
46979         (M_LOG10_2): Define.
46980         (__clog10): Scale large or subnormal inputs.
46981         * math/s_clog10f.c: Likewise.
46982         * math/s_clog10l.c: Likewise.
46983         * math/libm-test.inc (clog_test): Add more tests.
46984         (clog10_test): Likewise.
46985         * sysdeps/i386/fpu/libm-test-ulps: Update.
46986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46988         [BZ #11451]
46989         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46990         x and y.
46991         * math/libm-test.inc (atan2_test): Add another test.
46993         * Makerules (common-objdir-compile): Remove.
46994         * sysdeps/unix/Makefile (config-generated): Do not add
46995         $(unix-generated) to variable.
46996         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46997         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46998         Remove rule.
46999         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47000         Likewise.
47001         [generic bits/local_lim.h] (before-compile): Do not append to
47002         variable.
47003         [generic bits/local_lim.h] (common-generated): Likewise.
47004         [generic sys/param.h] (before-compile): Do not append to variable.
47005         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47006         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47007         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47008         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47009         include.
47010         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47011         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47012         [generic sys/param.h] ($(addprefix
47013         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47014         [generic sys/param.h] (common-generated): Do not append to
47015         variable.
47016         [generic sys/param.h] (sysdep_headers): Likewise.
47017         [generic bits/errno.h] (before-compile): Do not append to
47018         variable.
47019         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47020         rule.
47021         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47022         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47023         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47024         [generic bits/errno.h] (common-generated): Do not append to
47025         variable.
47026         [generic bits/ioctls.h] (before-compile): Do not append to
47027         variable.
47028         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47029         rule.
47030         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47031         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47032         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47033         rule.
47034         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47035         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47036         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47037         [generic bits/ioctls.h] (common-generated): Do not append to
47038         variable.
47039         [generic sys/syscall.h] (syscall.h): Remove variable.
47040         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47041         rule.
47042         [generic sys/syscall.h] (before-compile): Do not append to
47043         variable.
47044         [generic sys/syscall.h] (common-generated): Likewise.
47045         * sysdeps/unix/errnos-tmpl.c: Remove file.
47046         * sysdeps/unix/errnos.awk: Likewise.
47047         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47048         * sysdeps/unix/ioctls.awk: Likewise.
47049         * sysdeps/unix/mk-local_lim.c: Likewise.
47050         * sysdeps/unix/snarf-ioctls: Likewise.
47052 2012-03-19  Richard Henderson  <rth@twiddle.net>
47054         * sysdeps/i386/fpu/fenv_private.h: New file.
47055         * sysdeps/i386/fpu/math_private.h: Use it.
47056         (math_opt_barrier, math_force_eval): Remove.
47057         (libc_feholdexcept_setround_53bit): Remove.
47058         (libc_feupdateenv_53bit): Remove.
47059         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47060         (math_opt_barrier, math_force_eval): Remove.
47061         (libc_feholdexcept): Remove.
47062         (libc_feholdexcept_setround): Remove.
47063         (libc_fetestexcept, libc_fesetenv): Remove.
47064         (libc_feupdateenv_test): Remove.
47065         (libc_feupdateenv, libc_feholdsetround): Remove.
47066         (libc_feresetround): Remove.
47068         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47069         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47071         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47072         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47073         (libc_feupdateenv_testl): New.
47074         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47075         (libc_feupdateenv_testf): New.
47076         (libc_feupdateenv): Use libc_feupdateenv_test.
47077         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47078         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47080         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47081         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47082         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47083         (libc_feresetround_noex): New.
47084         (libc_feresetround_noexf): New.
47085         (libc_feresetround_noexl): New.
47086         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47087         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47088         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47089         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47090         SET_RESTORE_ROUND.
47091         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47092         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47093         (__cos): Likewise.
47094         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47095         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47096         SET_RESTORE_ROUND_NOEX.
47097         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47098         SET_RESTORE_ROUND_NOEXF.
47099         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47100         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47101         (libc_feholdsetroundf): New.
47102         (libc_feresetround, libc_feresetroundf): New.
47104         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47105         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47106         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47108         * sysdeps/generic/math_private.h: Include <fenv.h>.
47109         (default_libc_feholdexcept): New.
47110         (default_libc_feholdexcept_setround): New.
47111         (default_libc_fesetenv, default_libc_feupdateenv): New.
47112         (libc_feholdexcept): Only define if undefined.
47113         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47114         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47115         (libc_feholdexcept_setroundl): Likewise.
47116         (libc_feholdexcept_setround_53bit): Likewise.
47117         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47118         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47119         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47120         (libc_feupdateenv_53bit): Likewise.
47121         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47122         (libc_feholdexcept): Convert from macro to inline function.
47123         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47124         (libc_fesetenv, libc_feupdateenv): Likewise.
47126         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47127         not previously defined.
47128         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47129         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47130         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47131         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47132         * sysdeps/ieee754/flt-32/math_private.h: New file.
47133         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47134         math_private.h below SET_FLOAT_WORD.
47135         (__isnan, __isinf_ns, __finite): Remove.
47136         (__isnanf, __isinf_nsf, __finitef): Remove.
47138 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47140         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47142 2012-03-17  David S. Miller  <davem@davemloft.net>
47144         [BZ #6471]
47145         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47146         for 2.16.
47148 2012-03-16  David S. Miller  <davem@davemloft.net>
47150         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47151         warnings.
47153         [BZ #6471]
47154         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47155         properly.
47156         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47157         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47158         sysdep_routines when subdir is sysvipc.
47159         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47160         __getshmlba helper.
47162         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47164 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47166         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47167         [__LP64__].
47169 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47171         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47172         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47173         (__lround): Renamed to ...
47174         (__llround): This.  Replace long int with long long int.
47175         Define lround functions as aliases of llround functions.
47176         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47178 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47180         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47181         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47182         adresses to uintptr_t.  Replace "long int" and "unsigned long
47183         int" with "greg_t" on va_arg.
47185 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47187         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47188         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47190         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47191         Move e_machine check before EI_CLASS check.  Handle x32
47192         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47193         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47194         SKIP_EM_IA_64 and include
47195         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47197         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47198         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47199         (add_system_dir): New macro.
47201         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47202         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47204 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47206         [BZ #2551]
47207         [BZ #2552]
47208         [BZ #2553]
47209         [BZ #2554]
47210         [BZ #2562]
47211         [BZ #2563]
47212         [BZ #2565]
47213         [BZ #2566]
47214         [BZ #2576]
47215         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47216         (y0): Likewise.
47217         * math/w_j0f.c (j0f): Likewise.
47218         (y0f): Likewise.
47219         * math/w_j0l.c (__j0l): Likewise.
47220         (__y0l): Likewise.
47221         * math/w_j1.c (j1): Likewise.
47222         (y1): Likewise.
47223         * math/w_j1f.c (j1f): Likewise.
47224         (y1f): Likewise.
47225         * math/w_j1l.c (__j1l): Likewise.
47226         (__y1l): Likewise.
47227         * math/w_jn.c (jn): Likewise.
47228         (yn): Likewise.
47229         * math/w_jnf.c (jnf): Likewise.
47230         (ynf): Likewise.
47231         * math/w_jnl.c (__jnl): Likewise.
47232         (__ynl): Likewise.
47233         * math/libm-test.inc (j0_test): Add more tests.
47234         (j1_test): Likewise.
47235         (jn_test): Likewise.  Add trailing semicolon to existing test.
47236         (y0_test): Likewise.
47237         (y1_test): Likewise.
47238         * sysdeps/i386/fpu/libm-test-ulps: Update.
47239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47241         [BZ #13851]
47242         [BZ #13854]
47243         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47244         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47245         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47246         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47247         (__tanl): Set errno for infinite argument.
47248         * sysdeps/i386/fpu/mptan.c: Remove.
47249         * sysdeps/i386/fpu/s_tan.S: Likewise.
47250         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47251         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47252         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47253         * math/libm-test.inc (tan_test): Add more tests and enable more
47254         tests for double and long double.
47255         * sysdeps/i386/fpu/libm-test-ulps: Update.
47256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47258 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47260         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47261         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47263 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47265         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47266         * configure.in: Use it for both main tree and add-ons.
47267         * configure: Regenerated.
47269 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47271         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47273 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47275         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47276         in comment.
47278         [BZ #13851]
47279         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47280         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47281         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47282         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47283         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47284         infinite argument.
47285         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47286         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47287         != 0 for prec == 2.
47288         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47289         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47290         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47291         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47292         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47293         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47294         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47295         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47296         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47297         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47298         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47299         * math/libm-test.inc (cos_test): Add more tests and enable more
47300         tests for long double.
47301         (sin_test): Likewise.
47302         (sincos_test): Likewise.
47303         * sysdeps/i386/fpu/libm-test-ulps: Update.
47304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47306 2012-03-16  David S. Miller  <davem@davemloft.net>
47308         * sysdeps/sparc/fpu/math_private.h: New file.
47310 2012-03-15  David S. Miller  <davem@davemloft.net>
47312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47313         file.
47314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47316         file.
47317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47318         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47319         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47320         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47321         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47322         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47323         sysdep routines.
47324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47326         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47327         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47329         * sysdeps/sparc/sparc-ifunc.h: New file.
47330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47331         sparc-ifunc.h
47332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47334         Likewise.
47335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47336         Likewise.
47337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47341         Likewise.
47342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47347         Likewise.
47348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47349         Likewise.
47350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47354         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47355         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47356         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47357         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47358         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47359         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47360         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47361         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47362         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47363         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47364         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47365         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47366         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47367         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47368         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47369         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47370         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47371         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47372         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47373         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47375 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47377         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47378         scaling.
47379         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47381 2012-03-15  Andreas Jaeger  <aj@suse.de>
47383         [BZ #13852]
47384         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47385         ieee754/flt-32 implementation for sin, cos and sincos.
47386         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47387         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47388         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47389         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47390         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47391         ieee754/flt-32 implementation for tan.
47393         * math/libm-test.inc (cos_test): Enable some large input tests for
47394         float as well
47395         (sin_test): Likewise.
47396         (sincos_test): Likewise.
47397         (tan_test): Add tests for large input.
47399         * sysdeps/i386/fpu/libm-test-ulps: Update.
47401 2012-03-15  Andreas Jaeger  <aj@suse.de>
47403         [BZ #13658]
47404         * math/libm-test.inc (cos_test): Add more test cases.
47405         (sin_test): Likewise.
47406         (sincos_test): Likewise.
47408 2012-03-15  Andreas Jaeger  <aj@suse.de>
47410         [BZ #13837]
47411         * math/libm-test.inc (cos_test): Add a test case for large input
47412         value.
47413         (sin_test): Likewise.
47414         (sincos_test): Likewise.
47416 2012-03-15  Andreas Jaeger  <aj@suse.de>
47417             Joseph Myers  <joseph@codesourcery.com>
47419         [BZ #13658]
47420         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47421         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47422         * sysdeps/i386/fpu/branred.c: Likewise.
47423         * sysdeps/i386/fpu/dosincos.c: Likewise.
47424         * sysdeps/i386/fpu/mpa.c: Likewise.
47425         * sysdeps/i386/fpu/s_cos.S: Likewise.
47426         * sysdeps/i386/fpu/s_sin.S: Likewise.
47427         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47428         * sysdeps/i386/fpu/sincos32.c: Likewise.
47430         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47431         Define.
47432         (libc_feupdateenv_53bit): Define.
47433         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47434         Define.
47435         (libc_feupdateenv_53bit): Define.
47437         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47438         53 bit (without extend i386 double precision).
47440         * math/libm-test.inc (sincos_test): Add tests for large input.
47441         (sin): Likewise.
47442         (cos): Likewise.
47444         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47446 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47450 2012-03-15  David S. Miller  <davem@davemloft.net>
47452         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47453         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47454         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47455         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47456         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47458         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47459         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47460         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47461         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47462         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47463         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47464         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47465         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47466         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47468         file.
47469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47471         file.
47472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47474         file.
47475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47477         file.
47478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47479         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47480         fmin/fmax sysdep routines.
47481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47483 2012-03-14  David S. Miller  <davem@davemloft.net>
47485         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47486         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47487         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47488         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47489         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47490         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47491         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47492         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47493         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47494         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47495         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47496         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47497         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47498         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47499         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47500         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47501         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47502         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47503         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47504         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47505         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47506         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47507         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47508         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47509         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47510         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47511         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47512         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47513         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47514         routines.
47515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47516         file.
47517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47519         file.
47520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47522         file.
47523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47525         file.
47526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47528         file.
47529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47531         file.
47532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47533         file.
47534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47535         file.
47536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47537         file.
47538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47539         New file.
47540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47541         file.
47542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47543         file.
47544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47546         file.
47547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47549         file.
47550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47552         file.
47553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47555         VIS3 routines.
47557         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47558         New file.
47560         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47562         * sysdeps/sparc/configure.in: New file.
47563         * sysdeps/sparc/configure: Generate.
47564         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47565         * configure: Regenerate.
47566         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47567         * config.make.in (have-as-vis3): New.
47568         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47569         available use -Av9d instead of -Av9a.
47570         * sysdeps/sparc/sparc64/Makefile: Likewise.
47571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47573         New file.
47574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47575         file.
47576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47577         New file.
47578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47579         file.
47580         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47581         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47582         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47583         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47584         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47586         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47587         fzeros/fnegs to load 0x80000000 into a float register instead of
47588         using the stack.
47589         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47591 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47593         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47594         bits/syscall.h.
47595         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47596         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47597         ($(inst_includedir)/bits/syscall.h): Remove rule.
47598         ($(objpfx)bits/syscall.d): Include instead of
47599         $(objpfx)syscall-list.d.
47600         (generated): Change syscall-list.h and syscall-list.d to
47601         bits/syscall.h and bits/syscall.d.
47603 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47605         [BZ #13846]
47606         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47608 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47610         [BZ #13841]
47611         * math/s_csqrt.c: Include <float.h>.
47612         (__csqrt): Scale large or subnormal inputs.
47613         * math/s_csqrtf.c: Likewise.
47614         * math/s_csqrtl.c: Likewise.
47615         * math/libm-test.inc (csqrt_test): Add more tests.
47616         * sysdeps/i386/fpu/libm-test-ulps: Update.
47617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47619         [BZ #13840]
47620         * math/libm-test.inc (hypot_test): Add more tests.
47622 2012-03-13  David S. Miller  <davem@davemloft.net>
47624         [BZ #13840]
47625         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47626         double-precision for the calculation instead of scaling.
47628 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47630         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47631         manipulate bits before adding and subtracting TWO52[sx].
47632         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47633         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47634         Likewise.
47635         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47637 2012-03-13  David S. Miller  <davem@davemloft.net>
47639         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47640         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47641         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47642         rtld-global-offsets.h
47643         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47645         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47646         large parameters.
47648         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47650         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47651         'err' in the ifdef scope in which it is actually used.
47653         * nss/nss_db/db-init.c: Include string.h
47655 2012-03-12  David S. Miller  <davem@davemloft.net>
47657         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47658         masking out of the most significant byte of random value used.
47659         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47660         Fix coding style in previous change.
47662         * sysdeps/unix/sysv/linux/kernel-features.h
47663         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47664         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47665         expression.
47666         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47667         later.
47669 2012-03-11  David S. Miller  <davem@davemloft.net>
47671         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47672         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47673         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47674         for 'resultvar' otherwise things get truncated on 64-bit.
47676         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47677         Fix masking out of the most significant byte of random value used.
47679         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47681 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47685 2012-03-09  David S. Miller  <davem@davemloft.net>
47687         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47688         variables with appropriate CPP guards.
47689         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47690         from the frame pointer, not the stack pointer.  Correct layout
47691         comments.  Fix test on resulting framesize and the management of
47692         the outregs buffer for pltexit.  Preserve floating point return
47693         values across _dl_call_pltexit call.
47694         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47695         framesize and the management of the outregs buffer for pltexit.
47696         Preserve floating point return values across _dl_call_pltexit
47697         call.
47698         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47699         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47700         (la_sparc64_gnu_pltexit): New functions.
47701         (print_exit): Fix format string for return register value.
47703 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47705         * sunrpc/Makefile (others): Add rpcgen.
47706         ($(objpfx)rpcgen): Remove special build rule and dependency on
47707         libc.
47708         * sunrpc/rpcgen.c: New file.
47710 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47712         [BZ #13673]
47713         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47714         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47715         * sysdeps/i386/crti.S: Likewise.
47716         * sysdeps/i386/crtn.S: Likewise.
47717         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47718         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47719         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47720         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47721         * sysdeps/sh/crti.S: Likewise.
47722         * sysdeps/sh/crtn.S: Likewise.
47723         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47725         [BZ #13673]
47726         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47727         with URL.
47728         * locale/programs/locfile-kw.gperf: Likewise.
47729         * locale/programs/charmap-kw.h: Regenerated.
47730         * locale/programs/locfile-kw.h: Likewise.
47732         [BZ #13673]
47733         * intl/plural.y: Replace FSF snail mail address with URL.
47734         * intl/plural.c: Regenerated.
47736 2012-03-09  Richard Henderson  <rth@twiddle.net>
47738         * include/math_private.h: Remove file.
47739         * math/math_private.h: Move file ...
47740         * sysdeps/generic/math_private.h: ... here.
47742         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47743         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47744         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47746         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47747         and <math_private.h>.
47748         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47749         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47750         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47751         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47752         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47753         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47754         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47755         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47756         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47757         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47758         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47759         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47760         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47761         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47762         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47763         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47764         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47765         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47766         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47767         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47768         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47769         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47770         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47771         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47772         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47773         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47774         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47775         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47776         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47777         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47778         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47779         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47780         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47781         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47782         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47783         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47784         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47785         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47786         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47787         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47788         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47789         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47790         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47791         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47792         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47793         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47794         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47795         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47796         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47797         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47798         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47799         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47800         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47801         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47802         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47803         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47804         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47805         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47806         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47807         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47808         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47809         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47810         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47811         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47812         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47813         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47814         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47815         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47816         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47817         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47818         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47819         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47820         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47821         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47822         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47823         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47824         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47825         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47826         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47827         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47828         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47829         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47830         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47831         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47832         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47833         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47834         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47835         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47836         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47837         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47838         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47839         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47840         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47841         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47842         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47843         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47844         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47845         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47846         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47847         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47848         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47849         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47850         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47851         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47852         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47853         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47854         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47855         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47856         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47857         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47858         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47859         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47860         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47861         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47862         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47863         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47864         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47865         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47866         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47867         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47868         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47869         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47870         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47871         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47872         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47873         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47874         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47875         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47876         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47877         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47878         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47879         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47880         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47881         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47882         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47883         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47884         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47885         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47886         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47887         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47888         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47889         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47890         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47891         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47892         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47893         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47894         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47895         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47896         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47897         * sysdeps/ieee754/k_standard.c: Likewise.
47898         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47899         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47900         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47901         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47902         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47903         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47904         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47905         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47906         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47907         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47908         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47909         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47910         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47911         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47912         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47913         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47914         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47915         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47916         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47917         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47918         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47919         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47920         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47921         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47922         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47923         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47924         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47925         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47926         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47927         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47928         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47929         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47930         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47931         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47932         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47933         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47934         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47935         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47936         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47937         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47938         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47939         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47940         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47941         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47942         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47943         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47944         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47945         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47946         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47947         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47948         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47949         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47950         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47951         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47952         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47953         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47954         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47955         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47956         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47957         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47958         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47959         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47960         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47961         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47962         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47963         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47964         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47965         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47966         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47967         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47968         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47969         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47970         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47971         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47972         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47973         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47974         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47975         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47976         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47977         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47978         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47979         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47980         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47981         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47982         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47983         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47984         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47985         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47986         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47987         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47988         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47989         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47990         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47991         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47992         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47993         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47994         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47995         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47996         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47997         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47998         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47999         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48000         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48001         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48002         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48003         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48004         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48005         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48006         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48007         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48008         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48009         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48010         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48011         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48012         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48013         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48014         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48015         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48016         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48017         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48018         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48019         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48020         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48021         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48022         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48023         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48024         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48025         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48026         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48027         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48028         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48029         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48030         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48031         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48032         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48033         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48034         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48035         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48036         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48037         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48038         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48039         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48040         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48041         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48042         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48043         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48044         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48045         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48046         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48047         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48048         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48049         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48050         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48051         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48052         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48053         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48054         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48055         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48056         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48057         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48058         * sysdeps/ieee754/s_lib_version.c: Likewise.
48059         * sysdeps/ieee754/s_matherr.c: Likewise.
48060         * sysdeps/ieee754/s_signgam.c: Likewise.
48061         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48062         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48063         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48064         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48065         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48066         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48067         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48068         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48069         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48070         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48071         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48072         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48073         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48074         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48075         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48076         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48077         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48078         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48079         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48080         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48081         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48083 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48085         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48086         * sunrpc/rpc_main.c: Likewise.
48087         * sunrpc/rpc_svcout.c: Likewise.
48089 2012-03-09  David S. Miller  <davem@davemloft.net>
48091         * include/math_private.h: New file.
48093 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48095         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48096         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48097         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48098         from <bits/socket_type.h>.
48099         (enum __socket_type): Don't define here.
48100         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48101         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48102         bits/socket_type.h.
48104         [BZ #13566]
48105         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48106         checking __USE_GNU.
48108         * Makerules ($(inst_includedir)/%.h): New rule.
48109         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48110         (install-others): Remove variable setting.
48111         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48113 2012-03-08  Richard Henderson  <rth@twiddle.net>
48115         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48116         from macro to inline function; merge with the
48117         !__LIBC_INTERNAL_MATH_INLINES version.
48118         (__ieee754_sqrtf): Likewise.
48120         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48121         to inline function.
48122         (__rintf, __floor, __floorf): Likewise.
48124         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48125         macro to inline function.
48126         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48128         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48129         not <math/math_private.h>.
48131 2012-03-08  David S. Miller  <davem@davemloft.net>
48133         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48134         copyright year.
48135         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48137 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48139         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48140         normalization.
48141         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48142         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48144 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48146         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48147         be defined individually, they must be defined as a block.  Define
48148         S for printing a string instead of hidint the different by using a
48149         macro for adding the 'l'.
48150         * stdio-common/tst-fphex-wide.c: Adjust.
48152 2012-03-07  Marek Polacek  <polacek@redhat.com>
48154         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48156 2012-03-08  Marek Polacek  <polacek@redhat.com>
48158         [BZ #13806]
48159         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48160         * stdio-common/tst-fphex.c: Define a few macros to make the
48161         test reusable.  Use them.
48162         * stdio-common/tst-fphex-wide.c: New file.
48164 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48166         [BZ #6911]
48167         * manual/macros.texi (gnusystems): New macro.
48168         (nongnusystems): Likewise.
48169         (gnulinuxhurdsystems): Likewise.
48170         (gnuhurdsystems): Likewise..
48171         (gnulinuxsystems): Likewise.
48172         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48173         variants of the GNU system, not "GNU system".
48174         * manual/conf.texi: Likewise.
48175         * manual/errno.texi: Likewise.  Update example of errno macro
48176         expansion.
48177         * manual/filesys.texi: Likewise.
48178         (getumask): Document as specific to GNU/Hurd.
48179         * manual/install.texi: Likewise.  Reword some references to
48180         GNU/Linux.
48181         * manual/intro.texi: Likewise.
48182         * manual/io.texi: Likewise.
48183         (File Name Portability): Detail which constraints are inapplicable
48184         to all GNU systems and which are only inapplicable to GNU/Hurd.
48185         * manual/job.texi: Likewise.
48186         * manual/llio.texi: Likewise.
48187         (O_NOCTTY): Document as present on GNU/Linux.
48188         * manual/maint.texi: Likewise.
48189         * manual/memory.texi: Likewise.
48190         * manual/pattern.texi: Likewise.
48191         * manual/pipe.texi: Likewise.
48192         * manual/process.texi: Likewise.
48193         * manual/resource.texi: Likewise.
48194         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48195         child on GNU/Hurd.
48196         * manual/setjmp.texi: Likewise.
48197         * manual/signal.texi: Likewise.
48198         * manual/startup.texi: Likewise.
48199         * manual/stdio.texi: Likewise.
48200         * manual/terminal.texi: Likewise.
48201         (ONLCR): Document as POSIX.
48202         (OXTABS): Document availability on GNU/Linux as XTABS.
48203         (ONOEOT): Document availability separately from other bits.
48204         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48205         * manual/time.texi: Likewise.
48206         * manual/users.texi: Likewise.
48207         * INSTALL: Regenerated.
48208         * sysdeps/gnu/errlist.c: Regenerated.
48210         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48211         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48212         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48213         puts.
48214         * configure: Regenerated.
48216 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48218         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48219         default includes instead of AC_HEADER_CHECK.
48220         * sysdeps/i386/configure: Regenerated.
48222         [BZ #10716]
48223         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48224         * math/s_cacoshf.c (__cacoshf): Likewise.
48225         * math/s_cacoshl.c (__cacoshl): Likewise.
48226         * math/s_casinh.c (__casinh): Set signs of result from argument.
48227         * math/s_casinhf.c (__casinhf): Likewise.
48228         * math/s_casinhl.c (__casinhl): Likewise.
48229         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48230         (casinh_test): Add more tests.
48231         * sysdeps/i386/fpu/libm-test-ulps: Update.
48232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48234 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48236         * po/zh_TW.po: Update from translation team.
48238         * login/Makefile (distribute): Remove variable.
48239         * catgets/Makefile: Likewise.
48240         * mach/Makefile: Likewise.
48241         * malloc/Makefile: Likewise.
48242         * misc/Makefile: Likewise.
48243         * iconv/Makefile: Likewise.
48244         * nscd/Makefile: Likewise.
48245         * hurd/Makefile: Likewise.
48246         * manual/Makefile: Likewise.
48247         * locale/Makefile: Likewise.
48248         * intl/Makefile: Likewise.
48249         * conform/Makefile: Likewise.
48250         * nss/Makefile: Likewise.
48251         * time/Makefile: Likewise.
48252         * soft-fp/Makefile: Likewise.
48253         * dirent/Makefile: Likewise.
48254         * gmon/Makefile: Likewise.
48255         * po/Makefile: Likewise.
48256         * rt/Makefile: Likewise.
48257         * socket/Makefile: Likewise.
48258         * math/Makefile: Likewise.
48259         * signal/Makefile: Likewise.
48260         * debug/Makefile: Likewise.
48261         * elf/Makefile: Likewise.
48262         * timezone/Makefile: Likewise.
48263         * stdlib/Makefile: Likewise.
48264         * iconvdata/Makefile: Likewise.
48265         * sunrpc/Makefile: Likewise.
48266         * io/Makefile: Likewise.
48267         * argp/Makefile: Likewise.
48268         * inet/Makefile: Likewise.
48269         * hesiod/Makefile: Likewise.
48270         * grp/Makefile: Likewise.
48271         * csu/Makefile: Likewise.
48272         * wctype/Makefile: Likewise.
48273         * crypt/Makefile: Likewise.
48274         * libio/Makefile: Likewise.
48275         * string/Makefile: Likewise.
48276         * nis/Makefile: Likewise.
48277         * resolv/Makefile: Likewise.
48278         * stdio-common/Makefile: Likewise.
48279         * wcsmbs/Makefile: Likewise.
48280         * dlfcn/Makefile: Likewise.
48281         * posix/Makefile: Likewise.
48283         [BZ #6959]
48284         * timezone/Makefile: Don't install timezone files, just the programs
48285         and scripts.
48287 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48289         * nss/databases.def: Add missing gshadow entry.
48291         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48293 2012-03-06  Marek Polacek  <polacek@redhat.com>
48295         [BZ #13726]
48296         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48297         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48298         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48299         * stdio-common/tst-long-dbl-fphex.c: New file.
48301 2012-03-06  David S. Miller  <davem@davemloft.net>
48303         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48304         (set_obp_int): New function.
48305         (get_obp_int): New function.
48306         (__get_clockfreq_via_dev_openprom): Likewise.
48307         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48308         Avoid unused variable warnings on 'val' and use builtin_expect.
48309         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48310         __builtin_expect.
48311         (INLINE_CLONE_SYSCALL): Likewise.
48313 2012-03-05  David S. Miller  <davem@davemloft.net>
48315         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48317 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48319         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48321         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48322         only for |x| >= 40.
48323         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48325 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48327         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48328         Replace gettimeofday with __vdso_gettimeofday.
48330         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48331         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48332         __vdso_clock_gettime and __vdso_getcpu.
48334         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48335         time with __vdso_time.
48337 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48339         * manual/lang.texi (size_t): Note types to which size_t may be
48340         equivalent with the GNU C Library, but do not describe when
48341         differences between them are significant.
48343 2012-03-05  Andreas Jaeger  <aj@suse.de>
48345         * sysdeps/i386/fpu/libm-test-ulps: Update.
48347 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48349         [BZ #3976]
48350         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48351         (__ieee754_pow): Save and restore rounding mode and use
48352         round-to-nearest for main computations.
48353         * math/libm-test.inc (pow_test_tonearest): New function.
48354         (pow_test_towardzero): Likewise.
48355         (pow_test_downward): Likewise.
48356         (pow_test_upward): Likewise.
48357         (main): Call the new functions.
48358         * sysdeps/i386/fpu/libm-test-ulps: Update.
48359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48361         [BZ #3976]
48362         * math/libm-test.inc (cosh_test_tonearest): New function.
48363         (cosh_test_towardzero): Likewise.
48364         (cosh_test_downward): Likewise.
48365         (cosh_test_upward): Likewise.
48366         (sinh_test_tonearest): Likewise.
48367         (sinh_test_towardzero): Likewise.
48368         (sinh_test_downward): Likewise.
48369         (sinh_test_upward): Likewise.
48370         (main): Call the new functions.
48371         * sysdeps/i386/fpu/libm-test-ulps: Update.
48372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48374 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48376         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48377         default stack guard is set in last bytes.
48378         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48380 2012-03-05  Kees Cook  <keescook@chromium.org>
48382         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48384         [BZ #13656]
48385         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48386         possibly allocate from heap instead of stack.
48387         * stdio-common/bug-vfprintf-nargs.c: New file.
48388         * stdio-common/Makefile (tests): Add nargs overflow test.
48390 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48392         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48394 2012-03-03  Marek Polacek  <polacek@redhat.com>
48396         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48397         * math/math_private.h: Likewise.
48398         * stdlib/tst-strtod.c: Likewise.
48399         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48400         * sysdeps/x86_64/bits/atomic.h: Likewise.
48402 2012-03-02  David S. Miller  <davem@davemloft.net>
48404         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48405         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48406         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48407         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48408         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48409         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48410         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48411         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48413 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48415         [BZ #13792]
48416         * manual/examples/README: New file, says the example source files
48417         can be used under GPL>=2.
48418         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48419         line containing just "*/".
48420         * manual/examples/add.c: Add copyright header (GPL>=2).
48421         * manual/examples/argp-ex1.c: Likewise.
48422         * manual/examples/argp-ex2.c: Likewise.
48423         * manual/examples/argp-ex3.c: Likewise.
48424         * manual/examples/argp-ex4.c: Likewise.
48425         * manual/examples/atexit.c: Likewise.
48426         * manual/examples/db.c: Likewise.
48427         * manual/examples/dir.c: Likewise.
48428         * manual/examples/dir2.c: Likewise.
48429         * manual/examples/execinfo.c: Likewise.
48430         * manual/examples/filecli.c: Likewise.
48431         * manual/examples/filesrv.c: Likewise.
48432         * manual/examples/fmtmsgexpl.c: Likewise.
48433         * manual/examples/genpass.c: Likewise.
48434         * manual/examples/inetcli.c: Likewise.
48435         * manual/examples/inetsrv.c: Likewise.
48436         * manual/examples/isockad.c: Likewise.
48437         * manual/examples/longopt.c: Likewise.
48438         * manual/examples/memopen.c: Likewise.
48439         * manual/examples/memstrm.c: Likewise.
48440         * manual/examples/mkfsock.c: Likewise.
48441         * manual/examples/mkisock.c: Likewise.
48442         * manual/examples/mygetpass.c: Likewise.
48443         * manual/examples/pipe.c: Likewise.
48444         * manual/examples/popen.c: Likewise.
48445         * manual/examples/rprintf.c: Likewise.
48446         * manual/examples/search.c: Likewise.
48447         * manual/examples/select.c: Likewise.
48448         * manual/examples/setjmp.c: Likewise.
48449         * manual/examples/sigh1.c: Likewise.
48450         * manual/examples/sigusr.c: Likewise.
48451         * manual/examples/stpcpy.c: Likewise.
48452         * manual/examples/strdupa.c: Likewise.
48453         * manual/examples/strftim.c: Likewise.
48454         * manual/examples/strncat.c: Likewise.
48455         * manual/examples/subopt.c: Likewise.
48456         * manual/examples/swapcontext.c: Likewise.
48457         * manual/examples/termios.c: Likewise.
48458         * manual/examples/testopt.c: Likewise.
48459         * manual/examples/testpass.c: Likewise.
48460         * manual/examples/timeval_subtract.c: Likewise.
48462         [BZ #13792]
48463         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48464         function to ...
48465         * manual/timeval_subtract.c.texi: ... here, new file.
48467 2012-03-02  David S. Miller  <davem@davemloft.net>
48469         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48471 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48473         [BZ #3976]
48474         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48475         (__sin): Save and restore rounding mode and use round-to-nearest
48476         for all computations.
48477         (__cos): Save and restore rounding mode and use round-to-nearest
48478         for all computations.
48479         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48480         <fenv.h>.
48481         (tan): Save and restore rounding mode and use round-to-nearest for
48482         all computations.
48483         * math/libm-test.inc (cos_test_tonearest): New function.
48484         (cos_test_towardzero): Likewise.
48485         (cos_test_downward): Likewise.
48486         (cos_test_upward): Likewise.
48487         (sin_test_tonearest): Likewise.
48488         (sin_test_towardzero): Likewise.
48489         (sin_test_downward): Likewise.
48490         (sin_test_upward): Likewise.
48491         (tan_test_tonearest): Likewise.
48492         (tan_test_towardzero): Likewise.
48493         (tan_test_downward): Likewise.
48494         (tan_test_upward): Likewise.
48495         (main): Call the new functions.
48496         * sysdeps/i386/fpu/libm-test-ulps: Update.
48497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48499         [BZ #10135]
48500         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48501         small n, then large n, before computing and testing k+n.
48502         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48503         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48504         Likewise.
48505         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48506         Likewise.
48507         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48508         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48509         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48510         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48511         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48512         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48513         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48514         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48515         * math/libm-test.inc (scalbn_test): Add more tests.
48516         (scalbln_test): Likewise.
48518         * manual/filesys.texi (mode_t): Describe constraints on size and
48519         signedness, not exact equivalence to a particular type.
48520         (ino_t): Likewise.
48521         (ino64_t): Likewise.
48522         (dev_t): Likewise.
48523         (nlink_t): Likewise.
48524         (blkcnt_t): Likewise.
48525         (blkcnt64_t): Likewise.
48526         * manual/llio.texi (off_t): Likewise.
48528         [BZ #3976]
48529         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48530         (__ieee754_exp): Save and restore rounding mode and use
48531         round-to-nearest for all computations.
48532         * math/libm-test.inc (exp_test_tonearest): New function.
48533         (exp_test_towardzero): Likewise.
48534         (exp_test_downward): Likewise.
48535         (exp_test_upward): Likewise.
48536         (main): Call the new functions.
48537         * sysdeps/i386/fpu/libm-test-ulps: Update.
48538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48540 2012-03-01  Chris Demetriou  <cgd@google.com>
48542         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48543         have predictable order.
48545 2012-03-01  David S. Miller  <davem@davemloft.net>
48547         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48549         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48550         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48551         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48552         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48554         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48555         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48556         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48558         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48559         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48560         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48561         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48562         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48564         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48566         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48567         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48568         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48570         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48571         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48572         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48573         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48574         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48575         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48576         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48577         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48578         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48579         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48580         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48581         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48582         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48583         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48584         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48585         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48586         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48587         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48588         * sysdeps/sparc/elf/configure: Regenerated.
48590 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48592         * configure.in (AS, LD): Require binutils 2.20 or later.
48593         * configure: Regenerated.
48594         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48595         as required minimum version.
48596         * INSTALL: Regenerated.
48598         [BZ #2541]
48599         [BZ #4108]
48600         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48601         before squaring exponent.
48602         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48603         bottom long double and 27 bits of top long double before squaring
48604         exponent.
48605         * math/libm-test.inc (erfc_test): Add more tests.
48606         * sysdeps/i386/fpu/libm-test-ulps: Update.
48607         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48610 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48612         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48613         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48614         containing bit-fields.
48615         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48616         * soft-fp/single.h (_FP_UNION_S): Likewise.
48617         * soft-fp/double.h (_FP_UNION_D): Likewise.
48619 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48621         [BZ #13786]
48622         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48623         not include ../strcmp.S.
48624         [USE_AS_STRNCASECMP_L]: Likewise.
48625         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48626         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48627         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48628         (__strncasecmp_l_ia32): Define as alias to
48629         __strncasecmp_l_nonascii.
48631         [BZ #5794]
48632         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48633         * sysdeps/i386/fpu/libm-test-ulps: Update.
48634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48636         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48639 2012-02-29  Jeff Law  <law@redhat.com>
48641         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48642         out of bounds read.
48644 2012-02-29  Marek Polacek  <polacek@redhat.com>
48646         [BZ #13706]
48647         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48648         * elf/Makefile: Add rules to run tst-unused-dep.out.
48650 2012-02-28  David S. Miller  <davem@davemloft.net>
48652         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48653         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48654         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48655         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48656         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48657         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48659 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48661         * math/libm-test.inc (llround_test): Move one test from
48662         lround_test.  Use TEST_f_L in moved test.
48663         (lround_test): Move misplaced test to llround_test.  Add testcase
48664         from bug 2561.
48666 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48668         * sysdeps/x86_64/fpu/e_expf.S: New file.
48669         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48671 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48673         [BZ #13637]
48674         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48675         of remain_len that may cause incomplete multi-byte character and
48676         false match.
48677         * posix/bug-regex33.c: New file.
48678         * posix/Makefile (tests): Add bug-regex33.
48680 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48682         * manual/macros.texi: New file.
48683         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48684         * manual/libc.texinfo: Include macros.texi.
48685         * manual/creatute.texi: Likewise.
48686         * manual/install.texi: Likewise.
48687         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48688         @glibcadj{} in references to the GNU C Library.
48689         * manual/charset.texi: Likewise.
48690         * manual/conf.texi: Likewise.
48691         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48692         when not using those macros.
48693         * manual/creature.texi: Likewise.
48694         * manual/crypt.texi: Likewise.
48695         * manual/errno.texi: Likewise.
48696         * manual/filesys.texi: Likewise.
48697         * manual/header.texi: Likewise.
48698         * manual/install.texi: Likewise.
48699         * manual/intro.texi: Likewise.
48700         * manual/io.texi: Likewise.
48701         * manual/job.texi: Likewise.
48702         * manual/lang.texi: Likewise.
48703         * manual/libc.texiinfo: Likewise.
48704         * manual/llio.texi: Likewise.
48705         * manual/locale.texi: Likewise.
48706         * manual/maint.texi: Likewise.
48707         * manual/math.texi: Likewise.
48708         * manual/memory.texi: Likewise.
48709         * manual/message.texi: Likewise.
48710         * manual/nss.texi: Likewise.
48711         * manual/pattern.texi: Likewise.
48712         * manual/process.texi: Likewise.
48713         * manual/resource.texi: Likewise.
48714         * manual/search.texi: Likewise.
48715         * manual/setjmp.texi: Likewise.
48716         * manual/signal.texi: Likewise.
48717         * manual/socket.texi: Likewise.
48718         * manual/startup.texi: Likewise.
48719         * manual/stdio.texi: Likewise.
48720         * manual/string.texi: Likewise.
48721         * manual/sysinfo.texi: Likewise.
48722         * manual/syslog.texi: Likewise.
48723         * manual/terminal.texi: Likewise.
48724         * manual/time.texi: Likewise.
48725         * manual/users.texi: Likewise.
48726         * INSTALL: Regenerated.
48727         * NOTES: Regenerated.
48728         * sysdeps/gnu/errlist.c: Regenerated.
48730 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48732         * include/dirent.h: Include <dirstream.h> before
48733         <dirent/dirent.h>.
48735 2012-02-28  David S. Miller  <davem@davemloft.net>
48737         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48738         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48739         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48740         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48742 2012-02-27  David S. Miller  <davem@davemloft.net>
48744         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48745         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48746         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48747         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48749         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48750         frame pointer instead of stack pointer relative arg slot.
48751         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48752         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48753         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48755 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48757         [BZ #3992]
48758         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48760 2012-02-27  David S. Miller  <davem@davemloft.net>
48762         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48763         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48764         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48765         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48766         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48767         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48768         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48769         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48771 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48773         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48774         later.  Allow versions 5-9.
48775         * configure: Regenerated.
48776         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48777         required minimum version and 4.6 as recommended version.  Do not
48778         mention bugs in GCC 2.7 and 2.8.
48779         * INSTALL: Regenerated.
48781 2012-02-27  David S. Miller  <davem@davemloft.net>
48783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48784         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48785         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48786         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48787         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48788         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48789         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48790         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48792         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48793         manipulate bits before adding and subtracting TWO112[sx].
48794         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48796 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48798         [BZ #13775]
48799         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48800         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48801         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48802         being in POSIX, because they are in 1003.1-2008.
48804         * rt/tst-aio.c: Include <fcntl.h>.
48805         * rt/tst-aio7.c: Likewise.
48806         * rt/tst-aio64.c: Likewise.
48808         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48810 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48812         * manual/install.texi (--with-headers): Describe headers as
48813         interface headers, not private headers.
48814         (Specific advice for GNU/Linux systems): Describe use of headers
48815         from "make headers_install", not private headers from older
48816         kernels.
48817         * INSTALL: Regenerated.
48818         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48819         Change to 2.6.19.
48820         * sysdeps/unix/sysv/linux/configure: Regenerated.
48822         * manual/llio.texi (fclean): Remove documentation.
48824         * manual/Makefile (libc-texi-generated): New variable.  Include
48825         version.texi.
48826         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48827         $(libc-texi-generated), not duplicated list of files.
48828         (version.texi, stamp-version): New rules.
48829         (realclean): Remove $(libc-texi-generated), not individual files
48830         from that list.  Do not remove dir-add.texinfo.
48831         * manual/libc.texinfo: Comment out uses of edition numbers and
48832         references to printed manual.  Remove last-updated dates.
48833         (EDITION): Comment out.
48834         (ISBN): Likewise.
48835         (VERSION, UPDATED): Remove.
48836         (version.texi): Include.
48838 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48840         * sysdeps/posix/spawni.c: Include <signal.h>.
48841         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48842         * sysdeps/pthread/aio_fsync.c: Likewise.
48844 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48846         * conform/Makefile (tests): Run only when not cross-compiling and
48847         when fast-check is not defined.
48849         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48850         * conform/data/limits.h-data: Fixes for POSIX2008.
48851         * conform/run-conformtest.sh: Run all tests.
48852         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48853         headers.
48854         * include/bits/dlfcn.h: Likewise.
48855         * include/langinfo.h: Likewise.
48856         * include/monetary.h: Likewise.
48857         * include/sys/poll.h: Likewise.
48859         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48860         for __USE_GNU.
48861         * posix/spawn.h: Define __need_sigset_t.
48862         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48863         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48864         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48865         to get sigevent_t only.
48866         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48867         only for __USE_GNU.
48868         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48869         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48870         process_vm_writev only for __USE_GNU.
48871         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48873         * conform/Makefile: For now ignore errors from run-conformtest.
48874         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48875         POSIX to avoid namespace pollution.  Don't prepend headers.
48876         * conform/data/aio.h-data: Fixes for POSIX testing.
48877         * conform/data/fcntl.h-data: Likewise.
48878         * conform/data/glob.h-data: Likewise.
48879         * conform/data/grp.h-data: Likewise.
48880         * conform/data/pthread.h-data: Likewise.
48881         * conform/data/pwd.h-data: Likewise.
48882         * conform/data/signal.h-data: Likewise.
48883         * conform/data/spawn.h-data: Likewise.
48884         * conform/data/stdio.h-data: Likewise.
48885         * conform/data/stdlib.h-data: Likewise.
48886         * conform/data/stropts.h-data: Likewise.
48887         * conform/data/sys/mman.h-data: Likewise.
48888         * conform/data/sys/stat.h-data: Likewise.
48889         * conform/data/sys/types.h-data: Likewise.
48890         * conform/data/sys/wait.h-data: Likewise.
48891         * conform/data/time.h-data: Likewise.
48892         * conform/data/unistd.h-data: Likewise.
48893         * conform/data/utime.h-data: Likewise.
48895         * io/sys/stat.h: fchmod was always in POSIX.
48896         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48897         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48898         * rt/aio.h: Define __need_timespec before including <time.h>.
48899         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48900         struct.  Add forward declaration of pthread_attr_t and use it in
48901         sigevent.
48902         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48903         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48904         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48905         always remove CLK_TCK definition.
48907 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48909         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48911 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48913         * conform/run-conformtest.sh: New file.
48914         * conform/Makefile: Run run-conformtest for tests.
48915         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48916         support.
48918         * conform/data/uchar.h-data: New file.
48919         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48920         * conform/data/arpa/inet.h-data: Likewise.
48921         * conform/data/assert.h-data: Likewise.
48922         * conform/data/complex.h-data: Likewise.
48923         * conform/data/cpio.h-data: Likewise.
48924         * conform/data/ctype.h-data: Likewise.
48925         * conform/data/dirent.h-data: Likewise.
48926         * conform/data/dlfcn.h-data: Likewise.
48927         * conform/data/errno.h-data: Likewise.
48928         * conform/data/fcntl.h-data: Likewise.
48929         * conform/data/float.h-data: Likewise.
48930         * conform/data/fmtmsg.h-data: Likewise.
48931         * conform/data/fnmatch.h-data: Likewise.
48932         * conform/data/ftw.h-data: Likewise.
48933         * conform/data/glob.h-data: Likewise.
48934         * conform/data/grp.h-data: Likewise.
48935         * conform/data/iconv.h-data: Likewise.
48936         * conform/data/inttypes.h-data: Likewise.
48937         * conform/data/langinfo.h-data: Likewise.
48938         * conform/data/libgen.h-data: Likewise.
48939         * conform/data/limits.h-data: Likewise.
48940         * conform/data/locale.h-data: Likewise.
48941         * conform/data/math.h-data: Likewise.
48942         * conform/data/monetary.h-data: Likewise.
48943         * conform/data/mqueue.h-data: Likewise.
48944         * conform/data/ndbm.h-data: Likewise.
48945         * conform/data/net/if.h-data: Likewise.
48946         * conform/data/netdb.h-data: Likewise.
48947         * conform/data/netinet/in.h-data: Likewise.
48948         * conform/data/nl_types.h-data: Likewise.
48949         * conform/data/poll.h-data: Likewise.
48950         * conform/data/pthread.h-data: Likewise.
48951         * conform/data/pwd.h-data: Likewise.
48952         * conform/data/regex.h-data: Likewise.
48953         * conform/data/sched.h-data: Likewise.
48954         * conform/data/search.h-data: Likewise.
48955         * conform/data/semaphore.h-data: Likewise.
48956         * conform/data/setjmp.h-data: Likewise.
48957         * conform/data/signal.h-data: Likewise.
48958         * conform/data/spawn.h-data: Likewise.
48959         * conform/data/stdarg.h-data: Likewise.
48960         * conform/data/stdio.h-data: Likewise.
48961         * conform/data/stdlib.h-data: Likewise.
48962         * conform/data/string.h-data: Likewise.
48963         * conform/data/strings.h-data: Likewise.
48964         * conform/data/stropts.h-data: Likewise.
48965         * conform/data/sys/ipc.h-data: Likewise.
48966         * conform/data/sys/mman.h-data: Likewise.
48967         * conform/data/sys/msg.h-data: Likewise.
48968         * conform/data/sys/resource.h-data: Likewise.
48969         * conform/data/sys/select.h-data: Likewise.
48970         * conform/data/sys/sem.h-data: Likewise.
48971         * conform/data/sys/shm.h-data: Likewise.
48972         * conform/data/sys/socket.h-data: Likewise.
48973         * conform/data/sys/stat.h-data: Likewise.
48974         * conform/data/sys/statvfs.h-data: Likewise.
48975         * conform/data/sys/time.h-data: Likewise.
48976         * conform/data/sys/timeb.h-data: Likewise.
48977         * conform/data/sys/times.h-data: Likewise.
48978         * conform/data/sys/types.h-data: Likewise.
48979         * conform/data/sys/uio.h-data: Likewise.
48980         * conform/data/sys/un.h-data: Likewise.
48981         * conform/data/sys/utsname.h-data: Likewise.
48982         * conform/data/sys/wait.h-data: Likewise.
48983         * conform/data/syslog.h-data: Likewise.
48984         * conform/data/tar.h-data: Likewise.
48985         * conform/data/termios.h-data: Likewise.
48986         * conform/data/utime.h-data: Likewise.
48987         * conform/data/utmpx.h-data: Likewise.
48988         * conform/data/varargs.h-data: Likewise.
48989         * conform/data/wchar.h-data: Likewise.
48990         * conform/data/wctype.h-data: Likewise.
48991         * conform/data/wordexp.h-data: Likewise.
48993         * include/stropts.h: New file.
48994         * include/uchar.h: New file.
48995         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48996         * include/assert.h: Likewise.
48997         * include/ctype.h: Likewise.
48998         * include/dirent.h: Likewise.
48999         * include/dlfcn.h: Likewise.
49000         * include/fcntl.h: Likewise.
49001         * include/fnmatch.h: Likewise.
49002         * include/glob.h: Likewise.
49003         * include/grp.h: Likewise.
49004         * include/libio.h: Likewise.
49005         * include/locale.h: Likewise.
49006         * include/math.h: Likewise.
49007         * include/net/if.h: Likewise.
49008         * include/netdb.h: Likewise.
49009         * include/netinet/in.h: Likewise.
49010         * include/pthread.h: Likewise.
49011         * include/pwd.h: Likewise.
49012         * include/regex.h: Likewise.
49013         * include/sched.h: Likewise.
49014         * include/search.h: Likewise.
49015         * include/setjmp.h: Likewise.
49016         * include/signal.h: Likewise.
49017         * include/stdio.h: Likewise.
49018         * include/stdlib.h: Likewise.
49019         * include/string.h: Likewise.
49020         * include/sys/cdefs.h: Likewise.
49021         * include/sys/mman.h: Likewise.
49022         * include/sys/msg.h: Likewise.
49023         * include/sys/resource.h: Likewise.
49024         * include/sys/select.h: Likewise.
49025         * include/sys/socket.h: Likewise.
49026         * include/sys/stat.h: Likewise.
49027         * include/sys/statvfs.h: Likewise.
49028         * include/sys/time.h: Likewise.
49029         * include/sys/times.h: Likewise.
49030         * include/sys/uio.h: Likewise.
49031         * include/sys/utsname.h: Likewise.
49032         * include/sys/wait.h: Likewise.
49033         * include/termios.h: Likewise.
49034         * include/time.h: Likewise.
49035         * include/ulimit.h: Likewise.
49036         * include/unistd.h: Likewise.
49037         * include/utime.h: Likewise.
49038         * include/wchar.h: Likewise.
49039         * include/wctype.h: Likewise.
49040         * include/wordexp.h: Likewise.
49042         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49044         * time/time.h: TIME_UTC must be a macro.
49045         Make timespec_get available for ISO C11 only as well.
49047 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49049         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49050         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49052 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49054         * configure.in: Use -o not -a in test for unsupported multi-arch.
49056 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49058         * manual/texinfo.tex: Update to version 2012-01-19.16.
49060 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49062         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49064 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49066         [BZ #13738]
49067         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49068         * manual/fdl-1.3.texi: New file.
49069         * manual/fdl-1.1.texi: File removed.
49071         [BZ #13738]
49072         * manual/libc.texinfo (FDL_VERSION): New @set.
49073         Use it for mention of FDL in cover text.
49074         (Documentation License): Use it in @include file name.
49076 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49077             Roland McGrath  <roland@hack.frob.com>
49079         [BZ #5461]
49080         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49081         (not LONG_LONG_MAX and LONG_LONG_MIN.
49082         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49083         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49084         name.
49085         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49087 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49089         [BZ #2547]
49090         [BZ #11365]
49091         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49092         manipulate bits before adding and subtracting TWO23[sx].
49093         * math/libm-test.inc (nearbyint_test): Add more tests.
49095 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49097         [BZ #2548]
49098         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49099         bits before adding and subtracting TWO23[sx].
49100         * math/libm-test.inc (rint_test): Add more tests.
49101         (rint_test_tonearest): Likewise.
49102         (rint_test_towardzero): Likewise.
49103         (rint_test_downward): Likewise.
49104         (rint_test_upward: Likewise.
49106 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49108         [BZ #10110]
49109         * include/stdc-predef.h: New file.  Extracted from features.h.
49110         * include/features.h: Include stdc-predef.h.
49111         * Makefile (headers): Add stdc-predef.h.
49112         * CONFORMANCE (Compiler limitations): Update.
49114 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49116         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49118 2012-02-21  David S. Miller  <davem@davemloft.net>
49120         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49121         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49123 2012-02-20  David S. Miller  <davem@davemloft.net>
49125         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49126         using a normal save/restore sequence, rather than allocating a
49127         dummy stack frame just to store a frame pointer and restore.
49128         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49130 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49132         * manual/install.texi: Fix stray word in line-wrapped comment.
49134 2012-02-20  David S. Miller  <davem@davemloft.net>
49136         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49137         both binutils and gcc support GOTDATA.
49139         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49140         "rd %pc" in the PIC register setup sequences.
49142         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49143         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49144         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49145         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49146         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49147         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49148         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49149         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49150         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49151         (SYSCALL_ERROR_HANDLER): Likewise.
49152         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49153         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49154         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49155         (SYSCALL_ERROR_HANDLER): Likewise.
49157         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49158         (HAVE_GCC_GOTDATA): New.
49159         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49160         relocation support in both binutils and gcc.
49161         * sysdeps/sparc/elf/configure: Regenerate.
49163         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49164         * sysdeps/sparc/sparc32/elf/configure: Delete.
49165         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49166         * sysdeps/sparc/sparc64/elf/configure: Delete.
49167         * sysdeps/sparc/elf/configure.in: New file.
49168         * sysdeps/sparc/elf/configure: Generate.
49170         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49171         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49172         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49173         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49174         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49176 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49178         * manual/install.texi: Do not mention specific glibc version
49179         numbers.
49180         * manual/libc.texinfo (VERSION, UPDATED): Update.
49181         (@copying): Use @copyright{} and range of years.
49183 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49185         [BZ #13695]
49186         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49187         [crti.S not in sysdirs] (generated): Do not append.
49188         [crti.S not in sysdirs] (omit-deps): Likewise.
49189         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49190         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49191         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49192         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49193         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49194         Likewise.
49195         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49196         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49197         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49198         * csu/defs.awk: Remove file.
49199         * sysdeps/generic/initfini.c: Likewise.
49200         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49201         variable.
49202         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49203         Likewise.
49205 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49207         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49208         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49209         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49210         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49211         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49212         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49213         <bits/epoll.h>.
49214         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49215         (__EPOLL_PACKED): Define to empty if not defined by
49216         <bits/epoll.h>.
49217         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49218         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49219         bits/epoll.h.
49221 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49223         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49224         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49225         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49226         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49227         <bits/timerfd.h>.
49228         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49229         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49230         bits/timerfd.h.
49232 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49234         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49235         in C locale.
49236         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49237         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49238         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49241 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49243         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49244         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49246 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49248         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49249         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49250         defined.
49251         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49252         Likewise.
49253         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49254         entry for 2.16.
49256 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49258         * math/w_acos.c: Use non-signaling floating-point comparisons.
49259         * math/w_acosf.c: Likewise.
49260         * math/w_acosh.c: Likewise.
49261         * math/w_acoshf.c: Likewise.
49262         * math/w_acoshl.c: Likewise.
49263         * math/w_acosl.c: Likewise.
49264         * math/w_asin.c: Likewise.
49265         * math/w_asinf.c: Likewise.
49266         * math/w_asinl.c: Likewise.
49267         * math/w_atanh.c: Likewise.
49268         * math/w_atanhf.c: Likewise.
49269         * math/w_atanhl.c: Likewise.
49270         * math/w_exp2.c: Likewise.
49271         * math/w_exp2f.c: Likewise.
49272         * math/w_exp2l.c: Likewise.
49273         * math/w_j0.c: Likewise.
49274         * math/w_j0f.c: Likewise.
49275         * math/w_j0l.c: Likewise.
49276         * math/w_j1.c: Likewise.
49277         * math/w_j1f.c: Likewise.
49278         * math/w_j1l.c: Likewise.
49279         * math/w_jn.c: Likewise.
49280         * math/w_jnf.c: Likewise.
49281         * math/w_log.c: Likewise.
49282         * math/w_log10.c: Likewise.
49283         * math/w_log10f.c: Likewise.
49284         * math/w_log10l.c: Likewise.
49285         * math/w_log2.c: Likewise.
49286         * math/w_log2f.c: Likewise.
49287         * math/w_log2l.c: Likewise.
49288         * math/w_logf.c: Likewise.
49289         * math/w_logl.c: Likewise.
49290         * math/w_sqrt.c: Likewise.
49291         * math/w_sqrtf.c: Likewise.
49292         * math/w_sqrtl.c: Likewise.
49293         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49294         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49295         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49296         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49297         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49299 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49301         [BZ #9739]
49302         * manual/string.texi (strnlen): Use correct parameter name in
49303         equivalent expression.
49305 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49307         [BZ #11174]
49308         * manual/users.texi (seteuid): Consistently use neweuid for
49309         argument name.
49311 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49313         [BZ #13704]
49314         * manual/nss.texi (Services in the NSS configuration): Correct
49315         list of services in example configuration file.
49317 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49319         [BZ #11322]
49320         * manual/arith.texi: Remove statements about negative zero
49321         behaving identically to zero.
49323 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49325         [BZ #5993]
49326         * manual/install.texi: Do not document upgrading from libc5.
49328 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49330         [BZ #4596]
49331         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49333 2012-02-18  David S. Miller  <davem@davemloft.net>
49335         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49336         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49337         %o7 across the call.
49338         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49339         instead.
49340         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49341         SETUP_PIC_REG_LEAF.
49342         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49343         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49344         * sysdeps/sparc/crtn.S: Likewise.
49346 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49348         * aout/Makefile: Remove.
49350 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49352         [BZ #13058]
49353         * manual/examples/argp-ex1.c (main): Format definition in GNU
49354         style.
49355         * manual/examples/argp-ex2.c (main): Likewise.
49356         * manual/examples/argp-ex3.c (main): Likewise.
49357         * manual/examples/argp-ex4.c (main): Likewise.
49358         * manual/examples/longopt.c (main): Use new-style prototype
49359         definition.
49360         * manual/examples/strncat.c (main): Specify return type and use
49361         (void) for arguments.
49362         * manual/examples/subopt.c (main): Use char **argv argument.
49364 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49366         [BZ #5077]
49367         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49368         rounding modes.
49370 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49372         [BZ #6907]
49373         * manual/string.texi (strchr): Change when strchrnul is
49374         recommended.
49376 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49378         [BZ #174]
49379         * manual/locale.texi (setlocale): Document LOCPATH.
49381 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49383         [BZ #10210]
49384         * manual/process.texi (execle): Move @dots{} before last argument.
49386 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49388         [BZ #12047]
49389         * manual/charset.texi (Generic Charset Conversion): Fix typo
49390         (LC_TYPE -> LC_CTYPE).
49392 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49394         [BZ #5805]
49395         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49396         (scalbnf): Likewise.
49397         (scalbnl): Likewise.
49398         (scalbln): Likewise.
49399         (scalblnf): Likewise.
49400         (scalblnl): Likewise.
49401         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49402         (vwarnx): Likewise.
49403         (verr): Likewise.
49404         (verrx): Likewise.
49405         * manual/filesys.texi (telldir): Use braces around return type.
49406         * manual/llio.texi (mmap): Add space after comma.
49407         (mmap64): Likewise.
49408         * manual/math.texi (jn): Use @var{} on parameter names.
49409         (jnf): Likewise.
49410         (jnl): Likewise.
49411         (yn): Likewise.
49412         (ynf): Likewise.
49413         (ynl): Likewise.
49414         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49415         line.
49416         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49417         "...".
49418         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49419         (sched_get_priority_max): Likewise.
49420         * manual/signal.texi (sigvec): Add space after comma.
49421         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49422         names.
49423         (if_indextoname): Likewise.
49424         (if_freenameindex): Likewise.
49425         (sendto): Use ',' instead of '.' in prototype.
49426         * manual/startup.texi (syscall): Use @dots{} instead of literal
49427         "...".
49428         * manual/stdio.texi (__fpending): Separate initial words of
49429         paragraph from @deftypefun line.
49430         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49431         "...".
49432         (vsyslog): Use @var{} on parameter names.
49433         * manual/terminal.texi (stty): Use @var{} on parameter names.
49434         * manual/users.texi (getutmp): Use @var{} on parameter names.
49435         (getutmpx): Likewise.
49437 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49439         [BZ #6884]
49440         * manual/stdio.texi (fopen): Fix typos in description of
49441         ",ccs=STRING".
49443 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49445         [BZ #4026]
49446         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49447         get clock_id definition.
49449 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49451         [BZ #4822]
49452         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49453         (madvise): Cast every argument to void on its own.
49455 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49457         [BZ #9902]
49458         * manual/startup.texi (Exit Status): Fix typo.
49460 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49462         [BZ #10140]
49463         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49464         * manual/examples/argp-ex2.c: Likewise.
49465         * manual/examples/argp-ex3.c: Likewise.
49467 2012-02-16  Richard Henderson  <rth@redhat.com>
49469         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49470         * sysdeps/s390/s390-32/initfini.c: Remove.
49471         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49472         * sysdeps/s390/s390-64/initfini.c: Remove.
49474 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49476         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49477         compiler output for sysdeps/generic/initfini.c.
49478         * sysdeps/sh/elf/initfini.c: Remove file.
49480 2012-02-16  David S. Miller  <davem@davemloft.net>
49482         [BZ #11494]
49483         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49485         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49486         * sysdeps/sparc/crti.S: New file.
49487         * sysdeps/sparc/crtn.S: New file.
49488         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49489         * sysdeps/sparc/sparc64/Makefile: Likewise.
49491 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49493         [BZ #3335]
49494         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49496 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49498         [BZ #4822]
49499         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49501         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49502         (write, read, close): Likewise.
49503         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49505 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49507         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49508         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49509         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49510         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49511         <bits/signalfd.h>.
49512         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49513         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49514         bits/signalfd.h.
49516 2012-02-14  Marek Polacek  <polacek@redhat.com>
49518         * sysdeps/x86_64/crti.S: New file.
49519         * sysdeps/x86_64/crtn.S: New file.
49520         * sysdeps/x86_64/elf/initfini.c: Remove file.
49522 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49524         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49525         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49526         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49527         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49528         <bits/inotify.h>.
49529         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49530         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49531         bits/inotify.h.
49533 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49535         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49536         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49537         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49538         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49539         <bits/eventfd.h>.
49540         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49541         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49542         bits/eventfd.h.
49544 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49546         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49547         __feraiseexcept instead of feraiseexcept.
49549         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49550         nanosleep invocations.
49551         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49552         strings, and add error checking for a nanosleep invocations.
49554 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49556         Replace FSF snail mail address with URLs, as per GNU coding standards.
49557         Most of the snail mail addresses were wrong anyway, and omitting
49558         them makes the source code easier to maintain.  Almost all of the
49559         changes are to license notices and to locale LC_IDENTIFICATION
49560         addresses, except for this one:
49561         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49562         not its snail mail address.
49564 2012-02-09  Richard Henderson  <rth@twiddle.net>
49566         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49567         of kernel-features.h.
49569         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49571 2012-02-08  Marek Polacek  <polacek@redhat.com>
49573         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49574         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49575         * sysdeps/gnu/_G_config.h: Likewise.
49576         * sysdeps/generic/_G_config.h: Likewise.
49578 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49580         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49581         tests.
49582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49584         * sysdeps/powerpc/powerpc32/crti.S: New file.
49585         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49586         * sysdeps/powerpc/powerpc64/crti.S: New file.
49587         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49589         * Makeconfig (have-initfini): Don't set.
49590         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49591         * configure.in (nopic_initfini): Don't substitute.
49592         * config.h.in (HAVE_INITFINI): Don't #undef.
49593         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49594         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49596 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49598         Support crti.S and crtn.S provided directly by architectures.
49599         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49600         [crti.S in sysdirs] (omit-deps): Likewise.
49601         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49602         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49603         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49604         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49605         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49606         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49607         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49608         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49609         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49610         compiler output for sysdeps/generic/initfini.c.
49611         * sysdeps/i386/elf/Makefile: Remove file.
49612         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49614 2012-02-07  Marek Polacek  <polacek@redhat.com>
49616         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49617         * sysdeps/gnu/_G_config.h: Likewise.
49618         * sysdeps/mach/hurd/_G_config.h: Likewise.
49620 2012-02-07  Marek Polacek  <polacek@redhat.com>
49622         * math/Makefile (tests): Add tst-CMPLX2.
49623         * math/tst-CMPLX2.c: New file.
49625 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49627         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49629         * math/libm-test.inc (jn_test): Add missing L suffix.
49631 2012-02-06  Marek Polacek  <polacek@redhat.com>
49633         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49634         * sysdeps/i386/fpu/e_powf.S: Likewise.
49635         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49636         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49637         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49638         * sysdeps/i386/fpu/e_pow.S: Likewise.
49639         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49640         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49641         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49642         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49643         * sysdeps/i386/fpu/e_log2.S: Likewise.
49644         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49645         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49646         * sysdeps/i386/fpu/e_powl.S: Likewise.
49647         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49648         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49649         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49650         * sysdeps/i386/fpu/e_logl.S: Likewise.
49651         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49652         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49653         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49654         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49655         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49656         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49657         * sysdeps/i386/fpu/e_log.S: Likewise.
49658         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49659         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49660         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49661         * sysdeps/i386/fpu/e_logf.S: Likewise.
49662         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49663         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49664         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49665         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49666         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49667         * sysdeps/i386/fpu/e_log10.S: Likewise.
49668         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49669         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49670         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49671         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49672         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49673         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49674         * sysdeps/i386/asm-syntax.h: Likewise.
49675         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49676         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49677         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49678         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49679         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49680         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49681         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49682         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49683         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49684         * sysdeps/powerpc/sysdep.h: Likewise.
49685         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49686         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49688 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49690         [BZ #411]
49691         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49693 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49695         * sysdeps/i386/sysdep.h: Include <features.h>.
49696         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49697         version.
49699 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49701         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49702         Define.
49703         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49704         LOAD_PIC_REG_STR.
49706 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49708         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49709         (SETUP_PIC_REG): Use GET_PC_THUNK.
49710         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49711         macro.
49713 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49715         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49716         for non-PIC compilation.
49717         (SETUP_PIC_REG): Add .p2align directive.
49718         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49719         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49720         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49721         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49722         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49723         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49724         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49725         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49726         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49727         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49728         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49729         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49730         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49731         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49732         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49733         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49734         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49735         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49736         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49737         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49738         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49739         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49740         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49741         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49742         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49743         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49744         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49745         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49746         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49747         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49748         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49749         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49750         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49751         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49752         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49753         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49754         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49755         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49756         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49757         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49758         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49760 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49762         * math/tst-CMPLX.c: Include <stdio.h>.
49764 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49766         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49767         float.
49768         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49769         * sysdeps/sparc/bits/mathdef.h: Likewise.
49771 2012-01-31  Marek Polacek  <polacek@redhat.com>
49773         * libio/libio.h: Don't define _PARAMS.
49774         * locale/programs/config.h: Don't define PARAMS.
49775         * stdlib/strtol_l.c: Likewise.
49776         (__strtol_l): Remove PARAMS from the prototype.
49778 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49780         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49781         names.  Just use the correct names.  Remove unnecessary wrapper
49782         functions.
49783         * malloc/arena.c: Likewise.
49784         * malloc/hooks.c: Likewise.
49786         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49787         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49788         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49790 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49792         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49793         into tail calls.
49794         (update_get_addr): New function.
49795         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49796         GET_ADDR_MODULE parameter.
49798 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49800         * crypt/cert.c: Remove __STDC__ conditionals.
49801         * crypt/crypt-entry.c: Likewise.
49802         * crypt/crypt_util.c: Likewise.
49803         * libio/filedoalloc.c: Likewise.
49804         * libio/fileops.c: Likewise.
49805         * libio/genops.c: Likewise.
49806         * libio/iofclose.c: Likewise.
49807         * libio/iofdopen.c: Likewise.
49808         * libio/iofopen.c: Likewise.
49809         * libio/iofopen64.c: Likewise.
49810         * libio/iogetdelim.c: Likewise.
49811         * libio/iopopen.c: Likewise.
49812         * libio/obprintf.c: Likewise.
49813         * libio/oldfileops.c: Likewise.
49814         * libio/oldiofclose.c: Likewise.
49815         * libio/oldiofdopen.c: Likewise.
49816         * libio/oldiofopen.c: Likewise.
49817         * libio/oldiopopen.c: Likewise.
49818         * libio/wfiledoalloc.c: Likewise.
49819         * libio/wgenops.c: Likewise.
49820         * locale/programs/xmalloc.c: Likewise.
49821         * misc/syslog.c: Likewise.
49822         * stdio-common/xbug.c: Likewise.
49823         * string/memchr.c: Likewise.
49824         * string/memcmp.c: Likewise.
49825         * string/memrchr.c: Likewise.
49826         * string/rawmemchr.c: Likewise.
49827         * sysdeps/posix/getcwd.c: Likewise.
49828         * time/strftime_l.c: Likewise.
49830 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49832         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49833         * config.make.in (config-cflags-sse2avx): Define.
49834         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49835         Fix typo.
49837 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49839         * scripts/config.guess: Update from upstream config git repository.
49840         * scripts/config.sub: Likewise.
49842 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49844         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49845         (EM_NUM): Update.
49846         (R_TILEPRO_*, R_TILEGX_*): New macros.
49848         * scripts/firstversions.awk: Fix bug in version range handling.
49850         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49852         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49854         * include/sys/epoll.h: New file.
49855         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49856         libc_hidden_def.
49858 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49860         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49861         Avoid unnecessary __WORDSIZE == 64 test.
49862         (fmaxf): Use VEX format if possible.
49863         (fmax): Likewise.
49864         (fminf): Likewise.
49865         (fmin): Likewise.
49867         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49868         * math/math_private.h: Remove libc_fegetround* and
49869         libc_fesetround*.
49870         * sysdeps/i386/configure.in: Check for -msse2avx.
49871         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49872         also if SSE2AVX is defined.
49873         Remove libc_fegetround* and libc_fesetround*.
49874         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49875         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49876         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49877         of HAS_YMM_USABLE.
49878         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49879         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49880         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49881         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49882         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49884         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49886 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49888         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49889         size is not set.
49890         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49892 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49894         [BZ #13618]
49895         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49896         relocation.
49897         * Makeconfig (libm): Define.
49898         * elf/Makefile: Add rules to build and run tst-relsort1.
49899         * elf/tst-relsort1.c: New file.
49900         * elf/tst-relsort1mod1.c: New file.
49901         * elf/tst-relsort1mod2.c: New file.
49903 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49905         * math/s_ldexp.c: Remove __STDC__ conditionals.
49906         * math/s_ldexpf.c: Likewise.
49907         * math/s_ldexpl.c: Likewise.
49908         * math/s_nextafter.c: Likewise.
49909         * math/s_nexttowardf.c: Likewise.
49910         * math/s_significand.c: Likewise.
49911         * math/s_significandf.c: Likewise.
49912         * math/s_significandl.c: Likewise.
49913         * math/w_jnl.c: Likewise.
49914         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49915         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49916         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49917         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49918         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49919         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49920         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49921         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49922         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49923         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49924         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49925         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49926         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49927         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49928         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49929         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49930         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49931         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49932         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49933         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49934         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49935         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49936         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49937         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49938         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49939         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49940         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49941         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49942         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49943         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49944         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49945         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49946         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49947         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49948         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49949         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49950         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49951         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49952         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49953         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49954         * sysdeps/ieee754/k_standard.c: Likewise.
49955         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49956         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49957         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49958         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49959         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49960         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49961         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49962         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49963         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49964         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49965         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49966         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49967         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49968         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49969         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49970         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49971         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49972         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49973         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49974         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49975         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49976         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49977         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49978         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49979         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49980         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49981         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49982         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49983         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49984         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49985         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49986         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49987         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49988         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49989         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49990         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49991         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49992         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49993         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49994         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49995         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49996         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49997         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49998         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49999         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50000         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50001         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50002         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50003         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50004         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50005         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50006         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50007         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50008         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50009         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50010         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50011         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50012         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50013         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50014         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50015         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50016         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50017         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50018         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50019         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50020         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50021         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50022         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50023         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50024         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50025         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50026         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50027         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50028         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50029         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50030         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50031         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50032         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50033         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50034         * sysdeps/ieee754/s_matherr.c: Likewise.
50035         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50036         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50037         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50038         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50040 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50042         * crypt/md5.h: Remove __STDC__ conditionals.
50043         * libio/libioP.h: Likewise.
50044         * locale/programs/config.h: Likewise.
50045         * sysdeps/generic/sysdep.h: Likewise.
50046         * sysdeps/i386/asm-syntax.h: Likewise.
50047         * sysdeps/s390/asm-syntax.h: Likewise.
50048         * sysdeps/unix/sysdep.h: Likewise.
50049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50052 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50054         * libio/libio.h: Remove __STDC__ conditionals.
50055         * malloc/obstack.h: Likewise.
50056         * math/complex.h: Likewise.
50057         * math/math.h: Likewise.
50058         * sysdeps/generic/_G_config.h: Likewise.
50059         * sysdeps/gnu/_G_config.h: Likewise.
50060         * sysdeps/mach/hurd/_G_config.h: Likewise.
50061         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50062         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50063         * sysdeps/sparc/bits/mathdef.h: Likewise.
50065 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50067         [BZ #13583]
50068         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50069         Clean up HAS_* macros.
50070         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50071         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50072         possible.
50073         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50074         HAS_AVX.
50075         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50076         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50077         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50078         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50079         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50081 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50083         * elf/tst-unique3.cc (gets): Remove declaration.
50084         * elf/tst-unique3lib.cc (gets): Likewise.
50085         * elf/tst-unique3lib2.cc (gets): Likewise.
50086         * elf/tst-unique4.cc (gets): Likewise.
50088 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50090         * include/stdio.h: Add C++ protection.  Add gets declarations and
50091         definitions.
50092         * debug/tst-chk1.c: Don't declare gets here.
50093         * stdio-common/tst-gets.c: Likewise.
50095 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50097         * posix/glob: Remove directory.
50099 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50101         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50103 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50105         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50106         of the non-standard EPFNOSUPPORT.
50108 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50110         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50111         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50112         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50114 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50116         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50118 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50120         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50121         transient errors.
50122         * nscd/grpcache.c (cache_addgr): Likewise.
50123         * nscd/hstcache.c (cache_addhst): Likewise.
50124         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50125         * nscd/pwdcache.c (cache_addpw): Likewise.
50126         * nscd/servicescache.c (cache_addserv): Likewise.
50128 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50130         * malloc/malloc.c: Various cleanups.
50131         * malloc/hooks.c: Likewise.
50133         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50134         * stdlib/bug-fmtmsg1.c: New file.
50136         * stdlib/fmtmsg.c (init): Add missing unlock.
50137         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50139 2012-01-12  Marek Polacek  <polacek@redhat.com>
50141         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50142         and _GNU_SOURCE.
50144 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50146         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50147         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50148         macro to ensure uniqueness of label name.
50149         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50150         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50152 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50154         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50156         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50157         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50158         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50159         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50161 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50163         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50165         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50166         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50167         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50169         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50171         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50172         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50173         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50174         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50176         * math/bits/math-finite.h: Add ldexp support.
50178 2012-01-10  Marek Polacek  <polacek@redhat.com>
50180         * locale/programs/localedef.h (show_archive_content): Add noreturn
50181         attribute.
50183 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50185         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50187 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50189         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50191         * io/Makefile (headers): Add bits/poll2.h.
50193 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50196         typo #include statement.
50198 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50200         * include/sys/cdefs.h: Define __attribute_alloc_size.
50201         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50202         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50203         * elf/pldd.c: Likewise.
50204         * iconv/iconv_charmap.c: Likewise.
50205         * iconv/iconvconfig.c: Likewise.
50206         * iconv/strtab.c: Likewise.
50207         * locale/programs/locale.c: Likewise.
50208         * locale/programs/localedef.h: Likewise.
50209         * locale/programs/simple-hash.c: Likewise.
50210         * nscd/nscd.h: Likewise.
50211         * nss/makedb.c: Likewise.
50212         * sysdeps/generic/ldconfig.h: Likewise.
50213         * locale/programs/localedef.c: Remove xmalloc prototype.
50214         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50216 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50218         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50219         appropriate.
50221 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50223         * math/Makefile (tests): Add tst-CMPLX.
50224         * math/tst-CMPLX.c: New file.
50226         * math/complex.h (CMPLXL): Fix typo.
50228         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50229         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50230         GLIBC_2.16.
50231         * debug/tst-chk1.c: Add poll and ppoll tests.
50232         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50233         * include/sys/poll.h: Add hidden proto for ppoll.
50234         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50235         * sysdeps/mach/hurd/ppoll.c: Likewise.
50236         * io/ppoll.c: Likewise.
50237         * debug/poll_chk.c: New file.
50238         * debug/ppoll_chk.c: New file.
50239         * include/bits/poll2.h: New file.
50240         * io/bits/poll2.h: New file.
50242         [BZ #1350]
50243         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50245         * configure.in: static is always set to yes.  Remove.
50246         * config.make.in: Don't set build-static.
50247         * Makeconfig: Remove use of build-static.
50248         * dlfcn/Makefile: Likewise.
50249         * elf/Makefile: Likewise.
50250         * math/Makefile: Likewise.
50251         * misc/Makefile: Likewise.
50252         * nptl/Makefile: Likewise.
50253         * sysdeps/mach/hurd/Makefile: Likewise.
50255         * configure.in: PWD_P is not used anymore.
50256         * config.make.in: Remove PWD_P entry.
50258         * configure.in: Remove last remnants of RANLIB.
50259         No need to check for signed size_t anymore.
50260         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50261         and IA-64.
50262         Remove __builtin_expect test because we require at least gcc 3.4.
50263         * aclocal.m4: Likewise.
50265         * wcsmbs/mbrtoc16.c: Implement using towc function.
50266         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50267         * wcsmbs/wcsmbsload.c: Likewise.
50268         * iconv/gconv_simple.c: Likewise.
50269         * iconv/gconv_int.h: Likewise.
50270         * iconv/gconv_builtin.h: Likewise.
50271         * iconv/iconv_prog.c: Remove CHAR16 handling.
50273         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50275         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50277         * configure.in: Remove --with-elf and --enable-bounded options.
50278         Dont set base_machine for ia64.  More non-ELF conditions removed.
50279         Remove testing and setting of leading underscore information.
50280         * config.make.in (build-bounded): Set to no.
50281         * config.h.in: Remove NO_UNDERSCORES entry.
50282         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50283         them.
50284         * csu/start.c: Remove !NO_UNDERSCORE code.
50285         * locale/localeinfo.h: Likewise.
50286         * sysdeps/generic/machine-gmon.h: Likewise.
50287         * sysdeps/generic/sysdep.h: Likewise.
50288         * sysdeps/i386/sysdep.h: Likewise.
50289         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50290         * sysdeps/mach/sysdep.h: Likewise.
50291         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50292         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50293         * sysdeps/sh/sysdep.h: Likewise.
50294         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50295         * sysdeps/unix/i386/sysdep.S: Likewise.
50296         * sysdeps/unix/sparc/start.c: Likewise.
50297         * sysdeps/unix/sparc/sysdep.S: Likewise.
50298         * sysdeps/unix/sparc/sysdep.h: Likewise.
50299         * sysdeps/unix/start.c: Likewise.
50300         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50301         * sysdeps/x86_64/sysdep.h: Likewise.
50303 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50305         [BZ #13553]
50306         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50307         for non-gcc.
50308         * argp/argp-fmtstream.h: Use const instead __const.
50309         * argp/argp.h: Likewise.
50310         * assert/assert.h: Likewise.
50311         * bits/fenv.h: Likewise.
50312         * bits/sched.h: Likewise.
50313         * bits/sigset.h: Likewise.
50314         * bits/sigthread.h: Likewise.
50315         * catgets/nl_types.h: Likewise.
50316         * conform/data/pthread.h-data: Likewise.
50317         * crypt/crypt-private.h: Likewise.
50318         * crypt/crypt.h: Likewise.
50319         * crypt/crypt_util.c: Likewise.
50320         * ctype/ctype.h: Likewise.
50321         * debug/execinfo.h: Likewise.
50322         * debug/mbsnrtowcs_chk.c: Likewise.
50323         * debug/mbsrtowcs_chk.c: Likewise.
50324         * debug/wcsnrtombs_chk.c: Likewise.
50325         * debug/wcsrtombs_chk.c: Likewise.
50326         * debug/wcstombs_chk.c: Likewise.
50327         * dirent/dirent.h: Likewise.
50328         * dlfcn/dlfcn.h: Likewise.
50329         * elf/neededtest4.c: Likewise.
50330         * grp/grp.h: Likewise.
50331         * gshadow/gshadow.h: Likewise.
50332         * iconv/gconv.h: Likewise.
50333         * iconv/gconv_int.h: Likewise.
50334         * iconv/gconv_simple.c: Likewise.
50335         * iconv/iconv.h: Likewise.
50336         * iconv/loop.c: Likewise.
50337         * iconv/skeleton.c: Likewise.
50338         * include/aio.h: Likewise.
50339         * include/aliases.h: Likewise.
50340         * include/argz.h: Likewise.
50341         * include/arpa/inet.h: Likewise.
50342         * include/assert.h: Likewise.
50343         * include/dirent.h: Likewise.
50344         * include/dlfcn.h: Likewise.
50345         * include/execinfo.h: Likewise.
50346         * include/fcntl.h: Likewise.
50347         * include/fenv.h: Likewise.
50348         * include/glob.h: Likewise.
50349         * include/grp.h: Likewise.
50350         * include/libintl.h: Likewise.
50351         * include/mntent.h: Likewise.
50352         * include/netdb.h: Likewise.
50353         * include/pwd.h: Likewise.
50354         * include/rpc/netdb.h: Likewise.
50355         * include/sched.h: Likewise.
50356         * include/search.h: Likewise.
50357         * include/shadow.h: Likewise.
50358         * include/signal.h: Likewise.
50359         * include/stdio.h: Likewise.
50360         * include/stdlib.h: Likewise.
50361         * include/string.h: Likewise.
50362         * include/sys/socket.h: Likewise.
50363         * include/sys/stat.h: Likewise.
50364         * include/sys/statfs.h: Likewise.
50365         * include/sys/statvfs.h: Likewise.
50366         * include/sys/syslog.h: Likewise.
50367         * include/sys/time.h: Likewise.
50368         * include/sys/uio.h: Likewise.
50369         * include/time.h: Likewise.
50370         * include/unistd.h: Likewise.
50371         * include/utmp.h: Likewise.
50372         * include/wchar.h: Likewise.
50373         * include/wctype.h: Likewise.
50374         * inet/aliases.h: Likewise.
50375         * inet/arpa/inet.h: Likewise.
50376         * inet/netinet/ether.h: Likewise.
50377         * inet/netinet/in.h: Likewise.
50378         * intl/libintl.h: Likewise.
50379         * io/bits/fcntl2.h: Likewise.
50380         * io/fcntl.h: Likewise.
50381         * io/ftw.h: Likewise.
50382         * io/sys/poll.h: Likewise.
50383         * io/sys/stat.h: Likewise.
50384         * io/sys/statfs.h: Likewise.
50385         * io/sys/statvfs.h: Likewise.
50386         * io/utime.h: Likewise.
50387         * libio/bits/stdio.h: Likewise.
50388         * libio/bits/stdio2.h: Likewise.
50389         * libio/libio.h: Likewise.
50390         * libio/libioP.h: Likewise.
50391         * libio/stdio.h: Likewise.
50392         * locale/lc-ctype.c: Likewise.
50393         * locale/locale.h: Likewise.
50394         * login/utmp.h: Likewise.
50395         * malloc/arena.c: Likewise.
50396         * malloc/malloc.c: Likewise.
50397         * malloc/malloc.h: Likewise.
50398         * malloc/mcheck.c: Likewise.
50399         * malloc/mtrace.c: Likewise.
50400         * math/bits/mathcalls.h: Likewise.
50401         * math/fenv.h: Likewise.
50402         * math/math_private.h: Likewise.
50403         * misc/bits/error.h: Likewise.
50404         * misc/bits/syslog.h: Likewise.
50405         * misc/err.h: Likewise.
50406         * misc/error.h: Likewise.
50407         * misc/fstab.h: Likewise.
50408         * misc/mntent.h: Likewise.
50409         * misc/regexp.h: Likewise.
50410         * misc/search.h: Likewise.
50411         * misc/sgtty.h: Likewise.
50412         * misc/sys/mman.h: Likewise.
50413         * misc/sys/syslog.h: Likewise.
50414         * misc/sys/uio.h: Likewise.
50415         * misc/sys/xattr.h: Likewise.
50416         * misc/ttyent.h: Likewise.
50417         * nis/rpcsvc/ypclnt.h: Likewise.
50418         * nss/nss.h: Likewise.
50419         * posix/bits/unistd.h: Likewise.
50420         * posix/fnmatch.h: Likewise.
50421         * posix/glob.h: Likewise.
50422         * posix/sched.h: Likewise.
50423         * posix/spawn.h: Likewise.
50424         * posix/sys/wait.h: Likewise.
50425         * posix/unistd.h: Likewise.
50426         * posix/wordexp.h: Likewise.
50427         * pwd/pwd.h: Likewise.
50428         * resolv/netdb.h: Likewise.
50429         * resource/sys/resource.h: Likewise.
50430         * rt/aio.h: Likewise.
50431         * rt/bits/mqueue2.h: Likewise.
50432         * rt/mqueue.h: Likewise.
50433         * shadow/shadow.h: Likewise.
50434         * signal/signal.h: Likewise.
50435         * socket/send.c: Likewise.
50436         * socket/sendto.c: Likewise.
50437         * socket/sys/socket.h: Likewise.
50438         * stdio-common/printf.h: Likewise.
50439         * stdlib/bits/stdlib.h: Likewise.
50440         * stdlib/fmtmsg.h: Likewise.
50441         * stdlib/monetary.h: Likewise.
50442         * stdlib/stdlib.h: Likewise.
50443         * stdlib/ucontext.h: Likewise.
50444         * streams/stropts.h: Likewise.
50445         * string/argz.h: Likewise.
50446         * string/bits/string2.h: Likewise.
50447         * string/string.h: Likewise.
50448         * string/strings.h: Likewise.
50449         * sunrpc/rpc/auth.h: Likewise.
50450         * sunrpc/rpc/auth_des.h: Likewise.
50451         * sunrpc/rpc/clnt.h: Likewise.
50452         * sunrpc/rpc/netdb.h: Likewise.
50453         * sunrpc/rpc/pmap_clnt.h: Likewise.
50454         * sunrpc/rpc/xdr.h: Likewise.
50455         * sysdeps/generic/inttypes.h: Likewise.
50456         * sysdeps/generic/net/if.h: Likewise.
50457         * sysdeps/generic/sys/swap.h: Likewise.
50458         * sysdeps/gnu/net/if.h: Likewise.
50459         * sysdeps/gnu/utmpx.h: Likewise.
50460         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50461         * sysdeps/i386/i486/bits/string.h: Likewise.
50462         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50463         * sysdeps/s390/bits/string.h: Likewise.
50464         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50465         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50466         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50467         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50468         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50469         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50470         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50471         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50472         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50473         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50474         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50475         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50476         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50477         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50478         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50479         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50480         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50481         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50482         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50483         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50484         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50485         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50486         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50487         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50488         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50489         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50490         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50491         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50492         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50493         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50494         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50495         * sysvipc/sys/ipc.h: Likewise.
50496         * sysvipc/sys/msg.h: Likewise.
50497         * sysvipc/sys/sem.h: Likewise.
50498         * sysvipc/sys/shm.h: Likewise.
50499         * termios/termios.h: Likewise.
50500         * time/sys/time.h: Likewise.
50501         * time/time.h: Likewise.
50502         * wcsmbs/bits/wchar2.h: Likewise.
50503         * wcsmbs/uchar.h: Likewise.
50504         * wcsmbs/wchar.h: Likewise.
50505         * wctype/wctype.h: Likewise.
50507         [BZ #13551]
50508         * Makeconfig: Remove all but ELF support including AIX support.
50509         * Makerules: Likewise.
50510         * config.h.in: Likewise.
50511         * config.make.in: Likewise.
50512         * configure: Likewise.
50513         * configure.in: Likewise.
50514         * csu/Makefile: Likewise.
50515         * csu/version.c: Likewise.
50516         * debug/Makefile: Likewise.
50517         * dlfcn/Makefile: Likewise.
50518         * elf/Makefile: Likewise.
50519         * extra-lib.mk: Likewise.
50520         * iconv/Makefile: Likewise.
50521         * include/libc-symbols.h: Likewise.
50522         * include/shlib-compat.h: Likewise.
50523         * resolv/Makefile: Likewise.
50524         * resolv/res_libc.c: Likewise.
50525         * rt/Makefile: Likewise.
50526         * sysdeps/i386/asm-syntax.h: Likewise.
50527         * sysdeps/i386/sysdep.h: Likewise.
50528         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50529         * sysdeps/mach/sysdep.h: Likewise.
50530         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50531         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50532         * sysdeps/s390/asm-syntax.h: Likewise.
50533         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50534         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50535         * sysdeps/sh/sysdep.h: Likewise.
50536         * sysdeps/unix/sparc/sysdep.h: Likewise.
50537         * sysdeps/wordsize-32/divdi3.c: Likewise.
50538         * sysdeps/x86_64/sysdep.h: Likewise.
50540         * argp/Versions: Remove _argp_unlock_xxx.
50542         [BZ #13559]
50543         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50544         * abilist/libBrokenLocale.abilist: Likewise.
50545         * abilist/libanl.abilist: Likewise.
50546         * abilist/libc.abilist: Likewise.
50547         * abilist/libcrypt.abilist: Likewise.
50548         * abilist/libdl.abilist: Likewise.
50549         * abilist/libm.abilist: Likewise.
50550         * abilist/libnsl.abilist: Likewise.
50551         * abilist/libpthread.abilist: Likewise.
50552         * abilist/libresolv.abilist: Likewise.
50553         * abilist/librt.abilist: Likewise.
50554         * abilist/libthread_db.abilist: Likewise.
50555         * abilist/libutil.abilist: Likewise.
50556         * abilist/libnss_db.abilist: New file.
50558         * scripts/abilist.awk: Add support for indirect functions.
50560         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50562         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50564         * shlib-versions: Remove entries for ports architectures.
50566         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50567         files in ports.
50568         * elf/stackguard-macros.h: Remove support for IA-64.
50569         * elf/tst-auditmod1.c: Likewise.
50570         * sysdeps/generic/ldsodefs.h: Likewise.
50572         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50573         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50574         configure files.
50576         [BZ #13552]
50577         * configure.in: Remove --enable-omitfp support.
50578         * FAQ.in: Adjust.
50579         * config.make.in: Likewise.
50580         * Makeconfig: Likewise.
50581         * manual/install.texi: Likewise.
50583         In case anyone cares, the IA-64 architecture could move to ports.
50584         * sysdeps/ia64/*: Removed.
50585         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50586         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50588         [BZ #13555]
50589         * configure.in: Remove entries for unsupported architectures.
50591         [BZ #13533]
50592         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50593         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50594         routines.
50595         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50596         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50597         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50598         fall back to using wcrtomb.
50599         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50600         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50601         renaming.
50602         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50603         * wcsmbs/tst-c16c32-1.c: New file.
50605         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50606         local variable.
50608         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50610         * elf/tst-unique3.cc: Add explicit declaration of gets.
50611         * elf/tst-unique3lib.cc: Likewise.
50612         * elf/tst-unique3lib2.cc: Likewise.
50613         * elf/tst-unique4.cc: Likewise.
50615         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50617 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50619         [BZ #13566]
50620         * assert/assert.h (static_assert): Don't define for C++.
50621         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50622         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50624 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50626         * iconv/loop.c (single loop): Fix assertion in storing of
50627         remaining bytes.
50629         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50631 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50633         * posix/getconf.c: Update copyright year.
50634         * nss/getent.c: Likewise.
50635         * nss/makedb.c: Likewise.
50636         * iconv/iconvconfig.c: Likewise.
50637         * iconv/iconv_prog.c: Likewise.
50638         * elf/ldconfig.c: Likewise.
50639         * elf/pldd.c: Likewise.
50640         * elf/sotruss.ksh: Likewise.
50641         * catgets/gencat.c: Likewise.
50642         * csu/version.c: Likewise.
50643         * elf/ldd.bash.in: Likewise.
50644         * elf/sprof.c (print_version): Likewise.
50645         * locale/programs/locale.c: Likewise.
50646         * locale/programs/localedef.c: Likewise.
50647         * login/programs/pt_chown.c: Likewise.
50648         * nscd/nscd.c (print_version): Likewise.
50649         * debug/xtrace.sh: Likewise.
50650         * malloc/memusage.sh: Likewise.
50651         * malloc/mtrace.pl: Likewise.
50652         * debug/catchsegv.sh: Likewise.
50654 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50656         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50657         pure attribute.
50659 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50661         [BZ #13533]
50662         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50663         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50664         transformations.
50665         * iconv/gconv_int.h: Likewise.
50666         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50667         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50668         from libc for GLIBC_2.16.
50669         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50670         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50671         * wcsmbs/uchar.h: Really define mbstate_t.
50672         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50673         * wcsmbs/c16rtomb.c: New file.
50674         * wcsmbs/mbrtoc16.c: New file.
50675         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50676         for C/POSIX locale.
50677         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50678         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50680         * wcsmbs/wchar.h: Add missing __restrict.
50682 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50684         [BZ #13532]
50685         * time/Makefile (routines): Add timespec_get.
50686         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50687         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50688         timespec for ISO C11.
50689         * time/timespec_get.c: New file.
50690         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50691         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50693         [BZ #13531]
50694         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50695         * stdlib/stdlib.h: Declare aligned_alloc.
50696         * Versions.def: Add GLIBC_2.16 for libc.
50697         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50699         [BZ 13527]
50700         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50701         ISO C11.
50703         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50704         code.
50706         [BZ #13528]
50707         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50709         [BZ #13529]
50710         * assert/assert.h (static_assert): Define.
50712         * version.h: Update for 2.16 development version.
50714         [BZ #13526]
50715         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50716         _ISOC11_SOURCE.
50718         * version.h (RELEASE): Bump for 2.15 release.
50719         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50721         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50722         Patch by Marek Polacek <mpolacek@redhat.com>.
50724         * bits/byteswap.h: Protect long long constants with __extension__.
50725         * sysdeps/i386/bits/byteswap.h: Likewise.
50726         * sysdeps/ia64/bits/byteswap.h: Likewise.
50727         * sysdeps/s390/bits/byteswap.h: Likewise.
50728         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50730 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50732         [BZ #13540]
50733         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50734         destination buffer.
50735         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50737 2011-12-23  Marek Polacek  <polacek@redhat.com>
50739         * elf/dl-addr.c (determine_info): Add inline keyword.
50740         * elf/tst-auditmod4b.c (check_avx): Likewise.
50741         * elf/tst-auditmod6b.c (check_avx): Likewise.
50742         * elf/tst-auditmod6c.c (check_avx): Likewise.
50743         * elf/tst-auditmod7b.c (check_avx): Likewise.
50745 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50747         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50748         !__SSE_MATH__.
50750 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50752         [BZ #13540]
50753         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50754         processing for last bytes.
50756 2011-08-06  Bruno Haible  <bruno@clisp.org>
50758         [BZ #13061]
50759         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50760         U+0385, not to U+1FEE.
50762         [BZ #13062]
50763         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50764         entry for U+00A5 U+0301.
50766 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50768         [BZ #13166]
50769         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50770         buffer for the output is too small.
50772         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50773         optimization.
50775         [BZ #13185]
50776         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50777         SSE flags if possible.
50779 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50781         [BZ #13540]
50782         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50783         processing for last bytes.
50785 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50787         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50788         (syscall-list-default-options, syscall-list-default-condition)
50789         (syscall-list-includes): Define.
50790         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50791         list of ABIs and options and #if conditions for each ABI.  Do not
50792         handle common syscalls between ABIs specially.
50793         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50794         Remove.
50795         (syscall-list-variants, syscall-list-32bit-options)
50796         (syscall-list-32bit-condition, syscall-list-64bit-options)
50797         (syscall-list-64bit-condition): Define.
50798         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50799         (syscall-list-variants, syscall-list-32bit-options)
50800         (syscall-list-32bit-condition, syscall-list-64bit-options)
50801         (syscall-list-64bit-condition): Define.
50802         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50803         Remove.
50804         (syscall-list-variants, syscall-list-32bit-options)
50805         (syscall-list-32bit-condition, syscall-list-64bit-options)
50806         (syscall-list-64bit-condition): Define.
50807         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50808         Remove.
50809         (syscall-list-variants, syscall-list-32bit-options)
50810         (syscall-list-32bit-condition, syscall-list-64bit-options)
50811         (syscall-list-64bit-condition): Define.
50813 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50815         * locale/iso-639.def: Add brx entry.
50817         [BZ #13328]
50818         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50819         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50821         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50822         __feraiseexcept_renamed.
50824 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50826         [BZ #13538]
50827         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50828         EPOLLET with unsigned values.
50829         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50830         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50832         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50833         to large cancellation.
50834         * math/s_cacoshf.c: Likewise.
50835         * math/s_cacoshl.c: Likewise.
50837 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50839         [BZ #13305]
50840         [BZ #12786]
50841         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50842         * math/s_cacoshf.c: Likewise.
50843         * math/s_cacoshl.c: Likewise.
50845 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50847         [BZ #13439]
50848         * iconv/gconv.h: Define __GCONV_SWAP.
50849         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50850         * iconvdata/utf-16.c: Likewise.
50851         * iconvdata/utf-32.c: Likewise.
50853 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50855         [BZ #13524]
50856         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50857         numerator after shifting it by one limb.
50859 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50861         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50862         under [__USE_EXTERN_INLINES].
50864 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50866         [BZ #13446]
50867         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50869 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50871         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50872         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50873         optimized code.
50874         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50875         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50876         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50877         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50878         for strncasecmp/strncasecmp_l compilation.
50879         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50880         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50882 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50884         [BZ #13484]
50885         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50886         of __asm__.
50888 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50890         [BZ #13506]
50891         * time/tzfile.c (__tzfile_read): Check values from file header.
50893 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50895         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50896         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50897         * powerpc/powerpc32/dl-start.S: Likewise.
50898         * powerpc/powerpc32/elf/start.S: Likewise.
50899         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50900         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50901         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50902         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50903         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50904         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50905         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50906         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50907         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50908         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50909         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50910         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50911         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50912         * powerpc/powerpc32/memset.S: Likewise.
50913         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50914         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50915         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50916         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50917         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50918         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50919         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50920         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50921         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50922         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50923         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50924         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50925         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50927 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50929         * math/libm-test.inc: Added more nearbyint tests.
50930         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50931         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50932         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50933         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50935 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50937         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50938         FD_CLOEXEC.
50940 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50942         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50943         Add wcscpy-ssse3 wcscpy-c.
50944         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50945         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50946         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50947         * sysdeps/x86_64/wcschr.S: New file.
50948         * sysdeps/x86_64/wcsrchr.S: New file.
50949         * string/test-strcmp.c: Remove checking of wcscmp function for
50950         wrong alignments.
50951         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50952         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50953         wcsrchr-sse2 wcsrchr-c.
50954         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50955         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50956         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50957         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50958         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50959         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50960         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50961         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50962         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50963         * wcsmbc/wcschr.c (WCSCHR): New macro.
50965 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50967         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50968         * wcsmbs/test-wcsrchr.c: New file.
50969         * string/test-strrchr.c: Add wcsrchr support.
50970         (WIDE): New macro.
50971         * wcsmbs/test-wcscpy.c: New file.
50972         * string/test-strcpy.c: Add wcscpy support.
50973         (WIDE): New macro.
50975 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50977         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50978         the inner loop.
50980 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50982         [BZ #13472]
50983         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50985 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50987         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50988         Minor optimizations.
50990         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50991         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50992         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50994 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50996         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50997         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50998         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50999         for gcc to avoid warnings.
51000         * inet/Makefile (tests): Add tst-checks.
51001         * inet/tst-checks.c: New file.
51003         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51004         warning.
51006         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51007         __wmemcmp_sse2.
51009         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51010         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51012         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51014 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51016         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51017         problem.
51019         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51021 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51023         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51024         conditional on GCC version.
51025         (__arch_compare_and_exchange_val_8_acq)
51026         (__arch_compare_and_exchange_val_16_acq)
51027         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51028         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51029         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51031 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51033         * sysdeps/sh/backtrace.c: New file.
51035 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51037         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51038         parenthesis.
51040 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51042         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51043         falling back to utime.
51045 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51047         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51048         expectations for float.
51050 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51052         * locale/weight.h (findidx): Add parameter len.
51053         * locale/weightwc.h (findidx): Likewise.
51054         * posix/fnmatch_loop.c (FCT): Adjust caller.
51055         * posix/regcomp.c (build_equiv_class): Likewise.
51056         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51057         * posix/regexec.c (check_node_accept_bytes): Likewise.
51058         * string/strcoll_l.c (STRCOLL): Likewise.
51059         * string/strxfrm_l.c (STRXFRM): Likewise.
51061 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51063         * Makefile.in: Remove CVSOPT handling.
51064         * configure.in: Remove use of AC_REVISION.
51065         * iconvdata/Makefile (distribute): No need to filter out CVS.
51066         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51067         handling.
51069 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51071         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51072         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51073         [USE_AS_STRNCASECMP_L]: Likewise.
51074         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51075         NO_TLS_DIRECT_SEG_REFS.
51076         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51077         Fix argument offsets for non-PIC.
51078         [USE_AS_STRNCASECMP_L]: Likewise.
51079         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51080         NO_TLS_DIRECT_SEG_REFS.
51082 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51084         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51085         O_CLOEXEC.
51086         * locale/loadlocale.c (_nl_load_locale): Likewise.
51088 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51090         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51091         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51092         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51093         (SYSCALL_GETTIME): Set errno on error.
51095         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51096         count references to noai6ai_cached.
51098 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51100         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51102         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51103         FD_CLOEXEC for /proc/self/maps.
51105         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51106         FD_CLOEXEC for /proc/meminfo.
51108         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51109         gai.conf.
51111         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51112         FD_CLOEXEC for given file.
51114         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51116         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51117         FD_CLOEXEC for /etc/hosts.
51118         (_gethtent): Likewise.
51120         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51122         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51123         cancellation and set FD_CLOEXEC for /etc/netgroup.
51125         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51126         reading /etc/publickey.
51128         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51129         allow cancellation when reading /etc/group.
51131         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51132         cancellation.
51133         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51135         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51136         when using data file.
51138         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51140         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51141         (write_nis_obj): Use "c" and "e" in fopen.
51143         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51145         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51147         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51149         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51151         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51152         locale.alias.
51154         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51156         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51158         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51160         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51161         file parsing and set FD_CLOEXEC.
51163 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51165         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51167 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51169         * malloc/arena.c (arena_get2): Don't call reused_arena when
51170         _int_new_arena failed.
51172 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51174         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51175         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51176         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51177         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51178         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51179         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51180         to compile strcasecmp and strncasecmp.
51181         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51182         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51184         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51186 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51188         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51189         locale-defines.sym to gen-as-const-headers.
51190         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51191         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51192         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51193         to compile strcasecmp and strncasecmp.
51194         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51195         strcasecmp_l and strncasecmp_l.
51196         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51197         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51198         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51199         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51200         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51201         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51202         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51203         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51204         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51205         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51206         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51208 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51210         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51211         result of SYSDEP_GETTIME_CPU to retval.
51212         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51213         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51215         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51216         variable.
51218         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51219         mantissa words.
51220         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51222         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51223         from unused variable.
51225         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51226         DWARF definitions.
51227         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51228         for assembling.
51230         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51231         over namespaces.
51233         * sunrpc/rpc_prot.c (rejected): Fix case value.
51235         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51236         unsigned long long int to avoid warnings in shift.
51238         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51239         of use of trans.
51240         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51241         variable tmp.
51243         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51244         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51245         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51247         * nis/nis_table.c (nis_list): Use variable of correct type for
51248         result of __follow_path call.
51250 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51252         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51253         of math functions ceil, trunc, floor, round, and sqrt, when
51254         avaliable on the platform.
51255         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51256         name clash.
51257         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51258         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51259         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51261 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51263         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51264         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51266 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51268         * include/unistd.h: Fix __readlink return type.
51269         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51271 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51273         * stdlib/ucontext.h: Undo last change for makecontext.
51275 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51277         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51279         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51280         * setjmp/setjmp.h: Mark functions as non-leaf.
51281         * setjmp/bits/setjmp2.h: Likewise.
51282         * stdlib/ucontext.h: Likewise.
51284 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51286         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51287         (reused_arena): Don't check arena limit.
51288         (arena_get2): Atomically check arena limit.
51290 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51292         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51293         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51295         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51296         instructions.
51298 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51300         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51301         handler when locking.
51303         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51304         Fix size of allocated buffer.
51306 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51308         [BZ #10103]
51309         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51310         declarations for long double functions.
51311         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51313         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51315 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51317         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51318         installed.
51320         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51321         is disabled.
51323 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51325         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51327 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51329         * include/alloca.h (stackinfo_alloca_round): Define.
51330         (extend_alloca): Use it.
51331         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51332         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51333         here.
51335         * scripts/check-local-headers.sh: Ignore libaudit.h.
51337         * nscd/Makefile (extra-objs): Make recursively expanded.
51339 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51341         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51342         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51344         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51345         * posix/tst-rfc3484-2.c: Likewise.
51346         * posix/tst-rfc3484-3.c: Likewise.
51348         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51349         process_vm_writev.
51350         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51351         process_vm_writev.
51352         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51353         process_vm_writev from libc using GLIBC_2.15 version.
51355         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51357 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51359         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51360         stack usage.
51362 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51364         [BZ #13367]
51365         * nss/getent.c (initgroups_keys): Show error message in case no group
51366         names are given.
51368         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51369         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51370         __bump_nl_timestamp.
51371         * nscd/connections (nscd_init): When host database is served open
51372         netlink socket and request notification about configuration changes.
51373         (main_loop_poll): Track netlink file descriptor and bump timestamp
51374         in case data becomes available.
51375         (main_loop_epoll): Likewise.
51376         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51377         (database_pers_head): Add extra_data fileds.
51378         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51379         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51380         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51381         Adjust caller.
51382         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51383         in6ai data, call __free_in6ai.
51384         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51385         Add -DHAVE_NETLINK.
51386         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51387         interface information.  Reuse previous data if netlink timestamp
51388         is not changed.
51389         (__bump_nl_timestamp): New function.
51390         (__free_in6ai): New function.
51392 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51394         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51395         close_not_cancel_no_status here.
51396         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51398 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51400         [BZ #13276]
51401         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51402         return value.
51404         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51405         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51406         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51408 2011-07-03  Andreas Jaeger  <aj@suse.de>
51410         [BZ #10709]
51411         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51412         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51413         * math/libm-test.inc (sin_test): Add test case.
51415 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51417         [BZ #13337]
51418         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51419         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51421         * elf/chroot_canon.c (chroot_canon): Cleanups.
51423         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51425         [BZ #13335]
51426         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51427         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51429         * string/test-strchr.c: Make usable for strchrnul testing.
51430         * string/test-strchrnul.c: New file.
51431         * string/Makefile (strop-tests): Add strchrnul.
51433         * po/it.po: Update from translation team.
51434         * po/es.po: Likewise.
51436 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51438         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51439         the three constants needed as parameters.  Drop the others.
51440         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51441         __m128i_strloadu_tolower.
51442         Create and initialize variable zero and use it in all the places
51443         where _mm_setzero_si128 was used.
51445         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51446         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51447         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51448         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51449         anymore.
51450         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51451         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51452         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51453         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51454         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51455         __mpranred, __mptan.
51456         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51457         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51458         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51459         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51460         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51461         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51462         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51463         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51464         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51466 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51468         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51469         redefine if SHARED.
51470         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51472         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51473         wide char related routines to wcsmbs subdir.
51475 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51477         [BZ #13344]
51478         * misc/sys/cdefs.h (__THROWNL): Define.
51479         * posix/unistd.h: Use __THREADNL instead of __THREAD
51480         for memory synchronization functions.
51482 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51484         [BZ #13349]
51485         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51486         doesn't exist.
51487         * manual/stdio.texi (Obstack Streams): Node removed.
51489 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51491         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51492         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51493         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51495         * math/math_private.h (math_force_eval): Allow non-addressable
51496         arguments.
51497         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51499 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51501         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51502         file is not needed.
51504         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51505         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51506         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51507         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51508         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51509         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51510         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51511         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51512         Add AVX variants.
51513         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51514         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51515         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51516         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51517         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51518         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51519         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51520         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51521         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51522         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51523         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51524         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51525         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51526         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51527         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51528         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51529         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51530         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51531         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51533         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51534         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51536         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51537         place.  Use VEX encoding when compiling for AVX.
51539 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51541         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51542         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51544         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51546 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51548         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51549         useless if() expression.
51550         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51551         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51552         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51553         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51554         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51555         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51556         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51557         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51558         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51559         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51560         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51561         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51562         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51563         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51564         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51565         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51566         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51567         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51568         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51570         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51572 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51574         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51575         condition.
51576         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51578 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51580         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51581         .text section.  Avoid duplicate constants.
51582         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51583         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51584         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51585         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51586         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51587         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51588         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51589         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51590         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51591         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51592         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51593         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51594         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51595         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51596         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51597         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51598         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51599         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51600         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51601         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51602         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51603         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51604         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51605         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51606         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51607         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51608         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51609         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51610         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51611         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51612         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51613         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51614         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51615         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51616         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51617         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51618         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51619         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51620         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51621         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51622         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51623         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51624         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51625         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51626         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51628 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51630         * sysdeps/x86_64/dla.h: Move to ...
51631         * sysdeps/x86_64/fpu/dla.h: ...here.
51632         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51633         situations.  Use __builtin_fma only for gcc 4.6 and up.
51635         * config.make.in: Add have-mfma4 entry.
51636         * configure.in: Substitute libc_cv_cc_fma4.
51637         * math/Makefile (dbl-only-routines): Add sincostab.
51638         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51639         Use __sincostab not sincos.
51640         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51641         name is a macro.
51642         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51643         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51644         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51645         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51646         using __copysign.
51647         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51648         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51649         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51650         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51651         and __inv.
51652         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51653         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51654         __copysign.
51655         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51656         define aliases when function name is a macro.
51657         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51658         sysdeps/ieee754/dbl-64/sincos.tbl.
51659         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51660         fma4-enabled routines.
51661         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51662         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51663         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51664         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51665         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51666         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51667         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51668         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51669         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51670         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51671         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51672         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51673         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51674         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51675         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51676         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51677         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51678         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51679         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51680         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51681         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51682         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51683         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51684         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51685         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51686         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51687         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51688         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51689         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51690         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51692         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51693         rename.
51694         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51695         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51696         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51697         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51698         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51699         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51700         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51701         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51703 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51705         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51707 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51709         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51711         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51712         prediction.
51713         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51715         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51716         Remove unused variable magic_bits.
51717         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51719         * string/strnlen.c: Define and use STRNLEN macro.
51720         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51721         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51722         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51723         * wcsmbs/wcslen.c: Define and use WCSLEN.
51724         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51725         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51726         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51727         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51728         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51729         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51730         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51732 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51734         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51735         strnlen-sse2-no-bsf.
51736         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51737         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51738         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51739         Add strnlen support.
51740         (USE_AS_STRNLEN): New macro.
51741         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51742         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51743         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51744         * sysdeps/x86_64/wcslen.S: New file.
51746 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51748         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51749         XMM-moves are used for copying on small sizes.
51751 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51753         * wcsmbs/Makefile (strop-tests): Add wcschr.
51754         * wcsmbs/test-wcschr.c: New file.
51755         * string/test-strchr.c: Update.
51756         Add wcschr support.
51757         (WIDE): New macro.
51759 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51761         * wcsmbs/Makefile (strop-tests): Add wcslen.
51762         * wcsmbs/test-wcslen.c: New file.
51763         * string/test-strlen.c: Update.
51764         Add wcslen support.
51765         (WIDE): New macro.
51767 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51769         * po/it.po: Update from translation team.
51771 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51773         * sysdeps/x86_64/wcscmp.S: Update.
51774         Fix wrong comparison semantics.
51775         wcscmp shall use signed comparison not unsigned.
51776         Don't use substraction to avoid overflow bug.
51777         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51778         * wcsmbc/wcscmp.c: Likewise.
51779         * string/test-strcmp.c: Likewise.
51780         Add new tests to check cases with negative values.
51782 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51784         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51785         * sysdeps/x86_64/dla.h: ...here.  New file.
51786         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51787         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51788         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51789         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51790         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51791         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51792         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51793         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51794         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51796 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51798         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51799         __ynl_finite aliases.
51801 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51803         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51805         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51806         define DLA_FMA.
51807         [DLA_FMA] (EMULV): Use DLA_FMA.
51808         [DLA_FMA] (MUL12): Use EMULV.
51809         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51810         that are not needed.
51811         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51812         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51813         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51814         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51815         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51816         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51817         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51819 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51821         * math/s_nan.c: Undef __nan.
51822         * math/s_nanf.c: Undef __nanf.
51823         * math/s_nanl.c: Undef __nanl.
51824         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51825         "math_private.h".
51827 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51829         * math/s_catan.c: Add branch predictions.
51830         * math/s_catanf.c: Likewise.
51831         * math/s_catanh.c: Likewise.
51832         * math/s_catanhf.c: Likewise.
51833         * math/s_catanhl.c: Likewise.
51834         * math/s_catanl.c: Likewise.
51835         * math/s_cexp.c: Likewise.
51836         * math/s_cexpf.c: Likewise.
51837         * math/s_cexpl.c: Likewise.
51838         * math/s_clog.c: Likewise.
51839         * math/s_clog10.c: Likewise.
51840         * math/s_clog10f.c: Likewise.
51841         * math/s_clog10l.c: Likewise.
51842         * math/s_clogf.c: Likewise.
51843         * math/s_clogl.c: Likewise.
51844         * math/s_csqrt.c: Likewise.
51845         * math/s_csqrtf.c: Likewise.
51846         * math/s_csqrtl.c: Likewise.
51847         * math/s_ctanf.c: Likewise.
51848         * math/s_ctanh.c: Likewise.
51849         * math/s_ctanhf.c: Likewise.
51850         * math/s_ctanhl.c: Likewise.
51851         * math/s_ctanl.c: Likewise.
51853         * math/math_private.h: Define __nan, __nanf, __nanl.
51854         * math/s_cacosh.c: Include <math_private.h>.
51855         * math/s_cacoshl.c: Likewise.
51856         * math/s_casinh.c: Likewise.
51857         * math/s_casinhf.c: Likewise.
51858         * math/s_casinhl.c: Likewise.
51859         * math/s_ccos.c: Rely entire on ccosh.
51860         * math/s_ccosf.c: Rely entire on ccoshf.
51861         * math/s_ccosl.c: Rely entirely on ccoshl.
51862         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51863         Remove tests for FE_INVALID.
51864         * math/s_ccoshf.c: Likewise.
51865         * math/s_ccoshl.c: Likewise.
51866         * math/s_csin.c: Likewise.
51867         * math/s_csinf.c: Likewise.
51868         * math/s_csinh.c Likewise.
51869         * math/s_csinhf.c: Likewise.
51870         * math/s_csinhl.c: Likewise.
51871         * math/s_csinl.c: Likewise.
51872         * math/s_ctan.c: Likewise.
51873         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51874         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51875         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51877 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51879         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51880         compilation problems.
51882         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51883         __builtin_expect.
51885 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51887         * sysdeps/i386/configure.in: Test for -mfma4 option.
51888         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51889         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51890         COMMON_CPUID_INDEX_80000001.
51891         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51892         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51893         use it if FMA3 is not supported.
51894         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51896         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51897         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51899 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51901         [BZ #12892]
51902         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51903         it would create a cycle with a link time dependency.
51905 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51907         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51908         instruction.
51909         * string/Makefile (strop-tests): Add rawmemchr.
51910         * string/test-rawmemchr.c: New file.
51912         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51913         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51914         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51915         when compiling str{,n}casecmp and when AVX is available.  Hook up
51916         new optimized code in initializers.
51918 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51920         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51921         __feraiseexcept instead of feraiseexcept.
51923 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51925         * math/math_private.h: Define defaults for libc_fetestexcept and
51926         libc_feupdateenv.
51927         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51928         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51929         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51930         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51931         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51932         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51933         libc_fetestexcept and libc_feupdateenv.
51935         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51936         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51937         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51938         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51939         libc_feholdexcept_setround.
51941         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51942         Add s_nearbyint-c and s_nearbyintf-c.
51943         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51944         nearbyintf inlines.
51945         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51946         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51947         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51948         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51950         * math/math_private.h: Define defaults for libc_fegetround,
51951         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51952         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51953         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51954         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51955         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51956         standard functions.
51957         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51958         Remove comments and hacks for old compiler versions.
51959         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51960         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51961         libc_feholdexceptl.
51963 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51965         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51966         (__feraiseexcept_renamed): Add __NTH.
51967         (feraiseexcept): Add __NTH.  Rename local variables to fix
51968         namespace violations.
51970 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51972         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51974         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51976         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51977         recently added interfaces.
51978         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51980         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51981         about macro parameter expansion.
51983         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51984         __NO_MATH_INLINES is defined.  Cleanups.
51986         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51987         and __floorf is target has SSE4.1.
51988         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51989         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51990         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51991         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51993         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51994         name.
51995         (floorf): Likewise.
51997         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51999 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52001         * misc/sys/cdefs.h: Fix last change.
52003         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52004         database lookup.
52006 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52008         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52010         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52011         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52012         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52013         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52014         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52015         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52016         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52017         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52018         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52019         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52020         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52021         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52022         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52023         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52024         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52025         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52026         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52027         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52028         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52029         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52030         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52031         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52033         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52034         ceil, ceilf, floor, floorf.
52036         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52037         Perform IRELATIVE relocations last.
52039         * elf/do-rel.h: Add another parameter nrelative, replacing the
52040         local variable with the same name.  Change name of the function
52041         to end in Rel or Rela (uppercase).
52042         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52043         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52044         elf_dynamic_do_##reloc function.
52046 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52048         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52049         is sufficient, at least on modern CPUs.
52051         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52053         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52054         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52056         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52057         __expl_finite.
52058         * math/bits/math-finite.h: Add entries for exp.
52059         * math/e_expl.c: Add __*_finite alias.
52060         * sysdeps/i386/fpu/e_exp.S: Likewise.
52061         * sysdeps/i386/fpu/e_expf.S: Likewise.
52062         * sysdeps/i386/fpu/e_expl.c: Likewise.
52063         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52064         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52065         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52066         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52067         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52068         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52069         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52071         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52072         is sufficient, at least on modern CPUs.
52074         * ctype/ctype-info.c (__ctype_init): Define.
52075         * include/ctype.h (__ctype_init): Declare.
52076         (__ctype_b_loc): The variable is always initialized.
52077         (__ctype_toupper_loc): Likewise.
52078         (__ctype_tolower_loc): Likewise.
52079         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52080         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52082 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52084         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52086         * configure.in: Also look in $cxxmachine/include for C++ system
52087         headers.
52089 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52091         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52092         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52093         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52094         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52095         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52096         (USE_AS_WMEMCMP): New macro.
52097         Fixing indents.
52098         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52099         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52100         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52101         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52102         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52103         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52104         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52105         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52106         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52107         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52108         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52109         (USE_AS_WMEMCMP): New macro.
52110         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52111         * sysdeps/string/test-memcmp.c: Update.
52112         Fix simple_wmemcmp.
52113         Add new tests.
52114         * wcsmbs/wmemcmp.c: Update.
52115         (WMEMCMP): New macro.
52116         Fix overflow bug.
52118 2011-10-12  Andreas Jaeger  <aj@suse.de>
52120         [BZ #13268]
52121         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52123 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52125         * libio/iofwide.c (do_length): Avoid warning.
52127         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52129 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52131         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52133         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52134         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52135         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52136         * sysdeps/i386/i686/fpu/e_log.S: New file.
52137         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52138         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52140         * ctype/ctype.h: Add support for inlined isXXX functions when
52141         compiling C++ code.
52143 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52145         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52147         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52149 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52151         [BZ #13291]
52152         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52154 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52156         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52157         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52158         feraiseexcept.
52160         * sysdeps/x86_64/memrchr.S: Check for zero size.
52162         * string/stratcliff.c: Add memrchr tests.
52164 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52166         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52167         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52168         rawmemchr-sse2 rawmemchr-sse2-bsf.
52169         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52170         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52171         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52172         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52173         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52174         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52175         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52176         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52177         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52178         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52179         * string/memrchr.c (MEMRCHR): New macro.
52181 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52183         Add integration with gcc's -ffinite-math-only and optimize wrapper
52184         functions in libm.
52185         * Versions.def: Define GLIBC_2.15 version for libm.
52186         * math/Makefile (headers): Add bits/math-finite.h.
52187         * math/bits/math-finite.h: New file.
52188         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52189         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52190         * math/e_acoshl.c: Add __*_finite alias.
52191         * math/e_acosl.c: Likewise.
52192         * math/e_asinl.c: Likewise.
52193         * math/e_atan2l.c: Likewise.
52194         * math/e_atanhl.c: Likewise.
52195         * math/e_coshl.c: Likewise.
52196         * math/e_exp10.c: Likewise.
52197         * math/e_exp10f.c: Likewise.
52198         * math/e_exp10l.c: Likewise.
52199         * math/e_exp2l.c: Likewise.
52200         * math/e_fmodl.c: Likewise.
52201         * math/e_gammal_r.c: Likewise.
52202         * math/e_hypotl.c: Likewise.
52203         * math/e_j0l.c: Likewise.
52204         * math/e_j1l.c: Likewise.
52205         * math/e_jnl.c: Likewise.
52206         * math/e_lgammal_r.c: Likewise.
52207         * math/e_log10l.c: Likewise.
52208         * math/e_log2l.c: Likewise.
52209         * math/e_logl.c: Likewise.
52210         * math/e_powl.c: Likewise.
52211         * math/e_sinhl.c: Likewise.
52212         * math/e_sqrtl.c: Likewise.
52213         * math/e_scalb.c: Completely rewritten and optimized.
52214         * math/e_scalbf.c: Likewise.
52215         * math/e_scalbl.c: Likewise.
52216         * math/w_acos.c: Likewise.
52217         * math/w_acosf.c: Likewise.
52218         * math/w_acosl.c: Likewise.
52219         * math/w_acosh.c: Likewise.
52220         * math/w_acoshf.c: Likewise.
52221         * math/w_acoshl.c: Likewise.
52222         * math/w_asin.c: Likewise.
52223         * math/w_asinf.c: Likewise.
52224         * math/w_asinl.c: Likewise.
52225         * math/w_atan2.c: Likewise.
52226         * math/w_atan2f.c: Likewise.
52227         * math/w_atan2l.c: Likewise.
52228         * math/w_atanh.c: Likewise.
52229         * math/w_atanhf.c: Likewise.
52230         * math/w_atanhl.c: Likewise.
52231         * math/w_exp10.c: Likewise.
52232         * math/w_exp10f.c: Likewise.
52233         * math/w_exp10l.c: Likewise.
52234         * math/w_fmod.c: Likewise.
52235         * math/w_fmodf.c: Likewise.
52236         * math/w_fmodl.c: Likewise.
52237         * math/w_j0.c: Likewise.
52238         * math/w_j0f.c: Likewise.
52239         * math/w_j0l.c: Likewise.
52240         * math/w_j1.c: Likewise.
52241         * math/w_j1f.c: Likewise.
52242         * math/w_j1l.c: Likewise.
52243         * math/w_jn.c: Likewise.
52244         * math/w_jnf.c: Likewise.
52245         * math/w_log.c: Likewise.
52246         * math/w_logf.c: Likewise.
52247         * math/w_logl.c: Likewise.
52248         * math/w_log10.c: Likewise.
52249         * math/w_log10f.c: Likewise.
52250         * math/w_log10l.c: Likewise.
52251         * math/w_log2.c: Likewise.
52252         * math/w_log2f.c: Likewise.
52253         * math/w_log2l.c: Likewise.
52254         * math/w_pow.c: Likewise.
52255         * math/w_powf.c: Likewise.
52256         * math/w_powl.c: Likewise.
52257         * math/w_remainder.c: Likewise.
52258         * math/w_remainderf.c: Likewise.
52259         * math/w_remainderl.c: Likewise.
52260         * math/w_scalb.c: Likewise.
52261         * math/w_scalbf.c: Likewise.
52262         * math/w_scalbl.c: Likewise.
52263         * math/w_sqrt.c: Likewise.
52264         * math/w_sqrtf.c: Likewise.
52265         * math/w_sqrtl.c: Likewise.
52266         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52267         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52268         used.
52269         * math/math_private.h: Declare __kernel_standard_f.
52270         * math/w_cosh.c: Remove cruft and optimize a bit.
52271         * math/w_coshf.c: Likewise.
52272         * math/w_coshl.c: Likewise.
52273         * math/w_exp2.c: Likewise.
52274         * math/w_exp2f.c: Likewise.
52275         * math/w_exp2l.c: Likewise.
52276         * math/w_hypot.c: Likewise.
52277         * math/w_hypotf.c: Likewise.
52278         * math/w_hypotl.c: Likewise.
52279         * math/w_lgamma.c: Likewise.
52280         * math/w_lgamma_r.c: Likewise.
52281         * math/w_lgammaf.c: Likewise.
52282         * math/w_lgammaf_r.c: Likewise.
52283         * math/w_lgammal.c: Likewise.
52284         * math/w_lgammal_r.c: Likewise.
52285         * math/w_sinh.c: Likewise.
52286         * math/w_sinhf.c: Likewise.
52287         * math/w_sinhl.c: Likewise.
52288         * math/w_tgamma.c: Likewise.
52289         * math/w_tgammaf.c: Likewise.
52290         * math/w_tgammal.c: Likewise.
52291         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52292         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52293         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52294         Minor optimizations.  Pretty printing.  Remove cruft.
52295         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52296         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52297         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52298         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52299         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52300         * sysdeps/i386/fpu/e_asin.S: Likewise.
52301         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52302         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52303         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52304         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52305         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52306         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52307         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52308         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52309         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52310         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52311         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52312         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52313         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52314         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52315         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52316         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52317         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52318         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52319         * sysdeps/i386/fpu/e_log.S: Likewise.
52320         * sysdeps/i386/fpu/e_log10.S: Likewise.
52321         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52322         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52323         * sysdeps/i386/fpu/e_log2.S: Likewise.
52324         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52325         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52326         * sysdeps/i386/fpu/e_logf.S: Likewise.
52327         * sysdeps/i386/fpu/e_logl.S: Likewise.
52328         * sysdeps/i386/fpu/e_pow.S: Likewise.
52329         * sysdeps/i386/fpu/e_powf.S: Likewise.
52330         * sysdeps/i386/fpu/e_powl.S: Likewise.
52331         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52332         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52333         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52334         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52335         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52336         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52337         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52338         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52339         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52340         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52341         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52342         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52343         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52344         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52345         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52346         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52347         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52348         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52349         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52350         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52351         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52352         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52353         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52354         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52355         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52356         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52357         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52358         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52359         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52360         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52361         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52362         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52363         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52364         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52365         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52366         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52367         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52368         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52369         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52370         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52371         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52372         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52373         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52374         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52375         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52376         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52377         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52378         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52379         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52380         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52381         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52382         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52383         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52384         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52385         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52386         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52387         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52388         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52389         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52390         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52391         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52392         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52393         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52394         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52395         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52396         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52397         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52398         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52399         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52400         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52401         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52402         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52403         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52404         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52405         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52406         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52407         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52408         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52409         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52410         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52411         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52412         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52413         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52414         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52415         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52416         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52417         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52418         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52419         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52420         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52421         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52422         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52423         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52424         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52425         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52426         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52427         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52428         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52429         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52430         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52431         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52432         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52433         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52434         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52435         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52436         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52437         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52438         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52439         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52440         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52441         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52442         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52443         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52444         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52445         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52446         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52447         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52448         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52449         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52450         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52451         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52452         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52453         (__isnanf): Likewise.
52454         (__isinf_ns): Likewise.
52455         (__isinf_nsf): Likewise.
52456         (__finite): Likewise.
52457         (__finitef): Likewise.
52458         (__ieee754_sqrt): Define as macro.
52459         (__ieee754_sqrtf): Define as macro.
52460         (__ieee754_sqrtl): Define as macro.
52461         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52462         inlined copy.
52463         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52464         __FINITE_MATH_ONLY__ consistent.
52465         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52467 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52469         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52470         of rawmemchr.
52472         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52474 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52476         * po/ja.po: Update from translation team.
52478 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52480         * locale/programs/locarchive.c (prepare_address_space): New function.
52481         (create_archive, enlarge_archive, open_archive): Use it.
52483         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52484         inside [SHARED], where it is used.
52486         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52488         * nss/getent.c (netgroup_keys): Remove unused variable.
52489         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52491 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52493         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52494         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52495         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52496         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52497         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52498         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52499         * math/Makefile (libm-calls): Add s_isinf_ns.
52500         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52501         * math/multc3.c: Likewise.
52502         * math/s_casin.c: Likewise.
52503         * math/s_casinf.c: Likewise.
52504         * math/s_casinl.c: Likewise.
52505         * math/s_ccos.c: Likewise.
52506         * math/s_ccosf.c: Likewise.
52507         * math/s_ccosl.c: Likewise.
52508         * math/s_ctan.c: Likewise.
52509         * math/s_ctanf.c: Likewise.
52510         * math/s_ctanh.c: Likewise.
52511         * math/s_ctanhf.c: Likewise.
52512         * math/s_ctanhl.c: Likewise.
52513         * math/s_ctanl.c: Likewise.
52514         * math/w_fmod.c: Likewise.
52515         * math/w_fmodf.c: Likewise.
52516         * math/w_fmodl.c: Likewise.
52517         * math/w_remainder.c: Likewise.
52518         * math/w_remainderf.c: Likewise.
52519         * math/w_remainderl.c: Likewise.
52520         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52521         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52522         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52523         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52524         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52525         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52526         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52527         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52529         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52530         of the number.
52531         * stdio-common/printf_fphex.c: Likewise.
52532         * stdio-common/printf_size.c: Likewise.
52534         * math/e_exp10.c: Include math_private.h using <...> not "...".
52535         * math/e_exp10f.c: Likewise.
52536         * math/e_exp10l.c: Likewise.
52537         * math/e_exp2l.c: Likewise.
52538         * math/e_j0l.c: Likewise.
52539         * math/e_j1l.c: Likewise.
52540         * math/e_jnl.c: Likewise.
52541         * math/e_lgammal_r.c: Likewise.
52542         * math/e_rem_pio2l.c: Likewise.
52543         * math/e_scalb.c: Likewise.
52544         * math/e_scalbf.c: Likewise.
52545         * math/e_scalbl.c: Likewise.
52546         * math/k_cosl.c: Likewise.
52547         * math/k_sinl.c: Likewise.
52548         * math/k_tanl.c: Likewise.
52549         * math/s_cacoshf.c: Likewise.
52550         * math/s_catan.c: Likewise.
52551         * math/s_catanf.c: Likewise.
52552         * math/s_catanh.c: Likewise.
52553         * math/s_catanhf.c: Likewise.
52554         * math/s_catanhl.c: Likewise.
52555         * math/s_catanl.c: Likewise.
52556         * math/s_ccosh.c: Likewise.
52557         * math/s_ccoshf.c: Likewise.
52558         * math/s_ccoshl.c: Likewise.
52559         * math/s_cexp.c: Likewise.
52560         * math/s_cexpf.c: Likewise.
52561         * math/s_cexpl.c: Likewise.
52562         * math/s_clog.c: Likewise.
52563         * math/s_clog10.c: Likewise.
52564         * math/s_clog10f.c: Likewise.
52565         * math/s_clog10l.c: Likewise.
52566         * math/s_clogf.c: Likewise.
52567         * math/s_clogl.c: Likewise.
52568         * math/s_csin.c: Likewise.
52569         * math/s_csinf.c: Likewise.
52570         * math/s_csinh.c: Likewise.
52571         * math/s_csinhf.c: Likewise.
52572         * math/s_csinhl.c: Likewise.
52573         * math/s_csinl.c: Likewise.
52574         * math/s_csqrt.c: Likewise.
52575         * math/s_csqrtf.c: Likewise.
52576         * math/s_csqrtl.c: Likewise.
52577         * math/s_ctan.c: Likewise.
52578         * math/s_ctanf.c: Likewise.
52579         * math/s_ctanh.c: Likewise.
52580         * math/s_ctanhf.c: Likewise.
52581         * math/s_ctanhl.c: Likewise.
52582         * math/s_ctanl.c: Likewise.
52583         * math/s_ldexp.c: Likewise.
52584         * math/s_ldexpf.c: Likewise.
52585         * math/s_ldexpl.c: Likewise.
52586         * math/s_significand.c: Likewise.
52587         * math/s_significandf.c: Likewise.
52588         * math/s_significandl.c: Likewise.
52589         * math/w_acos.c: Likewise.
52590         * math/w_acosf.c: Likewise.
52591         * math/w_acosh.c: Likewise.
52592         * math/w_acoshf.c: Likewise.
52593         * math/w_acoshl.c: Likewise.
52594         * math/w_acosl.c: Likewise.
52595         * math/w_asin.c: Likewise.
52596         * math/w_asinf.c: Likewise.
52597         * math/w_asinl.c: Likewise.
52598         * math/w_atan2.c: Likewise.
52599         * math/w_atan2f.c: Likewise.
52600         * math/w_atan2l.c: Likewise.
52601         * math/w_atanh.c: Likewise.
52602         * math/w_atanhf.c: Likewise.
52603         * math/w_atanhl.c: Likewise.
52604         * math/w_cosh.c: Likewise.
52605         * math/w_coshf.c: Likewise.
52606         * math/w_coshl.c: Likewise.
52607         * math/w_dremf.c: Likewise.
52608         * math/w_exp10.c: Likewise.
52609         * math/w_exp10f.c: Likewise.
52610         * math/w_exp10l.c: Likewise.
52611         * math/w_exp2.c: Likewise.
52612         * math/w_exp2f.c: Likewise.
52613         * math/w_fmod.c: Likewise.
52614         * math/w_fmodf.c: Likewise.
52615         * math/w_fmodl.c: Likewise.
52616         * math/w_hypot.c: Likewise.
52617         * math/w_hypotf.c: Likewise.
52618         * math/w_hypotl.c: Likewise.
52619         * math/w_j0.c: Likewise.
52620         * math/w_j0f.c: Likewise.
52621         * math/w_j0l.c: Likewise.
52622         * math/w_j1.c: Likewise.
52623         * math/w_j1f.c: Likewise.
52624         * math/w_j1l.c: Likewise.
52625         * math/w_jn.c: Likewise.
52626         * math/w_jnf.c: Likewise.
52627         * math/w_jnl.c: Likewise.
52628         * math/w_lgamma.c: Likewise.
52629         * math/w_lgamma_r.c: Likewise.
52630         * math/w_lgammaf.c: Likewise.
52631         * math/w_lgammaf_r.c: Likewise.
52632         * math/w_lgammal.c: Likewise.
52633         * math/w_lgammal_r.c: Likewise.
52634         * math/w_log.c: Likewise.
52635         * math/w_log10.c: Likewise.
52636         * math/w_log10f.c: Likewise.
52637         * math/w_log10l.c: Likewise.
52638         * math/w_log2.c: Likewise.
52639         * math/w_log2f.c: Likewise.
52640         * math/w_log2l.c: Likewise.
52641         * math/w_logf.c: Likewise.
52642         * math/w_logl.c: Likewise.
52643         * math/w_pow.c: Likewise.
52644         * math/w_powf.c: Likewise.
52645         * math/w_powl.c: Likewise.
52646         * math/w_remainder.c: Likewise.
52647         * math/w_remainderf.c: Likewise.
52648         * math/w_remainderl.c: Likewise.
52649         * math/w_scalb.c: Likewise.
52650         * math/w_scalbf.c: Likewise.
52651         * math/w_scalbl.c: Likewise.
52652         * math/w_sinh.c: Likewise.
52653         * math/w_sinhf.c: Likewise.
52654         * math/w_sinhl.c: Likewise.
52655         * math/w_sqrt.c: Likewise.
52656         * math/w_sqrtf.c: Likewise.
52657         * math/w_sqrtl.c: Likewise.
52658         * math/w_tgamma.c: Likewise.
52659         * math/w_tgammaf.c: Likewise.
52660         * math/w_tgammal.c: Likewise.
52662         * po/ja.po: Update from translation team.
52664 2011-09-29  Andreas Jaeger  <aj@suse.de>
52666         [BZ #13179]
52667         * sunrpc/netname.c (netname2host): Fix logic.
52669         [BZ #6779]
52670         [BZ #6783]
52671         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52672         correctly.
52673         * math/w_remainder.c (__remainder): Likewise.
52674         * math/w_remainderf.c (__remainderf): Likewise.
52675         * math/libm-test.inc (remainder_test): Add test cases.
52677 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52679         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52680         sdiv_qrnnd.
52682 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52684         * string/test-memcmp.c: Avoid unncessary #defines.
52685         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52687 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52689         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52690         Use new sse2 version for core i3 - i7 as it's faster
52691         than sse42 version.
52692         (bit_Prefer_PMINUB_for_stringop): New.
52693         * sysdeps/x86_64/rawmemchr.S: Update.
52694         Replace with faster SSE2 version.
52695         * sysdeps/x86_64/memrchr.S: New file.
52696         * sysdeps/x86_64/memchr.S: Update.
52697         Replace with faster SSE2 version.
52699 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52701         * elf/dl-load.c (lose): Add cast to avoid warning.
52703 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52705         * po/ca.po: Update from translation team.
52707         * inet/getnetgrent_r.c: Hook up nscd.
52708         * nscd/Makefile (routines): Add nscd_netgroup.
52709         (nscd-modules): Add netgroupcache.
52710         (CFLAGS-netgroupcache.c): Define.
52711         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52712         (cache_search): Add const to second parameter.
52713         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52714         INNETGR.
52715         (dbs): Add netgrdb entry.
52716         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52717         (verify_persistent_db): Handle netgrdb.
52718         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52719         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52720         GETFDNETGR.
52721         (netgroup_response_header): Define.
52722         (innetgroup_response_header): Define.
52723         (datahead): Add netgroup_response_header and innetgroup_response_header
52724         elements.
52725         * nscd/nscd.conf: Add entries for netgroup cache.
52726         * nscd/nscd.h (dbtype): Add netgrdb.
52727         (_PATH_NSCD_NETGROUP_DB): Define.
52728         (netgroup_iov_disabled): Declare.
52729         (xmalloc, xcalloc, xrealloc): Move declarations here.
52730         (cache_search): Adjust prototype.
52731         Add netgroup-related prototypes.
52732         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52733         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52734         (__nscd_innetgr): Declare.
52735         * nscd/selinux.c (perms): Use access_vector_t as element type and
52736         add netgroup-related initializers.
52737         * nscd/netgroupcache.c: New file.
52738         * nscd/nscd_netgroup.c: New file.
52739         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52740         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52741         For four parameters use innetgr.
52742         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52743         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52744         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52745         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52747         * nscd/connections.c (register_traced_file): Don't register file
52748         for disabled databases.
52750 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52752         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52754         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52755         from tree and freeing node.
52757 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52759         * nss/nsswitch.c (__nss_database_lookup): Handle
52760         nss_parse_service_list out of memory case.
52762 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52764         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52765         out of memory case.
52767 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52769         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52770         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52771         pass it down.
52772         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52773         elf_machine_rela, elf_machine_lazy_rel.
52774         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52775         (ELF_DYNAMIC_DO_REL): Likewise.
52776         (ELF_DYNAMIC_DO_RELA): Likewise.
52777         (ELF_DYNAMIC_RELOCATE): Likewise.
52778         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52779         to ELF_DYNAMIC_DO_REL.
52780         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52781         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52782         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52783         elf_machine_rela.
52784         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52785         skip_ifunc, don't call ifunc function if non-zero.
52786         (elf_machine_rela): Likewise.
52787         (elf_machine_lazy_rel): Likewise.
52788         (elf_machine_lazy_rela): Likewise.
52789         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52790         (elf_machine_lazy_rel): Likewise.
52791         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52792         Likewise.
52793         (elf_machine_lazy_rel): Likewise.
52794         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52795         Likewise.
52796         (elf_machine_lazy_rel): Likewise.
52797         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52798         (elf_machine_lazy_rel): Likewise.
52799         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52800         (elf_machine_lazy_rel): Likewise.
52801         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52802         (elf_machine_lazy_rel): Likewise.
52803         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52804         (elf_machine_lazy_rel): Likewise.
52805         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52806         (elf_machine_lazy_rel): Likewise.
52807         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52808         (elf_machine_lazy_rel): Likewise.
52810 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52812         * nss/nss_files/files-init.c (_nss_files_init): Use static
52813         initialization for all the *_traced_file variables.
52815 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52817         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52819 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52821         [BZ #13226]
52822         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52824 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52826         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52827         Reread the line before reparsing it.
52829 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52831         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52833 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52834             Maxim Kuvyrkov  <maxim@codesourcery.com>
52835             Joseph Myers  <joseph@codesourcery.com>
52837         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52838         if needed for __stack_chk_guard.
52840 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52842         * sysdeps/posix/spawni.c (script_execute): Always define it.
52843         It will be optimized away if unused.
52844         (maybe_script_execute): New function.
52845         (__spawni): Call it.
52847         * Makerules: Don't include tls.make.
52848         (config-tls): Always set to thread.
52849         * tls.make.c: File removed.
52851 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52853         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52854         * config.make.in (CPPFLAGS-config): New substituted variable.
52856 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52858         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52860         [BZ #13192]
52861         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52862         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52864 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52866         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52867         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52868         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52869         (CALL_FAIL): Likewise.
52870         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52871         (CALL_FAIL): Macro removed.
52872         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52874 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52876         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52877         for __FINITE_MATH_ONLY__ == 1.
52879 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52881         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52882         __ieee754_sqrt instead of sqrt.
52883         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52884         __ieee754_sqrtf instead of sqrtf.
52885         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52886         __floorf instead of floorf.
52887         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52888         __floorf, __truncf instead of floorf, truncf.
52890 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52892         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52894         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52895         __extern_always_inline.
52896         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52897         32-bit.
52899 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52901         * elf/rtld.c (dl_main): Also relocate in dependency order when
52902         doing symbol dependency testing.
52904 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52906         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52907         Always define `refsym'.
52909 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52911         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52912         (__FD_ELT): Renamed from __FDELT.
52913         * misc/bits/select2.h (__FD_ELT): Likewise.
52914         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52915         __FD_MASK instead of __FDELT, __FDMASK.
52916         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52917         Likewise.
52918         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52919         Likewise.
52921         * elf/Makefile (gen-ldd): Fix pattern.
52923         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52924         (init_tls): Likewise.
52926 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52928         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52930 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52932         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52933         `struct cmsghdr *' instead of `void *'.
52934         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52935         Likewise.
52937 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52939         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52940         if non-absolute.
52941         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52942         ldd_rewrite_script.
52944 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52946         * configure.in: Remove --with-tls option.
52947         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52948         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52949         out in case it is missing.
52950         * sysdeps/ia64/elf/configure.in: Likewise.
52951         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52952         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52953         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52954         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52955         * sysdeps/sh/elf/configure.in: Likewise.
52956         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52957         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52958         * sysdeps/x86_64/elf/configure.in: Likewise.
52959         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52960         * sysdeps/mach/hurd/tls.h: Likewise.
52962         [BZ #13067]
52963         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52965         [BZ #13090]
52966         * configure.in: Fix use of AC_INIT.
52968         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52970 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52972         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52973         __set_errno.
52974         * malloc/hooks.c: Likewise.
52976         [BZ #11929]
52977         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52978         variables statically.
52979         (narenas): Initialize.
52980         (list_lock): Initialize.
52981         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52982         initializtion of main_arena and list_lock.  Small cleanups.
52983         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52984         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52985         Add initializers to main_arena and mp_.
52986         (malloc_state): Remove pagesize member.  Change all users to use
52987         GLRO(dl_pagesize).
52989         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52990         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52991         is always initialized.
52993         * malloc/malloc.c: Removed unused configurations and dead code.
52994         * malloc/arena.c: Likewise.
52995         * malloc/hooks.c: Likewise.
52996         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52998         * include/tls.h: Removed.  USE___THREAD must always be defined.
52999         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53000         * elf/dl-libc.c: Likewise.
53001         * elf/dl-tsd.c: Likewise.
53002         * include/errno.h: Likewise.
53003         * include/netdb.h: Likewise.
53004         * include/resolv.h: Likewise.
53005         * inet/herrno-loc.c: Likewise.
53006         * inet/herrno.c: Likewise.
53007         * malloc/arena.c: Likewise.
53008         * malloc/hooks.c: Likewise.
53009         * malloc/malloc.c: Likewise.
53010         * resolv/res-state.c: Likewise.
53011         * resolv/res_libc.c: Likewise.
53012         * sysdeps/i386/dl-machine.h: Likewise.
53013         * sysdeps/ia64/dl-machine.h: Likewise.
53014         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53015         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53016         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53017         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53018         * sysdeps/sh/dl-machine.h: Likewise.
53019         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53020         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53021         * sysdeps/unix/i386/sysdep.S: Likewise.
53022         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53023         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53024         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53025         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53026         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53027         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53028         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53029         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53030         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53031         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53032         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53033         * sysdeps/x86_64/dl-machine.h: Likewise.
53034         * tls.make.c: Likewise.
53036         * configure.in: Remove --with-__thread option.  Make tests for
53037         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53038         tls_model attribute fail if no support is available.  Remove
53039         USE_IN_LIBIO.
53040         * Makeconfig: Adjust for dropped configure option.  All features are
53041         now mandatory.
53042         * Makerules: Likewise.
53043         * Versions.def: Likewise.
53044         * argp/argp-fmtstream.c: Likewise.
53045         * argp/argp-fmtstream.h: Likewise.
53046         * argp/argp-help.c: Likewise.
53047         * assert/assert.c: Likewise.
53048         * config.h.in: Likewise.
53049         * config.make.in: Likewise.
53050         * configure: Likewise.
53051         * configure.in: Likewise.
53052         * csu/Versions: Likewise.
53053         * csu/init.c: Likewise.
53054         * elf/tst-audit2.c: Likewise.
53055         * elf/tst-tls10.c: Likewise.
53056         * elf/tst-tls10.h: Likewise.
53057         * elf/tst-tls11.c: Likewise.
53058         * elf/tst-tls12.c: Likewise.
53059         * elf/tst-tls14.c: Likewise.
53060         * elf/tst-tlsmod11.c: Likewise.
53061         * elf/tst-tlsmod12.c: Likewise.
53062         * elf/tst-tlsmod13.c: Likewise.
53063         * elf/tst-tlsmod13a.c: Likewise.
53064         * elf/tst-tlsmod14a.c: Likewise.
53065         * elf/tst-tlsmod15b.c: Likewise.
53066         * elf/tst-tlsmod16a.c: Likewise.
53067         * elf/tst-tlsmod16b.c: Likewise.
53068         * elf/tst-tlsmod7.c: Likewise.
53069         * elf/tst-tlsmod8.c: Likewise.
53070         * elf/tst-tlsmod9.c: Likewise.
53071         * gmon/gmon.c: Likewise.
53072         * grp/fgetgrent_r.c: Likewise.
53073         * grp/putgrent.c: Likewise.
53074         * hurd/fopenport.c: Likewise.
53075         * include/libc-symbols.h: Likewise.
53076         * include/tls.h: Likewise.
53077         * intl/gettextP.h: Likewise.
53078         * intl/loadinfo.h: Likewise.
53079         * locale/global-locale.c: Likewise.
53080         * locale/localeinfo.h: Likewise.
53081         * mach/devstream.c: Likewise.
53082         * malloc/arena.c: Likewise.
53083         * malloc/set-freeres.c: Likewise.
53084         * misc/err.c: Likewise.
53085         * misc/getttyent.c: Likewise.
53086         * misc/mntent_r.c: Likewise.
53087         * posix/getopt.c: Likewise.
53088         * posix/wordexp.c: Likewise.
53089         * pwd/fgetpwent_r.c: Likewise.
53090         * resolv/Versions: Likewise.
53091         * resolv/res_hconf.c: Likewise.
53092         * shadow/fgetspent_r.c: Likewise.
53093         * shadow/putspent.c: Likewise.
53094         * stdio-common/printf_fphex.c: Likewise.
53095         * stdio-common/tmpfile.c: Likewise.
53096         * stdlib/abort.c: Likewise.
53097         * stdlib/fmtmsg.c: Likewise.
53098         * sunrpc/auth_unix.c: Likewise.
53099         * sunrpc/clnt_perr.c: Likewise.
53100         * sunrpc/clnt_tcp.c: Likewise.
53101         * sunrpc/clnt_udp.c: Likewise.
53102         * sunrpc/clnt_unix.c: Likewise.
53103         * sunrpc/openchild.c: Likewise.
53104         * sunrpc/svc_simple.c: Likewise.
53105         * sunrpc/svc_tcp.c: Likewise.
53106         * sunrpc/svc_udp.c: Likewise.
53107         * sunrpc/svc_unix.c: Likewise.
53108         * sunrpc/xdr.c: Likewise.
53109         * sunrpc/xdr_array.c: Likewise.
53110         * sunrpc/xdr_rec.c: Likewise.
53111         * sunrpc/xdr_ref.c: Likewise.
53112         * sunrpc/xdr_stdio.c: Likewise.
53114 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53116         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53118 2011-07-03  Andreas Jaeger  <aj@suse.de>
53120         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53121         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53122         regenerate with gen-libm-tests.pl.
53124 2010-05-12  Petr Baudis  <pasky@suse.cz>
53126         [BZ #11589]
53127         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53128         around j0() zero points by switching to j1().
53129         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53130         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53131         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53132         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53134 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53136         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53137         instead of 0.
53138         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53139         instead of 0.
53140         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53141         Patch in part by Pavel Roskin <proski@gnu.org>.
53143         [BZ #13138]
53144         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53145         realloc.
53146         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53147         Free memory block if necessary.
53149         [BZ #12847]
53150         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53151         be NULL.  Don't lock in this case.
53153 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53155         * elf/elf.h (ELFOSABI_GNU): New macro.
53156         (ELFOSABI_LINUX): Define to that.
53158 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53160         * string/strncat.c (strncat): Undef the symbol in case it has been
53161         defined in bits/string.h.
53163 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53165         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53167         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53168         link map.
53170 2011-08-17  Andreas Jaeger  <aj@suse.de>
53172         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53174 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53175             Ian Lance Taylor  <iant@google.com>
53177         * math/libm-test.inc (lround_test): New testcase.
53178         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53180 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53182         * Makefile: Remove support for automatic cvs check-ins.
53183         * Makerules: Likewise.
53184         * config.make.in: Likewise.
53185         * configure.in: Likewise.
53186         * intl/Makefile: Likewise.
53187         * locale/Makefile: Likewise.
53188         * po/Makefile: Likewise.
53189         * posix/Makefile: Likewise.
53190         * sysdeps/gnu/Makefile: Likewise.
53191         * sysdeps/mach/hurd/Makefile: Likewise.
53192         * sysdeps/sparc/sparc32/Makefile: Likewise.
53194         [BZ #13118]
53195         * posix/Makefile (bug-regex32-ENV): Define.
53196         Patch by John Stanley <jpsinthemix@verizon.net>.
53198         * misc/Makefile (headers): Add bits/select2.h.
53199         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53200         * misc/bits/select2.h: New file.
53201         * include/bits/select2.h: New file.
53202         * debug/Makefile (routines): Add fdelt_chk.
53203         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53204         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53205         FD_ISSET.
53206         * debug/fdelt_chk.c: New file.
53208         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53209         * wcsmbs/test-wmemcmp.c: Likewise.
53210         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53211         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53213 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53215         * string/Makefile (strop-tests): Add memcmp.
53216         * string/test-wmemcmp.c: New file.
53217         * string/test-memcmp.c: Add wmemcmp support.
53219 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53221         [BZ #13153]
53222         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53223         2011-07-19 change.
53225         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53226         garbage value in a __mach_port_mod_refs call in the cases of the
53227         task-self and thread-self ports.
53229 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53231         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53233 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53235         * elf/dl-load.c (lose): Check for non-null L.
53237 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53239         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53241         * elf/dl-libc.c (dlerror_run): Pass back error code from
53242         dl_catch_error.
53244         [BZ #13123]
53245         * elf/dl-load.c (lose): Free l_origin if it is valid.
53247         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53248         names.
53249         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53250         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53251         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53252         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53253         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53254         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53256 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53258         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53259         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53260         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53261         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53262         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53263         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53264         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53265         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53266         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53267         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53269 2011-08-15  Alan Modra  <amodra@gmail.com>
53271         [BZ #13092]
53272         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53273         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53274         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53275         ppc_mcount to static-only-routines.
53276         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53277         __mcount_internal.
53278         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53279         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53281 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53283         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53284         for finite and infinity parameters.
53286 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53288         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53289         and add nop instructions for throughput optimization.
53290         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53292 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53294         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53295         aligned copy for power7 with vector-scalar instructions.
53296         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53298 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53300         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53301         AVX check.
53303 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53305         [BZ #13144]
53306         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53307         last change.
53309 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53311         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53312         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53313         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53314         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53315         clock_gettime.
53317 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53319         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53320         Forgot to demangle the pointer.
53322         * sysdeps/i386/sysdep.h: Define atom_text_section.
53323         * sysdeps/x86_64/sysdep.h: Likewise.
53324         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53325         section with atom_text_section.
53326         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53327         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53328         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53329         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53330         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53332         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53333         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53334         already be defined.  Change to take two parameters and don't assign
53335         result to variable.  Adjust all users.
53336         Define INTERNAL_GETTIME if not already defined.
53337         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53338         call.
53339         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53340         HAVE_CLOCK_GETTIME_VSYSCALL.
53341         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53343         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53344         gettimeofday vsyscall, just use time.
53346 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53348         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53349         <errno.h>.
53351 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53353         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53354         syscall on x86-64.
53355         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53356         syscall.
53357         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53358         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53359         syscall if possible.
53361 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53363         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53364         e_ident.  Don't pass to find_mapsXX.
53365         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53367 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53369         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53370         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53371         * sysdeps/x86_64/multiarch/strchr.S: Update.
53372         Check bit_slow_BSF bit.
53373         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53374         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53375         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53377 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53379         [BZ #13134]
53380         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53381         before glibc 2.15.
53382         (tryshell): Define.
53383         (__spawni): Change last parameter to be flag.  Test
53384         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53385         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53386         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53387         * posix/spawni.c: Likewise.
53388         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53389         * posix/spawnp.c: Likewise.  Change normal version to use
53390         SPAWN_XFLAGS_USE_PATH.
53391         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53392         SPAWN_XFLAGS_TRY_SHELL.
53394         [BZ #13150]
53395         * posix/glob.h: Remove gcc 1.x support.
53397         [BZ #13068]
53398         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53400 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53402         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53403         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53404         strrchr-sse2-bsf
53405         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53406         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53407         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53408         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53409         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53410         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53412 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53414         * sysdeps/x86_64/wcscmp.S: New file.
53416         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53417         wcscmp-c wcscmp-sse2
53418         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53419         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53420         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53421         * wcsmbs/wcscmp.c: Allow renaming.
53423 2011-09-05  David S. Miller  <davem@davemloft.net>
53425         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53426         stack slot, rather than the struct return pointer slot.
53427         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53428         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53429         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53430         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53432 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53434         * po/ja.po: Update from translation team.
53436         [BZ #13144]
53437         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53438         kernel in 64-bit binaries.
53440 2011-09-01  David S. Miller  <davem@davemloft.net>
53442         * elf/elf.h (HWCAP_SPARC_*): Move to..
53443         * sysdeps/sparc/sysdep.h: this new file and add new values.
53444         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53445         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53446         _DL_HWCAP_COUNT to 24.
53447         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53448         entries.
53449         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53450         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53451         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53452         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53453         instead of magic constants.
53454         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53456 2011-08-31  David S. Miller  <davem@davemloft.net>
53458         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53459         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53460         Reimplement to do errno handling inline.
53461         (SYSCALL_ERROR_HANDLER): New macro.
53462         (__SYSCALL_STRING): Do not do errno handling in asm.
53463         (__CLONE_SYSCALL_STRING): Delete.
53464         (__INTERNAL_SYSCALL_STRING): Delete.
53465         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53466         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53467         (PSEUDO): Reimplement to do errno handling inline.
53468         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53469         (SYSCALL_ERROR_HANDLER): New macro.
53470         (__SYSCALL_STRING): Do not do errno handling in asm.
53471         (__CLONE_SYSCALL_STRING): Delete.
53472         (__INTERNAL_SYSCALL_STRING): Delete.
53473         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53474         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53475         i386.
53476         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53477         (inline_syscall*): Add 'err' argument.
53478         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53479         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53480         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53481         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53483         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53484         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53486 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53488         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53490 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53492         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53493         directive.
53495 2011-08-24  David S. Miller  <davem@davemloft.net>
53497         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53499 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53501         * elf/Makefile: Add rules to build and run unload8 test.
53502         * elf/unload8.c: New file.
53503         * elf/unload8mod1.c: New file.
53504         * elf/unload8mod1x.c: New file.
53505         * elf/unload8mod2.c: New file.
53506         * elf/unload8mod3.c: New file.
53508         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53509         it wasn't used.
53511 2011-08-23  David S. Miller  <davem@davemloft.net>
53513         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53514         subtract stack bias.
53515         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53516         %sp not %fp in calculations.
53517         (_JMPBUF_UNWINDS_ADJ): Likewise.
53519         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53520         (aio_suspend): Call it to force an exception region around the
53521         AIO_MISC_WAIT() invocation.
53523 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53525         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53526         backslash.
53528 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53530         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53531         protection macro.
53532         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53533         and <dl-machine.h>.
53534         (Elf64_FuncDesc): Remove.
53536 2011-08-22  David S. Miller  <davem@davemloft.net>
53538         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53539         sigaltstack check, add missing cfi directives.
53540         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53541         missing cfi directives, and sigaltstack handling.
53543 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53545         [BZ #11724]
53546         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53547         object is seen twice.
53548         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53550         * elf/Makefile (distribute): Add tst-initorder2.c.
53551         (tests): Add tst-initorder2.
53552         (modules-names): Add tst-initorder2a tst-initorder2b
53553         tst-initorder2c tst-initorder2d.  Add rules to build them.
53554         ($(objpfx)tst-initorder2.out): New rule.
53555         * elf/tst-initorder2.c: New file.
53556         * elf/tst-initorder2.exp: New file.
53558 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53560         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53562         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53563         dependencies back to end of function.
53565         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53566         $(elfobjdir)/ld.so.
53568 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53570         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53571         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53572         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53573         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53574         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53575         of __vdso_gettimeofday.
53576         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53577         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53578         attribute_hidden.
53579         (_libc_vdso_platform_setup): Remove initialization of
53580         __vdso_gettimeofday and __vdso_time.
53582 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53584         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53585         and fgetc_unlocked.
53586         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53587         getc_unlocked.
53589         * elf/dl-open.c (add_to_global): Report additions to the global scope
53590         for LD_DEBUG=scopes.
53591         (dl_open_worker): Also print scope of newly loaded dependencies.
53592         (_dl_show_scope): Indicate if there is no scope.
53594         [BZ #13114]
53595         * stdio-common/Makefile (tests): Add bug24.
53596         * stdio-common/bug24.c: New file.
53598 2011-08-19  Andreas Jaeger  <aj@suse.de>
53600         [BZ #13114]
53601         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53602         non-existant file when using close-on-exec mode.
53604 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53606         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53607         the very first instruction.
53609         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53610         the CFI state in the end.
53611         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53612         inclusion of dl-trampoline.h.
53613         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53615 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53617         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53618         expectations for long double.
53620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53621         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53623 2011-08-14  David S. Miller  <davem@davemloft.net>
53625         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53626         artificual limit depends upon the system page size.
53628 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53630         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53631         * resolv/Makefile: Define CFLAGS-libresolv.
53633 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53635         * nss/makedb.c (compute_tables): Make variables used in nested
53636         function static.
53638 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53640         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53641         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53642         if buffer was too small.
53644         * elf/pldd.c (main): Attach to all threads in the process.
53645         Rewrite /proc handling to use *at functions.
53647 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53649         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53650         specifies first scope to show.
53651         (dl_open_worker): Update callers.  Move printing scope of new
53652         object to before the relocation.
53653         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53654         * sysdeps/generic/ldsodefs.h: Update declaration.
53656         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53657         string for the scope number.
53659 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53661         * nscd/servicescache.c (cache_addserv): Make sure written is always
53662         initialized.
53664 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53666         * sysdeps/i386/i486/bits/atomic.h
53667         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53668         statement expression, so as to suppress "set but not used" warning.
53669         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53671         * string/strncat.c (STRNCAT): Use prototype definition.
53673         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53674         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53675         -Iprograms here.
53676         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53677         (localedef-modules): Add localedef.
53678         (locale-modules): Add locale.
53680         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53681         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53682         to avoid a warning.
53684 2011-08-14  David S. Miller  <davem@davemloft.net>
53686         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53687         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53689 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53691         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53692         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53693         * elf/rtld.c (dl_main): Set l_name of vDSO.
53694         Call _dl_show_scope when DL_DEBUG_SCOPES.
53695         (process_dl_debug): Recognize scopes flag and also set it for all.
53696         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53697         Declare _dl_show_scope.
53699         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53700         (do_dlopen): Pass caller_dlopen to dl_open.
53701         (__libc_dlopen_mode): Initialize caller_dlopen.
53703         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53704         of libc.  Make tolower call locale-independent.  Optimize a bit by
53705         using isdigit instead of isalnum.
53706         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53708 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53710         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53711         was a dependency or dynamically loaded.
53713 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53715         * intl/l10nflist.c: Allow architecture-specific pop function.
53716         * sysdeps/x86_64/l10nflist.c: New file.
53718         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53719         classification.
53721 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53723         * include/dirent.h: Add libc_hidden_proto for scandirat and
53724         scandirat64.  Don't declare __scandirat64.
53725         * dirent/scandirat.c: Add libc_hidden_def.
53726         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53727         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53729 2011-08-10  David S. Miller  <davem@davemloft.net>
53731         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53732         enum.
53733         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53734         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53735         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53737 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53739         * Versions.def [libc]: Add GLIBC_2.15.
53740         * dirent/Makefile (routines): Add scandirat and scandirat64.
53741         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53742         GLIBC_2.15.
53743         * dirent/dirent.h: Declare scandirat and scandirat64.
53744         * dirent/scandirat.c: New file.
53745         * dirent/scandirat64.c: New file.
53746         * sysdeps/wordsize-64/scandirat.c: New file.
53747         * sysdeps/wordsize-64/scandirat64.c: New file.
53748         * dirent/opendir.c: Define opendirat.
53749         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53750         using scandirat.
53751         * dirent/scandir64.c: Adjust for scandir.c change.
53752         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53753         __scandirat64, and __scandir_cancel_handler.
53754         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53755         additional parameter and use openat instead of open (outside of ld.so).
53756         Add new __opendir as wrapper around __opendirat.
53757         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53758         here without requiring old scandirat implementation.
53760 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53762         * dirent/scandir.c (cancel_handler): Renamed to
53763         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53764         defined.  Adjust users.
53765         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53766         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53768 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53770         * string/test-string.h (IMPL): Use __STRING to expand name and then
53771         stringify it.
53773         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53774         of cleanups.
53776 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53778         * string/Makefile: Update.
53779         (strop-tests): Append strncat.
53780         * string/test-wcscmp.c: New file.
53781         New comprehensive test for wcscmp.
53782         * string/test-strcmp.c: Update.
53783         (WIDE): New define.
53785 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53787         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53788         line.
53790 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53792         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53793         encoding to ACE if AI_IDN.
53795 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53797         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53798         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53800 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53802         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53803         Fix overflow bug in strncat.
53804         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53806         * string/test-strncat.c: Update.
53807         Add new tests for checking overflow bugs.
53809 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53811         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53812         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53813         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53814         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53815         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53816         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53817         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53818         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53819         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53821         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53822         (USE_AS_STRCAT): Define.
53823         Add strcat and strncat support.
53824         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53826 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53828         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53829         __n bigger than INT_MAX+1.
53830         (__strncmp_g): Likewise.
53832 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53834         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53835         * libio/stido.h: Likewise.
53837         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53838         (AF_NFC): Define.
53839         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53840         (AF_NFC): Define.
53842         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53843         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53844         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53845         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53846         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53848         [BZ #13021]
53849         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53850         installed.
53852         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53853         typo.
53854         (_dl_x86_64_save_sse): Likewise.
53856 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53858         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53859         OSXSAVE.
53860         (_dl_x86_64_save_sse): Likewise.
53862         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53864         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53866 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53868         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53869         change.
53870         (_dl_x86_64_save_sse): Use correct AVX check.
53872 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53874         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53875         bug in strncpy/strncat.
53876         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53878 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53880         * string/tester.c (test_strcat): Add tests for different alignments
53881         of source and destination.
53882         (test_strncat): Likewise.
53884 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53886         [BZ #12852]
53887         * posix/glob.c (glob): Check passed in values before using them in
53888         expressions to avoid some overflows.
53889         (glob_in_dir): Likewise.
53891         [BZ #13007]
53892         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53893         check for AVX enablement so that we don't crash with old kernels and
53894         new hardware.
53895         * elf/tst-audit4.c: Add same checks here.
53896         * elf/tst-audit6.c: Likewise.
53898         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53900 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53902         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53904 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53906         * po/cs.po: Update from translation team.
53907         * po/bg.po: Likewise.
53909 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53911         * misc/sys/cdefs.h: Add support for const attribute.
53912         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53913         to gnu_dev_{major,minor,makedev} functions.
53915 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53917         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53919 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53921         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53922         strlen results.
53924 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53926         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53927         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53928         register in order to avoid conflicts with the soft frame pointer
53929         being held in r11 when necessary.
53930         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53931         (INTERNAL_VSYSCALL_NCS): Likewise.
53933 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53935         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53936         * elf/dl-fini.c (_dl_fini): Adjust caller.
53937         * elf/dl-close.c (_dl_close_worker): Likewise.
53938         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53940 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53942         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53943         "aux_cache->nlibs < 0".
53945         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53946         in the reload-count case.
53948 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53950         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53951         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53952         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53953         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53954         * sysdeps/x86_64/multiarch/strcat.S: New file.
53955         * sysdeps/x86_64/multiarch/strncat.S: New file.
53956         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53957         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53958         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53959         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53960         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53961         (USE_AS_STRCAT): Define.
53962         Add strcat and strncat support.
53963         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53964         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53965         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53966         * string/strncat.c: Update.
53967         (USE_AS_STRNCAT): Define.
53968         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53969         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53970         and i7.
53971         * sysdeps/x86_64/multiarch/init-arch.h
53972         (bit_Prefer_PMINUB_for_stringop): New.
53973         (index_Prefer_PMINUB_for_stringop): Likewise.
53974         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53975         bit_Prefer_PMINUB_for_stringop.
53977 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53979         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53980         buffer64.
53981         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53982         of casting of buffer.
53983         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53984         buffer32 and buffer64.
53985         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53986         writes instead of casting of buffer.
53987         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53988         buffer32.
53989         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53990         casting of buffer.
53992 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53994         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53996 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53998         * nscd/nscd.c (termination_handler): Don't do anything for a database
53999         if it has not yet been initialized.
54001 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54003         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54005 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54007         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54009 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54011         * po/nl.po: Update from translation team.
54012         * po/sv.po: Likewise.
54014 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54016         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54017         now disallowed by GCC.
54019         * configure.in (use-default-link): Default to yes if a test -shared
54020         link meets our qualifications.
54021         * configure: Regenerated.
54023         * config.make.in (output-format): New variable.
54024         * configure.in: Check for ld --print-output-format support.
54025         * configure: Regenerated.
54026         * Makerules ($(common-objpfx)format.lds)
54027         [$(output-format) != unknown]: Just use $(output-format),
54028         instead of the linker-script munging.
54030 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54032         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54033         of $(common-objpfx)shlib.lds.
54034         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54036         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54037         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54039         * configure.in (-z relro check): Adjust test code to add a large
54040         writable data section after it.
54041         * configure: Regenerated.
54043 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54045         * configure.in (-z relro check): Fix test code to make the variable
54046         truly const.
54047         * configure: Regenerated.
54049 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54051         * nscd/nscd.h (struct traced_file): Define.
54052         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54053         elements.  Add traced_files.
54054         (inotify_fd): Declare.
54055         (register_traced_file): Declare.
54056         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54057         (inotify_fd): Export.
54058         (resolv_conf_descr): Remove.
54059         (nscd_init): Move inotify descriptor creation to main.
54060         Don't register files for notification here.
54061         (register_traced_file): New function.
54062         (invalidate_cache): Don't use reset_res to determine whether to call
54063         res_init, go through the list of registered files.
54064         (main_loop_poll): The inotify descriptors are now stored in the
54065         structures for the traced files.
54066         (main_loop_epoll): Likewise
54067         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54068         to __nss_disable_nscd.
54069         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54070         for a database anymore.  Check the records for all the registered
54071         files instead.
54072         * nss/Makefile (libnss_files-routines): Add files-init.
54073         (libnss_db-routines): Add db-init.
54074         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54075         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54076         * nss/nss_db/db-init.c: New file.
54077         * nss/nss_files/files-init.c: New file.
54078         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54079         __nss_lookup_function.
54080         (__nss_lookup_function): Call nss_load_library.
54081         (nss_load_all_libraries): New function.
54082         (__nss_disable_nscd): Take parameter with callback function for files
54083         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54084         used for the cached services.
54085         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54086         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54087         options for features to all the files in nscd.
54089         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54091 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54093         * csu/elf-init.c (__libc_csu_init): Comment typo.
54095 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54097         * po/pl.po: Update from translation team.
54098         * po/ja.po: Likewise.
54099         * po/ru.po: Likewise.
54100         * po/ko.po: Likewise.
54101         * po/fr.po: Likewise.
54103 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54105         * configure.in (.ctors/.dtors header and trailer check):
54106         Use an empirical test on a built program.
54107         * configure: Regenerated.
54109         * configure.in (-z relro check): Use an empirical test on a built DSO.
54110         Detect, but do not require, on ia64.
54111         * configure: Regenerated.
54113         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54114         Update tests that use readelf to use $READELF instead.
54115         * configure: Regenerated.
54117 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54119         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54120         if the result is not used.
54122 2011-07-05  Andreas Jaeger  <aj@suse.de>
54124         [BZ#9696]
54125         * stdlib/tst-strtod.c: Add testcase.
54127 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54129         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54130         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54131         The latter has a higher limit.  Take additional parameter to pass to
54132         the new function.
54133         (__pathconf): Pass file to __statfs_link_max.
54134         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54135         __statfs_link_max.
54136         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54137         __statfs_link_max.
54139         [BZ #12868]
54140         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54141         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54142         Handle Lustre.
54143         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54144         (__statfs_filesize_max): Likewise.
54145         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54147 2011-07-05  Andreas Jaeger  <aj@suse.de>
54149         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54151 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54153         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54154         `status' variable.
54155         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54156         Likewise.
54158 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54160         * Makefile (strop-tests): Add strncat.
54161         * string/test-strncat.c: New file.
54163 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54165         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54167 2011-06-21  Andreas Jaeger  <aj@suse.de>
54169         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54170         Copy rule from iconvdata/Makefile.
54172 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54174         [BZ #12922]
54175         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54176         but no long options are defined, just return 'W'.
54178 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54180         [BZ #9696]
54181         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54183 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54185         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54186         netgroups to read.
54187         (innetgr): Likewise.
54189 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54191         * config.make.in (install_root): Default to $(DESTDIR).
54193 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54195         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54197 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54199         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54201         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54202         containing directory rather than embedding absolute directory names.
54204         * scripts/check-local-headers.sh: Rewritten using awk.
54205         Match by word, not by line.  Print error messages for matches.
54206         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54208         * Makerules [shlib-lds-flags empty]:
54209         ($(common-objpfx)libc_pic.opts): New target.
54210         ($(common-objpfx)libc_pic.os.clean): New target.
54211         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54213         * config.make.in (OBJCOPY): New variable.
54214         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54215         * configure: Regenerated.
54217         * config.make.in (use-default-link): New variable.
54218         * configure.in (use_default_link): Grok --with-default-link to set it.
54219         * configure: Regenerated.
54220         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54221         (shlib-lds, shlib-lds-flags): Define to empty.
54223         * Makerules (shlib-lds): New variable.
54224         (shlib-lds-flags): New variable.
54225         (build-shlib, build-moduile, build-module-asneeded): Use it.
54226         ($(common-objpfx)libc.so): Use $(shlib-lds).
54227         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54228         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54230         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54231         DT_FLAGS/DT_FLAGS_1 with zero flags.
54233         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54234         linker script munging.
54236 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54238         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54239         as 128-bit value.
54240         * crypt/sha512.c (sha512_process_block): Perform total addition using
54241         128-bit if possible.
54242         (__sha512_finish_ctx): Likewise.
54243         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54244         as 64-bit value.
54245         * crypt/sha256.c (SWAP64): Define.
54246         (sha256_process_block): Perform total addition using 64-bit if
54247         possible.
54248         (__sha256_finish_ctx): Likewise.
54250 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54252         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54253         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54254         * nscd/hstcache.c (cache_addhst): Likewise.
54255         * nscd/grpcache.c (cache_addgr): Likewise.
54256         * nscd/aicache.c (addhstaiX): Likewise
54257         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54259 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54261         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54262         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54263         * nscd/hstcache.c (cache_addhst): Likewise.
54264         * nscd/grpcache.c (cache_addgr): Likewise.
54265         * nscd/aicache.c (addhstaiX): Likewise
54267 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54269         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54270         domain only when needed.
54272 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54274         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54275         is always restored.
54277 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54279         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54280         are re-adding the entry.
54281         * nscd/servicescache.c (cache_addserv): Likewise.
54283 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54285         * sysdeps/generic/dl-irel.h: fix protection against multiple
54286         inclusions.
54287         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54289 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54291         [BZ #12935]
54292         * malloc/memusage.sh: Fix quoting in message.
54293         * debug/xtrace.sh: Likewise.
54295         * configure.in: Remove support for --experimental-malloc option, make
54296         it the default.
54297         * config.make.in: Likewise.
54298         * malloc/Makefile: Likewise.
54300 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54302         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54303         two-byte characters.
54305 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54307         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54308         AC_CACHE_CHECK invocation.
54309         * configure: Regenerated.
54311         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54313 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54315         [BZ #12350]
54316         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54317         bit from old_res_options.
54319         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54321         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54322         value type for setfct.
54324 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54326         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54327         __gettimeofday instead of gettimeofday.
54329 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54331         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54333 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54335         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54337         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54338         info.
54340 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54342         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54343         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54344         strcpy-sse2-unaligned strncpy-sse2-unaligned
54345         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54346         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54347         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54348         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54349         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54350         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54351         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54352         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54353         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54354         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54355         (STRCPY): Support SSE2 and SSSE3 versions.
54357 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54359         [BZ #12874]
54360         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54361         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54362         kernels which artificially limit size of requests.
54364 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54366         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54367         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54368         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54369         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54370         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54371         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54372         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54373         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54374         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54375         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54376         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54377         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54378         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54379         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54380         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54381         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54382         Enable unaligned load optimization for Intel Core i3, i5 and i7
54383         processors.
54384         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54385         Define.
54386         (index_Fast_Unaligned_Load): Define.
54387         (HAS_FAST_UNALIGNED_LOAD): Define.
54389 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54391         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54393 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54395         [BZ #12907]
54396         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54397         until it is clear that the information is realy needed.
54398         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54400 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54402         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54404 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54406         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54407         /sys/devices/system/cpu/online if it is usable.
54409         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54410         reading the information from the /proc filesystem to once a second.
54412 2011-06-21  Andreas Jaeger  <aj@suse.de>
54414         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54415         NULL after inclusion of kernel headers.
54417 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54419         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54420         calls to internal_setent.
54422         [BZ #12885]
54423         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54424         addresses using gethostbyname4_r ignore IPv4 addresses.
54426         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54427         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54429         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54431 2011-06-20  David S. Miller  <davem@davemloft.net>
54433         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54434         inclusions.
54435         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54437         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54438         (elf_irel): Use it.
54439         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54440         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54441         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54442         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54443         * sysdeps/x86_64/dl-irel.h: Likewise.
54445         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54446         * elf/dl-sym.c: Likewise.
54448 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54450         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54451         need to dereference resplen2.
54453 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54455         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54457 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54459         * Makeconfig: Define vardbdir and inst_vardbdir.
54460         * nss/Makefile: Add rules to install db-Makefile.
54462         * nss/nss_db/db-XXX.c: Cleanup.
54464         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54465         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54466         GLIBC_PRIVATE.
54467         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54468         * nss/makedb.c: Implement -g option to specify that value strings
54469         are generated and should not be added to table iterated over for
54470         get*ent calls.
54471         * nss/nss_db/db-initgroups.c: New file.
54473         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54474         interface.
54476         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54477         (internal_getgrouplist): Adjust to name change.
54478         Update use_initgroups_entry if this is not the first call.
54479         * nss/databases.def: Add initgroups entry.
54481         * nss/makedb.c (compute_tables): Check result of multiple hash table
54482         sizes to minimize maximum chain length.
54484 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54486         * Versions.def: Add entry for libnss_db.
54487         * shlib-versions: Likewise.
54488         * nss/Makefile: Add rules to build libnss_db.
54489         * nss/Versions: Add libnss_db information.  Organize libnss_files
54490         entries better.
54491         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54492         makedb progra.  Some minor improvements to generate smaller files.
54493         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54494         here from...
54495         * nss/makedb.c: ...here.
54496         Improve database format to be smaller and require less memory at
54497         runtime.
54498         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54499         db anymore.
54500         * nss/nss_db/db-netgrp.c: Likewise.
54501         * nss/nss_db/db-open.c: Likewise.
54502         * nss/nss_files/flies-XXX.x: Adjust comments.
54503         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54504         * nss/nss_files/files-grp.c: Likewise.
54505         * nss/nss_files/files-hosts.c: Likewise.
54506         * nss/nss_files/files-network.c: Likewise.
54507         * nss/nss_files/files-proto.c: Likewise.
54508         * nss/nss_files/files-pwd.c: Likewise.
54509         * nss/nss_files/files-rpc.c: Likewise.
54510         * nss/nss_files/files-service.c: Likewise.
54511         * nss/nss_files/files-sgrp.c: Likewise.
54512         * nss/nss_files/files-spwd.c: Likewise.
54513         * nss/nss_db/db-alias.c: Removed.
54514         * nss/nss_db/dummy-db.h: Removed.
54516 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54518         * nss/makedb.c: Rewritten to not use database library.
54519         * nss/Makefile: Update to build new makedb program.
54521 2011-06-14  Andreas Jaeger  <aj@suse.de>
54523         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54524         memset declaration.
54526 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54528         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54529         tmpbuf.
54531 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54533         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54534         * elf/Makefile ($(objpfx)ld.so): Likewise.
54536         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54537         Don't list ld.so twice in dependencies.
54539         * posix/bug-regex31.c: Include <stdlib.h>.
54541         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54543         * nis/nss_compat/compat-spwd.c
54544         (getspent_next_nss_netgr): Remove unused variable.
54545         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54547         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54548         nonmembers" output to use the right array.
54550         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54552         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54554         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54555         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54556         * catgets/gencat.c (read_input_file): Likewise.
54557         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54559         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54560         variable definition inside #if's controlling its use.
54562         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54564         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54566         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54568         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54569         unreachable code.
54571         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54573         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54574         * configure: Regenerated.
54576         * Makerules: Revert last change.
54577         * elf/Makefile: Likewise.
54579 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54581         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54582         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54583         (reloc-link): Likewise.
54585 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54587         * elf/Makefile: Add rules to build pldd.
54588         * elf/pldd.c: New file.
54589         * elf/pldd-xx.c: New file.
54591 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54593         * version.h: Update for 2.15 development version.
54595 2011-06-07  David S. Miller  <davem@davemloft.net>
54597         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54598         ifuncs.
54599         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54600         elf_machine_lazy_rel): Likewise.
54601         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54602         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54603         elf_machine_lazy_rel): Likewise.
54604         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54605         dl_hwcap via passed in argument.
54606         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54607         Likewise.
54609 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54611         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54613 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54615         [BZ #12849]
54616         * manual/fdl-1.1.texi: New file, verbatim from:
54617         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54618         * manual/lgpl-2.1.texi: New file, verbatim from:
54619         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54620         * manual/Makefile (licenses): New variable, list those new file names.
54621         (texis): Use it.
54622         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54624         * manual/fdl.texi: File removed.
54625         * manual/lesser.texi: File removed.
54626         * manual/libc.texinfo (Copying, Documentation License):
54627         Use new @include file names, put @appendix directive before @include.
54629 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54631         [BZ #12841]
54632         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54633         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54634         (mq_open): Add __NTH.
54636 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54638         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54639         Assume Intel Core i3/i5/i7 processor if AVX is available.
54641 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54643         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54644         typo.
54646 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54648         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54649         memory.  Use alloca_account.  Fix memory leak when retrying.
54651 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54653         * version.h (RELEASE): Bump for 2.14 release.
54654         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54656         * config.make.in (RANLIB): Remove entry.
54658 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54660         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54661         (libc.pot): Work around missing support for .ksh extension in xgettext.
54663         [BZ #12684]
54664         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54665         if both request failed.
54666         (send_dg): In case of server errors clear resplen or *resplen2.
54668         [BZ #12454]
54669         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54670         when there are multiple maps.
54671         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54672         (_dl_fini): Remove test here.
54674         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54676 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54678         [BZ #12350]
54679         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54680         bit from old_res_options.
54681         (gaih_inet): Likewise.
54683         [BZ #11099]
54684         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54685         as signed.
54687         * resolv/res_init.c (res_setoptions): Make the code more compact.
54689         [BZ #11558]
54690         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54691         set RES_USEVC.
54693         [BZ #11634]
54694         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54696         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54698         [BZ #11781]
54699         * malloc/malloc.h: Declare malloc hook variables as volatile.
54701         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54702         in last patch.
54704         [BZ #11799]
54705         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54706         raise in the comment.
54707         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54708         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54709         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54711 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54713         [BZ #12811]
54714         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54715         grow the buffers more if it already has to be sufficient.
54716         (build_wcs_upper_buffer): Likewise.
54717         * posix/regexec.c (check_matching): Likewise.
54718         (clean_state_log_if_needed): Likewise.
54719         (extend_buffers): Don't enlarge buffers beyond size of the input
54720         buffer.
54721         Patches mostly by Emil Wojak <emil@wojak.eu>.
54722         * posix/bug-regex32.c: New file.
54723         * posix/Makefile (tests): Add bug-regex32.
54725         * locale/findlocale.c (_nl_find_locale): Return right away if
54726         _nl_explode_name failed.
54727         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54729         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54731         * debug/xtrace.sh: Unify messages.
54732         * malloc/memusage.sh: Likewise.
54734         [BZ #12813]
54735         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54736         time symbol from vDSO.  Substitute with vsyscall if not available.
54737         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54738         __vdso_time.
54740         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54741         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54742         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54743         Add sendmmsg and internal_sendmmsg.
54744         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54745         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54746         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54748         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54749         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54750         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54752 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54754         [BZ #12813]
54755         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54756         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54757         available.
54758         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54759         __vdso_getcpu.
54761         [BZ #12814]
54762         * iconvdata/Makefile (tests): Add bug-iconv9.
54763         * iconvdata/bug-iconv9.c: New file.
54765 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54767         [BZ #12814]
54768         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54770 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54772         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54773         (struct user_regs_struct): Change intcs field back to cs.
54775 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54777         * po/ja.po: Update from translation team.
54779 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54781         [BZ #12795]
54782         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54783         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54785 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54787         * stdlib/longlong.h: Update from GCC.
54789 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54791         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54792         parameter name.
54793         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54794         Add parameter name.
54795         (__sysconf): Pass it down.
54797 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54799         [BZ #12671]
54800         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54801         some situations.
54802         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54803         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54804         add in in __libc_use_alloca calls.  Adjust callers.
54805         (glob): Use malloc in some situations.
54807         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54808         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54809         pltexit.
54811 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54813         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54814         and CLOCK_BOOTTIME_ALARM.
54816         [BZ #12782]
54817         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54818         is returned.
54820         * string/_strerror.c (__strerror_r): Print negative errors as signed
54821         numbers.
54823         [BZ #12777]
54824         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54825         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54826         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54828         * configure.in: Fix typo in redirection and correct removal of test
54829         files in two cases.
54831         [BZ #12788]
54832         * locale/setlocale.c (new_composite_name): Fix test to check for
54833         identical name of all categories.
54835         [BZ #12792]
54836         * libio/filedoalloc.c (local_isatty): New function.
54837         (_IO_file_doallocate): Use local_isatty.
54838         * stdio-common/perror.c (perror): In case a new stream is used
54839         forward the stream error.
54840         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54841         error flag.
54843 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54845         [BZ #11869]
54846         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54847         alloca.
54848         * include/alloca.h (extend_alloca_account): Define.
54850         [BZ #11857]
54851         * posix/regex.h: Fix comments with documentation of user-accessible
54852         fields after compilation and describe correct free'ing of pattern
54853         after re_compile_pattern.
54854         Patch by Reuben Thomas <rrt@sc3d.org>.
54856 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54858         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54859         and -mno-altivec to prevent the compiler from using Altivec and/or
54860         VSX instructions when the corresponding registers are not available.
54862 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54864         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54866 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54868         * libio/freopen.c (freopen): Use __dup2, not dup2.
54869         * libio/freopen64.c (freopen64): Likewise.
54871 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54873         [BZ #12775]
54874         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54875         * math/Makefile (tests): Add test-powl.
54876         (CFLAGS-test-powl.c): Define.
54877         * math/test-powl.c: New file.
54879 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54881         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54883 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54885         [BZ #11837]
54886         * iconvdata/gb18030.c: Update to GB18020-2005.
54888 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54890         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54891         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54892         Patch by Aharon Robbins <arnold@skeeve.com>.
54894         [BZ #11892]
54895         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54896         on the stack.
54898         [BZ #11895]
54899         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54900         through underflows.
54902         [BZ #12766]
54903         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54904         point to strings before performing equality test for error_one_per_line
54905         mode.
54907         [BZ #11697]
54908         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54910         [BZ #11820]
54911         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54912         (struct user_fpregs_struct): Avoid __uint*_t types.
54914         [BZ #6420]
54915         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54916         symbol info.  Use it instead of calling _dl_addr locally.
54917         (lock_and_info): New function.
54918         (tr_freehook): Call lock_and_info and pass symbol info as additional
54919         parameter to tr_where.
54920         (tr_mallochook): Likewise.
54921         (tr_reallochook): Likewise.
54922         (tr_memalignhook): Likewise.
54924         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54925         used and couldn't be at all thread-safe.
54927 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54929         * libio/freopen.c (freopen): Don't close old file descriptor
54930         before the new one is opened.  Instead dup the new file descriptor
54931         to the old one after the new stream is created.
54932         * libio/freopen64.c (freopen64): Likewise.
54933         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54934         * libio/fileops.c (_IO_new_file_close_it): Handle new
54935         _IO_FLAGS2_NOCLOSE flag.
54936         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54937         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54938         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54939         _IO_FLAGS2_NOCLOSE flag.
54940         * include/unistd.h: Add hidden_proto for dup3.
54941         Define __have_dup3.
54942         * io/dup3.c: Define hidden symbol.
54943         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54945         [BZ #7101]
54946         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54947         when an incomplete long option is used.
54948         * posix/tst-getopt_long1.c: New file.
54949         * posix/Makefile (tests): Add tst-getopt_long1.
54951         [BZ #10138]
54952         * scripts/config.guess: Update from autoconf-2.68.
54953         * scripts/config.sub: Likewise.
54955         [BZ #10157]
54956         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54957         tests into ...
54958         (has_cpuclock): ...this.  New function.
54959         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54960         macro here based on has_cpuclock code.
54962         [BZ #10149]
54963         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54964         First byte (not low byte) is now always NUL.
54965         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54967         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54968         Use non-cancelable interfaces.
54970         [BZ #9809]
54971         * locale/iso-639.def: Add entry for Sorani.
54973         [BZ #11901]
54974         * include/stdlib.h: Move include protection to the right place.
54975         Define abort_msg_s.  Declare __abort_msg with it.
54976         * stdlib/abort.c (__abort_msg): Adjust type.
54977         * assert/assert.c (__assert_fail_base): New function.  Majority
54978         of code from __assert_fail.  Allocate memory for __abort_msg with
54979         mmap.
54980         (__assert_fail): Now call __assert_fail_base.
54981         * assert/assert-perr.c: Remove bulk of implementation.  Use
54982         __assert_fail_base.
54983         * include/assert.hL Declare __assert_fail_base.
54984         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54985         mmap.
54986         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54988 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54990         [BZ #11952]
54991         [BZ #12453]
54992         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54993         until all modules are registered in the DTV.
54994         * elf/Makefile: Add rules to build and run tst-tls19.
54995         * elf/tst-tls19.c: New file.
54996         * elf/tst-tls19mod1.c: New file.
54997         * elf/tst-tls19mod2.c: New file.
54998         * elf/tst-tls19mod3.c: New file.
54999         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55001         [BZ #12083]
55002         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55003         correctly.
55005         [BZ #12601]
55006         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55007         two-byte sequence errors.
55008         * iconvdata/Makefile (tests): Add bug-iconv8.
55009         * iconvdata/bug-iconv8.c: New file.
55011         [BZ #12626]
55012         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55013         buf2 definition.
55015         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55017         [BZ #12432]
55018         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55019         (dummy_getcfa): New function.
55020         (init): Get _Unwind_GetCFA address, use dummy if not found.
55021         (backtrace_helper): In recursion check, also check whether CFA changes.
55022         (__backtrace): Completely initialize arg.
55024         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55025         storing incomplete byte sequence in state object.  Avoid testing for
55026         guaranteed too small input if we know there is enough data available.
55028 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55030         * Makeconfig (+link-pie): Indent.
55031         * Rules (binaries-pie): Define if $(have-fpie) and
55032         $(build-shared).
55033         (binaries-shared): Also filter out $(binaries-pie).
55034         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55035         * nscd/Makefile (others-pie): Add nscd.
55036         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55037         ($(objpfx)nscd): Remove command override.
55038         * login/Makefile (others-pie): Add pt_chown.
55039         ($(objpfx)pt_chown): Remove command override.
55040         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55041         remove command overrides.
55043 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55045         * libio/tst_putwc.c: Fix error messages.
55047         [BZ #12724]
55048         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55049         currently writing and seek to current position when not.
55050         * libio/Makefile (tests): Add bug-fclose1.
55051         * libio/bug-fclose1.c: New file.
55053 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55055         [BZ #12511]
55056         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55057         don't set DF_1_NODELETE here.
55058         (do_lookup_x): When entering new entry test for copy relocation
55059         and if necessary set DF_1_NODELETE flag.
55060         * elf/tst-unique4.cc: New file.
55061         * elf/tst-unique4.h: New file.
55062         * elf/tst-unique4lib.cc: New file.
55063         * elf/Makefile: Add rules to build and run tst-unique4.
55064         Patch by Piotr Bury <pbury@goahead.com>.
55066 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55068         [BZ #12052]
55069         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55071         [BZ #12625]
55072         * misc/mntent_r.c (addmntent): Flush the stream after the output
55074         [BZ #12393]
55075         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55076         (is_trusted_path_normalize): Skip initial colon.  Append slash
55077         to empty buffer.  Duplicate is_trusted_path code but allow
55078         constructed patch to be prefix.
55079         (is_dst): Allow $ORIGIN followed by /.
55080         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55081         Correct testing of result of is_trusted_path_normalize
55082         (decompose_rpath): Fix warning.
55084 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55086         [BZ #11257]
55087         * grp/initgroups.c (internal_getgrouplist): When we found the service
55088         list through the initgroups entry in nsswitch.conf do not always
55089         continue on a successful lookup.  Don't always use the
55090         __nss_group_database value if it is set.
55091         * nss/nsswitch.conf (initgroups): Change action for successful db
55092         lookup to continue for compatibility.
55094 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55096         [BZ #11532]
55097         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55098         and CP774 modules.
55099         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55100         and CP774 modules.
55101         * iconvdata/tst-tables.sh: Likewise.
55102         * iconvdata/cp770.c: New file.
55103         * iconvdata/cp771.c: New file.
55104         * iconvdata/cp772.c: New file.
55105         * iconvdata/cp773.c: New file.
55106         * iconvdata/cp774.c: New file.
55107         * iconvdata/testdata/CP770: New file.
55108         * iconvdata/testdata/CP770..UTF8: New file.
55109         * iconvdata/testdata/CP771: New file.
55110         * iconvdata/testdata/CP771..UTF8: New file.
55111         * iconvdata/testdata/CP772: New file.
55112         * iconvdata/testdata/CP772..UTF8: New file.
55113         * iconvdata/testdata/CP773: New file.
55114         * iconvdata/testdata/CP773..UTF8: New file.
55115         * iconvdata/testdata/CP774: New file.
55116         * iconvdata/testdata/CP774..UTF8: New file.
55118         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55119         END CHARMAP line.
55120         * iconvdata/gen-8bit-gap.sh: Likewise.
55121         * iconvdata/gen-8bit.sh: Likewise.
55123         * locale/iso-639.def: Add ary entry.
55125         [BZ #11258]
55126         * locale/C-translit.h.in: Add U20A1 transliteration.
55128         [BZ #12178]
55129         * locale/iso-639.def: Add wae entry.
55130         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55132         [BZ #12545]
55133         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55134         for n.
55136         [BZ #12711]
55137         * locale/C-translit.h.in: Add entry for U20B9.
55138         Patch by pravin.d.s@gmail.com.
55140 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55142         [BZ #12713]
55143         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55144         ENAMETOOLONG use generic getcwd.
55145         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55146         in rtld.  Use *stat64.
55147         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55148         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55149         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55150         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55151         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55152         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55153         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55154         __fstatat64 macros.
55155         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55156         * dirent/rewinddir.c: Add libc_hidden_def.
55157         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55158         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55160         * include/dirent.h (__alloc_dir): Add flags parameter.
55161         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55162         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55163         __alloc_dir.
55164         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55165         from fdopendir if O_CLOEXEC is already set.
55167 2011-03-15  Alan Modra  <amodra@gmail.com>
55169         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55170         l_tls_firstbyte_offset non-zero.  Save padding offset in
55171         l_tls_firstbyte_offset for later use.
55172         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55173         freeing static tls block.
55175 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55177         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55178         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55179         being defined by the kernel headers.
55181 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55183         [BZ #12734]
55184         * resolv/resolv.h: Define RES_NOTLDQUERY.
55185         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55186         no-tld-query and set RES_NOTLDQUERY.
55187         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55188         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55189         modern BIND to search name as TLD unless forbidden.
55191 2011-05-07  Petr Baudis  <pasky@suse.cz>
55192             Ulrich Drepper  <drepper@gmail.com>
55194         [BZ #12393]
55195         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55196         (is_trusted_path): ...to here.
55197         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55198         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55199         using is_trusted_path_normalize() in setuid scripts.
55201 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55203         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55204         __BEGIN/__END_DECLS.
55206 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55208         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55209         NSS_STATUS_NOTFOUND if no record was found.
55211 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55213         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55214         (headers-not-in-tirpc): Remove rpc/netdb.h
55215         * resolv/netdb.h: Revert last change.
55217 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55219         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55220         circular dependency between libgcc.a and libc.a.
55222 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55224         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55225         * nis/Makefile: Don't install rpcsvc/*.
55226         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55227         instead of <rpc/types.h>.
55228         (MAXHOSTNAMELEN): Define.
55230 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55232         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55234 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55236         [BZ #12714]
55237         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55238         gethostbyname4_r when IPv6 results are possible.
55240 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55242         [BZ #12723]
55243         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55244         _PC_PIPE_BUF handling.
55246 2011-04-30  Bruno Haible  <bruno@clisp.org>
55248         [BZ #12717]
55249         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55250         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55251         to 'int'.
55252         * inet/getnameinfo.c (getnameinfo): Likewise.
55254 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55256         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55257         to groups setting in database lookup.
55258         * nss/nsswitch.conf: Add initgroups entry.
55260 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55262         [BZ #12685]
55263         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55264         mode string.
55265         Patch by Eric Blake <eblake@redhat.com>.
55267 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55269         * sunrpc/Makefile (need-export-routines): Add svc_run.
55270         (routines): Remove svc_run.
55271         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55272         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55273         * sunrpc/svc_run.c (svc_run): Likewise.
55274         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55276 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55278         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55279         problem in reallocation in last patch.
55281 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55283         * sunrpc/Makefile: Move inclusion of Rules.
55285 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55287         * nss/nss_files/files-initgroups.c: New file.
55288         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55289         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55290         _nss_files_initgroups_dyn.
55292 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55294         * elf/elf.h (R_ARM_IRELATIVE): Define.
55296 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55298         * po/ru.po: Update from translation team.
55300 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55302         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55303         dependencies.
55305 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55307         [BZ #12653]
55308         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55309         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55310         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55311         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55312         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55314 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55316         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55317         differing bytes.
55318         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55319         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55320         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55322 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55324         [BZ #12420]
55325         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55326         storing it.
55327         * stdlib/bug-getcontext.c: New file.
55328         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55330 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55332         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55333         instructions into .machine "z9-109".
55334         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55335         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55337 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55339         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55340         between environment variables and auxiliary vector.
55342 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55344         * Makefile: Add rules to build linkobj/libc.so.
55345         * include/libc-symbols.h: Define libc_hidden_nolink.
55346         * include/rpc/auth.h: Mark functions which are to be hidden.
55347         * include/rpc/auth_des.h: Likewise.
55348         * include/rpc/auth_unix.h: Likewise.
55349         * include/rpc/clnt.h: Likewise.
55350         * include/rpc/des_crypt.h: Likewise.
55351         * include/rpc/key_prot.h: Likewise.
55352         * include/rpc/pmap_clnt.h: Likewise.
55353         * include/rpc/pmap_prot.h: Likewise.
55354         * include/rpc/pmap_rmt.h: Likewise.
55355         * include/rpc/rpc_msg.h: Likewise.
55356         * include/rpc/svc.h: Likewise.
55357         * include/rpc/svc_auth.h: Likewise.
55358         * include/rpc/xdr.h: Likewise.
55359         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55360         * nss/Makefile: Likewise.
55361         * sunrpc/Makefile: Don't install headers.  Build library with normal
55362         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55363         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55364         for the compat linking library.  Remove use of INTDEF/INTUSE.
55365         * sunrpc/auth_none.c: Likewise.
55366         * sunrpc/auth_unix.c: Likewise.
55367         * sunrpc/authdes_prot.c: Likewise.
55368         * sunrpc/authuxprot.c: Likewise.
55369         * sunrpc/clnt_gen.c: Likewise.
55370         * sunrpc/clnt_perr.c: Likewise.
55371         * sunrpc/clnt_raw.c: Likewise.
55372         * sunrpc/clnt_simp.c: Likewise.
55373         * sunrpc/clnt_tcp.c: Likewise.
55374         * sunrpc/clnt_udp.c: Likewise.
55375         * sunrpc/clnt_unix.c: Likewise.
55376         * sunrpc/des_crypt.c: Likewise.
55377         * sunrpc/des_soft.c: Likewise.
55378         * sunrpc/get_myaddr.c: Likewise.
55379         * sunrpc/key_call.c: Likewise.
55380         * sunrpc/key_prot.c: Likewise.
55381         * sunrpc/netname.c: Likewise.
55382         * sunrpc/pm_getmaps.c: Likewise.
55383         * sunrpc/pm_getport.c: Likewise.
55384         * sunrpc/pmap_clnt.c: Likewise.
55385         * sunrpc/pmap_prot.c: Likewise.
55386         * sunrpc/pmap_prot2.c: Likewise.
55387         * sunrpc/pmap_rmt.c: Likewise.
55388         * sunrpc/publickey.c: Likewise.
55389         * sunrpc/rpc_cmsg.c: Likewise.
55390         * sunrpc/rpc_common.c: Likewise.
55391         * sunrpc/rpc_dtable.c: Likewise.
55392         * sunrpc/rpc_prot.c: Likewise.
55393         * sunrpc/rpc_thread.c: Likewise.
55394         * sunrpc/rtime.c: Likewise.
55395         * sunrpc/svc.c: Likewise.
55396         * sunrpc/svc_auth.c: Likewise.
55397         * sunrpc/svc_authux.c: Likewise.
55398         * sunrpc/svc_raw.c: Likewise.
55399         * sunrpc/svc_run.c: Likewise.
55400         * sunrpc/svc_simple.c: Likewise.
55401         * sunrpc/svc_tcp.c: Likewise.
55402         * sunrpc/svc_udp.c: Likewise.
55403         * sunrpc/svc_unix.c: Likewise.
55404         * sunrpc/svcauth_des.c: Likewise.
55405         * sunrpc/xcrypt.c: Likewise.
55406         * sunrpc/xdr.c: Likewise.
55407         * sunrpc/xdr_array.c: Likewise.
55408         * sunrpc/xdr_float.c: Likewise.
55409         * sunrpc/xdr_intXX_t.c: Likewise.
55410         * sunrpc/xdr_mem.c: Likewise.
55411         * sunrpc/xdr_rec.c: Likewise.
55412         * sunrpc/xdr_ref.c: Likewise.
55413         * sunrpc/xdr_sizeof.c: Likewise.
55414         * sunrpc/xdr_stdio.c: Likewise.
55416 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55418         [BZ #12650]
55419         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55420         * sysdeps/ia64/dl-tls.h: Likewise.
55421         * sysdeps/powerpc/dl-tls.h: Likewise.
55422         * sysdeps/s390/dl-tls.h: Likewise.
55423         * sysdeps/sh/dl-tls.h: Likewise.
55424         * sysdeps/sparc/dl-tls.h: Likewise.
55425         * sysdeps/x86_64/dl-tls.h: Likewise.
55426         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55428 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55430         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55431         rpath element also skip the following colon.
55432         (expand_dynamic_string_token): Add is_path parameter and pass
55433         down to DL_DST_REQUIRED and _dl_dst_substitute.
55434         (decompose_rpath): Call expand_dynamic_string_token with
55435         non-zero is_path.  Ignore empty rpaths.
55436         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55437         with zero is_path.
55439 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55442         Make cancelable.
55444 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55446         [BZ #12655]
55447         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55448         Patch by Filipe David Manana <fdmanana@apache.org>.
55450 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55452         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55453         Maintain aligned stack.
55454         (CHECK_RSP): Remove unused macro.
55456 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55458         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55459         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55461 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55463         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55465         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55467 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55469         [BZ #12518]
55470         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55471         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55472         * sysdeps/x86_64/memmove.c: New file.
55473         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55474         (memcpy): Renamed to ...
55475         (__new_memcpy): This.
55476         (memcpy): Provide GLIBC_2_14 memcpy.
55477         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55478         (memcpy): Provide GLIBC_2_2_5 memcpy.
55480 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55482         [BZ #12631]
55483         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55485 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55487         * misc/syncfs.c: New file.
55488         * misc/Makefile (routines): Add syncfs.
55489         * posix/unistd.h: Declare syncfs.
55490         * sysdeps/unix/syscalls.list: Add syncfs.
55492 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55494         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55495         open_by_handle_at.
55496         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55497         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55498         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55499         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55500         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55501         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55502         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55504 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55506         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55507         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55508         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55509         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55510         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55511         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55512         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55514         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55515         sync_file_range.c with -fexceptions.
55516         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55517         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55518         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55519         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55520         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55521         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55522         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55523         sync_file_range as cancellation point
55524         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55525         now a wrapper around __call_sync_file_range with cancellation handling.
55526         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55527         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55528         function name to __call_sync_file_range.
55529         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55530         Add call_sync_file_range.
55532 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55534         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55535         bits/timex.h.
55537 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55539         * iconv/iconv.h: Fix typo in comment.
55540         * io/fcntl.h: Likewise.
55541         * libio/stdio.h: Likewise.
55542         * posix/spawn.h: Likewise.
55543         * posix/unistd.h: Likewise.
55544         * stdlib/stdlib.h: Likewise.
55545         * time/time.h: Likewise.
55546         * wcsmbs/wchar.h: Likewise.
55548         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55549         open_by_handle): Add.
55550         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55551         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55552         Augment a few comments.
55553         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55554         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55555         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55556         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55557         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55558         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55559         open_by_handle.
55561         * io/fcntl.h (AT_EMPTY_PATH): Define.
55563 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55565         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55566         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55567         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55568         to...
55569         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55570         * Versions.def: Add GLIBC_2.14.
55571         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55572         Export.
55574 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55576         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55577         round counter.
55578         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55580 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55582         [BZ #12597]
55583         * string/test-strncmp.c (do_page_test): New function.
55584         (check2): Likewise.
55585         (test_main): Call check2.
55586         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55588 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55590         [BZ #12587]
55591         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55592         Handle cache information in CPU leaf 4.
55593         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55595 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55597         [BZ #12583]
55598         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55599         character representation.
55600         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55602 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55604         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55605         END(__isnan) to END(__isnanf) to match function entry point/label
55606         EALIGN(__isnanf,...).
55608 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55610         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55612 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55614         [BZ #12510]
55615         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55616         copy from the symbol referenced in the relocation to initialize the
55617         used variable.
55618         Patch by Piotr Bury <pbury@goahead.com>.
55619         * elf/Makefile: Add rules to build and tst-unique3.
55620         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55621         * elf/tst-unique3.cc: New file.
55622         * elf/tst-unique3.h: New file.
55623         * elf/tst-unique3lib.cc: New file.
55624         * elf/tst-unique3lib2.cc: New file.
55626         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55628 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55630         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55631         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55632         to _start.
55634 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55636         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55637         to-be-loaded object along a path to loader is ld.so.
55639 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55640             Ulrich Drepper  <drepper@gmail.com>
55642         * sysdeps/x86_64/memset.S: After aligning destination, code
55643         branches to different locations depending on the value of
55644         misalignment, when multiarch is enabled. Fix this.
55646 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55648         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55649         Set _x86_64_preferred_memory_instruction for AMD processsors.
55650         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55651         Set bit_Prefer_SSE_for_memop for AMD processors.
55653 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55655         * libio/fmemopen.c (fmemopen): Optimize a bit.
55657 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55659         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55661 2011-03-03  Roland McGrath  <roland@redhat.com>
55663         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55665 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55667         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55668         __bzero_ultra1 instead of __memset_ultra1.
55670 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55671             Ulrich Drepper  <drepper@gmail.com>
55673         [BZ #12509]
55674         * include/link.h (struct link_map): Add l_orig_initfini.
55675         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55676         returning unsuccessfully.
55677         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55678         close of a file loaded at startup, restore the original l_initfini
55679         list.
55680         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55681         list, store the pointer.
55682         * elf/Makefile ($(objpfx)noload-mem): New rule.
55683         (noload-ENV): Define.
55684         (tests): Add $(objpfx)noload-mem.
55685         * elf/noload.c: Include <memcheck.h>.
55686         (main): Call mtrace.  Close all opened handles.
55688 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55690         [BZ #12454]
55691         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55692         dependencies are missing.
55694 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55696         Fix __if_freereq crash: Unlike the generic version which uses free,
55697         Hurd needs munmap.
55698         * sysdeps/mach/hurd/ifreq.h: New file.
55700 2011-01-27  Petr Baudis  <pasky@suse.cz>
55701             Ulrich Drepper  <drepper@gmail.com>
55703         [BZ 12445]#
55704         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55705         to extend_alloca().
55706         * stdio-common/bug23.c: New file.
55707         * stdio-common/Makefile (tests): Add bug23.
55709 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55710             Ulrich Drepper  <drepper@gmail.com>
55712         [BZ #12489]
55713         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55714         before performing relro protection.  At old place add assertion
55715         to make sure nothing changed.
55717 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55718             Glauber de Oliveira Costa  <glommer@gmail.com>
55720         * elf/elf.h: Add new ARM TLS relocs.
55722 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55725         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55726         cast from r3.
55727         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55728         'tests' variable.
55729         * sysdeps/wordsize-64/tst-writev.c: New file.
55731 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55733         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55734         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55735         insns in _dl_start to prevent a TOC reference before relocs are
55736         resolved.
55738 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55740         [BZ #12469]
55741         * Makeconfig: Remove RANLIB definition.
55742         * Makerules: Don't use RANLIB.
55743         * aclocal.m4: Remove ranlib test.
55744         * configure.in: No need to check for ranlib.
55745         * elf/rtld-Rules: Don't use RANLIB.
55747 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55749         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55750         protection macro.
55751         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55752         inclusion protection macro.
55754         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55755         SIGRTMIN and SIGRTMAX and print information in that case only when
55756         SIGRTMIN is defined.
55758 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55760         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55761         arginfo fn returning -1.
55763         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55764         and thousands string is zero terminated.
55766 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55768         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55769         sysdeps/unix/sysv/linux/bits/socket.h.
55771 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55773         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55774         (__CPU_COUNT): Remove old macros.
55775         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55776         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55777         (__CPU_ALLOC, __CPU_FREE): Add macros.
55778         (__sched_cpualloc, __sched_cpufree): Add declarations.
55780 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55782         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55783         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55784         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55785         (readdhstai): Return value of addhstaiX call.
55786         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55787         (addgrbyX): Return value returned by cache_addgr.
55788         (readdgrbyname): Return value returned by addgrbyX.
55789         (readdgrbygid): Likewise.
55790         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55791         (addpwbyX): Return value returned by cache_addpw.
55792         (readdpwbyname): Return value returned by addhstbyX.
55793         (readdpwbyuid): Likewise.
55794         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55795         (addservbyX): Return value returned by cache_addserv.
55796         (readdservbyname): Return value returned by addservbyX:
55797         (readdservbyport): Likewise.
55798         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55799         (addhstbyX): Return value returned by cache_addhst.
55800         (readdhstbyname): Return value returned by addhstbyX.
55801         (readdhstbyaddr): Likewise.
55802         (readdhstbynamev6): Likewise.
55803         (readdhstbyaddrv6): Likewise.
55804         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55805         (readdinitgroups): Return value returned by addinitgroupsX.
55806         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55807         (prune_cache): Keep track of timeout value of re-added entries.
55808         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55809         * nscd/nscd.h: Adjust prototypes of readd* functions.
55811 2011-02-04  Roland McGrath  <roland@redhat.com>
55813         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55814         (nis_stats): Likewise.
55815         * nis/nis_modify.c (nis_modify): Likewise.
55816         * nis/nis_remove.c (nis_remove): Likewise.
55817         * nis/nis_add.c (nis_add): Likewise.
55819         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55821         * posix/fnmatch_loop.c: Add some consts.
55823         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55825 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55827         [BZ #12460]
55828         * config.make.in (config-cflags-novzeroupper): Define.
55829         * configure.in: Substitute libc_cv_cc_novzeroupper.
55830         * elf/Makefile (AVX-CFLAGS): Define.
55831         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55832         (CFLAGS-tst-auditmod4a.c): Likewise.
55833         (CFLAGS-tst-auditmod4b.c): Likewise.
55834         (CFLAGS-tst-auditmod6b.c): Likewise.
55835         (CFLAGS-tst-auditmod6c.c): Likewise.
55836         (CFLAGS-tst-auditmod7b.c): Likewise.
55837         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55839 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55841         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55842         function to the callback.
55843         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55845 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55847         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55848         of errno.
55850 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55852         [BZ #11724]
55853         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55854         of constructors.
55855         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55856         of destructors.
55857         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55859         [BZ #11724]
55860         * elf/Makefile: Add rules to build and run new test.
55861         * elf/tst-initorder.c: New file.
55862         * elf/tst-initorder.exp: New file.
55863         * elf/tst-initordera1.c: New file.
55864         * elf/tst-initordera2.c: New file.
55865         * elf/tst-initordera3.c: New file.
55866         * elf/tst-initordera4.c: New file.
55867         * elf/tst-initorderb1.c: New file.
55868         * elf/tst-initorderb2.c: New file.
55869         * elf/tst-order-a1.c: New file.
55870         * elf/tst-order-a2.c: New file.
55871         * elf/tst-order-a3.c: New file.
55872         * elf/tst-order-a4.c: New file.
55873         * elf/tst-order-b1.c: New file.
55874         * elf/tst-order-b2.c: New file.
55875         * elf/tst-order-main.c: New file.
55876         New test case by George Gensure <werkt0@gmail.com>.
55878 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55880         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55881         decoding ACE if AI_CANONIDN.
55883 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55885         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55887 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55889         * version.h (RELEASE): Bump for 2.13 release.
55890         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55892         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55894         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55895         MADV_NOHUGEPAGE.
55896         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55897         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55898         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55899         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55900         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55901         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55903         * posix/getconf.c: Update copyright year.
55904         * catgets/gencat.c: Likewise.
55905         * csu/version.c: Likewise.
55906         * debug/catchsegv.sh: Likewise.
55907         * debug/xtrace.sh: Likewise.
55908         * elf/ldconfig.c: Likewise.
55909         * elf/ldd.bash.in: Likewise.
55910         * elf/sprof.c (print_version): Likewise.
55911         * iconv/iconv_prog.c: Likewise.
55912         * iconv/iconvconfig.c: Likewise.
55913         * locale/programs/locale.c: Likewise.
55914         * locale/programs/localedef.c: Likewise.
55915         * malloc/memusage.sh: Likewise.
55916         * malloc/mtrace.pl: Likewise.
55917         * nscd/nscd.c (print_version): Likewise.
55918         * nss/getent.c: Likewise.
55920         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55921         PF_CAIF, and PF_ALG.
55922         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55924 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55926         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55927         (modules-names): Use them.
55928         (ifunc-test-modules, ifunc-pie-tests): Define.
55929         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55930         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55931         (test-extras): Likewise.
55932         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55933         $(compile-command.c).
55934         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55935         (all-built-dso): Define.
55936         (check-textrel.out, check-execstack.out): Depend on it.
55938         * configure.in: Don't override --enable-multi-arch.
55940 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55942         [BZ #6812]
55943         * nscd/hstcache.c (tryagain): Define.
55944         (cache_addhst): Return tryagain not notfound for temporary errors.
55945         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55946         failed.
55948 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55950         [BZ #10563]
55951         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55952         to make the syscall.
55953         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55955         [BZ #12378]
55956         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55957         and fall back to matching as normal character if the string ends before
55958         the matching ']' is found.  This is what POSIX requires.
55959         * posix/testfnm.c: Adjust test result.
55960         * posix/globtest.sh: Adjust test result.  Add new test.
55961         * posix/tst-fnmatch.input: Likewise.
55962         * posix/tst-fnmatch2.c: Add new test.
55964 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55966         * elf/Makefile (check-execstack): Revert last change.  Depend on
55967         check-execstack.h.
55968         (check-execstack.h): New target.
55969         (generated): Add check-execstack.h.
55970         * elf/check-execstack.c: Include "check-execstack.h".
55971         (main): Revert last change.
55972         (handle_file): Return zero if GNU_STACK is absent and
55973         DEFAULT_STACK_PERMS doesn't include PF_X.
55975 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55977         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55978         in child fails because the descriptor is already closed.
55979         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55980         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55981         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55983         [BZ #12397]
55984         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55985         syscall.
55987         [BZ #10484]
55988         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55989         temporary buffer used to handle multi lookups locally.
55990         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55992 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55994         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55995         loader is ld.so.
55997 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55999         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56000         alignment for SSE2.
56002 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56004         [BZ #12394]
56005         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56006         characters.  When rounding increased number of integer digits recompute
56007         number of groups.
56008         * stdio-common/tst-grouping.c: New file.
56009         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56011 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56013         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56014         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56016         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56017         void.
56018         * bits/select.h: Likewise.
56020 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56022         * po/ja.po: Update from translation team.
56024 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56026         [BZ #11155]
56027         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56028         implementation just like for lxstat, fxstatat, et al.
56030 2010-12-27  Jim Meyering  <meyering@redhat.com>
56032         [BZ #12348]
56033         * posix/regexec.c (build_trtable): Return failure indication upon
56034         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56036 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56038         [BZ #12201]
56039         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56040         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56041         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56042         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56044         [BZ #12207]
56045         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56047         [BZ #12204]
56048         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56049         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56051 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56053         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56054         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56055         script has SORT_BY_INIT_PRIORITY.
56056         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56057         NO_CTORS_DTORS_SECTIONS is defined.
56058         * elf/soinit.c: Likewise.
56059         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56060         NO_CTORS_DTORS_SECTIONS is defined.
56061         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56062         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56063         * sysdeps/sh/init-first.c: Likewise.
56064         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56066 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56068         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56069         always use the slow path.
56071 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56073         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56074         similar rule which adds the sysdep directories to the header search in
56075         order to pick up the correct platform stackinfo.h.
56076         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56077         perform test if it is, otherwise return successfully without testing.
56078         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56079         DEFAULT_STACK_PERMS define in stackinfo.h.
56080         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56081         defined in stackinfo.h.
56082         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56083         DEFAULT_STACK_PERMS defined in stackinfo.h.
56084         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56085         * sysdeps/ia64/stackinfo.h: Likewise.
56086         * sysdeps/s390/stackinfo.h: Likewise.
56087         * sysdeps/sh/stackinfo.h: Likewise.
56088         * sysdeps/sparc/stackinfo.h: Likewise.
56089         * sysdeps/x86_64/stackinfo.h: Likewise.
56090         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56091         PF_X for powerpc64.  Retain PF_X for powerpc32.
56093 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56095         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56096         accurately.
56097         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56098         GETDENTS_64BIT_ALIGNED.
56100 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56102         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56104 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56106         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56107         _GNU_SOURCE.
56109         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56110         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56111         Remove __restrict.
56112         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56113         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56115 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56117         [BZ #11655]
56118         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56119         are initialized.
56121 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56123         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56125 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56127         * po/it.po: Update from translation team.
56129 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56131         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56132         unused codes.
56134 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56136         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56138 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56140         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56141         specially.
56142         (gaih_getanswer_slice): Likewise.
56144 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56146         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56148 2010-05-31  Petr Baudis  <pasky@suse.cz>
56150         [BZ #11149]
56151         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56152         silently even in the chroot mode.
56154 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56156         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56157         last patch a bit.  Pretty printing
56159 2010-05-31  Petr Baudis <pasky@suse.cz>
56161         [BZ #10085]
56162         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56163         initialization of skip_initgroups_dyn.
56165 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56167         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56168         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56170 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56172         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56174 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56176         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56177         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56178         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56179         ($(objpfx)tst-fnmatch-mem): New rule.
56180         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56181         * posix/tst-fnmatch.c (main): Call mtrace.
56183 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56185         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56186         Support Intel processor model 6 and model 0x2c.
56188 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56190         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56191           signed comparison.
56193 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56195         [BZ #12205]
56196         * string/test-strncasecmp.c (check_result): New function.
56197         (do_one_test): Use it.
56198         (check1): New function.
56199         (test_main): Use it.
56200         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56201         Support strcasecmp and strncasecmp.
56203 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56205         [BZ #12194]
56206         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56207         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56209 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56211         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56212         IFUNC support.
56213         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56214         memset-x86-64.
56215         * sysdeps/x86_64/multiarch/bzero.S: New file.
56216         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56217         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56218         * sysdeps/x86_64/multiarch/memset.S: New file.
56219         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56220         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56221         Set bit_Prefer_SSE_for_memop for Intel processors.
56222         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56223         Define.
56224         (index_Prefer_SSE_for_memop): Define.
56225         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56227 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56229         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56230         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56232 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56234         [BZ #12191]
56235         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56236         (__x86_64_raw_data_cache_size_half): Likewise.
56237         (__x86_64_raw_shared_cache_size): Likewise.
56238         (__x86_64_raw_shared_cache_size_half): Likewise.
56240         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56241         (__x86_64_raw_data_cache_size_half): Likewise.
56242         (__x86_64_raw_shared_cache_size): Likewise.
56243         (__x86_64_raw_shared_cache_size_half): Likewise.
56244         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56245         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56246         and __x86_64_raw_shared_cache_size_half.  Round
56247         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56248         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56249         to multiple of 256 bytes.
56251 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56253         [BZ #12167]
56254         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56255         of inacessible symlinks.  Verify result of symlink before returning it.
56256         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56257         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56259 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56261         * math/math.h (isinf): Fix typo in comment.
56263 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56265         * po/da.po: Update from translation team.
56267 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56269         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56270         is added to the list.
56272 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56273             Ulrich Drepper  <drepper@gmail.com>
56275         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56276         the global list here.  Move code to...
56277         (_dl_add_to_namespace_list): ...here.  New function.
56278         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56279         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56280         * elf/dl-load.c (lose): Don't remove the element from the list.
56281         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56282         (_dl_map_object): Likewise.
56284 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56286         [BZ #12159]
56287         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56288         into all bytes of SSE register.
56289         Patch by Richard Li <richardpku@gmail.com>.
56291 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56293         [BZ #12140]
56294         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56295         perturbing.
56297 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56299         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56300         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56301         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56302         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56304         submachine.
56305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56307 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56309         * include/dlfcn.h (__RTLD_SECURE): Define.
56310         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56311         mode & __RTLD_SECURE instead.
56312         (open_path): Rename preloaded parameter to secure.
56313         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56314         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56315         * elf/dl-deps.c (openaux): Likewise.
56316         * elf/rtld.c (struct map_args): Remove is_preloaded.
56317         (map_doit): Don't use it.
56318         (dl_main): Likewise.
56319         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56320         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56322 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56324         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56325         (sysd-rules-targets): Remove duplicates.
56326         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56327         rtld-%.$o dependency.
56329 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56331         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56332         _dl_map_object do it.
56334 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56336         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56337         fast fma builtins, define the macros in the C99 standard.
56338         (FP_FAST_FMAF): Likewise.
56339         (FP_FAST_FMAL): Likewise.
56340         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56342         * bits/mathdef.h: Update copyright year.
56343         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56345 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56347         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56348         builtins, define the macros in the C99 standard.
56349         (FP_FAST_FMAF): Likewise.
56350         (FP_FAST_FMAL): Likewise.
56351         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56352         multiply/add.
56353         (FP_FAST_FMAF): Likewise.
56355 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56357         [BZ #3268]
56358         * math/libm-test.inc (fma_test): Some new testcases.
56359         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56360         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56361         y and infinite z.  Do multiplication by C already in long double.
56362         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56363         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56364         y and infinite z.  Do bitwise or of inexact bit into u.d.
56365         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56366         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56367         * sysdeps/i386/fpu/s_fma.S: Removed.
56368         * sysdeps/i386/fpu/s_fmal.S: Removed.
56370 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56372         [BZ #3268]
56373         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56374         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56375         computation is not scheduled after fetestexcept.  Fix value
56376         of minimum denormal long double.
56378 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56380         [BZ #3268]
56381         * math/libm-test.inc (fma_test): Add some more tests.
56382         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56383         correctly.
56385 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56387         * scripts/data/localplt-s390-linux-gnu.data: New file.
56388         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56390 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56392         [BZ #3268]
56393         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56394         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56395         instead of dbl-64.
56396         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56397         inlines.
56398         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56399         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56400         if one of x and y is very large and the other is subnormal.
56401         * sysdeps/s390/fpu/s_fmaf.c: New file.
56402         * sysdeps/s390/fpu/s_fma.c: New file.
56403         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56404         * sysdeps/powerpc/fpu/s_fma.S: New file.
56405         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56406         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56407         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56409 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56411         [BZ #3268]
56412         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56413         fma tests.
56414         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56415         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56416         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56417         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56418         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56419         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56420         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56422 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56424         [BZ #12078]
56425         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56426         * posix/bug-regex31.input: Add test case.
56428 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56430         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56431         * posix/bug-regex31.input: New file.
56433         [BZ #12078]
56434         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56435         (parse_sub_exp): Fix last change, use postorder.
56437         * posix/bug-regex31.c: New file.
56438         * posix/Makefile: Add rules to build and run bug-regex31.
56440         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56442         [BZ #12078]
56443         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56445         [BZ #12108]
56446         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56447         to have entries in sys_siglist.
56449         [BZ #12093]
56450         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56451         be NULL.
56453 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56455         [BZ #3268]
56456         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56457         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56458         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56459         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56460         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56461         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56462         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56463         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56464         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56465         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56466         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56467         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56468         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56469         * math/ftestexcept.c (fetestexcept): Likewise.
56470         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56471         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56472         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56473         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56474         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56475         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56476         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56478 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56480         [BZ #12107]
56481         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56482         newline.
56484 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56486         * string/bug-strstr1.c: New file.
56487         * string/Makefile: Add rules to build and run bug-strstr1.
56489 2010-10-05  Eric Blake  <eblake@redhat.com>
56491         [BZ #12092]
56492         * string/str-two-way.h (two_way_long_needle): Always clear memory
56493         when skipping input due to the shift table.
56495 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56497         [BZ #12005]
56498         * malloc/mcheck.c: Handle large requests.
56500         [BZ #12077]
56501         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56502         for strncmp and strncasecmp.
56503         * string/stratcliff.c: Add tests for strcmp and strncmp.
56504         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56506 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56508         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56509         __set_fpscr.
56511 2010-09-30  Andreas Jaeger  <aj@suse.de>
56513         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56514         (CGROUP_SUPER_MAGIC): Define.
56515         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56516         Handle btrfs and cgroup file systems.
56517         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56518         Likewise.
56520 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56522         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56523         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56525 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56527         [BZ #12067]
56528         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56529         trying to locate the ELF header.
56531 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56533         [BZ #11611]
56534         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56535         Mask out sign-bit copies when constructing f_fsid.
56537 2010-09-24  Petr Baudis <pasky@suse.cz>
56539         * debug/stack_chk_fail_local.c: Add missing licence exception.
56540         * debug/warning-nop.c: Likewise.
56542 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56544         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56545         implementing getdents64 using getdents syscall, set d_type if
56546         __ASSUME_GETDENTS32_D_TYPE.
56548 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56550         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56551         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56553 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56555         [BZ #12037]
56556         * posix/unistd.h: Undo change of feature selection for ftruncate from
56557         2010-01-11.
56559 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56561         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56562         detection.
56564 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56566         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56567         fanotify_mark.
56568         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56570 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56572         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56573         variables after CHECK_SP call.
56574         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56576 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56577             Ulrich Drepper  <drepper@redhat.com>
56579         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56580         re-relocationg ld.so.
56581         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56582         _dl_init_paths call.
56583         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56584         here anymore.
56586 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56588         * resolv/res_init.c (__res_vinit): Count the default server we added.
56590 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56591             Ulrich Drepper  <drepper@redhat.com>
56593         [BZ #11968]
56594         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56595         (____longjmp_chk): Use %ebx for saving value across system call.
56596         Add unwind info.
56598 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56600         * manual/Makefile: Don't mix pattern rules with normal rules.
56602 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56604         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56605         operation.
56606         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56607         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56608         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56609         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56610         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56611         Likewise.
56613 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56615         [BZ #11979]
56616         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56617         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56619 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56621         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56622         * sysdeps/x86_64/addmul_1.S: Likewise.
56623         * sysdeps/x86_64/lshift.S: Likewise.
56624         * sysdeps/x86_64/mul_1.S: Likewise.
56625         * sysdeps/x86_64/rshift.S: Likewise.
56626         * sysdeps/x86_64/sub_n.S: Likewise.
56627         * sysdeps/x86_64/submul_1.S: Likewise.
56629 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56631         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56632         Define __sched_param instead of SCHED_* and sched_param when
56633         <bits/sched.h> is included with __need_schedparam defined.
56634         * bits/sched.h [__need_schedparam]
56635         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56636         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56637         (__defined_schedparam): Define to 1.
56638         (__sched_param): New structure, identical to sched_param.
56639         (__need_schedparam): Undefine.
56641 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56643         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56644         (epoll_create1): Declare.
56646         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56648 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56650         [BZ #7066]
56651         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56652         shifting retval into place.
56654 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56656         * nis/rpcsvc/nis.h: Update copyright notice.
56657         * nis/rpcsvc/nis.x: Likewise.
56658         * nis/rpcsvc/nis_callback.h: Likewise.
56659         * nis/rpcsvc/nis_callback.x: Likewise.
56660         * nis/rpcsvc/nis_object.x: Likewise.
56661         * nis/rpcsvc/nis_tags.h: Likewise.
56662         * nis/rpcsvc/yp.h: Likewise.
56663         * nis/rpcsvc/yp.x: Likewise.
56664         * nis/rpcsvc/ypupd.h: Likewise.
56665         * nis/yp_xdr.c: Likewise.
56666         * nis/ypupdate_xdr.c: Likewise.
56668         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56669         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56670         (pmap_getport): Use __libc_rpc_getport.
56671         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56672         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56673         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56675 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56678         fanotify_mark.
56680 2010-08-27  Roland McGrath  <roland@redhat.com>
56682         * sysdeps/i386/i686/multiarch/Makefile
56683         (CFLAGS-varshift.c): New variable.
56685 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56687         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56688         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56690         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56692         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56694 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56696         * sysdeps/x86_64/strlen.S: Unroll the loop.
56697         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56698         strlen-sse2 strlen-sse2-bsf.
56699         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56700         __strlen_no_bsf if bit_Slow_BSF is set.
56701         (__strlen_sse42): Removed.
56702         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56703         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56705 2010-08-25  Roland McGrath  <roland@redhat.com>
56707         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56708         * sysdeps/x86_64/multiarch/varshift.c: New file.
56709         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56710         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56711         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56712         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56714 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56716         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56717         strlen-sse2 strlen-sse2-bsf.
56718         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56719         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56720         (__strlen_sse2): Removed.
56721         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56722         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56723         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56724         bit_Slow_BSF for Atom.
56725         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56726         (index_Slow_BSF): Define.
56727         (HAS_SLOW_BSF): Define.
56729 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56731         [BZ #10851]
56732         * resolv/res_init.c (__res_vinit): When no server address at all
56733         is given default to loopback.
56735 2010-08-24  Roland McGrath  <roland@redhat.com>
56737         * configure.in: Remove config-name.h generation.
56738         * configure: Regenerated.
56739         * config-name.in: File removed.
56740         * scripts/config-uname.sh: New file.
56741         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56742         ($(objdir)config-name.h): New target.
56744         * sunrpc/rpc_parse.h: Avoid nested comment.
56746 2010-08-24  Richard Henderson  <rth@redhat.com>
56747             Ulrich Drepper  <drepper@redhat.com>
56748             H.J. Lu  <hongjiu.lu@intel.com>
56750         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56751         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56752         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56753         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56754         _mm_alignr_epi8 with _mm_loadu_si128.
56755         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56756         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56757         (__m128i_shift_right): Removed.
56758         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56759         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56760         * sysdeps/x86_64/multiarch/varshift.h: New file.
56761         * sysdeps/x86_64/multiarch/varshift.S: New file.
56763 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56765         * configure.in: Move assembler checks to before sysdep dir checking.
56767 2010-08-20  Petr Baudis  <pasky@suse.cz>
56769         * LICENSES: Sync the sunrpc license.
56771 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56773         * sunrpc/auth_des.c: Update copyright notice once again.
56774         * sunrpc/auth_none.c: Likewise.
56775         * sunrpc/auth_unix.c: Likewise.
56776         * sunrpc/authdes_prot.c: Likewise.
56777         * sunrpc/authuxprot.c: Likewise.
56778         * sunrpc/bindrsvprt.c: Likewise.
56779         * sunrpc/clnt_gen.c: Likewise.
56780         * sunrpc/clnt_perr.c: Likewise.
56781         * sunrpc/clnt_raw.c: Likewise.
56782         * sunrpc/clnt_simp.c: Likewise.
56783         * sunrpc/clnt_tcp.c: Likewise.
56784         * sunrpc/clnt_udp.c: Likewise.
56785         * sunrpc/clnt_unix.c: Likewise.
56786         * sunrpc/des_crypt.c: Likewise.
56787         * sunrpc/des_soft.c: Likewise.
56788         * sunrpc/get_myaddr.c: Likewise.
56789         * sunrpc/getrpcport.c: Likewise.
56790         * sunrpc/key_call.c: Likewise.
56791         * sunrpc/key_prot.c: Likewise.
56792         * sunrpc/openchild.c: Likewise.
56793         * sunrpc/pm_getmaps.c: Likewise.
56794         * sunrpc/pm_getport.c: Likewise.
56795         * sunrpc/pmap_clnt.c: Likewise.
56796         * sunrpc/pmap_prot.c: Likewise.
56797         * sunrpc/pmap_prot2.c: Likewise.
56798         * sunrpc/pmap_rmt.c: Likewise.
56799         * sunrpc/rpc/auth.h: Likewise.
56800         * sunrpc/rpc/auth_unix.h: Likewise.
56801         * sunrpc/rpc/clnt.h: Likewise.
56802         * sunrpc/rpc/des_crypt.h: Likewise.
56803         * sunrpc/rpc/key_prot.h: Likewise.
56804         * sunrpc/rpc/netdb.h: Likewise.
56805         * sunrpc/rpc/pmap_clnt.h: Likewise.
56806         * sunrpc/rpc/pmap_prot.h: Likewise.
56807         * sunrpc/rpc/pmap_rmt.h: Likewise.
56808         * sunrpc/rpc/rpc.h: Likewise.
56809         * sunrpc/rpc/rpc_des.h: Likewise.
56810         * sunrpc/rpc/rpc_msg.h: Likewise.
56811         * sunrpc/rpc/svc.h: Likewise.
56812         * sunrpc/rpc/svc_auth.h: Likewise.
56813         * sunrpc/rpc/types.h: Likewise.
56814         * sunrpc/rpc/xdr.h: Likewise.
56815         * sunrpc/rpc_clntout.c: Likewise.
56816         * sunrpc/rpc_cmsg.c: Likewise.
56817         * sunrpc/rpc_common.c: Likewise.
56818         * sunrpc/rpc_cout.c: Likewise.
56819         * sunrpc/rpc_dtable.c: Likewise.
56820         * sunrpc/rpc_hout.c: Likewise.
56821         * sunrpc/rpc_main.c: Likewise.
56822         * sunrpc/rpc_parse.c: Likewise.
56823         * sunrpc/rpc_parse.h: Likewise.
56824         * sunrpc/rpc_prot.c: Likewise.
56825         * sunrpc/rpc_sample.c: Likewise.
56826         * sunrpc/rpc_scan.c: Likewise.
56827         * sunrpc/rpc_scan.h: Likewise.
56828         * sunrpc/rpc_svcout.c: Likewise.
56829         * sunrpc/rpc_tblout.c: Likewise.
56830         * sunrpc/rpc_util.c: Likewise.
56831         * sunrpc/rpc_util.h: Likewise.
56832         * sunrpc/rpcinfo.c: Likewise.
56833         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56834         * sunrpc/rpcsvc/key_prot.x: Likewise.
56835         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56836         * sunrpc/rpcsvc/mount.x: Likewise.
56837         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56838         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56839         * sunrpc/rpcsvc/rex.x: Likewise.
56840         * sunrpc/rpcsvc/rstat.x: Likewise.
56841         * sunrpc/rpcsvc/rusers.x: Likewise.
56842         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56843         * sunrpc/rpcsvc/spray.x: Likewise.
56844         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56845         * sunrpc/rtime.c: Likewise.
56846         * sunrpc/svc.c: Likewise.
56847         * sunrpc/svc_auth.c: Likewise.
56848         * sunrpc/svc_authux.c: Likewise.
56849         * sunrpc/svc_raw.c: Likewise.
56850         * sunrpc/svc_run.c: Likewise.
56851         * sunrpc/svc_simple.c: Likewise.
56852         * sunrpc/svc_tcp.c: Likewise.
56853         * sunrpc/svc_udp.c: Likewise.
56854         * sunrpc/svc_unix.c: Likewise.
56855         * sunrpc/svcauth_des.c: Likewise.
56856         * sunrpc/xcrypt.c: Likewise.
56857         * sunrpc/xdr.c: Likewise.
56858         * sunrpc/xdr_array.c: Likewise.
56859         * sunrpc/xdr_float.c: Likewise.
56860         * sunrpc/xdr_mem.c: Likewise.
56861         * sunrpc/xdr_rec.c: Likewise.
56862         * sunrpc/xdr_ref.c: Likewise.
56863         * sunrpc/xdr_sizeof.c: Likewise.
56864         * sunrpc/xdr_stdio.c: Likewise.
56866         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56867         handling.
56869 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56871         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56873 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56875         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56876         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56877         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56878         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56879         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56880         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56881         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56882         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56883         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56884         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56885         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56886         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56887         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56888         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56890 2010-07-26  Anton Blanchard  <anton@samba.org>
56892         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56893         * malloc/arena.c (heap_trim): Likewise.
56895 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56897         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56898         here.  Not...
56899         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56900         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56902 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56904         * sysdeps/i386/elf/Makefile: New file.
56906 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56908         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56909         from fanotify_init.
56910         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56911         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56913 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56915         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56916         of strncasecmp_l.
56917         * sysdeps/multiarch/strcmp.S: Likewise.
56919 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56921         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56922         strncase_l-nonascii.
56923         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56924         Add strncase_l-ssse3.
56925         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56926         * sysdeps/x86_64/strcmp.S: Likewise.
56927         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56928         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56929         * sysdeps/x86_64/strncase.S: New file.
56930         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56931         * sysdeps/x86_64/strncase_l.S: New file.
56932         * string/Makefile (strop-tests): Add strncasecmp.
56933         * string/test-strncasecmp.c: New file.
56935         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56936         warning.
56938         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56939         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56941 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56943         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56945 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56947         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56948         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56949         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56951 2010-05-01  Alan Modra  <amodra@gmail.com>
56953         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56954         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56955         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56956         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56957         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56958         tidying.  Don't tail-call __sigjmp_save for static lib.
56959         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56960         save location.
56961         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56962         (CALL_MCOUNT): Add eh info, and nop after bl.
56963         (TAIL_CALL_SYSCALL_ERROR): New macro.
56964         (PSEUDO_RET): Use it.
56965         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56966         Correct save location of integer regs and cr.
56967         (_dl_profile_resolve): Correct cr save location.  Delete nops
56968         after bl when SHARED.  Reduce cfi size a little by better
56969         placement of cfi directives.
56970         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56971         make a stack frame.  Instead use parm save area as a temp.
56972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56973         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56975         Don't make a stack frame for parent, use parm save area.
56976         Increase child stack frame to 112 bytes.  Don't save unused reg,
56977         and adjust reg usage.  Set up cfi on error recovery and
56978         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56980         (__makecontext): Add dummy nop after jump to exit.
56981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56982         Use correct parm save area and cr save, reduce stack frame.
56983         Correct cfi for possible PSEUDO_RET frame setup.
56984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56985         Branch to local label emitted by PSEUDO_RET rather than
56986         __syscall_error.
56988 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56990         [BZ #11904]
56991         * locale/programs/locale.c (print_assignment): New function.
56992         (show_locale_vars): Use it.
56994 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56996         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56997         field.
56998         (struct statfs64): Likewise.
56999         (_STATFS_F_FLAGS): Define.
57000         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57001         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57002         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57003         (ST_VALID): Define locally.
57004         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57005         __statvfs_getflags, use the provided value.
57006         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57007         __ASSUME_STATFS_F_FLAGS.
57009         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57011         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57012         Add sys/fanotify.h.
57013         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57014         fanotify_mask for GLIBC_2.13.
57015         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57016         fanotify_init and fanotify_mark.
57017         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57018         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57020         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57021         Add prlimit.
57022         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57023         prlimit64 for GLIBC_2.13.
57024         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57025         prlimit64.
57026         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57027         syscall.
57028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57029         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57030         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57031         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57032         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57033         add prlimit alias.
57034         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57036         [BZ #11903]
57037         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57038         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57040         * nss/Makefile: Add rules to build and run tst-nss-test1.
57041         * shlib-versions: Add entry for libnss_test1.
57042         * nss/nss_test1.c: New file.
57043         * nss/tst-nss-test1.c: New file.
57045         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57046         (__nss_configure_lookup): Set appropriate entry in
57047         __nss_configure_lookup to true.
57048         * nss/nsswitch.h: Define enum with indeces of databases in
57049         databases and __nss_database_custom arrays.  Declare
57050         __nss_database_custom.
57051         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57052         to avoid using nscd when custom rules are installed.
57053         * nss/getXXbyYY_r.c: Likewise.
57054         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57056         * nss/nss_files/files-parse.c: Whitespace fixes.
57058 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57060         [BZ #11883]
57061         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57062         * posix/fnmatch_loop.c: Likewise.
57064 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57066         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57067         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57068         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57069         * Versions.def [GLIBC_2.13]: Add.
57071 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57073         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57074         Also fail if tpwd after pwuid call is NULL.
57076 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57078         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57079         when converting to ms.
57081 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57083         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57084         EOPNOTSUPP errors with ENOTTY.
57085         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57086         EOPNOTSUPP errors with ENOTTY.
57088 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57090         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57091         Add strcasecmp_l-ssse3.
57092         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57093         strcasecmp.
57094         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57095         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57096         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57098 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57100         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57102         * string/Makefile (strop-tests): Add strcasecmp.
57103         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57104         strcasecmp_l-nonascii.
57105         (gen-as-const-headers): Add locale-defines.sym.
57106         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57107         * sysdeps/x86_64/strcasecmp.S: New file.
57108         * sysdeps/x86_64/strcasecmp_l.S: New file.
57109         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57110         * sysdeps/x86_64/locale-defines.sym: New file.
57111         * string/test-strcasecmp.c: New file.
57113         * string/test-strcasestr.c: Test both ends of the range of characters.
57114         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57116 2010-07-29  Roland McGrath  <roland@redhat.com>
57118         [BZ #11856]
57119         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57121 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57123         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57124         for ld.so.
57126 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57128         * manual/memory.texi (Malloc Tunable Parameters): Document
57129         M_PERTURB.
57131 2010-07-26  Roland McGrath  <roland@redhat.com>
57133         [BZ #11840]
57134         * configure.in (-fgnu89-inline check): Set and substitute
57135         gnu89_inline, not libc_cv_gnu89_inline.
57136         * configure: Regenerated.
57137         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57139 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57141         * string/test-strnlen.c: New file.
57142         * string/Makefile (strop-tests): Add strnlen.
57143         * string/tester.c (test_strnlen): Add a few more test cases.
57144         * string/tst-strlen.c: Better error reporting.
57146         * sysdeps/x86_64/strnlen.S: New file.
57148 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57150         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57151         lower-latency instructions.
57153 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57155         * string/test-strcasestr.c: New file.
57156         * string/test-strstr.c: New file.
57157         * string/Makefile (strop-tests): Add strstr and strcasestr.
57158         * string/str-two-way.h: Don't undefine MAX.
57159         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57161 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57163         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57164         strcasestr-nonascii.
57165         (CFLAGS-strcasestr-nonascii.c): Define.
57166         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57167         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57168         Remove unused attribute.
57170 2010-07-20  Roland McGrath  <roland@redhat.com>
57172         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57173         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57174         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57175         like LD_HWCAP_MASK can disable hwcaps.
57177 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57179         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57181 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57183         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57184         call in strcasestr.
57185         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57186         __strcasestr_sse42_nonascii.
57187         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57188         strcasestr-nonascii.c.
57189         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57191 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57193         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57194         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57195         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57196         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57198 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57200         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57201         fcntl.
57203 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57205         [BZ #11577]
57206         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57207         dl_signal_cerror.
57209 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57211         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57212         _PC_PIPE_BUF using F_GETPIPE_SZ.
57214 2010-07-05  Roland McGrath  <roland@redhat.com>
57216         * manual/arith.texi (Rounding Functions): Fix rint description
57217         implicit in round description.
57219 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57221         * elf/Makefile: Fix linking for a few tests to make recent linker
57222         happy.
57224 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57226         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57227         $(common-objpfx)libc_nonshared.a.
57229 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57231         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57232         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57233         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57234         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57235         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57236         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57237         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57238         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57253         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57254         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57255         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57256         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57257         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57258         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57259         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57260         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57261         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57262         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57263         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57264         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57280 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57282         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57283         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57284         * string/memmove.c (memmove): Renamed to ...
57285         (MEMMOVE): ...this.  Default to memmove.
57286         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57287         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57288         (END_CHK): Define.
57289         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57290         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57291         mempcpy-ssse3-back memmove-ssse3-back.
57292         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57293         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57294         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57295         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57296         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57297         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57298         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57299         * sysdeps/x86_64/multiarch/memmove.c: New file.
57300         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57301         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57302         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57303         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57304         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57305         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57306         Define.
57307         (index_Fast_Copy_Backward): Define.
57308         (HAS_ARCH_FEATURE): Define.
57309         (HAS_FAST_REP_STRING): Define.
57310         (HAS_FAST_COPY_BACKWARD): Define.
57312 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57314         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57315         Restore proper fallback handling.
57317 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57319         [BZ #11701]
57320         * posix/group_member.c (__group_member): Correct checking loop.
57322         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57323         OOM in getpwuid_r correctly.  Return error number when the caller
57324         should return, otherwise -1.
57325         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57326         call returning > 0 value.
57327         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57329 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57331         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57332         libc_nonshared.a from targets in modules-names.
57334 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57336         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57337         requires it.
57339 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57341         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57342         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57343         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57344         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57346 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57348         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57350 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57352         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57353         and F_GETPIPE_SZ.
57354         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57355         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57356         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57357         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57358         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57359         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57361 2010-06-14  Roland McGrath  <roland@redhat.com>
57363         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57365 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57367         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57368         __REDIRECT followed by __THROW.
57369         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57370         * posix/getopt.h (getopt): Likewise.
57372 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57374         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57375         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57376         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57377         in AT_FLAGS.
57378         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57379         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57381 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57383         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57385 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57387         [BZ #11640]
57388         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57389         Properly check family and model.
57391 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57393         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57395 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57397         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57399 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57401         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57402         symbol reference.
57404 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57406         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57407         symbol reference.
57409 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57411         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57412         and internal_recvmmsg.
57413         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57414         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57415         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57416         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57418         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57419         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57420         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57422 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57424         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57426 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57428         POWER7 optimizations.
57429         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57430         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57432 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57434         * version.h: Update for 2.13 development version.
57436 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57438         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57439         exceptions.  Return 0.
57441 2010-05-07  Roland McGrath  <roland@redhat.com>
57443         * elf/ldconfig.c (main): Add a const.
57445 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57447         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57448         (args_options): Add no-idn option.
57449         (ahosts_keys_int): Add idn_flags to ai_flags.
57450         (parse_option): Handle 'i' option to clear idn_flags.
57452         * malloc/malloc.c (_int_free): Possible race in the most recently
57453         added check.  Only act on the data if no current modification
57454         happened.
57456 See ChangeLog.17 for earlier changes.